From: Jarkko Hietaniemi Date: Mon, 1 Apr 2002 17:06:10 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6763d176db5d14f6f7be1cd3c07c1d13323c7ec;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@15662 --- diff --git a/Changes b/Changes index 55aed97..43bcaff 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,533 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 15661] By: jhi on 2002/04/01 16:22:54 + Log: Subject: [PATCH 5.7.3 DOC] + From: mjd@plover.com + Date: 1 Apr 2002 17:23:40 -0000 + Message-ID: <20020401172340.16410.qmail@plover.com> + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15660] By: jhi on 2002/04/01 15:38:56 + Log: CRAY TS does not have -h rounddiv, from Keith Thompson. + Branch: perl + ! hints/unicos.sh +____________________________________________________________________________ +[ 15659] By: jhi on 2002/04/01 15:14:13 + Log: Advertise piconv and enc2xs. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15658] By: jhi on 2002/04/01 15:08:02 + Log: Add enc2xs. + Branch: perl + + utils/enc2xs.PL + ! MANIFEST utils/Makefile +____________________________________________________________________________ +[ 15657] By: jhi on 2002/04/01 14:28:09 + Log: Integrate perlio; + + Be more explicit testing for \015 not \r + Branch: perl + !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod + !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c +____________________________________________________________________________ +[ 15656] By: jhi on 2002/04/01 14:22:14 + Log: Subject: BOM, 0xFFFE, 0xFEFF, etc. + From: Philip Newton + Date: Mon, 01 Apr 2002 17:06:18 +0200 + Message-ID: + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 15655] By: jhi on 2002/04/01 13:56:06 + Log: Subject: detypo patch + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 01 Apr 2002 10:09:21 +0200 + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 15654] By: jhi on 2002/04/01 13:49:57 + Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK, + From: Philip Newton + Date: Mon, 01 Apr 2002 08:12:01 +0200 + Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com> + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 15653] By: nick on 2002/04/01 09:20:24 + Log: Be more explicit testing for \015 not \r + Branch: perlio + ! t/io/crlf.t +____________________________________________________________________________ +[ 15652] By: jhi on 2002/04/01 04:41:45 + Log: If under UTF-8 locale the utf8.pm really needs to be found. + Branch: perl + ! t/comp/cpp.t t/run/switchPx.t +____________________________________________________________________________ +[ 15651] By: jhi on 2002/04/01 02:55:22 + Log: Upgrade to Tie::File 0.91, from mjd. + Branch: perl + + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t + + lib/Tie/File/t/26_twrite.t + ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t + ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t + ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t + ! lib/Tie/File/t/16_handle.t +____________________________________________________________________________ +[ 15650] By: jhi on 2002/04/01 02:49:14 + Log: DJGPP tweaks from Laszlo. + Branch: perl + ! lib/ExtUtils/MM_DOS.pm util.c +____________________________________________________________________________ +[ 15649] By: jhi on 2002/04/01 02:47:14 + Log: Discussion about minimal installations. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 15648] By: jhi on 2002/04/01 02:42:41 + Log: Comment tweak from Hugo. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 15647] By: jhi on 2002/04/01 02:30:18 + Log: Another UTF-8 locale tweak from Hugo. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 15646] By: jhi on 2002/04/01 02:26:49 + Log: Document the known MacOS X locale problem. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15645] By: jhi on 2002/04/01 02:17:50 + Log: Regex fix from Hugo: in UTF-8 locales the character + counting code didn't work right for minimal matches. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 15644] By: jhi on 2002/04/01 02:02:32 + Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8 + From: Spider Boardman + Date: Sun, 31 Mar 2002 20:32:43 -0500 + Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US> + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 15643] By: jhi on 2002/04/01 02:00:10 + Log: Document known FreeBSD locale glitch. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15642] By: jhi on 2002/04/01 00:57:44 + Log: There is --list in glibc iconv. + Branch: perl + ! ext/Encode/bin/piconv +____________________________________________________________________________ +[ 15641] By: jhi on 2002/03/31 23:18:51 + Log: Slight usage tweaks to piconv: show usage with + no -t -f or -l arguments, or with -h. + Branch: perl + ! ext/Encode/bin/piconv +____________________________________________________________________________ +[ 15640] By: jhi on 2002/03/31 23:08:28 + Log: Get the piconv installed. + Branch: perl + + utils/piconv.PL + ! MANIFEST utils/Makefile +____________________________________________________________________________ +[ 15639] By: jhi on 2002/03/31 22:35:21 + Log: Spelling tweaks. + Branch: perl + ! ext/Encode/bin/piconv +____________________________________________________________________________ +[ 15638] By: jhi on 2002/03/31 22:31:29 + Log: Upgrade to Encode 1.11, from Dan Kogai. + Branch: perl + + ext/Encode/Encode/Changes.e2x + + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x + + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x + + ext/Encode/bin/ucm2table ext/Encode/encoding.pm + + ext/Encode/t/encoding.t ext/Encode/t/jperl.t + + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm + + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm + + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm + + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm + + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm + + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm + + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm + + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm + + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm + + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm + + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm + + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm + + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm + + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm + + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm + + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm + + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm + + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm + + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm + + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm + + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm + + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm + + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm + + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm + + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm + + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm + + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm + + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm + + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm + + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm + + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm + + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm + + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm + + ext/Encode/ucm/viscii.ucm + - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm + - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm + - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm + - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm + - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm + - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm + - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm + - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm + - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm + - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm + - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm + - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm + - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm + - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm + - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm + - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm + - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm + - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm + - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm + - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm + - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm + - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm + - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm + - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm + - ext/Encode/Encode/ksc5601.ucm + - ext/Encode/Encode/macCentEuro.ucm + - ext/Encode/Encode/macCroatian.ucm + - ext/Encode/Encode/macCyrillic.ucm + - ext/Encode/Encode/macDingbats.ucm + - ext/Encode/Encode/macGreek.ucm + - ext/Encode/Encode/macIceland.ucm + - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm + - ext/Encode/Encode/macRumanian.ucm + - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm + - ext/Encode/Encode/macTurkish.ucm + - ext/Encode/Encode/macUkraine.ucm + - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm + - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm + - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table + - lib/encoding.pm lib/encoding.t + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm + ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL + ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL + ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL + ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST + ! ext/Encode/Makefile.PL ext/Encode/README + ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL + ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Supported.pod +____________________________________________________________________________ +[ 15637] By: jhi on 2002/03/31 20:50:23 + Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK, + make viacode no-allocatedcode to return the 0xFFFD) tweaks, + respective test and doc tweaks. + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 15636] By: jhi on 2002/03/31 20:34:29 + Log: Subject: [PATCH] Re: no ; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);) + From: Rafael Garcia-Suarez + Date: Sun, 31 Mar 2002 22:47:31 +0200 + Message-ID: <20020331224731.E854@rafael> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 15635] By: jhi on 2002/03/31 19:45:33 + Log: Subject: [PATCH] __attribute__ problems with g++ + From: "Mattia Barbon" + Date: Sun, 31 Mar 2002 22:43:03 +0200 + Message-ID: <3CA790F7.23864.27BD5B4@localhost> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 15634] By: jhi on 2002/03/31 19:28:38 + Log: Put back the #! line, false alarm. + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 15633] By: jhi on 2002/03/31 15:07:20 + Log: Subject: Re: [Patch] pod/perlvar.pod + From: Philip Newton + Date: Sun, 31 Mar 2002 07:40:43 +0200 + Message-ID: + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 15632] By: jhi on 2002/03/31 03:03:11 + Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere + From: Spider Boardman + Date: Sat, 30 Mar 2002 21:37:37 -0500 + Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US> + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 15631] By: jhi on 2002/03/30 23:30:45 + Log: Subject: Re: compile tweak for Win32 + From: Michael G Schwern + Date: Fri, 29 Mar 2002 17:48:22 -0500 + Message-ID: <20020329224822.GG16816@blackrider> + Branch: perl + ! win32/buildext.pl +____________________________________________________________________________ +[ 15630] By: jhi on 2002/03/30 23:21:56 + Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C + From: Rafael Garcia-Suarez + Date: Sat, 30 Mar 2002 22:19:46 +0100 + Message-ID: <20020330221946.A28497@rafael> + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 15629] By: jhi on 2002/03/30 23:21:23 + Log: Subject: [PATCH regmesg.t] increase output verbosity + From: Rafael Garcia-Suarez + Date: Sat, 30 Mar 2002 22:34:08 +0100 + Message-ID: <20020330223408.C28497@rafael> + Branch: perl + ! t/op/regmesg.t +____________________________________________________________________________ +[ 15628] By: jhi on 2002/03/30 23:19:59 + Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t + From: Rafael Garcia-Suarez + Date: Sat, 30 Mar 2002 21:36:23 +0100 + Message-ID: <20020330213623.A677@rafael> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 15627] By: jhi on 2002/03/30 17:43:51 + Log: If using a network filesystem several different hosts + may be trying to lock the same file. In this case offering + to kill the other process is not that helpful. (Unless one + has *real* clustering, but that's not usually the case.) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 15626] By: jhi on 2002/03/30 16:52:09 + Log: Subject: [DOC PATCH] Document Dumpvalue::stringify + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 30 Mar 2002 06:12:36 +0100 + Message-ID: + Branch: perl + ! lib/Dumpvalue.pm +____________________________________________________________________________ +[ 15625] By: jhi on 2002/03/30 16:50:33 + Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script... + From: Jeremy Zawodny + Date: Fri, 29 Mar 2002 17:55:20 -0800 + Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 15624] By: jhi on 2002/03/30 16:03:12 + Log: Subject: [Patch] pod/perlvar.pod + From: Dan Kogai + Date: Sun, 31 Mar 2002 02:03:36 +0900 + Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 15623] By: jhi on 2002/03/30 15:56:31 + Log: Subject: [PATCH] MM & Encode fixes + From: Michael G Schwern + Date: Sat, 30 Mar 2002 06:41:56 -0500 + Message-ID: <20020330114156.GA16533@blackrider> + Branch: perl + + lib/ExtUtils/t/basic.t + - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/t/hints.t +____________________________________________________________________________ +[ 15622] By: jhi on 2002/03/30 15:13:30 + Log: EBCDICification. + Branch: perl + ! lib/charnames.t +____________________________________________________________________________ +[ 15621] By: jhi on 2002/03/30 15:12:45 + Log: Upgrade to Tie::File 0.90, from mjd. + Branch: perl + + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t + ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t + ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t + ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t + ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t + ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t + ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t + ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t + ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t +____________________________________________________________________________ +[ 15620] By: jhi on 2002/03/29 22:25:35 + Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ? + From: Rafael Garcia-Suarez + Date: Sat, 30 Mar 2002 00:20:39 +0100 + Message-ID: <20020330002039.A716@rafael> + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 15619] By: jhi on 2002/03/29 22:15:37 + Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1 + From: Michael G Schwern + Date: Fri, 29 Mar 2002 18:14:20 -0500 + Message-ID: <20020329231419.GI16816@blackrider> + Branch: perl + ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64 + ! wince/Makefile.ce +____________________________________________________________________________ +[ 15618] By: jhi on 2002/03/29 22:09:26 + Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t + From: Paul_GreenVOS@vos.stratus.com + Date: Fri, 29 Mar 02 18:01 est + Message-Id: <200203292301.SAA22919@mailhub1.stratus.com> + Branch: perl + ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t +____________________________________________________________________________ +[ 15617] By: jhi on 2002/03/29 22:02:28 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15616] By: jhi on 2002/03/29 21:00:32 + Log: Upgrade to Encode 1.01, from Dan Kogai. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm + ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm + ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm + ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm + ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm + ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm + ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm + ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm + ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm + ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm + ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm + ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm + ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm + ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm + ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm + ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm + ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm + ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm + ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm + ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm + ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm + ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm + ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm + ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm + ! ext/Encode/Encode/ksc5601.ucm + ! ext/Encode/Encode/macCentEuro.ucm + ! ext/Encode/Encode/macCroatian.ucm + ! ext/Encode/Encode/macCyrillic.ucm + ! ext/Encode/Encode/macDingbats.ucm + ! ext/Encode/Encode/macGreek.ucm + ! ext/Encode/Encode/macIceland.ucm + ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm + ! ext/Encode/Encode/macRumanian.ucm + ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm + ! ext/Encode/Encode/macTurkish.ucm + ! ext/Encode/Encode/macUkraine.ucm + ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm + ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm + ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL + ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t + ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table +____________________________________________________________________________ +[ 15615] By: jhi on 2002/03/29 18:47:01 + Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS + From: "Craig A. Berry" + Date: Fri, 29 Mar 2002 13:46:28 -0600 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 15614] By: jhi on 2002/03/29 18:34:27 + Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves, + which one has to get from the CPAN distribution. + Branch: perl + + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t + + lib/Memoize/t/expmod_t.t + - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t + - lib/Memoize/t/expire_module_t.t + ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm + ! lib/Memoize/README +____________________________________________________________________________ +[ 15613] By: jhi on 2002/03/29 17:40:09 + Log: metaconfig unit tweak. + Branch: metaconfig/U/perl + ! versiononly.U +____________________________________________________________________________ +[ 15612] By: jhi on 2002/03/29 17:39:38 + Log: Configure-related tweaks. + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H + ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def + ! vos/config.ga.h +____________________________________________________________________________ +[ 15611] By: jhi on 2002/03/29 17:27:51 + Log: Ooops. + Branch: perl + ! t/op/ver.t +____________________________________________________________________________ +[ 15610] By: jhi on 2002/03/29 17:26:42 + Log: Subject: [PATCH @15606] d_time for vms + From: "Craig A. Berry" + Date: Fri, 29 Mar 2002 11:58:29 -0600 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 15609] By: jhi on 2002/03/29 17:25:26 + Log: Subject: Re: Regex-Unicode bugs + From: Rafael Garcia-Suarez + Date: Thu, 28 Mar 2002 10:12:35 +0100 + Message-ID: <20020328101235.F678@rafael> + Branch: perl + ! t/op/regmesg.t +____________________________________________________________________________ +[ 15608] By: jhi on 2002/03/29 17:21:22 + Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions + From: Hugo van der Sanden + Date: Fri, 29 Mar 2002 16:53:27 +0000 + Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk> + Branch: perl + ! pod/perlre.pod pod/perlretut.pod +____________________________________________________________________________ +[ 15607] By: jhi on 2002/03/29 17:19:26 + Log: Subject: Re: debugger debuggers wanted + From: spidb@cpan.org + Date: Fri, 29 Mar 2002 06:34:11 -0500 + Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 15606] By: jhi on 2002/03/29 15:42:51 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 15605] By: jhi on 2002/03/29 15:36:43 Log: Rename for 8.3-friendliness. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 1e82ccf..a4c594a 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 - ,"DEVEL15605" + ,"DEVEL15661" ,NULL };