summaryrefslogtreecommitdiff
path: root/hints/next_3.sh
Commit message (Collapse)AuthorAgeFilesLines
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
| | | | | ("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
* To: Perl Porters <perl5-porters@perl.org>Andy Dougherty1999-09-281-1/+1
| | | | | | | | | | | | | Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT) Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu> From: Andy Dougherty <doughera@lafayette.edu> To: Perl Porters <perl5-porters@perl.org> Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT) Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/cfgperl@4248
* Scratch #3008 and introduce $crosscompile and $multiarchJarkko Hietaniemi1999-02-221-1/+1
| | | | | also in non-Configure lands. p4raw-id: //depot/cfgperl@3009
* Add -DMULTIARCH (see change #3006).Jarkko Hietaniemi1999-02-221-1/+1
| | | | | p4raw-link: @3006 on //depot/cfgperl: 68c15b6fa35fc2fdb7a325ebe019c47b083fda6e p4raw-id: //depot/cfgperl@3008
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-3/+3
| | | | | them ask for insanity (untested) p4raw-id: //depot/perl@2832
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-0/+10
| | | | | | | | over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch applied modulo SCO hints superseded by later patch Message-Id: <199809282156.AAA18615@alpha.hut.fi> Subject: [PATCH] 5.005_52: Configure et al: p4raw-id: //depot/perl@1904
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-2/+0
| | | p4raw-id: //depot/perl@575
* netdb_host_type and netdb_hlen_type on NeXtHans Mulder1998-02-201-1/+3
| | | p4raw-id: //depot/perl@544
* (NEXT|OPEN)STEP hintsGerd Knops1997-06-111-1/+1
|
* [inseparable changes from match from perl-5.003_99 to perl-5.003_99a]Perl 5 Porters1997-05-081-8/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD PROCESS Subject: AFS patches From: Chip Salzenberg <chip@perl.com> Files: Configure installperl CORE LANGUAGE CHANGES Subject: SECURITY: Forbid glob() when tainting (-T or setuid) From: Chip Salzenberg <chip@perl.com> Files: pod/perlrun.pod pod/perlsec.pod pp_sys.c Subject: SECURITY: Forbid exec() if $ENV{TERM} or $ENV{ENV} is tainted From: Chip Salzenberg <chip@perl.com> Files: pod/perlrun.pod pod/perlsec.pod t/op/taint.t taint.c CORE PORTABILITY Subject: (NeXT|Open)Step update Date: Wed, 7 May 97 17:47:02 -0500 From: Gerd Knops <gerti@BITart.com> Files: Configure MANIFEST config_h.SH hints/next_3.sh hints/next_4.sh private-msgid: 9705072247.AA18882@BITart.com Subject: Win32 update (consolidated patch plus three followups) From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: EXTERN.h README.win32 lib/Sys/Hostname.pm pod/perldelta.pod win32/config.H win32/config.w32 win32/config_sh.PL win32/perllib.c win32/win32.c win32/win32.h win32/include/sys/socket.h DOCUMENTATION Subject: Updates to perldelta From: Chip Salzenberg <chip@perl.com> Files: pod/perldelta.pod Subject: Document 'Possible attempt to separate words with commas' Date: 06 May 1997 23:27:55 +0200 From: Gisle Aas <gisle@aas.no> Files: pod/perlop.pod Msg-ID: hyb9snvdw.fsf@bergen.sn.no (applied based on p5p patch as commit 18270fd3b8aafde2f9ea21ea13adde95ef24b149) Subject: Document that C<m?x?> is just like C<?x?> From: Chip Salzenberg <chip@perl.com> Files: pod/perlop.pod OTHER CORE CHANGES Subject: Fix for redefined sort subs nastiness Date: Thu, 08 May 1997 20:04:18 -0400 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: op.c pod/perldelta.pod pod/perldiag.pod sv.c t/op/sort.t Msg-ID: 199705090004.UAA15032@aatma.engin.umich.edu (applied based on p5p patch as commit e9e069932a0db06904b29e2b09a435afd40ed35c)
* on NeXT: gdbm problem fixedAndreas Koenig1997-01-251-30/+48
| | | | | | Subject: on NeXT: gdbm problem fixed (by Chip (?)) p5p-msgid: <199701210201.DAA17794@anna.in-berlin.de>
* Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED)Andreas Koenig1996-09-281-3/+9
| | | | | | | Replace optimize="-g" by optimize="" since we're just trying to turn off the optimizier. Handle NeXT, POSIX, and setpgid in pp_sys.c and POSIX.
* 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.
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-6/+40
|
* Update cc and ld flags, and add MAB supportPerl 5 Porters1996-07-101-3/+5
|
* This is my patch patch.1l for perl5.001.Andy Dougherty1995-06-061-0/+41
To apply, change to your perl directory, run the command above, then apply with patch -p1 -N < thispatch. This patch fixes all the Configure & build problems for which I have a solution. After you apply this patch, I would recommend: make distclean # or at the very least rm config.sh sh Configure [whatever options you use] make depend make make test Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042 Here are the file-by-file contents: Changes.Conf Updated a bit. Configure Now honors hints on <pwd.h>-related things (for CX/UX, in particular). Now honors previous values of d_stdio_ptr_lval and d_stdio_cnt_lval. DB test programs now conditionally include 'const'. MANIFEST Updated. config_H Updated. config_h.SH Include trailing /**/ on STDIO_..._LVALUE defines. hints/cxux.sh Simplified. Include info about failing test. hints/epix.sh A guess at a dynamic loading fix. hints/next_3.sh Add a few comments. lib/Benchmark.pm Ensure numeric context on number of loop iterations. op.c Spider's padlex and goto &$nonesuch patches. perl.c fputs("\tUnofficial patchlevel 1l.\n",stdout); pp_ctl.c pp_hot.c scope.c Spider's padlex and goto &$nonesuch patches.