Fix tcsh hack in Configure
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 8419886..b50c1ad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,7 +18,6 @@ file, and their current addresses (as of March 1997):
 
     Gisle Aas           <gisle@aas.no>
     Kenneth Albanowski  <kjahds@kjahds.com>
-    Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
     Graham Barr         <gbarr@ti.com>
     Spider Boardman     <spider@orb.nashua.nh.us>
     Tim Bunce           <Tim.Bunce@ig.co.uk>
@@ -35,13 +34,619 @@ file, and their current addresses (as of March 1997):
     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
     Tom Phoenix         <rootbeer@teleport.com>
     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
+    Dean Roehrich       <roehrich@cray.com>
     Roderick Schertler  <roderick@argon.org>
     Ilya Zakharevich    <ilya@math.ohio-state.edu>
 
 And the Keepers of the Patch Pumpkin:
 
+    Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
     Andy Dougherty      <doughera@lafcol.lafayette.edu>
-    Chip Salzenberg     <chip@pobox.com>
+    Chip Salzenberg     <chip@perl.com>
+
+
+-------------------
+ Version 5.003_97f
+-------------------
+
+This is it before _98.  No more last-minute features.  Really, I mean
+it this time.  No kidding.
+
+ CORE LANGUAGE CHANGES
+
+  Title:  "New operator systell()"
+   From:  Chip Salzenberg
+  Files:  doio.c ext/Opcode/Opcode.pm keywords.pl opcode.pl
+          pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp_sys.c
+          t/op/sysio.t toke.c
+
+  Title:  "Allow constant sub to be optimized when called with parens"
+   From:  Chip Salzenberg
+  Files:  toke.c
+
+  Title:  "Make {,un}pack fail on invalid pack types"
+   From:  Chip Salzenberg
+  Files:  pod/perldiag.pod pp.c
+
+ CORE PORTABILITY
+
+  Title:  "Fix bitwise ops and {,un}pack() on Cray CPUs"
+   From:  Chip Salzenberg
+  Files:  pp.c
+
+  Title:  "VMS update"
+   From:  Charles Bailey
+  Files:  lib/Cwd.pm lib/File/Path.pm lib/FindBin.pm vms/perly_c.vms
+          vms/vms.c vms/writemain.pl
+
+  Title:  "Win32 update (three patches)"
+   From:  Gurusamy Sarathy and Nick Ing-Simmons
+  Files:  lib/Cwd.pm lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+          lib/File/Basename.pm win32/Makefile win32/makedef.pl
+          win32/perllib.c win32/win32.c win32/win32iop.h
+
+ OTHER CORE CHANGES
+
+  Title:  "Fix error messages on method lookup failure"
+   From:  Chip Salzenberg
+  Files:  pp_hot.c
+
+  Title:  "Fix use of var before init in util.c"
+   From:  Gurusamy Sarathy
+ Msg-ID:  <199704162342.TAA20773@aatma.engin.umich.edu>
+   Date:  Wed, 16 Apr 1997 19:42:41 -0400
+  Files:  util.c
+
+ BUILD PROCESS
+
+  Title:  "Linux hints: Allow build w/o suidperl, prefer tcsh to csh"
+   From:  Michael De La Rue <mikedlr@tardis.ed.ac.uk>
+  Files:  Configure hints/linux.sh
+
+ LIBRARY AND EXTENSIONS
+
+  Title:  "Fix bug in Opcode when (maxo & 15) > 8"
+   From:  Chip Salzenberg
+  Files:  ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
+          ext/Opcode/Opcode.xs
+
+  Title:  "CGI.pm broke again"
+   From:  Andreas Koenig
+ Msg-ID:  <199704171136.NAA24859@anna.in-berlin.de>
+   Date:  Thu, 17 Apr 1997 13:36:28 +0200
+  Files:  lib/CGI.pm
+
+  Title:  "Revise quotewords()"
+   From:  Shishir Gundavaram <shishir@ruby.ora.com>
+  Files:  lib/Text/ParseWords.pm
+
+ TESTS
+
+   (no other changes)
+
+ UTILITIES
+
+   (no changes)
+
+ DOCUMENTATION
+
+  Title:  "Doc updates: INSTALL-1.13, pumpkin.pod-1.9"
+   From:  Andy Dougherty
+  Files:  INSTALL Porting/pumpkin.pod
+
+  Title:  "Document size restrictions for packed integers"
+   From:  Jarkko Hietaniemi
+  Files:  pod/perlfunc.pod
+
+
+-------------------
+ Version 5.003_97e
+-------------------
+
+Y'know, I've heard of this "beta" thing, but it's been so long since
+I've seen one, I'm not sure it really exists...
+
+ CORE LANGUAGE CHANGES
+
+  Title:  "New operator: sysseek()"
+   From:  Chip Salzenberg
+  Files:  doio.c ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm global.sym
+          keywords.pl opcode.pl pod/perldelta.pod pod/perlfunc.pod
+          pp_sys.c t/op/sysio.t toke.c
+
+  Title:  "Allow recursive substitution again"
+   From:  Chip Salzenberg
+  Files:  pod/perldelta.pod pod/perldiag.pod pp_hot.c
+
+ CORE PORTABILITY
+
+  Title:  "Use size_t for socket size parameters of GNU libc"
+   From:  Chip Salzenberg
+  Files:  doio.c pp_sys.c
+
+  Title:  "Fix STMT_{START,END} under g++"
+   From:  Steven Parkes <parkes@sierravista.com>
+ Msg-ID:  <199704141935.MAA11240@monterey.sierravista.com>
+   Date:  Mon, 14 Apr 1997 12:35:34 -0700
+  Files:  perl.h
+
+  Title:  "Win32 update (four patches)"
+   From:  Gurusamy Sarathy and Nick Ing-Simmons
+  Files:  MANIFEST README.win32 dosish.h ext/SDBM_File/Makefile.PL
+          ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.c
+          ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm perl.c
+          utils/perlbug.PL utils/perldoc.PL win32/Makefile win32/TEST
+          win32/config.H win32/config.w32 win32/config_h.PL
+          win32/config_sh.PL win32/perllib.c win32/runperl.c
+          win32/win32.c win32/win32io.c win32/win32sck.c
+
+ OTHER CORE CHANGES
+
+  Title:  "New API function: perl_eval_pv()"
+   From:  Doug MacEachern
+ Msg-ID:  <199704142113.RAA06823@postman.osf.org>
+   Date:  Mon, 14 Apr 1997 17:13:41 -0400
+  Files:  perl.c pod/perlcall.pod pod/perldelta.pod pod/perlembed.pod
+          pod/perlguts.pod proto.h
+
+  Title:  "Fix C< s//whatever/ >, which reuses old pattern"
+   From:  Chip Salzenberg
+  Files:  pp_hot.c regexec.c
+
+  Title:  "Return a value from PerlIO_{,un}getc"
+   From:  Hallvard B Furuseth
+ Msg-ID:  <199704131228.OAA05695@bombur2.uio.no>
+   Date:  Sun, 13 Apr 1997 14:28:14 +0200 (MET DST)
+  Files:  perlio.c
+
+  Title:  "Fix for environment leak"
+   From:  skimo@breughel.ufsia.ac.be (Sven Verdoolaege)
+ Msg-ID:  <19970415103246.NN46698@breughel.ufsia.ac.be>
+   Date:  Tue, 15 Apr 1997 10:32:46 +0200
+  Files:  util.c
+
+  Title:  "Fix comments in seed()"
+   From:  Hallvard B Furuseth
+ Msg-ID:  <199704141758.TAA06895@bombur2.uio.no>
+   Date:  Mon, 14 Apr 1997 19:58:38 +0200 (MET DST)
+  Files:  pp.c
+
+ BUILD PROCESS
+
+  Title:  "Put extensions' autoload files in $archlib"
+   From:  Chip Salzenberg
+  Files:  installperl
+
+  Title:  "Use '-fPIC' for debugging compiles under Solaris with gcc"
+   From:  Hallvard B Furuseth
+  Files:  Configure
+
+ LIBRARY AND EXTENSIONS
+
+  Title:  "Refresh CGI to 2.34"
+   From:  Chip Salzenberg
+  Files:  eg/cgi/customize.cgi eg/cgi/tryit.cgi lib/CGI.pm
+          lib/CGI/Apache.pm
+
+  Title:  "Debugger update"
+   From:  Ilya Zakharevich
+ Msg-ID:  <199704142115.RAA09923@monk.mps.ohio-state.edu>
+   Date:  Mon, 14 Apr 1997 17:15:27 -0400 (EDT)
+  Files:  lib/perl5db.pl
+
+  Title:  "diagnostics: $/ gotcha"
+   From:  Andreas Koenig
+ Msg-ID:  <199704151814.UAA03404@anna.in-berlin.de>
+   Date:  Tue, 15 Apr 1997 20:14:01 +0200
+  Files:  lib/diagnostics.pm
+
+  Title:  "Update File::Path"
+   From:  Andreas Koenig
+ Msg-ID:  <199704151401.QAA02556@anna.in-berlin.de>
+   Date:  Tue, 15 Apr 1997 16:01:07 +0200
+  Files:  lib/File/Path.pm t/lib/filepath.t
+
+  Title:  "User::pwent.pm: g{,e}cos"
+   From:  Tom Christiansen
+ Msg-ID:  <199704130135.TAA23274@jhereg.perl.com>
+   Date:  Sat, 12 Apr 1997 19:35:54 -0600
+  Files:  lib/User/pwent.pm
+
+  Title:  "Sys::Syslog: hyphens in hostnames"
+   From:  Jarkko Hietaniemi
+ Msg-ID:  <199704151421.RAA19693@alpha.hut.fi>
+   Date:  Tue, 15 Apr 1997 17:21:53 +0300 (EET DST)
+  Files:  lib/Sys/Syslog.pm
+
+  Title:  "Clean up format of dlopen() debug info"
+   From:  Hallvard B Furuseth
+  Files:  ext/DynaLoader/dl_dlopen.xs
+
+ TESTS
+
+   (no changes)
+
+ UTILITIES
+
+  Title:  "xsubpp incorrectly handles 'class::newthing()'"
+   From:  "John Q. Linux" <jql@jql.accessone.com>
+ Msg-ID:  <199704122201.PAA01780@jql.accessone.com>
+   Date:  Sat, 12 Apr 1997 15:01:33 -0700
+  Files:  lib/ExtUtils/xsubpp
+
+ DOCUMENTATION
+
+  Title:  "Add CGI to perldelta.pod and improve its description in MANIFEST"
+   From:  Chip Salzenberg
+  Files:  MANIFEST pod/perldelta.pod
+
+  Title:  "Describe probs with majordomo 1.94.1"
+   From:  Chip Salzenberg
+  Files:  pod/perldelta.pod
+
+  Title:  "Fix description of /\G/g"
+   From:  Chip Salzenberg
+  Files:  pod/perlop.pod
+
+  Title:  "Mention '...' operator in precedence table"
+   From:  Tom Christiansen
+ Msg-ID:  <199704131724.LAA23120@jhereg.perl.com>
+   Date:  Sun, 13 Apr 1997 11:24:16 -0600
+  Files:  pod/perlop.pod
+
+
+-------------------
+ Version 5.003_97d
+-------------------
+
+Any minute now... second public beta... no, really...
+
+ CORE LANGUAGE CHANGES
+
+  Title:  "Fix for incorrect overloaded assignment"
+   From:  Ilya Zakharevich
+ Msg-ID:  <199704112225.SAA03482@monk.mps.ohio-state.edu>
+   Date:  Fri, 11 Apr 1997 18:25:33 -0400 (EDT)
+  Files:  gv.c
+
+  Title:  "Fix C< $x=''; pos($x)=0; $x=~/\G$/ >"
+   From:  Chip Salzenberg
+  Files:  pp_hot.c
+
+  Title:  "Fix label on C<for(;;)> statement"
+   From:  Chip Salzenberg
+  Files:  perly.c perly.y
+
+ CORE PORTABILITY
+
+  Title:  "update to 5.003_97b/hint/irix_6_2.sh"
+   From:  Scott Henry <scotth@sgi.com>
+ Msg-ID:  <yd8hghdjbk0.fsf@hoshi.engr.sgi.com>
+   Date:  11 Apr 1997 18:05:03 -0700
+  Files:  hints/irix_6_2.sh
+
+ OTHER CORE CHANGES
+
+  Title:  "Before 'BEGIN not safe', explain why"
+   From:  Chip Salzenberg
+  Files:  op.c
+
+  Title:  "New error msg for low-key failure of C<require>"
+   From:  Chip Salzenberg
+  Files:  pod/perldiag.pod pp_ctl.c t/pragma/strict-subs
+          t/pragma/strict-vars
+
+  Title:  "Put "dXSUB_SYS" last in declarations"
+   From:  Chip Salzenberg
+  Files:  win32/perllib.c
+
+  Title:  "Minor type cleanup"
+   From:  Chip Salzenberg
+  Files:  proto.h toke.c
+
+ BUILD PROCESS
+
+   (no changes)
+
+ LIBRARY AND EXTENSIONS
+
+  Title:  "win32: perl5db patch"
+   From:  Gurusamy Sarathy
+ Msg-ID:  <199704102142.RAA27396@aatma.engin.umich.edu>
+   Date:  Thu, 10 Apr 1997 17:42:13 -0400
+  Files:  lib/perl5db.pl
+
+  Title:  "Enhancements to debugger, Term::ReadLine, Term::Cap"
+   From:  Ilya Zakharevich
+ Msg-ID:  <199704101948.PAA01841@monk.mps.ohio-state.edu>
+   Date:  Thu, 10 Apr 1997 15:48:07 -0400 (EDT)
+  Files:  lib/Term/Cap.pm lib/Term/ReadLine.pm lib/perl5db.pl
+
+  Title:  "MM_Unix patch for use under CVS"
+   From:  Ulrich Pfeifer
+ Msg-ID:  <yfmd8s1vhpn.fsf@ls6.informatik.uni-dortmund.de>
+   Date:  11 Apr 1997 14:59:00 +0200
+  Files:  lib/ExtUtils/MM_Unix.pm
+
+  Title:  "Complex update (five patches)"
+   From:  Jarkko Hietaniemi
+  Files:  lib/Math/Complex.pm t/lib/complex.t
+
+  Title:  "Fix undef warning in Math::BigInt"
+   From:  Chip Salzenberg
+  Files:  lib/Math/BigInt.pm
+
+ TESTS
+
+   (no other changes)
+
+ UTILITIES
+
+  Title:  "Add B<-o> option to a2p, for old awk; make new the default"
+   From:  Chip Salzenberg
+  Files:  x2p/a2p.h x2p/a2p.pod x2p/a2py.c x2p/walk.c
+
+ DOCUMENTATION
+
+  Title:  "typo in lib/diagnostics.pm"
+   From:  barnett@grymoire.crd.ge.com (Bruce Barnett)
+ Msg-ID:  <199704111800.OAA27297@grymoire.crd.ge.com>
+   Date:  Fri, 11 Apr 1997 14:00:54 -0400
+  Files:  lib/diagnostics.pm
+
+  Title:  "Use B<> for options in Class::Struct pod"
+   From:  Hugo van der Sanden <hv@iii.co.uk>
+ Msg-ID:  <334D2E7B.67F0@iii.co.uk>
+   Date:  Thu, 10 Apr 1997 19:16:27 +0100
+  Files:  lib/Class/Struct.pm
+
+  Title:  "Explain //g and \G issues"
+   From:  Gurusamy Sarathy
+ Msg-ID:  <199704122048.QAA25060@aatma.engin.umich.edu>
+   Date:  Sat, 12 Apr 1997 16:48:41 -0400
+  Files:  pod/perldelta.pod pod/perlop.pod pod/perlre.pod
+
+  Title:  "more (err, less) doubled words"
+   From:  Jarkko Hietaniemi
+ Msg-ID:  <199704111931.WAA24460@alpha.hut.fi>
+   Date:  Fri, 11 Apr 1997 22:31:25 +0300 (EET DST)
+  Files:  ext/DB_File/DB_File.pm ext/DynaLoader/DynaLoader.pm
+          ext/IO/lib/IO/Pipe.pm lib/CGI.pm lib/Exporter.pm
+          lib/ExtUtils/MakeMaker.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
+          lib/vars.pm pod/perlcall.pod pod/perldiag.pod
+          pod/perlfaq1.pod pod/perlfaq3.pod pod/perlfaq5.pod
+          pod/perlfaq7.pod pod/perlfaq8.pod pod/perlipc.pod
+
+  Title:  "Freudian slip error in perlsub.pod"
+   From:  barnett@grymoire.crd.ge.com (Bruce Barnett)
+ Msg-ID:  <199704111755.NAA27200@grymoire.crd.ge.com>
+   Date:  Fri, 11 Apr 1997 13:55:07 -0400
+  Files:  pod/perlsub.pod
+
+  Title:  "Little patch for perl5.003_97c/pod/perlpod.pod"
+   From:  rse@engelschall.com (Ralf S. Engelschall)
+ Msg-ID:  <199704112048.WAA08733@en1.engelschall.com>
+   Date:  Fri, 11 Apr 1997 22:48:37 +0200
+  Files:  pod/perlpod.pod
+
+
+-------------------
+ Version 5.003_97c
+-------------------
+
+That second public beta will be Real Soon Now...
+
+ CORE LANGUAGE CHANGES
+
+  Title:  "Refine setgroups() behavior of C<$)>"
+   From:  Chip Salzenberg
+  Files:  mg.c pod/perldelta.pod pod/perlvar.pod
+
+  Title:  "Forbid -[Mm] on #! line"
+   From:  Chip Salzenberg
+  Files:  pod/perldelta.pod pod/perldiag.pod toke.c
+
+ CORE PORTABILITY
+
+  Title:  "Fix dynamic loading (and argv[0]) under AmigaOS"
+   From:  Norbert Pueschel
+ Msg-ID:  <77724842@Armageddon.meb.uni-bonn.de>
+   Date:  Tue, 08 Apr 1997 22:01:45 +0200
+  Files:  hints/amigaos.sh
+
+  Title:  "Special mkdir() for VMS"
+   From:  Charles Bailey
+ Msg-ID:  <01IHGOXN6MZM0004K3@hmivax.humgen.upenn.edu>
+   Date:  Tue, 08 Apr 1997 12:33:56 -0400 (EDT)
+  Files:  dosish.h lib/ExtUtils/MM_Unix.pm lib/File/Path.pm os2/os2ish.h
+          plan9/plan9ish.h pp_sys.c unixish.h vms/vms.c vms/vmsish.h
+
+ OTHER CORE CHANGES
+
+  Title:  "Fix assignment from magic SV that becomes a glob"
+   From:  Chip Salzenberg
+  Files:  sv.c
+
+ BUILD PROCESS
+
+  Title:  "Fix syntax error in Configure comment(!)"
+   From:  Chip Salzenberg
+  Files:  Configure
+
+  Title:  "For Solaris, if -DDEBUGGING, default to '-KPIC', not '-Kpic'"
+   From:  Chip Salzenberg
+  Files:  Configure
+
+  Title:  "Fix usage of dXSUB_SYS, esp. in ExtUtils::Miniperl"
+   From:  Chip Salzenberg
+  Files:  dosish.h minimod.pl os2/os2ish.h plan9/plan9ish.h vms/vmsish.h
+
+ LIBRARY AND EXTENSIONS
+
+  Title:  "Replace Class::Template with improved Class::Struct"
+   From:  Jim Miner <jfm@winternet.com>
+  Files:  MANIFEST lib/Class/Struct.pm lib/Class/Template.pm
+          lib/File/stat.pm lib/Net/hostent.pm lib/Net/netent.pm
+          lib/Net/protoent.pm lib/Net/servent.pm lib/Time/gmtime.pm
+          lib/Time/localtime.pm lib/Time/tm.pm lib/User/grent.pm
+          lib/User/pwent.pm pod/perldelta.pod pod/perlfaq7.pod
+          pod/perlmod.pod pod/perltoot.pod
+
+  Title:  "MakeMaker pathname patch"
+   From:  Nick Ing-Simmons
+ Msg-ID:  <199704091908.UAA00877@ni-s.u-net.com>
+   Date:  Wed, 9 Apr 1997 20:08:23 +0100
+  Files:  lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
+
+  Title:  "Fix configuration of new socket"
+   From:  Chip Salzenberg
+  Files:  ext/IO/lib/IO/Socket.pm
+
+  Title:  "Improve IO::Handle docs; don't export _open_mode_string"
+   From:  Chip Salzenberg
+  Files:  ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
+
+  Title:  "Complex.pm: 0**0 sanity"
+   From:  Jarkko Hietaniemi
+ Msg-ID:  <199704091804.VAA13930@alpha.hut.fi>
+   Date:  Wed, 9 Apr 1997 21:04:23 +0300 (EET DST)
+  Files:  lib/Math/Complex.pm
+
+  Title:  "Fix typos in Math::Trig"
+   From:  Jarkko Hietaniemi
+  Files:  lib/Math/Trig.pm
+
+ TESTS
+
+  Title:  "Accommodate CodeBuilder variant of Machten 4.0.3"
+   From:  Dominic Dunlop <domo@slipper.ip.lu>
+ Msg-ID:  <v03020902af704d320f27@[194.51.248.88]>
+   Date:  Tue, 8 Apr 1997 22:15:15 +0200
+  Files:  t/io/fs.t t/op/stat.t
+
+ UTILITIES
+
+   (no changes)
+
+ DOCUMENTATION
+
+  Title:  "IO::Socket doc fix"
+   From:  Roderick Schertler
+ Msg-ID:  <28383.860527843@eeyore.ibcinc.com>
+   Date:  Tue, 08 Apr 1997 15:30:43 -0400
+  Files:  ext/IO/lib/IO/Socket.pm
+
+
+-------------------
+ Version 5.003_97b
+-------------------
+
+Working on the second public beta...
+
+ CORE LANGUAGE CHANGES
+
+  Title:  "Make assignment to C<$)> call setgroups()"
+   From:  Chip Salzenberg
+  Files:  Configure config_H config_h.SH mg.c plan9/config.plan9
+          pod/perldelta.pod vms/config.vms win32/config.H
+          win32/config.w32
+
+  Title:  "Grandfather "$$<digit>" in strings"
+   From:  Chip Salzenberg
+  Files:  pod/perldiag.pod toke.c
+
+  Title:  "Disconnect warn and die hooks _after_ object destruction"
+   From:  Chip Salzenberg
+  Files:  perl.c
+
+  Title:  "Forbid recursive substitutions"
+   From:  Chip Salzenberg
+  Files:  cop.h pod/perldelta.pod pod/perldiag.pod pp_ctl.c pp_hot.c
+
+ CORE PORTABILITY
+
+  Title:  "Use SSize_t for values of PerlIO_{read,write}"
+   From:  Chip Salzenberg
+  Files:  perlio.c perlio.h perlsdio.h pp_sys.c
+
+  Title:  "perlwin-97a_4: win32 environ fix"
+   From:  Gurusamy Sarathy
+ Msg-ID:  <199704060431.XAA23400@aatma.engin.umich.edu>
+   Date:  Sat, 05 Apr 1997 23:31:11 -0500
+  Files:  win32/win32.c win32/win32io.c win32/win32io.h win32/win32iop.h
+
+ OTHER CORE CHANGES
+
+  Title:  "length($') isn't"
+   From:  Gurusamy Sarathy
+ Msg-ID:  <199704070730.DAA07310@aatma.engin.umich.edu>
+   Date:  Mon, 07 Apr 1997 03:30:44 -0400
+  Files:  mg.c
+
+  Title:  "Fix obscure regex bug related to leading C<.*>"
+   From:  Chip Salzenberg
+  Files:  toke.c
+
+  Title:  "Add warning for glob failure"
+   From:  Chip Salzenberg
+  Files:  pod/perldelta.pod pod/perldiag.pod pp_hot.c
+
+  Title:  "Fix C<perl -V> in presence of local patches"
+   From:  Chip Salzenberg
+  Files:  perl.c
+
+ BUILD PROCESS
+
+  Title:  "Don't suggest 'Configure -der' in config.sh comments"
+   From:  Chip Salzenberg
+  Files:  Configure
+
+ LIBRARY AND EXTENSIONS
+
+  Title:  "CGI->redirect patch"
+   From:  Doug MacEachern
+ Msg-ID:  <199704051527.KAA11280@postman.osf.org>
+   Date:  Sat, 05 Apr 1997 10:27:52 -0500
+  Files:  lib/CGI.pm
+
+  Title:  "Updates to Math::Complex and Math::Trig"
+   From:  Jarkko Hietaniemi
+  Files:  lib/Math/Complex.pm lib/Math/Trig.pm pod/perldelta.pod
+          t/lib/complex.t
+
+  Title:  "Fix FindBin under Win32, and document success"
+   From:  Nick Ing-Simmons and Gurusamy Sarathy
+ Msg-ID:  <199704051504.QAA09507@ni-s.u-net.com>
+   Date:  Sat, 5 Apr 1997 16:04:52 +0100
+  Files:  README.win32 lib/Cwd.pm lib/FindBin.pm
+
+ TESTS
+
+   (no other changes)
+
+ UTILITIES
+
+  Title:  "Patch for 'perldoc -f'"
+   From:  Gisle Aas
+ Msg-ID:  <199704061732.TAA00353@bergen.sn.no>
+   Date:  Sun, 6 Apr 1997 19:32:04 +0200
+  Files:  utils/perldoc.PL
+
+ DOCUMENTATION
+
+  Title:  "Document required module versions"
+   From:  Chip Salzenberg
+  Files:  pod/perldelta.pod
+
+  Title:  "Document sample function perl_eval()"
+   From:  Doug MacEachern
+ Msg-ID:  <199704051524.KAA06090@postman.osf.org>
+   Date:  Sat, 05 Apr 1997 10:24:43 -0500
+  Files:  pod/perlcall.pod pod/perlembed.pod
+
+  Title:  "Make L<perltrap> refer to L<perldelta>"
+   From:  Chip Salzenberg
+  Files:  pod/perltrap.pod
 
 
 -------------------
@@ -265,7 +870,7 @@ planning on making 5.003_98 the second public beta.
 
  TESTS
 
-   (no changes)
+   (no other changes)
 
  UTILITIES
 
@@ -485,7 +1090,7 @@ planning on making 5.003_98 the second public beta.
 
  TESTS
 
-   (no changes)
+   (no other changes)
 
  UTILITIES
 
@@ -643,7 +1248,7 @@ planning on making 5.003_98 the second public beta.
 
  BUILD PROCESS
 
-   (no changes)
+   (no other changes)
 
  LIBRARY AND EXTENSIONS
 
@@ -1011,7 +1616,7 @@ planning on making 5.003_98 the second public beta.
 
  TESTS
 
-   (no changes)
+   (no other changes)
 
  UTILITIES
 
@@ -3898,7 +4503,7 @@ updates.  We'll get to 5.004 RSN, I promise.  :-)
  CORE PORTABILITY
 
   Title:  "_13: patches for unicos/unicosmk"
-   From:  Dean Roehrich <roehrich@cray.com>
+   From:  Dean Roehrich
  Msg-ID:  <199612202038.OAA22805@poplar.cray.com>
    Date:  Fri, 20 Dec 1996 14:38:50 -0600
   Files:  Configure MANIFEST hints/unicos.sh hints/unicosmk.sh
@@ -7975,7 +8580,7 @@ Index: utils/h2ph.PL
 Index: utils/h2xs.PL
 
     Date: Sat, 21 Sep 1996 16:38:24 -0500
-    From: Dean Roehrich <roehrich@cray.com>
+    From: Dean Roehrich
     Subject: h2xs bug fix
 
     The h2xs that is in perl5.003_05 has a regexp bug which prevents it from