X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=379e13c8a404d129ece7cd134e688ba0c1a96703;hb=b099ddc068b2498767e6f04ac167d9633b895ec4;hp=7eb79febb162cbeffb71d310edcd58f2abb5c986;hpb=a60067777be62ee91d1318f9ae26d9ed713245de;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 7eb79fe..379e13c 100644 --- a/Changes +++ b/Changes @@ -8,6447 +8,3254 @@ or in the .../src/5/0/unsupported directory for sub-version releases.) ----------------- -Version 5.003_18 ----------------- - -Yet further down the road to 5.004.... - - CORE LANGUAGE CHANGES - - Title: "Inherited overloading" - From: Ilya Zakharevich - Msg-ID: <199612291312.IAA02134@monk.mps.ohio-state.edu> - Date: Sun, 29 Dec 1996 08:12:54 -0500 (EST) - Files: gv.c lib/overload.pm perl.h sv.c sv.h t/op/overload.t - - Title: "Hide lexicals from Cd or Cd module (!)" - From: Chip Salzenberg - Files: pp_ctl.c - - Title: "Closures at file scope must be anonymous" - From: Chip Salzenberg - Files: op.c - - Title: "Warn on '{if,while} ($x = X)' where X is glob, readdir, or " - From: Chip Salzenberg - Files: op.c pod/perldiag.pod - - Title: "Warn on 'undef $x; $x OP 1' where OP is *=, /=, %=, or **=" - From: Chip Salzenberg - Files: pp.c - - CORE PORTABILITY - - Title: "Ultrix setlocale() workaround" - From: Chip Salzenberg - Files: hints/ultrix_4.sh util.c - - OTHER CORE CHANGES - - Title: "Get rid of 'Leaked scalars'" - From: Chip Salzenberg - Files: cop.h gv.c op.c - - Title: "Don't forget $c in C<(($a,$b,$c)=(1,2))=(3,4,5)>" - From: Chip Salzenberg - Files: pp_hot.c - - Title: "Fix core dump on perl_construct()/perl_destruct() loop" - From: Chip Salzenberg - Files: perl.c - - Title: "Add missing syms to global.sym; update magic doc" - From: Chip Salzenberg - Files: global.sym pod/perlguts.pod - - TESTS - - Title: "Expanded locale.t and misc.t" - From: Jarkko Hietaniemi - Files: t/lib/locale.t t/lib/misc.t - - Title: "Expanded my.t" - From: Chip Salzenberg - Files: t/lib/my.t - - Title: "test harness for C" - From: Graham Barr - Msg-ID: <32C76882.3F3C7999@tiuk.ti.com> - Date: Mon, 30 Dec 1996 07:00:18 +0000 - Files: MANIFEST t/op/use.t - - Title: "More tests" - From: Tom Phoenix - Msg-ID: - Msg-ID: - Msg-ID: <199612280347.WAA00293@monk.mps.ohio-state.edu> - Date: Fri, 27 Dec 1996 22:47:24 -0500 (EST) - Files: lib/File/Copy.pm t/lib/filecopy.t - - DOCUMENTATION - - Title: "Updates to perllocale.pod" - From: Dominic Dunlop - Files: pod/perllocale.pod - - Title: "Locale-related pod patches, take 2" - From: Dominic Dunlop - Msg-ID: - Date: Sat, 28 Dec 1996 10:56:41 +0100 - Files: pod/perl.pod pod/perlform.pod pod/perlfunc.pod pod/perlop.pod - pod/perlre.pod pod/perlsec.pod - - Title: "Re: perldiag.pod entry for "Scalar value @%s{%s} ..."" - From: Roderick Schertler - Msg-ID: <2043.852051019@eeyore.ibcinc.com> - Date: Tue, 31 Dec 1996 11:50:19 -0500 - Files: pod/perldiag.pod - - ----------------- -Version 5.003_17 ----------------- - -The rate of patches is slowing down.... I see 5.004 at the end of the -tunnel! (Hey, what's that whistle?) - - CORE LANGUAGE CHANGES - - Title: "Support named closures" - From: Chip Salzenberg - Files: cv.h op.c perl.c pp.c pp_ctl.c pp_hot.c - - CORE PORTABILITY - - Title: "perl5.003_15 and Interactive Unix" - From: win@in.rhein-main.de (Winfried Koenig) - Msg-ID: - Date: Thu, 26 Dec 1996 00:45:45 +0200 (EET) - Files: hints/isc.sh pp_sys.c - - Title: "Suggest "usemymalloc='n'" for FreeBSD 2.*" - From: rse@engelschall.com (Ralf S. Engelschall) - Files: hints/freebsd.sh - - Title: "Minor OS/2 fixes" - From: Ilya Zakharevich - Msg-ID: <199612252105.QAA11890@monk.mps.ohio-state.edu> - Date: Wed, 25 Dec 1996 16:05:42 -0500 (EST) - Files: os2/os2ish.h pod/perlxstut.pod - - OTHER CORE CHANGES - - Title: "Fix {,un}tainting of $1 etc. when C" - From: Chip Salzenberg - Files: mg.c sv.c - - Title: "Limit effects of "=pod" to a single file" - From: Chip Salzenberg - Files: toke.c - - TESTS - - Title: "New tests: op/method.t and op/locale.t" - From: Ilya Zakharevich and Jarkko Hietaniemi - Files: MANIFEST t/lib/locale.t t/op/method.t - - Title: "Test C< ()=() >" - From: Chip Salzenberg - Files: t/op/misc.t - - LIBRARY AND EXTENSIONS - - Title: "Refresh MakeMaker to 5.39" - From: Andreas Koenig - Files: lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm - lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm - lib/ExtUtils/Mksymlists.pm - - Title: "Newer debugger" - From: Ilya Zakharevich - Msg-ID: <199612261954.OAA12999@monk.mps.ohio-state.edu> - Date: Thu, 26 Dec 1996 14:54:34 -0500 (EST) - Files: lib/perl5db.pl - - DOCUMENTATION - - Title: "Perlguts, version 27" - From: Jeff Okamoto - Msg-ID: <199612250144.AA059528263@hpcc123.corp.hp.com> - Date: Tue, 24 Dec 1996 17:44:23 -0800 - Files: pod/perlguts.pod - - Title: "perlpod.pod patch for _16" - From: Kenneth Albanowski - Msg-ID: - Date: Tue, 24 Dec 1996 23:00:10 -0500 (EST) - Files: pod/perlpod.pod - - Title: "tiny perllocale.pod diff for _16" - From: Jarkko Hietaniemi - Msg-ID: <199612261306.PAA21161@alpha.hut.fi> - Date: Thu, 26 Dec 1996 15:06:04 +0200 (EET) - Files: pod/perllocale.pod - - ----------------- -Version 5.003_16 ----------------- - -This patch is all bug fixes, library updates, and documentation -updates. We'll get to 5.004 RSN, I promise. :-) - - CORE LANGUAGE CHANGES - - Title: "Fix closures that are not in subroutines" - From: Chip Salzenberg - Files: op.c - - CORE PORTABILITY - - Title: "_13: patches for unicos/unicosmk" - 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 - - OTHER CORE CHANGES - - Title: "Fix 'foreach(@ARGV) { while (<>) { push @p,$_ } }'" - From: Chip Salzenberg - Files: cop.h pp_hot.c scope.c - - Title: "Eliminate warnings from C< undef $x; $x OP= "foo" >" - From: Chip Salzenberg - Files: doop.c pp.c pp.h pp_hot.c - - Title: "Try again to improve method caching" - From: Ilya Zakharevich - Msg-ID: <199612240113.UAA09487@monk.mps.ohio-state.edu> - Date: Mon, 23 Dec 1996 20:13:56 -0500 (EST) - Files: gv.c sv.c - - Title: "Be more careful about 'o' magic memory management" - From: Chip Salzenberg - Files: mg.c sv.c - - Title: "Fix bad pointer refs when localized object loses magic" - From: Chip Salzenberg - Files: scope.c - - LIBRARY AND EXTENSIONS - - Title: "Refresh CPAN to 1.09" - From: Andreas Koenig - Files: lib/CPAN.pm - - Title: "Refresh Net::Ping to 2.02" - From: Russell Mosemann - Files: lib/Net/Ping.pm - - Title: "Refresh IO to 1.14" - From: Graham Barr - Files: MANIFEST ext/IO/IO.xs ext/IO/README ext/IO/lib/IO/File.pm - ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm - ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm - ext/IO/lib/IO/Socket.pm t/lib/io_dup.t t/lib/io_pipe.t - t/lib/io_sel.t t/lib/io_sock.t t/lib/io_tell.t - t/lib/io_udp.t t/lib/io_xs.t - - BUILD PROCESS AND UTILITIES - - Title: "Don't recurse into subdirs twice on 'make realclean'" - From: Chip Salzenberg - Files: Makefile.SH - - Title: "Use root EXTERN.h when compiling x2p/malloc.c." - From: Paul Marquess - Files: x2p/Makefile.SH - - Title: "Fix compilation errors when malloc.c used for x2p" - From: Robin Barker - Files: malloc.c - - DOCUMENTATION - - Title: "Edit INSTALL to describe new binary compat setup" - From: Chip Salzenberg - Files: INSTALL - - Title: "Update to perllocale.pod" - From: Jarkko Hietaniemi - Files: pod/perllocale.pod - - ----------------- -Version 5.003_15 ----------------- - -As soon as I posted 5.003_14, I found a fatal error in it. :-( - -This release is strictly a bug fix -- it removes some function caching -changes that were supposed to be improvements, but weren't. + --------------- + CAST AND CREW + --------------- + +To give due honor to those who have made Perl what is is today, +here are some of the more common names in the Changes file, and their +current addresses (as of July 1998): + + Gisle Aas + Abigail + Kenneth Albanowski + Russ Allbery + Graham Barr + Spider Boardman + Tom Christiansen + Jan Dubois + Hallvard B Furuseth + M. J. T. Guy + Jarkko Hietaniemi + Nick Ing-Simmons + Andreas Koenig + Doug MacEachern + Paul Marquess + Stephen McCamant + Laszlo Molnar + Hans Mulder + Matthias Neeracher + Jeff Okamoto + Ulrich Pfeifer + Tom Phoenix + Joshua Pritikin + Norbert Pueschel + Dean Roehrich + Hugo van der Sanden + Roderick Schertler + Kurt D. Starsinic + Dan Sugalski + Larry W. Virden + Ilya Zakharevich + +And the Keepers of the Patch Pumpkin: + + Charles Bailey + Malcolm Beattie + Tim Bunce + Andy Dougherty + Gurusamy Sarathy + Chip Salzenberg + +And, of course, the Author of Perl: + + Larry Wall + + +NOTE: Each change entry shows the change number; who checked it into the +repository; when; description of the change; which branch the change +happened in; and the affected files. The file lists have a short symbolic +indicator: + + ! modified + + added + - deleted + +> branched (from elsewhere) + !> merged changes (from elsewhere) ---------------- -Version 5.003_14 +Version 5.005_54 Development release working toward 5.006 ---------------- -We seem to have achieved "release candidate" status. - - CORE LANGUAGE CHANGES - - Title: "Eliminate support for {if,unless,while,until} BLOCK BLOCK" - From: Chip Salzenberg - Files: perly.c perly.c.diff perly.y toke.c - - Title: "Taint $x after $x =~ s/pat/xyz/ if pat or xyz is tainted by locale" - From: Chip Salzenberg - Files: cop.h mg.c pp_ctl.c pp_hot.c - - Title: "Complete support for modifying undefined array members in foreach" - From: Chip Salzenberg - Files: global.sym mg.c perl.h pp.c pp_hot.c proto.h sv.c - - OTHER CORE CHANGES - - Title: "patch for regex bug: (x|x){n}" - From: Gurusamy Sarathy - Msg-ID: <199612210259.VAA10170@aatma.engin.umich.edu> - Date: Fri, 20 Dec 1996 21:59:22 -0500 - Files: regexec.c - - Title: "Bug in debugger with import manipulations" - From: Ilya Zakharevich - Msg-ID: <199612231037.FAA08617@monk.mps.ohio-state.edu> - Date: Mon, 23 Dec 1996 05:37:48 -0500 (EST) - Files: pp_hot.c - - Title: "Import and dynamic methods" - From: Ilya Zakharevich - Msg-ID: <199612230645.BAA08378@monk.mps.ohio-state.edu> - Date: Mon, 23 Dec 1996 01:45:37 -0500 (EST) - Files: gv.c hv.c sv.c - - Title: "malloc.c patch" - From: Ilya Zakharevich - Msg-ID: <199612220748.CAA07164@monk.mps.ohio-state.edu> - Date: Sun, 22 Dec 1996 02:48:58 -0500 (EST) - Files: malloc.c - - Title: "sv_gets patch" - From: Ilya Zakharevich - Msg-ID: <199612220824.DAA07235@monk.mps.ohio-state.edu> - Date: Sun, 22 Dec 1996 03:24:04 -0500 (EST) - Files: pp_hot.c - - Title: "pos $str patch" - From: Ilya Zakharevich - Msg-ID: <199612220831.DAA07247@monk.mps.ohio-state.edu> - Date: Sun, 22 Dec 1996 03:31:21 -0500 (EST) - Files: mg.c pp_hot.c t/op/pat.t - - Title: "Prevent warnings when STDCHAR is unsigned" - From: Chip Salzenberg - Files: perlio.c perlio.h - - PORTABILITY - - Title: "Fix bugs in bincompat3 usage" - From: Chip Salzenberg - Files: perl.h perl_exp.SH - - Title: "Support shared libperl on SunOS" - From: Ulrich Pfeifer - Files: Makefile.SH - - Title: "Configure on OS/2" - From: Ilya Zakharevich - Msg-ID: <199612202325.SAA05505@monk.mps.ohio-state.edu> - Date: Fri, 20 Dec 1996 18:25:30 -0500 (EST) - Files: Configure - - Title: "Fixes for Interactive Unix" - From: win@in.rhein-main.de (Winfried Koenig) - Msg-ID: - Date: Sun, 22 Dec 96 05:14 EET - Files: hints/isc.sh op.c pp_sys.c universal.c - - Title: "Use "proto" instead of "_" in sdbm.h" - From: Chip Salzenberg - Files: ext/SDBM_File/sdbm/sdbm.h - - Title: "VMS patches to 5.003_13" - From: Charles Bailey - Msg-ID: <01IDBYYFYPIS002ASE@hmivax.humgen.upenn.edu> - Date: Mon, 23 Dec 1996 01:26:47 -0500 (EST) - Files: deb.c ext/POSIX/POSIX.xs gv.c lib/File/Copy.pm mg.c perl.c - perl.h proto.h sv.c t/lib/filecopy.t taint.c toke.c util.c - vms/Makefile vms/config.vms vms/descrip.mms - vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com - vms/perly_c.vms vms/perly_h.vms vms/test.com vms/vms.c - vms/vms_yfix.pl - - UTILITIES, LIBRARY, AND EXTENSIONS - - Title: "Remove libnet" - From: Chip Salzenberg - Files: MANIFEST pod/perlmod.pod - - Title: "Refresh CPAN module to 1.08" - From: Chip Salzenberg - Files: lib/CPAN.pm lib/CPAN/FirstTime.pm - - Title: "Refresh ExtUtils::Manifest to version 1.28" - From: Andreas Koenig - Files: lib/ExtUtils/Manifest.pm - - Title: "Update IO->VERSION() to 1.1201 for CPAN's sake" - From: Chip Salzenberg - Files: ext/IO/lib/IO/Handle.pm lib/IO/Handle.pm - - Title: "Remodel File::Copy." - From: Chip Salzenberg - Files: lib/File/Copy.pm - - Title: "dumb bug in User::pwent.pm" - From: Tom Christiansen - Msg-ID: <199612201145.EAA27860@mox.perl.com> - Date: Fri, 20 Dec 1996 04:45:37 -0700 - Files: lib/User/pwent.pm - - DOCUMENTATION - - Title: "Better support for =for" - From: Kenneth Albanowski - Msg-ID: - Date: Fri, 20 Dec 1996 16:43:35 -0500 (EST) - Files: lib/Pod/Text.pm pod/pod2latex.PL pod/pod2man.PL - - Title: "perllocale.pod -- second draft" - From: Dominic Dunlop - Msg-ID: - Date: Sat, 21 Dec 1996 15:00:50 +0100 - Files: pod/perllocale.pod - - Title: "Perlguts, version 26" - From: Jeff Okamoto - Msg-ID: <199612201943.AA048111018@hpcc123.corp.hp.com> - Date: Fri, 20 Dec 1996 11:43:38 -0800 - Files: pod/perlguts.pod - - Title: "Update pod/Makefile; s/perli18n/perllocale/" - From: Chip Salzenberg - Files: ext/POSIX/POSIX.pod lib/I18N/Collate.pm pod/Makefile - pod/perl.pod pod/perlmod.pod pod/perlnews.pod pod/roffitall - - Title: "obstruct pod2man doc tweaks" - From: Roderick Schertler - Msg-ID: <3923.851106237@eeyore.ibcinc.com> - Date: Fri, 20 Dec 1996 13:23:57 -0500 - Files: lib/Class/Template.pm lib/Time/tm.pm - +____________________________________________________________________________ +[ 2230] By: jhi on 1998/11/12 17:07:45 + Log: Allow hints file override for d_socket + (based on Sequent-induced change #2229). + Branch: cfgperl + ! Configure +____________________________________________________________________________ +[ 2229] By: jhi on 1998/11/12 16:32:33 + Log: + From: "Martin J. Bligh" + To: jhi@iki.fi + cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu + Subject: Re: Making Perl work on DYNIX/ptx + Date: Tue, 10 Nov 1998 16:24:26 -0800 + Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com> + Branch: cfgperl + ! hints/dynixptx.sh +____________________________________________________________________________ +[ 2228] By: jhi on 1998/11/12 11:40:37 + Log: From: "Martin J. Bligh" + Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com> + To: jhi@iki.fi + cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu + Subject: Re: Making Perl work on DYNIX/ptx + Date: Tue, 10 Nov 1998 18:01:10 -0800 + Branch: cfgperl + + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl +____________________________________________________________________________ +[ 2227] By: jhi on 1998/11/12 11:17:42 + Log: Integrate from mainperl. + Branch: cfgperl + !> Changes XSUB.h av.c embed.h embed.pl embedvar.h + !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h + !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c + !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl + !> win32/win32.c x2p/s2p.PL +____________________________________________________________________________ +[ 2226] By: gsar on 1998/11/11 21:05:42 + Log: provide -DPERL_POLLUTE + Branch: perl + ! embed.pl embedvar.h +____________________________________________________________________________ +[ 2225] By: jhi on 1998/11/09 07:45:12 + Log: From: Hans Mulder + To: Ilya Zakharevich + Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi, + perl5-porters@perl.org + Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 + (UNINSTALLED) + Date: Sun, 8 Nov 98 22:20:23 +0100 + Message-Id: <9811082119.AA11802@icgned.icgroup.nl> + Branch: cfgperl + ! malloc.c perl.h +____________________________________________________________________________ +[ 2224] By: gsar on 1998/11/09 03:13:14 + Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe + Christoph ) + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 2223] By: gsar on 1998/11/09 02:09:06 + Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux + ) + Branch: perl + ! x2p/s2p.PL +____________________________________________________________________________ +[ 2222] By: gsar on 1998/11/09 01:56:24 + Log: patches from Hugo van der Sanden + Date: Wed, 04 Nov 1998 12:19:44 +0000 + Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk> + Subject: [PATCH] Re: [5.005_53] read overflow? + -- + Date: Wed, 04 Nov 1998 13:15:18 +0000 + Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk> + Subject: [PATCH 5.005_53] perl -V fix + Branch: perl + ! perl.c regexec.c +____________________________________________________________________________ +[ 2221] By: gsar on 1998/11/09 01:34:56 + Log: From: jan.dubois@ibm.net (Jan Dubois) + Date: Sun, 01 Nov 1998 00:05:01 +0100 + Message-ID: <364294bd.18052307@smtp1.ibm.net> + Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING + Branch: perl + ! Changes win32/makedef.pl +____________________________________________________________________________ +[ 2220] By: gsar on 1998/11/08 21:13:07 + Log: integrate changes#2120,2168,2218 from maint-5.005; + add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in + enum; make regen_headers + Branch: perl + ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym + ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c +____________________________________________________________________________ +[ 2219] By: gsar on 1998/11/08 19:42:57 + Log: integrate cfgperl changes into mainline + Branch: perl + +> README.vmesa + !> Configure MANIFEST Porting/Glossary Porting/config.sh + !> Porting/config_H config_h.SH ext/Thread/Thread.xs + !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c + !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod + !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t + !> thread.h vms/subconfigure.com vos/config.h +____________________________________________________________________________ +[ 2218] By: gbarr on 1998/11/08 16:48:44 + Log: From: Graham Barr + Date: Mon, 2 Nov 1998 07:38:52 -0600 + Message-ID: <19981102073852.A12751@asic.sc.ti.com> + Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03 + Branch: maint-5.005/perl + ! ext/IPC/SysV/Msg.pm +____________________________________________________________________________ +[ 2215] By: gsar on 1998/11/08 02:52:52 + Log: set close-on-exec bit on pipe() FDs + Branch: perl + ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c +____________________________________________________________________________ +[ 2214] By: gsar on 1998/11/08 02:27:57 + Log: typo in newHVhv() + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 2211] By: jhi on 1998/11/07 21:14:18 + Log: Finalize the Mach CThreads support. + + From: Hans Mulder + Date: Sat, 7 Nov 98 22:06:20 +0100 + To: Gurusamy Sarathy + Cc: jhi@iki.fi, perl5-porters@perl.org + Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) + Message-Id: <9811072105.AA07794@icgned.icgroup.nl> + Branch: cfgperl + ! malloc.c perl.h +____________________________________________________________________________ +[ 2210] By: gsar on 1998/11/06 20:36:50 + Log: fix AvREALISH bogusness + Branch: perl + ! av.c t/op/array.t +____________________________________________________________________________ +[ 2209] By: jhi on 1998/11/06 08:05:31 + Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because + ASSERT() causes problems in {NeXTStep,OpenStep}. + + From: Hans Mulder + To: Jarkko Hietaniemi + Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) + Date: Fri, 6 Nov 98 01:27:41 +0100 + Message-Id: <9811060025.AA27389@icgned.icgroup.nl> + + and + + From: Ilya Zakharevich + Subject: Re: ASSERT() in malloc.c + To: jhi@iki.fi + Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST) + Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu> + Branch: cfgperl + ! malloc.c +____________________________________________________________________________ +[ 2208] By: jhi on 1998/11/06 07:55:38 + Log: Mach CThreads needs #include . + Branch: cfgperl + ! perl.h +____________________________________________________________________________ +[ 2206] By: jhi on 1998/11/05 14:54:52 + Log: PERL_BADLANG wrongly documented. + + From: ts + To: jhi@cc.hut.fi + Subject: Re: Locale warning messages + Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET) + Message-Id: <199811051334.OAA24863@moulon.inra.fr> + + and + + From: Ilya Zakharevich + Subject: Re: PERL_BADLANG + To: jhi@iki.fi + Subject: Re: PERL_BADLANG + Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST) + Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu> + Branch: cfgperl + ! pod/perllocale.pod +____________________________________________________________________________ +[ 2205] By: jhi on 1998/11/05 14:24:33 + Log: Document all the control flow keywords in perlfunc + so that "perlfunc -f while" works. + Branch: cfgperl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 2204] By: jhi on 1998/11/05 12:46:02 + Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE + (from vos/config.h). Update Porting/{Glossary,config*}. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH vos/config.h +____________________________________________________________________________ +[ 2203] By: jhi on 1998/11/05 08:34:39 + Log: VM/ESA and VMS sig_num_init (change#2101) catchup. + Branch: cfgperl + ! hints/vmesa.sh vms/subconfigure.com +____________________________________________________________________________ +[ 2202] By: jhi on 1998/11/05 08:03:20 + Log: Integrate from mainperl. + Branch: cfgperl + !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c + !> win32/Makefile win32/makefile.mk win32/win32.c +____________________________________________________________________________ +[ 2201] By: gsar on 1998/11/05 04:40:44 + Log: another POPSTACK victim + Branch: perl + ! cop.h sv.c +____________________________________________________________________________ +[ 2196] By: gsar on 1998/11/05 02:07:54 + Log: fix a location affected by change#2191, add note about POPSTACK + Branch: perl + ! cop.h gv.c pp_ctl.c +____________________________________________________________________________ +[ 2195] By: gsar on 1998/11/05 02:04:45 + Log: makefile notes + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 2192] By: gsar on 1998/11/04 23:48:53 + Log: indeterminate order-of-evaluation fixes + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 2191] By: gsar on 1998/11/04 23:02:16 + Log: refetch local stack pointer in POPSTACK + Branch: perl + ! cop.h perl.c +____________________________________________________________________________ +[ 2190] By: jhi on 1998/11/04 08:50:40 + Log: Configure update. + Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a, + + From: Andy Dougherty + To: Martin Bligh + Cc: Jarkko Hietaniemi + Subject: Re: Perl 5's configure on DYNIX/ptx + Message-Id: + Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST) + + find sockets also from libsocket, not just libnet. + OS390: $compile_ok instead of $compile for , + + From: pvhp@forte.com (Peter Prymmer) + To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU + Subject: _53 not OK on os390 but looking better than ever + Date: Tue, 3 Nov 98 17:33:22 PST + Message-Id: <9811040133.AA09450@forte.com> + Branch: cfgperl + ! Configure +____________________________________________________________________________ +[ 2189] By: jhi on 1998/11/04 07:43:58 + Log: sysio.t failure: fix undefined order of evaluation, from + + From: Spider Boardman + Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH] + To: perlbug@perl.com + Date: 4 Nov 1998 01:22:30 +0200 + Message-ID: + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 2188] By: gsar on 1998/11/04 02:59:16 + Log: fix return value of win32_pclose() + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 2187] By: gsar on 1998/11/04 02:56:34 + Log: s/sv_upgrade/SvUPGRADE/ a couple of places + Branch: perl + ! Changes doop.c gv.c util.c +____________________________________________________________________________ +[ 2186] By: jhi on 1998/11/03 08:17:52 + Log: Document quads in pack. + Branch: cfgperl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 2185] By: jhi on 1998/11/03 07:49:35 + Log: (IV) vs (I32) vs I_V() + + Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade() + From: Anton Berezin + To: "p5p" + Date: 01 Nov 1998 15:09:11 +0100 + Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk> + + and + + From: Andy Dougherty + Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) + Message-Id: + Branch: cfgperl + ! sv.c +____________________________________________________________________________ +[ 2184] By: jhi on 1998/11/03 07:42:46 + Log: VM/ESA updates. + Branch: cfgperl + + README.vmesa + ! MANIFEST pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 2183] By: jhi on 1998/11/02 12:58:13 + Log: The id(1)-parsing is real fun. + Branch: cfgperl + ! t/op/groups.t +____________________________________________________________________________ +[ 2182] By: jhi on 1998/11/02 12:07:43 + Log: Decommission the symlink test. + Branch: cfgperl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 2181] By: jhi on 1998/11/02 12:03:08 + Log: Replace ATTR_JOINABLE with true Configure probe + for PTHREAD_CREATE_JOINABLE (or equivalent: + PTHREAD_CREATE_UNDETACHED or __UNDETACHED). + Remove ATTR_JOINABLE itself: Thread.xs uses + PTHREAD_CREATE_JOINABLE (or equivalent) directly. + + Really scan for only if usethreads. + Branch: cfgperl + ! Configure config_h.SH ext/Thread/Thread.xs thread.h +____________________________________________________________________________ +[ 2180] By: jhi on 1998/11/02 11:07:34 + Log: In HP-UX 10.X usethreads only if the required files are present. + Branch: cfgperl + ! hints/hpux.sh +____________________________________________________________________________ +[ 2179] By: jhi on 1998/11/02 09:10:33 + Log: Prefer groups(1). + id -Gn can be broken. + id -a can save the day. + Branch: cfgperl + ! t/op/groups.t +____________________________________________________________________________ +[ 2178] By: jhi on 1998/11/02 08:35:29 + Log: Detrail enum comma. + Branch: cfgperl + ! perl.h +____________________________________________________________________________ +[ 2177] By: jhi on 1998/11/02 08:24:12 + Log: 0**0 = 1, from + + From: d-lewart@uiuc.edu (Daniel S. Lewart) + Subject: Math::Complex 0**0 patches + Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST) + Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu> + To: jhi@iki.fi (Jarkko Hietaniemi), + Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi) + Branch: cfgperl + ! lib/Math/Complex.pm t/lib/complex.t +____________________________________________________________________________ +[ 2168] By: gbarr on 1998/11/01 01:58:58 + Log: From: jan.dubois@ibm.net (Jan Dubois) + Date: Fri, 09 Oct 1998 23:28:31 +0200 + Message-ID: <36217b7f.3193091@smtp1.ibm.net> + Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT + Branch: maint-5.005/perl + ! XSUB.h +____________________________________________________________________________ +[ 2164] By: jhi on 1998/10/31 15:50:02 + Log: Integrate from mainperl. + Branch: cfgperl + +> t/op/lex_assign.t + !> (integrate 45 files) ---------------- -Version 5.003_13 +Version 5.005_53 ---------------- -The watchword here is "synchronization." There were a couple of -show-stopper bugs in 5.003_12, so I'm issuing this patch to bring -everyone up to a common working base. - - CORE LANGUAGE CHANGES - - Title: "Disallow labels named q, qq, qw, qx, s, y, and tr" - From: Chip Salzenberg - Files: toke.c - - Title: "Make evals' lexicals visible to nested evals" - From: Chip Salzenberg - Files: pp_ctl.c - - OTHER CORE CHANGES - - Title: "Fix core dump bug with anoncode" - From: Chip Salzenberg - Files: op.c - - Title: "Allow DESTROY to make refs to dying objects" - From: Chip Salzenberg - Files: sv.c - - PORTABILITY - - Title: "Add missing backslash in Configure" - From: Chip Salzenberg - Files: Configure - - UTILITIES, LIBRARY, AND EXTENSIONS - - Title: "Include libnet-1.01 instead of old Net::FTP" - From: Graham Barr - Files: MANIFEST lib/Net/Cmd.pm lib/Net/Domain.pm - lib/Net/DummyInetd.pm lib/Net/FTP.pm lib/Net/NNTP.pm - lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm - lib/Net/SNPP.pm lib/Net/Socket.pm lib/Net/Telnet.pm - lib/Net/Time.pm pod/perlmod.pod - - Title: "Use binmode when doing binary FTP" - From: Ilya Zakharevich - Files: lib/Net/FTP.pm - - Title: "Re: Open3.pm tries to close unopened file handle" - From: Roderick Schertler - Msg-ID: - Date: 18 Dec 1996 22:19:54 -0500 - Files: MANIFEST lib/IPC/Open2.pm lib/IPC/Open3.pm lib/open2.pl - lib/open3.pl pod/perldiag.pod pod/perlfunc.pod t/lib/open2.t - t/lib/open3.t - - Title: "Long-standing problem in Socket module" - From: Spider Boardman - Msg-ID: <199612190418.XAA07291@Orb.Nashua.NH.US> - Date: Wed, 18 Dec 1996 23:18:14 -0500 - Files: Configure Porting/Glossary config_H config_h.SH - ext/Socket/Socket.pm ext/Socket/Socket.xs - - Title: "flock() constants" - From: Roderick Schertler - Msg-ID: <26669.850977437@eeyore.ibcinc.com> - Date: Thu, 19 Dec 1996 01:37:17 -0500 - Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod - - Title: "Re: find2perl . -xdev BROKEN still" - From: Roderick Schertler - Msg-ID: - Date: 19 Dec 1996 12:44:34 -0500 - Files: lib/File/Find.pm lib/find.pl lib/finddepth.pl - - DOCUMENTATION - - Title: "small doc tweaks for _12" - From: Roderick Schertler - Msg-ID: <1826.851011557@eeyore.ibcinc.com> - Date: Thu, 19 Dec 1996 11:05:57 -0500 - Files: lib/UNIVERSAL.pm pod/perldiag.pod pod/perltie.pod - - Title: "Re: missing E<> POD directive in perlpod.pod" - From: Roderick Schertler - Msg-ID: - Date: 19 Dec 1996 10:30:43 -0500 - Files: pod/perlpod.pod pod/pod2html.PL - +____________________________________________________________________________ +[ 2163] By: gsar on 1998/10/31 11:31:12 + Log: bump patchlevel; other minor fixes for clean build and test on + Solaris and win32 + Branch: perl + ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c + ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t + ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/makefile.mk + ! x2p/a2p.c +____________________________________________________________________________ +[ 2162] By: gsar on 1998/10/31 09:40:31 + Log: From: Ilya Zakharevich + Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST) + Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu> + Subject: Re: [PATCH 5.00552] Overloaded <> and deref again + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 2161] By: gsar on 1998/10/31 09:39:13 + Log: From: Albert Dvornik + Date: 30 Oct 1998 17:50:04 -0500 + Message-Id: + Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o + Branch: perl + ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c +____________________________________________________________________________ +[ 2160] By: gsar on 1998/10/31 09:35:03 + Log: fix for bugs in -x mode + From: Ilya Zakharevich + Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST) + Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Fix h2xs + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 2159] By: gsar on 1998/10/31 09:31:36 + Log: Data::Dumper update + Branch: perl + ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm + ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo +____________________________________________________________________________ +[ 2153] By: gsar on 1998/10/30 21:40:09 + Log: add testsuite portion of patch + From: Ilya Zakharevich + Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST) + Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00321 ;-)] 87% speedup + Branch: perl + + t/op/lex_assign.t + ! MANIFEST +____________________________________________________________________________ +[ 2152] By: gsar on 1998/10/30 21:08:11 + Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case + Branch: perl + ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod +____________________________________________________________________________ +[ 2151] By: gsar on 1998/10/30 20:18:09 + Log: From: Mark-Jason Dominus + Date: Fri, 30 Oct 1998 14:24:23 EST + Message-Id: <19981030192423.27276.qmail@plover.com> + Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop' + Branch: perl + ! x2p/walk.c +____________________________________________________________________________ +[ 2150] By: gsar on 1998/10/30 20:08:57 + Log: From: Ilya Zakharevich + Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST) + Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Overloaded <> and deref again + Branch: perl + ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c + ! t/pragma/overload.t toke.c +____________________________________________________________________________ +[ 2149] By: gsar on 1998/10/30 19:38:15 + Log: From: Roderick Schertler + Date: Thu, 29 Oct 1998 14:50:18 -0500 + Message-ID: <17625.909690618@eeyore.ibcinc.com> + Subject: patch for daemonization docs in perlipc + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 2148] By: gsar on 1998/10/30 19:36:07 + Log: From: Anton Berezin + Date: 29 Oct 1998 17:06:25 +0100 + Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> + Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 2147] By: gsar on 1998/10/30 19:31:37 + Log: tweaked version of suggested patch + From: Anton Berezin + Date: 29 Oct 1998 14:48:54 +0100 + Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> + Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 2146] By: gsar on 1998/10/30 19:03:50 + Log: hand-apply whitespace-mutiliated patch + From: "vishal bhatia" + Date: Wed, 28 Oct 1998 23:45:32 PST + Message-ID: <19981029074534.2334.qmail@hotmail.com> + Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B + Branch: perl + ! ext/B/B/C.pm ext/B/B/CC.pm +____________________________________________________________________________ +[ 2145] By: gsar on 1998/10/30 18:46:58 + Log: remaining PL_foo stragglers + Branch: perl + ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm + ! op.h os2/os2.c vms/gen_shrfls.pl +____________________________________________________________________________ +[ 2144] By: gsar on 1998/10/30 17:38:36 + Log: integrate cfgperl tweaks into mainline + Branch: perl + !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h + !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t +____________________________________________________________________________ +[ 2143] By: jhi on 1998/10/30 13:27:39 + Log: There can be multiple yacc/bison errors. + Branch: cfgperl + ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t +____________________________________________________________________________ +[ 2142] By: jhi on 1998/10/30 13:18:43 + Log: README.posix-bc update. + Branch: cfgperl + ! README.posix-bc +____________________________________________________________________________ +[ 2141] By: jhi on 1998/10/30 09:12:59 + Log: #2133 fallout. + Branch: cfgperl + ! doio.c ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 2140] By: jhi on 1998/10/30 08:43:18 + Log: Integrate from mainperl. + Branch: cfgperl + +> globvar.sym pp.sym + - objpp.h thread.sym + !> (integrate 61 files) +____________________________________________________________________________ +[ 2133] By: gsar on 1998/10/30 02:51:39 + Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff + (objpp.h is gone, embed.pl now does some of that); objXSUB.h + should soon be automated also; the global variables that + escaped the PL_foo conversion are now reined in; renamed + MAGIC in regcomp.h to REG_MAGIC to avoid collision with the + type of same name; duplicated lists of pp_things in various + places is now gone; result has only been tested on win32 + Branch: perl + + globvar.sym pp.sym + - objpp.h thread.sym + ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c + ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs + ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c + ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c + ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c + ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c + ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c + ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c + ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/makedef.pl win32/makefile.mk win32/perlhost.h +____________________________________________________________________________ +[ 2130] By: jhi on 1998/10/29 15:31:26 + Log: Pure bison yylex() proto was broken. + Branch: cfgperl + ! proto.h +____________________________________________________________________________ +[ 2126] By: jhi on 1998/10/29 08:35:54 + Log: Integrate mainperl. + Branch: cfgperl + !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2 + !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c + !> pp_ctl.c proto.h regexec.c t/pragma/overload.t + !> t/pragma/warn/doio toke.c win32/makefile.mk +____________________________________________________________________________ +[ 2125] By: jhi on 1998/10/29 08:32:38 + Log: EBCDIC Makefile.SH iteration converges. Hopefully. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2124] By: jhi on 1998/10/29 08:06:44 + Log: EBCDIC Makefile.SH tuneup. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2119] By: gsar on 1998/10/28 23:24:04 + Log: remove doubled hunk from integration + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 2118] By: gsar on 1998/10/28 22:03:31 + Log: From: Ilya Zakharevich + Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST) + Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Minor debugger tweaks + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 2117] By: gsar on 1998/10/28 22:02:30 + Log: From: Ilya Zakharevich + Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST) + Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Make sort respect overloading + Branch: perl + ! pp_ctl.c proto.h t/pragma/overload.t +____________________________________________________________________________ +[ 2116] By: gsar on 1998/10/28 21:51:11 + Log: MM patches from Ilya Zakharevich + Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST) + Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Make MakeMaker more verbose + -- + Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST) + Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 2115] By: gsar on 1998/10/28 21:46:19 + Log: add explicit references to perl source path in ld2 and gcc2 + Branch: perl + ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2 +____________________________________________________________________________ +[ 2114] By: gsar on 1998/10/28 21:39:56 + Log: From: Andy Dougherty + Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST) + Message-Id: + Subject: [PATCH] Re: Problems with: Creating an installable tar archive + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 2113] By: gsar on 1998/10/28 21:21:16 + Log: integrate cfgperl into mainline + Branch: perl + +> t/op/filetest.t + !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y + !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t + !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t + !> thread.h toke.c vmesa/Makefile +____________________________________________________________________________ +[ 2112] By: gsar on 1998/10/28 21:14:18 + Log: minor cleanup + Branch: perl + ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk +____________________________________________________________________________ +[ 2111] By: gsar on 1998/10/28 18:52:10 + Log: smarter C<$SIG{FOO} = BAREWORD;> warning + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 2110] By: jhi on 1998/10/28 15:07:54 + Log: posix-bc doesn't want to regenerate a2p.h from a2p.y. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2109] By: jhi on 1998/10/28 13:39:54 + Log: a2p.y needs to generate also y.tab.h. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2108] By: jhi on 1998/10/28 10:33:36 + Log: The "parse error" must be converted to "syntax error", + just matching it aint' enough. + Branch: cfgperl + ! t/comp/require.t t/op/misc.t t/pragma/subs.t + ! t/pragma/warning.t +____________________________________________________________________________ +[ 2107] By: jhi on 1998/10/28 10:23:05 + Log: Regen sig_n{ame,umber}* if slightest doubt. + Branch: cfgperl + ! Configure +____________________________________________________________________________ +[ 2106] By: jhi on 1998/10/28 08:44:49 + Log: Bison says 'parse error', not 'parser error'. + Branch: cfgperl + ! t/comp/require.t t/op/misc.t t/pragma/subs.t + ! t/pragma/warning.t +____________________________________________________________________________ +[ 2105] By: jhi on 1998/10/28 08:42:09 + Log: yylex() parametrization. + Branch: cfgperl + ! proto.h toke.c +____________________________________________________________________________ +[ 2104] By: jhi on 1998/10/28 08:25:09 + Log: Bring in #2102. + Branch: cfgperl + ! pp.c +____________________________________________________________________________ +[ 2103] By: jhi on 1998/10/28 08:22:04 + Log: From: Dominic Dunlop + Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem + Date: 27 Oct 1998 20:47:25 +0200 + Message-ID: + Branch: cfgperl + ! t/op/groups.t +____________________________________________________________________________ +[ 2102] By: larry on 1998/10/27 18:58:55 + Log: utf8 change to quotemeta broke EBCDIC + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 2101] By: jhi on 1998/10/27 12:55:34 + Log: $Config{sig_num_init}. + Also, a new approach to the 'pthreads-created-joinable': drop + it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED} + directly. (See also #2096). + Branch: cfgperl + ! Configure config_h.SH +____________________________________________________________________________ +[ 2100] By: jhi on 1998/10/27 10:48:55 + Log: Regenerated perly_c.diff. + Branch: cfgperl + ! perly_c.diff +____________________________________________________________________________ +[ 2099] By: jhi on 1998/10/27 08:42:25 + Log: First the mangler was Netscape, then it was me. + Branch: cfgperl + ! vmesa/Makefile +____________________________________________________________________________ +[ 2098] By: jhi on 1998/10/27 08:34:40 + Log: `id -Gn` might be available where `groups` is not. + Branch: cfgperl + ! t/op/groups.t +____________________________________________________________________________ +[ 2097] By: jhi on 1998/10/27 08:05:17 + Log: Netscape had mangled the tabs. + Branch: cfgperl + ! vmesa/Makefile +____________________________________________________________________________ +[ 2096] By: jhi on 1998/10/27 08:03:05 + Log: ATTR_JOINABLE logic, based on (private email) + + From: Neale Ferguson + Subject: Some little diffs + Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au> + Date: Tue, 27 Oct 1998 13:44:42 +1300 + Branch: cfgperl + ! thread.h +____________________________________________________________________________ +[ 2095] By: jhi on 1998/10/27 07:56:57 + Log: Mach cthreads support based on: + + From: brie@corp.home.net (Brian Harrison) + Subject: perl5.005_02 patch for mthreads + To: perl5-porters@perl.org + Date: 24 Oct 1998 01:01:55 +0300 + Message-ID: + + Pthread yield probe (dejavu) + Cosmetic nanochange for the union semun output. + Better inttypes.h probe. + Undo the 'void *' $selecttype probe from #1971 because + it breaks the $selectminbits test. + Branch: cfgperl + ! Configure config_h.SH perl.h thread.h +____________________________________________________________________________ +[ 2094] By: jhi on 1998/10/26 13:02:07 + Log: Also posix-bc wants to reyacc. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2093] By: jhi on 1998/10/26 10:17:21 + Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after + 5_02 and really breaking things in non-ASCII worlds. + Branch: cfgperl + ! pp.c +____________________________________________________________________________ +[ 2092] By: jhi on 1998/10/26 09:08:00 + Log: More robustness. + Branch: cfgperl + ! t/comp/require.t t/op/misc.t t/pragma/subs.t + ! t/pragma/warning.t +____________________________________________________________________________ +[ 2091] By: jhi on 1998/10/26 08:47:32 + Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g + Bison really wants YYLEX_PARAM. + Branch: cfgperl + ! perly.y proto.h toke.c +____________________________________________________________________________ +[ 2090] By: jhi on 1998/10/26 08:21:25 + Log: s/YYLEX_PARAM/YYLEXPARAM/ + Branch: cfgperl + ! perly.y +____________________________________________________________________________ +[ 2089] By: jhi on 1998/10/26 08:17:33 + Log: Indicate skipped subtests. + Branch: cfgperl + ! t/io/pipe.t +____________________________________________________________________________ +[ 2088] By: jhi on 1998/10/26 08:11:36 + Log: Integrate from mainperl. + Branch: cfgperl + !> (integrate 54 files) +____________________________________________________________________________ +[ 2087] By: jhi on 1998/10/26 08:08:02 + Log: Add test for filetests. + Branch: cfgperl + + t/op/filetest.t + ! MANIFEST +____________________________________________________________________________ +[ 2086] By: gsar on 1998/10/26 02:44:44 + Log: various win32 tweaks; disable new xs_cpp section (it creates + ambiguous inference graph for %.xs --> %.o) + Branch: perl + ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c + ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile + ! win32/config.gc win32/config_H.gc win32/makedef.pl + ! win32/makefile.mk win32/win32.h +____________________________________________________________________________ +[ 2085] By: gsar on 1998/10/26 00:50:02 + Log: sanity-check $Config{drand01} in rand.t + Branch: perl + ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc +____________________________________________________________________________ +[ 2078] By: gsar on 1998/10/25 10:22:04 + Log: update win32/config*.?c + Branch: perl + ! Changes win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc +____________________________________________________________________________ +[ 2077] By: gsar on 1998/10/25 08:39:25 + Log: From: Graham Barr + Date: Sat, 24 Oct 1998 21:45:50 -0500 + Message-ID: <19981024214550.C508@pobox.com> + Subject: Re: die with a reference should use overload "" operator + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 2076] By: gsar on 1998/10/25 08:37:49 + Log: From: Graham Barr + Date: Sat, 24 Oct 1998 12:45:21 -0500 + Message-ID: <19981024124521.C512@pobox.com> + Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 2075] By: gsar on 1998/10/25 08:24:09 + Log: fix C etc. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 2074] By: gsar on 1998/10/25 08:12:28 + Log: list builtins with portability caveats + From: Jarkko Hietaniemi + Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST) + Message-Id: <199810231105.OAA02411@alpha.hut.fi> + Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 2073] By: gsar on 1998/10/25 07:55:43 + Log: fix stack overrun in file test operators + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 2072] By: gsar on 1998/10/25 07:29:45 + Log: implement C and other fixes (via private mail) + From: "vishal bhatia" + Date: Wed, 21 Oct 1998 22:59:03 PDT + Message-Id: <19981022055904.20083.qmail@hotmail.com> + Subject: [PATCH 5.005_52] More fixes for B + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm +____________________________________________________________________________ +[ 2071] By: gsar on 1998/10/25 07:14:41 + Log: From: Graham Barr + Date: Sat, 17 Oct 1998 20:42:41 -0500 + Message-ID: <19981017204241.G510@pobox.com> + Subject: Re: taint checking for: use lib "$ENV{'EVIL'}" + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 2070] By: gsar on 1998/10/25 07:07:29 + Log: avoid bogus line number in XSUB redefined warnings + Branch: perl + ! op.c +____________________________________________________________________________ +[ 2069] By: gsar on 1998/10/25 06:59:03 + Log: From: Martijn Koster + Date: Wed, 21 Oct 1998 13:12:03 +0100 + Message-ID: <19981021131203.A15661@excitecorp.com> + Subject: File::Path::mkpath reports the wrong error + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 2068] By: gsar on 1998/10/25 06:54:43 + Log: From: Zachary Miller + Date: Tue, 20 Oct 1998 20:52:20 -0500 + Message-Id: <199810210152.UAA07792@simon.er.usgs.gov> + Subject: Exporter.pm's export_to_level() argument handling buggy + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 2067] By: gsar on 1998/10/25 06:50:19 + Log: From: jan.dubois@ibm.net (Jan Dubois) + Date: Wed, 21 Oct 1998 00:55:51 +0200 + Message-ID: <36380269.55370608@smtp1.ibm.net> + Subject: Make _really_ sure Dynaloader.xs code is initialized only once + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 2066] By: gsar on 1998/10/25 06:48:19 + Log: recognize '%' as a shell metachar for win32 + From: jan.dubois@ibm.net (Jan Dubois) + Date: Tue, 20 Oct 1998 21:57:35 +0200 + Message-ID: <3636ea31.49170453@smtp1.ibm.net> + Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes? + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 2065] By: gsar on 1998/10/25 06:46:30 + Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 2064] By: gsar on 1998/10/25 06:45:09 + Log: From: Gisle Aas + Date: 20 Oct 1998 14:24:44 +0200 + Message-ID: + Subject: ord() and unpack("U*",...) should not be negative + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 2063] By: gsar on 1998/10/25 06:42:29 + Log: From: Ilya Zakharevich + Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT) + Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_*] Improve sbrk() on OS/2 + Branch: perl + ! os2/os2.c +____________________________________________________________________________ +[ 2062] By: gsar on 1998/10/25 06:41:26 + Log: From: Ilya Zakharevich + Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT) + Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_*] Speed up aassign + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 2061] By: gsar on 1998/10/25 06:39:04 + Log: From: Graham Barr + Date: Sat, 17 Oct 1998 22:22:02 -0500 + Message-ID: <19981017222202.J510@pobox.com> + Subject: Re: '*' prototype does not allow bareword with strict + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 2060] By: gsar on 1998/10/25 06:37:34 + Log: handle '::' in section names properly + From: Graham Barr + Date: Sat, 17 Oct 1998 12:57:54 -0500 + Message-ID: <19981017125754.C510@pobox.com> + Subject: Re: pod2html + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 2059] By: gsar on 1998/10/25 06:33:43 + Log: integrate changes#1982,2014,2021 (from maint-5.005) + Branch: perl + !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm + !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t +____________________________________________________________________________ +[ 2058] By: gsar on 1998/10/25 05:44:17 + Log: allow more win32 symbol exports (suggested by Jan Dubois) + Branch: perl + ! win32/makedef.pl +____________________________________________________________________________ +[ 2057] By: gsar on 1998/10/25 05:40:40 + Log: integrate change#2053 from maint-5.005 + Branch: perl + !> cop.h t/cmd/while.t +____________________________________________________________________________ +[ 2056] By: gsar on 1998/10/25 05:16:41 + Log: commented version of a patch suggested by Drago Goricanec + From: Jarkko Hietaniemi + Date: 16 Oct 1998 15:24:45 +0300 + Message-ID: + Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 2055] By: gsar on 1998/10/25 05:11:03 + Log: include eof() in description of buffering caveats + From: Anton Berezin + Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST) + Message-Id: <199810161722.TAA28813@lion.plab.ku.dk> + Subject: [DOCPATCH] pod/perlfunc.pod + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 2054] By: gsar on 1998/10/25 05:07:42 + Log: disallow 'x' in hex numbers (except leading '0x') + From: Gisle Aas + Date: 16 Oct 1998 16:33:12 +0200 + Message-ID: + Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit + Branch: perl + ! perlvars.h t/op/oct.t util.c +____________________________________________________________________________ +[ 2052] By: gsar on 1998/10/25 04:49:04 + Log: avoid the circular refcnt logic in magic_mutexfree() + Branch: perl + ! mg.c pp.c pp_hot.c +____________________________________________________________________________ +[ 2051] By: gsar on 1998/10/25 04:35:07 + Log: properly restore PL_rsfp_filters after require + Branch: perl + ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c + ! scope.h +____________________________________________________________________________ +[ 2050] By: gsar on 1998/10/25 02:42:32 + Log: integrate cfgperl changes back into mainline + Branch: perl + +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh + +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h + !> (integrate 33 files) +____________________________________________________________________________ +[ 2049] By: gsar on 1998/10/25 01:30:48 + Log: avoid "mysterious" compile-time failures without messages + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 2041] By: gsar on 1998/10/23 21:11:56 + Log: checkin jpl under //depot/perlext/jpl/... + Branch: perlext + + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST + + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap + + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm + + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl + + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README + + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile + + jpl/PerlInterpreter/Makefile.PL + + jpl/PerlInterpreter/PerlInterpreter.c + + jpl/PerlInterpreter/PerlInterpreter.h + + jpl/PerlInterpreter/PerlInterpreter.java jpl/README + + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl + + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl + + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl + + jpl/get_jdk/jdk_hosts jpl/install-jpl +____________________________________________________________________________ +[ 2040] By: larry on 1998/10/23 19:31:42 + Log: chr(0xFFFFFFFF) didn't translate to utf8 character + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 2039] By: larry on 1998/10/23 18:48:34 + Log: tr///d does not seem to work + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 2038] By: larry on 1998/10/23 18:00:41 + Log: Program with utf8 identifiers fails to compile + Branch: perl + ! doop.c gv.c op.c pp.c pp_hot.c toke.c +____________________________________________________________________________ +[ 2037] By: jhi on 1998/10/23 14:04:51 + Log: Test suite portability: + - posix-bc does not write to broken pipes + - filehand #11 only iff we have fork + - warning.t can now match $expected using regular expressions + Branch: cfgperl + ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio + ! t/pragma/warning.t +____________________________________________________________________________ +[ 2036] By: jhi on 1998/10/23 12:12:07 + Log: yacc clarification. + Branch: cfgperl + ! README.posix-bc +____________________________________________________________________________ +[ 2035] By: jhi on 1998/10/23 12:09:59 + Log: Some C compilers get upset about 8-bit characters in /* comments. */ + Branch: cfgperl + ! mg.c +____________________________________________________________________________ +[ 2034] By: jhi on 1998/10/22 09:11:52 + Log: Configure update: both for pthread_yield more robust + testing (all variants of pthread_attr_getdetachstate()) -- + and because Configure was broken in major way! About 1000 + last lines were truncated. + Branch: cfgperl + ! Configure +____________________________________________________________________________ +[ 2033] By: jhi on 1998/10/22 07:47:10 + Log: DJGPP feedback for #2028. + Branch: cfgperl + ! thread.h +____________________________________________________________________________ +[ 2032] By: jhi on 1998/10/21 13:03:57 + Log: yielding, the saga continues. + Branch: cfgperl + ! Configure config_h.SH + !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c + !> t/op/goto.t t/pragma/constant.t +____________________________________________________________________________ +[ 2031] By: jhi on 1998/10/21 09:15:42 + Log: VM/ESA feedback for #2028. + Branch: cfgperl + ! Configure config_h.SH thread.h +____________________________________________________________________________ +[ 2030] By: gsar on 1998/10/21 04:22:53 + Log: fix handling of mayhaps-extended @_ in goto &sub + Branch: perl + ! av.c pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 2029] By: gsar on 1998/10/21 00:54:14 + Log: restore sanity to "constant" references + Branch: perl + ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t +____________________________________________________________________________ +[ 2028] By: jhi on 1998/10/20 15:01:20 + Log: OLD_PTHREADS_API reorganizing. + Branch: cfgperl + ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c + ! vmesa/vmesaish.h +____________________________________________________________________________ +[ 2027] By: jhi on 1998/10/20 14:14:51 + Log: #2026 fallout. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2026] By: jhi on 1998/10/20 11:47:21 + Log: VM/ESA update. + Branch: cfgperl + ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h +____________________________________________________________________________ +[ 2025] By: jhi on 1998/10/20 08:20:56 + Log: 64-bitness, based on + + From: Scott Henry + To: perl-64bit@perl.org + Message-ID: + Subject: Re: Configure problems/questions... + Date: 19 Oct 1998 22:38:06 -0700 + Branch: cfgperl + ! hints/irix_6.sh perl.h +____________________________________________________________________________ +[ 2024] By: jhi on 1998/10/20 08:09:07 + Log: Add lseeksize. + Branch: cfgperl + ! config_h.SH +____________________________________________________________________________ +[ 2023] By: jhi on 1998/10/20 08:08:33 + Log: Mumble about _yields() only when threaded. + Branch: cfgperl + ! Configure +____________________________________________________________________________ +[ 2022] By: jhi on 1998/10/20 07:46:26 + Log: Thinko at PTHREADS_CREATED_JOINABLE. + Branch: cfgperl + ! thread.h +____________________________________________________________________________ +[ 2021] By: gbarr on 1998/10/20 01:25:23 + Log: From: Chip Salzenberg + Date: Tue, 6 Oct 1998 13:33:05 -0400 + Message-ID: <19981006133305.A2348@perlsupport.com> + Subject: [PATCH] 5.005_02: Eliminate leak on self-ties + Branch: maint-5.005/perl + ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c + ! t/op/tie.t +____________________________________________________________________________ +[ 2020] By: jhi on 1998/10/19 09:15:53 + Log: YIELD more robustly. + Branch: cfgperl + ! thread.h +____________________________________________________________________________ +[ 2019] By: jhi on 1998/10/19 08:48:33 + Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and + the 'new' one (just like DJGPP, it seems). + Branch: cfgperl + ! thread.h +____________________________________________________________________________ +[ 2018] By: jhi on 1998/10/19 07:02:44 + Log: vmesaish.h doesn't exclude unixish.h. + Branch: cfgperl + ! perl.h +____________________________________________________________________________ +[ 2017] By: jhi on 1998/10/19 06:44:19 + Log: 1<<$randbits is not good for randbits=48. + Branch: cfgperl + ! t/op/rand.t +____________________________________________________________________________ +[ 2016] By: jhi on 1998/10/19 06:39:47 + Log: Make #2012 glob pattern more portable. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2014] By: gbarr on 1998/10/17 20:31:42 + Log: Fix POSIX::sigprocmask not to check type of $old parameter + as it is output only + Branch: maint-5.005/perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 2012] By: jhi on 1998/10/17 15:04:23 + Log: clean numbered core dumps and t/tmp[0-9]*. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 2011] By: jhi on 1998/10/17 14:59:15 + Log: More robust yacc/bison failure output handling. + Branch: cfgperl + ! t/comp/require.t t/op/misc.t t/pragma/subs.t +____________________________________________________________________________ +[ 2010] By: jhi on 1998/10/17 14:51:05 + Log: BC2000 POSIX update. + Branch: cfgperl + ! MANIFEST +____________________________________________________________________________ +[ 2009] By: jhi on 1998/10/17 14:49:46 + Log: POSIX BC2000 port from perl-mvs: + + Subject: Ported perl 5.005.02 to BS2000 / POSIX + From: Dorner Thomas + Date: Tue, 29 Sep 1998 13:29:36 +0100 + Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> + Branch: cfgperl + + README.posix-bc hints/posix-bc.sh + ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t + ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c + ! unixish.h +____________________________________________________________________________ +[ 2008] By: jhi on 1998/10/17 14:07:49 + Log: VM/ESA-update. + Branch: cfgperl + ! MANIFEST +____________________________________________________________________________ +[ 2007] By: jhi on 1998/10/17 13:55:34 + Log: Forgot few S_I* imports. + Branch: cfgperl + ! t/lib/ipc_sysv.t +____________________________________________________________________________ +[ 2006] By: jhi on 1998/10/17 13:43:54 + Log: The VM/ESA port essentials, based on + + perl-mvs: + + From: Neale Ferguson + Subject: Re: Can't find Data/Dumper.pm + Date: Mon, 28 Sep 1998 07:40:49 +1300 + Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au> + + private email: + + From: Neale Ferguson + Subject: Re: Perl thread problems in VM/ESA + Date: Thu, 15 Oct 1998 07:18:35 +1300 + Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au> + + and private email: + + From: Neale Ferguson + Subject: perl archive + Date: Sun, 11 Oct 1998 19:28:54 EDT + Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU> + which gave a pointer to + + http://pucc.princeton.edu/~neale/perl.tar + + (based on Perl 5.005_51) + Branch: cfgperl + + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h + ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c + ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t + ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h +____________________________________________________________________________ +[ 2005] By: jhi on 1998/10/17 13:17:19 + Log: Integrate mainperl. + Branch: cfgperl + !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm + !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm + !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs + !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c + !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c + !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile + !> win32/makefile.mk +____________________________________________________________________________ +[ 2004] By: jhi on 1998/10/17 11:19:06 + Log: Removed an extra ' from the int64_t test. + Branch: cfgperl + ! Configure +____________________________________________________________________________ +[ 2003] By: gsar on 1998/10/17 04:11:40 + Log: silence -w noises (suggested by Greg Bacon) + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 2002] By: gsar on 1998/10/17 04:07:48 + Log: From: Gisle Aas + Date: 14 Oct 1998 15:53:14 +0200 + Message-ID: + Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52] + Branch: perl + ! util.c +____________________________________________________________________________ +[ 2001] By: gsar on 1998/10/17 04:06:10 + Log: From: Gisle Aas + Date: 14 Oct 1998 15:17:44 +0200 + Message-ID: + Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}" + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 2000] By: gsar on 1998/10/17 03:06:33 + Log: From: Gisle Aas + Date: 14 Oct 1998 00:38:06 +0200 + Message-ID: + Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 1999] By: gsar on 1998/10/17 03:04:48 + Log: From: Dan Sugalski + Date: Tue, 13 Oct 1998 15:10:57 -0700 + Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu> + Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module + Branch: perl + ! vms/ext/Stdio/Stdio.pm +____________________________________________________________________________ +[ 1998] By: gsar on 1998/10/17 03:00:40 + Log: skip readonly vars and unref references when doing a reset() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 1997] By: gsar on 1998/10/17 02:49:19 + Log: fix buggy treatment of large checksums on unicode strings + From: Gisle Aas + Date: 13 Oct 1998 21:35:39 +0200 + Message-ID: + Subject: unpack("%48U*",...) [PATCH 5.005_52] + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 1996] By: gsar on 1998/10/17 02:43:22 + Log: From: Ilya Zakharevich + Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT) + Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_52] Memory overrun in os2.c + Branch: perl + ! os2/Makefile.SHs os2/os2.c +____________________________________________________________________________ +[ 1995] By: gsar on 1998/10/17 02:42:01 + Log: clarify section name rules for typemaps + Branch: perl + ! pod/perlxs.pod +____________________________________________________________________________ +[ 1994] By: gsar on 1998/10/17 02:33:02 + Log: whitespace-proof grent.t + Branch: perl + ! t/op/grent.t +____________________________________________________________________________ +[ 1993] By: gsar on 1998/10/17 02:27:29 + Log: fix bug in B::CC::pp_sassign() + From: "vishal bhatia" + Date: Sun, 11 Oct 1998 18:41:38 PDT + Message-ID: <19981012014139.19614.qmail@hotmail.com> + Subject: B::CC problems with pp_sassign routine + Branch: perl + ! ext/B/B/CC.pm +____________________________________________________________________________ +[ 1992] By: gsar on 1998/10/17 02:17:49 + Log: applied suggested patch with small doc tweak + From: Gisle Aas + Date: 11 Oct 1998 12:53:13 +0200 + Message-ID: + Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument + Branch: perl + ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t + ! t/op/tiehandle.t +____________________________________________________________________________ +[ 1991] By: gsar on 1998/10/17 02:08:30 + Log: apply non-conflicting parts from suggested patch + From: jan.dubois@ibm.net (Jan Dubois) + Date: Sat, 10 Oct 1998 13:15:45 +0200 + Message-ID: <36223ed7.18279374@smtp1.ibm.net> + Subject: [PATCH 5.005_52] Still more MakeMaker patches + Branch: perl + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 1990] By: gsar on 1998/10/17 02:01:24 + Log: provide option to enable optimization with VC (suggested by Jan + Dubois) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 1989] By: gsar on 1998/10/17 01:55:27 + Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by + Dave Leppik + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 1988] By: gsar on 1998/10/17 01:49:05 + Log: stray typo found by Hugo van der Sanden + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1987] By: gsar on 1998/10/17 01:45:52 + Log: perldoc pod update + From: Daniel Grisinger + Date: 06 Oct 1998 23:56:51 -0600 + Message-ID: + Subject: [PATCH _02 and _52] perldoc + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 1986] By: gsar on 1998/10/17 01:41:40 + Log: qualify names of builtins + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 1982] By: gbarr on 1998/10/17 00:20:57 + Log: From: Jochen Wiedmann + Date: Thu, 17 Sep 1998 17:16:06 +0200 + Message-ID: <360127B6.E44564A@ispsoft.de> + Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 + Branch: maint-5.005/perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 1978] By: gsar on 1998/10/16 01:58:58 + Log: integrate cfgperl mods into mainline + Branch: perl + +> ext/DynaLoader/dl_vmesa.xs + ! Porting/genlog + !> Configure MANIFEST Makefile.SH config_h.SH + !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh + !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h + !> x2p/Makefile.SH +____________________________________________________________________________ +[ 1976] By: gsar on 1998/10/16 00:10:52 + Log: stray tweak + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1975] By: gsar on 1998/10/15 23:54:38 + Log: propagate typeness of lexicals while cloning them + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1974] By: gsar on 1998/10/15 23:53:25 + Log: s/last/first/ typo in append_list() + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1973] By: gsar on 1998/10/15 20:06:17 + Log: nuke confperl branch and contents + Branch: confperl + - (delete 1284 files) +____________________________________________________________________________ +[ 1972] By: jhi on 1998/10/15 07:07:35 + Log: Test #162 had been added but the "print 1..161" had not been updated. + Branch: cfgperl + ! t/op/pat.t +____________________________________________________________________________ +[ 1971] By: gsar on 1998/10/15 03:09:58 + Log: check in all confperl changes as of change#1964 into cfgperl + Branch: cfgperl + + ext/DynaLoader/dl_vmesa.xs + ! Configure MANIFEST Makefile.SH config_h.SH + ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh + ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH +____________________________________________________________________________ +[ 1970] By: gsar on 1998/10/15 03:05:59 + Log: integrate mainline to get tr.t + Branch: cfgperl + +> t/op/tr.t +____________________________________________________________________________ +[ 1969] By: gsar on 1998/10/15 03:04:17 + Log: add missing tr.t to repository + Branch: perl + + t/op/tr.t +____________________________________________________________________________ +[ 1968] By: gsar on 1998/10/15 03:02:43 + Log: create cfgperl branch + Branch: cfgperl + +> (branch 1282 files) +____________________________________________________________________________ +[ 1967] By: gsar on 1998/10/15 02:46:08 + Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader + (MAN3PODS cannot be set to ' '; stray stricture violation) + Branch: perl + ! ext/B/Makefile.PL ext/DB_File/Makefile.PL + ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL + ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL + ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL + ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL + ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL + ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL + ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL + ! ext/attrs/Makefile.PL ext/re/Makefile.PL + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 1966] By: gsar on 1998/10/15 02:19:03 + Log: tweak to make fix in change#1944 behave correctly for closures + created within eval'' + Branch: perl + ! op.c t/op/eval.t +____________________________________________________________________________ +[ 1965] By: gsar on 1998/10/14 23:22:41 + Log: use better numbers for exitstatus test + Branch: perl + ! t/op/die_exit.t +____________________________________________________________________________ +[ 1964] By: jhi on 1998/10/14 17:25:41 + Log: Add VM/ESA dynaloading (uses ). + Branch: confperl + + ext/DynaLoader/dl_vmesa.xs + ! MANIFEST +____________________________________________________________________________ +[ 1963] By: jhi on 1998/10/14 17:17:10 + Log: Remove a2p.loadmap in 'clean' target. + Branch: confperl + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 1962] By: jhi on 1998/10/14 17:13:11 + Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...) + Branch: confperl + ! Makefile.SH +____________________________________________________________________________ +[ 1961] By: jhi on 1998/10/14 16:27:39 + Log: VM/ESA creates executable.loadmaps. + Branch: confperl + ! Makefile.SH +____________________________________________________________________________ +[ 1960] By: jhi on 1998/10/14 15:37:39 + Log: Introduce SCHED_YIELD (one of sched_yield(), + pthread_yield(), or pthread_yield(NULL)). + YIELD is then defined using SCHED_YIELD unless + a platform-specific YIELD has already been defined. + + Support pthread_attr_setdetachstate(pthread_attr_t*, int*). + + The need for pthread_yield(NULL) and pthread_attr_setdet... + introduced by (private email) + + From: Neale Ferguson + Date: Sat, 10 Oct 1998 21:08:15 +1300 + Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au> + Subject: Re: Perl thread problems in VM/ESA + + Better select() protoprobe (for AIX), from (private email) + From: Andy Dougherty + Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT) + Message-Id: + Subject: AIX select (fwd) + From: Lars Hecking + To: Andy Dougherty + Date: Fri, 2 Oct 1998 10:40:01 +0100 + Subject: AIX select + + Linux-avoid-so.X.Y, based on + From: "Kurt D. Starsinic" + Date: Tue, 13 Oct 1998 15:55:07 -0400 + Message-ID: <19981013155507.B4004@O2.chapin.edu> + Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?] + Branch: confperl + ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh + ! thread.h +____________________________________________________________________________ +[ 1959] By: jhi on 1998/10/14 12:51:26 + Log: Some old pthread implementations have + pthread_attr_setdetachstate(pthread_attr_t*, int*). + Branch: confperl + ! ext/Thread/Thread.xs +____________________________________________________________________________ +[ 1958] By: jhi on 1998/10/14 12:41:11 + Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure + counterparts will follow soon. + Branch: confperl + ! thread.h +____________________________________________________________________________ +[ 1957] By: jhi on 1998/10/14 12:38:11 + Log: Add tr.t (MANIFEST already knew about it, strange) + Branch: confperl + + t/op/tr.t +____________________________________________________________________________ +[ 1956] By: jhi on 1998/10/14 12:24:35 + Log: Mutexen should be initialized only once. + Branch: confperl + ! gv.c op.c +____________________________________________________________________________ +[ 1955] By: jhi on 1998/10/14 12:19:38 + Log: os390 has its own cppstdin. + Branch: confperl + ! hints/os390.sh +____________________________________________________________________________ +[ 1954] By: jhi on 1998/10/14 12:15:06 + Log: Integrate with mainperl. + Branch: confperl + !> (integrate 1280 files) +____________________________________________________________________________ +[ 1953] By: jhi on 1998/10/14 11:48:08 + Log: Removed duplicate CMA threads code for HPUX 10.X. + (probably residue of patch(1) being too understanding) + Enhanced 64-bit settings. (redo change#1940) + Branch: confperl + ! hints/hpux.sh +____________________________________________________________________________ +[ 1952] By: jhi on 1998/10/14 11:45:16 + Log: (redo change#1949) Detypo in the d_open64 warning about + the impending WHOA. + Branch: confperl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 1951] By: jhi on 1998/10/14 10:54:16 + Log: Mutexen should only be inited once, after they have been New()ed. + Branch: confperl + ! gv.c op.c +____________________________________________________________________________ +[ 1950] By: jhi on 1998/10/14 10:41:43 + Log: Own cppstdin. + Branch: confperl + ! hints/os390.sh +____________________________________________________________________________ +[ 1949] By: jhi on 1998/10/14 10:34:23 + Log: Detypo in the d_open64 warning about the impending WHOA. + Branch: confperl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 1948] By: gsar on 1998/10/14 05:38:01 + Log: two typos + Branch: perl + ! pp_hot.c t/op/eval.t +____________________________________________________________________________ +[ 1947] By: gsar on 1998/10/14 05:37:10 + Log: let docatch() pass the buck when restartop turns out to be null, + making exceptions in BEGIN{} propagate as expected + Branch: perl + ! pp_ctl.c t/op/misc.t +____________________________________________________________________________ +[ 1946] By: gsar on 1998/10/13 03:41:49 + Log: add missing file from change#1943 + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 1945] By: gsar on 1998/10/13 03:32:02 + Log: defer "deep recursion" warnings until CXt_SUB context is properly + set up + Branch: perl + ! pp_hot.c t/pragma/warn/pp_hot +____________________________________________________________________________ +[ 1944] By: gsar on 1998/10/13 03:15:50 + Log: change#1614 merely disabled earlier fix (doh!); undo it and properly + fixup the cop_seq value that must be seen by lexical lookups that + emanate within eval'' + Branch: perl + ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t +____________________________________________________________________________ +[ 1943] By: gsar on 1998/10/13 02:06:09 + Log: ensure recursive attempts to findlex()icals know enough about where + the last eval'' context was encountered + Branch: perl + ! op.c t/op/eval.t +____________________________________________________________________________ +[ 1942] By: gsar on 1998/10/13 02:01:24 + Log: force copy of substrings when matching against temporaries + Branch: perl + ! pp_hot.c t/op/pat.t +____________________________________________________________________________ +[ 1941] By: gsar on 1998/10/13 01:49:16 + Log: don't longjmp() in pp_goto() (regressive bug from old single-stack + implementation) + Branch: perl + ! pp_ctl.c t/op/runlevel.t +____________________________________________________________________________ +[ 1940] By: jhi on 1998/10/12 09:57:44 + Log: Removed duplicate CMA threads code for HPUX 10.X. + (probably residue of patch(1) being too understanding) + Enhanced 64-bit settings. + Branch: confperl + ! hints/hpux.sh +____________________________________________________________________________ +[ 1939] By: jhi on 1998/10/12 09:53:11 + Log: Initial sync from mainline perl. + Branch: confperl + + (add 1282 files) +____________________________________________________________________________ +[ 1937] By: gsar on 1998/10/06 21:16:34 + Log: fix $/ init for USE_THREADS + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 1936] By: gsar on 1998/10/06 07:19:39 + Log: fix globals caught by change#1927; builds and tests on Solaris + Branch: perl + ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h + ! warning.h warning.pl +____________________________________________________________________________ +[ 1935] By: gsar on 1998/10/06 06:50:35 + Log: add test for previous fix + Branch: perl + ! ext/Thread/create.t +____________________________________________________________________________ +[ 1934] By: gsar on 1998/10/06 06:37:36 + Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh + Branch: perl + ! util.c +____________________________________________________________________________ +[ 1933] By: gsar on 1998/10/06 05:04:20 + Log: undo bogus part of change#1903 (as pointed out by Larry) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 1932] By: gsar on 1998/10/06 04:21:31 + Log: added tweaked version of suggested patch + From: jan.dubois@ibm.net (Jan Dubois) + Date: Sat, 03 Oct 1998 19:04:48 +0200 + Message-ID: <361d54b2.36841294@smtp1.ibm.net> + Subject: [PATCH 5.005_52] More MakeMaker patches + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm +____________________________________________________________________________ +[ 1931] By: gsar on 1998/10/06 04:04:33 + Log: use cpp symbols instead of hardwired constants + From: Hugo van der Sanden + Date: Mon, 05 Oct 1998 09:23:33 +0100 + Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk> + Subject: [PATCH 5.005_52] By the numbers (resend) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1930] By: gsar on 1998/10/06 04:01:55 + Log: From: Ilya Zakharevich + Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> + Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT) + Subject: [PATCH 5.005_52] Cumulative OS/2-related patch + Branch: perl + ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c + ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c +____________________________________________________________________________ +[ 1929] By: gsar on 1998/10/06 03:50:36 + Log: From: Ilya Zakharevich + Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT) + Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] Minor test improvement + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 1928] By: gsar on 1998/10/06 03:49:03 + Log: From: Ilya Zakharevich + Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT) + Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu> + Subject: [PATCH 5.00552] emacs/ptags inprovements + Branch: perl + ! emacs/ptags +____________________________________________________________________________ +[ 1927] By: gsar on 1998/10/06 03:47:44 + Log: disable C<#define dirty PL_dirty> et al. + Branch: perl + ! embed.pl embedvar.h +____________________________________________________________________________ +[ 1926] By: gsar on 1998/10/06 03:43:32 + Log: From: Mark-Jason Dominus + Date: Sun, 04 Oct 1998 14:48:11 -0400 + Message-ID: <19981004184811.16048.qmail@plover.com> + Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc. + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 1925] By: gsar on 1998/10/06 03:27:35 + Log: disable USE_THREADS when PERL_OBJECT is enabled + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 1924] By: gsar on 1998/10/06 03:26:54 + Log: remove spurious unused conflicting globals (PL_yy{v,s}sp) + Branch: perl + ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c + ! vms/perly_c.vms +____________________________________________________________________________ +[ 1923] By: gsar on 1998/10/03 05:19:56 + Log: make C recognize C overrides; allow C to be + overridden + Branch: perl + ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y + ! proto.h vms/perly_c.vms +____________________________________________________________________________ +[ 1922] By: gsar on 1998/10/03 03:59:50 + Log: suppress manifypods leak in extensions + Branch: perl + ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL +____________________________________________________________________________ +[ 1921] By: gsar on 1998/10/02 22:30:15 + Log: os390 fixes (suggested by Peter Prymmer) + Branch: perl + ! Makefile.SH regcomp.c +____________________________________________________________________________ +[ 1920] By: gsar on 1998/10/02 21:41:19 + Log: squelch undef warnings + From: Hugo van der Sanden + Date: Fri, 02 Oct 1998 11:01:14 +0100 + Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk> + Subject: [PATCH] Re: Apparent bug in Math::BigInt + Branch: perl + ! Changes lib/Math/BigInt.pm +____________________________________________________________________________ +[ 1919] By: gsar on 1998/10/02 04:59:13 + Log: add note to INSTALL about ANSI C + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 1918] By: gsar on 1998/10/02 04:21:10 + Log: tolerate spaces when fixing up __cplusplus output by old h2xs + From: jan.dubois@ibm.net (Jan Dubois) + Date: Wed, 30 Sep 1998 23:35:30 +0200 + Message-ID: <3619a1e8.12336659@smtp1.ibm.net> + Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 1917] By: gsar on 1998/10/02 04:16:02 + Log: From: Jarkko Hietaniemi + Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST) + Message-Id: <199810010837.LAA31371@alpha.hut.fi> + Subject: Re: Configure test for selectbits busted + Branch: perl + ! Configure +____________________________________________________________________________ +[ 1916] By: gsar on 1998/10/02 04:14:17 + Log: From: Dan Sugalski + Date: Wed, 30 Sep 1998 17:15:20 -0700 + Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu> + Subject: [PATCH 5.005_02]VMS config tweaks + Branch: perl + ! vms/descrip_mms.template vms/subconfigure.com +____________________________________________________________________________ +[ 1915] By: gsar on 1998/10/02 04:10:47 + Log: use Off_t to permit 64-bit seek() + From: Scott Henry + Date: 29 Sep 1998 17:38:46 -0700 + Message-ID: + Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack" + -- + Date: 28 Sep 1998 18:55:37 -0700 + Message-ID: + Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" + Branch: perl + ! doio.c pp_sys.c proto.h sv.c +____________________________________________________________________________ +[ 1914] By: gsar on 1998/10/02 04:05:36 + Log: normalize tm struct passed to strftime() with mktime() + From: Spider Boardman + Date: Wed, 30 Sep 1998 15:12:09 -0400 + Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US> + Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date + Branch: perl + ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 1913] By: gsar on 1998/10/02 03:59:46 + Log: don't try to run foo_SH.orig etc. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 1912] By: gsar on 1998/10/02 03:45:37 + Log: make warning about glob process failure optional + Branch: perl + ! pod/perldiag.pod pp_hot.c +____________________________________________________________________________ +[ 1911] By: gsar on 1998/10/02 02:52:21 + Log: document yet another RE diagnostic, make it consistent with REG_INFTY + From: Dominic Dunlop + Date: Tue, 29 Sep 1998 21:06:30 +0000 + Message-Id: + Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit + -- + Date: Wed, 30 Sep 1998 11:46:44 +0000 + Message-Id: + Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag + Branch: perl + ! pod/perldiag.pod regcomp.c +____________________________________________________________________________ +[ 1910] By: gsar on 1998/10/02 02:48:48 + Log: minor Configure tweaks (via private mail) + From: Jarkko Hietaniemi + Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST) + Message-Id: <199809292325.CAA19737@alpha.hut.fi> + Subject: [PATCH] 5.005_52: the drizzle continues + Branch: perl + ! Configure config_h.SH handy.h +____________________________________________________________________________ +[ 1909] By: gsar on 1998/10/02 02:46:39 + Log: update SCO hints for dynamic loading + From: Andy Dougherty + Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT) + Message-Id: + Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV + -- + Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT) + Message-Id: + Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV + Branch: perl + ! hints/sco.sh +____________________________________________________________________________ +[ 1908] By: gsar on 1998/10/02 02:33:39 + Log: make File::Find work when wanted() is autoloaded or a symbolic ref + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 1907] By: gsar on 1998/10/02 02:21:52 + Log: applied patches, but retained old behavior for win32 (where compilers + can't read from stdin at all) + From: Graham Barr + Date: Mon, 28 Sep 1998 09:41:49 -0500 + Message-ID: <19980928094149.B26576@asic.sc.ti.com> + Subject: Re: 5.005_51 Errno invokes cpprun incorrectly + -- + Date: Tue, 29 Sep 1998 12:35:43 -0500 + Message-ID: <19980929123543.Z26576@asic.sc.ti.com> + Subject: Re: 5.005_51 Errno invokes cpprun incorrectly + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 1906] By: gsar on 1998/10/02 02:02:19 + Log: tolerate whitespace in /etc/group entries (suggested by Jarkko + Hietaniemi) + Branch: perl + ! t/op/grent.t +____________________________________________________________________________ +[ 1905] By: gsar on 1998/10/02 01:59:56 + Log: win32 caveats about truncate() + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 1904] By: gsar on 1998/10/02 01:53:25 + Log: various Configure and hints updates (prefer drand48() or random() + over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch + applied modulo SCO hints superceded by later patch + From: Jarkko Hietaniemi + Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST) + Message-Id: <199809282156.AAA18615@alpha.hut.fi> + Subject: [PATCH] 5.005_52: Configure et al: + Branch: perl + + ext/IPC/SysV/hints/next_3.pl + ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs + ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh + ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c +____________________________________________________________________________ +[ 1903] By: gsar on 1998/10/02 01:42:37 + Log: fixes for bugs in /RE/p from Hugo van der Sanden + Date: Mon, 28 Sep 1998 17:41:49 +0100 + Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk> + Subject: [PATCH 5.005_52] Re: More on ?p + -- + Date: Thu, 01 Oct 1998 09:10:58 +0100 + Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk> + Subject: [PATCH 5.005_52] ?p fix + -- + Date: Thu, 01 Oct 1998 10:45:56 +0100 + Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk> + Subject: [PATCH 5.005_52] more on ?p + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 1902] By: gsar on 1998/10/02 01:36:14 + Log: From: Kenneth Duda + Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT) + Message-Id: <199809280322.UAA01261@scorpion.cisco.com> + Subject: writemain dies when there are more than 4000 characters of extensions + Branch: perl + ! writemain.SH +____________________________________________________________________________ +[ 1901] By: gsar on 1998/10/02 01:33:16 + Log: tweak run_byacc recipe + Branch: perl + ! Makefile.SH Porting/pumpkin.pod +____________________________________________________________________________ +[ 1900] By: gsar on 1998/10/02 01:02:09 + Log: use SETERRNO() to reset errno (suggested by Charles Bailey) + Branch: perl + ! perl.h pp_ctl.c +____________________________________________________________________________ +[ 1899] By: gsar on 1998/09/28 20:46:30 + Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois, + Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert + Dvornik) + Branch: perl + ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c +____________________________________________________________________________ +[ 1898] By: gsar on 1998/09/28 20:42:52 + Log: flush unsubmitted 5.00552 change + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 1897] By: gsar on 1998/09/27 04:43:06 + Log: run vms_yfix.pl + Branch: perl + ! vms/perly_c.vms +____________________________________________________________________________ +[ 1896] By: gsar on 1998/09/27 03:38:55 + Log: small tweak on last change + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 1895] By: gsar on 1998/09/27 03:17:17 + Log: fix win32_stat() to do the right thing for share names + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 1891] By: larry on 1998/09/25 18:50:40 + Log: Fixed apostrophe problem from Mark Knutsen. + Branch: perl + ! sv.h ---------------- -Version 5.003_12 +Version 5.005_52 ---------------- -This patch is huge. A multitude of bug fixes, new modules (especially -CPAN and Net::FTP), a couple of new Configure variables, updated -docs... it's a long list. And speaking of lists, here's a list of -the more significant changes in 5.003_12: - - CORE LANGUAGE CHANGES - - Title: "Support C" - From: Chip Salzenberg - Files: op.c op.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp.c - t/op/delete.t - - Title: "Autovivify scalars" - From: Chip Salzenberg - Files: dump.c op.c op.h pp.c pp_hot.c - - Title: "Allow any word, including keyword, as label" - From: Chip Salzenberg - Files: toke.c - - OTHER CORE CHANGES - - Title: "Allow assignment to empty array values during foreach()" - From: Chip Salzenberg - Files: cop.h global.sym mg.c op.c perl.h pp_hot.c proto.h sv.c - - Title: "Fix nested closures" - From: Chip Salzenberg - Files: op.c opcode.pl pp.c pp_ctl.c pp_hot.c - - Title: "Fix core dump on auto-vivification" - From: Chip Salzenberg - Files: pp_hot.c - - Title: "Fix core dump on C" - From: Chip Salzenberg - Files: pp_sys.c - - Title: "Fix -T/-B on globs and globrefs" - From: Chip Salzenberg - Files: pp_sys.c - - Title: "Fix memory management of $`, $&, and $'" - From: Chip Salzenberg - Files: pp_hot.c regexec.c - - Title: "Fix paren matching during backtracking" - From: Chip Salzenberg - Files: regexec.c - - Title: "Fix memory leak and std{in,out,err} death in perl_{con,de}str - From: Chip Salzenberg - Files: miniperlmain.c perl.c perl.h sv.c - - Title: "Discard garbage bytes at end of prototype()" - From: Chip Salzenberg - Files: pp.c - - Title: "Fix local($pack::{foo})" - From: Chip Salzenberg - Files: global.sym pp.c pp_hot.c proto.h scope.c - - Title: "Fix for AmigaOS - inplace operation" - From: "Norbert Pueschel" - Msg-ID: <77724601@Armageddon.meb.uni-bonn.de> - Date: Sun, 08 Dec 1996 15:33:00 +0100 - Files: doio.c - - Title: "Disable warn, die, and parse hooks _before_ global destruction - From: Chip Salzenberg - Files: perl.c - - Title: "Re: Bug in formline " - From: Gurusamy Sarathy - Msg-ID: <199612081958.OAA26025@aatma.engin.umich.edu> - Date: Sun, 08 Dec 1996 14:58:32 -0500 - Files: pp_ctl.c - - Title: "Fix C<@a = ($a,$b,$c,$d) = (1,2)>" - From: Chip Salzenberg - Files: pp_hot.c - - Title: "Fix %ENV assignment when environment starts out empty" - From: Chip Salzenberg - Files: hv.c - - Title: "Properly support and document newRV{,_inc,_noinc}" - From: Chip Salzenberg - Files: global.sym pod/perlguts.pod sv.c sv.h - - Title: "Support SvREADONLY on arrays" - From: Chip Salzenberg - Files: av.c - - Title: "Allow lvalue pos inside recursive function" - From: Chip Salzenberg - Files: op.c pp.c pp_ctl.c pp_hot.c - - PORTABILITY - - Title: "Eliminate PerlIO warnings when setting cnt to -1" - From: Chip Salzenberg - Files: perlio.c - - Title: "Make $privlib contents compatible with 5.003" - From: Chip Salzenberg - Files: INSTALL ext/Opcode/Safe.pm installperl lib/FileHandle.pm - lib/Test/Harness.pm - - Title: "Support $bincompat3 config variable; update metaconfig units" - From: Chip Salzenberg - Files: Configure MANIFEST compat3.sym config_h.SH embed.pl global.sym - old_embed.pl old_global.sym old_perl_exp.SH perl_exp.SH - - Title: "Look for gettimeofday() in Configure" - From: John Hughes - Msg-ID: <01BBE77A.F6F37F80@malvinas.AtlanTech.COM> - Date: Wed, 11 Dec 1996 15:49:57 +0100 - Files: Configure config_H config_h.SH pp.c - - Title: "Make $startperl a relative path if people want portable scrip - From: Chip Salzenberg - Files: Configure - - Title: "Homogenize use of "eval exec" hack" - From: Chip Salzenberg - Files: Porting/Glossary eg/README eg/nih eg/sysvipc/ipcmsg - eg/sysvipc/ipcsem eg/sysvipc/ipcshm lib/diagnostics.pm - makeaperl.SH pod/checkpods.PL pod/perlrun.pod - pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL - pod/pod2text.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL - utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL x2p/a2py.c - x2p/find2perl.PL x2p/s2p.PL - - Title: "LynxOS support" - From: seibert@Lynx.COM (Greg Seibert) - Msg-ID: - Date: Thu, 12 Dec 1996 09:25:00 PST - Files: Configure MANIFEST hints/lynxos.sh t/op/stat.t - - Title: "In Linux hints, set suidsafe=no and dosuid=yes" - From: Chip Salzenberg - Files: hints/linux.sh - - Title: "5.003_11 on UnixWare 2.1.1 - Only one small UnixWare buglet" - From: aburlison@cix.compulink.co.uk (Alan Burlison) - Msg-ID: - Date: Wed, 11 Dec 96 18:34 GMT0 - Files: hints/svr4.sh - - Title: "Re: db-recno.t failures with _11 on Freebsd 2.1-stable" - From: Roderick Schertler - Msg-ID: - Date: 11 Dec 1996 18:58:56 -0500 - Files: INSTALL hints/freebsd.sh - - Title: "OS/2 updates from Ilya" - From: Ilya Zakharevich - Files: README.os2 os2/Changes os2/Makefile.SHs os2/os2.c os2/os2ish.h - - Title: "VMS patches to 5.003_11" - From: Charles Bailey - Msg-ID: <01ICTR32LCZG001A1D@hmivax.humgen.upenn.edu> - Date: Mon, 09 Dec 1996 23:16:10 -0500 (EST) - Files: MANIFEST regexec.c t/lib/filehand.t util.c vms/* - - TESTING - - Title: "recurse recurse recurse ..." - From: Jarkko Hietaniemi - Msg-ID: <199612092144.XAA29025@alpha.hut.fi> - Date: Mon, 9 Dec 1996 23:44:27 +0200 (EET) - Files: MANIFEST t/op/recurse.t - - UTILITIES, LIBRARY, AND EXTENSIONS - - Title: "Add CPAN and Net::FTP" - From: Chip Salzenberg - Files: MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm - lib/Net/FTP.pm lib/Net/Netrc.pm lib/Net/Socket.pm - pod/perlmod.pod - - Title: "Please update Text::Wrap and Text::Tabs" - From: David Muir Sharnoff - Msg-ID: <199612180659.WAA24957@idiom.com> - Date: Tue, 17 Dec 1996 22:59:59 -0800 (PST) - Files: lib/Text/Tabs.pm lib/Text/Wrap.pm - - Title: "Add File::Compare" - From: Nick Ing-Simmons - Msg-ID: <199612161844.SAA02152@pluto> - Date: Mon, 16 Dec 1996 18:44:59 GMT - Files: MANIFEST lib/File/Compare.pm pod/perlmod.pod - - Title: "Add Tie::RefHash" - From: Gurusamy Sarathy - Msg-ID: <199612152358.SAA28665@aatma.engin.umich.edu> - Date: Sun, 15 Dec 1996 18:58:08 -0500 - Files: MANIFEST lib/Tie/RefHash.pm pod/perlmod.pod - - Title: "Put "splain" in utils." - From: Chip Salzenberg - Files: Makefile.SH installperl utils/Makefile utils/splain.PL - - Title: "Some h2ph fixes" - From: Jeff Okamoto - Msg-ID: <199612131934.AA289845652@hpcc123.corp.hp.com> - Date: Fri, 13 Dec 1996 11:34:12 -0800 - Files: utils/h2ph.PL - - Title: "xsubpp patch to add #line" - From: nick@ni-s.u-net.com (Nick Ing-Simmons) - Msg-ID: <199612162153.VAA03590@ni-s.u-net.com> - Date: Mon, 16 Dec 1996 21:53:56 GMT - Files: lib/ExtUtils/xsubpp - - Title: "Re: Proposed addition to File::Copy: move" - From: Charles Bailey - Msg-ID: <01ICZBN0LRC8001A1D@hmivax.humgen.upenn.edu> - Date: Sat, 14 Dec 1996 00:27:29 -0500 (EST) - Files: lib/File/Copy.pm t/lib/filecopy.t - - Title: "DB_File 1.09 patch" - From: pmarquess@bfsec.bt.co.uk (Paul Marquess) - Msg-ID: <9612181037.AA10123@claudius.bfsec.bt.co.uk> - Date: Wed, 18 Dec 96 10:37:58 GMT - Files: ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs - - Title: "Debugger update" - From: Ilya Zakharevich - Msg-ID: <199612111038.FAA24363@monk.mps.ohio-state.edu> - Date: Wed, 11 Dec 1996 05:38:28 -0500 (EST) - Files: lib/perl5db.pl - - DOCUMENTATION - - Title: "Update pods: perldelta -> perlnews, perli18n -> perllocale" - From: Tom Christiansen and Dominic Dunlop - Files: MANIFEST pod/perl.pod pod/perldelta.pod pod/perli18n.pod - pod/perlnews.pod - - Title: "perltoot.pod" - From: Tom Christiansen - Msg-ID: <199612091444.HAA09947@toy.perl.com> - Date: Mon, 09 Dec 1996 07:44:10 -0700 - Files: MANIFEST pod/perltoot.pod - - Title: "Perlguts, version 25" - From: Jeff Okamoto - Msg-ID: <199612061940.AA055461228@hpcc123.corp.hp.com> - Date: Fri, 6 Dec 96 11:40:27 PST - Files: pod/perlguts.pod - - Title: "pod/perlipc.pod patch" - From: d-lewart@uiuc.edu (Daniel S. Lewart) - Msg-ID: <199612090910.CAA20906@mox.perl.com> - Date: Mon, 9 Dec 96 3:10:02 CST - Files: pod/perlipc.pod - - Title: "pod patches for English errors" - From: Steve Kelem - Msg-ID: <24616.850167191@castor> - Date: Mon, 09 Dec 1996 13:33:11 -0800 - Files: pod/*.pod - - Title: "Misc doc updates" - From: Tom Christiansen - Msg-ID: <199612150156.SAA12506@mox.perl.com> - Date: Sat, 14 Dec 1996 18:56:33 -0700 - Files: pod/* +____________________________________________________________________________ +[ 1890] By: gsar on 1998/09/25 10:25:00 + Log: update template config.sh, add new config vars to win32 stuff + Branch: perl + ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h + ! pp_sys.c proto.h win32/config.bc win32/config.gc + ! win32/config.vc win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/win32.h +____________________________________________________________________________ +[ 1889] By: gsar on 1998/09/25 07:13:13 + Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix + for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings + of full-fledged 64-bit support (including support for: fseeko/ftello, + Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants + in Fcntl) + From: Jarkko Hietaniemi + Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) + Message-Id: <199809112056.XAA04720@alpha.hut.fi> + Subject: [PATCH] 5.005_51: Configure "Massive Attack" + -- + From: Jarkko Hietaniemi + Date: 12 Sep 1998 09:44:25 +0300 + Message-ID: + Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" + Branch: perl + + lib/filetest.pm + ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h + ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh + ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h + ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod + ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl + ! win32/makedef.pl +____________________________________________________________________________ +[ 1888] By: gsar on 1998/09/25 06:27:12 + Log: bump patchlevel to 52; other little tweaks for threads, win32 builds + Branch: perl + ! doop.c mg.c patchlevel.h regexec.c win32/Makefile + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/makedef.pl win32/makefile.mk win32/win32.c +____________________________________________________________________________ +[ 1887] By: gsar on 1998/09/25 04:50:49 + Log: win32.c tweak + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 1886] By: gsar on 1998/09/25 04:47:32 + Log: s/MAKEMAKEROPT/PERL_MM_OPT/ + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 1885] By: gsar on 1998/09/25 04:05:09 + Log: From: Dominic Dunlop + Date: Thu, 10 Sep 1998 11:02:46 +0000 + Message-Id: + Subject: MM_Unix::canonpath erroneously turns leading // into / + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 1884] By: gsar on 1998/09/25 03:06:10 + Log: temporarily disable perl malloc for a2p until we clean up + conflicting malloc() declarations everywhere + Branch: perl + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 1883] By: gsar on 1998/09/25 02:27:00 + Log: remove obsolete win32/bin/*.pl + Branch: perl + - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl + ! Changes MANIFEST win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 1882] By: gsar on 1998/09/25 02:04:43 + Log: missing file in last submit + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 1881] By: gsar on 1998/09/25 01:56:54 + Log: serial access to PL_x[inpr]v_root for USE_THREADS + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 1880] By: gsar on 1998/09/25 01:19:38 + Log: lock sv_mutex in new_he() and del_he() for USE_THREADS + From: Drago Goricanec + Date: Thu, 24 Sep 1998 22:01:09 +0900 + Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp> + Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe + Branch: perl + ! hv.c proto.h +____________________________________________________________________________ +[ 1879] By: gsar on 1998/09/25 00:20:07 + Log: tweaks to enable PERL_OBJECT to build & test on win32 + Branch: perl + ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c + ! win32/GenCAPI.pl +____________________________________________________________________________ +[ 1878] By: gsar on 1998/09/25 00:13:36 + Log: fix change#1861, which breaks default boot_xxx symbol generation + Branch: perl + ! lib/ExtUtils/Mksymlists.pm +____________________________________________________________________________ +[ 1877] By: gsar on 1998/09/24 10:29:54 + Log: two tweaks for clean build and test on Solaris + Branch: perl + ! op.c t/op/subst.t +____________________________________________________________________________ +[ 1876] By: gsar on 1998/09/24 09:04:43 + Log: From: Colin Kuskie + Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT) + Message-ID: + Subject: [PATCH 5.005_51] perlform.pod + Branch: perl + ! pod/perlform.pod +____________________________________________________________________________ +[ 1875] By: gsar on 1998/09/24 08:47:47 + Log: From: Ilya Zakharevich + Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT) + Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu> + Subject: Re: problem with (?p{}) [PATCH 5.005_5*] + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 1874] By: gsar on 1998/09/24 08:44:55 + Log: From: Ilya Zakharevich + Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT) + Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu> + Subject: Re: your Regexp.patch dated 21.8 [PATCH] + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 1873] By: gsar on 1998/09/24 08:39:41 + Log: From: Ilya Zakharevich + Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT) + Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B) + Branch: perl + ! Changes regcomp.c +____________________________________________________________________________ +[ 1872] By: gsar on 1998/09/24 08:37:00 + Log: From: Krishna Sethuraman + Date: Sun, 23 Aug 1998 23:18:38 PDT + Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com> + Subject: new irix_6.sh hints file + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 1871] By: gsar on 1998/09/24 07:26:37 + Log: correct FSF address in various places + Branch: perl + ! Copying README ext/B/README lib/Getopt/Long.pm +____________________________________________________________________________ +[ 1870] By: gsar on 1998/09/24 07:11:56 + Log: From: Dan Sugalski + Date: Fri, 14 Aug 1998 09:20:16 PDT + Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu> + Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 1869] By: gsar on 1998/09/24 06:55:59 + Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again + From: Scott Henry + Date: 13 Aug 1998 09:52:15 PDT + Message-Id: + Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...) + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 1868] By: gsar on 1998/09/24 06:51:23 + Log: From: Nathan Torkington + Date: Thu, 13 Aug 1998 10:59:48 MDT + Message-Id: <199808131659.KAA06179@prometheus.frii.com> + Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 1867] By: gsar on 1998/09/24 06:45:13 + Log: make C AUTOLOAD-aware (autouse now works for modules + that are autoloaded) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 1866] By: gsar on 1998/09/24 05:21:19 + Log: grandfather deprecated "$$" no more + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 1865] By: gsar on 1998/09/24 04:52:48 + Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of + low bits (suggested by Ilya Zakharevich) + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 1864] By: gsar on 1998/09/24 04:29:14 + Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak + perly_c.diff + Branch: perl + ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h + ! perly_c.diff toke.c +____________________________________________________________________________ +[ 1863] By: gsar on 1998/09/24 03:36:30 + Log: provide locked access to string table for USE_THREADS + Branch: perl + ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h +____________________________________________________________________________ +[ 1862] By: gsar on 1998/09/24 03:30:32 + Log: remove bogus warn() + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 1861] By: gsar on 1998/09/24 02:58:51 + Log: applied suggested patch, adapted for all platforms + From: jan.dubois@ibm.net (Jan Dubois) + Date: Sun, 20 Sep 1998 12:56:38 +0200 + Message-ID: <3604de0c.12319885@smtp1.ibm.net> + Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker + Branch: perl + ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 1860] By: gsar on 1998/09/24 02:16:14 + Log: upgrade to CPAN-1.40 + Branch: perl + ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 1859] By: gsar on 1998/09/24 02:08:59 + Log: use $ENV{MAKEMAKEROPT} to set default command line args + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 1857] By: gsar on 1998/09/23 10:58:36 + Log: From: Ilya Zakharevich + Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT) + Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> + Subject: More verbose Test::Harness [PATCH] + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 1856] By: gsar on 1998/09/23 10:56:24 + Log: update hints for OPENSTEP 4.2 on i386 + From: Gerben Wierda + Date: Sun, 20 Sep 1998 01:03:18 +0200 + Message-Id: <9809192303.AA29190@Spike> + Subject: Perl 5.005_02 compilation problems + Branch: perl + ! hints/next_4.sh +____________________________________________________________________________ +[ 1855] By: gsar on 1998/09/23 10:52:27 + Log: reset errno after C search (as suggested by Larry) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 1854] By: gsar on 1998/09/23 10:50:26 + Log: misc pod tweaks + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod +____________________________________________________________________________ +[ 1853] By: gsar on 1998/09/23 10:46:06 + Log: make Pod/Html.pm handle the --title option properly (as suggested + by gml4410@ggr.co.uk) + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 1852] By: gsar on 1998/09/23 10:41:39 + Log: SSNEW() API for allocating memory on the savestack + From: Albert Dvornik + Date: 17 Sep 1998 19:23:07 -0400 + Message-Id: + Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...) + Branch: perl + ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h + ! perl.h proto.h scope.c scope.h t/io/tell.t +____________________________________________________________________________ +[ 1851] By: gsar on 1998/09/23 10:37:05 + Log: From: Jochen Wiedmann + Date: Thu, 17 Sep 1998 17:16:06 +0200 + Message-ID: <360127B6.E44564A@ispsoft.de> + Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 1850] By: gsar on 1998/09/23 10:33:05 + Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) + Date: 15 Sep 1998 01:32:31 +0200 + Message-ID: + Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all" + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 1849] By: gsar on 1998/09/23 10:29:04 + Log: From: Charles Bailey + Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT) + Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu> + Subject: Re: extralibs.ld problem in MM_VMS.pm + Branch: perl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 1848] By: gsar on 1998/09/23 10:25:24 + Log: From: Roderick Schertler + Date: 11 Sep 1998 16:19:21 -0400 + Message-ID: + Subject: Re: Open2 and memory leaks + Branch: perl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 1847] By: gsar on 1998/09/23 10:18:31 + Log: From: Roderick Schertler + Date: Wed, 09 Sep 1998 23:52:48 -0400 + Message-ID: <20567.905399568@eeyore.ibcinc.com> + Subject: seed srand from /dev/urandom when possible + Branch: perl + ! pod/perlfunc.pod pp.c +____________________________________________________________________________ +[ 1846] By: gsar on 1998/09/23 10:12:22 + Log: From: Roderick Schertler + Date: Thu, 10 Sep 1998 00:32:17 -0400 + Message-ID: <21142.905401937@eeyore.ibcinc.com> + Subject: doc update for crypt()'s salt + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 1845] By: gsar on 1998/09/23 10:09:23 + Log: fix h2ph handling of C<#error "foo"> + From: SAKAI Kiyotaka + Date: Thu, 10 Sep 1998 09:59:33 +0900 + Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp> + Subject: [5.005_02] h2ph problem + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 1844] By: gsar on 1998/09/23 10:06:13 + Log: plug strictly private function leaks in API listing + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 1843] By: gsar on 1998/09/23 10:02:57 + Log: hide symbol for static build + From: Dominic Dunlop + Date: Tue, 8 Sep 1998 21:40:46 +0000 + Message-Id: + Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH] + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 1842] By: gsar on 1998/09/23 09:52:46 + Log: define PUT_svindex(), PUT_opindex() + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 1841] By: gsar on 1998/09/23 09:44:25 + Log: From: Dominic Dunlop + Date: Tue, 8 Sep 1998 15:34:53 +0000 + Message-Id: + Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value + Branch: perl + ! t/pragma/warn/regexec +____________________________________________________________________________ +[ 1840] By: gsar on 1998/09/23 09:42:17 + Log: pl2bat tweak from Tye McQueen + Branch: perl + ! win32/bin/pl2bat.pl +____________________________________________________________________________ +[ 1839] By: gsar on 1998/09/23 09:38:18 + Log: From: Drago Goricanec + Date: Mon, 7 Sep 1998 17:36:09 +0900 + Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp> + Subject: Thread::cond_wait bug in 5.005.51 causes deadlock + Branch: perl + ! ext/Thread/Thread.xs +____________________________________________________________________________ +[ 1838] By: gsar on 1998/09/23 09:21:11 + Log: From: "Green, Paul" + Date: Thu, 10 Sep 1998 00:02:07 -0400 + Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> + Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port + Branch: perl + + README.vos vos/Changes vos/build.cm vos/compile_perl.cm + + vos/config.h vos/config_h.SH_orig vos/perl.bind + + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h + ! MANIFEST perl.c perl.h pod/perlport.pod +____________________________________________________________________________ +[ 1837] By: gsar on 1998/09/23 08:45:58 + Log: (via private mail) + From: Charles Bailey + Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT) + Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> + Subject: [Patch 5.005_02] Miscellaneous VMS cleanup + Branch: perl + ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs + ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm + ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod + ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt + ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs + ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl + ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c + ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl + ! vms/writemain.pl +____________________________________________________________________________ +[ 1836] By: gsar on 1998/09/23 08:17:42 + Log: From: Ilya Zakharevich + Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT) + Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_*] OS/2 spawning typos + Branch: perl + ! os2/os2.c +____________________________________________________________________________ +[ 1835] By: gsar on 1998/09/23 08:09:55 + Log: warn on C + Branch: perl + ! op.c pod/perldiag.pod +____________________________________________________________________________ +[ 1834] By: gsar on 1998/09/23 07:35:56 + Log: From: pvhp@forte.com (Peter Prymmer) + Date: Fri, 4 Sep 98 13:27:41 PDT + Message-Id: <9809042027.AA04463@forte.com> + Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms + Branch: perl + ! README.vms +____________________________________________________________________________ +[ 1833] By: gsar on 1998/09/23 07:27:34 + Log: From: Jeff Okamoto + Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT) + Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com> + Subject: PATCH: 5.005_02 hint/hpux.sh + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 1832] By: gsar on 1998/09/23 07:22:40 + Log: fix (some) installhtml bugs + From: Larry Parmelee + Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT) + Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu> + Subject: installhtml script needs work + Branch: perl + ! installhtml +____________________________________________________________________________ +[ 1831] By: gsar on 1998/09/23 07:19:30 + Log: document 'U' magic with examples + From: Alan Burlison + Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST) + Message-Id: <199809011455.PAA00631@sale-wts> + Subject: Re: Looking for some XS MAGIC examples... + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 1830] By: gsar on 1998/09/23 07:16:43 + Log: From: pvhp@forte.com (Peter Prymmer) + Date: Mon, 31 Aug 98 17:13:49 PDT + Message-Id: <9809010013.AA06737@forte.com> + Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390] + Branch: perl + ! README.os390 +____________________________________________________________________________ +[ 1829] By: gsar on 1998/09/23 07:15:08 + Log: fix problematic typecast in filter_del() + From: Mark P Lutz + Date: Mon, 31 Aug 1998 21:13:11 GMT + Message-Id: <199808312113.VAA53356@triton.ca.boeing.com> + Subject: perl5.005_02 does not build on Cray T90 + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 1828] By: gsar on 1998/09/23 07:11:34 + Log: From: Ilya Zakharevich + Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT) + Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_5*] (?>) broken in RE + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 1827] By: gsar on 1998/09/23 07:09:50 + Log: U/WIN testsuite patches from Joe Buehler + Branch: perl + ! t/op/grent.t t/op/groups.t +____________________________________________________________________________ +[ 1826] By: gsar on 1998/09/23 07:03:16 + Log: From: Jarkko Hietaniemi + Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST) + Message-Id: <199808121941.WAA06263@alpha.hut.fi> + Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it + Branch: perl + - interp.sym + ! MANIFEST Makefile.SH embed.pl perl_exp.SH +____________________________________________________________________________ +[ 1825] By: gsar on 1998/09/23 06:56:40 + Log: re-introduce change#1703 + Branch: perl + ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h +____________________________________________________________________________ +[ 1824] By: gsar on 1998/09/23 06:44:19 + Log: From: Ilya Zakharevich + Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT) + Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 1823] By: gsar on 1998/09/23 06:41:34 + Log: From: Joe Buehler + Date: 29 Aug 1998 17:13:28 -0400 + Message-ID: + Subject: patches for perl 5.005_51 under U/WIN + Branch: perl + + hints/uwin.sh + ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH + ! t/lib/posix.t +____________________________________________________________________________ +[ 1822] By: gsar on 1998/09/23 06:36:59 + Log: add missing C tweak from Larry + Branch: perl + ! t/op/subst.t +____________________________________________________________________________ +[ 1821] By: gsar on 1998/09/23 06:27:51 + Log: s/runops/CALLRUNOPS/ + Branch: perl + ! cc_runtime.h +____________________________________________________________________________ +[ 1820] By: gsar on 1998/09/23 06:24:49 + Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly + Branch: perl + +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both + +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio + +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op + +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp + +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys + +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv + +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal + +> t/pragma/warn/util + - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both + - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio + - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op + - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp + - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys + - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv + - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal + - t/pragma/warn-util + ! MANIFEST t/pragma/warning.t +____________________________________________________________________________ +[ 1819] By: gsar on 1998/09/23 06:08:46 + Log: make \(%foo) return refs to values (not copies of values) + From: Stephen McCamant + Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT) + Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu> + -- + From: Roderick Schertler + Date: Sat, 29 Aug 1998 00:58:33 -0400 + Message-ID: <29894.904366713@eeyore.ibcinc.com> + Subject: Re: \(%x) problems + Branch: perl + ! doop.c pod/perlref.pod +____________________________________________________________________________ +[ 1818] By: gsar on 1998/09/23 06:05:08 + Log: make h2xs generate ANSI prototypes + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 1817] By: gsar on 1998/09/23 05:57:16 + Log: updated usethreads hints for hpux 10.X + From: Matthew T Harden + Date: Fri, 28 Aug 1998 14:10:42 GMT + Message-Id: <199808281410.AA11058@mthard1.monsanto.com> + Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED) + Branch: perl + ! hints/hpux.sh perl.h +____________________________________________________________________________ +[ 1816] By: gsar on 1998/09/23 05:53:31 + Log: don't create empty directories in installperl + From: Robin Barker + Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST) + Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk> + Subject: [PATCH 5.005_02] install: empty dirs + Branch: perl + ! installperl +____________________________________________________________________________ +[ 1815] By: gsar on 1998/09/23 05:50:36 + Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches + From: Ilya Zakharevich + Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT) + Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu> + Subject: Re: your mail + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 1814] By: gsar on 1998/09/23 05:45:17 + Log: From: "Kurt D. Starsinic" + Date: Thu, 20 Aug 1998 20:59:03 -0400 + Message-ID: <19980820205903.A12908@O2.chapin.edu> + Subject: [PATCH] h2ph misquotes #error directives + Branch: perl + ! t/lib/h2ph.pht utils/h2ph.PL +____________________________________________________________________________ +[ 1813] By: gsar on 1998/09/23 05:42:41 + Log: patch to support computed regular subexpressions + From: Ilya Zakharevich + Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT) + Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> + Subject: [5.005_5* PATCH] Postponed RE - now! + Branch: perl + ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c + ! t/op/pat.t t/op/re_tests thrdvar.h toke.c +____________________________________________________________________________ +[ 1812] By: gsar on 1998/09/23 05:26:26 + Log: better CR-handling on shebang line and in formats (fixed variant of + patch suggested by Igor Sysoev ) + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 1811] By: gsar on 1998/09/23 04:35:46 + Log: document non-loopish blocks better + From: "M.J.T. Guy" + Date: Tue, 18 Aug 1998 12:28:36 +0100 + Message-Id: + Subject: Re: next in do {} while block gives error message + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 1810] By: gsar on 1998/09/23 04:12:05 + Log: fix bogus integerization of pop()'s return value + From: Gurusamy Sarathy + Date: Sat, 15 Aug 1998 23:27:54 -0400 + Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu> + Subject: Re: Complex expression does integer arithmetic + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 1809] By: gsar on 1998/09/23 04:09:43 + Log: tweak README.win32 + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 1808] By: gsar on 1998/09/23 03:40:57 + Log: better diagnostic for do{} used as lvalue + Branch: perl + ! op.c pod/perlport.pod +____________________________________________________________________________ +[ 1807] By: gsar on 1998/09/23 03:38:30 + Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach + From: hansm@icgroup.nl + Date: Tue, 11 Aug 98 21:08:51 +0200 + Message-Id: <9808111907.AA21903@icgned.icgroup.nl> + Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED) + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 1806] By: gsar on 1998/09/23 03:36:08 + Log: support make written in perl (aka "pmake") on win32 + Branch: perl + ! lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 1805] By: gsar on 1998/09/23 03:30:07 + Log: fix mismatched UV/U32 types for to_utf8_*() + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 1804] By: gsar on 1998/09/23 03:22:22 + Log: From: Laszlo Molnar + Date: Sun, 9 Aug 1998 22:38:23 +0200 + Message-ID: <19980809223823.A215@cdata.tvnet.hu> + Subject: [PATCH 5.5002] dos-djgpp update + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 1803] By: gsar on 1998/09/23 03:20:13 + Log: apply minimal variant of patch (sent via private mail) + From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi) + Date: Wed, 12 Aug 1998 15:42:35 +0300 + Message-Id: <199808121242.PAA29761@comanche.spices> + Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands + Branch: perl + ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod + ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c +____________________________________________________________________________ +[ 1802] By: gsar on 1998/09/23 03:03:39 + Log: adjust searchdict.t for EBCDIC (still needs documenting) + From: pvhp@forte.com (Peter Prymmer) + Date: Thu, 6 Aug 98 18:09:39 PDT + Message-Id: <9808070109.AA06158@forte.com> + Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t + Branch: perl + ! README.os390 t/lib/searchdict.t +____________________________________________________________________________ +[ 1801] By: gsar on 1998/09/23 02:54:15 + Log: silence redefined warning for XS(INIT) {} + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1800] By: gsar on 1998/09/23 02:42:23 + Log: support match indices via special variables @- and @+ + From: Ilya Zakharevich + Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT) + Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> + Subject: [PATCH 5.004_76] @- and @+ + Branch: perl + ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h + ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c +____________________________________________________________________________ +[ 1799] By: gsar on 1998/09/23 01:44:31 + Log: From: Ilya Zakharevich + Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT) + Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu> + Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ + Branch: perl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 1798] By: gsar on 1998/09/23 01:39:23 + Log: integrate maint-5.005 changes (except conflicting change#1794) + Branch: perl + ! Changes + !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests + !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc + !> win32/win32.h +____________________________________________________________________________ +[ 1797] By: gsar on 1998/09/23 01:32:36 + Log: add note to win32/Makefile about setting CCHOME + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 1796] By: gsar on 1998/09/23 01:31:32 + Log: perl.pod tweak + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 1795] By: gsar on 1998/09/21 20:34:10 + Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 1789] By: gsar on 1998/09/18 18:01:37 + Log: delay freeing itervar so C works + Branch: perl + ! cop.h t/cmd/for.t +____________________________________________________________________________ +[ 1788] By: gsar on 1998/09/17 02:19:11 + Log: resync win32/config.?c with Porting/config.sh to pick up apiversion + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc +____________________________________________________________________________ +[ 1787] By: gsar on 1998/09/17 01:45:14 + Log: suppress bogus warning on C + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 1786] By: gsar on 1998/09/17 01:42:51 + Log: ntohl typo in objXSUB.h + Branch: perl + ! objXSUB.h +____________________________________________________________________________ +[ 1785] By: gsar on 1998/09/17 01:41:48 + Log: fill gaps in sig_* entries in win32/config.?c + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc +____________________________________________________________________________ +[ 1781] By: larry on 1998/09/05 23:48:24 + Log: tr/// logic was hosed under utf8 + Branch: perl + ! doop.c op.c op.h pp.c proto.h +____________________________________________________________________________ +[ 1780] By: larry on 1998/09/05 23:44:16 + Log: several new tests needed tweaking to work under utf8 + Branch: perl + ! t/comp/require.t t/op/pack.t t/op/substr.t +____________________________________________________________________________ +[ 1779] By: larry on 1998/09/05 23:41:42 + Log: index() applied BM optimization to wrong argument + Branch: perl + ! op.c util.c +____________________________________________________________________________ +[ 1778] By: larry on 1998/09/05 23:38:29 + Log: Implicit require during compile reset line numbering + Branch: perl + ! pp_ctl.c ---------------- -Version 5.003_11 +Version 5.005_51 ---------------- -This patch is (still) closing in on 5.004. Nothing dramatic, lots of -value. - - CORE LANGUAGE CHANGES - - Title: "Fix precedence problems with subs as uniops or listops" - From: Chip Salzenberg - Files: perly.c perly.c.diff perly.h perly.y - - Title: "Don't reset $. on open()" - From: Chip Salzenberg - Files: pp_sys.c - - Title: "Support *glob{IO} (eventually deprecate *glob{FILEHANDLE})" - From: Chip Salzenberg - Files: pod/perlref.pod pp_hot.c sv.c - - Title: "Don't let expression context force return context" - From: Chip Salzenberg - Files: op.c - - Title: "Properly convert "1E2" et al to IV/UV" - From: Chip Salzenberg - Files: doio.c sv.c - - Title: "Fix modulo operator in UV realm" - From: Chip Salzenberg - Files: pp.c - - Title: "Fix stat(_) after stat(HANDLE)" - From: Chip Salzenberg - Files: pp_sys.c - - Title: "Fix: s/// and "$x =~ $y" under 'use locale'" - From: Chip Salzenberg - Files: op.c toke.c - - OTHER CORE CHANGES - - Title: "Eliminate spurious warning when splicing undefs" - From: Chip Salzenberg - Files: pp.c sv.h - - Title: "Eliminate spurious warning from "x=" operator" - From: Chip Salzenberg - Files: op.c - - Title: "Fix line numbers near control structures" - From: Chip Salzenberg - Files: op.c perly.c perly.c.diff perly.y proto.h - - Title: "Don't let scalar unpack() underflow stack" - From: Chip Salzenberg - Files: pp.c - - Title: "Fix core dump from precedence bug in "@foo" warning" - From: Chip Salzenberg - Files: toke.c - - Title: "Move die() to utils.c; add varargs hack to croak()" - From: Chip Salzenberg - Files: pp_ctl.c util.c - - Title: "Avoid memcmp() for magnitude test if it thinks char is signed" - From: Chip Salzenberg - Files: Configure config_H config_h.SH doop.c - ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.h handy.h - hv.c perl.h pp_hot.c proto.h regexec.c sv.c toke.c util.c - - Title: "Less malloc in magic" - From: Chip Salzenberg - Files: mg.c - - Title: "Re: 5.003_09: PADTMP fix" - From: Ilya Zakharevich - Msg-ID: <199611281150.GAA06884@monk.mps.ohio-state.edu> - Date: Thu, 28 Nov 1996 06:50:58 -0500 (EST) - Files: pod/perlguts.pod - - Title: "Fully paramaterize locales; disable all if NO_LOCALE" - From: Chip Salzenberg - Files: ext/POSIX/POSIX.xs op.c perl.h pp.c pp_sys.c sv.c util.c - - PORTABILITY AND TESTING - - Title: "Bitwise op fix for Alpha" - From: Chip Salzenberg - Files: pp.c - - Title: "hints/dgux.sh update" - From: Roderick Schertler - Msg-ID: <24178.849309616@eeyore.ibcinc.com> - Date: Fri, 29 Nov 1996 18:20:16 -0500 - Files: hints/dgux.sh - - Title: "BUG in hints/hpux.sh" - From: Jeff McDougal - Msg-ID: <32A42C11.7FA2@cris.com> - Date: Tue, 03 Dec 1996 08:33:05 -0500 - Files: hints/hpux.sh - - Title: "VMS patches for 5.003_10" - From: Charles Bailey - Msg-ID: <01ICMALO8NMS001A1D@hmivax.humgen.upenn.edu> - Date: Wed, 04 Dec 1996 16:40:12 -0500 (EST) - Files: EXTERN.h INTERN.h old_perl_exp.SH perl.c perl.h perl_exp.SH - pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c util.c - utils/perldoc.PL vms/config.vms vms/descrip.mms - vms/gen_shrfls.pl vms/genconfig.pl vms/vmsish.h - - Title: "_10+ under OS/2" - From: Ilya Zakharevich - Msg-ID: <199612011107.GAA10805@monk.mps.ohio-state.edu> - Date: Sun, 1 Dec 1996 06:07:19 -0500 (EST) - Files: malloc.c os2/diff.configure - - LIBRARY AND EXTENSIONS - - Title: "{in,ob}structive pods" - From: Tom Christiansen - Msg-ID: <199611301652.JAA24201@toy.perl.com> - Date: Sat, 30 Nov 1996 09:52:57 -0700 - Files: MANIFEST 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 - - Title: "FileHandle that 'ISA' IO::File" - From: Nick Ing-Simmons - Msg-ID: <199612021718.RAA04416@pluto> - Date: Mon, 2 Dec 1996 17:18:02 GMT - Files: MANIFEST lib/FileHandle.pm - - Title: "Make IO::File::import use its parameters" - From: Chip Salzenberg - Files: ext/IO/lib/IO/File.pm - - Title: "10+ debugger patch" - From: Ilya Zakharevich - Msg-ID: <199612011137.GAA10864@monk.mps.ohio-state.edu> - Date: Sun, 1 Dec 1996 06:37:31 -0500 (EST) - Files: lib/perl5db.pl perl.c pod/perldebug.pod - - Title: "Don't call CORE::close in file handle DESTROY method" - From: Chip Salzenberg - Files: ext/IO/lib/IO/Handle.pm - - Title: "Re: Namespace cleanup: Does SDBM need binary compatibility?" - From: Hallvard B Furuseth - Msg-ID: <199612031445.PAA19056@bombur2.uio.no> - Date: Tue, 3 Dec 1996 15:45:27 +0100 (MET) - Files: ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3 - - Title: "DB_File 1.07" - From: pmarquess@bfsec.bt.co.uk (Paul Marquess) - Files: ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs t/lib/db-btree.t - t/lib/db-recno.t - - Title: "DB_File 1.08" - From: pmarquess@bfsec.bt.co.uk (Paul Marquess) - Files: ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs - +____________________________________________________________________________ +[ 1777] By: gsar on 1998/08/10 07:02:38 + Log: various tweaks: fix signed vs. unsigned problems that prevented C++ + builds; add sundry PERL_OBJECT scaffolding to get it to build; fix + lexical warning testsuite for win32 + Branch: perl + ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c + ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c + ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op + ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 1776] By: gsar on 1998/08/09 17:53:48 + Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init) + Branch: perl + ! Changes MANIFEST perl.c pod/perlhist.pod +____________________________________________________________________________ +[ 1775] By: gsar on 1998/08/09 14:35:33 + Log: tweak warning test + Branch: perl + ! t/pragma/warn-toke +____________________________________________________________________________ +[ 1774] By: gsar on 1998/08/09 14:13:46 + Log: add missing dTHR; notes for test failures due to small stacksize + Branch: perl + ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec + ! toke.c universal.c util.c +____________________________________________________________________________ +[ 1773] By: gsar on 1998/08/09 11:31:53 + Log: lexical warnings; tweaks to places that didn't apply correctly + From: pmarquess@bfsec.bt.co.uk (Paul Marquess) + Date: Wed, 29 Jul 1998 09:28:45 BST + Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> + Subject: lexical warnings patch for 5.005_50 + Branch: perl + + README.lexwarn lib/warning.pm t/pragma/warn-2use + + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint + + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg + + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly + + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot + + t/pragma/warn-pp_sys t/pragma/warn-regcomp + + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint + + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util + + warning.h warning.pl + ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c + ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c + ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t + ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c + ! universal.c util.c +____________________________________________________________________________ +[ 1772] By: gsar on 1998/08/08 23:06:00 + Log: bump patchlevel to 5.005_51 + Branch: perl + ! patchlevel.h win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/makefile.mk +____________________________________________________________________________ +[ 1771] By: gsar on 1998/08/08 23:01:57 + Log: fix bogus warning on "\x{123}" + From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess) + Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST) + Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk> + Subject: [5.005_50 PATCH] Some unicode problems + Branch: perl + ! regcomp.c toke.c +____________________________________________________________________________ +[ 1770] By: gsar on 1998/08/08 22:56:55 + Log: hide dup symbol for static build of ext/re + From: Dominic Dunlop + Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST) + Message-Id: <199807291009.LAA08935@ppp72.vo.lu> + Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH] + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 1769] By: gsar on 1998/08/08 22:45:06 + Log: fix double free on -Mutf8 -e '$b=uc("")' + From: larry@wall.org (Larry Wall) + Date: Fri, 7 Aug 1998 14:42:43 -0700 + Message-Id: <199808072142.OAA14920@wall.org> + Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 1768] By: gsar on 1998/08/08 22:42:29 + Log: substr() assumes utf8 without say-so + From: larry@wall.org (Larry Wall) + Date: Fri, 7 Aug 1998 12:25:12 -0700 + Message-Id: <199808071925.MAA13436@wall.org> + Subject: [PATCH 5.005_50] substr bug? + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 1767] By: gsar on 1998/08/08 22:38:25 + Log: fix intolerance of SWASHes for blank lines + From: Gisle Aas + Date: 06 Aug 1998 23:28:57 +0200 + Message-ID: + Subject: Re: Re[2]: another joyride begins + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 1766] By: gsar on 1998/08/08 22:33:10 + Log: utf8 doc tweak + From: Gisle Aas + Date: 05 Aug 1998 00:41:04 +0200 + Message-ID: + Subject: Matching clumps + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 1765] By: gsar on 1998/08/08 22:31:37 + Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"' + From: Gisle Aas + Date: 04 Aug 1998 22:56:11 +0200 + Message-ID: + Subject: Re: another joyride begins + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 1764] By: gsar on 1998/08/08 22:28:43 + Log: From: larry@wall.org (Larry Wall) + Date: Tue, 4 Aug 1998 17:04:51 -0700 + Message-Id: <199808050004.RAA22592@wall.org> + Subject: [PATCH 5.005_50] \pX not implemented! + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 1763] By: gsar on 1998/08/08 22:27:15 + Log: From: Stephen McCamant + Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT) + Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net> + Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V() + Branch: perl + ! op.c +____________________________________________________________________________ +[ 1762] By: gsar on 1998/08/08 22:26:09 + Log: From: Jarkko Hietaniemi + Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST) + Message-Id: <199808021905.WAA10592@alpha.hut.fi> + Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t + Branch: perl + + t/op/grent.t t/op/pwent.t + ! MANIFEST +____________________________________________________________________________ +[ 1761] By: gsar on 1998/08/08 22:21:52 + Log: From: Ilya Zakharevich + Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT) + Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu> + Subject: [5.005_50 PATCH] misprint in RE engine + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 1760] By: gsar on 1998/08/08 22:18:54 + Log: integrate maint-5.005 changes into mainline + Branch: perl + +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch + !> (integrate 138 files) +____________________________________________________________________________ +[ 1672] By: gsar on 1998/07/27 18:35:28 + Log: create new Changes + Branch: perl + + Changes + ! Changes5.005 MANIFEST +____________________________________________________________________________ +[ 1671] By: gsar on 1998/07/27 18:30:57 + Log: rename Changes --> Changes5.005 + Branch: perl + +> Changes5.005 + - Changes +____________________________________________________________________________ +[ 1670] By: gsar on 1998/07/27 18:10:14 + Log: integrate 5.005_01 changes from maint + Branch: perl + ! Changes + !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl + !> win32/win32.c +____________________________________________________________________________ +[ 1667] By: nick on 1998/07/26 14:31:01 + Log: Add dTHR so that it compiles miniperl in threaded mode + Branch: perl + ! doop.c mg.c regcomp.c regexec.c +____________________________________________________________________________ +[ 1666] By: nick on 1998/07/26 13:01:10 + Log: Resolve ansiperl against mainline (@1648?) + Unclear that change number has "taken". + Branch: ansiperl + +> (branch 169 files) + - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod + !> (integrate 131 files) ---------------- -Version 5.003_10 +Version 5.005_50 ---------------- -This patch is closing in on 5.004. It contains lots of small and -valuable changes, but nothing dramatic. - - CORE LANGUAGE CHANGES - - Title: "Allow &{sub {...}} without warning" - From: Chip Salzenberg - Files: toke.c - - Title: "Make parens optional on [gs]ethost and [gs]et{pw,gr} functions - From: John L. Allen - Files: toke.c - - Title: "Fix syntax error with "$x [0]" and "$x {y}" and "@x {y}"" - From: Chip Salzenberg - Files: toke.c - - OTHER CORE CHANGES - - Title: "Fix regex matching of chars with high bit set" - From: Chip Salzenberg - Files: regexec.c - - Title: "Hash key memory corruption fix and naming cleanup" - From: Chip Salzenberg - Files: hv.c hv.h perl.h - - Title: "Undo broken perf. patch (PADTMP stealing)" - From: Chip Salzenberg - Files: sv.c - - Title: "Make SV unstudied in sv_gets()" - From: Chip Salzenberg - Files: sv.c - - Title: "Better support for UVs" - From: Paul Marquess - Files: global.sym old_global.sym perl.h pp.c pp.h proto.h sv.c sv.h - - Title: "Minor locale cleanups" - (Accept "POSIX" locale as standard like "C". Reset locale to - 'C' when testing strtod() in t/lib/posix.t.) - From: Chip Salzenberg - Files: t/lib/posix.t util.c - - Title: "Always taint result of sprintf() on float" - From: Chip Salzenberg - Files: doop.c - - Title: "Fix spurious warning from bitwise string ops" - From: Chip Salzenberg - Files: doop.c - - Title: "Eliminate warning on {,sys}read(,$newvar,)" - From: Chip Salzenberg - Files: doop.c pp_sys.c - - Title: "Don't call fcntl(fileno(rsfp)) if !rsfp" - From: Chip Salzenberg - Files: perl.c - - Title: "Save message when calling __DIE__ hook" - From: Chip Salzenberg - Files: pp_ctl.c - - Title: "Namespace cleanup" - From: Chip Salzenberg - Files: global.sym old_global.sym perl.h - - Title: "Modify perl_exp.SH; create old_perl_exp.SH; document old_*" - From: Chip Salzenberg - Files: Configure INSTALL MANIFEST old_perl_exp.SH perl_exp.SH - - PORTABILITY - - Title: "Reliable signal patch" - From: Kenneth Albanowski - Msg-ID: - Date: Tue, 26 Nov 1996 05:40:50 -0500 (EST) - Files: global.sym mg.c old_global.sym perl.h pp_sys.c proto.h util.c - - Title: "Emulate missing flock() with either fcntl() or lockf()" - From: Chip Salzenberg - Files: pp_sys.c - - Title: "3_09: minor patches for OS/2" - From: Ilya Zakharevich - Msg-ID: <199611270830.DAA04985@monk.mps.ohio-state.edu> - Date: Wed, 27 Nov 1996 03:30:05 -0500 (EST) - Files: doio.c global.sym malloc.c old_global.sym os2/Makefile.SHs - os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL - os2/OS2/Process/Makefile.PL os2/OS2/REXX/Makefile.PL - os2/os2.c os2/os2ish.h perl.h - - Title: "Re: 5.003_09 and QNX" - From: nort@bottesini.harvard.edu (Norton Allen) - Msg-ID: <9611271836.AA14460@bottesini.harvard.edu> - Date: Wed, 27 Nov 96 13:36:06 est - Files: Configure MANIFEST README.qnx hints/qnx.sh qnx/ar qnx/cpp - t/TEST toke.c util.c x2p/proto.h - - Title: "Re: updated patch on the sysread, syswrite for VMS" - From: Charles Bailey - Msg-ID: <01ICB648K2XG001A1D@hmivax.humgen.upenn.edu> - Date: Tue, 26 Nov 1996 17:28:23 -0500 (EST) - Files: t/op/sysio.t - - LIBRARY AND EXTENSIONS - - Title: "Minor patch to debugger" - From: Ilya Zakharevich - Msg-ID: <199611290533.AAA08053@monk.mps.ohio-state.edu> - Date: Fri, 29 Nov 1996 00:33:49 -0500 (EST) - Files: lib/perl5db.pl - - Title: "AutoLoader::AUTOLOAD optimization" - From: nick@ni-s.u-net.com (Nick Ing-Simmons) - Msg-ID: <199611231954.TAA09921@ni-s.u-net.com> - Date: Sat, 23 Nov 1996 19:54:52 GMT - Files: lib/AutoLoader.pm - - Title: "Diagnostic cleanup" - From: Chip Salzenberg - Files: lib/diagnostics.pm pod/perldiag.pod - - DOCUMENTATION - - Title: "Improve documentation for sysread() and syswrite()" - From: Chip Salzenberg - Files: pod/perlfunc.pod - - Title: "Document how to use $SIG{ALRM} and alarm()" - From: Roderick Schertler - Msg-ID: <5898.849026569@eeyore.ibcinc.com> - Date: Tue, 26 Nov 1996 11:42:49 -0500 - Files: pod/perlfunc.pod - - ----------------- -Version 5.003_09 ----------------- - -This patch was a compendium of various fixes and enhancements from -many people, including some serious improvement in lexical variable -scoping and locale handling. - - CORE LANGUAGE CHANGES - - Title: "Lexical locales" - (make effectiveness of locales depend on C) - From: Chip Salzenberg - Files: too many to list - - Title: "Lexical scoping cleanup" - (tighten scoping of lexical variables, somewhat on the - new constructs and somewhat on the old) - From: Chip Salzenberg - Files: many... but mostly perly.y and toke.c - - Title: "Re: memory corruption / security bug in sysread,syswrite + pa - From: Jarkko Hietaniemi - Msg-ID: <199611251946.VAA30459@alpha.hut.fi> - Date: Mon, 25 Nov 1996 21:46:31 +0200 (EET) - Files: MANIFEST pod/perldiag.pod pod/perlfunc.pod pp_sys.c - t/op/sysio.t - - OTHER CORE CHANGES - - Title: "Configure fix for handling DynaLoader" - From: Chip Salzenberg - Files: Configure - - Title: "Properly prototype safe{malloc,calloc,realloc,free}." - From: Chip Salzenberg - Files: proto.h - - Title: "UnixWare 2.1 fix for perl5.003_08 - cope with fp->_cnt < -1, - From: John Hughes - Msg-ID: <01BBD6EE.E915C860@malvinas.AtlanTech.COM> - Date: Wed, 20 Nov 1996 14:27:06 +0100 - Files: sv.c - - Title: ""static" call to UNIVERSAL::can" - From: Nick.Ing-Simmons@tiuk.ti.com - Msg-ID: <199611211547.PAA15878@pluto> - Date: Thu, 21 Nov 1996 15:47:46 GMT - Files: universal.c - - Title: "die -> croak" - From: Gurusamy Sarathy - Msg-ID: <199611212111.QAA17070@aatma.engin.umich.edu> - Date: Thu, 21 Nov 1996 16:11:21 -0500 - Files: pp_ctl.c - - Title: "Patch for embed.pl when !EMBED && !MULTIPLICITY" - From: Chip Salzenberg - Files: embed.pl - - Title: "Add new symbols to old_global.sym, too." - From: Chip Salzenberg - Files: global.sym old_global.sym - - Title: "Cleanup of {,un}pack('w')." - From: Chip Salzenberg - Files: pp.c - - Title: "Cleanups from Ilya." - From: Chip Salzenberg - Files: gv.c malloc.c pod/perlguts.pod pp_ctl.c - - Title: "Fix for unpack('w') on 64-bit systems." - From: Chip Salzenberg - Files: pp.c - - Title: "Re: LC_NUMERIC support is ready + performance" - From: Ilya Zakharevich - Msg-ID: <199611260308.WAA02677@monk.mps.ohio-state.edu> - Date: Mon, 25 Nov 1996 22:08:27 -0500 (EST) - Files: sv.c - - Title: "Hash key sharing improvements from Ilya." - From: Chip Salzenberg - Files: hv.c hv.h proto.h - - Title: "Mortal stack pre-allocation from Ilya." - From: Chip Salzenberg - Files: pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c - - PORTABILITY - - Title: "VMS patches post-5.003_08" - From: bailey@hmivax.humgen.upenn.edu (Charles Bailey) - Msg-ID: <1996Nov22.181631.1603238@hmivax.humgen.upenn.edu> - Date: Fri, 22 Nov 1996 18:16:31 -0500 (EST) - Files: lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm - lib/ExtUtils/MakeMaker.pm lib/File/Path.pm mg.c pp_ctl.c - utils/h2xs.PL vms/config.vms vms/descrip.mms - vms/gen_shrfls.pl vms/genconfig.pl vms/perlvms.pod vms/vms.c - vms/vmsish.h - - Title: "5.003_08: OS/2-specific bugs/enhancements" - From: Ilya Zakharevich - Msg-ID: <199611241147.GAA00490@monk.mps.ohio-state.edu> - Date: Sun, 24 Nov 1996 06:47:25 -0500 (EST) - Files: README.os2 hints/os2.sh os2/Changes os2/Makefile.SHs - os2/OS2/PrfDB/PrfDB.pm os2/os2.c - - Title: "HP patches didn't make it into _08 (fwd)" - From: Jeff Okamoto - Msg-ID: <199611260215.AA100414526@hpcc123.corp.hp.com> - Date: Mon, 25 Nov 96 18:15:26 PST - Files: ext/DynaLoader/dl_hpux.xs - - Title: "Another HP "patch" that didn't make it (new hints file)" - From: Jeff Okamoto - Msg-ID: <199611252116.AA245766577@hpcc123.corp.hp.com> - Date: Mon, 25 Nov 1996 13:16:17 -0800 - Files: hints/hpux.sh - - LIBRARY AND EXTENSIONS - - Title: "Elide spurious space in db-hash.t" - From: Chip Salzenberg - Files: t/lib/db-hash.t - - Title: "Update documentation and warning in I18N::Collate." - From: Chip Salzenberg - Files: lib/I18N/Collate.pm - - Title: "Fix bitwise op test; clean up a couple of others" - From: Chip Salzenberg - Files: t/lib/bigintpm.t t/op/bop.t t/op/overload.t - - Title: "minimal timelocal.pl for _09" - From: Achim Bohnet - Msg-ID: <9611191854.AA19586@o09.rosat.mpe-garching.mpg.de> - Date: Tue, 19 Nov 1996 19:54:23 +0100 - Files: lib/Time/Local.pm - - Title: "Socket test improvement from Ilya." - From: Chip Salzenberg - Files: t/lib/io_sock.t - - Title: "Re: blib" - From: nick@ni-s.u-net.com (Nick Ing-Simmons) - Msg-ID: <199611230917.JAA00471@ni-s.u-net.com> - Date: Sat, 23 Nov 1996 09:17:40 GMT - Files: lib/blib.pm - - DOCUMENTATION - - Title: "perldiag documentation patch." - From: pmarquess@bfsec.bt.co.uk (Paul Marquess) - Msg-ID: <9611201607.AA12729@claudius.bfsec.bt.co.uk> - Date: Wed, 20 Nov 96 16:07:28 GMT - Files: pod/perldiag.pod - - Title: "a missing perldiag entry" - From: Gurusamy Sarathy - Msg-ID: <199611212024.PAA15758@aatma.engin.umich.edu> - Date: Thu, 21 Nov 1996 15:24:02 -0500 - Files: pod/perldiag.pod - - Title: "perlfunc patch" - From: pmarquess@bfsec.bt.co.uk (Paul Marquess) - Msg-ID: <9611201404.AA12477@claudius.bfsec.bt.co.uk> - Date: Wed, 20 Nov 96 14:04:08 GMT - Files: pod/perlfunc.pod - - Title: "Patch for pod/perlpod.pod" - From: "Joseph S. Myers" - Msg-ID: - Files: pod/perli18n.pod - - BUNDLED UTILITIES - - Title: "Fix type mismatches in x2p's safe{alloc,realloc,free}." - From: Chip Salzenberg - Files: x2p/util.c - - ----------------- -Version 5.003_08 ----------------- - -This patch was a compendium of various fixes and enhancements from -many people. Here are some of the more significant changes. - - - CORE LANGUAGE CHANGES - - Title: "Make C fail if C fails" - From: Tim Bunce - Files: gv.c - - Title: "Bitwise op sign rationalization" - (Make bitwise ops result in unsigned values, unless C is in effect. Includes initial support for UVs.) - From: Chip Salzenberg - Files: op.c opcode.pl pod/perlop.pod pod/perltoc.pod pp.c pp.h - pp_hot.c proto.h sv.c t/op/bop.t - - Title: "Defined scoping for C in control structures" - (Finally defines semantics of "my" in control expressions, - like the condition of "if" and "while". In all cases, scope - of a "my" var extends to the end of the entire control - structure. Also adds new construct "for my", which - automatically declares the control variable "my" and limits - its scope to the loop.) - From: Chip Salzenberg - Files: op.c perly.c perly.c.diff perly.h perly.y proto.h toke.c - - Title: "Fix ++/-- after int conversion (e.g. 'printf "%d"')" - (This patch makes Perl correctly ignore SvIVX() if either - NOK or POK is true, since SvIVX() may be a truncated or - overflowed version of the real value.) - From: Chip Salzenberg - Files: pp.c pp_hot.c sv.c - - Title: "Make code match Camel II re: functions that use $_" - From: pmarquess@bfsec.bt.co.uk (Paul Marquess) - Files: opcode.pl - - Title: "Provide scalar context on left side of "->"" - From: Chip Salzenberg - Files: perly.c perly.y - - Title: "Quote bearword package/handle FOO in "funcname FOO => 'bar'"" - From: Chip Salzenberg - Files: toke.c - - - OTHER CORE CHANGES - - Title: "Warn on overflow of octal and hex integers" - From: Chip Salzenberg - Files: proto.h toke.c util.c - - Title: "If -w active, warn for commas and hashes ('#') in qw()" - From: Chip Salzenberg - Files: toke.c - - Title: "Fixes for pack('w')" - From: Ulrich Pfeifer - Files: pp.c t/op/pack.t - - Title: "More complete output from sv_dump()" - From: Gurusamy Sarathy - Files: sv.c - - Title: "Major '..' and debugger patches" - From: Ilya Zakharevich - Files: lib/perl5db.pl op.c pp_ctl.c scope.c scope.h - - Title: "Fix for formline()" - From: Gurusamy Sarathy - Files: global.sym mg.c perl.h pod/perldiag.pod pp_ctl.c proto.h sv.c - t/op/write.t - - Title: "Fix stack botch in untie and binmode" - From: Gurusamy Sarathy - Files: pp_sys.c - - Title: "Complete EMBED, including symbols from interp.sym" - (New define EMBEDMYMALLOC makes embedding total by - avoiding "Mymalloc" etc.) - From: Chip Salzenberg - Files: MANIFEST embed.pl ext/DynaLoader/dlutils.c - ext/SDBM_File/sdbm/sdbm.h global.sym handy.h malloc.c - perl.h pp_sys.c proto.h regexec.c toke.c util.c - x2p/Makefile.SH x2p/a2p.h x2p/handy.h x2p/util.h - - Title: "Support old embedding for people who want it" - From: Chip Salzenberg - Files: MANIFEST Makefile.SH old_embed.pl old_global.sym - - - PORTABILITY - - Title: "Miscellaneous VMS fixes" - From: Charles Bailey - Files: lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm - lib/Math/Complex.pm lib/Time/Local.pm lib/timelocal.pl - perl.h perl_exp.SH proto.h t/TEST t/io/read.t - t/lib/findbin.t t/lib/getopt.t util.c utils/h2xs.PL - vms/Makefile vms/config.vms vms/descrip.mms - vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs - vms/perlvms.pod vms/test.com vms/vms.c - - Title: "DJGPP patches (MS-DOS)" - From: "Douglas E. Wegscheid" - Files: doio.c dosish.h ext/SDBM_File/sdbm/sdbm.c handy.h - lib/AutoSplit.pm lib/Cwd.pm lib/File/Find.pm malloc.c perl.c - perl.h pp_sys.c proto.h sv.c util.c - - Title: "Plan 9 update" - From: Luther Huffman - Files: plan9/buildinfo plan9/config.plan9 plan9/exclude - plan9/genconfig.pl plan9/mkfile plan9/setup.rc - - Title: "Patch to make Perl work under AmigaOS" - From: "Norbert Pueschel" - Files: MANIFEST hints/amigaos.sh installman lib/File/Basename.pm - lib/File/Find.pm pod/pod2man.PL pp_sys.c util.c - - LIBRARY AND EXTENSIONS - - Title: "DB_File 1.05" - From: Paul Marquess (pmarquess@bfsec.bt.co.uk) - Files: ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs t/lib/db-hash.t - - Title: "Getopts::Std patch for hash support" - From: Stephen Zander - Files: lib/Getopt/Std.pm - - Title: "Kludge for bareword handles" - (Add 'require IO::Handle' at beginning of FileHandle.pm) - From: Chip Salzenberg - Files: ext/FileHandle/FileHandle.pm - - Title: "Re: strtod / strtol patch for POSIX module" - From: hammen@gothamcity.jsc.nasa.gov (David Hammen) - Files: Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod - ext/POSIX/POSIX.xs t/lib/posix.t - - BUNDLED UTILITIES - - Title: "Fix a2p translation of '{print "a" "b" "c"}'" - From: Chip Salzenberg - Files: x2p/a2p.c x2p/a2p.y - - ----------------- -Version 5.003_07 ----------------- - -This patch was primarily to fix bugs or include little things I missed -in 5.003_06. 5.003_07 is intended to be stable enough to merit serious -testing with an eye towards eventual release as 5.004. - -If it doesn't work for you, try - - LC_ALL=C; export LC_ALL - -for Bourne shell users, or - - setenv LC_ALL C - -for C-shell users. Some versions of IRIX are reported to have -problems with sort when the locale is other than C. This manifests -as an infinite loop in the ./miniperl configpm step. - -The details are described below. A very brief summary is: - -o Visible Changes to Core Functionality - - -Support for BER compressed integers. See perlfunc.pod for - documentation on the 'w' option. - - -untaint support added to IO extension. - -o Changes in Core Internals - - -Perl's realloc is once again called 'Myremalloc' (with -DHIDEMYMALLOC), - as it was pre-5.003_01. Again, this is for binary compatibility - with 5.003. (5.003_06 erroneously called it Myrealloc.) - - -Getopt::Long updated to version 2.4. - -o Configure and build enhancements - - -improved SCO hints. Actually these are unconfirmed guesses, but - they may be right. - - -OS/2 and Plan9 updates. - -o Bug fixes - - -print sort (4,1,3,2); - - -group numbers are integers again. - - -other things. See the specific changes for details. - -o Specific Changes - -Here are the specific file-by-file changes. - -Index: Changes - - Updated for 5.003_07. - - Fixed a spelling error. - -Index: Configure - - Detect GNU libc (thanks, Skimo!) and avoid nm if we have GNU libc. - Since the GNU libc test requires compiling and linking a test - program, the dependencies have been altered and lots of pieces of - Configure have moved around unchanged. The patch is big but the - effect is little. - - Allow for both and in fd_set tests. - Systems which don't allow both (e.g. SCO) have to turn off one - or the other in the hints file for now. - -Index: INSTALL - - Warn about re-using config.sh version-specific values. - -Index: MANIFEST - - Date: Tue, 8 Oct 1996 22:24:48 -0400 - From: "Randy J. Ray" - Subject: PATCH: untaint method for IO::Handle, 5.003_06 version - - This is a re-post of my patch to Graham's IO library to add a method in - IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object - that is of or inherits from IO::Handle. With this flag set, data read from - said handle is not tainted, whether running under -T, suid or sgid. - - This patch adds the method to IO.xs, adds documentation and warning to the - pod of IO/Handle.pm, creates a new test in t/lib called io_taint.t, and - adds mention of the new file to MANIFEST. - - Add mention of t/lib/io_taint.t - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - os2/Changes added. - -Index: Makefile.SH - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - All the executable targets are moved into the same chunk with - shared library target, which is delegated to - $osname/Makefile.SHs if found. - config.h should depend on config_h.SH. - - Remove mkmanifest target, since it will generate incorrectly - sorted MANIFEST file, I would imagine (I haven't checked). - -Index: README.os2 - - New version. - -Index: config_H - - Update SH_PATH comment. - -Index: config_h.SH - - Update SH_PATH comment. - -Index: ext/IO/IO.xs - - Date: Tue, 8 Oct 1996 22:24:48 -0400 - From: "Randy J. Ray" - Subject: PATCH: untaint method for IO::Handle, 5.003_06 version - - This is a re-post of my patch to Graham's IO library to add a method in - IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object - that is of or inherits from IO::Handle. With this flag set, data read from - said handle is not tainted, whether running under -T, suid or sgid. - - This patch adds the method to IO.xs, adds documentation and warning to the - pod of IO/Handle.pm, creates a new test in t/lib called io_taint.t, and - adds mention of the new file to MANIFEST. - - Add method "untaint" into class IO::Handle - -Index: ext/IO/lib/IO/Handle.pm - - Date: Tue, 8 Oct 1996 22:24:48 -0400 - From: "Randy J. Ray" - Subject: PATCH: untaint method for IO::Handle, 5.003_06 version - - This is a re-post of my patch to Graham's IO library to add a method in - IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object - that is of or inherits from IO::Handle. With this flag set, data read from - said handle is not tainted, whether running under -T, suid or sgid. - - This patch adds the method to IO.xs, adds documentation and warning to the - pod of IO/Handle.pm, creates a new test in t/lib called io_taint.t, and - adds mention of the new file to MANIFEST. - - Document IO::Handle::untaint and give warning about the bad - things it can do. - -Index: ext/SDBM_File/sdbm/sdbm.h - - Change Myrealloc to Myremalloc to conform to 5.003's version. - I left in the Mycalloc since malloc.c now includes a calloc, - and we might need to hide it. - -Index: gv.c - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - Better error message for overload. - -Index: hints/os2.sh - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - Some optimization (speedup in loading GNU utilities with some - memory present - 32M should be quite enough). - Test for revision of EMX, and setting fork()ing appropriately. - libc was in .../st/... instead of mt. - README.os2 is installed as pod/perlos2.pod. - -Index: hints/sco.sh - - Don't include along with . - -Index: installperl - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - Restore timestamps under OS/2 (needed for binary install). - -Index: lib/Cwd.pm - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - Use builtin methods if present under OS/2 (maybe should be - done outside of OS/2 too?). - -Index: lib/ExtUtils/MM_Unix.pm - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - Made `use strict'-clean even in parts shadowed by Autoloading. - -Index: lib/ExtUtils/typemap - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - `bool' entry added. - -Index: lib/ExtUtils/xsubpp - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - Logic for processing RETVAL documented (at last!). - -Index: lib/File/Copy.pm - - Date: Thu, 10 Oct 1996 00:42:29 -0400 (EDT) - From: Ilya Zakharevich - Subject: Cleanup after new test - - Below are patches for File::Copy (copying to filehandles was just - plain broken under OS/2 and VMS) - -Index: lib/FindBin.pm - - Date: Fri, 20 Sep 1996 15:04:04 +0200 - From: Gisle Aas - Subject: Documentation patch to the FindBin module - -Index: lib/Getopt/Long.pm - - Update to version 2.4. - -Index: lib/lib.pm - - Date: Thu, 10 Oct 1996 14:22:05 -0400 - From: "Brent B. Powers" - Subject: Re: patch for lib.pm - - Ignore undefined entries. - -Index: lib/newgetopt.pl - - Updated to version 2.4 to match Getopt::Long. - -Index: makedepend.SH - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - weed out perl_exp.SH, config_h.SH - (They have these funny names to avoid names like perl.exp.SH - with more than two '.' Such names are illegal on some systems.) - -Index: mg.c - - Date: Thu, 10 Oct 1996 14:33:08 +0000 () - From: Chip Salzenberg - Subject: Re: Group fix for 5.003_06 - - The group problems recently experienced are due to a small error - introduced in 5.003_06. This patch is required to fix the bug: - -Index: os2/Changes - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - sys/un.h is not very useful without Merlin toolkit. - updates for fork()ing. - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - added. - -Index: os2/Makefile.SHs - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - Convoluted process to create chimera executables added. - aout_clean is done automatically on clean. - -Index: os2/OS2/ExtAttr/t/os2_ea.t - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - Use `unlink' where appropriate. - -Index: os2/diff.configure - - Updated. - -Index: os2/os2.c - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - /bin/sh is translated to the configured value of location of sh.exe. - popen() used even if we can fork (as we do now). - builtins added for the sake of path manipulation. - -Index: os2/os2ish.h - - Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) - From: Ilya Zakharevich - - sys/un.h is not very useful without Merlin toolkit. - updates for fork()ing. - -Index: patchlevel.h - - Change to subversion 7. - -Index: perl.c - - Date: Wed, 9 Oct 1996 19:03:41 +0000 - From: Tim Bunce - Subject: Infinte loop with perl_destruct_level and $SIG{__WARN__} - - I've just started using purify on a perl with DBD::Oracle linked in - (the number of uninitialised memory reads in the Oracle libraries - is frightning!). - - If perl_destruct_level and $SIG{__WARN__} are set then I see a range - of problems typified by this example and folowed by a core dump: - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - Copywrite of OS/2 port now has \n\n. - Now deletes -e file (again!) if compilation is interrupted. - -Index: perl.h - - Change Myrealloc to Myremalloc to conform to 5.003's version. - I left in the Mycalloc since malloc.c now includes a calloc, - and we might need to hide it. - -Index: plan9/aperl - - Updated for 5.003_07 - -Index: plan9/arpa/inet.h - - Updated for 5.003_07 - -Index: plan9/buildinfo - - Updated for 5.003_07 - -Index: plan9/config.plan9 - - Updated for 5.003_07 - -Index: plan9/exclude - - Updated for 5.003_07 - -Index: plan9/fndvers - - Updated for 5.003_07 - -Index: plan9/genconfig.pl - - Updated for 5.003_07 - -Index: plan9/mkfile - - Updated for 5.003_07 - -Index: plan9/myconfig.plan9 - - Updated for 5.003_07 - -Index: plan9/perlplan9.doc - - Updated for 5.003_07 - -Index: plan9/perlplan9.pod - - Updated for 5.003_07 - -Index: plan9/plan9.c - - Updated for 5.003_07 - -Index: plan9/plan9ish.h - - Updated for 5.003_07 - -Index: plan9/setup.rc - - Updated for 5.003_07 - -Index: plan9/versnum - - Updated for 5.003_07 - -Index: pod/perldiag.pod - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - mention that malloc in berkeley DB is broken, and PERL_BADFREE. - OS/2-specific messages added. - -Index: pod/perlfunc.pod - - Date: 20 Sep 1996 13:17:14 +0200 - From: Ulrich Pfeifer - Subject: Re: Patch for ASN.1 compressed integer in pack/unpack - -Index: pod/perli18n.pod - - Updated version with high bits intact. - -Index: pod/perlop.pod - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - Crossrefs corrected. - -Index: pod/perltrap.pod - - Clarified that warn() _always_ printed to STDERR, both in perl4 - and perl5. - -Index: pod/perlvar.pod - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - $^E under OS/2. - -Index: pp.c - - Date: 20 Sep 1996 13:17:14 +0200 - From: Ulrich Pfeifer - Subject: Re: Patch for ASN.1 compressed integer in pack/unpack - -Index: pp_sys.c - - Date: Wed, 9 Oct 1996 19:07:24 GMT - From: Chris Faylor - - The problem is that SCO apparently needs to have a file opened - with write privileges for chsize to work correctly. - -Index: sv.c - - Date: Tue, 08 Oct 1996 23:54:47 -0400 - From: Gurusamy Sarathy - Subject: Re: Sorting lists of integers doesn't always work - - >> > print sort (4,1,2,3); - >> > - >> > actually prints "4123", i.e. doesn't actually sort. Bug? Feature? - - This broke between 5.001n and 5.002. There was a long winded thread - about sorting undefs in some order (rather than coredumping) around - the 5.002beta times (search for "bogorefs" in the subject-line on - p5p archive for details). Larry added in some code that presumes that - the private flags are set by the time qsort() is called: - - Unfortunately, sv_2pv() does not set the POKp flag, so the above - code breaks! Here's a patch against 5.00306. - -Index: t/lib/anydbm.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/db-btree.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/db-hash.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/db-recno.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/gdbm.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/io_pipe.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - Better error message on dying. - -Index: t/lib/io_taint.t - - Date: Tue, 8 Oct 1996 22:24:48 -0400 - From: "Randy J. Ray" - Subject: PATCH: untaint method for IO::Handle, 5.003_06 version - - This is a re-post of my patch to Graham's IO library to add a method in - IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object - that is of or inherits from IO::Handle. With this flag set, data read from - said handle is not tainted, whether running under -T, suid or sgid. - - This patch adds the method to IO.xs, adds documentation and warning to the - pod of IO/Handle.pm, creates a new test in t/lib called io_taint.t, and - adds mention of the new file to MANIFEST. - - Test suite for the untaint method of class IO::Handle. - -Index: t/lib/ndbm.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/odbm.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/sdbm.t - - Date: Wed, 9 Oct 1996 22:30:38 -0400 (EDT) - From: Ilya Zakharevich - - File mode under OS/2 is not what you expect. However, this has - nothing to do with databases, _and_ there is a test - for this in stat.t (which dutifully fails). There is - no point to consider this behaviour as a bug in - database code. - So OS/2 is special-cased in these tests. - -Index: t/lib/socket.t - - Date: Thu, 10 Oct 1996 01:09:59 -0400 - From: Spider Boardman - Subject: Re: 5.003_06 is available (results on ULTRIX) - - fix t/lib/socket.t to treat TCP like the stream protocol it is - rather than expecting it behave rationally in all cases. - -Index: t/op/pack.t - - Date: 20 Sep 1996 13:17:14 +0200 - From: Ulrich Pfeifer - Subject: Re: Patch for ASN.1 compressed integer in pack/unpack - -Index: t/op/sort.t - - Date: Wed, 09 Oct 1996 00:41:27 -0400 - From: Gurusamy Sarathy - Subject: more t/op/sort.t tests - -Index: util.c - - Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) - From: Ilya Zakharevich - - uses my_syspopen, my_syspclose ifdef OS2. my_pclose is defined - as my_syspclose ifdef OS2 and can FORK (as OS2 does). - -Index: x2p/Makefile.SH - - Date: Wed, 9 Oct 96 16:00:29 edt - From: Norton Allen - Subject: Re: sh Configure? - - Extract x2p/Makefile.SH and x2p/cflags.SH correctly down - in the x2p directory, even if $0 isn't set to the full - pathname of the file being extracted. - -Index: x2p/cflags.SH - - Date: Wed, 9 Oct 96 16:00:29 edt - From: Norton Allen - Subject: Re: sh Configure? - - Extract x2p/Makefile.SH and x2p/cflags.SH correctly down - in the x2p directory, even if $0 isn't set to the full - pathname of the file being extracted. - - ----------------- -Version 5.003_06 ----------------- -This patch was primarily to fix bugs, improve the documentation, -and work towards restoring binary compatibility with 5.003. -The details are described below. A very brief summary is: - -o Visible Changes to Core Functionality - - -Significantly improved support _with documentation_ for - locales, including LC_COLLATE. See the new pod/perli18n.pod. - Thanks to Jarkko Hietaniemi. - - -new version of Math::Complex, with test suite. Ought to be - backwards compatible, but check it out if you use Math::Complex. - - -Pre-extending hashes now works. keys %hash = 5000 will pre-size - %hash. - - -__DATA__ filehandle is untainted. - -o Changes in Core Internals - - -gv_fullname and gv_efullname have reverted to their pre-5.003_03 - versions for binary compatibility. Actually, they are implemented - as stubs pointing to the new 3-argument forms gv_fullname3 and - gv_efullname3. - - -Perl's malloc is once again called 'Mymalloc' (with -DHIDEMYMALLOC), - as it was pre-5.003_01. Again, this is for binary compatibility - with 5.003. - -o Configure and build enhancements - - -many new tests for the standard library. - - -test suite now locale-friendly. - - -a2p.man and s2p.man now made into pods. - -o Bug fixes - - -whitespace lexer errors fixed. - - -many, many other things. See details below. - -o Specific Changes - -Here are the specific file-by-file changes. - -# This is my patch perl5.003_06.pat to perl5.003_05 -# 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 - -# We'll create some new tests, but patch won't automatically make them -# executable. -for t in abbrev.t autoloader.t basename.t checktree.t complex.t \ - env.t fatal.t filecache.t filecopy.t filefind.t filepath.t \ - findbin.t getopt.t hostname.t parsewords.t searchdict.t \ - selectsaver.t symbol.t texttabs.t textwrap.t timelocal.t -do - touch t/lib/$t - chmod +x t/lib/$t -done - -# The a2p.man and s2p.man pages have been changed into pods. -rm -f x2p/a2p.man x2p/s2p.man - -exit 0 - - -This is patch perl5.003_06.pat to perl version 5.003_05. -This takes you from 5.003_05 to 5.003_06. - -To apply this patch, run the above commands, -cd to your perl source directory and then type - - patch -p1 -N < perl5.003_06.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_06.pat '/^Index:/' '{999}' - -(Of course, since there are more than 100 Index entries, your -csplit may complain, since many csplit's have an arbitrary limit of 100 -files. Still, you can manually split the file or roll your own.) - -Patch and enjoy, - - Andy Dougherty doughera@lafcol.lafayette.edu - Dept. of Physics - Lafayette College, Easton PA 18042 - -Index: Changes - - Updated for 5.003_06. - -Index: Configure - - Add -Wl,rpath option for irix* to find the installed shared - libperl.so - - Add /shlib to libpth. It is used by Digital Unix 4.0. - - Date: Mon, 30 Sep 1996 14:01:05 +0100 - From: Sven Verdoolaege - - Detect Cygnus Win32, or at least don't let Configure get fooled - into thinking it's OS/2. - -Index: INSTALL - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - added LC_COLLATE doc. - -Index: MANIFEST - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - - Date: Sat, 28 Sep 1996 15:11:06 +0200 - From: Andreas Koenig - Subject: Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED) - - Handle NeXT, POSIX, and setpgid in pp_sys.c and POSIX. - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - added perli18n.pod. - -Index: README - - Changed Larry's address to larry@wall.org. - -Index: configpm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: configure - - Date: Mon, 30 Sep 1996 14:01:05 +0100 - From: Sven Verdoolaege - - Warn the user of case-insensitive file systems that they may have - accidentally gotten 'configure' instead of 'Configure'. - -Index: doio.c - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: doop.c - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - -Index: dump.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - -Index: embed.h - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - -Index: ext/DynaLoader/DynaLoader.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: ext/FileHandle/FileHandle.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: ext/IO/IO.pm - - Updated to IO-1.12. - -Index: ext/IO/IO.xs - - Updated to IO-1.12. - -Index: ext/IO/lib/IO/File.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Updated to IO-1.12. - -Index: ext/IO/lib/IO/Handle.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Updated to IO-1.12. - -Index: ext/IO/lib/IO/Pipe.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Updated to IO-1.12. - -Index: ext/IO/lib/IO/Seekable.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Updated to IO-1.12. - -Index: ext/IO/lib/IO/Select.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Updated to IO-1.12. - -Index: ext/IO/lib/IO/Socket.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Updated to IO-1.12. - -Index: ext/NDBM_File/hints/dynixptx.pl - - Perl 5.003_05 compiles on DYNIX/ptx 4.0 (v4.1.3), and passes all tests. - The only change needed is in "ext/NDBM_File/Makefile.PL" - on this system, - ndbm is actually contained in the libc library, and must be linked against - -lc when compiling. (this is for dynamic ELF executables, I didn't compile - statically) - -Index: ext/Opcode/Opcode.pm - - Date: Fri, 20 Sep 1996 12:59:21 +0200 - From: Gisle Aas - Subject: Re: Symbol.pm clobbers $_ at startup - - The same kind of problem seem to be present in Opcode.pm: - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: ext/Opcode/Safe.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: ext/POSIX/POSIX.pod - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - enhanced setlocale() docs and introduced the one-argument variant doc. - -Index: ext/POSIX/POSIX.xs - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - setlocale() allowed one argument only, - call to perl_init_fold() (in util.c) if setlocale() succeeded. - -Index: ext/POSIX/hints/next_3.pl - - Date: Sat, 28 Sep 1996 15:11:06 +0200 - From: Andreas Koenig - Subject: Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED) - - Handle NeXT, POSIX, and setpgid in pp_sys.c and POSIX. - -Index: ext/SDBM_File/sdbm/sdbm.h - - Revert from Perl_malloc to Mymalloc for binary compatibility with - 5.003. - -Index: ext/Socket/Socket.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: global.sym - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - added var lc_collate_active and func mem_collxfrm. - -Index: gv.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - -Index: handy.h - - Date: Sat, 21 Sep 1996 21:33:15 -0400 (EDT) - From: Kenneth Albanowski - Subject: Full LONG_MAX & co. patch over 5.003_05 - - This patch contains the changes I've collected for the various _MAX issues - since 5.003_05. No patches issued between 5.003_05 and this one should be - applied, use this one instead. - - The effect is to remove the CHAR_* and I8_* constants (which are - ambiguous) and to explicitly cast all of the constants. - -Index: hints/machten.sh - - Add notes about MachTen 4.0.3 SYSV IPC. - -Index: hints/next_3.sh - - Replace optimize="-g" by optimize="" since we're just trying to turn off - the optimizier. - - Date: Sat, 28 Sep 1996 15:11:06 +0200 - From: Andreas Koenig - Subject: Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED) - - Handle NeXT, POSIX, and setpgid in pp_sys.c and POSIX. - -Index: hv.c - - Date: Fri, 20 Sep 1996 15:38:57 -0400 - From: Gurusamy Sarathy - Subject: Re: "Attempt to free non-existent shared string"? (with patch) - - I found a subtle problem with the lazydelete mechanism (which is used - to postpone the delete of a entry that may be getting iterated over). - I was using the HeKLEN slot to hold the hint, but the real HeKLEN is - needed later to call unsharepvn(). This means that only magical - hash entries can use the HeKLEN slot to hold flags. - - Here's a tested patch against 5.00305 that fixes the problem. - The patch simply moves the LAZYDEL hint to become a SV-level private - flag. - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - -Index: hv.h - - Date: Fri, 20 Sep 1996 15:38:57 -0400 - From: Gurusamy Sarathy - Subject: Re: "Attempt to free non-existent shared string"? (with patch) - - I found a subtle problem with the lazydelete mechanism (which is used - to postpone the delete of a entry that may be getting iterated over). - I was using the HeKLEN slot to hold the hint, but the real HeKLEN is - needed later to call unsharepvn(). This means that only magical - hash entries can use the HeKLEN slot to hold flags. - - Here's a tested patch against 5.00305 that fixes the problem. - The patch simply moves the LAZYDEL hint to become a SV-level private - flag. - -Index: installman - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: installperl - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/AutoLoader.pm - - Date: Mon Sep 9 09:29:44 1996 - From: Gisle Aas - Subject: Re: problem with 'die' and UserAgent - - > This is a patch to the AutoLoader.pm (from 5.003) that fixes the problem: - This is a better patch (no need to test for /::DESTROY$/ twice): - - Date: Mon, 30 Sep 1996 00:54:37 -0400 - From: Spider Boardman - - The test and patches for AutoLoader were also non-functional, - since the regexp context (curpm) was still being clobbered by the - filename manipulations: - - Date: Sun, 06 Oct 1996 16:15:07 +0200 - From: Gisle Aas - Subject: Re: Can't locate auto/U/autosplit.ix - - It would IMHO be much better if the AutoLoader exported the AUTOLOAD() - function. With an exported AUTOLOAD() we would not have to inherit - from AutoLoader, and we would avoid these problems. - - This patch tries to explain the behavior of AutoLoader instead by - updating its documentation. - -Index: lib/Benchmark.pm - - Date: Sat, 28 Sep 1996 17:01:22 +0300 (EET DST) - From: Jarkko Hietaniemi - Subject: a really really tiny typo - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Cwd.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Devel/SelfStubber.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Env.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Exporter.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/ExtUtils/Embed.pm - - Remove unwantd space after the I in -I$Config[archlib} - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/ExtUtils/Install.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/ExtUtils/MM_Unix.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/ExtUtils/MM_VMS.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: lib/ExtUtils/MakeMaker.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/ExtUtils/Manifest.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: lib/ExtUtils/Mksymlists.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/ExtUtils/xsubpp - - Change a reference from perlapi(1) to perlxs(1). - -Index: lib/File/Basename.pm - - Date: Fri, 20 Sep 1996 14:11:05 +0200 - From: Gisle Aas - Subject: File::BaseName: "/" is legal path separator for MSDOS - - The File::BaseName module should allow "/" as path separator when - fileparse_set_fstype("MSDOS") is in effect: - - Date: Fri, 20 Sep 1996 13:58:52 +0200 - From: Gisle Aas - Subject: File::Basename documentation patch - - Date: Mon, 30 Sep 1996 00:54:37 -0400 - From: Spider Boardman - - For t/lib/basename.t, though, the associated patch for - File::Basename was also wrong: - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: lib/File/Copy.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/File/Find.pm - - Date: Sat, 7 Sep 1996 21:37:44 +0200 - From: Michael De La Rue - Subject: File::Find assumes $_ remains unchanged; bug - - The File::Find perl module assumes that the $_ variable remains unchanged - through the user defined function which is callbacked from find. It carries - out a stat operation - - Simplest fix is merely to document this - -Index: lib/File/Path.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/FindBin.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Getopt/Long.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/I18N/Collate.pm - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - deprecated and trapped (will whine if called and tell to migrate away) - -Index: lib/IPC/Open2.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/IPC/Open3.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Math/BigInt.pm - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - ord() is a dangerous thing. - -Index: lib/Math/Complex.pm - - Date: Thu, 03 Oct 96 18:38:08 +0200 - From: Raphael Manfredi - # Complex numbers and associated mathematical functions - # -- Raphael Manfredi, Sept 1996 - # New version. Should be backwards compatible, but please - # check it out if you use it. - -Index: lib/Pod/Text.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Search/Dict.pm - - Date: Sat, 21 Sep 1996 23:02:42 +0200 - From: Gisle Aas - Subject: look() in Search::Dict should use lc() istead of tr/A-Z/a-z/ - - The Search::Dict look() function should use the lc() function instead - of tr/A-Z/a-z/. This will make folding of non-english letters work if - the locale is set up correctly. - -Index: lib/SelfLoader.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Symbol.pm - - Date: Fri, 20 Sep 1996 12:38:14 +0200 - From: Gisle Aas - Subject: Symbol.pm clobbers $_ at startup - - perl -le 'BEGIN {$_="foo";} use Symbol; print qualify($_)' - - I don't understand why the module want to initialize %global from - in the first place. Perhaps we want to apply this patch - instead. - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Sys/Hostname.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Term/Cap.pm - - Date: 23 Sep 1996 14:11:38 +0200 - From: Ulrich Pfeifer - Subject: Patch for Term::Cap - - 'use Term::Cap' produces a warning when diagnosics are active. The - patch below avoids the warning. - - [The $entry .= $_ usage is idiomatic enough that it ought to be - ok, I would think, but the patch certainly is ok too.] - -Index: lib/Term/Complete.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Term/ReadLine.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Test/Harness.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: lib/Text/Abbrev.pm - - Date: 23 Sep 1996 11:33:01 +0200 - From: Ulrich Pfeifer - Subject: Text::Abbrev (Re: More standard library test scripts) - - This patch merges the Text::Abbrev related patches/tests from Gisle - and my previous patch (i.e. replaces both). - -Index: lib/Text/Tabs.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Text/Wrap.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/Time/Local.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/UNIVERSAL.pm - - Add in stub file. - -Index: lib/bigint.pl - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - ord() is a dangerous thing. - -Index: lib/diagnostics.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/overload.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/perl5db.pl - - Date: Mon, 30 Sep 1996 00:34:58 -0400 (EDT) - From: Ilya Zakharevich - Subject: Re: dereferencing a hash from the debugger won't work - -Index: lib/splain - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: lib/strict.pm - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: makedepend.SH - - Add explicit $touch $firstmakefile for QNX which apparently - preserves modification times for a 'cp' command. - I worry, though, that touch might not be portable to OS/2. - If it is, then I'll remove the fancy case statement. - -Index: malloc.c - - Not all sbrks return zeroed memory. - -Index: mg.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Sun, 29 Sep 1996 22:18:19 -0400 (EDT) - From: Chip Salzenberg - Subject: 5.003_05: Fix numeric value of $! - - This patch undoes a bit of over-zealous integerization in mg.c, related - to the numeric value of $!. - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - - Date: Fri, 4 Oct 1996 12:38:31 -0400 (EDT) - From: Chip Salzenberg - Subject: 5.003_05: Fix numeric $! and $^E - - This patch undoes a bit of over-zealous integerization in mg.c, - related to the numeric values of $! and $^E. This patch *REPLACES* - the one I posted earlier, which was only effective for $!. - - [Some of this is superceded by similar stuff in the VMS patches.] - -Index: op.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - -Index: opcode.h - - Date: Mon, 16 Sep 1996 16:37:48 -0700 - From: Jonathan Biggar - Subject: Perl 5.003 bug when embedding in C++ program - - The following patch is necessary in order to embed the Perl5.003 interpreter - into a C++ program without getting prototype mismatch errors from the - C++ compiler. - -Index: opcode.pl - - Date: Mon, 16 Sep 1996 16:37:48 -0700 - From: Jonathan Biggar - Subject: Perl 5.003 bug when embedding in C++ program - - The following patch is necessary in order to embed the Perl5.003 interpreter - into a C++ program without getting prototype mismatch errors from the - C++ compiler. - -Index: patchlevel.h - - Change to subversion 6. - -Index: perl.c - - From: Roderick Schertler - Subject: Re: -T flag and removal of `.' from @INC - - support C - - Date: Tue, 01 Oct 1996 19:02:17 -0400 - From: Gurusamy Sarathy - Subject: Re: 2 core dumps (patch) - Message-Id: <199610012302.TAA08395@aatma.engin.umich.edu> - - The problem is an uninitialized SV slot in errgv. Here's a patch. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: perl.h - - Date: Sat, 21 Sep 1996 21:33:15 -0400 (EDT) - From: Kenneth Albanowski - Subject: Full LONG_MAX & co. patch over 5.003_05 - - This patch contains the changes I've collected for the various _MAX issues - since 5.003_05. No patches issued between 5.003_05 and this one should be - applied, use this one instead. - - The effect is to remove the CHAR_* and I8_* constants (which are - ambiguous) and to explicitly cast all of the constants. - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - - Revert from Perl_malloc to Mymalloc for binary compatibility with - 5.003. - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - -Index: perl_exp.SH - - Add new function perl_init_fold. (I'm not sure it goes here.) - -Index: perlio.c - - Date: Thu, 12 Sep 96 15:58 PDT - From: Hunter Kelly - Subject: Re: 5.003_05 is available. - - Fix PerlIO_reopen parameters. - -Index: perlsdio.h - - Date: Fri, 13 Sep 1996 17:24:01 -0400 - From: John Stoffel - Subject: Re: 5.003_05 is available. - - Undef Irix getc_unlocked and putc_unlocked #defines. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: pod/Makefile - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - perli18n.pod (and perlapio.pod, btw) added. - -Index: pod/buildtoc - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perl.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Changed Larry's address to larry@wall.org. - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - perli18n advertised. - -Index: pod/perlapio.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - -Index: pod/perlbook.pod - - Updated for Second Edition. - -Index: pod/perlcall.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perldata.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perldebug.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perldiag.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: pod/perldsc.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlembed.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlform.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlfunc.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlguts.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - Date: Mon, 23 Sep 96 13:18:01 PDT - From: Jeff Okamoto - Subject: Re: perlguts API Listing patch - - Here's the lastest complete version for inclusion into _06 or .004. This - incorporates and supersedes Dean's patch. - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perli18n.pod - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - written. - -Index: pod/perlipc.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perllol.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlmod.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Wed, 02 Oct 1996 16:52:08 -0400 - From: Roderick Schertler - Subject: documentation for $? in END - - Document the behavior with $? WRT END subroutines. - -Index: pod/perlobj.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlop.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Fri, 4 Oct 1996 10:36:19 -0400 (EDT) - From: Kenneth Albanowski - Subject: Re: Suggestion for improving man page - - Add alternative names for various escape sequences. - -Index: pod/perlpod.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlre.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Fri, 4 Oct 1996 10:36:19 -0400 (EDT) - From: Kenneth Albanowski - Subject: Re: Suggestion for improving man page - - Add alternative names for various escape sequences. - -Index: pod/perlref.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlrun.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlsec.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlstyle.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlsub.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlsyn.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perltie.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perltoc.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Changed Larry's address to larry@wall.org. - -Index: pod/perltrap.pod - - Date: Wed, 11 Sep 1996 13:26:18 -0400 - From: Gurusamy Sarathy - Subject: a perl425 trap - - Here's an addition that should be self-explanatory. - [interpolation issues] - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/perlvar.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Date: Wed, 02 Oct 1996 16:52:08 -0400 - From: Roderick Schertler - Subject: documentation for $? in END - - Document the behavior with $? WRT END subroutines. - -Index: pod/perlxstut.pod - - Date: Wed, 11 Sep 1996 11:55:18 -0500 - From: "Daniel S. Lewart" - Subject: POD spelling patches - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: pod/pod2man.PL - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - - Bugs found in pod2man - - The following bugs were noticed, and some fixed: - - 1. Where a L<> link extends over more than one line, pod2man does not - treat it as a link but displays it literally, and so these have been - rearranged to place the link on one line. This is the only bug worked - around. [Fixed; the rearrangements, which were done beforehand, - remain in some cases, but are no longer necessary, and pod paragraphs - can now be safely reformatted to whatever width is desired in the pod, - without breaking links.] - - 2. It seems to swallow spaces after certain links: for example, part - of the "open" entry in the perlfunc manpage comes out as "the - \f(CWbinmode\fR entry elsewhere in this documentfor tips", the source - having been "L for tips". [Fixed.] - - 3. 'L', in perlsub.pod, comes out as '\fI/"Pass - by Reference\fR', that is, with an initial '/"'. - - 4. If a pod line begins with ".", nothing is done to prevent [tng]roff - from treating it as a [tng]roff instruction. - - 5. When the paragraph below =head1 NAME has more than one line, this - confuses pod2man: so in the case of Term::Readline, the manpage begins - with a stray line 'no real package is found, substitutes stubs instead - of basic functions."'. - - Of course, it would be better to fix pod2man; I hope that the new Pod - modules, when ready, will not have these defects. - -Index: pp_ctl.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - sortcmp() sprouted a LC_COLLATE branch. - -Index: pp_hot.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Thu, 19 Sep 1996 11:58:22 -0400 - From: "Randy J. Ray" - Subject: Patch: Untaint FH flag and clean DATA handles - - This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles - on an xpvio->xio_flags struct member. It is used to mark the given - file handle as a clean source, even when tainting is turned on. - There are also patches to pp_sys.c in pp_sysread to check this flag - before tainting data, and in pp_hot.c in do_readline for the same - reason. Lastly, it patches toke.c to automatically set this flag on - on a __DATA__ filehandle. The creation of the $pack::DATA - pseudo-filehandle is already checked against running under eval, so - this should not introduce any insecurity. - - This patch *does not*: - - * Add the "untaint" keyword. - -Index: pp_sys.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Thu, 19 Sep 1996 11:58:22 -0400 - From: "Randy J. Ray" - Subject: Patch: Untaint FH flag and clean DATA handles - - This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles - on an xpvio->xio_flags struct member. It is used to mark the given - file handle as a clean source, even when tainting is turned on. - There are also patches to pp_sys.c in pp_sysread to check this flag - before tainting data, and in pp_hot.c in do_readline for the same - reason. Lastly, it patches toke.c to automatically set this flag on - on a __DATA__ filehandle. The creation of the $pack::DATA - pseudo-filehandle is already checked against running under eval, so - this should not introduce any insecurity. - - This patch *does not*: - - * Add the "untaint" keyword. - - Date: Sun, 22 Sep 1996 17:26:57 -0400 - From: "Randy J. Ray" - Subject: Patch to patch for untainting - - The following patch ensures that a glob used as a filehandle that - has had the UNTAINT flag set will not carry that flag over on a - re-open. In a nutshell, a re-open of the DATA filehandle would be - considered untainted, and an object of class IO::Handle (or one of - its sub-classes) that is marked untainted with the untaint method, - then closed and re-opened, retained the untaintedness. - - Date: Mon, 30 Sep 1996 00:54:37 -0400 - From: Spider Boardman - - First, with IO::untaint, the patches as posted resulted in a - miniperl which couldn't open files, so the autosplitting of the - library and the creation of Makefiles for the extensions didn't - work. Worse, it didn't just fail to open files, it dumped core. - -Index: proto.h - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - mem_collxfrm() and perl_init_fold() added. - -Index: run.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - -Index: sv.c - - Restore the 5.003 gv_fullname() and gv_efullname() functions. - Provide new 3-arg forms gv_fullname3() and gv_efullname3(). - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - - I've added some DEBUG_Ps to sv.c which give a trace of the - fast I/O fiddling with stdio in sv_gets(). These were useful - to me in setting up the VMS fast I/O, and I left them in in - case they're useful to someone in the future. However, if you - think it overloads -DP too much, feel free to drop it. (-DP - already adds a profile of op usage to its advertised output.) - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - sv_cmp() sprouted a LC_COLLATE branch. - -Index: sv.h - - Date: Thu, 19 Sep 1996 11:58:22 -0400 - From: "Randy J. Ray" - Subject: Patch: Untaint FH flag and clean DATA handles - - This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles - on an xpvio->xio_flags struct member. It is used to mark the given - file handle as a clean source, even when tainting is turned on. - There are also patches to pp_sys.c in pp_sysread to check this flag - before tainting data, and in pp_hot.c in do_readline for the same - reason. Lastly, it patches toke.c to automatically set this flag on - on a __DATA__ filehandle. The creation of the $pack::DATA - pseudo-filehandle is already checked against running under eval, so - this should not introduce any insecurity. - - This patch *does not*: - - * Add the "untaint" keyword. - - Date: Fri, 20 Sep 1996 15:38:57 -0400 - From: Gurusamy Sarathy - Subject: Re: "Attempt to free non-existent shared string"? (with patch) - - I found a subtle problem with the lazydelete mechanism (which is used - to postpone the delete of a entry that may be getting iterated over). - I was using the HeKLEN slot to hold the hint, but the real HeKLEN is - needed later to call unsharepvn(). This means that only magical - hash entries can use the HeKLEN slot to hold flags. - - Here's a tested patch against 5.00305 that fixes the problem. - The patch simply moves the LAZYDEL hint to become a SV-level private - flag. - -Index: t/base/term.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - \n not necessarily lt ' '. - -Index: t/comp/package.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - XYZ not necessarily gt xyz. - -Index: t/lib/abbrev.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - - Date: 23 Sep 1996 11:33:01 +0200 - From: Ulrich Pfeifer - Subject: Text::Abbrev (Re: More standard library test scripts) - - This patch merges the Text::Abbrev related patches/tests from Gisle - and my previous patch (i.e. replaces both). - -Index: t/lib/anydbm.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/autoloader.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - - Date: Mon, 30 Sep 1996 00:54:37 -0400 - From: Spider Boardman - - The test and patches for AutoLoader were also non-functional, - since the regexp context (curpm) was still being clobbered by the - filename manipulations: - -Index: t/lib/basename.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - - Date: Mon, 30 Sep 1996 00:54:37 -0400 - From: Spider Boardman - - Fix the number of tests. - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - - A different set of tests for File::Basename and friends. - -Index: t/lib/checktree.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/complex.t - - Date: Thu, 03 Oct 96 18:38:08 +0200 - From: Raphael Manfredi - # Complex numbers and associated mathematical functions - # -- Raphael Manfredi, Sept 1996 - - Tests for new version. - -Index: t/lib/db-btree.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/db-hash.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/env.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/fatal.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/filecache.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/filecopy.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/filefind.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/filepath.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/findbin.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/gdbm.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/getopt.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/hostname.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/ndbm.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/odbm.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/parsewords.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/sdbm.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/lib/searchdict.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/selectsaver.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/symbol.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - - Date: Mon, 30 Sep 1996 00:54:37 -0400 - From: Spider Boardman - - The various new lib/*.t tests didn't all work. For some, it was - only because the count of tests was wrong: - -Index: t/lib/texttabs.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/textwrap.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/lib/timelocal.t - - Date: Sun, 22 Sep 1996 00:59:56 +0200 - From: Gisle Aas - Subject: More standard library test scripts - - This is a collection of test scripts for the standard library modules. - Some of the tests does not pass unless some of the patches I have sent - out are applied. - -Index: t/op/each.t - - Date: Mon, 30 Sep 1996 01:13:28 -0400 - From: Spider Boardman - Subject: Re: pre extending hash? - need speed - - The patch below (which is relative to perl5.001l) implements - "keys %hash = 50_000;" (or other integer-evaluable sizes) for - pre-sizing hashes. I've only moved the patch forward from - when I first did it. I'm sure the code in hv_ksplit could be - improved. - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/op/glob.t - - Date: Tue, 01 Oct 1996 16:37:03 -0400 (EDT) - From: Charles Bailey - Subject: Re: glob test 1 failing...bad test or bug - - Under AIX 4.1.4, with LOCALE set en_GB (British english) glob test one - fails because sorts op/re_* before op/rea*, while - $otherway = `echo op/*` sorts op/re_* after op/re[a-z]*.t - - This version doesn't rely on the sorting order. - -Index: t/op/magic.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - -Index: t/op/readdir.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: t/op/sort.t - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - A not necessarily gt a. - -Index: toke.c - - Date: Sat, 14 Sep 1996 17:08:16 -0400 - From: Gurusamy Sarathy - Subject: whitespace induced lexer errors (with patch) - - I finally got around to fixing skipspace() to not indiscriminately - overwrite oldbufptr and oldoldbufptr (which are used in making - expectation decisions in the lexer). - - Date: Sat, 14 Sep 1996 18:55:16 -0400 - From: Gurusamy Sarathy - Subject: perl lexer won't accept C$b;> - - Date: Thu, 19 Sep 1996 11:58:22 -0400 - From: "Randy J. Ray" - Subject: Patch: Untaint FH flag and clean DATA handles - - This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles - on an xpvio->xio_flags struct member. It is used to mark the given - file handle as a clean source, even when tainting is turned on. - There are also patches to pp_sys.c in pp_sysread to check this flag - before tainting data, and in pp_hot.c in do_readline for the same - reason. Lastly, it patches toke.c to automatically set this flag on - on a __DATA__ filehandle. The creation of the $pack::DATA - pseudo-filehandle is already checked against running under eval, so - this should not introduce any insecurity. - - This patch *does not*: - - * Add the "untaint" keyword. - -Index: util.c - - Date: Mon, 7 Oct 1996 22:03:00 +0300 - From: Jarkko Hietaniemi - Subject: LC_COLLATE. - - Big patch to add, document, and test LC_COLLATE support. - - rewrote perl_init_i18n() completely. - - reworded to be much more friendly and clear. - - perl_init_fold() split to its own function. - wrote mem_collxfrm(). - -Index: utils/c2ph.PL - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: utils/h2ph.PL - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: utils/h2xs.PL - - Date: Sat, 21 Sep 1996 16:38:24 -0500 - From: Dean Roehrich - Subject: h2xs bug fix - - The h2xs that is in perl5.003_05 has a regexp bug which prevents it from - finding #define statements and filling the constant() function. This patch - fixes that. The h2xs_test program found this--maybe people who are - modifying h2xs should get a copy of the test program. - - This also adds a -d to enable debugging messages (there's just one for now). - I've also placed some of the doc-related things in alphabetical order. - - h2xs_test can be found in my directory on CPAN. Those of you modifying - xsubpp should know there's a test suite for that, too, called XSTEST which - can also be found in my directory on CPAN. - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - Here is a patch for various typos and other defects in the Perl - 5.003_05 pods, including the pods embedded in library modules. - -Index: utils/perldoc.PL - - Date: Sun, 29 Sep 1996 22:00:09 -0400 (EDT) - From: Kenneth Albanowski - Subject: perldoc patch - - Ilya has found that this change makes perldoc much more useful under OS/2. - -Index: vms/config.vms - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: vms/descrip.mms - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: vms/genconfig.pl - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: vms/perlvms.pod - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: vms/vms.c - - Date: Thu, 03 Oct 1996 16:31:46 -0400 (EDT) - From: Charles Bailey - Subject: VMS patches to 5.003_05 - -Index: x2p/a2p.pod - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - This patch just changed the old a2p.man page into a pod page. - -Index: x2p/s2p.PL - - Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) - From: "Joseph S. Myers" - Subject: Pod typos, pod2man bugs, and miscellaneous installation comments - - This patch just changed the old s2p.man page into a pod page. - I then embedded the pod into the s2p script. - ----------------- -Version 5.003_05 ----------------- - -This patch was primarily to fix bugs and to clean up some of -the remaining issues from in 5.003_04. The details are described below. -A very brief summary is: - -o Visible Changes to Core Functionality - - -Add support for a READLINE method to tied filehandles. - - -times function now uses CLK_TCK if HZ is not available, rather - than just defaulting to 60. times output might change on some - systems, but should be correct now. - - -AnyDBM_File (modifying ISA does not work as expected) - Now behaves as documented: Modifying ISA works to select - order in which *DB* modules are tried. The default is still - the same. - -o Configure and build enhancements - - -Enhance detection of [gs]etpgrp() variants. Some systems have - BSD-style behavior for one and POSIX for the other. Use - [gs]etpgid() instead, whenever possible. - - -You can now build a shared libperl.so without running through - the LD_RUN_PATH hoops, if your system supports appropriate - ld command-line options. Solaris, NetBSD, and Linux are currently - supported. Others are easy to add. (This makes like a lot easier - for embedders.) - - -VMS updates. - - -Fix installperl and installman so that the -n option really only - prints commands. (previously, it would still do the mkdirs.) - -o Bug fixes - - -debugger ought to work. - - -A new heredoc tag in Makefile.SH is now quoted. This prevented - 5.003_04 from working most places. - - -numerous smaller ones, detailed below. - -o Specific Changes - -Here are the specific file-by-file changes. - -# This is my patch perl5.003_05.pat to perl5.003_04 -# 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 - -# We'll create a new test, but patch won't automatically make it -# executable. -touch t/io/read.t -chmod +x t/io/read.t - -exit 0 - - -This is patch perl5.003_05.pat to perl version 5.003_04. -This takes you from 5.003_04 to 5.003_05. - -To apply this patch, run the above commands, -cd to your perl source directory and then type - - patch -p1 -N < perl5.003_05.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_05.pat '/^Index:/' '{99}' - -Patch and enjoy, - - Andy Dougherty doughera@lafcol.lafayette.edu - Dept. of Physics - Lafayette College, Easton PA 18042 - -Index: Changes - - Updated for 5.003_05. - -Index: Configure - - Allow command line or hint-file overrides of $afs. - - Allow trailing spaces in nm output for HPUX10. - - Check for newer BIND 'search' directives in /etc/resolv.conf as well - as older 'domain' directive. - - Enhance detection of [gs]etpgrp() variants. Some systems have - BSD-style behavior for one and POSIX for the other. Use - [gs]etpgid() instead, whenever possible. - - Include -s in the -h summary of available options. - - Allow command-line override of $afs. - - Handle trailing spaces in nm-output on HPUX10. - - Set shrpenv for handling LD_RUN_PATH, if needed. (This used to - be in Makefile.SH. Now it's available for other modules too.) - - When using shared libperl, avoid LD_RUN_PATH if possible by adding - correct ld flags. Currently, Solaris and NetBSD get the correct - -R $archlibexp/CORE, and Linux gets its - -Wl,-rpath,$archlibexp/CORE flag. Other contributions are - welcome. - -Index: INSTALL - - Correct libperl5 -> libperl typo. - - Describe MakeMaker's Warning (will try anyway) messages. - - More info on where and how to send reports. - - Add info on non-Unix ports. - - -Index: MANIFEST - - Add new test t/io/read.t. - - Add new hints files for ODBM_File for ultrix and hpux. - - Add new pod checker script. - -Index: Makefile.SH - - A new heredoc tag in Makefile.SH needs to be quoted. - - shrpenv stuff moved to Configure. - -Index: Porting/Glossary - - Updated to match Configure. - -Index: README.vms - - VMS 5.003_05 Update. - -Index: av.h - - Subject: turbidity in av.[ch] - Date: Sun, 10 Dec 1995 00:21:31 -0500 - From: Gurusamy Sarathy - - Some unclean code that I noticed today. - -Index: config_H - - Updated to match newest config_h.SH. - -Index: config_h.SH - - Updated to match Configure. - - Changed the DLSYM_NEEDS_UNDERSCORE comment to - /**/ to conform to metaconfig style. - -Index: emacs/cperl-mode.el - - From: Ilya Zakharevich - Subject: Newer CPerl-mode - -Index: ext/DB_File/DB_File.pm - - Update to DB_File 1.03. - -Index: ext/DB_File/DB_File.xs - - Update to DB_File 1.03. - -Index: ext/Fcntl/Fcntl.pm - - Date: Thu, 5 Sep 1996 18:19:14 -0400 (EDT) - From: Chip Salzenberg - Subject: No AutoLoader for Fcntl - - Just like Socket, Fcntl doesn't need splitting and AutoLoading. - -Index: ext/FileHandle/FileHandle.pm - - From: Roderick Schertler - Subject: FileHandle::DESTROY for fd 0 - - This fixes FileHandle::DESTROY when called on stdin. - -Index: ext/ODBM_File/ODBM_File.xs - - Attempt to correct for "Bad free" in Ultrix and HPUX versions of - odbm. - -Index: ext/ODBM_File/hints/hpux.pl - - Try to work around "bad free" in dbmclose(). - -Index: ext/ODBM_File/hints/ultrix.pl - - Try to work around "bad free" in dbmclose(). - -Index: ext/Socket/Socket.pm - - Date: Thu, 5 Sep 1996 09:58:08 +0200 - From: Andreas Koenig - Subject: Patch to inhibit autosplit on Socket.pm - - This patch inhibits production and use of a completely useless - auto/Socket/autosplit.ix. - -Index: handy.h - - Make a little more C++-friendly for IBM's CSET++ compiler. - -Index: hints/convexos.sh - - Remove [gs]etpgrp workaround. Configure & perl.h should handle - this now. - -Index: hints/hpux.sh - - Add note about possible gcc GR3 warning message. - - Remove [gs]etpgrp workaround. Configure & perl.h should handle - this now. - -Index: hints/sco.sh - - Turn off optimization for stock cc. This appears to - prevent miniperl core dumps. - -Index: hints/solaris_2.sh - - Catch GNU ld even though it doesn't identify itself as a GNU tool. - Thanks to Tim Pierce . - -Index: hints/sunos_4_1.sh - - Describe solution for the __lib_version problem with acc on - SunOS. - -Index: hv.c - - Date: Thu, 05 Sep 1996 00:25:28 -0400 - From: Gurusamy Sarathy - Subject: minor misc. cleanup - - This patch makes some minor cleanups to the sources. No change - in functionality whatsoever. - - Date: Thu, 05 Sep 1996 02:52:21 -0400 - From: Gurusamy Sarathy - - Subject: debugger problems--another patch (was Re: 5.003_04) - - I have tried to avoid copying of hash keys that are passed to - magical hashes, but it seems that copying may be unavoidable - since the hv_*_ent() functions could be PADTMPs (and other - SVs that may get reused) as keys. - - VMS dynamic %ENV fix - -Index: installman - - From: scotth@sgi.com - Subject: Re: installperl feature request (was: Re: Upgrade 4.0x to 5.001m) - - Fix installperl so that the -n option really only prints commands. - (previously, it would still do the mkdirs.) - - an "ignore installed" option, so that it doesn't bother to check - to see if the target already exists (an optimization that I - *don't* want it to do when I do #1 above) - -Index: installperl - - From: scotth@sgi.com - Subject: Re: installperl feature request (was: Re: Upgrade 4.0x to 5.001m) - - Fix installperl so that the -n option really only prints commands. - (previously, it would still do the mkdirs.) - - an "ignore installed" option, so that it doesn't bother to check - to see if the target already exists (an optimization that I - *don't* want it to do when I do #1 above) - -Index: lib/AnyDBM_File.pm - - AnyDBM_File (modifying ISA does not work as expected) - Now behaves as documented: Modifying ISA works to select - order in which *DB* modules are tried. The default is still - the same. - - - Add helpful "die" message to end of AnyDBM_File. Previously - it would return a 0, and the failure would eventually show up - somewhere else in the script and be hard to track down. It is - a failure if perl can't open AnyDBM_File. The test regression - suite is supposed to indicate this as a failure too. - -Index: lib/ExtUtils/Install.pm - - Updated to MakeMaker-5.38. - - Fix for VMS utime. - -Index: lib/ExtUtils/Liblist.pm - - Updated to MakeMaker-5.38. - -Index: lib/ExtUtils/MM_Unix.pm - Updated to MakeMaker-5.38. - -Index: lib/ExtUtils/MakeMaker.pm - - Updated to MakeMaker-5.38. - - Updated to MakeMaker-5.39 to allow CFLAGS in hint files. - -Index: lib/ExtUtils/Manifest.pm - - Updated to MakeMaker-5.38. - -Index: lib/ExtUtils/Mkbootstrap.pm - - Updated to MakeMaker-5.38. - -Index: lib/ExtUtils/Mksymlists.pm - - Updated to MakeMaker-5.38. - -Index: lib/File/Find.pm - - From: Michael Mahan - Subject: Cwd::fastcwd in File::Find - - Is there a good reason why File::Find uses Cwd::fastcwd instead of - Cwd:cwd when fastcwd isn't as portable? - [In particular, fastcwd() doesn't work on AFS.] - -Index: lib/Math/Complex.pm - - There was a mistake in the sqrt routine in lib/Math/Complex.pm that - gave wrong answers when the magnitude of the imaginary part of the - argument exceeded the magnitude of the real part. Line 69 had too - many sqrt($y)'s. Further, expressions were re-arranged so that - calls to the expensive real sqrt() routine were reduced from 4 to 2 - in this case. - -Index: lib/open3.pl - - The I/O directions on the dad_wtr and kid_rdr were backwards. - IO/Open3.pm didn't have this error. - -Index: lib/syslog.pl - - Date: Tue, 03 Sep 1996 20:33:54 -0400 - From: Roderick Schertler - Subject: syslog.pl `use Socket' lossage - - syslog.pl tries but fails to use - Socket.pm, the problem is that use doesn't return a true value. This - module should be recast in terms of Sys::Syslog, of course. - -Index: makedepend.SH - - This patch eliminates "\|" in sed patterns in makedepend.SH, since - they're not really needed anyway in this one case. - -Index: mg.c - - Ok, here's a tested patch for the debugger problem. - I was missing the fact that DB::dbline magic is actually - uppercase (which means hv_store_ent() etc., will pass SV keys - to the vtbl_dbline handlers). - - Replace the oft-repeated mg_ptr incantation with - the simple MgPVKEY macro. - - Rename MgPVKEY to MgPV (to match with HePV elsewhere). Add - additional parens around the "mg". - - (lines near 584) Part of VMS changes. I don't know what this did. - - Date: Fri, 23 Aug 1996 17:20:22 -0400 (EDT) - From: Chip Salzenberg - Subject: Integerize mg.c; eliminate warning on C< local($)) > - - This patch converts magic variables ($!, $^E, etc.) to use integers - (C) instead of floats. It also eliminates a warning from - C< local($)) >, via a hack similar to $!. - -Index: mg.h - - Replace the oft-repeated mg_ptr incantation with - the simple MgPVKEY macro. - - Rename MgPVKEY to MgPV (to match with HePV elsewhere). Add - additional parens around the "mg". - -Index: nostdio.h - - Add _STDIO_LOADED (VMS) to list of guard symbols. - -Index: op.c - - From: Gurusamy Sarathy - Subject: Re: \ ( @array ) busted for lexical @array (once more) - -Index: patchlevel.h - - Change to subversion 5. - -Index: perl.c - - Make floating point constants Locale-friendly. - -Index: perl.h - - One last LONG & co. fix (yet another cut'n'paste error) and a few - minor cleanups. Nothing crucial. - - Make a little more C++-friendly for IBM's CSET++ compiler. - - Enhance detection of [gs]etpgrp() variants. Some systems have - BSD-style behavior for one and POSIX for the other. Use - [gs]etpgid() instead, whenever possible. - -Index: perlio.c - - Eliminate potential "signed vs. unsigned" warning - - Add PerlIO_reopen and PerlIO_cgetname functions. - -Index: perlsdio.h - - Don't supply redundant parameters for PerlIO_open and PerlIO_fdopen. - - Include PerlIO_reopen and PerlIO_getname. - - s/FILE_(CNT|PTR)_LVALUE/STDIO_(CNT|PTR)_LVALUE to fix a typo. - This had prevented SV_FAST_FGETS from working anywhere. - - Include PerlIO_canset_cnt. I'm not sure how this is supposed to - differ from STDIO_CNT_LVALUE. - -Index: pod/Makefile - - Remove trailing spaces in pods. - Include a call to the checkpods script in the Makefile (though it's - not ordinarily used by users). - -Index: pod/checkpods.PL - - New script to check for common errors in pods. This is not - normally called during the perl build process, but you can - use it with B. - -Index: pod/perlfunc.pod - - Document correct C usage. - - Add notes about POSIX [gs]etpgrp. - -Index: pod/perlipc.pod - - Document correct C usage. - -Index: pod/perlref.pod - - From: Gurusamy Sarathy - Subject: Re: \ ( @array ) busted for lexical @array (once more) - -Index: pod/perltie.pod - - Date: Thu, 29 Aug 1996 15:14:51 +0200 - From: Sven Verdoolaege - Subject: more TIEHANDLE - - This adds support for a READLINE method. - -Index: pod/perltrap.pod - - Here's documentation on the change in split's behavior between Perl 4 - and Perl 5. - - Subject: More (and less!) 425traps - - Large integer traps - - Precedence - - warn STDERR - - Change blank lines to empty lines. - -Index: pod/perlvar.pod - - Be explicit about $/="" matching empty lines, that is, lines - with no spaces or tabs. - - Change blank lines to empty lines. - -Index: pp.c - - Date: Fri, 23 Aug 1996 17:22:40 -0400 (EDT) - From: Chip Salzenberg - Subject: Minor integer speedups in mathematics - - This patch provides minor speedups by using integer math and SVt_IV - values when performing bitwise operations and modulus. - - Date: Tue, 3 Sep 1996 17:49:22 -0400 (EDT) - From: Kenneth Albanowski - Subject: Pack Patch (was Re: 5.002 - pack/unpack does not do "I" right) - - (double)auint cast added for call to sv_setnv(). - -Index: pp_hot.c - - Date: Thu, 05 Sep 1996 00:25:28 -0400 - From: Gurusamy Sarathy - Subject: minor misc. cleanup - - This patch makes some minor cleanups to the sources. No change - in functionality whatsoever. - - Date: Thu, 29 Aug 1996 15:14:51 +0200 - From: Sven Verdoolaege - Subject: more TIEHANDLE - - This adds support for a READLINE method. - -Index: pp_sys.c - - Clear any buffer space exposed by by read(). - This is almost certainly a bug-fix. - - Undef and then re-define my_chsize from Perl_my_chsize to - just plain chsize if this system HAS_CHSIZE. This probably only - applies to SCO. This shows the perils of having internal - functions with the same name as external library functions :-). - - Use CLK_TCK if HZ is not available. - -Index: sv.c - - Fix more spots where we had PerlIO_stderr() and should have had - Perl_debug_log instead. - - Date: Fri, 23 Aug 1996 17:26:42 -0400 (EDT) - From: Chip Salzenberg - Subject: Minor potential bug in AV creation - - I wasn't the one who originated this patch. But it looks like it - would improve the safety of AV creation. - - Remove potentially incorrect casts on PerlIO_set_ptrcnt. - 'ptr' is already STDCHAR, which is supposed to be the type of - char used in stdio.h, so we shouldn't have to cast it. - -Index: t/io/read.t - - Clear any buffer space exposed by by read(). - This is almost certainly a bug-fix. - -Index: t/lib/db-btree.t - - Update to DB_File 1.03. - -Index: t/lib/db-hash.t - - Update to DB_File 1.03. - -Index: t/lib/db-recno.t - - Update to DB_File 1.03. - -Index: t/lib/io_sock.t - - From: Lupe Christoph - Subject: Perl 5.003.03: race condition in t/lib/io_sock.t - - io_sock.t works by forking a subprocess it can communicate with. - It has the subprocess wait for the main process by sleeping 10 - seconds or until an alarm arrives. - - With my setup, the alarm signal arrives *before* the child - has a chance to ignore the alarm signal. - - I fixed this by moving the "$SIG{ALRM} = sub {};" up before the - fork. It does not hurt to have the parent ignore alarms, too. - -Index: t/op/inc.t - - One last LONG & co. fix (yet another cut'n'paste error) and a few - minor cleanups. Nothing crucial. - -Index: t/op/misc.t - - Date: Thu, 29 Aug 1996 15:14:51 +0200 - From: Sven Verdoolaege - Subject: more TIEHANDLE - - This adds support for a READLINE method. - -Index: t/op/pack.t - - Date: Tue, 3 Sep 1996 17:49:22 -0400 (EDT) - From: Kenneth Albanowski - Subject: Pack Patch (was Re: 5.002 - pack/unpack does not do "I" right) - -Index: t/op/ref.t - - From: Gurusamy Sarathy - Subject: Re: \ ( @array ) busted for lexical @array (once more) - -Index: universal.c - - Date: Thu, 29 Aug 96 07:05:10 BST - From: Graham Barr - Subject: Re: UNIVERSAL::class busted - - yes, but I also noticed that this does not check that the reference - is an object, so the patch should be - -Index: unixish.h - - Change comment style so that IBM's picky xlc compiler doesn't - think we've mistakenly tried to nest comments. - -Index: util.c - - One last LONG & co. fix (yet another cut'n'paste error) and a few - minor cleanups. Nothing crucial. - -Index: utils/h2xs.PL - - Date: Fri, 6 Sep 1996 06:09:20 -0400 (EDT) - From: Ilya Zakharevich - Subject: updated h2xs - - Changes: - a) Docs and examples for -x updated; - b) Path to xxxx.h would not be changed to /usr/include/xxxx.h - unless this file exists (outside of VMS, I'm afraid to make an error - there). - Useful with -x option, when the file may be eaten via -I - inside -F. - c) .h file would be scanned only if needed. - d) typemap would be generated (with T_PTROBJ). - e) Documentation (=list) for autogenerated guys would be - included into POD. - f) duplicated XSUBs would not be generated; - g) arguments to XSUBs being arrays are recognized (note that - xsubpp would probably choke on such guys). - - -x option requires C-Scan-0.3 (releases a couple of minutes ago to - ftp://ftp.math.ohio-state.edu/pub/users/ilya/perl - should propagate to CPAN soon). - -Index: utils/perlbug.PL - - Fix typo $Config{'has_sockets'} ought to be $Config{'d_socket'}; - -Index: utils/perldoc.PL - - More choices in the pager war. Unfortunately, we can't rely on - all users agreeing with the Sysadmin's choice, nor can we - assign a default preference order, since opinions vary. If the - user doesn't have $ENV{PAGER} set, we do want to pick up one that - at least works, so we'll try whatever Configure found. - -Index: vms/Makefile - - VMS 5.003_05 Update. - -Index: vms/config.vms - - VMS 5.003_05 Update. - -Index: vms/descrip.mms - - VMS 5.003_05 Update. - -Index: vms/ext/Stdio/Stdio.pm - - VMS 5.003_05 Update. - -Index: vms/ext/filespec.t - - VMS 5.003_05 Update. - -Index: vms/gen_shrfls.pl - - VMS 5.003_05 Update. - -Index: vms/perlvms.pod - - VMS 5.003_05 Update. - -Index: vms/vms.c - - VMS 5.003_05 Update. - -Index: vms/vmsish.h - - VMS 5.003_05 Update. - ----------------- -Version 5.003_04 ----------------- - -This patch was primarily to fix bugs and to clean up some of -the changes made in 5.003_03. The details are described below. -A very brief summary is: - -o Visible Changes to Core Functionality - - -Allow and document permissions for FileHandle::new and - IO::File::new. - -glob in Safe compartment used to allow shell access; now - it's in the same category as `` and system(). - -o Configure and build enhancements - - -perl library name is again -lperl, not -lperl5 in some cases. - -Several hint files no longer set -g -DDEBUGGING by default. - Instead, they just turn off optimization, since that is - probably what was intended. - -Include OS/2 and Plan9 updates. - -o Bug fixes - - -SEGV with $_[0] and circular references fixed. - -Ilya's debugger patch. - -FAKE typeglobs fixed. - -truncate with file name now works. - -lval substr() no longer coredumps with refs - -lval substr now clears lexicals in re-entered scopes. - -core dump in caller() for signal handler for __DIE__. - -o Specific Changes - -Here are the specific file-by-file changes. - -# This is my patch perl5.003_04.pat to perl5.003_03 -# 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 - -# Obsolete perl4 hint file. -rm -f hints/dnix.sh -# Obsolete -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 - - -Index: Changes - - Updated for 5.003_04. - -Index: Configure - - Change name of shared libperl library back to libperl.so.xxx, - so that a simple -lperl picks up either libperl.a or - libperl.so.xxx. - - Check if $sh='' in case we've reloaded an old config.sh - -Index: INSTALL - - Change name of shared perl library to libperl, instead of - libperl5. - - Add notes about fragility of shared libperl and the usefulness - of archlib to separate different binaries. - -Index: MANIFEST - - os2/notes removed - - obsolete hints/dnix.sh removed. - - New typeglob test. - -Index: Makefile.SH - - For building shared libperl, relocate whole rule to - inside the if test -f $osname/Makefile.SHs case. - -Index: Porting/Glossary - - Updated. - -Index: README.os2 - - Updated. - -Index: av.c - - Subject: Re: SEGV with $_[0] and circular references - - Subject: random cleanup - - This patch removes a few obvious redundancies in the source. - -Index: config_H - - Updated. Note new comments to make AIX happy. - -Index: config_h.SH - - Change /*#define../**/ into /*#define../ **/ - to make IBM's xlc compiler shut up about nested comments. - The /*#define FOO /**/ is a perfectly legal un-nested comment, and - I wish IBM would fix it's blasted compiler instead. In the meantime - we'll take mercy on the poor AIX user and get rid of the screenfulls - of stupid warning messages. Thanks to Hallvard B Furuseth - for the fix. - -Index: dump.c - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: ext/FileHandle/FileHandle.pm - - This patch documents the behavior of FileHandle::{new,open} with - regard to open modes. It also documents the exportation of Fcntl - constants. - - This patch fixes a bug observed by Tom Christiansen: FileHandle::new - didn't allow for file permissions after the file mode. Here's a patch. - -Index: ext/IO/lib/IO/File.pm - - This patch fixes a bug observed by Tom Christiansen: IO::File::new - didn't allow for file permissions after the file mode. Here's a patch. - - This patch documents the behavior of IO::File::{new,open} with - regard to open modes. It also documents the exportation of Fcntl - constants. - -Index: ext/Opcode/Opcode.pm - - Subject: Re: glob in Safe compartment allows shell access - - I've moved the glob op into the same opcode tag as backticks and system - and added a comment. - -Index: gv.c - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: handy.h - - Subject: Patch for LONG_MAX & co. - - Sorry about adding yet another #ifdef forest, but hopefully this - should resolve the *_MAX issues permanently. It adds to the - previously defined PERL_LONG_MAX, PERL_LONG_MIN, and PERL_ULONG_MAX - symbols the complete set of - /PERL_U?(CHAR|SHORT|INT|LONG)_(MAX|MIN)/, and installs aliases to - those from /(I|U)(8|16|32|V)_(MAX|MIN)/ so that for any standard - Perl typedef, like I32 or UV, you can reference I32_MAX or UV_MIN, - and get appropriate figures. All references to LONG_(MIN|MAX) are - changed appropriately. - - The .c changes have the side effect of making cast_uv properly use quad - limits if quads are in use, but longs aren't 64 bit. Hopefully this all - works, but I don't have any handy Crays to try it out on. - - Add notes on perl's internal types, specifically Quad_t and IV. - -Index: hints/hpux.sh - - Remove the d_bsdpgrp hint. The defaults should be ok. - -Index: hints/irix_6_2.sh - - Change optimize=-g to optimize=none to avoid pulling in -DDEBUGGING, - unless that's what the user really wants. - -Index: hints/mpeix.sh - - Change optimize=-g to optimize=none to avoid pulling in -DDEBUGGING, - unless that's what the user really wants. - -Index: hints/os2.sh - - Fixes for sh vs. bin_sh + cleanup. - -Index: hints/ultrix_4.sh - - Don't call optimize=-g, just call optimize=none. The -g - pulls in -DDEBUGGING, which might not be wanted. - -Index: lib/ExtUtils/MM_Unix.pm - - .C$(obj_ext) removed under OS/2 - conflicts with .c$(obj_ext). - -Index: lib/ExtUtils/xsubpp - - Fix SCOPE? (See pod/perlxs.pod). - Up version number to 1.938. - -Index: lib/Test/Harness.pm - - Add a return value to runtests - non-zero if all tests ran ok, - zero otherwise. - -Index: lib/perl5db.pl - - Ilya's debugger patch. - Undefined subroutine &Carp::longmess called at - /opt/perl5.003_03/lib/perl5db.pl line 1423. - - - Make perl5db compatible with the recent 'strict refs' enforcement - in %SIG. - -Index: malloc.c - - A patch to perl5.003_02/malloc to give a sensible error abort() message - in ANSI C, and to give it to stderr instead of stdout. - - Use config_h's STRINGIFY macro instead of pre-ANSI "p". - -Index: mg.c - - Subject: FAKE typeglobs seriously busted (with patch) - - Handling of fake typeglobs (scalars that are really globs - in disguise) is seriously busted since 5.002 (it wasn't - so in 5.001n). - The problem is that mg_get() on a glob calls gv_efullname() - which might coerce its first arg to a string. - - Sub-critical patch to conceivably fix some %SIG problems. (Shared hash key - weren't being properly detected by some of the sig magic, but as shared - hash keys wouldn't normally be used in %SIG it's unlikely this is a - significant problem.) - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: myconfig - - Update perlio-related variables. - -Index: op.c - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: opcode.h - - Updated. See opcode.pl. - -Index: opcode.pl - - Subject: Re: truncate with file name does not work (with patch) - - The prototype for truncate was changed so that perl won't die - with C when the first arg is a bareword (filehandle). - I think it was Tom (as in "tchrist") who brought this up. - - Here's a patch that undoes the damage, makes it work with - C, and adds to the testsuite. - -Index: os2/Makefile.SHs - - perllib vs. LIBPERL - -Index: os2/diff.configure - - Updated. - -Index: os2/os2.c - - SH_PATH_INI vs. BIN_SH - -Index: os2/os2ish.h - - SH_PATH_INI added (needed to redefine SH_PATH for binary - distribution). - SH_PATH is redefined. - -Index: patchlevel.h - - SUBVERSION 4. - -Index: perl.h - - Subject: Patch for LONG_MAX & co. - - Sorry about adding yet another #ifdef forest, but hopefully this - should resolve the *_MAX issues permanently. It adds to the - previously defined PERL_LONG_MAX, PERL_LONG_MIN, and PERL_ULONG_MAX - symbols the complete set of - /PERL_U?(CHAR|SHORT|INT|LONG)_(MAX|MIN)/, and installs aliases to - those from /(I|U)(8|16|32|V)_(MAX|MIN)/ so that for any standard - Perl typedef, like I32 or UV, you can reference I32_MAX or UV_MIN, - and get appropriate figures. All references to LONG_(MIN|MAX) are - changed appropriately. - - The .c changes have the side effect of making cast_uv properly use quad - limits if quads are in use, but longs aren't 64 bit. Hopefully this all - works, but I don't have any handy Crays to try it out on. - - Add notes on perl's internal types, specifically Quad_t and IV. - -Index: perlio.c - - Removes an incorrect prototype for setlinebuf from - perlio.c because it conflicts with the correct declaration in - MachTen's stdio.h (and possibly other stdio's as well). - - Secondly, the code in perlio.c is not handling the (!PERLIO_IS_STDIO & - HAS_F[GS]ETPOS) case. The patch fixes this omission (in a rather lumpen - manner). I don't think this should affect platforms which try to hack a - different path through the #ifdef forest, but this assertion would benefit - from testing... - - Dominic Dunlop - -Index: plan9/config.plan9 - - Updated. - -Index: plan9/fndvers - - Updated. - -Index: plan9/mkfile - - Updated. - -Index: plan9/setup.rc - - Updated. - -Index: pod/perldiag.pod - - Subject: lval substr() coredumps with refs (with patch) - - substr() coredumps with a target that is a ref, when it is used in - an lvalue context. - The patch below corrects the problem by stringifying the reference - first (and emitting a warning when appropriate). - -Index: pod/perlxs.pod - - document xsubpp SCOPE: - -Index: pp.c - - Subject: lval substr() fails to clear lexicals in re-entered scopes (with patch) - - substr() in lvalue context interacts in buggy fashion with SVs that - are !SvOK. This manifests itself with lexicals that have a REFCNT of - 1, since these are merely "cleared in place" by setting SvOK_off. - - Subject: lval substr() coredumps with refs (with patch) - - substr() coredumps with a target that is a ref, when it is used in - an lvalue context. - The patch below corrects the problem by stringifying the reference - first (and emitting a warning when appropriate). - - Subject: Patch for LONG_MAX & co. - -Index: pp_ctl.c - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: pp_hot.c - - Subject: Patch for LONG_MAX & co. - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: pp_sys.c - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: proto.h - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: run.c - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - -Index: sv.c - - Subject: random cleanup - - This patch removes a few obvious redundancies in the source. - - Subject: sv_setsv patch - - This patch changes neither behavior nor performance. However, it does - reduce code size and improve maintainability by combining some common - code in gv_fullname() and gv_efullname(). - - From: Chip Salzenberg - Subject: Track SVs for destruction when -DPURIFY - - When checking for memory leaks, I compiled Perl with "-DPURIFY". - Although that flag improves the leak checking, it also breaks - destruction of global objects, because SVs aren't kept in captive - arenas any more. - - This patch rectifies the problem by providing an alternative - method for keeping track of SVs when Perl is compiled for Purify. - It has no effect on normal operation. - - - Add comment about assert(len >=0) when len is unsigned anyway. - -Index: t/io/fs.t - - Subject: Re: truncate with file name does not work (with patch) - - The prototype for truncate was changed so that perl won't die - with C when the first arg is a bareword (filehandle). - I think it was Tom (as in "tchrist") who brought this up. - - Here's a patch that undoes the damage, makes it work with - C, and adds to the testsuite. - - The "not implemented" branch is missing a "\n". - -Index: t/op/gv.t - - Subject: FAKE typeglobs seriously busted (with patch) - - Handling of fake typeglobs (scalars that are really globs - in disguise) is seriously busted since 5.002 (it wasn't - so in 5.001n). - - The problem is that mg_get() on a glob calls gv_efullname() - which might coerce its first arg to a string. - -Index: t/op/substr.t - - - Subject: lval substr() fails to clear lexicals in re-entered scopes (with patch) - - substr() in lvalue context interacts in buggy fashion with SVs that - are !SvOK. This manifests itself with lexicals that have a REFCNT of - 1, since these are merely "cleared in place" by setting SvOK_off. - - Subject: lval substr() coredumps with refs (with patch) - - substr() coredumps with a target that is a ref, when it is used in - an lvalue context. - The patch below corrects the problem by stringifying the reference - first (and emitting a warning when appropriate). - -Index: toke.c - - Subject: Re: truncate with file name does not work (with patch) - - The prototype for truncate was changed so that perl won't die - with C when the first arg is a bareword (filehandle). - I think it was Tom (as in "tchrist") who brought this up. - - Here's a patch that undoes the damage, makes it work with - C, and adds to the testsuite. - -Index: util.c - - Subject: Re: Perl 5.003 dumps core executing caller() in signal handler for - __DIE__ (with patch) - - sv_2pv() might call croak() (which is not prepared to handle that - when it calls sv_2pv(), itself). Likewise for warn() (but under - slightly more esoteric circumstances--mg_get() in sv_2pv() might - trigger a call to warn()). - - - Subject: Patch for LONG_MAX & co. - - PERL_BADLANG is examined by default before issuing a warning during - internationalization. - -Index: utils/h2xs.PL - - Make leading =head NAME item a paragraph so pod2man finds it. - -Index: utils/perldoc.PL - - Use col -x to filter out half-line feeds (ESC-9) from - HP-UX nroff -man output. (col -x isn't portable -- SunOS - doesn't support the -x option.) - ----------------- -Version 5.003_03 ----------------- - -Most of the changes in 5.003_03 are to make the build and installation -process more robust. The details are described below. A very brief -summary is: - -o Visible Changes to Core Functionality - - -Support for tied filehandles. - -o Configure enhancements - - -How to build and install a shared libperl.so is now documented - and supported, though it's not the default for most platforms. - -o Bug fixes - - -Support bit operations on strings longer than 15 bytes. - - -If a regex supplied to split() contains paranthesized subpatterns - that can result in null matches, perl no longer coredumps. - - -Fix problems with each() on tied hashes. - - -Make h2ph architecture-independent by using Config at run-time - rather than extraction time. - -o Specific Changes - -Here are the specific file-by-file changes. - -# This is my patch perl5.003_03.pat to perl5.003_02 -# 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 - -# Absorbed into Changes5.002 -rm -f Changes.Conf - -# Not needed. -rm -f ext/POSIX/mkposixman.pl - -# Moved to README.os2. I'm not sure why the README files are -# here rather than in the appropriate subdirectories. -rm -f os2/README - -# Not needed. -rm -f pod/Makefile.PL - -# New test for bit ops. -touch t/op/bob.t - -# Patches that create new tests don't always make them executable. -chmod +x t/*/*.t - -# Create a new directory for Porting and Patching info. -mkdir Porting - -exit 0 - -This is patch perl5.003_03.pat to perl version 5.003_02. -This takes you from 5.003_02 to 5.003_03. - -To apply this patch, run the above commands, -cd to your perl source directory and then type - - patch -p1 -N < perl5.003_03.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_03.pat '/^Index:/' '{99}' - -Patch and enjoy, - - Andy Dougherty doughera@lafcol.lafayette.edu - Dept. of Physics - Lafayette College, Easton PA 18042 - -Index: Changes - - Include 5.003_03 change notes. - - Move older change notes to separate files. - -Index: Changes5.000 - - New file. Changes from perl4.036 to 5.000. - -Index: Changes5.001 - - New file. Changes from 5.000 to 5.001 - -Index: Changes5.002 - - New file. Changes from 5.001 to 5.002 - -Index: Changes5.003 - - New file. Changes from 5.002 to 5.003 - -Index: Configure - - Relaxed warning about ksh on exotic machines. - - Changed usesafe to useopcode. - - Add search for gzip and zip. - - Look more carefully for $sh (the Bourne-ish shell). - Use that info to set $startsh correctly. - - Change prompts for PerlIO interface. See INSTALL - for how this is supposed to work. The default is - still the same as in 5.003_02, namely don't use - any fancy new PerlIO stuff. - - Don't look for sigvec() since we don't actually use it. - (Plus, it used to print an alarming misleading message about - race conditions.) - - Look for stdio's _filbuf under the possible names of - _filbuf, __filbuf, and _fill. - - New $useshrplib variable to control whether we build a shared - libperl.so. The name of the library is in $libperl. - Always install it in $installarchlib/CORE/$libperl. - - Check for and for NetBSD. - - Replace old $altmake stuff with newer autoconf-ish - $make_set_make, which checks if $make sets $(MAKE). Now you - choose an alternate make with sh Configure -Dmake=gmake (or - whatever). - - Remove 'ln' for the list of essential commands. Simulate - it with 'cp' if necessary. - - Change `logname` prompts to handle extra gratuitous spaces in - Ultrix output. - - Autodetect os2. - - Fix silly bug in checking for fully-qualified names in /etc/hosts. - - Generalize Gconvert tests. Give correct and more useful - error messages. - - Use $obj_ext instead of literal '.o' in the dynaloader test. - - Include appropriate header files in bcopy() and memcpy() - tests. Note whether memmove is available. - - Check whether struct sigaction works (needed for Solaris 2.5 - with -Xc). - - Include appropriate header files for randbits test. - -Index: INSTALL - - Add note about space requirements. - - Update to match Configure changes (Opcode vs. Safe, - useperlio, useshrplib, etc.) - - Reorganize the structure of some of the hints. - - Miscellaneous clarifications. - -Index: MANIFEST - - Updated. 5.003_02 introduced some massive patches, mostly - due to spacing changes. I didn't bother to sort them all out; - I just started with 5.003's MANIEFST. - -Index: Makefile.SH - - Support the new simplified shared libperl mechanism. - - Use new $make_set_make directive. - - Remove redundant libperl Make variable. - - Remove unnecessary MAB variable. - - Remove dependency of minitest on lib/Config.pm, since it could - well have been a failure of configpm that inspired testing - miniperl in the first place! - -Index: Porting/Glossary - - New file describing all the config.sh variables. - Eventually, I hope to fill this directory with other useful - stuff. - -Index: README.os2 - - Replace old README.os2 with more up-to-date os2/README. - -Index: config_H - - Updated to match current Configure and config_h.SH. - Some rearrangement of parts has occurred due to new - dependencies in the metaconfig units. - -Index: config_h.SH - - Updated to match current Configure and config_h.SH. - Some rearrangement of parts has occurred due to new - dependencies in the metaconfig units. - - Include full descriptions of ARCHLIB, OLDARCHLIB, PRIVLIB, - SITEARCH, and SITELIB. Previous versions just included the - ~-expanded names (with unhelpful descriptions). No functionality - is changed, but maybe it's a little better documented now. - -Index: doio.c - - Possibly Include and - -Index: doop.c - - No longer prefer bcmp over memcmp when order doesn't matter. - - Support bit operations on strings longer than 15 bytes. - -Index: embed.h - - Auto-generated. - -Index: embed.pl - - Expand warning at the top. - -Index: ext/IO/IO.pm - - Clean up docmentation installation errors. - -Index: ext/IO/lib/IO/Seekable.pm - - Clean up docmentation installation errors. - -Index: ext/IO/lib/IO/Select.pm - - Clean up docmentation installation errors. - -Index: ext/Opcode/Opcode.xs - - Add support for tied filehandles. - -Index: ext/SDBM_File/sdbm/sdbm.h - - Change the Mymalloc to match Perl_malloc in perl.h. - -Index: ext/util/make_ext - - Typo change. - Get rid of unused altmake. - -Index: global.sym - - Fix problems with each() on tied hashes. - -Index: handy.h - - Change safe*alloc functions to have prototypes that - match the system's malloc and free types. That is, use - Malloc_t instead of char *, and Free_t instead of void. - This is necessary so . . . - - Safefree cast matches type of free() whether it's perl's - malloc/free or the system's malloc/free. - -Index: hints/README.hints - - Remove out-of-date info. - - Document a bit about how hint files work. - -Index: hints/aix.sh - - qmaxmem hint doesn't apply to gcc. - -Index: hints/dgux.sh - - Configure will now automatically detect shared libperl stuff. - -Index: hints/dynixptx.sh - - Fix typo in comment. - - Configure will now automatically detect shared libperl stuff. - -Index: hints/epix.sh - - Use glibpth instead of libpth. This allows Configure to - add local directories, such as /opt/local/lib, etc. - -Index: hints/irix_6_2.sh - - Include some info on cc -n32 compile. - -Index: hints/linux.sh - - Configure now tests gcvt() more thoroughly. - -Index: hints/machten_2.sh - - Update where to find dld. - -Index: hints/mips.sh - - Use glibpth instead of libpth. - -Index: hints/next_3.sh - - 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. - -Index: hints/next_4.sh - - 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. - -Index: hints/os2.sh - - Try to update to reflect newer shared libperl stuff. - I probably goofed :-). - -Index: hints/sco.sh - - Additional notes on using icc. - - Additional flags for dynamic loading. - -Index: hints/solaris_2.sh - - Perl.h no longer prefers bcmp, so it's again ok if Configure - finds them, since perl will prefer the mem* versions anyway. - -Index: hints/sunos_4_0.sh - - Don't include - -Index: hints/sunos_4_1.sh - - Add brief note about GNU as and ld. - - Don't include - - Add notes about WHOA THERE messages. - -Index: hints/titanos.sh - - Include sfio in libswanted. - - Don't set libpth any more. - -Index: hints/umips.sh - - New hint file. - -Index: hv.c - - Use memcmp even in cases where ordering doesn't matter. - - Fix problems with each() on tied hashes. - -Index: installperl - - Simplify installation of shared libperl.so. - - Avoid reaching Command Failed!!! with /usr/bin/perl. - -Index: lib/AutoSplit.pm - - Clean up docmentation installation errors. - -Index: lib/ExtUtils/MM_Unix.pm - - Remove MAB references. - - Use 'useshrplib' instead of 'd_shrplib' - -Index: lib/ExtUtils/MakeMaker.pm - - Remove mab references. - -Index: lib/FindBin.pm - - Clean up docmentation installation errors. - -Index: lib/Symbol.pm - - Put back in the BEGIN { require 5.002; }. The version in - 5.003_02 wouldn't work in 5.002 anyway. Further, the whole - point of the construct is to catch 5.001m, so we can't use - syntax introduced after 5.001m to do that. - -Index: lib/Text/Wrap.pm - - Remove double 'use strict'. - -Index: lib/perl5db.pl - - Add explicit '&' to avoid warnings under strict refs. - -Index: lib/sigtrap.pm - - Clean up docmentation installation errors. - -Index: makedepend.SH - - Use Configure's $sh and $make_set_make variables. - -Index: mg.c - - Include - - Use Safefree() macro instead of safefree() function with - a (possibly) incorrect cast. The whole point of the - Safefree() macro is that it does the correct cast for you. - - -Index: patchlevel.h - - Change to SUBVERSION 3. - -Index: perl.c - - Include - -Index: perl.h - - No longer prefer bcmp slightly for comparisons that don't care - about ordering. - - Rely on Configure setting SH_PATH. - - Change the function name to Pause() instead of pause() to - avoid potential prototype problems. (This naming convention - is similar to the Fwrite and Fflush macros.) - - Fix problems with each() on tied hashes. - - Work around crypt prototype problem on NeXT. - -Index: perlio.c - - Fixes to support non-std stdio. - -Index: perlio.h - - Try to document the various #defines a bit. This is far from - finished. - - Remove a lot of trailing whitespace. (It's of no consequence, but - but I'm not going to redo the patch just to put back in the trailing - whitespace either.) - -Index: perlsdio.h - - Fixes to support non-std stdio. - -Index: perly.c - - Restore use of Safefree() macro. - -Index: perly.c.diff - - Restore use of Safefree() macro. - -Index: perly.h - - Delete duplicate line. - -Index: plan9/buildinfo - - Update. - -Index: pod/perlapio.pod - - Clean up docmentation installation errors. - -Index: pod/perlipc.pod - - Fix typo. - - Untaint port number. - -Index: pod/perlmod.pod - - Fix a minor nit regarding Exporter. - -Index: pod/perlre.pod - - Clean up docmentation installation errors. - -Index: pod/perltie.pod - - Add support for tied filehandles. - -Index: pod/perltrap.pod - - Clean up docmentation installation errors. - -Index: pod/perlxstut.pod - - Clean up docmentation installation errors. - -Index: pod/pod2man.PL - - Clean up docmentation installation errors. - -Index: pp.c - - Add support for tied filehandles. - - If a regex supplied to split() contains paranthesized subpatterns - that can result in null matches, perl coredumps. - -Index: pp_hot.c - - Use memcmp instead of bcmp even when we don't care about order. - - Add support for tied filehandles. - -Index: pp_sys.c - - Include , , and . - (The latter two are especially for NetBSD.) - - Don't assume sys/time.h and sys/select.h can't coexist. - - Use Pause macro. - -Index: proto.h - - Fix safe*alloc and safefree prototypes. - -Index: regexec.c - - Use memcmp instead of bcmp even when we don't care about order. - -Index: sv.c - - Use memcmp instead of bcmp even when we don't care about order. - -Index: t/lib/opcode.t - - Add support for tied filehandles. - -Index: t/op/bop.t - - Support bit operations on strings longer than 15 bytes. - -Index: t/op/misc.t - - Add support for tied filehandles. - -Index: t/op/split.t - - If a regex supplied to split() contains paranthesized subpatterns - that can result in null matches, perl coredumps. - -Index: toke.c - - Include . - - Use memcmp instead of bcmp even when we don't care about order. - -Index: util.c - - Include . - - Use correct types for safe*alloc and safefree functions. - -Index: utils/h2ph.PL - - Make h2ph architecture-independent by using Config at run-time - rather than extraction time. - -Index: writemain.SH - - Remove unnecessary curlies. (They are a leftover from - an older auto_init mechanism.) - -Index: x2p/Makefile.SH - - Use Configure's $sh and $make_set_make. - - Remove MAB stuff, since it's now in ccflags. - - Keep 5.003's RCS info. - -Index: x2p/a2p.h - - Keep 5.003's RCS info. - -Index: x2p/str.c - - Use Configure's FILE_filbuf macro instead of a raw _filbuf. - ----------------- -Version 5.003_02 ----------------- -o Visible Changes to Core Functionality - - Redefining constant subs, or changing sub's prototype now give warnings. - - Fixes for ++/-- of values close to max/min size of an integer - - Warning for un-qualified bareword as handler in $SIG{}. - - UNIVERSAL::isa can now be called as static method. - -o Changes in Core Internals - - PerlIO abstraction added. - Perl core and standard extensions no longer assume ANSI C's stdio is IO - mechanism, Default Configure mode is still to use stdio via set of C macros. - Alternate modes are to use stdio via one perlio.c module, or - to use sfio if available. - - - Several bug fixs from perl5-porters - - Make sources non-ANSI C correct again. - - SUPER in gv.c - - Last of shared-hash-key patches - - eval '(0,1..3)'; # --> SegFault - - coredumps after simple subsitutes. - - Correction to UNIVERSAL::VERSION docs. - - Fixed io_udp test. - - Fixed another abuse of malloc'ed memory. - - Enabled DEBUGING_MSTATS whenever perl's malloc() is used. - - Reverted to default of not hiding perl's malloc (if used). - -o Changes in the Standard Library and Utilities - - Fixed MakeMaker for static SDBM and builing in a link tree. - - Upgraded to IO-1.09, and includes latest (still experimental) IO::Select. - - Documentation/test tweak to DB_File - - h2xs upgrade to allow use C::Scan module - -o Changes in OS-specific and Build-time Support - - Attempted to re-created 5.003_01's NeXT support with metaconfig units. - - Updated MANIFEST - - make minitest now depends on lib/Config.pm, as some of tests require it. - - Included latest plan9 sub-directory - - Applied OS/2 patches. - - Typo patch for VMS. - ----------------- -Version 5.003_01 ----------------- - -Version 5.003_01 contains bugfixes and additions accumulated since -version 5.002_01, since the patch to version 5.003 was deliberately -kept simple. In addition to numerous small bugfixes in the core, -library files, and documentation, this patch contains several -significant revisions, summarized below: - -o Visible Changes to Core Functionality - - - A port to Plan9 has been started, and changes are integrated into - the standard distribution. As of this release, the Perl core - and several common extensions are working. - - - A set of basic methods in the UNIVERSAL class have been added to - the Perl core. Since UNIVERSAL is an implicit member of every - class's @ISA, the methods can be called via any object. - - - A mandatory warning has been added for 'declarations' of lexical - variables using the "my" operator which mask an existing lexical - variable declared in the same scope, making the previous variable - inaccessible by its name. - - - The "use" and "require" operators have been extended to allow - checking of the required module's version. The "use" operator - can now be used for an immediate version check of Perl itself. - - - A new "strict" pragma, "strict untie", has been added, which - produces an error if a tied value is untied when other references - exist to the internal object implementing the tie. - - - Barewords used as associative array keys (i.e. when specifying - an associative array element like $foo{__BAR} or on the left - side of the => operator) may now begin with an underscore as - well as an alphabetic character. - - - Some of the configuration information previously produced by the - -v switch has been moved to the -V switch, in order to keep -v - output concise. - -o Changes in Core Internals - - - Symbol table and method lookups have been made faster. - - - Perl subroutines which just return a constant value are now - optimized at compile time into inline constants. - - - Management of keys for associative arrays has been improved to - conserve space when the same keys are reused frequently, and - to pass true Perl values to tie functions, instead of stringified - representations. - - - Messages normally output to stderr may be directed to another - stream when Perl is built. This allows some platforms to - present diagnostic output in a separate window from normal - program results. - - - A bug which caused suiperl to fail silently, albeit securely, - in version 5.003 on some systems has been fixed. - - - Management of Unix-style signal handlers via the %SIG associative - array has been made safer. - - - Several global C symbols have been renamed to eliminate collisions - with system C header files or libraries on some platforms. - Unfortunately, this means that dynamic extensions compiled under - previous versions of Perl will need to be rebuilt for Perl - 5.003_01. We're in the process of cleaning up Perl's C - namespace to make it easier to link Perl with other binaries, - so this will probably happen again between now and version 5.004. - After that, we'll do our best to maintain binary compatibility - between versions. - - - An alternate allocation strategy has been added to Perl's - optional private memory management routines. This strategy, - which may be selected when Perl is built, is designed to - conserve memory in programs which allocate many small - chunks of memory with sizes near a power of 2, as is often - the case in Perl programs. - - - Several memory leaks in the creation and destruction of - multiple interpreters have been fixed. - -o Changes in the Standard Library and Utilities - - - The Opcode extension, which allows you to control a program's - access to Perl operations, has been added to the standard - distribution. This extends the work begun in the original - Safe extension, and subsumes it. The Safe interface is still - available. - - - The IO extension, which provides a set of classes for object- - oriented handling of common I/O tasks, has been added to the - standard distribution. The IO classes will form the basis - for future development of Perl's I/O interface, and will - subsume the FileHandle class in the near future. The default - class to which all Perl I/O handles belong is now IO::Handle, - rather than FileHandle. - - - The ExtUtils::Embed library module, which provides a set - of utility function to help in embedding Perl in other - applications, has been added to the standard distribution. - - - The Fatal library module, which provides a simple interface - for creating "do-or-die" equivalents of existing functions, - has been added to the standard distribution. - - - The FindBin library module, which determines the full path - to the currently executing program, has been added to the - standard distribution. - - - The DB_File extension, and the Getopt::Long, Test::Harness, - Text::Tabs, Text::Wrap, Time::Local and sigtrap library modules - have been updated to the authors' latest versions. - - - The Carp library module now considers the @ISA chain when - determining the caller's package for inclusion in error messages. - - - The h2xs, perlbug, and xsubpp utilities have been updated. - - - The standard Perl debugger has been updated, and the information - provided to the debugger when an XSUB is called has been improved, - making it possible for alternate debuggers (such as Devel::DProf) - to do a better job of tracking XSUB calls. - - - The pod documentation formatting tools in the standard distribution - can now handle characters in the input stream whose high bit is set. - - - The cperl-mode EMACS editing mode has been updated. - -o Changes in Documentation - - - Typographic and formatting errors have been corrected in the pod - documentation for the core and standard library files - - - Explanations of several core operators have been improved - - - The perldebug, perlembed, perlipc, perlsec, and perltrap documents - extensively revised. - -o Changes in OS-specific and Build-time Support - - - Support for the NeXT platform has been extended through - NeXTSTEP/OPENSTEP 4.0, and now includes the ability to create MABs. - - - Support for OS/2 has been extended as well, and now includes - options for building a.out binaries. - - - Support for VMS has also been extended, incorporating improved - processing of file specification strings, optional suppression of - carriage control interpretation for record-structured files, - improved support for the -S command line switch, a number of - VMS-specific bugfixes, and significantly improved performance - in line-oriented reading of files. - - - Several hints files have been added or updated: aux.sh (updated), - convexos.sh (updated), irix_4.sh (updated), irix_5.sh (updated), - irix_6_2.sh (updated), next_3.sh (updated), next_3_2.sh (new), - next_3_3.sh (new), next_4.sh (new), os2/sh (updated), - sco.sh (updated), and solaris_2.sh (updated). +____________________________________________________________________________ +[ 1665] By: gsar on 1998/07/26 05:38:48 + Log: add trailing newline to file + Branch: perl + ! Changes lib/unicode/blocks.txt +____________________________________________________________________________ +[ 1664] By: gsar on 1998/07/26 05:08:48 + Log: integrate proto.h additions from maint-5.005 + Branch: perl + !> pod/perlhist.pod proto.h +____________________________________________________________________________ +[ 1663] By: gsar on 1998/07/26 05:07:05 + Log: add new files to MANIFEST; add missing prototypes to proto.h; + s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_; + add typecasts to silence warnings; tweaks for win32 builds + Branch: perl + ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 1662] By: gsar on 1998/07/26 05:01:52 + Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod + Branch: maint-5.005/perl + ! pod/perlhist.pod proto.h +____________________________________________________________________________ +[ 1661] By: gsar on 1998/07/26 02:52:48 + Log: up patchlevel to 5.005_50 + Branch: perl + ! Changes patchlevel.h win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/makefile.mk +____________________________________________________________________________ +[ 1660] By: gsar on 1998/07/26 02:43:57 + Log: integrate utfperl + Branch: perl + +> (branch 162 files) + !> (integrate 29 files) +____________________________________________________________________________ +[ 1659] By: gsar on 1998/07/26 02:38:22 + Log: integrate maint-5.005 changes + Branch: perl + !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh + !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod + !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t + !> vms/descrip_mms.template vms/subconfigure.com +____________________________________________________________________________ +[ 1658] By: gsar on 1998/07/26 02:23:46 + Log: VMS patches from Dan Sugalski + Date: Fri, 24 Jul 1998 11:38:25 -0700 + Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu> + Subject: [PATCH 5.005] version number problem with VMS (Corrected) + -- + Date: Fri, 24 Jul 1998 12:30:36 -0700 + Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu> + Subject: [PATCH 5.005]Tweaks to README.vms + -- + Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT) + Message-ID: + Subject: [PATCH 5.005] Final build cleanup patch + Branch: maint-5.005/perl + ! README.vms vms/descrip_mms.template vms/subconfigure.com +____________________________________________________________________________ +[ 1657] By: gsar on 1998/07/26 02:19:50 + Log: another platform where pp_sselect() needs a whole fd_set buffer + From: Lupe Christoph + Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST) + Message-Id: <199807251749.TAA22347@alanya.m.isar.de> + Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6 + Branch: maint-5.005/perl + ! pp_sys.c +____________________________________________________________________________ +[ 1656] By: gsar on 1998/07/26 02:12:46 + Log: fix problem building modules on dos-djgpp + From: Laszlo Molnar + Date: Sat, 25 Jul 1998 00:53:39 +0200 + Message-ID: <19980725005339.C222@cdata.tvnet.hu> + Subject: [PATCH 5.005] dos-djgpp and modules problem + Branch: maint-5.005/perl + ! djgpp/fixpmain +____________________________________________________________________________ +[ 1655] By: gsar on 1998/07/26 02:11:09 + Log: From: Tom Spindler + Date: Wed, 22 Jul 1998 16:11:07 -0400 + Message-ID: <19980722161107.A16813@home.merit.edu> + Subject: [PATCH 5.005] BeOS tweak + Branch: maint-5.005/perl + ! hints/beos.sh +____________________________________________________________________________ +[ 1654] By: gsar on 1998/07/26 02:09:29 + Log: various pod tweaks + Branch: maint-5.005/perl + ! Changes pod/perldelta.pod pod/perlmodinstall.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 1653] By: gsar on 1998/07/26 02:05:46 + Log: fix emacs/ptags for PL_* changes + From: Ilya Zakharevich + Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT) + Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu> + Subject: [PATCH 5.004_76] Yet better ptags + Branch: maint-5.005/perl + ! emacs/ptags +____________________________________________________________________________ +[ 1652] By: gsar on 1998/07/26 02:03:01 + Log: fix behavior of <=> on bigints + From: "M.J.T. Guy" + Message-Id: + Date: Fri, 24 Jul 1998 18:29:53 +0100 + Subject: [PATCH] Re: Math::BigInt <=> op is not correct. + Branch: maint-5.005/perl + ! lib/Math/BigInt.pm t/lib/bigintpm.t +____________________________________________________________________________ +[ 1651] By: larry on 1998/07/24 05:44:33 + Log: Here are the long-expected Unicode/UTF-8 modifications. + Branch: utfperl + + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl + + lib/unicode/Bidirectional.pl lib/unicode/Block.pl + + lib/unicode/Category.pl lib/unicode/CombiningClass.pl + + lib/unicode/Decomposition.pl + + lib/unicode/In/AlphabeticPresentationForms.pl + + lib/unicode/In/Arabic.pl + + lib/unicode/In/ArabicPresentationForms-A.pl + + lib/unicode/In/ArabicPresentationForms-B.pl + + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl + + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl + + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl + + lib/unicode/In/BoxDrawing.pl + + lib/unicode/In/CJKCompatibility.pl + + lib/unicode/In/CJKCompatibilityForms.pl + + lib/unicode/In/CJKCompatibilityIdeographs.pl + + lib/unicode/In/CJKSymbolsandPunctuation.pl + + lib/unicode/In/CJKUnifiedIdeographs.pl + + lib/unicode/In/CombiningDiacriticalMarks.pl + + lib/unicode/In/CombiningHalfMarks.pl + + lib/unicode/In/CombiningMarksforSymbols.pl + + lib/unicode/In/ControlPictures.pl + + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl + + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl + + lib/unicode/In/EnclosedAlphanumerics.pl + + lib/unicode/In/EnclosedCJKLettersandMonths.pl + + lib/unicode/In/GeneralPunctuation.pl + + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl + + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl + + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl + + lib/unicode/In/HalfwidthandFullwidthForms.pl + + lib/unicode/In/HangulCompatibilityJamo.pl + + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl + + lib/unicode/In/Hebrew.pl + + lib/unicode/In/HighPrivateUseSurrogates.pl + + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl + + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl + + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl + + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl + + lib/unicode/In/LatinExtended-A.pl + + lib/unicode/In/LatinExtended-B.pl + + lib/unicode/In/LatinExtendedAdditional.pl + + lib/unicode/In/LetterlikeSymbols.pl + + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl + + lib/unicode/In/MathematicalOperators.pl + + lib/unicode/In/MiscellaneousSymbols.pl + + lib/unicode/In/MiscellaneousTechnical.pl + + lib/unicode/In/NumberForms.pl + + lib/unicode/In/OpticalCharacterRecognition.pl + + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl + + lib/unicode/In/SmallFormVariants.pl + + lib/unicode/In/SpacingModifierLetters.pl + + lib/unicode/In/Specials.pl + + lib/unicode/In/SuperscriptsandSubscripts.pl + + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl + + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl + + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl + + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl + + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl + + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl + + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl + + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl + + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl + + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl + + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl + + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl + + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl + + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl + + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl + + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl + + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl + + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl + + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl + + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl + + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl + + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl + + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl + + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl + + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl + + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl + + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl + + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl + + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl + + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl + + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl + + lib/unicode/JamoShort.pl lib/unicode/Makefile + + lib/unicode/Name.pl lib/unicode/Number.pl + + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl + + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl + + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt + + lib/unicode/blocks.txt lib/unicode/index2.txt + + lib/unicode/jamo2.txt lib/unicode/mktables.PL + + lib/unicode/names2.txt lib/unicode/props2.txt + + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST + + utf8.c utf8.h + ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c + ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod + ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c + ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c + ! t/op/vec.t toke.c util.c vms/vmsish.h +____________________________________________________________________________ +[ 1650] By: gsar on 1998/07/24 04:06:48 + Log: create utfperl branch + Branch: utfperl + +> (branch 1079 files) +____________________________________________________________________________ +[ 1649] By: gsar on 1998/07/24 03:56:56 + Log: create maint-5.005 branch + Branch: maint-5.005/perl + +> (branch 1079 files) +____________________________________________________________________________ +[ 1648] By: gsar on 1998/07/24 03:36:35 + Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*) + Branch: perl + ! Changes - - The test driver for the regression tests now reports when a set - of tests have been skipped (presumable because the operation - they're designed to test isn't supported on the current system).