From: Jarkko Hietaniemi Date: Fri, 17 May 2002 12:24:07 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b194b55204233387f5607cc8e73f91aec4b9abc2;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@16654 --- diff --git a/Changes b/Changes index defdd48..1e350b8 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,300 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 16653] By: jhi on 2002/05/17 12:18:54 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq8.pod +____________________________________________________________________________ +[ 16652] By: jhi on 2002/05/17 12:14:20 + Log: Forgot from #16628. + Branch: perl + ! ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 16651] By: pudge on 2002/05/17 11:40:13 + Log: One Last Time + Branch: macperl + + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt + + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm + + lib/Unicode/UCD.t +____________________________________________________________________________ +[ 16650] By: pudge on 2002/05/17 11:39:14 + Log: Stupid case insensitivity + Branch: macperl + - lib/unicode/Collate.pm lib/unicode/Collate/Changes + - lib/unicode/Collate/README lib/unicode/Collate/keys.txt + - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm + - lib/unicode/UCD.t +____________________________________________________________________________ +[ 16649] By: pudge on 2002/05/17 11:30:17 + Log: Move Unicode -> unicode, remove README + Branch: macperl + - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt + - lib/Unicode/Collate/t/test.t lib/Unicode/README + - lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 16648] By: pudge on 2002/05/17 11:29:57 + Log: Move Unicode -> unicode, remove README (oops, forgot one) + Branch: macperl + +> lib/unicode/Collate/README +____________________________________________________________________________ +[ 16647] By: pudge on 2002/05/17 11:11:50 + Log: Move Unicode -> unicode, remove README + Branch: macperl + +> lib/unicode/Collate.pm lib/unicode/Collate/Changes + +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t + +> lib/unicode/UCD.pm lib/unicode/UCD.t +____________________________________________________________________________ +[ 16646] By: pudge on 2002/05/17 10:54:03 + Log: Integrate perl + Branch: macperl + +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t + +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm + +> lib/Thread/Semaphore.pm + - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm + - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h + - wince/include/sys/types.h wince/include/sys/utime.h + - wince/include/time.h + ! macos/MPVersion.r macos/config.sh + !> (integrate 173 files) +____________________________________________________________________________ +[ 16645] By: nick on 2002/05/17 06:56:40 + Log: Integrate mainline + Branch: perlio + +> ext/Storable/t/st-dump.pl + - wince/FindExt.pm + !> (integrate 40 files) +____________________________________________________________________________ +[ 16644] By: jhi on 2002/05/17 03:10:15 + Log: STDERR noise. + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 16643] By: jhi on 2002/05/17 03:08:01 + Log: Upgrade to Switch 2.07. + Branch: perl + ! lib/Switch.pm lib/Switch/Changes lib/Switch/README + ! lib/Switch/t/given.t lib/Switch/t/nested.t + ! lib/Switch/t/switch.t +____________________________________________________________________________ +[ 16642] By: jhi on 2002/05/17 02:59:35 + Log: Missed hunk in #16641. + Branch: perl + ! lib/Filter/Simple/Changes +____________________________________________________________________________ +[ 16641] By: jhi on 2002/05/17 02:56:14 + Log: Upgrade to Filter::Simple 0.78. + (Keep #14432, let Damian know of it.) + Branch: perl + ! lib/Filter/Simple.pm lib/Filter/Simple/README + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 16640] By: jhi on 2002/05/17 01:36:12 + Log: More Third Degree. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 16639] By: jhi on 2002/05/17 01:07:09 + Log: Third Degree tweaks. + Branch: perl + ! pod/perlhack.pod t/TEST +____________________________________________________________________________ +[ 16638] By: jhi on 2002/05/16 22:54:36 + Log: Purify: dl_last_error was leaking. + Branch: perl + ! ext/DynaLoader/dlutils.c +____________________________________________________________________________ +[ 16637] By: jhi on 2002/05/16 22:42:44 + Log: Subject: [PATCH utils/perldoc.PL] perltoc ref. + From: Chris Ball + Date: 16 May 2002 20:51:34 +0100 + Message-ID: <86lmajvpkp.fsf@void.printf.net> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 16636] By: jhi on 2002/05/16 22:38:35 + Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS + From: "Craig A. Berry" + Date: Thu, 16 May 2002 14:13:15 -0500 + Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01> + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 16635] By: rgs on 2002/05/16 21:09:57 + Log: Make Cwd::fastcwd() return a tainted value. + Add regression tests for taint-safety of the *cwd() + functions. + Branch: perl + ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm +____________________________________________________________________________ +[ 16634] By: jhi on 2002/05/16 15:56:42 + Log: Subject: Re: AIX warning in hints regarding gcc + From: "H.Merijn Brand" + Date: Thu, 16 May 2002 18:55:41 +0200 + Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 16633] By: jhi on 2002/05/16 14:18:27 + Log: Update the test statuses. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16632] By: jhi on 2002/05/16 14:17:29 + Log: The UDP sockpair failure seems to have magically + disappeared from both UNICOSes. + (One gets "UNEXPECTEDLY SUCCEEDED".) + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 16631] By: jhi on 2002/05/16 13:57:08 + Log: Brokenness of restricted hashes with Storable on EBCDIC + seems to be an artifact of the downgrade.t. + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16630] By: jhi on 2002/05/16 13:51:19 + Log: Document the odd slowdown of ext/Encode/t/Unicode.t under + memory debuggers. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 16629] By: jhi on 2002/05/16 13:44:03 + Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads + From: "H.Merijn Brand" + Date: Thu, 16 May 2002 16:42:34 +0200 + Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> + + gcc 3 version parsing proofing. + Branch: perl + ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh +____________________________________________________________________________ +[ 16628] By: jhi on 2002/05/16 13:22:57 + Log: Subject: [PATCH] good day for WinCE port of perl. + From: "Vadim Konovalov" + Date: Thu, 16 May 2002 03:33:23 +0400 + Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad> + Branch: perl + - wince/FindExt.pm + ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL + ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL + ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL + ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL + ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce + ! wince/config_H.ce wince/config_h.PL +____________________________________________________________________________ +[ 16627] By: jhi on 2002/05/16 13:17:42 + Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog + From: slaven.rezic@berlin.de + Date: Mon, 13 May 2002 16:02:24 +0200 + Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 16626] By: jhi on 2002/05/16 13:16:34 + Log: Subject: Re: [PATCH] allow use threads qw(yield) + From: Dave Mitchell + Date: Wed, 15 May 2002 23:26:27 +0100 + Message-ID: <20020515232626.E28924@fdgroup.com> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16625] By: jhi on 2002/05/16 13:10:46 + Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads + From: "H.Merijn Brand" + Date: Thu, 16 May 2002 14:22:21 +0200 + Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 16624] By: jhi on 2002/05/16 13:05:05 + Log: metaconfig unit change for #16623. + Branch: metaconfig + ! U/ebcdic/trnl.U +____________________________________________________________________________ +[ 16623] By: jhi on 2002/05/16 13:04:40 + Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak + from John Poltorak . + Branch: perl + ! Configure +____________________________________________________________________________ +[ 16622] By: jhi on 2002/05/16 12:58:05 + Log: DJGPP doesn't have \r\n delimited files (it has \r). + Branch: perl + ! lib/Tie/File/t/21_win32.t +____________________________________________________________________________ +[ 16621] By: jhi on 2002/05/16 12:52:47 + Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing. + 2. Doing a s///g instead of tr/// works better for CR-delimited + files, like in DJGPP (since doesn't correctly pull in + CR-delimited lines). + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/eol.t +____________________________________________________________________________ +[ 16620] By: jhi on 2002/05/16 12:50:29 + Log: Don't test $! with like() since one may have + a non-English locale, or simply AIX :-) + Branch: perl + ! ext/PerlIO/t/fail.t +____________________________________________________________________________ +[ 16619] By: jhi on 2002/05/16 12:16:25 + Log: DJGPP updates from Laszlo Molnar. + Branch: perl + ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t +____________________________________________________________________________ +[ 16618] By: jhi on 2002/05/16 02:57:21 + Log: Integrate perlio; + + Make open fail when layer string does not parse. + Branch: perl + +> ext/PerlIO/t/fail.t + !> MANIFEST perlio.c +____________________________________________________________________________ +[ 16617] By: jhi on 2002/05/15 21:07:39 + Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable + From: Nicholas Clark + Date: Wed, 15 May 2002 23:06:20 +0100 + Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16616] By: jhi on 2002/05/15 21:01:10 + Log: Two down, ten to go. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16615] By: jhi on 2002/05/15 20:31:02 + Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark. + Branch: perl + ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl +____________________________________________________________________________ +[ 16614] By: jhi on 2002/05/15 20:03:28 + Log: Schizoid MANIFESTs. + Branch: perl + + ext/Storable/t/st-dump.pl + ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl +____________________________________________________________________________ +[ 16613] By: nick on 2002/05/15 19:26:00 + Log: Make open fail when layer string does not parse. + Branch: perlio + + ext/PerlIO/t/fail.t + ! MANIFEST perlio.c +____________________________________________________________________________ +[ 16612] By: nick on 2002/05/15 18:11:15 + Log: Integrate mainline + Branch: perlio + !> Changes ext/Storable/Storable.pm patchlevel.h + !> pod/perldelta.pod sv.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 16611] By: jhi on 2002/05/15 14:06:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 16610] By: jhi on 2002/05/15 13:47:40 Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 4bc257c..cba5a92 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 - ,"DEVEL16610" + ,"DEVEL16653" ,NULL };