From: Jarkko Hietaniemi Date: Mon, 15 Apr 2002 14:40:56 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e938fca3c25a93f02984bd6e286ce7c4921145d1;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@15930 --- diff --git a/Changes b/Changes index 690cee0..b82c673 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,403 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 15929] By: jhi on 2002/04/15 14:33:52 + Log: The #15921 made the 'no warnings' unnecessary. + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 15928] By: jhi on 2002/04/15 14:28:59 + Log: Subject: Re: [FILE] FileCache.t + From: belg4mit + Date: Mon, 15 Apr 2002 01:31:21 -0400 + Message-ID: <3CBA65A9.A228DBA1@mit.edu> + Branch: perl + ! lib/FileCache.t +____________________________________________________________________________ +[ 15927] By: jhi on 2002/04/15 14:19:27 + Log: FileCache 1.02, from Jerrad Pierce . + Branch: perl + ! lib/FileCache.pm lib/FileCache.t +____________________________________________________________________________ +[ 15926] By: jhi on 2002/04/15 13:47:16 + Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable + From: Nicholas Clark + Date: Sun, 14 Apr 2002 22:54:43 +0100 + Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net> + Branch: perl + ! lib/Hash/Util.t +____________________________________________________________________________ +[ 15925] By: jhi on 2002/04/15 13:23:34 + Log: Subject: [Encode] 1.40 released! + From: Dan Kogai + Date: Mon, 15 Apr 2002 07:51:52 +0900 + Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp> + Branch: perl + + ext/Encode/Encode/ConfigLocal_PM.e2x + + ext/Encode/lib/Encode/JP/JIS7.pm + - ext/Encode/lib/Encode/JP/2022_JP.pm + - ext/Encode/lib/Encode/JP/2022_JP1.pm + - ext/Encode/lib/Encode/JP/JIS.pm + ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README + ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t + ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl +____________________________________________________________________________ +[ 15924] By: jhi on 2002/04/15 12:52:58 + Log: return undef is of questionable style. + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 15923] By: jhi on 2002/04/15 12:47:26 + Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is fixed + From: mjd@plover.com + Date: 15 Apr 2002 06:46:02 -0000 + Message-ID: <20020415064602.17052.qmail@plover.com> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 15922] By: jhi on 2002/04/15 12:40:09 + Log: Subject: [PATCH 5.7.3] test @+ and @- features + From: mjd@plover.com + Date: 14 Apr 2002 22:30:17 -0000 + Message-ID: <20020414223017.17361.qmail@plover.com> + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 15921] By: jhi on 2002/04/15 12:37:04 + Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @- + From: Mark-Jason Dominus + Date: Mon, 15 Apr 2002 02:41:52 -0400 + Message-ID: <20020415064152.16958.qmail@plover.com> + Branch: perl + ! perl.c t/lib/warnings/toke +____________________________________________________________________________ +[ 15920] By: jhi on 2002/04/15 12:32:43 + Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01) + From: "Craig A. Berry" + Date: Sun, 14 Apr 2002 18:56:02 -0500 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 15919] By: nick on 2002/04/15 06:14:25 + Log: Integrate mainline + Branch: perlio + !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh + !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t + !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c +____________________________________________________________________________ +[ 15918] By: ams on 2002/04/15 04:25:48 + Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem + From: Stas Bekman + Date: Mon, 15 Apr 2002 11:45:03 +0800 + Message-Id: <3CBA4CBF.9030306@stason.org> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 15917] By: ams on 2002/04/15 04:21:14 + Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied + From: Mark-Jason Dominus + Date: Mon, 15 Apr 2002 00:30:26 -0400 + Message-Id: <20020415043026.11417.qmail@plover.com> + Branch: perl + ! perl.c t/lib/warnings/toke +____________________________________________________________________________ +[ 15916] By: rgs on 2002/04/14 19:30:41 + Log: Correct precedence problem in #15915 + Branch: perl + ! lib/vars.pm +____________________________________________________________________________ +[ 15915] By: jhi on 2002/04/14 15:41:01 + Log: use vars wasn't use utf8 aware. + Branch: perl + ! lib/vars.pm +____________________________________________________________________________ +[ 15914] By: jhi on 2002/04/14 15:20:58 + Log: Subject: [PATCH] Re: restricted hashes are unblessable + From: Nicholas Clark + Date: Sat, 13 Apr 2002 23:43:02 +0100 + Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net> + + The function name sucks but can't think of anything better. + Branch: perl + ! lib/Hash/Util.pm lib/Hash/Util.t universal.c +____________________________________________________________________________ +[ 15913] By: jhi on 2002/04/14 14:55:07 + Log: Subject: AUTHORS update + From: Chris Nandor + Date: Sun, 14 Apr 2002 11:54:40 -0400 + Message-ID: + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15912] By: nick on 2002/04/14 14:47:18 + Log: XS versions of encode/decode for Encode::Unicode + Branch: perlio + ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm +____________________________________________________________________________ +[ 15911] By: jhi on 2002/04/14 14:28:59 + Log: metaconfig unit changes for #15910. + Branch: metaconfig + ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U + ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U + ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U + ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U + ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U + ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U + ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U + ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U + ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U + ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U + ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U + ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U + ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U + ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U + ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U + ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U + ! U/threads/d_localtime_r.U U/threads/d_random_r.U + ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U + ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U + ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U + ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U + ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U + ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U + ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U +____________________________________________________________________________ +[ 15910] By: jhi on 2002/04/14 14:26:14 + Log: Simplify the _r probing code by adding the i_systime + only for the APIs where it matters. + Branch: perl + ! Configure reentr.pl +____________________________________________________________________________ +[ 15909] By: jhi on 2002/04/14 14:10:14 + Log: Integrate perlio; + + Avoid expensive paranoid check that decoder does return legal UTF-8 + + Disable test code (assertions) in CRLF layer. + Branch: perl + !> ext/Encode/Encode.xs perlio.c +____________________________________________________________________________ +[ 15908] By: jhi on 2002/04/14 14:05:45 + Log: Subject: patch for FileCache in 5.7.3 + From: JPIERCE + Date: Sun, 14 Apr 2002 00:38:21 -0400 + Message-Id: <200204140438.AAA30812@calloway.mit.edu> + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 15907] By: jhi on 2002/04/14 14:03:53 + Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working! + From: Tim Bunce + Date: Sun, 14 Apr 2002 12:07:35 +0100 + Message-ID: <20020414120735.U81028@dansat.data-plan.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 15906] By: jhi on 2002/04/14 14:00:03 + Log: Subject: [ PATCH ] time problem on 10.20 w/ threads + From: "H.Merijn Brand" + Date: Sun, 14 Apr 2002 16:29:59 +0200 + Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 15905] By: jhi on 2002/04/14 13:50:14 + Log: Subject: Enable portable gcc code on hp-ux + From: "H.Merijn Brand" + Date: Sun, 14 Apr 2002 16:30:01 +0200 + Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 15904] By: nick on 2002/04/14 09:18:01 + Log: Disable test code (assertions) in CRLF layer. + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 15903] By: nick on 2002/04/14 09:16:39 + Log: Avoid expensive paranoid check that decoder does return legal UTF-8 + Branch: perlio + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 15902] By: nick on 2002/04/14 09:15:45 + Log: Integrate mainline + Branch: perlio + +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t + +> t/win32/longpath.t t/win32/system.t + - t/op/winsystem.t + !> (integrate 30 files) +____________________________________________________________________________ +[ 15901] By: jhi on 2002/04/13 23:10:36 + Log: Fixed URL for the Alpha editor. + Branch: perl + ! pod/perlfaq3.pod +____________________________________________________________________________ +[ 15900] By: jhi on 2002/04/13 21:43:19 + Log: Dedodgify. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 15899] By: jhi on 2002/04/13 21:23:41 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15898] By: jhi on 2002/04/13 19:59:49 + Log: s2p needs Config.pm. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 15897] By: jhi on 2002/04/13 19:58:15 + Log: Subject: [PATCH] Benchmark.t 75,90,109 + From: Nicholas Clark + Date: Sat, 13 Apr 2002 21:43:04 +0100 + Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net> + Branch: perl + ! lib/Benchmark.t +____________________________________________________________________________ +[ 15896] By: jhi on 2002/04/13 19:10:08 + Log: Tweaks by Autrijus Tang. + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 15895] By: jhi on 2002/04/13 18:27:05 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 15894] By: jhi on 2002/04/13 16:22:06 + Log: z/OS tally update. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15893] By: jhi on 2002/04/13 15:25:55 + Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working! + From: Nicholas Clark + Date: Sat, 13 Apr 2002 02:58:07 +0100 + Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net> + Branch: perl + + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t + ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs + ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h + ! t/lib/st-dump.pl +____________________________________________________________________________ +[ 15892] By: jhi on 2002/04/13 15:24:54 + Log: Add piconv and enc2xs to the list of utilities. + Branch: perl + ! utils.lst +____________________________________________________________________________ +[ 15891] By: jhi on 2002/04/13 14:55:11 + Log: s. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15890] By: rgs on 2002/04/13 14:51:27 + Log: Phrasing fixes by Nick Clark + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15889] By: rgs on 2002/04/13 12:33:09 + Log: More POD fixes and typos + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15888] By: rgs on 2002/04/13 10:49:14 + Log: Subject: Re: UTF-8 and DB_File ? + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 13 Apr 2002 13:29:41 +0200 + Message-ID: + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15887] By: jhi on 2002/04/12 22:38:23 + Log: Fix a typo noticed by Paul Johnson. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 15886] By: jhi on 2002/04/12 21:38:11 + Log: Subject: Re: Win32 Status + From: Michael G Schwern + Date: Fri, 12 Apr 2002 10:15:33 -0400 + Message-ID: <20020412141533.GB9788@blackrider> + Branch: perl + ! lib/ExtUtils/t/INST.t +____________________________________________________________________________ +[ 15885] By: jhi on 2002/04/12 20:18:41 + Log: Upgrade to Encode 1.34, from Dan Kogai. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t + ! ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 15884] By: jhi on 2002/04/12 20:16:16 + Log: Subject: [PATCH] Updated e-mail address in AUTHORS file + From: Graham TerMarsch + Date: Fri, 12 Apr 2002 12:28:47 -0700 + Message-Id: <200204121228.47826.graham@howlingfrog.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15883] By: jhi on 2002/04/12 20:01:37 + Log: Subject: [PATCH] Re: OK, what did I break in unpack? + From: Nicholas Clark + Date: Fri, 12 Apr 2002 21:59:06 +0100 + Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net> + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 15882] By: jhi on 2002/04/12 19:59:36 + Log: Re-sort MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 15881] By: jhi on 2002/04/12 19:58:43 + Log: Move also the Win32 system testing to t/win32. + Branch: perl + + t/win32/system.t + - t/op/winsystem.t + ! MANIFEST +____________________________________________________________________________ +[ 15880] By: jhi on 2002/04/12 19:57:05 + Log: Integrate change #15879 from maint-5.6; + + Win32::GetLongPathName() did not return valid results if there + were "." and ".." components in the path; also fix a potential + buffer overflow if the long path happens to be longer than + MAX_PATH (this can presumably happen if they use \\?\... style + paths); add a rather limited testsuite that exercises just the + edge cases + Branch: perl + +> t/win32/longpath.t + !> MANIFEST t/harness win32/win32.c +____________________________________________________________________________ +[ 15879] By: gsar on 2002/04/12 19:45:50 + Log: Win32::GetLongPathName() did not return valid results if there + were "." and ".." components in the path; also fix a potential + buffer overflow if the long path happens to be longer than + MAX_PATH (this can presumably happen if they use \\?\... style + paths); add a rather limited testsuite that exercises just the + edge cases + Branch: maint-5.6/perl + + t/win32/longpath.t + ! MANIFEST t/harness win32/win32.c +____________________________________________________________________________ +[ 15878] By: nick on 2002/04/12 14:38:32 + Log: Integrate mainline + Branch: perlio + +> lib/ExtUtils/t/INST_PREFIX.t + !> (integrate 37 files) +____________________________________________________________________________ +[ 15877] By: jhi on 2002/04/12 14:05:23 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 15876] By: jhi on 2002/04/12 13:36:52 Log: Discuss the magic of \w in security terms. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 0c1e50c..b15ae5d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL15876" + ,"DEVEL15929" ,NULL };