X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b4d1602fb38ea4286e078ca4755398c18c87b8a9;hb=50588fdeefaaa7117c6e7bd89a92fc19a3dba2b1;hp=39325fe2ff2ea89edbaafb0aaed540aee54d0822;hpb=fb5863504ac81de7d470bce328b184abf99533d2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 39325fe..b4d1602 100644 --- a/Changes +++ b/Changes @@ -12,10 +12,10 @@ perlhack.pod for the details. 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 February 2000): +current addresses (as of August 2000): Gisle Aas - Abigail + Abigail Kenneth Albanowski Russ Allbery Brad Appleton @@ -24,18 +24,18 @@ current addresses (as of February 2000): Vishal Bhatia Spider Boardman Tom Christiansen + Simon Cozens Mark-Jason Dominus Jan Dubois Dominic Dunlop Eric Fifer Hallvard B Furuseth M. J. T. Guy - Jarkko Hietaniemi Tom Hughes Nick Ing-Simmons Andreas Koenig Douglas Lankshear - Doug MacEachern + Doug MacEachern Raphael Manfredi Paul Marquess Stephen McCamant @@ -46,16 +46,17 @@ current addresses (as of February 2000): Jeff Okamoto Ulrich Pfeifer Tom Phoenix + Stephen Potter Joshua Pritikin Peter Prymmer Norbert Pueschel Dean Roehrich - Hugo van der Sanden + Hugo van der Sanden Michael G Schwern Roderick Schertler Kurt D. Starsinic Benjamin Stuhl - Dan Sugalski + Dan Sugalski Nathan Torkington Larry W. Virden Johan Vromans @@ -68,6 +69,7 @@ And the Keepers of the Patch Pumpkin: Malcolm Beattie Tim Bunce Andy Dougherty + Jarkko Hietaniemi Gurusamy Sarathy Chip Salzenberg @@ -91,3 +93,5876 @@ indicator: -------------- Version v5.7.0 Development release working toward v5.8 -------------- + +____________________________________________________________________________ +[ 6707] By: jhi on 2000/08/18 21:55:14 + Log: Add warnif(), check warnings further up the stack, + all the warnings functions now can take an optional object reference. + + Subject: [PATCH bleedperl@6691] warnings pragma update + From: "Paul Marquess" + Date: Fri, 18 Aug 2000 22:42:06 +0100 + Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com> + Branch: perl + ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm + ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm + ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl +____________________________________________________________________________ +[ 6706] By: jhi on 2000/08/18 21:41:45 + Log: Typo in pp_complement(). + + Subject: [PATCH perl-current] Deparse + From: Peter Scott + Date: Fri, 18 Aug 2000 12:44:37 -0700 + Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 6705] By: jhi on 2000/08/18 21:25:59 + Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName + From: Jan Dubois + Date: Fri, 18 Aug 2000 14:22:51 -0700 + Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com> + Branch: perl + ! lib/Win32.pod win32/win32.c +____________________________________________________________________________ +[ 6704] By: jhi on 2000/08/18 21:16:14 + Log: Don't eat leading os from index entries. + + Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'! + From: Russ Allbery + Date: 10 Aug 2000 20:49:25 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Man.pm +____________________________________________________________________________ +[ 6703] By: jhi on 2000/08/18 21:07:06 + Log: Add [[:blank:]] as suggested in + + Subject: [ID 20000716.024] [=cc=] / [:blank:] + From: Jeffrey Friedl + Date: Sun, 16 Jul 2000 17:55:29 -0700 + Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> + + (the [=cc=] has already been taken care of by #6439 + so the whole bug report can be closed) + + and make [[:space:]] to be equivalent to isspace(3) + (as opposed to \s, which is isSPACE()). The difference + is that now [[:space:]] matches the mythical vertical tab, + while \s doesn't. + Branch: perl + ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 6702] By: jhi on 2000/08/18 18:47:47 + Log: The new tests were missing from #6415. + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 6701] By: jhi on 2000/08/18 18:20:40 + Log: Document the NDBM_File and ODBM_File as SDBM_File + was documented in #6417. + Branch: perl + ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm + ! ext/SDBM_File/SDBM_File.pm +____________________________________________________________________________ +[ 6700] By: jhi on 2000/08/18 18:10:39 + Log: Subject: [PATCH perl@6698] cygwin port + From: "Fifer, Eric" + Date: Fri, 18 Aug 2000 17:30:05 +0100 + Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com> + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 6699] By: jhi on 2000/08/18 16:21:49 + Log: Document code point which makes if (defined %stash::) to work + (noted by Spider Boardman). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6698] By: jhi on 2000/08/18 13:43:27 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6697] By: jhi on 2000/08/18 13:35:57 + Log: Tiny Getopt::Long patch from Johan Vromans. + Branch: perl + ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t +____________________________________________________________________________ +[ 6696] By: jhi on 2000/08/18 13:26:14 + Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value" + From: Paul David Fardy + Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT) + Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca> + Branch: perl + ! pod/perldiag.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 6695] By: jhi on 2000/08/18 13:13:26 + Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues + From: Daniel Chetlin + Date: Fri, 18 Aug 2000 03:13:36 -0700 + Message-ID: <20000818031336.B14165@ilmd.chetlin.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6694] By: jhi on 2000/08/18 13:08:05 + Log: Subject: [PATCH] perltrap.pod spring cleaning + From: Daniel Chetlin + Date: Fri, 18 Aug 2000 03:06:54 -0700 + Message-ID: <20000818030654.A14165@ilmd.chetlin.org> + + plus Mike Guy's nitfix. + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 6693] By: jhi on 2000/08/18 13:00:26 + Log: Unbuffer the output. + + Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 17 Aug 2000 18:39:29 -0700 + Message-ID: + Branch: perl + ! t/op/fork.t +____________________________________________________________________________ +[ 6692] By: jhi on 2000/08/18 05:19:17 + Log: Delete the image, too, not just its MANIFEStation. + Branch: perl + - lib/CGI/eg/wilogo.gif +____________________________________________________________________________ +[ 6691] By: jhi on 2000/08/18 05:10:26 + Log: Propagate new Configure vars. + Branch: perl + ! configure.com epoc/config.sh uconfig.h uconfig.sh + ! vos/config.def vos/config.h vos/config_h.SH_orig + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc +____________________________________________________________________________ +[ 6690] By: jhi on 2000/08/18 04:30:56 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6689] By: jhi on 2000/08/18 04:12:30 + Log: Fix the lib/complex failure of + + From: abigail@foad.org + Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 + Date: 15 Aug 2000 04:06:38 -0000 + Message-Id: <20000815040638.8524.qmail@foad.org> + + Linux long double accuracy issue: something that + when printed with %g looks like "2" but int() of it is 1. + Branch: perl + ! lib/Math/Complex.pm +____________________________________________________________________________ +[ 6688] By: jhi on 2000/08/18 03:15:35 + Log: The byteorder code in #6671 was wrong. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 6687] By: jhi on 2000/08/18 02:08:42 + Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak + From: Jan Dubois + Date: Thu, 17 Aug 2000 18:31:55 -0700 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6686] By: jhi on 2000/08/18 02:04:15 + Log: Use NVs in POSIX math, not doubles. + + From: abigail@foad.org + Subject: [ID 20000817.014] POSIX & modfl + Date: 17 Aug 2000 20:49:18 -0000 + Message-Id: <20000817204918.23123.qmail@foad.org> + Branch: perl + ! ext/POSIX/POSIX.xs ext/POSIX/typemap +____________________________________________________________________________ +[ 6685] By: jhi on 2000/08/18 02:02:12 + Log: Introduce NVef, NVff, and NVgf, use the middle one. + (helps for lib/peek + Linux + long doubles) Reported in + + From: abigail@foad.org + Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 + Date: 15 Aug 2000 04:06:38 -0000 + Message-Id: <20000815040638.8524.qmail@foad.org> + + (note: the lib/complex failure has not yet been addressed) + Branch: metaconfig/U/perl + ! perlxvf.U + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH dump.c perl.h pod/perlguts.pod +____________________________________________________________________________ +[ 6684] By: jhi on 2000/08/17 23:22:19 + Log: Add byteorder to the myconfig output. + Branch: perl + ! myconfig.SH +____________________________________________________________________________ +[ 6683] By: jhi on 2000/08/17 23:20:19 + Log: The image doth not exist, spotted by Johan Vromans. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 6682] By: jhi on 2000/08/17 22:38:16 + Log: Document what the backtick returns if the command fails. + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 6681] By: jhi on 2000/08/17 22:33:12 + Log: Do not use prototyping here. + + Subject: [ID 20000817.016] [PATCH] Peek.xs + From: abigail@foad.org + Date: 17 Aug 2000 20:55:56 -0000 + Message-Id: <20000817205556.24270.qmail@foad.org> + Branch: perl + ! ext/Devel/Peek/Makefile.PL +____________________________________________________________________________ +[ 6680] By: jhi on 2000/08/17 19:46:43 + Log: Don't propose using modules built for 5.005 if no binary + compatibility with 5.005 is attempted. + + From: Jeff Okamoto + Subject: Minor nit with 5.7.0 (6655) + Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT) + Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com> + Branch: metaconfig + ! U/installdirs/inc_version_list.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6679] By: jhi on 2000/08/17 19:16:39 + Log: Microperl config update. + Branch: perl + ! uconfig.h uconfig.sh +____________________________________________________________________________ +[ 6678] By: jhi on 2000/08/17 19:16:13 + Log: The #6648 wasn't protective enough for limited platforms + (like microperl). + Branch: perl + ! dump.c sv.c +____________________________________________________________________________ +[ 6677] By: jhi on 2000/08/17 14:46:35 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6676] By: jhi on 2000/08/17 14:44:02 + Log: Add perlebcdic from Peter Prymmer, regen toc. + Branch: perl + + pod/perlebcdic.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6675] By: jhi on 2000/08/17 14:41:52 + Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit. + Branch: perl + ! pod/perldebtut.pod +____________________________________________________________________________ +[ 6674] By: jhi on 2000/08/17 14:29:43 + Log: Get -DLEAKTEST to compile (not necessarily to work, mind) + + Subject: [ID 20000724.006] -DLEAKTEST problem + From: Gregory Martin Pfeil + Date: Tue, 25 Jul 2000 00:36:32 -0500 + Message-Id: <20000725003632.A26186@www.llamacom.com> + + Reminder sent + + Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error + From: Hugo + Date: Thu, 17 Aug 2000 15:23:42 +0100 + Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 6673] By: jhi on 2000/08/17 04:07:10 + Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat + From: John Peacock + Date: Tue, 01 Aug 2000 09:38:12 -0400 + Message-ID: <3986D2C4.54B78FE4@UnivPress.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t +____________________________________________________________________________ +[ 6672] By: jhi on 2000/08/17 03:04:35 + Log: Subject: [PATCH] Cwd.pm now uses strict + From: Tim Jenness + Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST) + Message-ID: + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 6671] By: jhi on 2000/08/17 02:16:35 + Log: Make $Config{byteorder} more magical so that it is + dynamically computed: nice for 'fat binaries'. + + Subject: [PATCH]: default byteorder + From: Wilfredo Sánchez + Date: Mon, 31 Jul 2000 19:45:31 -0700 + Message-Id: <200008010245.TAA04459@ns1.abstrata.com> + Branch: perl + ! configpm +____________________________________________________________________________ +[ 6670] By: gsar on 2000/08/17 01:22:21 + Log: move WNOHANG definition to where other such things are + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 6669] By: jhi on 2000/08/17 01:19:17 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6668] By: jhi on 2000/08/17 01:16:29 + Log: Doc nits spotted by Richard Soderberg. + Branch: perl + ! README.posix-bc README.vmesa +____________________________________________________________________________ +[ 6667] By: jhi on 2000/08/17 01:12:11 + Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling + From: "Casey R. Tweten" + Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT) + Message-ID: + Branch: perl + ! pod/perldebtut.pod +____________________________________________________________________________ +[ 6666] By: jhi on 2000/08/17 01:09:31 + Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface + From: "Casey R. Tweten" + Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 6665] By: gsar on 2000/08/17 01:03:52 + Log: add "ok" targets from change#6632 in makefile.mk + Branch: perl + ! pod/perlport.pod win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 6664] By: gsar on 2000/08/17 00:56:11 + Log: avoid warnings from dense compiler + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 6663] By: jhi on 2000/08/17 00:51:49 + Log: Tweak the regex compilation errors once more. + Branch: perl + ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests + ! t/op/regmesg.t t/pragma/warn/regcomp +____________________________________________________________________________ +[ 6662] By: gsar on 2000/08/17 00:28:19 + Log: trailing new %ENV entries weren't being pushed into the real + environment of subprocesses on Windows + Branch: perl + ! t/op/magic.t win32/perlhost.h +____________________________________________________________________________ +[ 6661] By: gsar on 2000/08/17 00:19:20 + Log: waitpid() now handles externally spawned pids correctly; + fixes for backtick/wait/waitpid failures on Windows 9x + + these changes make the pid returned by process functions on + Windows 9x always positive by clearing the high bit (which + is always set on Win9x); pseudo-process PIDs are likewise + always negative now on Win9x (just as on NT/2000) + Branch: perl + ! pp_sys.c win32/perlhost.h win32/win32.c +____________________________________________________________________________ +[ 6660] By: jhi on 2000/08/17 00:04:32 + Log: Retract #6645. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6659] By: gsar on 2000/08/16 23:59:28 + Log: on windows, the return values from wait() and waitpid() don't + match those of pseudo-pids + Branch: perl + ! pp_sys.c t/op/fork.t util.c win32/win32.c +____________________________________________________________________________ +[ 6658] By: gsar on 2000/08/16 23:56:14 + Log: pod nit seen in passing + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6657] By: gsar on 2000/08/16 23:53:42 + Log: change#6328 could make close(SOCKET) return false on windows + when it shouldn't + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 6656] By: gsar on 2000/08/16 23:46:57 + Log: check that the number pseudo children doesn't exceed + MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing + the WaitForMultipleObjects() limit that would cause wait() + to crash) + + wait() and waitpid() could potentially be rewritten to use + more than one thread to do the waiting to eliminate this + limitation + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 6655] By: jhi on 2000/08/16 14:11:05 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6654] By: jhi on 2000/08/16 14:10:12 + Log: Update to perldebtut 1.9, from Richard Foley. + Branch: perl + ! pod/perldebtut.pod +____________________________________________________________________________ +[ 6653] By: jhi on 2000/08/16 14:08:17 + Log: Change the regx compilation error markers to use = instead of < + since pod makes using the latter quite messy. Reported in + ID 20000814.006 by Abigail and in + Subject: Unknown escape E<> ? + From: Lupe Christoph + Date: Fri, 11 Aug 2000 00:30:27 +0200 + Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de> + Branch: perl + ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests + ! t/op/regmesg.t t/pragma/warn/regcomp +____________________________________________________________________________ +[ 6652] By: jhi on 2000/08/16 13:25:31 + Log: Change the perlbug address to perl.org since it's more forgiving. + + Subject: [ID 20000814.007] [PATCH] Email address in perlbug. + From: abigail@foad.org + Date: 15 Aug 2000 04:15:40 -0000 + Message-Id: <20000815041540.8633.qmail@foad.org> + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 6651] By: jhi on 2000/08/16 13:22:35 + Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value + From: Tim Jenness + Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST) + Message-ID: + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 6650] By: jhi on 2000/08/16 13:18:13 + Log: Update to CPAN 1.57. + + Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 16 Aug 2000 15:09:46 +0200 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 6649] By: jhi on 2000/08/16 13:12:31 + Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod + From: "Larry W. Virden" + Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST) + Message-Id: <200003241925.OAA27985@lwv26awu.cas.org> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 6648] By: jhi on 2000/08/16 13:03:53 + Log: The numeric locale was reset to "C" by s?printf and never restored. + + Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6 + From: Christian Kirsch + Date: Wed, 9 Aug 2000 17:05:17 +0200 + Message-Id: <20000809170517.A25389@held> + + No test since adding the failing example to locale.t + does not fail -- probably because the locale settings are so + thoroughly tweaked by that time. Running the example standalone + does fail, though. + Branch: perl + ! dump.c perl.h pp.c pp_ctl.c sv.c +____________________________________________________________________________ +[ 6647] By: jhi on 2000/08/16 00:07:54 + Log: Update Changes and test semi-automatic patchlevel updating. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6646] By: jhi on 2000/08/15 23:35:07 + Log: Fix a dependency problem. + + Subject: [PATCH: 6640] VMS Makefile.SH update + From: Peter Prymmer + Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT) + Message-ID: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 6645] By: jhi on 2000/08/15 23:33:23 + Log: (Retracted by #6660) + + Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible + From: Dominic Dunlop + Date: Tue, 15 Aug 2000 22:20:52 +0200 + Message-Id: + Branch: metaconfig/U/perl + + d_printfed.U + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6644] By: jhi on 2000/08/15 21:17:20 + Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support. + From: abigail@foad.org + Date: 15 Aug 2000 20:12:41 -0000 + Message-Id: <20000815201241.25556.qmail@foad.org> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 6643] By: jhi on 2000/08/15 21:15:28 + Log: (an already applied patch) + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 6642] By: gsar on 2000/08/15 19:54:05 + Log: magic callbacks all need to have same type signature + Branch: perl + ! embed.pl mg.c proto.h +____________________________________________________________________________ +[ 6641] By: jhi on 2000/08/15 17:56:27 + Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13) + From: Mike Guy + Message-Id: + Date: Tue, 15 Aug 2000 18:26:45 +0100 + + Only the peek.t part applied, not the hash quality part. + Branch: perl + ! t/lib/peek.t +____________________________________________________________________________ +[ 6640] By: jhi on 2000/08/15 16:37:37 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6639] By: jhi on 2000/08/15 16:34:55 + Log: Missed a file from #6638. + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 6638] By: jhi on 2000/08/15 16:33:19 + Log: Subject: [PATCH perl@6620] cygwin port + From: "Fifer, Eric" + Date: Tue, 15 Aug 2000 17:00:49 +0100 + Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com> + Branch: perl + ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t +____________________________________________________________________________ +[ 6637] By: jhi on 2000/08/15 16:29:22 + Log: Subject: [PATCH] debugger exit code should reflect user exit code + From: Mike Guy + Date: Tue, 15 Aug 2000 16:55:59 +0100 + Message-Id: + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6636] By: jhi on 2000/08/15 15:30:58 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6635] By: jhi on 2000/08/15 15:27:21 + Log: Use -Dusedevel; regen Configure and the respective Porting stuff. + Branch: metaconfig + ! U/mkglossary U/mksample + Branch: metaconfig/U/perl + ! Devel.U + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 6634] By: jhi on 2000/08/15 14:11:55 + Log: Don't blow limited stacks, a lower number is enough to + tickle the lookbehind limit. + + Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH] + From: Dominic Dunlop + Date: Tue, 15 Aug 2000 13:51:24 +0200 + Message-Id: + Branch: perl + ! t/op/regmesg.t +____________________________________________________________________________ +[ 6633] By: jhi on 2000/08/15 14:01:46 + Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod + From: Mike Guy + Date: Tue, 15 Aug 2000 12:10:50 +0100 + Message-Id: + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 6632] By: jhi on 2000/08/15 13:58:48 + Log: make ok etc also for win32. + + Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED) + From: Prymmer/Kahn + Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT) + Message-Id: + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 6631] By: jhi on 2000/08/15 13:45:03 + Log: Update (kinda) to Test 1.14, from Joshua Pritikin. + Branch: perl + ! lib/Test.pm +____________________________________________________________________________ +[ 6630] By: jhi on 2000/08/15 03:25:09 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6629] By: jhi on 2000/08/15 03:23:53 + Log: magic_regdatum_set() is void, not int. + Branch: perl + ! embed.pl mg.c proto.h +____________________________________________________________________________ +[ 6628] By: jhi on 2000/08/15 03:08:02 + Log: Make the user to give up his firstborn, err, to knowingly + verify installing an unstable developer release. Also bump + the release to 5.7.0, but leave a patch tag in the local + patches saying that this is not yet the real thing. + Branch: metaconfig + ! U/modified/Instruct.U + Branch: metaconfig/U/perl + + Devel.U + Branch: perl + ! Configure patchlevel.h +____________________________________________________________________________ +[ 6627] By: jhi on 2000/08/14 22:32:52 + Log: README.os2 update. + + Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive, + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 02 Aug 2000 21:55:09 -0700 + Message-ID: + Branch: perl + ! README.os2 +____________________________________________________________________________ +[ 6626] By: jhi on 2000/08/14 21:00:02 + Log: Subject: Re: File::Temp problems on VMS in bleedperl + From: Tim Jenness + cc: vmsperl@perl.org + Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST) + Message-ID: + Branch: perl + ! lib/File/Temp.pm t/lib/ftmp-tempfile.t +____________________________________________________________________________ +[ 6625] By: jhi on 2000/08/14 20:52:16 + Log: Add SUIDMAIL as was done for the CERT alert. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 6624] By: jhi on 2000/08/14 20:48:50 + Log: Subject: sfio2000 + From: Daniel Muino + Date: Mon, 14 Aug 2000 16:58:11 -0300 + Message-ID: <20000814165811.B16368@con2-dgi> + Branch: perl + ! perlsdio.h perlsfio.h +____________________________________________________________________________ +[ 6623] By: jhi on 2000/08/14 20:47:36 + Log: Subject: warning: storage class after type is obsolescent + From: Daniel Muino + Date: Mon, 14 Aug 2000 16:42:47 -0300 + Message-ID: <20000814164247.A16368@con2-dgi> + Branch: perl + ! regcomp.pl regnodes.h +____________________________________________________________________________ +[ 6622] By: jhi on 2000/08/14 20:43:05 + Log: Subject: [ID 20000814.002] [Patch] Email address in Changes. + From: abigail@foad.org + Date: 14 Aug 2000 20:00:10 -0000 + Message-Id: <20000814200010.27271.qmail@foad.org> + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6621] By: jhi on 2000/08/14 15:23:05 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6620] By: jhi on 2000/08/14 15:22:14 + Log: Subject: Re: [PATCH] @+, @- readonly + From: Mike Guy + Date: Mon, 14 Aug 2000 15:26:55 +0100 + Message-Id: + Branch: perl + ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h + ! sv.c t/op/pat.t +____________________________________________________________________________ +[ 6619] By: jhi on 2000/08/14 14:12:08 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6618] By: jhi on 2000/08/14 14:09:34 + Log: For now remove the mail code. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6617] By: jhi on 2000/08/14 14:08:28 + Log: Drop the eg/ mentions and also mention the recent suidperl thing. + Branch: perl + ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod + ! pod/perlfaq8.pod pod/perlsec.pod +____________________________________________________________________________ +[ 6616] By: jhi on 2000/08/14 14:00:11 + Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" + From: Mike Guy + Date: Mon, 14 Aug 2000 08:26:02 +0100 + Message-Id: + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6615] By: jhi on 2000/08/14 13:58:45 + Log: Subject: [PATCH] @+, @- readonly (was Re: @ interpolating in "") + From: Mike Guy + Date: Mon, 14 Aug 2000 08:04:22 +0100 + Message-Id: + Branch: perl + ! gv.c mg.c t/op/pat.t +____________________________________________________________________________ +[ 6614] By: jhi on 2000/08/14 13:56:45 + Log: Subject: Test fails / warnings with perl-current #6612 + From: Mike Guy + Date: Mon, 14 Aug 2000 07:57:23 +0100 + Message-Id: + Branch: perl + ! t/lib/b.t t/lib/peek.t +____________________________________________________________________________ +[ 6613] By: jhi on 2000/08/14 13:45:33 + Log: VMS configure.com update continues. + Branch: perl + - vms/configure.com + ! MANIFEST configure.com +____________________________________________________________________________ +[ 6612] By: jhi on 2000/08/13 22:13:35 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6611] By: jhi on 2000/08/13 16:21:45 + Log: Upgrade to CGI 2.71, from Lincoln Stein. + Branch: perl + ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t +____________________________________________________________________________ +[ 6610] By: jhi on 2000/08/13 15:09:16 + Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set + From: Mike Guy + Date: Sun, 13 Aug 2000 13:45:51 +0100 + Message-Id: + Branch: perl + ! t/op/regmesg.t +____________________________________________________________________________ +[ 6609] By: jhi on 2000/08/13 14:31:26 + Log: Andreas says that 1.56 is fine, so reverting back to it. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 6608] By: jhi on 2000/08/13 05:34:20 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6607] By: jhi on 2000/08/13 05:32:01 + Log: Put back the \z changes of #5406 to CPAN.pm. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 6606] By: jhi on 2000/08/13 05:20:16 + Log: Fix-n-skip the tests under 5005threads. + Branch: perl + ! t/lib/b.t +____________________________________________________________________________ +[ 6605] By: jhi on 2000/08/13 05:07:48 + Log: Fix the test for 5005threads. + Branch: perl + ! t/lib/peek.t +____________________________________________________________________________ +[ 6604] By: jhi on 2000/08/13 03:35:37 + Log: Should have deleted this in #6603. + Branch: perl + - vms/subconfigure.com +____________________________________________________________________________ +[ 6603] By: jhi on 2000/08/12 18:29:32 + Log: Rewrite of vms/subconfigure.com as configure.com, + from Peter Prymmer and the vmsperl crew. + Branch: perl + + vms/configure.com + ! MANIFEST +____________________________________________________________________________ +[ 6602] By: jhi on 2000/08/11 13:00:01 + Log: PlainText.pm is dead. + Branch: perl + - lib/Pod/PlainText.pm + ! MANIFEST +____________________________________________________________________________ +[ 6601] By: jhi on 2000/08/11 04:06:45 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6600] By: jhi on 2000/08/11 04:06:10 + Log: Add a few missing files, update MANIFEST. + Branch: perl + + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif + + lib/Pod/PlainText.pm t/pod/find.t + ! MANIFEST t/op/regmesg.t +____________________________________________________________________________ +[ 6599] By: jhi on 2000/08/11 03:31:10 + Log: Add Perl debugging tutorial, regen toc. + + Subject: perldebtut.pod + From: Richard Foley + Date: Wed, 09 Aug 2000 10:17:15 +0200 + Message-id: <3991138B.262247B8@m.dasa.de> + Branch: perl + + pod/perldebtut.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6598] By: jhi on 2000/08/11 02:48:56 + Log: tiny Changes edit + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6597] By: jhi on 2000/08/11 02:39:04 + Log: Tests for #6589. + + Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? + From: simon@brecon.co.uk (Simon Cozens) + Date: 11 Aug 2000 02:24:52 GMT + Message-ID: + Branch: perl + ! t/lib/b.t +____________________________________________________________________________ +[ 6596] By: jhi on 2000/08/11 01:50:07 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6595] By: jhi on 2000/08/11 01:47:16 + Log: nitfix + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6594] By: jhi on 2000/08/11 01:36:16 + Log: Subject: Getting perlio and threads to compile + From: Lupe Christoph + Date: Wed, 9 Aug 2000 11:35:54 +0200 + Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de> + + (the Solaris version changes in Configure skipped) + Branch: perl + ! hints/solaris_2.sh thread.h +____________________________________________________________________________ +[ 6593] By: jhi on 2000/08/11 01:30:16 + Log: Subject: Re: [ID 20000730.003] utf8::length() bad + From: simon@brecon.co.uk (Simon Cozens) + Date: 1 Aug 2000 06:55:19 GMT + Message-ID: + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 6592] By: jhi on 2000/08/11 01:26:39 + Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al + From: Peter Scott + Date: Thu, 10 Aug 2000 08:23:27 -0700 + Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6591] By: jhi on 2000/08/11 01:22:02 + Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value + From: Hugo + Date: Thu, 10 Aug 2000 19:23:04 +0100 + Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk> + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 6590] By: jhi on 2000/08/11 01:19:19 + Log: Preprocessing and postprocessing for File::Find. + + Subject: Patch to Find::File.pm to allow alphabetical results + From: Joe Smith + Date: Wed, 9 Aug 2000 02:44:54 -0700 + Message-Id: <20000809024453.A21193@tardis.Tymnet.COM> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 6589] By: jhi on 2000/08/11 01:12:39 + Log: B::Deparse didn't do sub attributes. + + Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? + From: simon@brecon.co.uk (Simon Cozens) + Date: 9 Aug 2000 04:49:20 GMT + Message-ID: + Branch: perl + ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 6588] By: jhi on 2000/08/11 01:06:40 + Log: Subject: debugger "d" command doesnt check line number + From: Mike Guy + Date: Tue, 08 Aug 2000 21:54:29 +0100 + Message-Id: + Branch: perl + ! lib/perl5db.pl mg.c pod/perldiag.pod +____________________________________________________________________________ +[ 6587] By: jhi on 2000/08/11 00:45:03 + Log: sleep(1) does not necessarily return 1. + + Subject: [PATCH bleadperl] op/lex_assign.t + From: Hugo + Date: Thu, 03 Aug 2000 14:34:22 +0100 + Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk> + Branch: perl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 6586] By: jhi on 2000/08/11 00:31:50 + Log: Document the IO::Select timeout. + Branch: perl + ! ext/IO/lib/IO/Select.pm +____________________________________________________________________________ +[ 6585] By: jhi on 2000/08/11 00:13:54 + Log: Forgot contributor. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6584] By: jhi on 2000/08/11 00:09:19 + Log: detypo + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6583] By: jhi on 2000/08/11 00:07:53 + Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03. + + Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0] + From: Mike Guy + Date: Thu, 10 Aug 2000 15:50:54 +0100 + Message-Id: + Branch: perl + ! sv.c t/op/int.t +____________________________________________________________________________ +[ 6582] By: jhi on 2000/08/10 23:29:32 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6581] By: jhi on 2000/08/10 23:26:16 + Log: Put back the std @INC thing. + Branch: perl + ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t + ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t + ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t + ! t/lib/gol-oo.t +____________________________________________________________________________ +[ 6580] By: jhi on 2000/08/10 23:03:34 + Log: Update to CGI 2.70, from Lincoln Stein. + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm + ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t + ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t + ! t/lib/cgi-request.t +____________________________________________________________________________ +[ 6579] By: jhi on 2000/08/10 22:41:50 + Log: Update to CPAN 1.56, from Andreas König. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 6578] By: jhi on 2000/08/10 22:38:13 + Log: Update to Pod::Parser 1.17, from Brad Appleton. + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm + ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL + ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t + ! t/pod/include.t t/pod/included.t t/pod/lref.t + ! t/pod/multiline_items.t t/pod/nested_items.t + ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t + ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t + ! t/pod/special_seqs.t +____________________________________________________________________________ +[ 6577] By: jhi on 2000/08/10 22:35:41 + Log: Small AUTHORS and MAINTAIN updates. Could do with big updates. + Branch: perl + ! AUTHORS MAINTAIN +____________________________________________________________________________ +[ 6576] By: jhi on 2000/08/10 22:24:54 + Log: Update to Getopt::Long 2.23_05, from Johan Vromans. + Branch: perl + + t/lib/gol-oo.t + ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t + ! t/lib/gol-compat.t t/lib/gol-linkage.t +____________________________________________________________________________ +[ 6575] By: jhi on 2000/08/10 22:02:07 + Log: Update to Term::ANSIColor 1.03, from Russ Allbery. + Branch: perl + ! lib/Term/ANSIColor.pm t/lib/ansicolor.t +____________________________________________________________________________ +[ 6574] By: jhi on 2000/08/10 21:55:03 + Log: Iterating perl6 description. + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 6573] By: jhi on 2000/08/10 21:48:26 + Log: Revert the sv.c part of #6559, a better fix is needed. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6572] By: jhi on 2000/08/10 20:33:43 + Log: It's the 2ndO'ROSSC. + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 6571] By: jhi on 2000/08/10 15:55:48 + Log: detypo + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 6570] By: jhi on 2000/08/10 14:11:17 + Log: An exceptionally sticky typo. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6569] By: jhi on 2000/08/10 14:09:33 + Log: detypo (and test Changes updating script) + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6568] By: jhi on 2000/08/10 14:07:07 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6567] By: jhi on 2000/08/10 14:06:19 + Log: Amend the description of Perl6. + Subject: [PATCH Perl-5.6.0] perlfaq1.pod + From: Elaine -HFB- Ashton + Date: Wed, 9 Aug 2000 22:11:06 -0500 + Message-ID: <20000809221106.A12246@chaos.wustl.edu> + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 6566] By: jhi on 2000/08/10 13:58:57 + Log: Subject: Remove dead entry in perldiag + From: Mike Guy + Date: Thu, 10 Aug 2000 14:19:19 +0100 + Message-Id: + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 6565] By: jhi on 2000/08/10 13:51:48 + Log: Zero entries were skipped, fix from Adrian Goalby + + Branch: perl + ! lib/unicode/Number.pl lib/unicode/mktables.PL +____________________________________________________________________________ +[ 6564] By: jhi on 2000/08/10 13:00:12 + Log: Subject: [PATCH 5.6.0] cygwin port + From: "Fifer, Eric" + Date: Thu, 10 Aug 2000 13:15:36 +0100 + Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com> + Branch: perl + ! README.cygwin hints/cygwin.sh +____________________________________________________________________________ +[ 6563] By: jhi on 2000/08/10 12:55:16 + Log: Get back into sync with Jeffrey on the enhanced regex warnings. + Branch: perl + ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t +____________________________________________________________________________ +[ 6562] By: gsar on 2000/08/10 08:38:39 + Log: warn is a macro, avoid using at a variable to avoid warnings + in some configurations; readdir.t is too conservative in + estimating number of *.t's + Branch: perl + ! t/op/readdir.t util.c +____________________________________________________________________________ +[ 6561] By: jhi on 2000/08/09 23:35:42 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6560] By: jhi on 2000/08/09 23:05:47 + Log: Subject: Re: enhanced(?) regex error messages + From: Jeffrey Friedl + Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT) + Message-Id: <200008090759.AAA07144@ventrue.yahoo.com> + + (plus two small patches sent privately) + (this still seems to leave few test failures) + Branch: perl + + t/op/regmesg.t + ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t + ! t/pragma/warn/regcomp +____________________________________________________________________________ +[ 6559] By: jhi on 2000/08/09 20:41:18 + Log: (The fix did work but was not right, retracted in #6573) + + Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6 + From: Christian Kirsch + Date: Wed, 9 Aug 2000 17:05:17 +0200 + Message-Id: <20000809170517.A25389@held> + Branch: perl + ! sv.c t/pragma/locale.t +____________________________________________________________________________ +[ 6558] By: jhi on 2000/08/08 22:34:08 + Log: Tiny updates on the contributors list. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 6557] By: jhi on 2000/08/08 19:34:28 + Log: Double check that we have a dirhandle. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 6556] By: jhi on 2000/08/08 19:01:51 + Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean. + May be repopulated with fresh maintained examples. + Branch: perl + + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm + + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi + + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi + + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu + + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi + + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi + + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi + + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi + + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi + + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi + + lib/CGI/eg/wilogo_gif.uu + - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm + - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi + - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi + - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi + - eg/cgi/frameset.cgi eg/cgi/index.html + - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi + - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi + - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi + - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu + - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar + - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh + - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink + - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last + - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps + - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server + - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg + - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc + - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp + - eg/van/vanish eg/who eg/wrapsuid + ! MANIFEST +____________________________________________________________________________ +[ 6555] By: jhi on 2000/08/08 18:51:08 + Log: Delete chat2 as requested by Randal. + + Subject: Re: perlfaq8 coyness + From: merlyn@stonehenge.com (Randal L. Schwartz) + Date: 15 May 2000 18:52:42 -0700 + Message-ID: + Branch: perl + - lib/chat2.pl + ! MANIFEST +____________________________________________________________________________ +[ 6554] By: jhi on 2000/08/08 18:31:35 + Log: Regen global.sym. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 6553] By: jhi on 2000/08/08 18:28:13 + Log: Do away with array context, from Daniel Chetlin + (either perlbug or p5p ate the original), plus regen + perlapi and perltoc. + Branch: perl + ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el + ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm + ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm + ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm + ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm + ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm + ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h + ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t + ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t + ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm +____________________________________________________________________________ +[ 6552] By: jhi on 2000/08/08 18:06:29 + Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu) + From: Mike Guy + Message-Id: + Date: Tue, 08 Aug 2000 15:51:27 +0100 + Branch: perl + ! doop.c sv.h t/op/join.t t/pragma/overload.t +____________________________________________________________________________ +[ 6551] By: jhi on 2000/08/08 18:01:11 + Log: Re-apply #6549. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6550] By: jhi on 2000/08/08 17:43:08 + Log: Accidental retraction of #6549. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6549] By: jhi on 2000/08/08 17:40:04 + Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" + From: Mike Guy + Date: Mon, 07 Aug 2000 21:49:58 +0100 + Message-Id: + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6548] By: jhi on 2000/08/08 17:37:57 + Log: Document here-doc better. + + Subject: Re: [ID 20000804.003] heredoc in s///e replacement + From: Mike Guy + Date: Mon, 07 Aug 2000 14:02:09 +0100 + Message-Id: + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 6547] By: jhi on 2000/08/08 17:33:34 + Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg" + From: "Randy J. Ray" + Date: Mon, 07 Aug 2000 19:12:25 -0700 + Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com> + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 6546] By: jhi on 2000/08/08 17:29:26 + Log: Subject: Re: enhanced(?) regex error messages + From: Hugo + Date: Tue, 08 Aug 2000 03:25:51 +0100 + Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk> + + plus Capitalize the error messages, plus perldiag them. + Branch: perl + ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 6545] By: jhi on 2000/08/08 13:59:28 + Log: Augment #6539 a bit: don't croak if there's magic in the air. + + Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) + From: Hugo + Date: Tue, 08 Aug 2000 03:02:03 +0100 + Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk> + Branch: perl + ! pp.c t/op/bless.t +____________________________________________________________________________ +[ 6544] By: jhi on 2000/08/07 21:11:52 + Log: Make the test -w clean. + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 6543] By: jhi on 2000/08/07 19:49:53 + Log: use warnings instead of $^W. + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 6542] By: jhi on 2000/08/07 17:41:41 + Log: Disable a portability warning Because We Know What We Are Doing. + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 6541] By: jhi on 2000/08/07 17:29:51 + Log: Tiny tidying on report_evil_fh(). + Branch: perl + ! util.c +____________________________________________________________________________ +[ 6540] By: jhi on 2000/08/07 16:37:38 + Log: Make regular expression parse error messages easier to understand. + + Subject: Re: enhanced(?) regex error messages + From: Jeffrey Friedl + Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT) + Message-Id: <200008050634.XAA20360@ventrue.yahoo.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 6539] By: jhi on 2000/08/07 16:12:27 + Log: Make bless(REF, REF) a fatal error, add bless tests. + + Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) + From: Hugo + Date: Mon, 07 Aug 2000 16:59:38 +0100 + Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk> + Branch: perl + + t/op/bless.t + ! MANIFEST pod/perldiag.pod pp.c sv.c +____________________________________________________________________________ +[ 6538] By: jhi on 2000/08/07 15:59:43 + Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented + From: Tim Conrow + Date: Thu, 3 Aug 2000 14:29:21 -0700 + Message-Id: <200008032129.OAA27898@spindrift.caltech.edu> + Branch: perl + ! lib/lib_pm.PL +____________________________________________________________________________ +[ 6537] By: jhi on 2000/08/07 15:47:18 + Log: Retract #6419 for now since it breaks in AFS and MachTen. + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 6536] By: jhi on 2000/08/07 15:05:29 + Log: Plug the security hole described in the Aug 05 2000 bugtraq message + "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski. + The security hole exists only in suidperls, which isn't + installed or even built by default. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6535] By: jhi on 2000/08/07 14:45:14 + Log: tr memory corruption fix from Simon Cozens. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 6534] By: jhi on 2000/08/06 11:38:16 + Log: Document a bit that UDP is not what you might think. + + Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation + From: Lupe Christoph + Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de> + Date: Mon, 24 Jul 2000 08:59:15 +0200 + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 6533] By: jhi on 2000/08/06 11:35:01 + Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0) + From: Jeff Pinyan + Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT) + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6532] By: jhi on 2000/08/06 03:45:41 + Log: Have symbols for the IoTYPEs. + Branch: perl + ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c +____________________________________________________________________________ +[ 6531] By: jhi on 2000/08/06 01:33:55 + Log: Continue fixing the io warnings. This also + sort of fixes bug ID 20000802.003: the core dump + is no more. Whether the current behaviour is correct + (giving a warning: "Not a format reference"), is another matter. + Branch: perl + ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio + ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c +____________________________________________________________________________ +[ 6530] By: jhi on 2000/08/05 21:33:12 + Log: Change the Policy policy: now -Dprefix= with an existing + Policy.sh and prefix == siteprefix == vendorprefix, then all + of them follow along the new prefix. + + Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH] + From: Andy Dougherty + Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT) + Message-ID: + Branch: perl + ! Policy_sh.SH +____________________________________________________________________________ +[ 6529] By: jhi on 2000/08/05 18:57:28 + Log: Zap lib/Sys directory when cleaning up. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 6528] By: jhi on 2000/08/05 18:40:44 + Log: Essential prototype changes were missing from #6527. + Also make report_evil_fh() more bomb-proof. + Branch: perl + ! embed.h util.c +____________________________________________________________________________ +[ 6527] By: jhi on 2000/08/05 03:22:05 + Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock + From: "Ronald F. Guilmette" + Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT) + Message-Id: <200007242247.PAA52177@monkeys.com> + Branch: perl + ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c +____________________________________________________________________________ +[ 6526] By: jhi on 2000/08/04 21:23:27 + Log: gcc versions might have (parentheses) in them. + Branch: metaconfig/U/perl + ! gccvers.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6525] By: jhi on 2000/08/04 20:23:12 + Log: Weed buglets pointed out by + + From: Lupe Christoph + Subject: Re: [ID 20000803.005] miniperl aborts during Perl make + Date: Fri, 4 Aug 2000 17:34:39 +0200 + Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de> + Branch: metaconfig/U/perl + ! gccvers.U uselfs.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6524] By: jhi on 2000/08/04 19:02:08 + Log: Warn under -w if lstat(FH) is attempted. + + Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot + From: "Todd C. Miller" + Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) + Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c + ! t/pragma/warn/pp_sys +____________________________________________________________________________ +[ 6523] By: jhi on 2000/08/04 12:31:11 + Log: Subject: New perlcc, take 2 + From: simon@brecon.co.uk (Simon Cozens) + Date: 4 Aug 2000 06:21:04 GMT + Message-ID: + Branch: perl + ! utils/perlcc.PL +____________________________________________________________________________ +[ 6522] By: jhi on 2000/08/04 12:26:33 + Log: Subject: Re: Array vs. List context + From: Daniel Chetlin + Date: Fri, 4 Aug 2000 00:22:44 -0700 + Message-ID: <20000804002244.A5924@ilmd.chetlin.org> + Branch: perl + ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 6521] By: jhi on 2000/08/04 12:22:38 + Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters + From: Raymund Will + Date: Fri, 4 Aug 2000 12:07:09 +0200 + Message-Id: <20000804120709.A14982@caldera.de> + Branch: perl + ! configure.gnu +____________________________________________________________________________ +[ 6520] By: jhi on 2000/08/04 04:09:06 + Log: After the #6519 a warning about stat() is just that, + not about a filetest, which now have their own warning. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 6519] By: jhi on 2000/08/04 04:06:30 + Log: In the warnings call filehandles consistently so; + add "unopened" warning for stat(). + Branch: perl + ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio + ! t/pragma/warn/pp_sys +____________________________________________________________________________ +[ 6518] By: jhi on 2000/08/04 02:55:35 + Log: Subject: Minor tweak to perlvar.pod + From: "Stephen P. Potter" + Date: Tue, 18 Apr 2000 09:26:03 -0400 + Message-Id: <200004181326.JAA01560@spp.users.ds.net> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 6517] By: jhi on 2000/08/04 02:50:08 + Log: Subject: [ID 19990721.004] Documentation bug in perlfunc + From: "Clinton Pierce" + Date: Wed, 21 Jul 1999 16:45:31 -0400 + Message-Id: <199907212049.QAA12875@mailfw3.ford.com> + + Fix by Stephen Potter (visible in the bug db but not in p5p?) + Branch: perl + ! pod/perlfunc.pod pod/perlop.pod +____________________________________________________________________________ +[ 6516] By: jhi on 2000/08/04 02:09:25 + Log: This is 6512. Really. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 6515] By: jhi on 2000/08/04 01:25:50 + Log: mention the idea of @( and @) + Branch: perl + ! Todo-5.6 +____________________________________________________________________________ +[ 6514] By: bailey on 2000/08/04 01:18:46 + Log: YA resync with mainstem, including VMS patches from others + Branch: vmsperl + +> (branch 48 files) + - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc + !> (integrate 354 files) +____________________________________________________________________________ +[ 6513] By: jhi on 2000/08/04 01:18:18 + Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily + From: Mark Dickinson + Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT) + Message-Id: + Branch: perl + ! t/op/grent.t t/op/pwent.t +____________________________________________________________________________ +[ 6512] By: jhi on 2000/08/04 01:14:06 + Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump + From: "M.J.T. Guy" + Date: Wed, 02 Aug 2000 10:51:01 +0100 + Message-Id: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6511] By: jhi on 2000/08/04 00:57:00 + Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 03 Aug 2000 17:20:04 -0700 + Message-ID: <0wgi5gzkgqLb092yn@efn.org> + Branch: metaconfig + ! U/modified/Cppsym.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6510] By: jhi on 2000/08/04 00:25:28 + Log: detypo + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 6509] By: jhi on 2000/08/03 23:43:18 + Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t + From: Dominic Dunlop + Date: Thu, 3 Aug 2000 22:16:46 +0200 + Message-Id: + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6508] By: jhi on 2000/08/03 23:40:37 + Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems + From: Hugo + Date: Thu, 03 Aug 2000 18:25:30 +0100 + Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk> + Branch: perl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 6507] By: jhi on 2000/08/03 23:38:28 + Log: Subject: [PATCH] sv.h documentation - SvLEN + From: Mike Guy + Date: Thu, 03 Aug 2000 14:43:09 +0100 + Message-Id: + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 6506] By: jhi on 2000/08/03 15:49:14 + Log: Disable the fix_pl hack for now. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 6505] By: jhi on 2000/08/03 13:49:04 + Log: Add a URL for FSF. + + Subject: Patch for README + From: Elaine -HFB- Ashton + Date: Wed, 2 Aug 2000 13:25:09 -0500 + Message-ID: <20000802132509.I10379@chaos.wustl.edu> + Branch: perl + ! README +____________________________________________________________________________ +[ 6504] By: jhi on 2000/08/03 13:29:19 + Log: Be more informative on what is skipped and why, + also repeat the list at the end. + Branch: perl + ! Porting/p4desc +____________________________________________________________________________ +[ 6503] By: jhi on 2000/08/03 13:07:05 + Log: Circumvent the removal of .patch by fix_pl. + + Subject: Re: [ID 20000802.011] unable to 'make test' + From: simon@brecon.co.uk (Simon Cozens) + Date: 3 Aug 2000 04:17:00 GMT + Message-ID: + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 6502] By: jhi on 2000/08/03 00:14:34 + Log: Add the missing setproctitle unit. + Branch: metaconfig/U/perl + + d_setproctitle.U +____________________________________________________________________________ +[ 6501] By: jhi on 2000/08/03 00:00:26 + Log: The subtest 4 may fail also on VOBS, as pointed out + by Nick Ing-Simmons in November 1999, bug id 19991124.003 + (but the failure in that bug report isn't the subtest 4). + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 6500] By: jhi on 2000/08/02 23:49:30 + Log: Better skip message for the test; one of the two problems in + + Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7 + From: Lupe Christoph + Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET) + Message-Id: <200002241054.LAA06808@lupe-christoph.de> + Branch: perl + ! t/op/numconvert.t +____________________________________________________________________________ +[ 6499] By: jhi on 2000/08/02 22:49:16 + Log: Allow "no Module;" even if there is no 'unimport'. + + Subject: [ID 20000324.029] `unimport' is not special the way `import' is + From: mjd@plover.com + Date: 24 Mar 2000 15:24:34 -0000 + Message-Id: <20000324152434.15160.qmail@plover.com> + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 6498] By: jhi on 2000/08/02 22:42:58 + Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros + that are hopefully soon put into use. + Branch: perl + ! opcode.h opcode.pl opnames.h +____________________________________________________________________________ +[ 6497] By: gsar on 2000/08/02 22:28:59 + Log: require.t needs binmode() to work on windows + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 6496] By: jhi on 2000/08/02 22:08:51 + Log: Document the IVdf UVuf UVof UVxf. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 6495] By: jhi on 2000/08/02 21:54:26 + Log: detypo #6494 + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 6494] By: jhi on 2000/08/02 21:49:17 + Log: Dump UVs as UVs in Data::Dumper. + + Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers + From: Gurusamy Sarathy + Date: Thu, 27 Apr 2000 12:26:25 -0700 + Message-Id: <200004271926.MAA04331@molotok.activestate.com> + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 6493] By: jhi on 2000/08/02 17:01:58 + Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error + From: Hugo + Date: Wed, 02 Aug 2000 14:53:56 +0100 + Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 6492] By: jhi on 2000/08/02 15:02:46 + Log: The new setproctitle() feature is available only in + bleeding edge FreeBSD. From Paul Saab. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 6491] By: jhi on 2000/08/02 13:34:36 + Log: The tr utf8 patching continues. + + Subject: Re: #6469, too many tests claimed in require.t + From: simon@brecon.co.uk (Simon Cozens) + Date: 2 Aug 2000 02:37:17 GMT + Message-ID: + + (the logic of the test was the wrong way round in the patch) + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 6490] By: jhi on 2000/08/02 13:27:38 + Log: The name of a filehandle does not have . + Branch: perl + ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio + ! t/pragma/warn/pp_sys util.c +____________________________________________________________________________ +[ 6489] By: jhi on 2000/08/02 04:26:46 + Log: Remove the extraneous "main::" prefix from all the + "opened only for", "on closed", and "never opened" warnings. + + Subject: Re: inappropriate warning + From: Gurusamy Sarathy + Date: Mon, 20 Mar 2000 11:28:02 -0800 + Message-Id: <200003201928.LAA32224@maul.ActiveState.com> + Branch: perl + ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c + ! proto.h t/pragma/warn/4lint t/pragma/warn/doio + ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c +____________________________________________________________________________ +[ 6488] By: jhi on 2000/08/02 03:02:57 + Log: memcpy has n o in it, as pinted ut by Sarathy. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 6487] By: jhi on 2000/08/02 02:44:51 + Log: Document in one place the memory abstractions used in Perl core. + + Subject: Re: Memory abstraction + From: simon@brecon.co.uk (Simon Cozens) + Date: 2 Aug 2000 02:20:23 GMT + Organization: Earth.li Origins + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 6486] By: jhi on 2000/08/02 02:41:57 + Log: regen_headers, regen perltoc. + Branch: perl + ! perlapi.c pod/perltoc.pod +____________________________________________________________________________ +[ 6485] By: jhi on 2000/08/02 01:43:33 + Log: "This little thing tests for a file .patch, and if it contains + a number, pops into patchlevel.h" (making it easier to track + which development version people are reporting bugs against) + + Subject: Patchlevel autogeneration for repository perls + From: simon@brecon.co.uk (Simon Cozens) + Date: 14 Jul 2000 07:12:15 GMT + Message-ID: + Branch: perl + + fix_pl + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 6484] By: jhi on 2000/08/02 01:32:54 + Log: FreeBSD 3.* updates from + + From: Paul Saab + Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps + Date: Tue, 1 Aug 2000 15:41:39 -0700 + Message-Id: <20000801154139.A53740@yahoo-inc.com> + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 6483] By: jhi on 2000/08/02 01:27:44 + Log: In new BSDs changes to argv[] do not show up in ps(1) output, + instead one must use setproctitle(). This was already addressed + by change #6457, but the below has a new variant for FreeBSD 4.0 + or later, and the matter is also documented more. + + From: Paul Saab + Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps + Date: Tue, 1 Aug 2000 15:41:39 -0700 + Message-Id: <20000801154139.A53740@yahoo-inc.com> + Branch: metaconfig/U/perl + + i_libutil.U + Branch: perl + ! Configure config_h.SH mg.c perl.h pod/perlvar.pod +____________________________________________________________________________ +[ 6482] By: jhi on 2000/08/01 22:17:32 + Log: The test from this + + Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions + Date: Sat, 15 Apr 2000 17:03:44 +0100 + From: Tom Hughes + Message-ID: + + was missing, the code change went in as #5989 + (which had a different test?) + Branch: perl + ! t/op/misc.t +____________________________________________________________________________ +[ 6481] By: jhi on 2000/08/01 21:48:38 + Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself + From: Jeff Okamoto + Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT) + Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 6480] By: jhi on 2000/08/01 18:05:28 + Log: Make p4desc to skip non-mainperl branches by default. + Branch: perl + ! Porting/p4desc +____________________________________________________________________________ +[ 6479] By: jhi on 2000/08/01 17:29:19 + Log: If gccosandvers is equal to osname, clear gccosandvers. + Branch: metaconfig/U/perl + ! gccvers.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6478] By: jhi on 2000/08/01 15:54:08 + Log: BOM patching from Simon Cozens. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6477] By: jhi on 2000/08/01 04:50:33 + Log: Stash away the largefiles flags and libswanted. + Branch: perl + ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh +____________________________________________________________________________ +[ 6476] By: gsar on 2000/08/01 04:24:24 + Log: various syntax errors and such (not fixed: comp/require.t#22 coredump + on Windows) + Branch: perl + ! t/pragma/utf8.t utf8.c win32/win32.c +____________________________________________________________________________ +[ 6475] By: jhi on 2000/08/01 03:35:24 + Log: Make chr() for values >127 to create utf8 when under utf8. + + Subject: Re: uft8/chr() + From: simon@brecon.co.uk (Simon Cozens) + Date: 1 Aug 2000 02:37:02 GMT + Message-ID: + Branch: perl + ! pod/perlfunc.pod pp.c t/pragma/utf8.t +____________________________________________________________________________ +[ 6474] By: jhi on 2000/08/01 02:36:18 + Log: In Digital UNIX warn if gcc explicitly chosen because even + 2.95.2 is known to cause problems. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 6473] By: jhi on 2000/08/01 02:00:56 + Log: Make the safety catch for buggy gccs work with triple version + numbers like 2.95.2. Reported in + + Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2 + From: Maurizio Loreti + Date: Mon, 31 Jul 2000 14:55:06 +0200 + Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it> + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 6472] By: jhi on 2000/08/01 01:13:33 + Log: Subject: fix and question re: waitpid() under win32 + From: Brian Clarke + Date: Fri, 28 Jul 2000 15:18:29 -0400 + Message-ID: <3981DC85.290314EB@appliedmeta.com> + + Slightly reformatted and WNOHANG # define moved to win32.h + so that also POSIX.xs sees it, as suggsted by Sarathy. + Branch: perl + ! win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 6471] By: jhi on 2000/08/01 00:55:05 + Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr/// + From: "M.J.T. Guy" + Message-Id: + Date: Mon, 31 Jul 2000 13:28:51 +0100 + + (aka ID 20000730.002) + Branch: perl + ! op.c t/op/tr.t +____________________________________________________________________________ +[ 6470] By: jhi on 2000/07/31 23:34:42 + Log: Document the problem with -P in HP-UX and its workaround. + + Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P + From: Milton Hankins {64892} + Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT) + Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 6469] By: jhi on 2000/07/31 04:15:02 + Log: The swallow_bom() saga continues. The #23 of require.t + (UTF16-LE) still fails (silently, no output) but the #22 + (UTF16-BE) seems to be working now. The root of the + failure may be in sv_gets(): is it UTF-16LE-aware, + especially when it comes to line endings? + Branch: perl + ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h + ! t/comp/require.t toke.c utf8.c +____________________________________________________________________________ +[ 6468] By: jhi on 2000/07/30 19:05:48 + Log: Find green threads before native threads. + + Subject: Re: Patch to jpl/JNI/Makefile.PL + From: Jens Thomsen + Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT) + Message-ID: + Branch: perl + ! jpl/JNI/Makefile.PL +____________________________________________________________________________ +[ 6467] By: jhi on 2000/07/30 18:36:22 + Log: Fix the HALF_UPGRADE() macro introduced in #6263. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 6466] By: jhi on 2000/07/30 04:37:29 + Log: A new version of the "remove UPPERACSE string comparison" + operators. The problem with the previous one (change #6454) + was that it was for Perl 5.6.0. From Paul Marquess. + Branch: perl + ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both + ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal + ! t/pragma/warn/8signal t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 6465] By: jhi on 2000/07/29 22:39:56 + Log: Do not upgrade SVs into utf8 just because they participate + in eq or cmp. Reported and fix suggested in + + Subject: [ID 20000720.009] sv_eq UTF8 bug + From: "Simon Cozens" + Date: 21 Jul 2000 04:37:29 -0000 + Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li> + + Exercise for the kind reader: should we or should we not + cache the utf8 conversion alonside the SV? (as magic, + as thestrxfrm()ed version is cached under use locale) + Argue both for and against. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6464] By: jhi on 2000/07/29 22:36:22 + Log: Subject: UTF8 concat + From: simon@brecon.co.uk (Simon Cozens) + Date: 30 Jun 2000 06:13:25 GMT + Message-ID: + + (with a memory leak fixed, plus a few casts added) + + This also seems to help for + + Subject: [ID 20000716.015] join UTF8 weirdness + From: root + Date: Sat, 15 Jul 2000 15:29:54 +0200 + Message-Id: <200007151329.PAA13970@ak-71.mind.de> + + (from Andreas König) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 6463] By: jhi on 2000/07/29 00:55:39 + Log: Tune the comments and hopefully stop a memory leak. + Branch: perl + ! toke.c utf8.c +____________________________________________________________________________ +[ 6462] By: jhi on 2000/07/29 00:16:53 + Log: The problem described in this + + Subject: [ID 20000322.018] named chars aren't magical enough + From: root + Date: Wed, 22 Mar 2000 18:37:42 -0700 + Message-Id: <200003230137.SAA29532@dixie.cscaper.com> + + has been fixed in perl 5.6.0 but just in case added a test + to keep it away. (The report from Joseph Hall.) + Branch: perl + ! t/lib/charnames.t +____________________________________________________________________________ +[ 6461] By: jhi on 2000/07/28 23:56:36 + Log: Tiny fixes for #6460. + Branch: metaconfig/U/perl + ! gccvers.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6460] By: jhi on 2000/07/28 23:24:41 + Log: Warn if the version of the operating system used to compile gcc + differs from the current version of the operating system. + Also display the gcc compilation os and version in myconfig. + Inspiration from + + Subject: Re: [ID 20000710.003] ERRORS!! + From: "Kurt D. Starsinic" + Date: Mon, 10 Jul 2000 15:54:16 -0400 + Message-ID: <20000710155416.A1384@O2.chapin.edu> + Branch: metaconfig/U/perl + ! gccvers.U + Branch: perl + ! Configure config_h.SH myconfig.SH +____________________________________________________________________________ +[ 6459] By: jhi on 2000/07/28 22:00:32 + Log: In DEC OSF aka Digital UNIX aka Tru64 add the version + letter to $Config{osvers}. + Branch: metaconfig + ! U/modified/Oldconfig.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6458] By: jhi on 2000/07/28 04:15:39 + Log: Back out #6454, doesn't seem to work. + (Reason: that patch was for perl 5.6.0, not perl-current) + (A version of the patch for perl-current came in later as #6466) + Branch: perl + ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint + ! t/pragma/warn/5nolint t/pragma/warn/7fatal + ! t/pragma/warn/8signal t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 6457] By: jhi on 2000/07/27 23:31:49 + Log: Use setproctitle() if available to modify $0. + + Subject: setting $* on BSD4 broken + From: Jeffrey Friedl + Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT) + Message-Id: <200007230831.BAA08379@ventrue.yahoo.com> + Branch: metaconfig + ! U/modified/Myinit.U + Branch: perl + ! Configure config_h.SH mg.c +____________________________________________________________________________ +[ 6456] By: jhi on 2000/07/27 14:50:47 + Log: Allow "no AutoLoader;", based on change #6444, + suggested by Graham Barr. + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 6455] By: jhi on 2000/07/27 14:19:10 + Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag + From: rspier@pobox.com (Robert Spier) + Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT) + Message-ID: <14720.15855.787664.424783@rls.cx> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 6454] By: jhi on 2000/07/27 14:03:02 + Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated + for a long time). + + Reported in + + Subject: [ID 20000717.004] Unexpected complaint of NE deprecation + From: Ryan Herbert + Date: Mon, 17 Jul 2000 11:40:42 -0400 + Message-Id: <200007171540.LAA20480@beorn.hq.sai> + + Patched in + + Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation + From: "Paul Marquess" + Date: Wed, 26 Jul 2000 23:40:18 +0100 + Message-ID: <000001bff752$79511880$0a17073e@tiny> + + based on an earlier patch from Stephen P. Potter. + + (Removed later by change #6458 because this patch was for + perl 5.6.0, not perl-current) + Branch: perl + ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint + ! t/pragma/warn/5nolint t/pragma/warn/7fatal + ! t/pragma/warn/8signal t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 6453] By: jhi on 2000/07/27 13:48:02 + Log: Subject: [PATCH] fixes bug 20000508.004 + From: Michael Stevens + Date: Thu, 27 Jul 2000 13:49:04 +0100 + Message-ID: <20000727134903.A9351@athenaeum.globnix.org> + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 6452] By: jhi on 2000/07/26 23:51:26 + Log: Further File::Temp patches from Yitzchak Scott-Thoennes + and Craig A. Berry. + Branch: perl + ! lib/File/Temp.pm pod/perlport.pod +____________________________________________________________________________ +[ 6451] By: jhi on 2000/07/26 19:43:30 + Log: Be wary of close()s, too. + + Subject: Re: [PATCH] perlbug cleanup + From: Tim Jenness + Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST) + Message-ID: + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 6450] By: jhi on 2000/07/26 18:41:40 + Log: Subject: Minor doc patch: handy.h + From: Daniel =?iso-8859-1?Q?Mui=F1o?= + Date: Wed, 26 Jul 2000 15:34:25 -0300 + Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar> + Branch: perl + ! handy.h pod/perlapi.pod +____________________________________________________________________________ +[ 6449] By: jhi on 2000/07/26 18:23:55 + Log: Subject: [PATCH] minor doc change - perlguts + From: Michael Stevens + Date: Thu, 13 Jul 2000 12:39:18 +0100 + Message-ID: <20000713123918.A26561@athenaeum.globnix.org> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 6448] By: jhi on 2000/07/26 18:20:30 + Log: open() wariness in perlbug. + + Subject: [PATCH] perlbug cleanup + From: Michael Stevens + Message-ID: <20000713155222.A11380@athenaeum.globnix.org> + Date: Thu, 13 Jul 2000 15:52:23 +0100 + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 6447] By: jhi on 2000/07/26 18:13:04 + Log: File::Temp patches for VMS and OS/2 from Tim Jenness. + Branch: perl + ! lib/File/Temp.pm t/lib/ftmp-security.t +____________________________________________________________________________ +[ 6446] By: jhi on 2000/07/26 18:06:32 + Log: docfix from Peter Scott . + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6445] By: jhi on 2000/07/26 17:53:31 + Log: Fix *foo{FORMAT}. + + From: "H.Merijn Brand" + Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) + Date: Wed, 26 Jul 2000 19:51:02 +0200 + Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl> + + From: Graham Barr + Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) + Date: Wed, 26 Jul 2000 17:38:36 +0100 + Message-ID: <20000726173836.L472@pobox.com> + Branch: perl + ! pp.c sv.c t/op/gv.t +____________________________________________________________________________ +[ 6444] By: jhi on 2000/07/26 17:49:14 + Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, + from Graham Barr in the module list. + Branch: perl + ! gv.c pod/perlobj.pod +____________________________________________________________________________ +[ 6443] By: jhi on 2000/07/26 16:06:56 + Log: More split() doc and test patches from Mike Guy. + Branch: perl + ! pod/perlfunc.pod t/op/split.t +____________________________________________________________________________ +[ 6442] By: jhi on 2000/07/26 16:05:30 + Log: MacOS nits from Matthias Neeracher. + Branch: perl + ! perl.c pp_ctl.c +____________________________________________________________________________ +[ 6441] By: jhi on 2000/07/26 04:39:57 + Log: Subject: [PATCH] split /^/ + From: "M.J.T. Guy" + Date: Tue, 25 Jul 2000 14:18:57 +0100 + Message-Id: + + (with notes from tchrist and gbarr) + Branch: perl + ! pod/perlfunc.pod t/op/split.t +____________________________________________________________________________ +[ 6440] By: jhi on 2000/07/26 04:32:32 + Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX) + From: Peter Prymmer + Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT) + Message-ID: + Branch: perl + ! vms/munchconfig.c +____________________________________________________________________________ +[ 6439] By: jhi on 2000/07/26 04:31:01 + Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] + to be fatal errors (instead of by default ignoring them, and + ignoring with a bug: even though -w gave an error, the opening [ + was left in) Reported in: + + Subject: [ID 20000716.024] [=cc=] / [:blank:] + From: Jeffrey Friedl + Date: Sun, 16 Jul 2000 17:55:29 -0700 + Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> + Branch: perl + ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp +____________________________________________________________________________ +[ 6438] By: jhi on 2000/07/25 15:41:15 + Log: Subject: [PATCH] av.c apidoc + From: simon@brecon.co.uk (Simon Cozens) + Date: 24 Jul 2000 06:40:52 GMT + Message-ID: + Branch: perl + ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h + ! perlapi.c perlapi.h pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 6437] By: jhi on 2000/07/25 14:05:36 + Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod + From: "Stephen P. Potter" + Date: Mon, 24 Jul 2000 14:22:23 -0400 + Message-Id: <200007241822.OAA06827@spp.users.ds.net> + Branch: perl + ! pod/perllocale.pod +____________________________________________________________________________ +[ 6436] By: jhi on 2000/07/25 14:02:03 + Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ + From: "M.J.T. Guy" + Date: Mon, 24 Jul 2000 18:04:28 +0100 + Message-Id: + Branch: perl + ! t/lib/syslfs.t t/op/lfs.t +____________________________________________________________________________ +[ 6435] By: jhi on 2000/07/25 13:59:28 + Log: Get UTF16 BOMs working. Patch from + + Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 + From: "M.J.T. Guy" + Date: Tue, 25 Jul 2000 12:52:45 +0100 + Message-Id: + + and notes from + + Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 + From: "M.J.T. Guy" + Date: Tue, 25 Jul 2000 11:43:25 +0100 + Message-Id: + Branch: perl + ! t/comp/require.t toke.c utf8.c +____________________________________________________________________________ +[ 6434] By: jhi on 2000/07/25 02:39:54 + Log: Make the "uninit variable" warning to say "concat or string" + or "join or string" when in concat or join . + + Subject: Re: [ID 20000403.009] uninitialised concatenation??? + From: "M.J.T. Guy" + Date: Tue, 04 Apr 2000 18:22:58 +0100 + Message-Id: + + Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.) + From: William R Ward + Date: Thu, 30 Mar 2000 19:50:03 -0800 + Message-Id: <200003310350.TAA13319@komodo.bayview.com> + Branch: perl + ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h + ! t/pragma/warn/op t/pragma/warn/sv +____________________________________________________________________________ +[ 6433] By: jhi on 2000/07/24 17:52:56 + Log: File::Spec::VMS fixup for tmpdir from Craig Berry. + Branch: perl + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 6432] By: jhi on 2000/07/24 17:44:44 + Log: Test cases for #6431. + + Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) + From: "M.J.T. Guy" + Date: Mon, 24 Jul 2000 15:32:29 +0100 + Message-Id: + Branch: perl + ! t/op/pat.t t/op/split.t +____________________________________________________________________________ +[ 6431] By: jhi on 2000/07/24 17:43:17 + Log: Bind op fix. + + Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) + From: "M.J.T. Guy" + Date: Mon, 17 Jul 2000 20:04:56 +0100 + Message-Id: + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6430] By: jhi on 2000/07/24 03:42:42 + Log: Subject: [ID 20000716.023] syslog test fails without sockets + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT) + Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org> + Branch: metaconfig/U/perl + ! Extensions.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6429] By: jhi on 2000/07/24 03:11:52 + Log: Add an optimization for map-maps-a-list-element-to-more-list-elements + case, but add also notes explaining the relationship of this + patch and the earlier notes by Sarathy. + + Subject: Map is still slow + From: "Ben Tilly" + Date: Sat, 15 Jul 2000 17:23:27 EDT + Message-ID: <20000715212327.21656.qmail@hotmail.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 6428] By: jhi on 2000/07/24 02:58:52 + Log: Documentation to explain the behaviour of map(). + + Subject: Re: Map is still slow + From: Gurusamy Sarathy + Date: Sat, 15 Jul 2000 16:05:09 -0700 + Message-Id: <200007152305.QAA26887@molotok.activestate.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 6427] By: jhi on 2000/07/24 02:50:03 + Log: Add tests for + [ID 19991110.003] another matching finding by pcre author + which has already been fixed by some patch, as verified in + + Subject: Re: two regex bugs from the mists of time (well, last November) + From: Hugo + Date: Sat, 22 Jul 2000 18:12:58 +0100 + Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk> + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 6426] By: jhi on 2000/07/24 02:11:20 + Log: A missing 'break' after the [[:space:]] switch case. + + Subject: [ID 20000718.006] Missing 'break' in regcomp.c + From: "Stephen P. Potter" + Date: Tue, 18 Jul 2000 16:25:17 -0400 + Message-Id: <200007182025.QAA28383@spp.users.ds.net> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 6425] By: jhi on 2000/07/24 02:06:12 + Log: The output might have been produced in the wrong order. + + Subject: [ID 20000720.003] [PATCH] t/op/write.t + From: "M.J.T. Guy" + Date: Thu, 20 Jul 2000 18:49:18 +0100 + Message-Id: + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 6424] By: jhi on 2000/07/24 02:00:07 + Log: Use STDOUT consistently. + + Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output + From: "M.J.T. Guy" + Date: Thu, 20 Jul 2000 18:04:01 +0100 + Message-Id: + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 6423] By: jhi on 2000/07/24 01:54:54 + Log: Protect against "wild next"s, that is, callbacks doing "next" + instead of "return". + + Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0 + From: "M.J.T. Guy" + Date: Tue, 18 Jul 2000 11:30:16 +0100 + Message-Id: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 6422] By: jhi on 2000/07/24 01:35:47 + Log: Out-of-date note removed. + + Subject: [PATCH] documentation perlipc + From: rspier@pobox.com (Robert Spier) + Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT) + Message-ID: <14711.35178.572612.502654@rls.cx> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 6421] By: jhi on 2000/07/24 00:09:18 + Log: Send all installperl messages to STDERR and be -w clean. + + Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem + From: "M.J.T. Guy" + Date: Sat, 22 Jul 2000 14:02:11 +0100 + Message-Id: + Branch: perl + ! installperl +____________________________________________________________________________ +[ 6420] By: jhi on 2000/07/24 00:04:19 + Log: Decutandpasto. + + Subject: [PATCH perl-current] 19990607.008 - perlipc.pod + From: "Richard Soderberg" + Date: Sun, 23 Jul 2000 01:37:23 -0700 + Message-ID: + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 6419] By: jhi on 2000/07/24 00:01:12 + Log: A cleaner abs_path(). + Subject: Re: unix alternative to Cwd.pm + From: Jeff Pinyan + Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 6418] By: jhi on 2000/07/23 23:48:56 + Log: Detypo. + + Subject: [PATCH perl-current] Typo in hints/powerux.sh + From: "Richard Soderberg" + Date: Sun, 23 Jul 2000 01:27:33 -0700 + Message-ID: + Branch: perl + ! hints/powerux.sh +____________________________________________________________________________ +[ 6417] By: jhi on 2000/07/17 22:13:31 + Log: Subject: SDBM_File documentation + From: mjd@plover.com + Date: 16 Jul 2000 17:41:17 -0000 + Message-ID: <20000716174117.18515.qmail@plover.com> + Branch: perl + ! ext/SDBM_File/SDBM_File.pm +____________________________________________________________________________ +[ 6416] By: jhi on 2000/07/17 19:13:26 + Log: MPE/ix updates for perl 5.6.0 from Mark Bixby. + Branch: perl + ! hints/mpeix.sh mpeix/relink +____________________________________________________________________________ +[ 6415] By: jhi on 2000/07/15 14:11:02 + Log: Fix the bitvector ops for utf8 (tricky since past 7 bits + the utf8 'characters' can be more than one octet). + + Date: Sat, 15 Jul 2000 00:21:56 +0100 + From: Tom Hughes + Subject: Re: [ID 20000714.002] + Message-ID: + + Reported in + + Subject: [ID 20000714.002] + From: "Simon Cozens" + Date: 14 Jul 2000 15:13:09 -0000 + Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li> + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 6414] By: jhi on 2000/07/15 03:13:41 + Log: another VMS build tweak from Peter Prymmer + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 6413] By: jhi on 2000/07/15 03:10:40 + Log: perlvms.pod whitespace cleanup to keep pod utils happy. + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 6412] By: jhi on 2000/07/15 00:31:05 + Log: More docs for sv functions. + + Subject: [PATCH cfgperl] sv.c apidoc + From: simon@brecon.co.uk (Simon Cozens) + Date: 13 Jul 2000 09:00:20 GMT + Message-ID: + + Subject: Re: [PATCH cfgperl] sv.c apidoc + From: "M.J.T. Guy" + Date: Thu, 13 Jul 2000 12:27:41 +0100 + Message-Id: + + Subject: Re: [PATCH cfgperl] sv.c apidoc + From: "M.J.T. Guy" + Date: Thu, 13 Jul 2000 13:23:09 +0100 + Message-Id: + + Subject: Re: [PATCH cfgperl] sv.c apidoc + From: simon@brecon.co.uk (Simon Cozens) + Date: 14 Jul 2000 06:51:02 GMT + Message-ID: + Branch: perl + ! embed.pl pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 6411] By: jhi on 2000/07/15 00:10:41 + Log: lib/b test fixes from Peter Prymmer. + Branch: perl + ! t/lib/b.t +____________________________________________________________________________ +[ 6410] By: jhi on 2000/07/15 00:02:09 + Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift + From: Hugo + Date: Fri, 14 Jul 2000 23:05:20 +0100 + Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk> + + Didn't anymore apply, but that point still could use another fix. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6409] By: jhi on 2000/07/14 23:15:15 + Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib, + not in pod, from Peter Prymmer + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 6408] By: jhi on 2000/07/14 20:35:05 + Log: The bug report + [ID 19991110.002] minimal matching discrepancy found by pcre author + seems to have been fixed (though differently from what was suggested + in the report) in 5.6.0. Add tests to keep the bug from reappearing. + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 6407] By: jhi on 2000/07/14 17:38:08 + Log: Fix AutoSplit to use File::Spec the right way in VMS, + from Peter Prymmer. + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 6406] By: jhi on 2000/07/14 14:13:22 + Log: Merge perlhacktut into perlhack, update perlguts. + + Subject: Re: Perlhacktut + From: simon@brecon.co.uk (Simon Cozens) + Date: 14 Jul 2000 06:49:21 GMT + Message-ID: + + Subject: Re: Perlhacktut + From: simon@brecon.co.uk (Simon Cozens) + Date: 14 Jul 2000 07:09:45 GMT + Message-ID: + Branch: perl + ! pod/perlguts.pod pod/perlhack.pod +____________________________________________________________________________ +[ 6405] By: jhi on 2000/07/14 14:02:31 + Log: Integrate with Sarathy. + Branch: cfgperl + !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL + !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h + !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c +____________________________________________________________________________ +[ 6404] By: gsar on 2000/07/14 12:15:02 + Log: PERL_OBJECT build tweaks + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6403] By: gsar on 2000/07/14 11:23:41 + Log: inconsistent types needs casts + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6402] By: gsar on 2000/07/14 11:12:04 + Log: typos in change#6399, regen headers + Branch: perl + ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 6401] By: gsar on 2000/07/14 10:59:12 + Log: typecasts needed for change#6394 + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6400] By: gsar on 2000/07/14 10:49:37 + Log: integrate cfgperl contents into mainline + Branch: perl + !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h + !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com +____________________________________________________________________________ +[ 6399] By: gsar on 2000/07/14 10:38:35 + Log: enable UTF-16 filter by default if relevant BOM is seen; various + cleanups (typos, misformatted code, and small bugs) + Branch: perl + ! doop.c embed.pl mg.c op.c pp.c toke.c +____________________________________________________________________________ +[ 6398] By: gsar on 2000/07/14 08:55:38 + Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the + name suggests anyway) + Branch: perl + ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c +____________________________________________________________________________ +[ 6397] By: gsar on 2000/07/14 08:44:33 + Log: move new variables to the end of the interpreter structure (for + bincompat in code that doesn't #include XSUB.h) + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 6396] By: gsar on 2000/07/14 08:13:58 + Log: MakeMaker should not remove editor backups (*~) on `make clean` + by default (completes change#6383) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 6395] By: jhi on 2000/07/14 05:20:33 + Log: Replace change #6337 with a better one. + + Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking + From: Hugo + Date: Fri, 14 Jul 2000 04:16:20 +0100 + Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk> + Branch: cfgperl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 6394] By: jhi on 2000/07/14 01:33:59 + Log: Fix the BOM bug: not a byteorder bug, a signedness bug. + Branch: cfgperl + ! embed.pl global.sym proto.h toke.c +____________________________________________________________________________ +[ 6393] By: jhi on 2000/07/13 23:41:23 + Log: remove discarded test + Branch: cfgperl + ! MANIFEST +____________________________________________________________________________ +[ 6392] By: jhi on 2000/07/13 23:32:25 + Log: The {multiplier} of a fixed substring was overlooked which + caused a wrong initial search offset for that substring. + + Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06 + From: Hugo + Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk> + Date: Thu, 13 Jul 2000 19:27:13 +0100 + Branch: cfgperl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 6391] By: jhi on 2000/07/13 16:37:42 + Log: typo fix from Craig Berry + Branch: cfgperl + ! vms/subconfigure.com +____________________________________________________________________________ +[ 6390] By: jhi on 2000/07/13 13:20:12 + Log: Integrate with Sarathy. + Branch: cfgperl + - t/op/method2entersub.t + !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL + !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t + !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL + !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH +____________________________________________________________________________ +[ 6389] By: jhi on 2000/07/13 13:18:48 + Log: Detypo from Peter Prymmer, part of #6388. + Branch: cfgperl + ! Configure config_h.SH + Branch: metaconfig + ! U/modified/d_longlong.U +____________________________________________________________________________ +[ 6388] By: gsar on 2000/07/13 06:33:40 + Log: typos (spotted by Peter Prymmer) + Branch: perl + ! Configure t/lib/english.t +____________________________________________________________________________ +[ 6387] By: gsar on 2000/07/13 05:35:28 + Log: new selfloader.t in change#6183 doesn't close DATA handles, + and thus fails to clean up tmp files on dosish platforms + Branch: perl + ! t/lib/selfloader.t +____________________________________________________________________________ +[ 6386] By: gsar on 2000/07/12 21:42:39 + Log: sprintf test tweaks (from Dominic Dunlop) + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6385] By: gsar on 2000/07/12 21:33:46 + Log: fix bugs in processing %v-*d and similar format specs (from + Avi Finkel ) + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 6384] By: gsar on 2000/07/12 16:04:19 + Log: readd missing perldelta.pod changes from changes#6339,6376 + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 6383] By: gsar on 2000/07/12 16:00:51 + Log: don't clobber *.orig files on *clean targets + Branch: perl + ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH +____________________________________________________________________________ +[ 6382] By: gsar on 2000/07/12 07:59:12 + Log: fix broken integrations in cfgperl + Branch: cfgperl + !> Changes pod/perldelta.pod +____________________________________________________________________________ +[ 6381] By: gsar on 2000/07/12 07:42:17 + Log: integrate cfgperl changes into mainline + Branch: perl + ! Changes + !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod + !> pod/perlre.pod +____________________________________________________________________________ +[ 6380] By: gsar on 2000/07/12 07:31:00 + Log: get sprintf.t to adjust properly for 3-digit exponents + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6379] By: gsar on 2000/07/12 06:40:04 + Log: change#6174 needs corresponding change in win32/config_h.PL, + which grovels through config_h.SH to find the config.h name + Branch: perl + ! win32/config_h.PL +____________________________________________________________________________ +[ 6378] By: jhi on 2000/07/12 05:03:59 + Log: Do the cc sanity check both before the hints and + after the cc selction. + Branch: cfgperl + ! Configure config_h.SH + Branch: metaconfig + ! U/modified/Oldconfig.U U/modified/cc.U + Branch: metaconfig/U/perl + + Checkcc.U +____________________________________________________________________________ +[ 6377] By: jhi on 2000/07/12 02:49:22 + Log: Fix nits noticed by Boston.pm. + Branch: cfgperl + ! pod/perlre.pod +____________________________________________________________________________ +[ 6376] By: jhi on 2000/07/11 21:22:13 + Log: Configure cosmetics and perldelta. + Branch: cfgperl + ! Configure config_h.SH pod/perldelta.pod + Branch: metaconfig + ! U/modified/cc.U +____________________________________________________________________________ +[ 6375] By: gsar on 2000/07/11 21:17:35 + Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149) + Branch: perl + ! t/op/sprintf.t win32/Makefile win32/makefile.mk + ! win32/win32sck.c +____________________________________________________________________________ +[ 6374] By: gsar on 2000/07/11 20:48:50 + Log: tweak for build failure under multiplicity + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6373] By: gsar on 2000/07/11 20:37:23 + Log: integrate cfgperl changes#6325..6373 into mainline + (NOTE: today's batch of integrations still untested) + Branch: perl + +> ext/DynaLoader/hints/netbsd.pl + ! Changes + !> (integrate 26 files) +____________________________________________________________________________ +[ 6372] By: jhi on 2000/07/11 20:30:36 + Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc, + regen perltoc. + Branch: cfgperl + + pod/perlbook.pod + ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 6371] By: jhi on 2000/07/11 20:08:56 + Log: Minor cleanups on the booklist. + Branch: cfgperl + ! pod/perlfaq2.pod +____________________________________________________________________________ +[ 6370] By: jhi on 2000/07/11 19:31:13 + Log: mjd's tr patches "broke" tr/z-Z/z-Z/ + Branch: cfgperl + ! t/pragma/overload.t +____________________________________________________________________________ +[ 6369] By: gsar on 2000/07/11 19:27:48 + Log: integrate cfgperl changes#6293..6324 into mainline + Branch: perl + +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL + - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc + !> (integrate 30 files) +____________________________________________________________________________ +[ 6368] By: gsar on 2000/07/11 19:18:57 + Log: skip integrate of problematic change#6292 from cfgperl into mainline + Branch: perl + !> pp_hot.c +____________________________________________________________________________ +[ 6367] By: gsar on 2000/07/11 19:17:21 + Log: integrate cfgperl changes#6288..6290 into mainline + Branch: perl + !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm +____________________________________________________________________________ +[ 6366] By: gsar on 2000/07/11 19:11:18 + Log: integrate cfgperl changes#6268..6282 into mainline + Branch: perl + !> (integrate 30 files) +____________________________________________________________________________ +[ 6365] By: gsar on 2000/07/11 18:57:00 + Log: delete new accidentally branched file + Branch: perl + - t/op/method2entersub.t +____________________________________________________________________________ +[ 6364] By: gsar on 2000/07/11 18:55:13 + Log: skip integrate of change#6267 from cfgperl into mainline (the + method call optimization is flawed without additional hints + from user about immutableness of @ISA and no runtime method + definitions) + Branch: perl + +> t/op/method2entersub.t + !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c + !> perl.h t/op/sprintf.t xsutils.c +____________________________________________________________________________ +[ 6363] By: gsar on 2000/07/11 18:49:43 + Log: integrate cfgperl changes#6261..6266 into mainline + Branch: perl + !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh + !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h + !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs + !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c +____________________________________________________________________________ +[ 6362] By: gsar on 2000/07/11 18:43:26 + Log: integrate cfgperl changes#6252..6260 into mainline + Branch: perl + !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm + !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c + !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t + !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp +____________________________________________________________________________ +[ 6361] By: gsar on 2000/07/11 18:37:12 + Log: skip integrate of problematic change#6251 from cfgperl into mainline + Branch: perl + !> lib/Exporter.pm +____________________________________________________________________________ +[ 6360] By: gsar on 2000/07/11 18:34:56 + Log: integrate cfgperl change#6250 into mainline + Branch: perl + +> t/op/my_stash.t + !> MANIFEST embed.pl proto.h toke.c +____________________________________________________________________________ +[ 6359] By: gsar on 2000/07/11 18:21:19 + Log: integrate cfgperl changes#6242..6249 into mainline + Branch: perl + !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL + !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c + !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod + !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t + !> t/lib/peek.t utf8.c +____________________________________________________________________________ +[ 6358] By: gsar on 2000/07/11 18:15:45 + Log: skip integrate of problematic change#6241 from cfgperl into mainline + Branch: perl + !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 6357] By: jhi on 2000/07/11 18:15:16 + Log: Fix for + Subject: [ID 20000711.005] spurious uninit warning with msgrcv() + From: Roderick Schertler + Date: Tue, 11 Jul 2000 13:55:05 -0400 + Message-Id: <200007111755.NAA05077@jones.argon.org> + Branch: cfgperl + ! doio.c +____________________________________________________________________________ +[ 6356] By: jhi on 2000/07/11 18:12:51 + Log: Typo in #6341. + Branch: cfgperl + ! pp_hot.c +____________________________________________________________________________ +[ 6355] By: gsar on 2000/07/11 18:12:10 + Log: integrate cfgperl changes#6231..6240 into mainline + Branch: perl + +> pod/perlutil.pod + !> (integrate 35 files) +____________________________________________________________________________ +[ 6354] By: jhi on 2000/07/11 18:04:34 + Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2 + From: Dominic Dunlop + Date: Tue, 11 Jul 2000 12:27:33 +0200 + Message-Id: + + Replaces change #6268. + Branch: cfgperl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6353] By: gsar on 2000/07/11 17:59:51 + Log: skip integrate of problematic change#6230 from cfgperl into mainline + (a later version of File::Spec is already in mainline) + Branch: perl + !> lib/File/Spec.pm lib/File/Spec/Functions.pm + !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t +____________________________________________________________________________ +[ 6352] By: gsar on 2000/07/11 17:57:48 + Log: integrate cfgperl changes#6224..6229 into mainline + Branch: perl + +> lib/lib.pm.PL + - lib/lib.pm + !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm + !> lib/English.pm op.c t/lib/english.t +____________________________________________________________________________ +[ 6351] By: gsar on 2000/07/11 17:50:10 + Log: skip integrate of problematic change#6223 from cfgperl into mainline + Branch: perl + !> doio.c +____________________________________________________________________________ +[ 6350] By: gsar on 2000/07/11 17:48:28 + Log: integrate cfgperl changes#6220..6222 into mainline + Branch: perl + !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod + !> toke.c utf8.c win32/win32.h +____________________________________________________________________________ +[ 6349] By: gsar on 2000/07/11 17:46:13 + Log: skip integrate of problematic changes#6218..6219 from cfgperl into + mainline + Branch: perl + !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm + !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm + !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 6348] By: jhi on 2000/07/11 17:45:49 + Log: README.posix-bc podified from Thomas Dorner. + Branch: cfgperl + ! README.posix-bc +____________________________________________________________________________ +[ 6347] By: gsar on 2000/07/11 17:42:04 + Log: integrate cfgperl change#6217 into mainline + Branch: perl + !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c + !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h + !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c +____________________________________________________________________________ +[ 6346] By: gsar on 2000/07/11 17:39:37 + Log: skip integrate of problematic changes#6211..6212 from cfgperl into + mainline + Branch: perl + !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL + !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h + !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c + !> perlapi.h pod/perlapi.pod +____________________________________________________________________________ +[ 6345] By: gsar on 2000/07/11 17:36:42 + Log: integrate cfgperl changes#6207..6210 into mainline + Branch: perl + !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c + !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c +____________________________________________________________________________ +[ 6344] By: gsar on 2000/07/11 17:31:20 + Log: skip integrate of problematic changes#6204..6206 from cfgperl into + mainline + Branch: perl + !> (integrate 40 files) +____________________________________________________________________________ +[ 6343] By: gsar on 2000/07/11 17:19:08 + Log: integrate cfgperl changes#6174..6203 into mainline (first of several) + Branch: perl + +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh + ! Changes + !> (integrate 34 files) +____________________________________________________________________________ +[ 6342] By: jhi on 2000/07/11 16:05:48 + Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors + To: perl5-porters@perl.org + From: Karsten Sperling + Date: Mon, 10 Jul 2000 15:12:52 +0200 + Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com> + Branch: cfgperl + ! lib/Symbol.pm +____________________________________________________________________________ +[ 6341] By: jhi on 2000/07/11 15:59:23 + Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs + From: "M.J.T. Guy" + Message-Id: + Date: Fri, 07 Jul 2000 17:57:16 +0100 + Branch: cfgperl + ! pp_hot.c +____________________________________________________________________________ +[ 6340] By: jhi on 2000/07/11 15:55:47 + Log: Subject: Re: format bug report [Patch] + From: "H.Merijn Brand" + Date: Wed, 05 Jul 2000 13:12:52 +0200 + Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl> + + Subject: Re: format bug report [Patch] + From: "H.Merijn Brand" + Date: Wed, 05 Jul 2000 14:10:01 +0200 + Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl> + Branch: cfgperl + ! t/op/write.t toke.c +____________________________________________________________________________ +[ 6339] By: jhi on 2000/07/11 13:54:09 + Log: Be less forgiving about ambiguous and illegal tr ranges. + Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way + From: Mark-Jason Dominus + Date: Tue, 04 Jul 2000 10:00:12 -0400 + Message-ID: <20000704140012.17772.qmail@plover.com> + + Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way + From: Mark-Jason Dominus + Date: Wed, 05 Jul 2000 09:37:36 -0400 + Message-ID: <20000705133736.27293.qmail@plover.com> + Branch: cfgperl + ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c +____________________________________________________________________________ +[ 6338] By: jhi on 2000/07/11 13:31:24 + Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not? + From: "M.J.T. Guy" + Date: Tue, 11 Jul 2000 13:50:51 +0100 + Message-Id: + Branch: cfgperl + ! sv.c +____________________________________________________________________________ +[ 6337] By: jhi on 2000/07/11 13:29:14 + Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking + From: Hugo + Date: Tue, 11 Jul 2000 12:44:50 +0100 + Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk> + Branch: cfgperl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 6336] By: jhi on 2000/07/11 13:26:47 + Log: Subject: [PATCH cfgperl] $& segfaults if you trick it + From: simon@brecon.co.uk (Simon Cozens) + Date: 7 Jul 2000 11:26:09 GMT + Message-ID: + Branch: cfgperl + ! mg.c +____________________________________________________________________________ +[ 6335] By: jhi on 2000/07/11 13:23:37 + Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc + From: Hubert Feyrer + Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST) + Message-Id: + Branch: cfgperl + + ext/DynaLoader/hints/netbsd.pl + ! MANIFEST ext/DynaLoader/hints/openbsd.pl +____________________________________________________________________________ +[ 6334] By: jhi on 2000/07/11 13:20:38 + Log: Subject: PATCH perlguts.pod: Document D and d magic types + From: mjd@plover.com + Date: 5 Jul 2000 18:01:51 -0000 + Message-ID: <20000705180151.29413.qmail@plover.com> + Branch: cfgperl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 6333] By: jhi on 2000/07/11 13:15:51 + Log: Precedence goof, fix based on + Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget() + From: Hugo + Date: Tue, 11 Jul 2000 12:52:38 +0100 + Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk> + Branch: cfgperl + ! t/op/taint.t +____________________________________________________________________________ +[ 6332] By: jhi on 2000/07/11 12:40:17 + Log: Integrate with Sarathy. + Branch: cfgperl + !> win32/win32sck.c +____________________________________________________________________________ +[ 6331] By: jhi on 2000/07/10 20:14:16 + Log: Sprinkle ldlibpath. + Branch: cfgperl + ! pod/Makefile.SH +____________________________________________________________________________ +[ 6330] By: jhi on 2000/07/10 17:54:49 + Log: More POSIX.pod tweaks. + Branch: cfgperl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 6329] By: jhi on 2000/07/10 14:02:12 + Log: Reorder perl.pod once more. + Branch: cfgperl + ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6328] By: gsar on 2000/07/10 07:06:00 + Log: accept() leaks memory on windows due to incorrect ordering of + closesocket() and fclose() calls + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 6327] By: gsar on 2000/07/10 06:49:17 + Log: winsock options weren't being set in all threads under ithreads + (caused send()s from second and subsequent threads to fail) + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 6326] By: jhi on 2000/07/08 02:45:40 + Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer + was cast to an unsigned (32-bit) integer with wild abandon. + Branch: cfgperl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 6325] By: jhi on 2000/07/07 18:50:33 + Log: Remove perlbook, update perlfaq book listing, + rearrange perl.pod, regenerate perltoc. + Branch: cfgperl + - pod/perlbook.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod + ! pod/perlfaq2.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6324] By: jhi on 2000/07/07 14:03:40 + Log: Fix the alignment problem in Crays ([ID 20000612.002]). + Branch: cfgperl + ! sv.h toke.c +____________________________________________________________________________ +[ 6323] By: jhi on 2000/07/06 16:03:55 + Log: Fix complaints of buildtoc. + Branch: cfgperl + + lib/Win32.pod + - pod/Win32.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6322] By: jhi on 2000/07/06 15:15:52 + Log: Add =head1 NAMEs so that buildtoc is happy. + (The CGI::Util nit reported to Lincoln.) + Branch: cfgperl + ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm + ! pod/perltoc.pod +____________________________________________________________________________ +[ 6321] By: jhi on 2000/07/06 03:16:04 + Log: Config is being used. + Branch: cfgperl + ! t/op/method.t +____________________________________________________________________________ +[ 6320] By: jhi on 2000/07/06 03:13:13 + Log: Integrate with Sarathy. + Branch: cfgperl + !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c +____________________________________________________________________________ +[ 6319] By: jhi on 2000/07/06 03:11:46 + Log: Autogenerate pod/Makefile and pod/buildtoc. + buildtoc also checks whether the existin pods are + mentioned in MANIFEST and perl.pod, and vice versa. + (None of the thusly found discrepancies fixed yet.) + roffitall also needs to be autogenerated similarly but it + seems so badly out of date that I didn't touch it yet. + Branch: cfgperl + + pod/Makefile.SH pod/buildtoc.PL + - pod/Makefile pod/buildtoc + ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6318] By: gsar on 2000/07/05 22:10:54 + Log: fix UNC path handling on Windows under ithreads, and chdir() + return value when given a non-existent directory + Branch: perl + ! win32/vdir.h +____________________________________________________________________________ +[ 6317] By: gsar on 2000/07/05 22:08:19 + Log: winsock cleanup never done on Windows (leads to handle leaks) + Branch: perl + ! win32/perllib.c win32/win32sck.c +____________________________________________________________________________ +[ 6316] By: gsar on 2000/07/05 22:06:19 + Log: some debugger output does not go to the socket when RemotePort is set + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6315] By: jhi on 2000/07/05 00:25:21 + Log: Integrate with Sarathy, preliminary fix for unicos + alignment problems in [ID 20000612.002] Perl problem on Cray system. + Branch: cfgperl + ! sv.h + !> pp_hot.c +____________________________________________________________________________ +[ 6314] By: gsar on 2000/07/04 23:34:02 + Log: tyop in change#6306 + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 6313] By: jhi on 2000/07/04 22:14:38 + Log: Multiline string literals ENONPORTABLE. + Branch: cfgperl + ! pp_hot.c +____________________________________________________________________________ +[ 6312] By: jhi on 2000/07/04 20:34:44 + Log: Integrate with Sarathy. + Branch: cfgperl + !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t + !> t/op/method.t +____________________________________________________________________________ +[ 6311] By: jhi on 2000/07/04 20:30:56 + Log: More POSIX.pod embellishment. + Branch: cfgperl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 6310] By: gsar on 2000/07/04 17:28:48 + Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes) + Branch: perl + ! t/lib/b.t +____________________________________________________________________________ +[ 6309] By: jhi on 2000/07/04 17:22:18 + Log: The #6308 required a little bit more. + Branch: cfgperl + ! Makefile.SH win32/Makefile +____________________________________________________________________________ +[ 6308] By: jhi on 2000/07/04 16:35:24 + Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy. + Branch: cfgperl + + lib/lib_pm.PL + - lib/lib.pm.PL + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 6307] By: jhi on 2000/07/04 16:28:58 + Log: Win32 patches for cfgperl from Sarathy. + Branch: cfgperl + ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl + ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h + ! thread.h toke.c util.c win32/Makefile win32/win32.c +____________________________________________________________________________ +[ 6306] By: gsar on 2000/07/04 16:28:40 + Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist + (from Richard Soderberg ) + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t +____________________________________________________________________________ +[ 6305] By: jhi on 2000/07/04 16:24:24 + Log: Integrate with Sarathy. + Branch: cfgperl + !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm + !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod + !> proto.h win32/win32.c +____________________________________________________________________________ +[ 6304] By: gsar on 2000/07/04 16:17:24 + Log: missing perldiag entry for unpack("w",...) diagnostic (from + Andreas Koenig) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 6303] By: gsar on 2000/07/04 16:14:44 + Log: remove rel2abs prototypes (from Barrie Slaymaker) + Branch: perl + ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 6302] By: gsar on 2000/07/04 04:59:35 + Log: adjust change#6299 + Branch: perl + ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h + ! win32/win32.c +____________________________________________________________________________ +[ 6301] By: jhi on 2000/07/04 04:50:07 + Log: Integrate with Sarathy. + Branch: cfgperl + !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h + !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h + !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c +____________________________________________________________________________ +[ 6300] By: gsar on 2000/07/04 04:42:09 + Log: PERL_OBJECT build tweak + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 6299] By: gsar on 2000/07/04 04:37:00 + Log: fix memory leak on Windows (PL_sys_intern contents were never + freed) + Branch: perl + ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c + ! perlapi.c proto.h win32/win32.c +____________________________________________________________________________ +[ 6298] By: gsar on 2000/07/04 04:15:59 + Log: fix large memory leak that has been around for ever, masked by + -DPURIFY (most of the arenas were never freed!) + Branch: perl + ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c +____________________________________________________________________________ +[ 6297] By: gsar on 2000/07/04 04:07:46 + Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6296] By: jhi on 2000/06/30 18:28:37 + Log: Elaborate POSIX.pod. Still needs work. + Branch: cfgperl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 6295] By: jhi on 2000/06/30 14:58:18 + Log: Point to perlipc for more SysV IPC examples. + Branch: cfgperl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6294] By: gsar on 2000/06/30 14:47:45 + Log: slurp mode fix in change#4736 still not quite right + Branch: perl + ! pp_hot.c t/io/argv.t +____________________________________________________________________________ +[ 6293] By: jhi on 2000/06/30 12:02:55 + Log: Integrate with Sarathy. + Branch: cfgperl + !> cop.h pp_ctl.c pp_hot.c t/op/args.t +____________________________________________________________________________ +[ 6292] By: jhi on 2000/06/30 12:01:11 + Log: From: simon@brecon.co.uk (Simon Cozens) + Subject: UTF8 concat + Date: 30 Jun 2000 06:13:25 GMT + Message-ID: + Branch: cfgperl + ! pp_hot.c +____________________________________________________________________________ +[ 6291] By: gsar on 2000/06/30 04:37:33 + Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad + when @_ is modified, causing coredumps + Branch: perl + ! cop.h pp_ctl.c pp_hot.c t/op/args.t +____________________________________________________________________________ +[ 6290] By: jhi on 2000/06/30 02:21:44 + Log: Integrate with Sarathy. + Branch: cfgperl + !> vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 6289] By: jhi on 2000/06/30 02:21:02 + Log: Check VERSIONs. + Branch: cfgperl + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 6288] By: jhi on 2000/06/30 02:18:52 + Log: Integrate with Sarathy. + Branch: cfgperl + !> ext/Opcode/Opcode.xs lib/File/Spec.pm + !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod +____________________________________________________________________________ +[ 6287] By: gsar on 2000/06/30 02:17:08 + Log: integrate vmsperl changes into mainline + Branch: perl + !> vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 6285] By: gsar on 2000/06/30 02:05:28 + Log: localize %INC in a Safe compartment so that use/require work + (many other magic globals probably need similar treatment) + Branch: perl + ! ext/Opcode/Opcode.xs +____________________________________________________________________________ +[ 6284] By: gsar on 2000/06/30 01:54:54 + Log: tweak perlembed for multiplicity/usethreads sanity; correct notes + about Windows + Branch: perl + ! pod/perlembed.pod +____________________________________________________________________________ +[ 6283] By: jhi on 2000/06/30 01:50:10 + Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta + From: Barrie Slaymaker + Date: Wed, 28 Jun 2000 11:35:29 -0400 + Message-Id: <200006281535.LAA21095@jester.slaysys.com> + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Functions.pm + ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 6282] By: jhi on 2000/06/29 22:57:22 + Log: Subject: [PATCH 5.6.0]ITHREADs for VMS + From: Dan Sugalski + Date: Tue, 06 Jun 2000 11:59:50 -0400 + Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48> + Branch: cfgperl + ! vms/vms.c +____________________________________________________________________________ +[ 6281] By: jhi on 2000/06/29 22:52:50 + Log: Subject: [PATCH 5.6.0] utils/h2xs.PL + From: "Daniel S. Lewart" + Date: Wed, 7 Jun 2000 04:02:04 -0500 + Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu> + Branch: cfgperl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 6280] By: jhi on 2000/06/29 22:45:47 + Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH] + From: rspier@pobox.com (Robert Spier) + Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT) + Message-ID: <14654.31913.845602.610277@rls.cx> + Branch: cfgperl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 6279] By: jhi on 2000/06/29 22:38:16 + Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure" + From: Tim Ayers + Date: Thu, 08 Jun 2000 08:11:06 +0200 + Message-id: <393F38FA.9B5F4C7D@m.dasa.de> + [resent by Richard Foley, Message-Id probably wrong] + Branch: cfgperl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 6278] By: jhi on 2000/06/29 22:21:45 + Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly + From: "Milton L. Hankins" + Date: Fri, 09 Jun 2000 12:39:27 -0400 + Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com> + (plus update the version "number" of Text::Wrap) + Branch: cfgperl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 6277] By: jhi on 2000/06/29 22:13:10 + Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem) + From: "M.J.T. Guy" + Date: Mon, 12 Jun 2000 14:55:59 +0100 + Message-Id: + Branch: cfgperl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6276] By: jhi on 2000/06/29 22:11:06 + Log: Subject: [PATCH] Re: eval documentation: context + From: "M.J.T. Guy" + Date: Mon, 12 Jun 2000 15:07:29 +0100 + Message-Id: + Branch: cfgperl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6275] By: jhi on 2000/06/29 21:59:46 + Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm + From: "Daniel S. Lewart" + Date: Tue, 13 Jun 2000 02:43:48 -0500 + Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu> + Branch: cfgperl + ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm +____________________________________________________________________________ +[ 6274] By: jhi on 2000/06/29 21:56:14 + Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility + From: Andy Dougherty + Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT) + Message-Id: + Branch: cfgperl + ! ext/File/Glob/Glob.pm +____________________________________________________________________________ +[ 6273] By: jhi on 2000/06/29 21:49:09 + Log: Subject: [PATCH] xsub attributes + From: Doug MacEachern + Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp + ! objXSUB.h op.c perlapi.c perlapi.h proto.h +____________________________________________________________________________ +[ 6272] By: jhi on 2000/06/29 21:41:28 + Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs + From: Tom Phoenix + Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000 + Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT) + Branch: cfgperl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 6271] By: jhi on 2000/06/29 21:36:55 + Log: Subject: PATCH pod/perltie.pod + From: Ian Phillipps + Date: Fri, 16 Jun 2000 00:17:19 +0100 + Message-ID: <20000616001719.A17108@homer.diplex.co.uk> + (only the first hunk, the second hunk had already been done + by some other patch) + Branch: cfgperl + ! pod/perltie.pod +____________________________________________________________________________ +[ 6270] By: jhi on 2000/06/29 21:24:51 + Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?) + From: Nicholas Clark + Date: Fri, 23 Jun 2000 16:21:15 +0100 + Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net> + Branch: cfgperl + ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t + ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t +____________________________________________________________________________ +[ 6269] By: jhi on 2000/06/29 19:38:15 + Log: Regen headers for #6261 (and update embed.pl for this) and #6267, + silence few compiler warnings. + Branch: cfgperl + ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c +____________________________________________________________________________ +[ 6268] By: jhi on 2000/06/29 18:21:50 + Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive + From: Dominic Dunlop + Date: Thu, 29 Jun 2000 12:32:39 +0200 + Message-Id: + Branch: cfgperl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 6267] By: jhi on 2000/06/29 18:16:07 + Log: Subject: Re: [PATCH] Re: Speeding up method lookups + From: Doug MacEachern + Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT) + Message-ID: + Branch: cfgperl + + t/op/method2entersub.t + ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t + ! xsutils.c +____________________________________________________________________________ +[ 6266] By: jhi on 2000/06/29 15:11:15 + Log: Subject: [PATCH 5.6.0] cygwin port + Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com> + From: "Fifer, Eric" + Date: Thu, 29 Jun 2000 12:58:29 +0100 + Branch: cfgperl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 6265] By: jhi on 2000/06/29 15:04:05 + Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 28 Jun 2000 17:50:12 -0700 + Message-ID: + Branch: cfgperl + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 6264] By: jhi on 2000/06/29 15:00:57 + Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232] + From: Marty Lucich + Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT) + Message-Id: <200006282116.OAA11148@netcom.com> + ccdlflags update (the BSD/OS 4.1 part had already been taken + care of by #6141). + Branch: cfgperl + ! hints/bsdos.sh +____________________________________________________________________________ +[ 6263] By: jhi on 2000/06/29 13:47:44 + Log: tr fixes from Simon Cozens + Branch: cfgperl + ! doop.c +____________________________________________________________________________ +[ 6262] By: jhi on 2000/06/28 18:46:01 + Log: Subject: 5.6.0 Patch for EPOC + From: Olaf Flebbe + Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST) + Message-ID: <23449.960929969@www11.gmx.net> + Branch: cfgperl + ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c + ! epoc/epocish.h +____________________________________________________________________________ +[ 6261] By: jhi on 2000/06/28 18:29:07 + Log: Subject: Re: [PATCH cfgperl] BOMs away! + From: simon@brecon.co.uk (Simon Cozens) + Date: 17 Jun 2000 11:49:57 GMT + Message-ID: + Branch: cfgperl + ! pod/perldiag.pod t/comp/require.t toke.c +____________________________________________________________________________ +[ 6260] By: jhi on 2000/06/28 17:47:16 + Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8 + From: simon@brecon.co.uk (Simon Cozens) + Date: 17 Jun 2000 11:56:44 GMT + Message-ID: + pack U0, pack C0 + Branch: cfgperl + ! pod/perlfunc.pod pp.c t/op/pack.t +____________________________________________________________________________ +[ 6259] By: jhi on 2000/06/28 16:43:17 + Log: perlnewmod was missing from MANIFEST. + Branch: cfgperl + ! MANIFEST +____________________________________________________________________________ +[ 6258] By: jhi on 2000/06/28 15:54:30 + Log: linenumber tweak + Branch: cfgperl + ! t/pragma/warn/regcomp +____________________________________________________________________________ +[ 6257] By: jhi on 2000/06/28 15:50:44 + Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning + From: Doug MacEachern + Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT) + Message-ID: + (one part of the patch had been applied earlier) + Branch: cfgperl + ! op.c sv.c t/pragma/constant.t t/pragma/warn/op +____________________________________________________________________________ +[ 6256] By: jhi on 2000/06/28 15:40:22 + Log: tweaks from Simon Conzes to further fix tr/// under utf8 + Branch: cfgperl + ! doop.c +____________________________________________________________________________ +[ 6255] By: jhi on 2000/06/28 15:33:45 + Log: small thinko tweaks + Branch: cfgperl + ! lib/IPC/Open3.pm t/op/my_stash.t +____________________________________________________________________________ +[ 6254] By: jhi on 2000/06/28 15:33:25 + Log: Subject: tr///, help wanted. + From: simon@brecon.co.uk (Simon Cozens) + Date: 28 Jun 2000 11:29:04 GMT + Message-ID: + Branch: cfgperl + ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h + ! pp_proto.h proto.h t/op/tr.t +____________________________________________________________________________ +[ 6253] By: jhi on 2000/06/28 15:09:17 + Log: Paranoia tweak on #6249. + Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's + From: Ronald J Kimball + Date: Sun, 25 Jun 2000 23:43:12 -0400 + Message-ID: <20000625234312.B74147@linguist.dartmouth.edu> + Branch: cfgperl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 6252] By: jhi on 2000/06/28 15:01:38 + Log: Document #6249 and #6251. + Branch: cfgperl + ! lib/Exporter.pm lib/IPC/Open3.pm +____________________________________________________________________________ +[ 6251] By: jhi on 2000/06/28 14:50:43 + Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm + From: Doug MacEachern + Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 6250] By: jhi on 2000/06/28 14:45:23 + Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...' + From: Doug MacEachern + Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT) + Message-ID: + Branch: cfgperl + + t/op/my_stash.t + ! MANIFEST embed.pl global.sym proto.h toke.c +____________________________________________________________________________ +[ 6249] By: jhi on 2000/06/28 14:36:34 + Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's + From: Frank Tobin + Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT) + Message-ID: + Branch: cfgperl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 6248] By: jhi on 2000/06/28 14:11:25 + Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example + From: Mark-Jason Dominus + Date: Tue, 27 Jun 2000 22:36:42 -0400 + Message-ID: <20000628023642.12166.qmail@plover.com> + Branch: cfgperl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6247] By: jhi on 2000/06/27 12:46:37 + Log: Tweak $VERSION, patch from Doug MacEachern. + Branch: cfgperl + ! lib/File/Spec.pm +____________________________________________________________________________ +[ 6246] By: jhi on 2000/06/27 03:34:46 + Log: Allow for standalone testing. + Branch: cfgperl + ! t/lib/filefunc.t t/lib/filespec.t +____________________________________________________________________________ +[ 6245] By: jhi on 2000/06/27 02:50:02 + Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong + From: Nicholas Clark + Date: Sat, 24 Jun 2000 13:06:20 +0100 + Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net> + Branch: cfgperl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 6244] By: jhi on 2000/06/27 02:46:10 + Log: Subject: [PATCH] avoid mg_ptr in '*' magic + From: Doug MacEachern + Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! gv.c sv.c t/lib/peek.t +____________________________________________________________________________ +[ 6243] By: jhi on 2000/06/27 02:38:07 + Log: Subject: [PATCH] is_utf8_string + From: simon@brecon.co.uk (Simon Cozens) + Date: 26 Jun 2000 02:25:59 GMT + Message-ID: + Branch: cfgperl + ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c + ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h + ! proto.h utf8.c +____________________________________________________________________________ +[ 6242] By: jhi on 2000/06/27 02:24:00 + Log: Subject: [PATCH] bytes<->utf8 fixes + From: simon@brecon.co.uk (Simon Cozens) + Date: 26 Jun 2000 04:55:45 GMT + Message-ID: + Branch: cfgperl + ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c +____________________________________________________________________________ +[ 6241] By: jhi on 2000/06/27 02:12:42 + Log: Do no -warn on \_, only on \alpha. + Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0 + From: David Dyck + Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 6240] By: jhi on 2000/06/27 02:00:01 + Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage + From: Nicholas Clark + Date: Mon, 26 Jun 2000 18:40:14 +0100 + Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net> + Branch: cfgperl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 6239] By: jhi on 2000/06/27 01:53:40 + Log: Configure maintenance. Sever some dependency cycles, + separate gccversion from the cc unit, + address [ID 20000623.006] Configure script patch for using gcc on AIX + (but solve it a little bit differently), + unduplex some accidentally duplicated units, + suggest using gcc if no cc available + (p5p thread: "Solaris configure: counterproposal", 1999-09) + Branch: cfgperl + ! Configure Todo-5.6 config_h.SH + Branch: metaconfig + ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U + ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U + Branch: metaconfig/U/perl + + gccvers.U + ! d_getespwnam.U d_getprpwnam.U i_prot.U +____________________________________________________________________________ +[ 6238] By: jhi on 2000/06/25 18:04:56 + Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS + From: Dan Sugalski + Date: Fri, 23 Jun 2000 17:00:00 -0400 + Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48> + Branch: cfgperl + ! lib/ExtUtils/MM_VMS.pm vms/vms.c +____________________________________________________________________________ +[ 6237] By: jhi on 2000/06/25 16:36:45 + Log: Tweak embed.pl, regen headers. + Branch: cfgperl + ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm + ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym + ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h + ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym + ! pp_proto.h proto.h regnodes.h utf8.c warnings.h +____________________________________________________________________________ +[ 6236] By: jhi on 2000/06/25 15:26:42 + Log: Regen headers. + Branch: cfgperl + ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm + ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h + ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h + ! regnodes.h warnings.h +____________________________________________________________________________ +[ 6235] By: jhi on 2000/06/23 19:39:35 + Log: The thread begun by + Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh + From: Kevin.Ruscoe@ubsw.com + Date: Fri, 16 Jun 2000 16:38:51 +0100 + Message-Id: + Branch: cfgperl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 6234] By: jhi on 2000/06/23 19:23:36 + Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp + because when run as services (Win32ese for daemons) + no environment variables are set and tmpdir ends up as /tmp, + which is ambiguous. + + Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service + From: matt@sergeant.org + Date: 16 Jun 2000 16:30:43 -0000 + Message-Id: <20000616163043.26398.qmail@mail.sergeant.org> + Branch: cfgperl + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 6233] By: jhi on 2000/06/23 19:18:58 + Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes + From: Mark-Jason Dominus + Date: Fri, 16 Jun 2000 20:53:04 -0400 + Message-ID: <20000617005304.8008.qmail@plover.com> + Branch: cfgperl + ! op.h +____________________________________________________________________________ +[ 6232] By: jhi on 2000/06/23 16:10:02 + Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution + From: simon@brecon.co.uk (Simon Cozens) + Date: 19 Jun 2000 15:18:27 GMT + Message-ID: + + plus update pod/Makefile and regenerate perltoc + Branch: cfgperl + + pod/perlutil.pod + ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall +____________________________________________________________________________ +[ 6231] By: jhi on 2000/06/23 15:19:18 + Log: Subject: [PATCH 5.6.0] cygwin port + From: "Fifer, Eric" + Date: Tue, 20 Jun 2000 14:30:58 +0100 + Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com> + Branch: cfgperl + ! README.cygwin lib/File/Find.pm +____________________________________________________________________________ +[ 6230] By: jhi on 2000/06/23 14:25:21 + Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker. + Branch: cfgperl + ! lib/File/Spec.pm lib/File/Spec/Functions.pm + ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t +____________________________________________________________________________ +[ 6229] By: jhi on 2000/06/23 14:13:34 + Log: Subject: README.hpux version 0.6.1 + Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT) + From: Jeff Okamoto + Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com> + Branch: cfgperl + ! README.hpux +____________________________________________________________________________ +[ 6228] By: jhi on 2000/06/23 14:07:20 + Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning + From: Doug MacEachern + Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! op.c +____________________________________________________________________________ +[ 6227] By: jhi on 2000/06/23 14:01:06 + Log: Subject: [PATCH] lib.pm -> lib.pm.PL + From: Doug MacEachern + Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT) + Message-ID: + Branch: cfgperl + + lib/lib.pm.PL + - lib/lib.pm + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 6226] By: jhi on 2000/06/23 13:53:07 + Log: Subject: [PATCH] remove forward declarations in Socket.pm + From: Doug MacEachern + Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT) + Message-ID: + + From: Doug MacEachern + Subject: Re: [PATCH] remove forward declarations in Socket.pm + Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! ext/Socket/Socket.pm op.c +____________________________________________________________________________ +[ 6225] By: jhi on 2000/06/23 13:41:52 + Log: Add source code filenames to apidoc. + From: simon@brecon.co.uk (Simon Cozens) + Subject: [PATCH embed.pl] Source X-ref + Date: 22 Jun 2000 02:18:49 GMT + Message-ID: + Branch: cfgperl + ! embed.pl +____________________________________________________________________________ +[ 6224] By: jhi on 2000/06/23 13:32:33 + Log: A way to avoid English.pm performance hit. + From: root + Subject: [YAPATCH English.pm] My turn to putt again + Date: Thu, 22 Jun 2000 20:33:58 -0400 + Message-Id: <200006230033.UAA05960@jester.slaysys.com> + Branch: cfgperl + ! lib/English.pm t/lib/english.t +____________________________________________________________________________ +[ 6223] By: jhi on 2000/06/23 13:27:06 + Log: Avoid double close(). + Subject: [PATCH] avoid double close() + From: Doug MacEachern + Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT) + Message-ID: + Branch: cfgperl + ! doio.c +____________________________________________________________________________ +[ 6222] By: jhi on 2000/06/23 13:25:54 + Log: doc typo fix + Subject: [PATCH] documentation typo in lib/Pod/Usage.pm + From: Ian Phillipps + Date: Fri, 23 Jun 2000 10:40:58 +0100 + Message-ID: <20000623104058.A22791@homer.diplex.co.uk> + Branch: cfgperl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 6221] By: jhi on 2000/06/23 13:24:15 + Log: Remove tr///CU (the feature is to be obsoleted by better interfaces). + From: simon@brecon.co.uk (Simon Cozens) + Subject: [PATCH] Eliminate tr///[CU][CU] + Date: 23 Jun 2000 11:05:40 GMT + Message-ID: + Branch: cfgperl + ! doop.c embed.pl pod/perlop.pod toke.c utf8.c +____________________________________________________________________________ +[ 6220] By: jhi on 2000/06/22 16:07:51 + Log: Win32 patches from Benjamin Stuhl. + Branch: cfgperl + ! makedef.pl win32/win32.h +____________________________________________________________________________ +[ 6219] By: jhi on 2000/06/22 16:06:34 + Log: Bytecode patches from Benjamin Stuhl. + Branch: cfgperl + ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm + ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm + ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 6218] By: jhi on 2000/06/15 23:54:16 + Log: Bytecode patches from Benjamin Stuhl. + Branch: cfgperl + ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 6217] By: jhi on 2000/06/09 13:38:29 + Log: Rename the fdpid locking and integrate with Sarathy. + Branch: cfgperl + ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h + ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c + ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c + ! win32/win32.c + !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t +____________________________________________________________________________ +[ 6216] By: gsar on 2000/06/08 14:54:21 + Log: be more optimal about clearing @_ + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 6215] By: gsar on 2000/06/08 14:33:04 + Log: tweak comment about @DB::args + Branch: perl + ! av.h pp_ctl.c +____________________________________________________________________________ +[ 6214] By: gsar on 2000/06/08 13:57:54 + Log: @_ can't have junk in it even in the non-USE_ITHREADS case because + caller() wants to populate @DB::args with it (causes a coredump + in Carp::confess()) + Branch: perl + ! cop.h t/op/runlevel.t +____________________________________________________________________________ +[ 6213] By: gsar on 2000/06/08 07:06:35 + Log: back out change#6106 (seems problematic) + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 6212] By: jhi on 2000/06/07 03:10:36 + Log: Continuing mopup for #6204. + Branch: cfgperl + ! ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 6211] By: jhi on 2000/06/07 02:41:50 + Log: Mopup for #6204. + Under the 5005 threads the t/lib/b.t for B::Deparse fails: + Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360. + This is comes from const() where POK isn't on when expected. + Branch: cfgperl + ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm + ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c + ! perlapi.h pod/perlapi.pod +____________________________________________________________________________ +[ 6210] By: jhi on 2000/06/07 01:56:29 + Log: Mopup for #6207 and #6209. + Branch: cfgperl + ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c +____________________________________________________________________________ +[ 6209] By: jhi on 2000/06/07 01:33:12 + Log: Lock PL_fdpid against race conditions, based on: + Subject: [PATCH 5.6.0]subprocess fixup for threads + From: Dan Sugalski + To: perl5-porters@perl.org + Date: Tue, 11 Apr 2000 17:02:32 -0400 + Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48> + Branch: cfgperl + ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c + ! win32/win32.c +____________________________________________________________________________ +[ 6208] By: jhi on 2000/06/07 01:05:23 + Log: Regen headers for #6207. + Branch: cfgperl + ! embed.h global.sym objXSUB.h proto.h +____________________________________________________________________________ +[ 6207] By: jhi on 2000/06/06 23:43:13 + Log: Subject: [PATCH 5.6.0] Threadsafe patches + From: Dan Sugalski + To: perl5-porters@perl.org + Date: Mon, 08 May 2000 18:08:13 -0400 + Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48> + Branch: cfgperl + ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c + ! proto.h sv.h util.c +____________________________________________________________________________ +[ 6206] By: jhi on 2000/06/06 23:21:23 + Log: Subject: [PATCH] Eliminate $a/$b in pod + From: David Glasser + To: perl5-porters@perl.org + Date: Mon, 29 May 2000 21:15:59 -0400 + Message-Id: + Branch: cfgperl + ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod + ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod + ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod + ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod + ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod + ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod + ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod + ! pod/perlvar.pod pod/perlxs.pod +____________________________________________________________________________ +[ 6205] By: jhi on 2000/06/06 23:12:14 + Log: Subject: [PATCH] Win32 improvements + From: "Benjamin Stuhl" + To: gsar@activestate.com, perl5-porters@perl.org + Date: Mon, 29 May 2000 17:22:24 PDT + Message-ID: <20000530002224.91142.qmail@hotmail.com> + (MUA had mangled many lines by wordwrapping) + Branch: cfgperl + ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c +____________________________________________________________________________ +[ 6204] By: jhi on 2000/06/06 23:01:50 + Log: Subject: [PATCH] B::Bytecode patches + From: "Benjamin Stuhl" + To: gsar@activestate.com, jhi@iki.fi + Cc: perl5-porters@perl.org + Message-ID: <20000602202526.48694.qmail@hotmail.com> + (MUA had mangled many lines by wordwrapping) + Branch: cfgperl + ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm + ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL + ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h + ! intrpvar.h perl.c +____________________________________________________________________________ +[ 6203] By: jhi on 2000/06/06 22:32:43 + Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2 + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 06 Jun 2000 13:07:45 -0700 + Message-ID: + Branch: cfgperl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 6202] By: jhi on 2000/06/06 19:38:35 + Log: Integrate with Sarathy. + Branch: cfgperl + !> perl.c +____________________________________________________________________________ +[ 6201] By: gsar on 2000/06/06 00:42:59 + Log: Perl_eval_pv() leaks 4 bytes every time it is called because it + does a PUSHMARK that's never ever POPMARKed; in general, only + Perl_call_[sp]v() need a PUSHMARK for incoming arguments; + Perl_eval_[sp]v() don't because they don't take any incoming + arguments (this leak has been around since the original version + of perl_eval_pv() in 5.003_97e) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6200] By: jhi on 2000/06/04 03:44:52 + Log: Update to cperl-mode.el 4.31 from + ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el + Subject: A couple of notes + From: Ilya Zakharevich + To: Mailing list Perl5 + Date: Sat, 3 Jun 2000 23:33:32 -0400 + Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu> + Branch: cfgperl + ! emacs/cperl-mode.el +____________________________________________________________________________ +[ 6199] By: jhi on 2000/06/03 15:11:05 + Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS + From: Dan Sugalski + To: perl5-porters@perl.org, vmsperl@perl.org + Date: Fri, 02 Jun 2000 17:30:51 -0400 + Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48> + Branch: cfgperl + ! vms/descrip_mms.template vms/gen_shrfls.pl +____________________________________________________________________________ +[ 6198] By: jhi on 2000/06/03 14:59:15 + Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY + From: Dan Sugalski + To: vmsperl@perl.org, perl5-porters@perl.org + Date: Fri, 02 Jun 2000 16:00:41 -0400 + Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48> + Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48> + Branch: cfgperl + ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym + ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod + ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 6197] By: jhi on 2000/06/03 14:41:30 + Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod + From: John Borwick + Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT) + Message-Id: + Branch: cfgperl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 6196] By: jhi on 2000/06/03 14:38:09 + Log: Integrate with Sarathy. + Branch: cfgperl + !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c + !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c + !> vms/perly_c.vms +____________________________________________________________________________ +[ 6195] By: gsar on 2000/06/02 22:43:13 + Log: fix yet another eval"" leak under USE_ITHREADS + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6194] By: gsar on 2000/06/02 18:22:06 + Log: fix small eval"" memory leaks under USE_ITHREADS + Branch: perl + ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c + ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c + ! vms/perly_c.vms +____________________________________________________________________________ +[ 6193] By: jhi on 2000/06/01 13:03:56 + Log: Signals-be-gone for microperl. + Branch: cfgperl + ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c +____________________________________________________________________________ +[ 6192] By: jhi on 2000/06/01 12:52:02 + Log: Integrate with Sarathy. + Branch: cfgperl + +> lib/Pod/LaTeX.pm t/lib/selfloader.t + !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl + !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c + !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod + !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod + !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t + !> t/op/vec.t utils/h2xs.PL +____________________________________________________________________________ +[ 6191] By: gsar on 2000/06/01 09:38:21 + Log: vec() loses numericalness (modified version of patch suggested + by Robin Barker) + Branch: perl + ! doop.c t/op/vec.t +____________________________________________________________________________ +[ 6190] By: gsar on 2000/06/01 09:26:15 + Log: submit missing embed.pl change + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 6189] By: gsar on 2000/06/01 09:05:34 + Log: counting tr/// corrupts later operation (from M.J.T Guy) + Branch: perl + ! doop.c t/op/tr.t +____________________________________________________________________________ +[ 6188] By: gsar on 2000/06/01 08:58:39 + Log: h2xs tweaks + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 6187] By: gsar on 2000/06/01 08:50:07 + Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN + (from Tim Jenness ) + Branch: perl + + lib/Pod/LaTeX.pm + ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm + ! pod/pod2latex.PL +____________________________________________________________________________ +[ 6186] By: gsar on 2000/06/01 08:24:40 + Log: further qualify references to "alphanumeric" (from Wolfgang Laun + ) + Branch: perl + ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod + ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod +____________________________________________________________________________ +[ 6185] By: gsar on 2000/06/01 08:12:00 + Log: remove incorrect documentation about implicit split to @_ in + list context, which never really worked in perl 5 (from + M.J.T. Guy) + Branch: perl + ! pod/perlfunc.pod pod/perltrap.pod +____________________________________________________________________________ +[ 6184] By: gsar on 2000/06/01 07:52:27 + Log: tweak for change#6127 + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6183] By: gsar on 2000/06/01 07:41:02 + Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark + ) + Branch: perl + + t/lib/selfloader.t + ! MANIFEST lib/SelfLoader.pm +____________________________________________________________________________ +[ 6182] By: jhi on 2000/06/01 00:34:42 + Log: Be Cleaner Part Deux. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 6181] By: jhi on 2000/06/01 00:32:09 + Log: Integrate with Sarathy. + Branch: cfgperl + !> pp.c t/op/arith.t +____________________________________________________________________________ +[ 6180] By: jhi on 2000/06/01 00:31:13 + Log: microperl nits from Simon Cozens. + Branch: cfgperl + + uconfig.h + ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh + ! unixish.h +____________________________________________________________________________ +[ 6179] By: gsar on 2000/05/31 22:37:51 + Log: buggy modulus on UVs introduced by change#3378 (resulted in + 4063328477 % 65535 amounting to 27406, instead of 27407) + Branch: perl + ! pp.c t/op/arith.t +____________________________________________________________________________ +[ 6178] By: jhi on 2000/05/31 21:52:41 + Log: Be cleaner. + Branch: cfgperl + ! Makefile.SH +____________________________________________________________________________ +[ 6177] By: jhi on 2000/05/31 21:47:33 + Log: Substitution utf8 patch from Simon Cozens. + Branch: cfgperl + ! pp_hot.c +____________________________________________________________________________ +[ 6176] By: jhi on 2000/05/31 21:45:34 + Log: Single-quoted utf8 patch from Simon Cozens. + Branch: cfgperl + ! toke.c +____________________________________________________________________________ +[ 6175] By: jhi on 2000/05/31 21:40:18 + Log: Integrate with Sarathy. + Branch: cfgperl + !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t +____________________________________________________________________________ +[ 6174] By: jhi on 2000/05/31 21:37:31 + Log: microperl changes from Simon Cozens; Makefile for microperl + written from scratch; few casts added as microperl compilation + doesn't have all prototypes available. + Branch: cfgperl + + Makefile.micro README.micro Todo.micro uconfig.sh + ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c + ! perl.c perl.h perlio.c unixish.h utf8.c util.c + Branch: metaconfig + + U/modified/Config_h.U +____________________________________________________________________________ +[ 6173] By: jhi on 2000/05/31 20:00:24 + Log: metaconfig maintenance. + Branch: metaconfig + + U/modified/Inhdr.U U/typedefs/inotype.U + Branch: metaconfig/U/perl + + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U + + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U +____________________________________________________________________________ +[ 6172] By: gsar on 2000/05/31 05:05:42 + Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m> + (from Ilya Zakharevich) + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 6171] By: gsar on 2000/05/31 05:01:47 + Log: scalar() doesn't force scalar context when used in void context + (from Simon Cozens) + Branch: perl + ! op.c t/op/wantarray.t +____________________________________________________________________________ +[ 6170] By: gsar on 2000/05/31 04:41:33 + Log: change#6142 needs tweaks to tests to work where there's no symlink() + (from Helmut Jarausch ) + Branch: perl + ! t/lib/filefind.t +____________________________________________________________________________ +[ 6169] By: gsar on 2000/05/31 04:29:49 + Log: integrate cfgperl contents into mainline + Branch: perl + +> pod/perlmodlib.PL pod/perlnewmod.pod + !> (integrate 42 files) +____________________________________________________________________________ +[ 6168] By: jhi on 2000/05/30 22:53:37 + Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com + ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_h.PL win32/config_sh.PL + Branch: metaconfig/U/perl + ! perlxv.U +____________________________________________________________________________ +[ 6167] By: jhi on 2000/05/30 22:20:21 + Log: tweak todo + Branch: cfgperl + ! Todo-5.6 +____________________________________________________________________________ +[ 6166] By: jhi on 2000/05/30 22:11:51 + Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT + in case somebody wants to write an extension for more + shadow database interfaces. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com + ! vos/config.def vos/config.h vos/config_h.SH_orig + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + Branch: metaconfig + ! U/modified/Myinit.U + Branch: metaconfig/U/perl + + d_getespwnam.U d_getprpwnam.U i_prot.U +____________________________________________________________________________ +[ 6165] By: jhi on 2000/05/30 18:35:34 + Log: Integrate with Sarathy. + Branch: cfgperl + !> op.c +____________________________________________________________________________ +[ 6164] By: jhi on 2000/05/30 18:30:16 + Log: detypo + Branch: cfgperl + ! Configure config_h.SH + Branch: metaconfig/U/perl + ! perlxv.U +____________________________________________________________________________ +[ 6163] By: gsar on 2000/05/30 03:24:03 + Log: fix memory leak in C (bug in change#4579) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6162] By: gsar on 2000/05/30 03:09:38 + Log: fix memory leak in method call optimization (change#3768); + made Cfoo()"> leak + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6161] By: jhi on 2000/05/29 17:56:26 + Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod, + both from Simon Cozens. + Branch: cfgperl + + pod/perlmodlib.PL pod/perlnewmod.pod + ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 6160] By: jhi on 2000/05/29 17:23:55 + Log: Changes for the File::Temp 0.08 (change #6159) test suite + to fit better into the Perl distribution test framework. + Branch: cfgperl + ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t + ! t/lib/ftmp-tempfile.t +____________________________________________________________________________ +[ 6159] By: jhi on 2000/05/29 16:55:36 + Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN. + Branch: cfgperl + ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t + ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t +____________________________________________________________________________ +[ 6158] By: bailey on 2000/05/29 16:22:08 + Log: Add fallback to tmpfile for use in cases where user's relying on + ACLs on SYS$SCRATCH to permit file creation. (based on Charles + Lane's patch) + Branch: vmsperl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 6157] By: jhi on 2000/05/29 03:10:36 + Log: Regen Configure to jive with #6149. + Branch: cfgperl + ! Configure + Branch: metaconfig + ! U/modified/Getfile.U +____________________________________________________________________________ +[ 6156] By: jhi on 2000/05/29 03:01:38 + Log: Integrate with Sarathy. + Branch: cfgperl + +> ext/DynaLoader/dl_mac.xs + !> (integrate 38 files) +____________________________________________________________________________ +[ 6155] By: gsar on 2000/05/28 21:15:58 + Log: small bug in change#6144; remove random \xA0 character that snuck + in via change#6145 + Branch: perl + ! lib/AutoSplit.pm lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 6154] By: gsar on 2000/05/28 21:04:19 + Log: avoid type mismatch warning + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6153] By: gsar on 2000/05/28 20:58:31 + Log: prettier Test::Harness output on failed tests (from Nicholas Clark + ) + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 6152] By: gsar on 2000/05/28 20:53:42 + Log: cosmetic fixups of RE debug output (from Ilya Zakharevich) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 6151] By: gsar on 2000/05/28 20:50:28 + Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 6150] By: gsar on 2000/05/28 20:39:58 + Log: perlrequick.pod updates (from Mark Kvale ) + Branch: perl + ! pod/perlrequick.pod +____________________________________________________________________________ +[ 6149] By: gsar on 2000/05/28 20:35:16 + Log: OS/2 tweaks for usethreads build (from Rocco Caputo + ) + Branch: perl + ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs + ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t + ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t + ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h +____________________________________________________________________________ +[ 6148] By: gsar on 2000/05/28 20:21:07 + Log: close open file before chmod() (from Rocco Caputo ) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 6147] By: gsar on 2000/05/28 20:12:41 + Log: add a make entry to Config.pm so "perl -V:make" works on VMS + (from Peter Prymmer) + Branch: perl + ! vms/subconfigure.com +____________________________________________________________________________ +[ 6146] By: gsar on 2000/05/28 20:06:15 + Log: doc typo + Branch: perl + ! lib/warnings.pm warnings.h warnings.pl +____________________________________________________________________________ +[ 6145] By: gsar on 2000/05/28 18:44:33 + Log: make xsubpp skip embedded pod (from Matthias Neeracher + ) + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 6144] By: gsar on 2000/05/28 18:42:49 + Log: MacOS support, part 2: make AutoSplit use File::Spec instead + of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher + ) + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 6143] By: gsar on 2000/05/28 18:41:12 + Log: MacOS support, part 1 (from Matthias Neeracher + ) + Branch: perl + + ext/DynaLoader/dl_mac.xs + ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL + ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c + ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c + ! util.h +____________________________________________________________________________ +[ 6142] By: gsar on 2000/05/28 18:21:51 + Log: File::Find fails to chdir when chasing symlinks (from + Helmut Jarausch ) + Branch: perl + ! lib/File/Find.pm t/lib/filefind.t +____________________________________________________________________________ +[ 6141] By: jhi on 2000/05/28 14:25:15 + Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller, + forwarded by Peter Seebach from the bsdi-users mailing list. + p5p Message-Id: <200005280543.AAA24519@guild.plethora.net> + Branch: perl + ! hints/bsdos.sh +____________________________________________________________________________ +[ 6140] By: jhi on 2000/05/28 14:11:57 + Log: Integrate with Sarathy. + Branch: cfgperl + +> (branch 30 files) + !> (integrate 93 files) +____________________________________________________________________________ +[ 6139] By: gsar on 2000/05/28 10:01:48 + Log: revise mktables.PL for bugs and newness in Unicode 3.0 + (from James Bence ) + Branch: perl + + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl + + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl + + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl + + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl + + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl + + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl + + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl + + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl + + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl + + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl + + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl + + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl + + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl + + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl + + lib/unicode/Is/SylWU.pl + ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl + ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl + ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl + ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl + ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl + ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl + ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl + ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl + ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl + ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl + ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl + ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl + ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl + ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl + ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl + ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl + ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl + ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl + ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl + ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl + ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl + ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl + ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl + ! lib/unicode/Makefile lib/unicode/mktables.PL +____________________________________________________________________________ +[ 6138] By: gsar on 2000/05/28 08:50:32 + Log: add note about the handling of negative indices to tied arrays + (from Michael G Schwern ) + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 6137] By: gsar on 2000/05/28 08:46:10 + Log: fix bogus redeclaration warning for "our" variables in different + scopes + Branch: perl + ! op.c t/pragma/strict-vars +____________________________________________________________________________ +[ 6136] By: gsar on 2000/05/28 08:31:20 + Log: random pod typos (from Peter Scott ) + Branch: perl + ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod +____________________________________________________________________________ +[ 6135] By: gsar on 2000/05/28 08:17:50 + Log: enable Test::Harness to dynamically determine column width etc. + (from Rob Napier ) + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 6134] By: gsar on 2000/05/28 08:13:39 + Log: make Test::Harness use wait.h/WCOREDUMP if available + (from Ben Tilly ) + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 6133] By: gsar on 2000/05/28 08:08:05 + Log: elide bogus test in change#6132 + Branch: perl + ! t/pragma/warn/9enabled +____________________________________________________________________________ +[ 6132] By: gsar on 2000/05/28 08:03:14 + Log: warnings::enabled() doesn't fall back to looking at $^W if + caller isn't using lexical warnings (from Paul Marquess) + Branch: perl + ! pp_ctl.c t/pragma/warn/9enabled +____________________________________________________________________________ +[ 6131] By: gsar on 2000/05/28 07:57:47 + Log: avoid warnings in POSIX.pm (from Barrie Slaymaker) + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 6130] By: gsar on 2000/05/28 07:29:12 + Log: fix places that mean C<"word" character> but say C + Branch: perl + ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod +____________________________________________________________________________ +[ 6129] By: gsar on 2000/05/28 07:18:41 + Log: VMS test harness tweak (from Jesper Naur ) + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 6128] By: gsar on 2000/05/28 07:12:55 + Log: new perlxstut example for passing/returning refs to arrays + (from David Lowe ) + Branch: perl + ! pod/perlxstut.pod +____________________________________________________________________________ +[ 6127] By: gsar on 2000/05/28 07:02:50 + Log: call_method(...,G_EVAL) can longjmp() out if the method probing + failed (from Gisle Aas) + Branch: perl + ! cop.h perl.c +____________________________________________________________________________ +[ 6126] By: gsar on 2000/05/28 06:39:53 + Log: change#2879 broke rvalue autovivification of magicals such as ${$num} + (reworked variant of patch suggested by Simon Cozens) + Branch: perl + ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c + ! pp_hot.c proto.h t/op/gv.t +____________________________________________________________________________ +[ 6125] By: gsar on 2000/05/28 05:14:55 + Log: enable propagating exception objects via Perl_croak() in XS code + (from Gisle Aas) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 6124] By: gsar on 2000/05/28 05:07:28 + Log: integrate vmsperl contents into mainline + Branch: perl + !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t + !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c + !> vms/vmsish.h +____________________________________________________________________________ +[ 6123] By: gsar on 2000/05/28 05:03:53 + Log: clarify gotcha with #line directives (from Rocco Caputo + ) + Branch: perl + ! pod/perldebug.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 6122] By: gsar on 2000/05/28 04:58:29 + Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning + (from Mark-Jason Dominus) + Branch: perl + ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod + ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars + ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t + ! toke.c +____________________________________________________________________________ +[ 6121] By: bailey on 2000/05/25 04:46:54 + Log: Allow eliminate_macros() and fixpath() to handle space-delimited + lists (based on fixes by Craig Berry) + Branch: vmsperl + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 6120] By: bailey on 2000/05/25 04:25:38 + Log: Add missing escape (Charles Lane) + Branch: vmsperl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 6119] By: bailey on 2000/05/25 04:21:25 + Log: Quiet error messages in vmsish.t (Charles Lane) + Branch: vmsperl + ! vms/ext/vmsish.t +____________________________________________________________________________ +[ 6118] By: bailey on 2000/05/25 04:17:57 + Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry) + Flatten case labels in switch statements uniformly (Charles Bailey) + Branch: vmsperl + ! vms/vms.c +____________________________________________________________________________ +[ 6117] By: bailey on 2000/05/25 03:58:09 + Log: Treat sockets as special in sys(read|write) (Charles Lane et al.) + Branch: vmsperl + ! vms/vmsish.h +____________________________________________________________________________ +[ 6116] By: bailey on 2000/05/25 03:11:15 + Log: Miscellaneous cosmetic fixes (Charles Lane) + Branch: vmsperl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 6115] By: bailey on 2000/05/25 03:10:36 + Log: Add bounds checking for several strings (Charles Lane) + Branch: vmsperl + ! vms/vms.c +____________________________________________________________________________ +[ 6114] By: bailey on 2000/05/25 02:25:34 + Log: Urk -- undo previous removal of vmsish 'exit' change + Branch: vmsperl + ! vms/ext/vmsish.pm vms/vmsish.h +____________________________________________________________________________ +[ 6113] By: bailey on 2000/05/24 02:24:40 + Log: Ugly workaround for version-specific RTL error + Branch: vmsperl + ! vms/vms.c +____________________________________________________________________________ +[ 6112] By: bailey on 2000/05/24 02:19:55 + Log: Check for existence of file before trying to delete + Branch: vmsperl + ! vms/test.com +____________________________________________________________________________ +[ 6111] By: bailey on 2000/05/23 23:35:13 + Log: Resync with mainline prior to post-5.6.0 updates + Branch: vmsperl + +> (branch 49 files) + - t/lib/thread.t t/op/64bit.t t/op/nothread.t + ! vms/ext/vmsish.pm + !> (integrate 334 files) +____________________________________________________________________________ +[ 6110] By: jhi on 2000/05/23 19:28:32 + Log: todo tweak + Branch: cfgperl + ! Todo-5.6 +____________________________________________________________________________ +[ 6109] By: jhi on 2000/05/18 17:38:54 + Log: Integrate with Sarathy. + Branch: cfgperl + !> mg.c perl.h win32/perlhost.h +____________________________________________________________________________ +[ 6108] By: gsar on 2000/05/17 02:24:56 + Log: reenable fake signal handling on Windows, bugs and all + Branch: perl + ! mg.c perl.h win32/perlhost.h +____________________________________________________________________________ +[ 6107] By: jhi on 2000/05/15 18:01:41 + Log: Tweak the todo list. + Branch: cfgperl + ! Todo-5.6 +____________________________________________________________________________ +[ 6106] By: jhi on 2000/05/15 13:41:48 + Log: The (Configure) script refuses to go on, after asking for + 'You may also choose to try maximal 64-bitness....'. + If answer is yes the script can't find the 'workshoplibpth.cbu' file. + -- Patrick Zima + p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> + Branch: cfgperl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 6105] By: jhi on 2000/05/11 14:37:43 + Log: Integrate with Sarathy. + Branch: cfgperl + !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c + !> perlapi.c pod/perlapi.pod proto.h win32/win32.c +____________________________________________________________________________ +[ 6104] By: gsar on 2000/05/11 03:39:07 + Log: PL_sys_intern was being initialized too late on windows + Branch: perl + ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c + ! perlapi.c pod/perlapi.pod proto.h win32/win32.c +____________________________________________________________________________ +[ 6103] By: jhi on 2000/05/09 19:42:20 + Log: Test tweaking for Unicos continues. + Branch: cfgperl + ! t/op/64bitint.t +____________________________________________________________________________ +[ 6102] By: jhi on 2000/05/09 16:47:27 + Log: The test suite tweak in #6101 wasn't quite right. + Branch: cfgperl + ! t/lib/complex.t +____________________________________________________________________________ +[ 6101] By: jhi on 2000/05/09 15:35:34 + Log: Hints and test tweaks for Unicos. + Branch: cfgperl + ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t +____________________________________________________________________________ +[ 6100] By: jhi on 2000/05/08 21:15:06 + Log: More compilation tweakery from Allen Smith. + Branch: cfgperl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 6099] By: jhi on 2000/05/08 19:21:18 + Log: Tweaks for the cc bugs from Allen Smith. + Branch: cfgperl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 6098] By: jhi on 2000/05/08 19:13:37 + Log: Add a note about other, yet unsupported, shadow password APIs. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 6097] By: jhi on 2000/05/08 18:46:34 + Log: Add a note about possible compilation problems from Allen Smith. + Branch: cfgperl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 6096] By: jhi on 2000/05/08 17:33:10 + Log: Integrate with Sarathy. + Branch: cfgperl + !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c + !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h +____________________________________________________________________________ +[ 6095] By: jhi on 2000/05/08 16:21:33 + Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but + might be useful in future. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH + Branch: metaconfig + ! U/installdirs/inc_version_list.U + Branch: metaconfig/U/perl + ! perlxv.U +____________________________________________________________________________ +[ 6094] By: gsar on 2000/05/08 14:22:22 + Log: cygwin update (from Eric Fifer ) + Branch: perl + ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c + ! hints/cygwin.sh pp_sys.c +____________________________________________________________________________ +[ 6093] By: gsar on 2000/05/08 12:52:28 + Log: fork() failure to create pseudo process sets errno=EAGAIN and returns + undef on windows (from Clinton Pierce ) + Branch: perl + ! pp_sys.c sv.c win32/perlhost.h +____________________________________________________________________________ +[ 6092] By: jhi on 2000/05/07 22:40:34 + Log: Regen perltoc with the fixed buildtoc. + Branch: cfgperl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 6091] By: jhi on 2000/05/07 22:24:16 + Log: Integrate with Sarathy. + Branch: cfgperl + !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t + !> t/op/substr.t toke.c +____________________________________________________________________________ +[ 6090] By: gsar on 2000/05/07 19:47:07 + Log: concat doesn't preserve utf8-ness, and doesn't invalidate + [NI]OK; added tests for both + Branch: perl + ! perl.c pp_hot.c sv.c t/op/substr.t +____________________________________________________________________________ +[ 6089] By: gsar on 2000/05/07 18:18:38 + Log: buildtoc tweak to fix newline lossage + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 6088] By: jhi on 2000/05/07 16:35:36 + Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, + because we do not use those. The HAS_GETSPNAM remains, + though, because we still do use that. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod + ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h + ! vos/config_h.SH_orig win32/config.bc win32/config.gc + ! win32/config.vc win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL +____________________________________________________________________________ +[ 6087] By: gsar on 2000/05/07 16:05:16 + Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests + Branch: perl + ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c +____________________________________________________________________________ +[ 6086] By: jhi on 2000/05/07 15:27:07 + Log: Integrate with Sarathy. + Branch: cfgperl + +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t + +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t + !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm + !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod + !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t + !> utils/perlbug.PL vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 6085] By: gsar on 2000/05/07 05:52:02 + Log: repeat operator (x) doesn't preserve utf8-ness + Branch: perl + ! pp.c t/op/substr.t +____________________________________________________________________________ +[ 6084] By: gsar on 2000/05/07 05:39:55 + Log: substr() does not preserve utf8-ness (from Stefan Eissing + ); added tests + Branch: perl + ! pp.c t/op/substr.t +____________________________________________________________________________ +[ 6083] By: gsar on 2000/05/07 05:24:46 + Log: note about undocumented caller() return value (from M.J.T. Guy); + yet another peek.t tweak + Branch: perl + ! pod/perlfunc.pod t/lib/peek.t +____________________________________________________________________________ +[ 6082] By: gsar on 2000/05/07 05:08:40 + Log: peek.t non-portable to ithreads + Branch: perl + ! t/lib/peek.t +____________________________________________________________________________ +[ 6081] By: gsar on 2000/05/07 04:17:04 + Log: better default perlbug categories for ok reports (from Richard Foley) + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 6080] By: gsar on 2000/05/07 04:08:07 + Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite + (from Tim Jenness ) + Branch: perl + + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t + + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t + ! AUTHORS MAINTAIN MANIFEST +____________________________________________________________________________ +[ 6079] By: gsar on 2000/05/07 04:01:38 + Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now) + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 6078] By: gsar on 2000/05/07 01:24:19 + Log: workaround for CRT bug in chdir() (from Charles Lane, via + Peter Prymmer) + Branch: perl + ! iperlsys.h vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 6077] By: gsar on 2000/05/07 01:22:23 + Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer + and Tom Phoenix) + Branch: perl + ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod +____________________________________________________________________________ +[ 6076] By: gsar on 2000/05/06 17:36:29 + Log: integrate cfgperl contents into mainline + Branch: perl + +> t/lib/peek.t + !> Configure MANIFEST Porting/Glossary Porting/config.sh + !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs + !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c + !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c +____________________________________________________________________________ +[ 6075] By: jhi on 2000/05/05 18:56:10 + Log: Make the test more portable. + Branch: cfgperl + ! t/lib/peek.t +____________________________________________________________________________ +[ 6074] By: jhi on 2000/05/05 18:49:20 + Log: Introduce t/lib/peek.t. + Branch: cfgperl + + t/lib/peek.t + ! MANIFEST +____________________________________________________________________________ +[ 6073] By: jhi on 2000/05/05 14:30:45 + Log: Complex tweaks. + Branch: cfgperl + ! lib/Math/Complex.pm t/lib/complex.t +____________________________________________________________________________ +[ 6072] By: jhi on 2000/05/05 12:27:13 + Log: Integrate with Sarathy. + Branch: cfgperl + !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm + !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm + !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c + !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c +____________________________________________________________________________ +[ 6071] By: gsar on 2000/05/05 02:24:46 + Log: misformatted perllocal.pod (from Tim Jenness + ) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 6070] By: gsar on 2000/05/05 02:16:52 + Log: remove misleading comment (from M.J.T. Guy) + Branch: perl + ! t/lib/anydbm.t +____________________________________________________________________________ +[ 6069] By: gsar on 2000/05/05 02:15:13 + Log: File::Spec compatibility update (from Barrie Slaymaker + ) + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 6068] By: gsar on 2000/05/05 02:01:50 + Log: note about values() + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6067] By: gsar on 2000/05/05 01:33:09 + Log: replace direct call to sighandler() with (*PL_sighandlerp)() + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 6066] By: gsar on 2000/05/05 01:23:43 + Log: s/END/CHECK/ + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6065] By: jhi on 2000/05/04 17:30:22 + Log: Integrate with Sarathy. + Branch: cfgperl + !> pp_sys.c sv.c t/pragma/utf8.t toke.c +____________________________________________________________________________ +[ 6064] By: gsar on 2000/05/04 17:26:14 + Log: change#5905 wasn't quite right--it's intent only applies when arguments + to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well + Branch: perl + ! pp_sys.c sv.c +____________________________________________________________________________ +[ 6063] By: gsar on 2000/05/04 16:52:29 + Log: tokeq() could read unallocated field in argument + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6062] By: gsar on 2000/05/04 16:34:51 + Log: additional tests for utf8.t + Branch: perl + ! t/pragma/utf8.t +____________________________________________________________________________ +[ 6061] By: gsar on 2000/05/04 16:09:28 + Log: change#5921 neglected to make eq honor "use bytes" + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6060] By: jhi on 2000/05/04 15:30:16 + Log: Integrate with Sarathy. + Branch: cfgperl + !> perl.c regcomp.c t/pragma/utf8.t +____________________________________________________________________________ +[ 6059] By: jhi on 2000/05/04 15:26:37 + Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong + in natively 64-bit platforms where a long is a quad (no need + for long longs). Also added bias for IVs. + Branch: cfgperl + ! toke.c +____________________________________________________________________________ +[ 6058] By: gsar on 2000/05/04 00:19:14 + Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...) + (spotted by Donald Kinzer ) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 6057] By: gsar on 2000/05/03 18:34:01 + Log: fix broken parsing of /\x{ab}/ + Branch: perl + ! regcomp.c t/pragma/utf8.t +____________________________________________________________________________ +[ 6056] By: jhi on 2000/05/03 17:57:16 + Log: The search of infinity continues, this time simplified. + Branch: cfgperl + ! lib/Math/Complex.pm +____________________________________________________________________________ +[ 6055] By: jhi on 2000/05/03 17:45:30 + Log: Detypo. + Branch: cfgperl + ! hints/unicos.sh +____________________________________________________________________________ +[ 6054] By: jhi on 2000/05/02 22:28:27 + Log: Be more forgiving in POSIX about HUGE_VALL. + Branch: cfgperl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 6053] By: jhi on 2000/05/02 22:25:05 + Log: Integrate with Sarathy. + Branch: cfgperl + !> hints/irix_6.sh pod/perlop.pod +____________________________________________________________________________ +[ 6052] By: jhi on 2000/05/02 22:24:31 + Log: Unicos hint tweak. + Branch: cfgperl + ! hints/unicos.sh +____________________________________________________________________________ +[ 6051] By: jhi on 2000/05/02 22:21:26 + Log: Complex tweakery. + Branch: cfgperl + ! lib/Math/Complex.pm t/lib/complex.t +____________________________________________________________________________ +[ 6050] By: jhi on 2000/05/02 19:26:22 + Log: Use setxxent()/endxxent(). + Branch: cfgperl + ! t/op/grent.t t/op/pwent.t +____________________________________________________________________________ +[ 6049] By: jhi on 2000/05/02 19:06:02 + Log: Test both the scalar and list contexts. + Branch: cfgperl + ! t/op/grent.t t/op/pwent.t +____________________________________________________________________________ +[ 6048] By: gsar on 2000/05/02 18:29:10 + Log: add note about how $( doesn't interpolate in REs (from + Philip Newton ) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 6047] By: jhi on 2000/05/02 17:41:24 + Log: Call getspnam() only iff needd. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 6046] By: gsar on 2000/05/02 17:07:25 + Log: libscheck has insufficient checks for n32 libs (from + Albert Chin-A-Young ) + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 6045] By: jhi on 2000/05/02 13:57:17 + Log: Integrate with Sarathy. + Branch: cfgperl + !> MANIFEST Porting/makerel perl.c pod/perlretut.pod + !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c +____________________________________________________________________________ +[ 6044] By: gsar on 2000/05/02 06:48:19 + Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it + such that underscores are only ignored in literal numbers, + "\x{...}", and hex/oct argument + Branch: perl + ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c +____________________________________________________________________________ +[ 6043] By: gsar on 2000/05/02 02:22:29 + Log: perlretut revisions (from Mark Kvale ) + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 6042] By: gsar on 2000/05/02 02:17:51 + Log: remove outdated perltrap entry (from Peter Scott ) + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 6041] By: gsar on 2000/05/02 01:53:51 + Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel + to compensate + Branch: perl + ! Porting/makerel +____________________________________________________________________________ +[ 6040] By: gsar on 2000/05/02 01:51:57 + Log: missing files in MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 6039] By: jhi on 2000/05/02 00:36:46 + Log: Infinite problems. + Branch: cfgperl + ! lib/Math/Complex.pm +____________________________________________________________________________ +[ 6038] By: jhi on 2000/05/02 00:06:38 + Log: pwent/spent #ifdef imbalance. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 6037] By: jhi on 2000/05/01 22:50:11 + Log: Use HUGE_VALL if applicable. + Branch: cfgperl + ! ext/POSIX/POSIX.xs util.c +____________________________________________________________________________ +[ 6036] By: jhi on 2000/05/01 22:20:53 + Log: Correct Freudian slip. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 6035] By: jhi on 2000/05/01 21:07:38 + Log: Continue on the pwent/spent case. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 6034] By: jhi on 2000/05/01 17:45:14 + Log: Integrate with Sarathy; unfortunately Sarathy's whitespace + adjustments in 6032 conflicted badly with this, will have + to revisit them later. + Branch: cfgperl + +> lib/CGI/Util.pm t/lib/cgi-pretty.t + !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm + !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm + !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm + !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t + !> t/lib/cgi-html.t t/lib/cgi-request.t +____________________________________________________________________________ +[ 6033] By: jhi on 2000/05/01 17:40:49 + Log: Rewrite the pwent/spent logic to be a little bit more clearer. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 6032] By: gsar on 2000/05/01 15:56:32 + Log: whitespace adjustments + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 6031] By: gsar on 2000/05/01 15:19:41 + Log: small nits in diagnostics.pm (from Robin Barker) + Branch: perl + ! lib/diagnostics.pm pod/perldiag.pod +____________________________________________________________________________ +[ 6030] By: gsar on 2000/05/01 08:39:18 + Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases + for @- and @+ (from Johan Vromans) + Branch: perl + ! lib/English.pm pod/perlvar.pod +____________________________________________________________________________ +[ 6029] By: gsar on 2000/05/01 08:16:10 + Log: add CGI.pm v2.66 (from Lincoln Stein) + Branch: perl + + lib/CGI/Util.pm t/lib/cgi-pretty.t + ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm + ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t + ! t/lib/cgi-html.t t/lib/cgi-request.t +____________________________________________________________________________ +[ 6028] By: gsar on 2000/05/01 06:34:41 + Log: Pod::Man generates groff-incompatible macro definition (from + Tom Christiansen) + Branch: perl + ! lib/Pod/Man.pm +____________________________________________________________________________ +[ 6027] By: gsar on 2000/05/01 06:31:36 + Log: podlators-1.02 update (from Russ Allbery) + Branch: perl + ! lib/Pod/Man.pm lib/Pod/Text.pm +____________________________________________________________________________ +[ 6026] By: jhi on 2000/04/30 23:24:23 + Log: Integrate with Sarathy. + Branch: cfgperl + !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm + !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl + !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl + !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL + !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t + !> t/lib/syslog.t toke.c win32/win32.h +____________________________________________________________________________ +[ 6025] By: gsar on 2000/04/30 18:17:47 + Log: Is{Alnum,Alpha,Word} don't match titlecase + + TODO: IsSpace is defined recursively! + + (both spotted by Larry) + Branch: perl + ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl + ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL +____________________________________________________________________________ +[ 6024] By: gsar on 2000/04/30 17:50:19 + Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well + (from Hugo van der Sanden) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 6023] By: gsar on 2000/04/30 17:14:43 + Log: debugger stomps on $. (from M.J.T. Guy) + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 6022] By: gsar on 2000/04/30 16:59:22 + Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6021] By: gsar on 2000/04/29 21:00:08 + Log: remove Win2K issue in pod (fixed by change#6020) + Branch: perl + ! README.win32 pod/perl56delta.pod +____________________________________________________________________________ +[ 6020] By: gsar on 2000/04/29 20:51:49 + Log: test tweak + Branch: perl + ! t/lib/open3.t +____________________________________________________________________________ +[ 6019] By: gsar on 2000/04/29 20:34:27 + Log: windows portability tweaks + Branch: perl + ! t/lib/b.t win32/win32.h +____________________________________________________________________________ +[ 6018] By: gsar on 2000/04/29 19:55:24 + Log: make lib/syslog.t portable to systems that don't have _PATH_LOG, + make _PATH_LOG() return "" if unavailable + Branch: perl + ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t +____________________________________________________________________________ +[ 6017] By: jhi on 2000/04/28 22:49:46 + Log: Integrate with Sarathy. + Branch: cfgperl + !> op.c perl.c pod/perldiag.pod t/lib/b.t +____________________________________________________________________________ +[ 6016] By: jhi on 2000/04/28 22:46:14 + Log: Do not warn that an infinity does not look like a number. + Branch: cfgperl + ! sv.c +____________________________________________________________________________ +[ 6015] By: gsar on 2000/04/28 22:35:49 + Log: tweak test for portability + Branch: perl + ! t/lib/b.t +____________________________________________________________________________ +[ 6014] By: gsar on 2000/04/28 22:05:31 + Log: glob() loading File::Glob behind the scenes may cause syntax errors + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6013] By: gsar on 2000/04/28 21:25:22 + Log: tweak change#5945 to display correct switch name in diagnostic + Branch: perl + ! perl.c pod/perldiag.pod +____________________________________________________________________________ +[ 6012] By: jhi on 2000/04/28 21:08:12 + Log: Integrate with Sarathy. + Branch: cfgperl + !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod + !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod + !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com +____________________________________________________________________________ +[ 6011] By: jhi on 2000/04/28 21:04:46 + Log: &HUGE_VAL is not defined, it exists. + Branch: cfgperl + ! lib/Math/Complex.pm +____________________________________________________________________________ +[ 6010] By: gsar on 2000/04/28 21:02:58 + Log: clarify note about shadow password support (from + gellyfish@gellyfish.com) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6009] By: gsar on 2000/04/28 21:00:00 + Log: IO::Poll bugs fixed (from Lincoln Stein ) + Branch: perl + ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t +____________________________________________________________________________ +[ 6008] By: gsar on 2000/04/28 20:56:33 + Log: VMS config tweak (from Craig A. Berry ) + Branch: perl + ! installperl vms/subconfigure.com +____________________________________________________________________________ +[ 6007] By: gsar on 2000/04/28 20:51:21 + Log: note about compile failures and END blocks (from M.J.T. Guy) + Branch: perl + ! pod/perl56delta.pod pod/perlmod.pod +____________________________________________________________________________ +[ 6006] By: jhi on 2000/04/28 20:42:14 + Log: Regen Configure. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH +____________________________________________________________________________ +[ 6005] By: gsar on 2000/04/28 20:41:16 + Log: perldoc might fail via "use blib" (from Hugo van der Sanden) + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 6004] By: jhi on 2000/04/28 20:28:21 + Log: Integrate with Sarathy. + Branch: cfgperl + !> Configure INSTALL Porting/Glossary Porting/config.sh + !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c + !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def + !> vos/config_h.SH_orig win32/config.bc win32/config.gc + !> win32/config.vc win32/win32.c +____________________________________________________________________________ +[ 6003] By: gsar on 2000/04/28 20:11:20 + Log: allow REG_EXPAND_SZ keys in Windows registry (from + John Clayton ) + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 6002] By: gsar on 2000/04/28 19:34:16 + Log: destructive sv_setsv() can lose UV-ness from source, causing + numeric promotions/comparisons to fail to do the right thing + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 6001] By: gsar on 2000/04/28 18:44:15 + Log: support additional library locations via $Config{otherlibdirs} + (from Andy Dougherty) + Branch: perl + ! Configure INSTALL Porting/Glossary Porting/config.sh + ! Porting/config_H config_h.SH epoc/config.sh perl.c + ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig + ! win32/config.bc win32/config.gc win32/config.vc +____________________________________________________________________________ +[ 6000] By: gsar on 2000/04/28 18:26:58 + Log: reworked otherlibdirs.U (from Andy Dougherty) + Branch: metaconfig + ! U/installdirs/otherlibdirs.U +____________________________________________________________________________ +[ 5999] By: gsar on 2000/04/28 18:17:07 + Log: fix line renumbering bug in C + Branch: perl + ! t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 5998] By: jhi on 2000/04/28 13:32:17 + Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf. + Branch: cfgperl + ! lib/Math/Complex.pm +____________________________________________________________________________ +[ 5997] By: jhi on 2000/04/28 13:14:04 + Log: Preserve $!. + Branch: cfgperl + ! lib/Math/Complex.pm +____________________________________________________________________________ +[ 5996] By: jhi on 2000/04/28 12:59:23 + Log: Integrate with Sarathy. + Branch: cfgperl + +> pod/perlrequick.pod pod/perlretut.pod + !> (integrate 51 files) +____________________________________________________________________________ +[ 5995] By: gsar on 2000/04/28 09:37:36 + Log: fixes for bugs in C (from Paul Marquess) + Branch: perl + ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl +____________________________________________________________________________ +[ 5994] By: gsar on 2000/04/28 09:33:26 + Log: fix for missed accounting for null byte in pack("Z",...) (from + M.J.T. Guy) + Branch: perl + ! pp.c t/op/pack.t +____________________________________________________________________________ +[ 5993] By: gsar on 2000/04/28 09:30:05 + Log: various minor tweaks seen on p5p + Branch: perl + ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod +____________________________________________________________________________ +[ 5992] By: gsar on 2000/04/28 09:08:19 + Log: pod nit (from Simon Cozens) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 5991] By: gsar on 2000/04/28 09:06:36 + Log: posix-bc patches (from Dorner Thomas ) + Branch: perl + ! README.posix-bc hints/posix-bc.sh +____________________________________________________________________________ +[ 5990] By: gsar on 2000/04/28 08:54:52 + Log: use $ENV{LIB} to search for libs under Visual C compiler + on Windows (from Jochen Wiedmann ) + Branch: perl + ! lib/ExtUtils/Liblist.pm +____________________________________________________________________________ +[ 5989] By: gsar on 2000/04/28 08:27:12 + Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes + itself and no other (from Tom Hughes) + Branch: perl + ! t/op/array.t toke.c +____________________________________________________________________________ +[ 5988] By: gsar on 2000/04/28 08:01:38 + Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe + ) + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 5987] By: gsar on 2000/04/28 07:53:09 + Log: B::Bytecode tweaks (from Simon Cozens ) + Branch: perl + ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 5986] By: gsar on 2000/04/28 07:44:17 + Log: add regular expressions tutorial and quick-start guide (from + Mark Kvale ) + Branch: perl + + pod/perlrequick.pod pod/perlretut.pod + ! AUTHORS MAINTAIN MANIFEST +____________________________________________________________________________ +[ 5985] By: gsar on 2000/04/28 07:30:28 + Log: forked child may not exit correctly if it failed to open + /dev/console (from Graham Barr) + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 5984] By: gsar on 2000/04/28 07:27:20 + Log: attributes::reftype() doesn't work on tied argument + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 5983] By: gsar on 2000/04/28 07:15:04 + Log: numeric conversion of non-number in change#3378 tramples on + OOK offset, causing segfaults + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 5982] By: gsar on 2000/04/28 04:48:25 + Log: avoid error in IO::Socket::INET when given an unknown service name + with a port number (from Brian Raven ) + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 5981] By: gsar on 2000/04/28 04:31:31 + Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid + prototype mismatch with CORE::glob(); update pod and tests to + suit (File::Glob::glob() is still available for backward + compatibility, but should be considered deprecated) + Branch: perl + ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t + ! t/lib/glob-taint.t +____________________________________________________________________________ +[ 5980] By: gsar on 2000/04/28 03:47:29 + Log: allow Configure -S to run non-interactively (spotted by Greg Hudson + ) + Branch: metaconfig + ! U/modified/Options.U + Branch: perl + ! Configure +____________________________________________________________________________ +[ 5979] By: gsar on 2000/04/28 03:07:54 + Log: under useithreads, constant pad entries could inadvertantly be + shared across threads (from Eric Blood ); + added Eric's test case to testsuite + Branch: perl + ! op.c t/op/misc.t +____________________________________________________________________________ +[ 5978] By: gsar on 2000/04/27 21:13:00 + Log: sync version numbers in File::Spec with the ones on CPAN + (from Barrie Slaymaker) + Branch: perl + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 5977] By: gsar on 2000/04/27 21:07:29 + Log: autoquote barewords followed by newline and arrow properly + (variant of fix suggested by Rick Delaney and M.J.T. Guy) + Branch: perl + ! t/pragma/warn/toke toke.c +____________________________________________________________________________ +[ 5976] By: gsar on 2000/04/27 20:41:20 + Log: DB_File v1.73 update (from Paul Marquess) + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/version.c +____________________________________________________________________________ +[ 5975] By: gsar on 2000/04/27 20:34:24 + Log: allow sort() reentrancy (variant of patch suggested by + Hugo van der Sanden) + Branch: perl + ! pp_ctl.c t/op/sort.t +____________________________________________________________________________ +[ 5974] By: gsar on 2000/04/27 19:46:57 + Log: change#4197 somehow missed initializing PL_errors, meaning + sytax error queueing wasn't working outside eval"" at all; + also fixed eval"" to localize PL_error_count, so that compile-time + eval's don't clobber the error state of the outer context + Branch: perl + ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op + ! t/pragma/warn/toke +____________________________________________________________________________ +[ 5973] By: gsar on 2000/04/27 18:29:05 + Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) + Branch: perl + ! regcomp.c regexec.c t/op/re_tests +____________________________________________________________________________ +[ 5972] By: jhi on 2000/04/27 18:22:41 + Log: Integrate with Sarathy. + Branch: cfgperl + +> t/lib/b.t t/lib/syslog.t + !> (integrate 31 files) +____________________________________________________________________________ +[ 5971] By: jhi on 2000/04/27 18:18:46 + Log: Unicos tweaks from Mark P. Lutz. + Branch: cfgperl + ! hints/unicos.sh lib/Math/Complex.pm +____________________________________________________________________________ +[ 5970] By: gsar on 2000/04/27 18:05:11 + Log: Data::Dumper fumbles negative numbers on 32-bit platforms where + IV is >32bits + Branch: perl + ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t +____________________________________________________________________________ +[ 5969] By: gsar on 2000/04/27 17:50:56 + Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes) + Branch: perl + + t/lib/syslog.t + ! MANIFEST ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 5968] By: gsar on 2000/04/27 17:44:49 + Log: tolerate spaces in group names in test on solaris (from David Boyce + ) + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 5967] By: gsar on 2000/04/27 17:41:22 + Log: improved docs on the warn_uninit diagnostic (from David Glasser + and Simon Cozens) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 5966] By: gsar on 2000/04/27 16:54:58 + Log: add testsuite for B backends, fix bug in B::Deparse (from + Simon Cozens ) + Branch: perl + + t/lib/b.t + ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm +____________________________________________________________________________ +[ 5965] By: gsar on 2000/04/27 16:10:37 + Log: avoid "will not stay shared" warnings for our variables (from + Robin Barker) + Branch: perl + ! op.c t/pragma/warn/op +____________________________________________________________________________ +[ 5964] By: gsar on 2000/04/27 07:05:05 + Log: reformat to 72 columns (again) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 5963] By: gsar on 2000/04/27 06:28:31 + Log: patch from Larry to make (\&) prototype work; added tests for + the same + Branch: perl + ! op.c t/comp/proto.t +____________________________________________________________________________ +[ 5962] By: gsar on 2000/04/27 06:15:47 + Log: updated README.hpux (from Jeff Okamoto) + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 5961] By: gsar on 2000/04/27 05:55:03 + Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern) + Branch: perl + ! emacs/cperl-mode.el +____________________________________________________________________________ +[ 5960] By: gsar on 2000/04/27 05:49:26 + Log: better INSTALL notes on Solaris issues (from Dominic Dunlop) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 5959] By: gsar on 2000/04/27 05:33:41 + Log: doubled words in pods (from Simon Cozens + ) + Branch: perl + ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod + ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod + ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod + ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod + ! pod/perltootc.pod +____________________________________________________________________________ +[ 5958] By: gsar on 2000/04/27 05:11:39 + Log: change#3569 deleted some essential code, revert; avoid use of + atexit() to make DynaLoader work properly on AIX under mod_perl + (from Jens-Uwe Mager ) + Branch: perl + ! ext/DynaLoader/dl_aix.xs +____________________________________________________________________________ +[ 5957] By: gsar on 2000/04/27 04:54:51 + Log: pod nits (from A. C. Yardley ) + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 5956] By: gsar on 2000/04/27 04:51:47 + Log: better diagnostics on failed tests (from Ilya Zakharevich) + Branch: perl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 5955] By: gsar on 2000/04/27 04:26:44 + Log: longstanding bug exposed by change#3307: sort arguments weren't + compiled with the right wantarray context (ensuing runtime lookup + via block_gimme() was getting the incidental context of the + sort() itself) + Branch: perl + ! op.c t/op/sort.t +____________________________________________________________________________ +[ 5954] By: gsar on 2000/04/26 23:42:12 + Log: integrate cfgperl contents into mainline + Branch: perl + !> (integrate 30 files) +____________________________________________________________________________ +[ 5953] By: jhi on 2000/04/26 23:06:42 + Log: Integrate with Sarathy. + Branch: cfgperl + !> README.win32 ext/B/B/Deparse.pm + !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL + !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod + !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod + !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod + !> utils/perldoc.PL vms/perlvms.pod +____________________________________________________________________________ +[ 5952] By: jhi on 2000/04/26 23:03:46 + Log: Undo "use integer" addition from 64bitint as it seems + to break most of the subtests in Digital UNIX; + Unicos needs to find another way. + Branch: cfgperl + ! t/op/64bitint.t +____________________________________________________________________________ +[ 5951] By: jhi on 2000/04/26 22:57:53 + Log: Be more robust on "extreme" (large absolute value) + arguments. Originally reported by Daniel Connelly + as a problem with asinh() on large negative arguments, + asinh() used to bail out because an argument to log() + ended up being zero. Ilya Zakharevich proposed using + Taylor's series in such cases, which for such large + arguments is a very good approximation. + Branch: cfgperl + ! lib/Math/Complex.pm t/lib/complex.t +____________________________________________________________________________ +[ 5950] By: gsar on 2000/04/25 19:13:12 + Log: reformat perldiag to avoid long lines + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 5949] By: gsar on 2000/04/25 18:41:11 + Log: make perldoc use the pod2man from the same version (from + M.J.T. Guy) + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 5948] By: gsar on 2000/04/25 18:21:57 + Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski + ) + Branch: perl + ! lib/vars.pm +____________________________________________________________________________ +[ 5947] By: gsar on 2000/04/25 18:11:53 + Log: use &dl_error rather than &dl_load_file as the guard for calling + boot_DynaLoader() (meant to fix dl_error() redefined warnings in + statically built perl) + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 5946] By: jhi on 2000/04/25 17:37:54 + Log: Document that tr() is not tr(1). + Branch: cfgperl + ! pod/perlop.pod +____________________________________________________________________________ +[ 5945] By: gsar on 2000/04/25 16:34:33 + Log: make module name mandatory after -M switch; reorder perldiag + alphabetically (from Mark-Jason Dominus) + Branch: perl + ! perl.c pod/perldiag.pod +____________________________________________________________________________ +[ 5944] By: jhi on 2000/04/25 01:15:18 + Log: On second thoughts frexp() does have two arguments. + Branch: cfgperl + ! perl.h +____________________________________________________________________________ +[ 5943] By: jhi on 2000/04/24 22:56:32 + Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. + Now pp_ncmp() returns undef is either operand is a NaN. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c + ! vms/subconfigure.com vos/config.def vos/config.h + ! vos/config_h.SH_orig win32/config.bc win32/config.gc + ! win32/config.vc win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc + Branch: metaconfig/U/perl + + d_modfl.U +____________________________________________________________________________ +[ 5942] By: jhi on 2000/04/24 19:45:17 + Log: Regen Configure to match #5937. + Branch: cfgperl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH + Branch: metaconfig + ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U +____________________________________________________________________________ +[ 5941] By: jhi on 2000/04/24 19:24:11 + Log: Further Unicos fixes for Mark Lutz. + Branch: cfgperl + ! hints/unicos.sh pp_ctl.c +____________________________________________________________________________ +[ 5940] By: jhi on 2000/04/24 19:09:06 + Log: Various Unicos 10.0.0.6 fixes. + + Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90 + From: Mark P Lutz + Reply-To: tecmpl1@triton.ca.boeing.com + To: perl5-porters@perl.org + Date: Fri, 14 Apr 2000 20:21:00 GMT + Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> + Branch: cfgperl + ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t +____________________________________________________________________________ +[ 5939] By: gsar on 2000/04/24 19:01:24 + Log: more pod nits (from Larry Virden) + Branch: perl + ! README.win32 pod/perlsub.pod pod/perlsyn.pod + ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod + ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod +____________________________________________________________________________ +[ 5938] By: gsar on 2000/04/24 18:54:01 + Log: Consolidated B::Deparse fixes (from Stephen McCamant) + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 5937] By: jhi on 2000/04/24 17:39:00 + Log: Integrate with Sarathy. + Branch: cfgperl + +> (branch 31 files) + !> (integrate 73 files) +____________________________________________________________________________ +[ 5936] By: gsar on 2000/04/24 17:30:06 + Log: additional tests for change#5934 (from Paul Marquess, who also + sent in the same fix) + Branch: perl + ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint + ! t/pragma/warn/5nolint t/pragma/warn/6default +____________________________________________________________________________ +[ 5935] By: jhi on 2000/04/24 17:26:05 + Log: Do not assume sign propagation. + Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0 + From: "M.J.T. Guy" + To: payner@ncifcrf.gov, perl5-porters@perl.org + Date: Tue, 18 Apr 2000 18:24:49 +0100 + Message-Id: + Branch: cfgperl + ! t/op/bop.t t/op/misc.t +____________________________________________________________________________ +[ 5934] By: gsar on 2000/04/24 17:16:54 + Log: propagate lexical warnings from surrounding scope correctly + within string eval() + Branch: perl + ! pp_ctl.c t/pragma/warn/pp_ctl +____________________________________________________________________________ +[ 5933] By: jhi on 2000/04/24 17:01:07 + Log: Flatten the cpp jungle doing the nosuid checking. + Branch: cfgperl + ! perl.c +____________________________________________________________________________ +[ 5932] By: gsar on 2000/04/24 09:08:14 + Log: add rsignal(), whichsig() and do_join() to public API list + (mod_perl uses them to good advantage) + Branch: perl + ! embed.pl global.sym objXSUB.h perlapi.c proto.h +____________________________________________________________________________ +[ 5931] By: gsar on 2000/04/24 09:01:40 + Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) + Branch: perl + ! pp_hot.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 5930] By: gsar on 2000/04/24 08:58:33 + Log: small os390 tweaks (from Peter Prymmer) + Branch: perl + ! config_h.SH makedepend.SH +____________________________________________________________________________ +[ 5929] By: gsar on 2000/04/24 08:55:25 + Log: pod nits + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 5928] By: gsar on 2000/04/24 08:50:13 + Log: revert change#5923 ("breaks" t/lib/io_poll.t) + Branch: perl + ! ext/IO/lib/IO/Poll.pm +____________________________________________________________________________ +[ 5927] By: gsar on 2000/04/24 08:43:24 + Log: arrange for next() to resume at the unstack op rather than the + loop conditional, so that scope cleanup happens correctly + (from Stephen McCamant) + Branch: perl + ! op.c pp_ctl.c t/op/misc.t +____________________________________________________________________________ +[ 5926] By: gsar on 2000/04/24 08:18:40 + Log: on windows, reserve 16M of stack rather than 128M (allows more + threads to run concurrently) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 5925] By: gsar on 2000/04/24 08:13:52 + Log: POSIX-BC tweak (from Ignasi Roca ) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 5924] By: gsar on 2000/04/24 08:08:59 + Log: avoid using uninitialized memory in require version check + Branch: perl + ! pp_ctl.c universal.c +____________________________________________________________________________ +[ 5923] By: gsar on 2000/04/24 07:20:14 + Log: various bugs in IO::Poll (from Lincoln D. Stein ) + Branch: perl + ! ext/IO/lib/IO/Poll.pm +____________________________________________________________________________ +[ 5922] By: gsar on 2000/04/24 07:08:42 + Log: commentary about IoTYPE() (from Nathan Torkington) + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 5921] By: gsar on 2000/04/24 06:58:26 + Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed + by fix + Branch: perl + ! sv.c t/lib/charnames.t t/pragma/utf8.t +____________________________________________________________________________ +[ 5920] By: gsar on 2000/04/24 06:37:59 + Log: Larry's fix for buggy propagation of utf8-ness in join(); add test + Branch: perl + ! doop.c t/op/ver.t +____________________________________________________________________________ +[ 5919] By: gsar on 2000/04/24 06:21:58 + Log: Configure might miss old directories when prefix must be + expanded (from Robin Barker) + Branch: metaconfig + ! U/installdirs/inc_version_list.U + Branch: perl + ! Configure +____________________________________________________________________________ +[ 5918] By: gsar on 2000/04/24 06:16:11 + Log: VMS nits in glob() test (from Charles Lane) + Branch: perl + ! t/lib/glob-basic.t +____________________________________________________________________________ +[ 5917] By: gsar on 2000/04/24 06:11:56 + Log: various pod nits (from Larry Virden and others) + Branch: perl + ! README.amiga README.hpux README.machten README.os2 + ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm + ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod + ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod + ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod + ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod + ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod + ! pod/perlop.pod pod/perlport.pod pod/perlre.pod + ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h +____________________________________________________________________________ +[ 5916] By: gsar on 2000/04/24 05:52:43 + Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones + ) + Branch: perl + ! t/lib/glob-basic.t +____________________________________________________________________________ +[ 5915] By: gsar on 2000/04/24 05:07:01 + Log: supported platforms mixed up + Branch: perl + ! pod/perl56delta.pod pod/perlport.pod +____________________________________________________________________________ +[ 5914] By: gsar on 2000/04/24 04:56:08 + Log: caller() wasn't returning the right number of elements for + eval {...} + Branch: perl + ! pp_ctl.c t/pragma/warn/9enabled +____________________________________________________________________________ +[ 5913] By: gsar on 2000/04/24 04:35:41 + Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from + Mark-Jason Dominus) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 5912] By: gsar on 2000/04/24 04:17:15 + Log: fix totally broken caching in UNIVERSAL::isa() (from + Nick Ing-Simmons) + Branch: perl + ! t/op/universal.t universal.c +____________________________________________________________________________ +[ 5911] By: gsar on 2000/04/24 03:39:47 + Log: add linebreak properties from unicode/LineBrk.txt (from + Dave Hartnoll ) + Branch: perl + + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl + + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl + + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl + + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl + + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl + + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl + + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl + + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl + + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl + + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl + + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl + + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl + + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl + + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl + + lib/unicode/Is/LbrkZW.pl + ! lib/unicode/mktables.PL +____________________________________________________________________________ +[ 5910] By: gsar on 2000/04/24 03:23:10 + Log: typo in pod + Branch: perl + ! ext/Thread/Thread.pm +____________________________________________________________________________ +[ 5909] By: gsar on 2000/04/24 03:22:03 + Log: mode argument to do_binmode() should be file mode, not boolean + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 5908] By: gsar on 2000/04/16 16:51:08 + Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) + always returns a valid GV even when the symbol is trapped by strictures + (avoids coredumps) + + TODO: the C hack needs similar treatment + Branch: perl + ! embedvar.h gv.c intrpvar.h perl.c perlapi.h + ! t/pragma/strict-vars +____________________________________________________________________________ +[ 5907] By: jhi on 2000/03/31 23:42:56 + Log: pp_gmtime() assumed that newSVpvf %d would take C ints, + an assumption which #5905 demolished. + Branch: cfgperl + ! pp_sys.c +____________________________________________________________________________ +[ 5906] By: jhi on 2000/03/31 18:54:37 + Log: Typo in #5905. + Branch: cfgperl + ! t/op/64bitint.t +____________________________________________________________________________ +[ 5905] By: jhi on 2000/03/31 18:50:54 + Log: Fix for "[ID 20000329.080] quad printing does not work as documented", + reported by Joseph N. Hall. The bug was that even with use64bitint + one had to use the prefixes q, L, or ll with printf/sprintf, + contrary to the documentation and common sense. + Branch: cfgperl + ! sv.c t/op/64bitint.t +____________________________________________________________________________ +[ 5904] By: gsar on 2000/03/28 02:31:32 + Log: add Changes, perldelta.pod + Branch: perl + + Changes pod/perldelta.pod +____________________________________________________________________________ +[ 5903] By: gsar on 2000/03/28 02:03:55 + Log: rename Changes and perldelta.pod + Branch: perl + +> Changes5.6 pod/perl56delta.pod + - Changes pod/perldelta.pod + ! MANIFEST +____________________________________________________________________________ +[ 5902] By: gsar on 2000/03/28 01:59:14 + Log: create maint-5.6 branch + Branch: maint-5.6/perl + +> (branch 1611 files) +____________________________________________________________________________ +[ 5901] By: jhi on 2000/03/23 05:48:43 + Log: Integrate with Sarathy. + Branch: cfgperl + !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod +____________________________________________________________________________ +[ 5900] By: gsar on 2000/03/23 05:42:43 + Log: three guesses on what this is :-) + Branch: perl + ! Changes