summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [differences between cumulative patch application and perl5.003_28]perl-5.003_28Chip Salzenberg1997-02-220-0/+0
|\
| * INSTALL updates since _26Andy Dougherty1997-02-221-168/+235
| | | | | | | | | | | | | | | | | | | | | | | | Here are my proposed updates to the INSTALL file. Comments are welcome. (I'd particularly welcome an AIX bos.* blurb from someone who understand those things.) It's not all that much, really; just some sections have been moved around into what I hope is a more logical order. p5p-msgid: <Pine.SOL.3.95q.970218155815.2014F-100000@fractal.lafayette.edu> private-msgid: <Pine.SOL.3.95q.970218155815.2014F-100000@fractal.lafayette.e
| * Re: OS/2 patch for _27Ilya Zakharevich1997-02-2213-151/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bulk of this patch is README.os2 which has a lot of formatting stripped (it is at the end). The rest (340 lines of -u) is quite simple. INSTALL t/harness documented. lib/Test/Harness.pm Can test files with -T on hash-bang line. Gets more info from tests which coredump. Will not try to load Devel::CoreStack on each test. os2/Changes Updated. os2/OS2/PrfDB/t/os2_prfdb.t File closed. os2/os2.c Poor-man's setup of environment if DLL run from non-conforming EXE. os2/os2ish.h Poor-man's setup of environment if DLL run from non-conforming EXE. ALTERNATE_SHEBANG defined. os2/perl2cmd.pl Updated for ALTERNATE_SHEBANG. perl.c If ALTERNATE_SHEBANG defined, just ignore -S on the starting line. (It might be already used by OS to start perl.) pod/perldelta.pod Malloc's PERL_DEBUG_MSTATS, EMERGENCY_SBR, PACK_MALLOC, TWO_POT_OPTIMIZE documented. t/harness Does not require -I../lib any more. t/op/magic.t Now works under OS/2 with both tests. t/TEST Adds an advice to use perl harness to get better granularity. README.os2 A lot of markup stripped (in the hope that smart converters will add it back), minor updates. p5p-msgid: <199702210024.TAA03174@monk.mps.ohio-state.edu>
* | [inseparable changes from patch from perl5.003_27 to perl5.003_28]Perl 5 Porters1997-02-2250-651/+2313
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: Don't let C<sub foo;> undefine &foo From: Chip Salzenberg <chip@perl.com> Files: op.c Subject: Make code, doc agree on $ENV{PATH} and `cmd` From: Chip Salzenberg <chip@perl.com> Files: pod/perlsec.pod pp_sys.c Subject: Optimize keys() and values() in void context From: Chip Salzenberg <chip@perl.com> Files: doop.c op.c CORE PORTABILITY Subject: VMS patches post _27 Date: Thu, 20 Feb 1997 01:58:46 -0500 (EST) From: Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU> Files: MANIFEST dosish.h hv.c lib/ExtUtils/MM_VMS.pm lib/ExtUtils/xsubpp perl.c perlsdio.h pod/perldelta.pod pod/perlvar.pod t/op/closure.t unixish.h vms/Makefile vms/descrip.mms vms/ext/filespec.t vms/genconfig.pl vms/vms.c vms/vmsish.h private-msgid: <01IFMEMPN1IU0057E2@hmivax.humgen.upenn.edu> Subject: Re: OS/2 patch for _27 Date: Thu, 20 Feb 1997 19:24:16 -0500 (EST) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: INSTALL README.os2 lib/Test/Harness.pm os2/Changes os2/OS2/PrfDB/t/os2_prfdb.t os2/os2.c os2/os2ish.h os2/perl2cmd.pl perl.c pod/perldelta.pod t/TEST t/harness t/op/magic.t Msg-ID: <199702210024.TAA03174@monk.mps.ohio-state.edu> (applied based on p5p patch as commit 833d3f255ed68b969f062cec63d33f853ed9237c) DOCUMENTATION Subject: INSTALL updates since _26 Date: Tue, 18 Feb 1997 16:00:08 -0500 (EST) From: Andy Dougherty <doughera@fractal.phys.lafayette.edu> Files: INSTALL Msg-ID: <Pine.SOL.3.95q.970218155815.2014F-100000@fractal.lafayette.e (applied based on p5p patch as commit a8247d96fd6167a3b920e63aedee5592cd6e29a7) Subject: Document "$$0" change From: Chip Salzenberg <chip@perl.com> Files: pod/perldelta.pod Subject: Don't recommend impossible //o for C<$x =~ $y> From: Chip Salzenberg <chip@perl.com> Files: pod/perlop.pod Subject: Correct doc that claimed that <FH> was never false From: Chip Salzenberg <chip@perl.com> Files: pod/perldelta.pod pod/perlop.pod Subject: Document C<$?> vs. $SIG{CHLD} From: Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> Files: pod/perlvar.pod Subject: Add pumpkin.pod From: Chip Salzenberg <chip@perl.com> Files: MANIFEST Porting/pumpkin.pod Subject: Don't say "associat*ve arr*y" From: Chip Salzenberg <chip@perl.com> Files: MANIFEST gv.h hv.c lib/Env.pm lib/overload.pm opcode.pl pod/perl.pod pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod pod/perlmod.pod pod/perltie.pod pod/perltoc.pod pod/perltrap.pod x2p/a2p.pod OTHER CORE CHANGES Subject: Fix a typo From: Chip Salzenberg <chip@perl.com> Files: pp_sys.c Subject: Fix perl_call_sv(..., G_NOARGS) From: Chip Salzenberg <chip@perl.com> Files: perl.c Subject: Fix SIGSEGV when cloning sub with complex expression From: Chip Salzenberg <chip@perl.com> Files: op.c
* Add test for grep() and wantarrayHugo van der Sanden1997-02-221-0/+7
| | | | | | | | | | | | | | | | | Subject: Re: subscript when wantarray In <199702172207.RAA20755@rio.atlantic.net>, Chip Salzenberg writes: :First, here's a patch that makes the first case print "2" [...] :Second, the reason that it prints "2" instead of "3" is that :C<(undef)[0]> evaluates to the empty list in an array context, :but to C<undef> in a scalar context. This is on purpose. Yep, I expected that. Patch worked fine here; below is an extra test using the same code as my original example. p5p-msgid: <199702181105.LAA17895@tyree.iii.co.uk>
* Tweak tests to notice $dont_use_nlinkChip Salzenberg1997-02-222-2/+21
|
* Don't run locale test if -DNO_LOCALEChip Salzenberg1997-02-221-0/+5
|
* Include 'study' in regexp.tChip Salzenberg1997-02-221-17/+19
|
* prototype error in File::statGraham Barr1997-02-221-1/+1
| | | | | | | The prototype for lstat in File::stat is wrong. It stats that is expects a GLOB. It should be expecting a scalar, the same as File::stat::stat. p5p-msgid: <199702180748.HAA14151@ultra-boy>
* Remove redundant clearerr() from IO::SeekableChip Salzenberg1997-02-222-7/+1
|
* [dummy merge]Chip Salzenberg1997-02-220-0/+0
|\ | | | | | | | | This merge exists so that the p5p version of the patch and the applied version are both in the history
| * Avoid $` $& $' in librariesIlya Zakharevich1997-02-224-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: Pessimal $` $& $' in libraries Corrected: lib/diagnostics.pm lib/Getopt/Long.pm lib/Pod/Text.pm os2/OS2/REXX/REXX.pm $' $` $& eliminated from all the known *.pm. Btw, by this I proudly introduce usage of $+ in standard perl modules ;-). p5p-msgid: <199702210207.VAA03560@monk.mps.ohio-state.edu>
* | Avoid $` $& $' in librariesChip Salzenberg1997-02-224-20/+21
|/ | | | (this is the same change as commit 2724d5068a405436d3f2cd00aeb8f7b460b24fec, but as applied)
* Debugger patchIlya Zakharevich1997-02-221-4/+6
| | | | private-msgid: <199702210737.CAA03951@monk.mps.ohio-state.edu>
* Fix the Tolkein quoteChip Salzenberg1997-02-221-1/+1
|
* Minor update to malloc.cIlya Zakharevich1997-02-221-3/+3
| | | | | | | This change of defines may satisfy Nick in his future life, when he needs an effecient malloc() with DEBUGGING perl again: p5p-msgid: <199702210244.VAA03676@monk.mps.ohio-state.edu>
* Undo signal patch -- it broke die() in signalChip Salzenberg1997-02-221-18/+1
|
* No version of AIX has working setre[ug]id()Keith Neufeld1997-02-221-2/+4
|
* New hints for Digital UNIXJarkko Hietaniemi1997-02-221-24/+61
|
* When overloading, don't throw away nomethod's valueIlya Zakharevich1997-02-221-5/+0
|
* Turn off 'expression tainted' flag at end of runops()Chip Salzenberg1997-02-221-0/+4
|
* Don't taint $x in C<$x = ($tainted =~ /(\w+)/)>Chip Salzenberg1997-02-222-7/+17
|
* [shell changes from patch from perl5.003_27 to perl5.003_28]Chip Salzenberg1997-02-221-1580/+0
| | | | | | | | | | | Change from running these commands: # VMS no longer uses 'make' to build Perl rm -f vms/Makefile # ready to patch exit 0
* [differences between cumulative patch application and perl5.003_27]perl-5.003_27Chip Salzenberg1997-02-180-0/+0
|\
| * Make format strings correspond exactly to parametersRoderick Schertler1997-02-1810-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: Re: Hereis weirdness in 5.003_26 On Thu, 13 Feb 1997 15:13:18 -0500 (EST), Chip Salzenberg <chip@atlantic.net> said: > According to Ilya Zakharevich: >> >> Why was not it catched by gcc prototypes? > > I don't use gcc. Does anyone who uses gcc compile with -Wproto ? -Wformat, you mean. I wasn't previously, but I will in the future. It turned up a few bugs (some universal, some which would trigger only where I32 != int or the like). I think -Wformat should be added to CFLAGS automatically when appropriate. p5p-msgid: <pz7mkc1h0g.fsf@eeyore.ibcinc.com>
| * Re: Fragile signalsIlya Zakharevich1997-02-181-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ilya Zakharevich writes: > > Some messages of mine get stuck in the chain: > > Nico => Debian => floor > > I repost them now: > > As you may remember, the following program > > #!/usr/bin/perl > sub foo { ++$a } > $SIG{ALRM} = sub { $run = 0 ; return }; > while (1) { > $a = 0; > $run = 1; > alarm 1; > foo while $run; > print $i++, ": $a\n"; > } > die "Not reached"; > __END__ > > will not call malloc/realloc/free in sighandler, but nevertheless it > would not run more than approx. 25 iterations. This shows that 4% of > subroutine-calling frame is not signal-safe. > > The following patch makes it run approx. twice as long (on _17) (thus Well, the following patch makes it run 4 times as long. The only failure mode I have seen was silent walking off runops(). Here is the statistics (number of iterations before failure): Before: 23, 24, 14, 22, 19, 13, 30, 11 (4 core dumps, 2 attempts to free unref scalar, 1 panic: leave-scope, 1 silent) After: 42, 936, 63, 131, 280. (all silent) It looks like handling of internal stacks needs a lot of improvement. What this patch does is only a symptomatic treatment, but it may go into 004 nevertheless (especially if one can see why op becomes 0 at some moment). I tried saving/restoring op in the handler, but this does not help... p5p-msgid: <199702130644.BAA07572@monk.mps.ohio-state.edu>
| * Allow C<setpgrp $$>Roderick Schertler1997-02-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: Re: Perl question, re: POSIX setpgrp On Fri, 14 Feb 1997 16:31:53 GMT, Chris Vo <chrisv@on.bell.ca> said: > >>> POSIX setpgrp can't take an argument at ./check_ntp line 21. > > where line 21 reads as: > setpgrp (0, $$); Replace that with just setpgrp; This does the same thing and will work on all systems. I think there's a bug here. Perl is expecting a pgrp arg of 0 to mean $$, but it doesn't allow an explicit $$. Even this seems a little odd, as on neither system I've got available at the moment is it mentioned that a 0 pgrp means getpid() (they both mention that a 0 pid means getpid(), though). p5p-msgid: <pzraigyshr.fsf@eeyore.ibcinc.com>
| * Remove redundant functions UNIVERSAL::{class,is_instance}Gisle Aas1997-02-183-67/+0
| | | | | | | | | | | | | | | | Nick Ing-Simmons <nik@tiuk.ti.com> writes: > Loose them! p5p-msgid: <hwwsbpeq2.fsf@bergen.sn.no>
| * Better looks_like_number() function [sv.c]Gisle Aas1997-02-181-18/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old looks_like_number() function was too forgiving. It classified strings like these as numbers: "+" "+e+" "e3" "." With this patch perl -lwe 'print int(".")' prints: Argument "." isn't numeric in int at -e line 1. 0 as it should and perl still passes all its tests. p5p-msgid: <199702141708.SAA17546@bergen.sn.no>
* | [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-1849-560/+1480
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD PROCESS Subject: Fix eval "" in Configure Date: Fri, 14 Feb 1997 13:09:53 -0500 From: John L. Allen <allen@gateway.grumman.com> Files: Configure Subject: Re: Configure problem on IRIX - me dumb p5p-msgid: <9702141809.AA17001@gateway.grumman.com> Subject: Don't link with -lsfio if sfio is not requested From: Chip Salzenberg <chip@perl.com> Files: Configure Subject: perl5.003_26 Configure change "win" for AIX 4 Date: Fri, 14 Feb 1997 13:59:02 -0600 (CST) From: Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> Files: Configure p5p-msgid: <Pine.OSF.3.95.970214135751.32654A-100000@dogbert.cc.ndsu.NoDak.edu> private-msgid: <Pine.OSF.3.95.970214135751.32654A-100000@dogbert.cc.ndsu.NoD CORE LANGUAGE CHANGES Subject: Better looks_like_number() function [sv.c] Date: Fri, 14 Feb 1997 18:08:52 +0100 From: Gisle Aas <aas@bergen.sn.no> Files: sv.c Msg-ID: <199702141708.SAA17546@bergen.sn.no> (applied based on p5p patch as commit 8dbaa58ee2aba7cc22d84199a674c58bbf108b46) Subject: Remove redundant functions UNIVERSAL::{class,is_instance} Date: 14 Feb 1997 15:52:21 +0000 From: Gisle Aas <aas@bergen.sn.no> Files: pod/perldelta.pod pod/perlobj.pod t/op/universal.t universal.c Msg-ID: <hwwsbpeq2.fsf@bergen.sn.no> (applied based on p5p patch as commit 77bb9b23081b62119e8fbe9f5655b8802e4537ae) Subject: Allow C<setpgrp $$> Date: 16 Feb 1997 23:19:12 -0500 From: Roderick Schertler <roderick@gate.net> Files: pp_sys.c Msg-ID: <pzraigyshr.fsf@eeyore.ibcinc.com> (applied based on p5p patch as commit 3d2573a84a1aa655d5da58c57b3fc20e04d40f9f) Subject: Fix syntax error on C<&$1> From: Chip Salzenberg <chip@perl.com> Files: toke.c Subject: Fix grep() with refs in array context From: Chip Salzenberg <chip@perl.com> Files: pp.c CORE PORTABILITY Subject: Eliminate $^S; add C<use vmsish qw(status exit time)> Date: Mon, 17 Feb 1997 02:45:26 -0500 (EST) From: Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU> Files: MANIFEST gv.c lib/English.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp mg.c op.c perl.c perl.h pod/perldelta.pod pod/perlmod.pod pod/perlvar.pod pp_ctl.c pp_sys.c utils/perldoc.PL vms/Makefile vms/config.vms vms/descrip.mms vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs vms/ext/XSSymSet.pm vms/ext/vmsish.pm vms/vms.c vms/vmsish.h win32/makedef.pl private-msgid: <01IFI9CFKL0S004R2V@hmivax.humgen.upenn.edu> LIBRARY AND EXTENSIONS Subject: Remove Fatal.pm From: Chip Salzenberg <chip@perl.com> Files: MANIFEST lib/Fatal.pm pod/perldelta.pod pod/perlmod.pod pod/roffitall t/lib/fatal.t Subject: Refresh MakeMaker to 5.40 From: Andy Dougherty <doughera@lafcol.lafayette.edu> Files: lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm OTHER CORE CHANGES Subject: Fix core dump when embedding From: Chip Salzenberg <chip@perl.com> Files: perl.c Subject: Re: Fragile signals Date: Thu, 13 Feb 1997 01:44:39 -0500 (EST) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: mg.c Msg-ID: <199702130644.BAA07572@monk.mps.ohio-state.edu> (applied based on p5p patch as commit 09df8c7df7dfc9853902f1fdd8a6d95f53be66fc) Subject: Make format strings correspond exactly to parameters Date: 13 Feb 1997 17:24:31 -0500 From: Roderick Schertler <roderick@gate.net> Files: doio.c ext/DB_File/DB_File.xs ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c pp_sys.c regcomp.c toke.c Msg-ID: <pz7mkc1h0g.fsf@eeyore.ibcinc.com> (applied based on p5p patch as commit bf81aadd817bdea29720b072eef945df2da8463b) Subject: Don't try to attach 'o' magic to read-only values From: Chip Salzenberg <chip@perl.com> Files: sv.c Subject: Fix carriage-return message From: Chip Salzenberg <chip@perl.com> Files: toke.c Subject: In <=>, test for equality first From: Chip Salzenberg <chip@perl.com> Files: pp.c Subject: Don't mark sv_{true,false} PADTMP From: Chip Salzenberg <chip@perl.com> Files: op.c
* Fix formatting in perldiagChip Salzenberg1997-02-181-5/+5
|
* Update To-Do listTim Bunce1997-02-181-14/+5
| | | | | | Subject: Re: Perl Futures (was: Tentative 5.005 and 5.006 schedules) p5p-msgid: <9702101900.AA25293@toad.ig.co.uk>
* pod2man: missing '-' in name section shouldn't be fatalUlrich Pfeifer1997-02-181-2/+3
| | | | | | Subject: pod2man: missing '-' in name section is fatal p5p-msgid: <yfmzpxcimsa.fsf@ls6.informatik.uni-dortmund.de>
* Remove non-portable locale testsChip Salzenberg1997-02-181-37/+11
|
* 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>