summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refresh Test::Harness to 1.15Andreas Koenig1997-02-181-8/+6
|
* Refresh CPAN.pm to 1.21Andreas Koenig1997-02-183-56/+92
|
* Update os2/diff.configureChip Salzenberg1997-02-181-32/+23
|
* Update Plan 9, Win32, VMS configs with $shortsize and $longsizeChip Salzenberg1997-02-184-2/+18
|
* [dummy merge]Chip Salzenberg1997-02-180-0/+0
|\ | | | | | | | | This merge exists so that the p5p version of the patch and the applied version are both in the history
| * Irix6.4 (with 7.1 compilers)John Stoffel1997-02-182-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: Irix6.4 (with 7.1 compilers) passes 100% with patch >>>>> "John" == John Stoffel <jfs@fluent.com> writes: John> I had to apply the following patch to the Irix_6_4.sh hints file to John> get it to compile under Irix 6.4 with the version 7.1 compilers John> installed. Thanks to Hallvard Furuseth for pointing out that the John> pp_sys_cflags line _has_ to be in the left most column. This leads me John> to believe that the following hints files will have problems: Ooops! I messed up on the patch for Irix_6_2.sh, so here's the entire patch again to fix the problem as reported under Irix 6.[24]. I don't have a 6.3 machine to test with right now, since I have to install the compilers first. More when I get a chance. p5p-msgid: <199702130238.VAA24468@jfs.Fluent.COM>
* | Irix6.4 (with 7.1 compilers)Chip Salzenberg1997-02-182-7/+20
|/ | | | (this is the same change as commit 57d51fe74c853a68e4abef82668e025a797ee752, but as applied)
* [dummy merge]Chip Salzenberg1997-02-180-0/+0
|\ | | | | | | | | This merge exists so that the p5p version of the patch and the applied version are both in the history
| * Digital UNIX hintsJarkko Hietaniemi1997-02-181-0/+28
| | | | | | | | | | | | | | Subject: Re: Digital UNIX style patch p5p-msgid: <199702181749.TAA08255@alpha.hut.fi> private-msgid: <199702151906.VAA22999@alpha.hut.fi>
* | Digital UNIX hintsChip Salzenberg1997-02-181-0/+21
|/ | | | (this is the same change as commit bcbb37e68c8af7f356dd1bf2b25fd24f46baffe3, but as applied)
* Eliminate FP exceptions under SCO 5Chip Salzenberg1997-02-182-6/+11
|
* Fix sub call through magic var (e.g. C<&$1>)Chip Salzenberg1997-02-181-2/+7
|
* [shell changes from patch from perl5.003_26 to perl5.003_27]Chip Salzenberg1997-02-182-105/+0
| | | | | | | | | | | | Change from running these commands: # this never worked anyway rm -f lib/Fatal.pm rm -f t/lib/fatal.t # ready to patch exit 0
* [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26Perl 5 Porters1997-02-1125-94/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: Make \r in script an error (per Larry) From: Chip Salzenberg <chip@perl.com> Files: pod/perldiag.pod toke.c CORE PORTABILITY Subject: VMS patches post _25 Date: Fri, 07 Feb 1997 01:56:12 -0500 (EST) From: Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU> Files: Porting/Glossary lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/xsubpp perl.c vms/Makefile vms/config.vms vms/descrip.mms vms/genconfig.pl vms/perlvms.pod vms/vms.c vms/vmsish.h x2p/a2p.c private-msgid: <01IF48W3P39W0050BD@hmivax.humgen.upenn.edu> LIBRARY AND EXTENSIONS Subject: Make diagnostics module strip formatting directives From: Chip Salzenberg <chip@perl.com> Files: lib/diagnostics.pm pod/perldiag.pod OTHER CORE CHANGES Subject: Fix (yet another) Tk closure problem From: Chip Salzenberg <chip@perl.com> Files: op.c perl.c pp_ctl.c Subject: Fix value of C<foreach> From: Chip Salzenberg <chip@perl.com> Files: cop.h pp_ctl.c Subject: Refine 'runaway string' heuristic From: Chip Salzenberg <chip@perl.com> Files: toke.c Subject: Fix core dump on C<print "a", last> in eval From: Chip Salzenberg <chip@perl.com> Files: pp_ctl.c
* Describe interation of untie and DESTROYPaul Marquess1997-02-111-0/+127
| | | | Signed-off-by: Paul Marquess <pmarquess@bfsec.bt.co.uk>
* return *FH pod patchJohn L. Allen1997-02-112-2/+2
| | | | p5p-msgid: <9702061507.AA04474@gateway.grumman.com>
* Fix pod2man's handling of quotes in =itemsJarkko Hietaniemi1997-02-111-0/+5
| | | | private-msgid: <199702042023.WAA13143@alpha.hut.fi>
* perldoc -f <perlfunc>Gisle Aas1997-02-111-5/+63
| | | | p5p-msgid: <199702051127.MAA02090@bergen.sn.no>
* Fix closure.t for AmigaOS (again)Norbert Pueschel1997-02-111-2/+0
| | | | private-msgid: <77724742@Armageddon.meb.uni-bonn.de>
* Fix warning from missing POSIX::setvbuf()Chip Salzenberg1997-02-111-6/+3
|
* [dummy merge]Chip Salzenberg1997-02-110-0/+0
|\ | | | | | | | | This merge exists so that the p5p version of the patch and the applied version are both in the history
| * Faster File::CompareGisle Aas1997-02-111-2/+8
| | | | | | | | | | | | | | | | | | | | | | The following optimization speeds up File::Compare with 30% on my machine (in a test where most files in fact were different). One could perhaps also optimize the situation where the two files are the same thing. Is it portable to compare (stat)[0,1] for the two files and return 0 if these two numbers are equal? p5p-msgid: <199702051342.OAA02753@bergen.sn.no>
* | Faster File::CompareChip Salzenberg1997-02-111-3/+9
|/ | | | (this is the same change as commit 4d335c471cacb999603dc9b7dc6d3712051dbb6c, but as applied)
* DB_File 1.11 patchPaul Marquess1997-02-112-6/+80
| | | | p5p-msgid: <9702061553.AA18147@claudius.bfsec.bt.co.uk>
* Fix usage message in configure.gnuJarkko Hietaniemi1997-02-111-1/+1
|
* Catch C<use integer; $x % 0>Chip Salzenberg1997-02-111-0/+2
|
* Re: static buffer in not_a_number() [sv.c] might overflowGisle Aas1997-02-111-2/+4
| | | | p5p-msgid: <hbu9uz1si.fsf@bergen.sn.no>
* Regexp optimizationsIlya Zakharevich1997-02-112-17/+59
| | | | | | | Subject: Re: Regexp optimizations p5p-msgid: <199702051450.JAA13439@rio.atlantic.net> private-msgid: <199702041102.GAA24805@monk.mps.ohio-state.edu>
* On C<sysopen(..., O_APPEND)>, call C<fopen(..., "a")>Chip Salzenberg1997-02-111-3/+10
|
* Hints for BSDOSChristopher Davis1997-02-111-0/+10
| | | | private-msgid: <199702042011.PAA09206@loiosh.kei.com>
* Fix value of system() and $? for DEC UNIX, VMS, othersChip Salzenberg1997-02-113-13/+14
|
* Support '%i' format and 'h' modifier in s?printfChip Salzenberg1997-02-112-30/+48
|
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-0443-570/+901
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: Make $] read-only From: Chip Salzenberg <chip@perl.com> Files: gv.c Subject: New variable C<$^S> is a native version of C<$?> From: Chip Salzenberg <chip@perl.com> Files: doio.c global.sym gv.c interp.sym lib/English.pm mg.c perl.c perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_ctl.c pp_sys.c proto.h util.c Subject: Make $^T work with undump, and don't taint it From: Chip Salzenberg <chip@perl.com> Files: perl.c CORE PORTABILITY Subject: VMS patches for _24 Date: Fri, 31 Jan 1997 02:34:37 -0500 (EST) From: Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU> Files: ext/DynaLoader/DynaLoader.pm ext/DynaLoader/dl_vms.xs lib/AutoSplit.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm perl.h pp_hot.c t/lib/filehand.t t/op/closure.t vms/Makefile vms/config.vms vms/descrip.mms vms/ext/filespec.t vms/vms.c vms/vmsish.h private-msgid: <01IEUIFP5038004GQP@hmivax.humgen.upenn.edu> DOCUMENTATION Subject: Document how extension pms go in $archlib From: Chip Salzenberg <chip@perl.com> Files: pod/perldelta.pod Subject: perlfunc.pod tweaks Date: Thu, 30 Jan 1997 16:20:55 -0500 From: Roderick Schertler <roderick@gate.net> Files: pod/perlfunc.pod private-msgid: <20526.854659255@eeyore.ibcinc.com> Subject: Error lines must not have trailing periods From: Chip Salzenberg <chip@perl.com> Files: pod/perldiag.pod LIBRARY AND EXTENSIONS Subject: Make IO::Handle::gets() an alias of getline Date: Thu, 30 Jan 1997 12:03:15 +0100 From: Gisle Aas <aas@bergen.sn.no> Files: ext/IO/lib/IO/Handle.pm lib/IO/Handle.pm private-msgid: <199701301103.MAA11291@bergen.sn.no> OTHER CORE CHANGES Subject: Require '-T' in argv[], not just on #! line From: Chip Salzenberg <chip@perl.com> Files: perl.c pod/perldiag.pod Subject: Fix C<return @_> and associated stack bugs From: Chip Salzenberg <chip@perl.com> Files: cop.h pp_ctl.c pp_hot.c t/op/misc.t Subject: Fix never-closing handle after C<select> From: Chip Salzenberg <chip@perl.com> Files: pp_sys.c Subject: Fix /\G/g with patterns that match empty string From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: pp_hot.c Subject: Don't create AV, HV, IO when assigning glob From: Chip Salzenberg <chip@perl.com> Files: mg.c TESTS Subject: More Amiga test patches Date: Wed, 29 Jan 1997 16:07:33 +0100 From: "Norbert Pueschel" <pueschel@imsdd.meb.uni-bonn.de> Files: README.amiga t/lib/safe2.t t/op/closure.t private-msgid: <77724725@Armageddon.meb.uni-bonn.de>
* new (Feb 1) perlembed.podJon Orwant1997-02-041-151/+175
| | | | private-msgid: <9702012334.AA15747@fahrenheit-451.media.mit.edu>
* Update to perl.pod suggestedLarry W. Virden1997-02-041-4/+3
| | | | private-msgid: <199701301345.IAA16514@cas.org>
* Update to perl INSTALL fileLarry W. Virden1997-02-041-1/+1
| | | | private-msgid: <199701301338.IAA15878@cas.org>
* Make pod2man a little laxer for perltoc.podChip Salzenberg1997-02-041-6/+4
|
* c2ph.PL fixLarry W. Virden1997-02-041-1/+1
| | | | private-msgid: <199701301349.IAA16724@cas.org>
* Make POSIX::is*() eight-bit-cleanChip Salzenberg1997-02-041-44/+44
|
* In Symbol::gensym, don't make glob fake by copying itJohn Hughes1997-02-041-2/+8
|
* Debugger updateIlya Zakharevich1997-02-041-19/+27
| | | | private-msgid: <199702030406.XAA23029@monk.mps.ohio-state.edu>
* Refresh CPAN to 1.19Andreas Koenig1997-02-043-496/+837
|
* Ask about /usr/bin/perl iff STDIN and STDERR are terminalsChip Salzenberg1997-02-041-1/+2
|
* Configure updates for intsize and ssizetypeAndy Dougherty1997-02-045-21/+96
|
* Ignore refs to lexicals when making refs to lexicalsChip Salzenberg1997-02-041-1/+15
|
* Fix scalar leak in av_unshiftChip Salzenberg1997-02-041-8/+3
|
* amigaos.shNorbert Pueschel1997-02-041-15/+17
| | | | | | | Subject: AmigaOS patch (removal) p5p-msgid: <77724660@Armageddon.meb.uni-bonn.de> private-msgid: <77724724@Armageddon.meb.uni-bonn.de>
* hints/dec_osf.sh: polishing the commentsJarkko Hietaniemi1997-02-041-2/+20
| | | | private-msgid: <199701301958.VAA08992@alpha.hut.fi>
* [shell changes from patch from perl5.003_24 to perl5.003_25]Chip Salzenberg1997-02-041-0/+0
| | | | | | | | | | | | | | Change from running these commands: # this file has a new name (for sake of metaconfig) mv win32/config.h win32/config.H # new directory test -d lib/Bundle || mkdir lib/Bundle # ready to patch exit 0
* [inseparable changes from patch from perl5.003_23 to perl5.003_24]perl-5.003_24Perl 5 Porters1997-01-2967-114/+17144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: glob defaults to $_ Date: Mon, 27 Jan 1997 03:09:13 -0500 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: op.c opcode.pl pod/perlfunc.pod t/op/glob.t private-msgid: <199701270809.DAA00934@aatma.engin.umich.edu> Subject: Re: an overloading bug Date: Sun, 26 Jan 1997 19:07:45 -0500 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: pod/perldiag.pod pod/perlfunc.pod pp_ctl.c private-msgid: <199701270007.TAA26525@aatma.engin.umich.edu> CORE PORTABILITY Subject: Win32 port From: Gary Ng <71564.1743@compuserve.com> Files: MANIFEST win32/* Subject: Amiga files Date: Sun, 26 Jan 1997 17:42:15 +0100 From: Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de> Files: MANIFEST README.amiga hints/amigaos.sh private-msgid: <77724712@Armageddon.meb.uni-bonn.de> DOCUMENTATION Subject: perldelta Fcntl enhancement Date: Sat, 25 Jan 1997 17:05:34 +0200 (EET) From: Jarkko Hietaniemi <jhi@cc.hut.fi> Files: pod/perldelta.pod private-msgid: <199701251505.RAA22159@alpha.hut.fi> Subject: Updates to perldelta re: Fcntl, DB_File, Net::Ping From: Paul Marquess <pmarquess@bfsec.bt.co.uk> Files: pod/perldelta.pod Subject: Document restrictions on gv_fetchmethod() and perl_call_sv() From: Chip Salzenberg <chip@atlantic.net> Files: pod/perldelta.pod pod/perlguts.pod Subject: perldiag.pod: No comma allowed after %s Date: Sat, 25 Jan 1997 17:41:53 +0200 (EET) From: Jarkko Hietaniemi <Jarkko.Hietaniemi@cc.hut.fi> Files: pod/perldiag.pod private-msgid: <199701251541.RAA04120@alpha.hut.fi> Subject: perlfunc.pod: localtime Date: Sat, 25 Jan 1997 18:29:37 +0200 (EET) From: Jarkko Hietaniemi <jhi@cc.hut.fi> Files: pod/perlfunc.pod private-msgid: <199701251629.SAA08114@alpha.hut.fi> Subject: perlfunc diff: gmtime Date: Tue, 28 Jan 1997 14:52:08 +0000 From: Peter Haworth <pmh@edison.ioppublishing.com> Files: pod/perlfunc.pod private-msgid: <32EE1298.7B90@edison.ioppublishing.com> Subject: Updates to guts Date: Sun, 26 Jan 1997 19:34:18 -0500 (EST) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: pod/perlguts.pod private-msgid: <199701270034.TAA13177@monk.mps.ohio-state.edu> TESTS Subject: New test op/closure.t From: Tom Phoenix <rootbeer@teleport.com> Files: MANIFEST t/op/closure.t