summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* perl 5.003_05: hints/sunos_4_1.shPerl 5 Porters1996-09-081-1/+9
| | | | | Describe solution for the __lib_version problem with acc on SunOS.
* perl 5.003_05: hints/solaris_2.shPerl 5 Porters1996-09-101-4/+19
| | | | | Catch GNU ld even though it doesn't identify itself as a GNU tool. Thanks to Tim Pierce <twpierce@midway.uchicago.edu>.
* perl 5.003_05: hints/sco.shPerl 5 Porters1996-09-021-1/+5
| | | | | Turn off optimization for stock cc. This appears to prevent miniperl core dumps.
* perl 5.003_05: hints/hpux.shPerl 5 Porters1996-09-111-9/+8
| | | | | | | Add note about possible gcc GR3 warning message. Remove [gs]etpgrp workaround. Configure & perl.h should handle this now.
* perl 5.003_05: hints/convexos.shPerl 5 Porters1996-09-111-9/+0
| | | | | Remove [gs]etpgrp workaround. Configure & perl.h should handle this now.
* perl 5.003_04: [patch introduction and re-organisation]perl-5.003_04Andy Dougherty1996-09-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The full description is below. # Please execute the following commands before applying this patch. # (You can feed this patch to 'sh' to do so.) # Andy Dougherty <doughera@lafcol.lafayette.edu> rm -f hints/dnix.sh rm -f os2/notes # We'll create a new test, but patch won't automatically make it # executable. touch t/op/gv.t chmod +x t/op/gv.t exit 0 This is patch perl5.003_04.pat to perl version 5.003_03. This takes you from 5.003_03 to 5.003_04. To apply this patch, run the above commands, cd to your perl source directory and then type patch -p1 -N < perl5.003_04.pat The changes are described after each /^Index/ line below. This is designed so you can examine each change with a command such as csplit -k perl5.003_04.pat '/^Index:/' '{99}' Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
* perl 5.003_04: hints/ultrix_4.shPerl 5 Porters1996-08-291-2/+2
| | | | | Don't call optimize=-g, just call optimize=none. The -g pulls in -DDEBUGGING, which might not be wanted.
* Fixes for sh vs. bin_sh + cleanup.Perl 5 Porters1996-08-291-10/+6
|
* perl 5.003_04: hints/irix_6_2.sh hints/mpeix.shPerl 5 Porters1996-08-292-2/+2
| | | | | Change optimize=-g to optimize=none to avoid pulling in -DDEBUGGING, unless that's what the user really wants.
* Remove the d_bsdpgrp hint. The defaults should be ok.Perl 5 Porters1996-08-281-4/+7
|
* New hint file.Perl 5 Porters1996-08-201-0/+39
|
* perl 5.003_03: hints/titanos.shPerl 5 Porters1996-08-231-5/+4
| | | | | | Include sfio in libswanted. Don't set libpth any more.
* perl 5.003_03: hints/sunos_4_1.shPerl 5 Porters1996-07-191-1/+23
| | | | | | | | Add brief note about GNU as and ld. Don't include <unistd.h> Add notes about WHOA THERE messages.
* Don't include <unistd.h>Perl 5 Porters1996-07-151-0/+1
|
* perl 5.003_03: hints/solaris_2.shPerl 5 Porters1996-08-161-11/+0
| | | | | Perl.h no longer prefers bcmp, so it's again ok if Configure finds them, since perl will prefer the mem* versions anyway.
* perl 5.003_03: hints/sco.shPerl 5 Porters1996-08-161-8/+48
| | | | | | Additional notes on using icc. Additional flags for dynamic loading.
* perl 5.003_03: hints/os2.shPerl 5 Porters1996-08-211-1/+8
| | | | | Try to update to reflect newer shared libperl stuff. I probably goofed :-).
* perl 5.003_03: hints/next_4.shPerl 5 Porters1996-08-231-10/+20
| | | | | | | | | | | | | | | Get rid of extraneous isnext_4 variable. Configure and Makefile.SH will use $osname and $osvers instead. Build up $mab dynamically based on available architectures. Absorb $mab into ccflags and ccdlflags. I hope that will cover everything. (Configure should automatically remove the -arch stuff from cppflags.) Configure now knows next4 needs to use a shared libperl.5.so. Allow users to use -Dprefix.
* perl 5.003_03: hints/next_3.shPerl 5 Porters1996-08-211-1/+6
| | | | | | Build up $mab dynamically. Since $mab isn't used anywhere anymore, this is useless. However, $mab was never used for next_3.sh anyway, so there's been no change in functionality.
* Use glibpth instead of libpth.Perl 5 Porters1996-08-231-1/+1
|
* Update where to find dld.Perl 5 Porters1996-08-121-4/+9
|
* Configure now tests gcvt() more thoroughly.Perl 5 Porters1996-06-201-12/+0
|
* Include some info on cc -n32 compile.Perl 5 Porters1996-08-231-3/+40
|
* perl 5.003_03: hints/epix.shPerl 5 Porters1996-08-231-1/+1
| | | | | Use glibpth instead of libpth. This allows Configure to add local directories, such as /opt/local/lib, etc.
* perl 5.003_03: hints/dynixptx.shPerl 5 Porters1996-08-211-23/+1
| | | | | | Fix typo in comment. Configure will now automatically detect shared libperl stuff.
* Configure will now automatically detect shared libperl stuff.Perl 5 Porters1996-08-211-9/+0
|
* qmaxmem hint doesn't apply to gcc.Perl 5 Porters1996-07-171-1/+5
|
* perl 5.003_03: hints/README.hintsPerl 5 Porters1996-08-231-56/+34
| | | | | | Remove out-of-date info. Document a bit about how hint files work.
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-106-146/+175
|
* Correct note on GCC_EXEC_PREFIXPerl 5 Porters1996-07-071-3/+3
|
* perl 5.003_01: hints/os2.shPerl 5 Porters1996-06-181-22/+47
| | | | | | | Insure execution by shell Locate shell binary for BIN_SH cpp macro Include a.out support Account for home-grown process priority functions
* Add hints file for NeXT 4.0Perl 5 Porters1996-07-101-0/+55
|
* Add hints file for NeXT 3.3Perl 5 Porters1996-07-051-0/+69
|
* Add hints file for NeXT 3.2Perl 5 Porters1996-07-051-0/+64
|
* Update cc and ld flags, and add MAB supportPerl 5 Porters1996-07-101-3/+5
|
* Eliminate hints now correctly handled by ConfigurePerl 5 Porters1996-07-091-17/+6
|
* Recognize recent versions > 10.2Perl 5 Porters1996-07-091-3/+4
|
* Recognize gcc binaries with version in namePerl 5 Porters1996-07-054-4/+4
|
* perl 5.003: hints/solaris_2.shPerl 5 Porters1996-06-241-16/+4
| | | | | Remove outdated fixincludes test Update message about workarounds for GNU as/ld
* perl 5.003: hints/machten.shPerl 5 Porters1996-06-241-3/+34
| | | | | Don't use buggy sigsetjmp Don't use nlinks returned by stat to count subdirectories
* perl 5.003: hints/linux.shPerl 5 Porters1996-06-241-35/+62
| | | | | | | | Allow Configure to determine malloctype Don't mess with $nm_so_opt Make sure messages get to the right places Disable NDBM, since some systems have problems with the libraries Don't use gcvt() to print floats; it's buggy in some versions of libc
* Make deferred loading of shared libraries the defaultPerl 5 Porters1996-06-241-5/+8
|
* perl 5.003: hints/bsdos.shPerl 5 Porters1996-06-241-21/+29
| | | | | Distinguish between 2.0.x and 2.1.x, and use dynamic linking in the latter
* UpdatePerl 5 Porters1996-03-153-5/+14
|
* perl 5.002_01: hints/dynixptx.shPerl 5 Porters1996-03-171-0/+39
| | | | | | Add hints file for Dynix/ptx 4; Configure doesn't yet recognize it, but will soon (mod Andy's schedule), and offers it in the list of possibilities now.
* perl 5.002_01: hints/bsdos.shPerl 5 Porters1996-03-231-16/+46
| | | | | | Update BSD/OS hints file to newer version shipped with Perl 5.001m, but comment out sig_name assignment, since it doesn't have a parallel sig_num. Configure should do ok now, though, according to Andy Dougherty.
* perl 5.002perl-5.002Andy Dougherty1996-02-286-12/+31
| | | | | [editor's note: changes seem to be mostly module updates, documentation changes and some perl API macro additions]
* perl 5.002gamma: hints/sunos_4_1.shPerl 5 Porters1996-02-071-2/+15
| | | | | | Add comment at tzname. Add -DSTRUCT_TM_HASZONE flag for POSIX.
* perl 5.002gamma: hints/solaris_2.shPerl 5 Porters1996-02-071-10/+19
| | | | | | Turn off bcmp & friends. Delete apparently unnecessary -x486 comment.
* perl 5.002gamma: hints/sco.shPerl 5 Porters1996-02-071-1/+32
| | | | | | | On recent versions, at least, no warnings is -w0, not -W0. Remove libdl.so from libswanted since it doesn't mix well with archive libraries, at least by default.