X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=43bcaff8fc7ec189f302f98cc4814b3b7d0b327e;hb=476a441165787891eee1a11432f6f97851212d34;hp=e20b7afebce52e1001e3433c07804780fa83b2b6;hpb=f98e481dcdb85272f6dcc29ceeebba644999196e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index e20b7af..43bcaff 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,2667 @@ 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 + + lib/unicore/PropValueAliases.txt + - lib/unicore/PropertyValueAliases.txt + ! MANIFEST lib/unicore/README.perl +____________________________________________________________________________ +[ 15604] By: jhi on 2002/03/29 15:33:19 + Log: Retract ExtUtils/t/basic.t until it works. + Branch: perl + - lib/ExtUtils/t/basic.t + ! MANIFEST +____________________________________________________________________________ +[ 15603] By: jhi on 2002/03/29 15:12:08 + Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc + From: Slaven Rezic + Date: 28 Mar 2002 22:27:14 +0100 + Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de> + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 15602] By: jhi on 2002/03/29 15:10:43 + Log: Interesting... where did this come from? + (The Configure change in #15600) + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 15601] By: jhi on 2002/03/29 15:10:12 + Log: metaconfig unit change for #15600. + Branch: metaconfig/U/perl + ! versiononly.U +____________________________________________________________________________ +[ 15600] By: jhi on 2002/03/29 15:08:22 + Log: Subject: versiononly should not put `old' versions in inc + From: "H.Merijn Brand" + Date: Fri, 29 Mar 2002 12:53:49 +0100 + Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 15599] By: jhi on 2002/03/29 14:45:52 + Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01 + From: Michael G Schwern + Date: Fri, 29 Mar 2002 04:12:47 -0500 + Message-ID: <20020329091247.GA7432@blackrider> + + (with two nits: (1) change lib/Extutils/Command/MM.pm + in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add + @INC to compile.t) + Branch: perl + + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm + + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm + + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm + + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL + + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm + + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t + + lib/ExtUtils/t/Problem-Module/Makefile.PL + + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL + + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t + + t/lib/MakeMaker/Test/Utils.pm + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP + ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.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/Mksymlists.pm + ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t + ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t + ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t + ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t + ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t + ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t + ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm + ! t/lib/TieOut.pm +____________________________________________________________________________ +[ 15598] By: jhi on 2002/03/29 14:11:58 + Log: Leftovers from Encode 0.99. + Branch: perl + - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm + - ext/Encode/compile ext/Encode/encode.h + - ext/Encode/lib/Encode/CN/2022_CN.pm + - ext/Encode/lib/Encode/Details.pod +____________________________________________________________________________ +[ 15597] By: nick on 2002/03/29 14:03:35 + Log: Integrate mainline + Branch: perlio + +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h + +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm + +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv + !> (integrate 130 files) +____________________________________________________________________________ +[ 15596] By: jhi on 2002/03/29 13:46:35 + Log: Subject: Another Unicode-3.2-induced doc fix + From: SADAHIRO Tomoyuki + Date: Fri, 29 Mar 2002 21:45:47 +0900 + Message-Id: <20020329214046.4C1E.BQW10602@nifty.com> + Branch: perl + ! ext/Unicode/Normalize/Normalize.pm +____________________________________________________________________________ +[ 15595] By: jhi on 2002/03/29 13:44:25 + Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix + From: Slaven Rezic + Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET) + Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de> + Branch: perl + ! reentr.c reentr.pl +____________________________________________________________________________ +[ 15594] By: jhi on 2002/03/29 13:38:48 + Log: Subject: [PATCH] Quieting OS X + From: Michael G Schwern + Date: Fri, 29 Mar 2002 05:46:23 -0500 + Message-ID: <20020329104622.GA9163@blackrider> + Branch: perl + ! ext/POSIX/t/posix.t t/op/stat.t +____________________________________________________________________________ +[ 15593] By: ams on 2002/03/29 07:32:22 + Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs + From: Paul_GreenVOS@vos.stratus.com + Date: Fri, 29 Mar 02 0:05 est + Message-Id: <200203290506.AAA20433@mailhub1.stratus.com> + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 15592] By: ams on 2002/03/29 07:28:29 + Log: Subject: Re: perl 5.7.3 + XS lvalue subs + From: Spider Boardman + Date: Fri, 29 Mar 2002 00:52:24 -0500 + Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com> + Branch: perl + ! op.c t/op/attrs.t +____________________________________________________________________________ +[ 15591] By: jhi on 2002/03/29 03:15:18 + Log: It's perlce. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15590] By: jhi on 2002/03/29 02:59:03 + Log: MPE/iX tweaks from Mark Bixby. + Branch: perl + ! ext/Storable/t/lock.t mpeix/relink +____________________________________________________________________________ +[ 15589] By: jhi on 2002/03/29 02:30:48 + Log: Upgrade to Encode 1.00, from Dan Kogai. + + (one nit: bin/enc2xs needed also ../..) + Branch: perl + + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h + + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm + + ext/Encode/bin/enc2xs ext/Encode/bin/piconv + ! (edit 104 files) +____________________________________________________________________________ +[ 15588] By: jhi on 2002/03/29 01:38:10 + Log: Subject: [PATCH] NEXT LINE --> NEL + From: Philip Newton + Date: Thu, 28 Mar 2002 21:03:10 +0000 + Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com> + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 15587] By: jhi on 2002/03/28 18:17:08 + Log: binmode :bytes, again. + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 15586] By: jhi on 2002/03/28 16:23:41 + Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s/// + From: Mark-Jason Dominus + Date: Thu, 28 Mar 2002 10:36:03 -0500 + Message-ID: <20020328153603.11992.qmail@plover.com> + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 15585] By: jhi on 2002/03/28 16:20:03 + Log: Support Unicode 3.1 names, names without the (XX), and BOM. + Branch: perl + ! lib/charnames.pm lib/charnames.t pp_pack.c +____________________________________________________________________________ +[ 15584] By: jhi on 2002/03/28 15:52:30 + Log: If expecting UTF-8, probably not expecting UTF-16. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 15583] By: jhi on 2002/03/28 13:48:29 + Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS + From: Paul_GreenVOS@vos.stratus.com + Date: Thu, 28 Mar 02 8:22 est + Message-Id: <200203281322.IAA15632@mailhub1.stratus.com> + Branch: perl + ! lib/Time/Local.pm +____________________________________________________________________________ +[ 15582] By: jhi on 2002/03/28 13:47:14 + Log: Subject: [PATCH] Neuter socketpair on Stratus VOS + From: Paul_GreenVOS@vos.stratus.com + Date: Thu, 28 Mar 02 7:46 est + Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> + Branch: perl + ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h +____________________________________________________________________________ +[ 15581] By: jhi on 2002/03/28 13:45:48 + Log: A little bit better error message for \pq, still + not good because the script context is not shown. + Branch: perl + ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c +____________________________________________________________________________ +[ 15580] By: jhi on 2002/03/28 13:28:44 + Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH) + From: Jeffrey Friedl + Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST) + Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com> + Branch: perl + ! sv.c t/op/pat.t +____________________________________________________________________________ +[ 15579] By: jhi on 2002/03/28 13:22:25 + Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier + From: Mark-Jason Dominus + Date: Thu, 28 Mar 2002 05:04:40 -0500 + Message-ID: <20020328100440.22081.qmail@plover.com> + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 15578] By: jhi on 2002/03/28 13:19:21 + Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built + From: mjd@plover.com + Date: 28 Mar 2002 09:22:06 -0000 + Message-ID: <20020328092206.18833.qmail@plover.com> + Branch: perl + ! lib/encoding.t +____________________________________________________________________________ +[ 15577] By: jhi on 2002/03/28 13:03:48 + Log: Unicode 3.2.0-induced doc tweaks. + Branch: perl + ! pod/perlretut.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 15576] By: nick on 2002/03/28 07:40:04 + Log: Integrate mainline (clean in Win32/MinGW but for end.t) + Branch: perlio + +> (branch 31 files) + !> (integrate 162 files) +____________________________________________________________________________ +[ 15575] By: jhi on 2002/03/28 04:19:51 + Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS + From: Paul_GreenVOS@vos.stratus.com + Date: Thu, 28 Mar 02 0:16 est + Message-Id: <200203280516.AAA16625@mailhub2.stratus.com> + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 15574] By: jhi on 2002/03/28 04:07:23 + Log: Subject: Re: Regex-Unicode bugs + From: Rafael Garcia-Suarez + Date: Wed, 27 Mar 2002 13:48:06 +0100 + Message-ID: <20020327134806.C18945@rafael> + + regmesg.t patch still would be nice. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 15573] By: jhi on 2002/03/28 03:46:14 + Log: Subject: Re: Regex-Unicode bugs + From: Hugo van der Sanden + Date: Wed, 27 Mar 2002 12:39:57 +0000 + Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk> + Branch: perl + ! pod/perldiag.pod regcomp.c +____________________________________________________________________________ +[ 15572] By: jhi on 2002/03/28 03:38:34 + Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS + From: Paul_GreenVOS@vos.stratus.com + Date: Wed, 27 Mar 02 23:33 est + Message-Id: <200203280433.XAA01502@mailhub1.stratus.com> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 15571] By: jhi on 2002/03/28 02:25:53 + Log: The Official 3.2.0 came out. + Branch: perl + + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl + + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl + + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl + + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl + + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl + + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl + + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl + + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl + + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl + + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl + + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl + + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl + + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl + + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl + + lib/unicore/lib/UnifiedI.pl + ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt +____________________________________________________________________________ +[ 15570] By: jhi on 2002/03/28 02:00:29 + Log: socketpair binmode :bytes. + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 15569] By: jhi on 2002/03/28 01:46:21 + Log: Don't install anything beneath 't' directories. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 15568] By: jhi on 2002/03/28 01:43:52 + Log: More UTF-8 locale sensitivity. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 15567] By: jhi on 2002/03/28 01:20:31 + Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current + From: Stas Bekman + Date: Thu, 28 Mar 2002 10:13:45 +0800 + Message-ID: <3CA27C59.4020209@stason.org> + + Temp file cleanup. + Branch: perl + ! lib/Pod/t/pod2html-lib.pl +____________________________________________________________________________ +[ 15566] By: jhi on 2002/03/28 01:12:17 + Log: Be compatible also with non-UTF-8 locales. + Branch: perl + ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm + ! lib/Locale/Language.pod +____________________________________________________________________________ +[ 15565] By: jhi on 2002/03/28 00:58:36 + Log: Subject: Re: perl 5.7.3 + XS lvalue subs + From: Spider Boardman + Date: Wed, 27 Mar 2002 20:52:28 -0500 + Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com> + Branch: perl + ! cv.h op.c t/op/attrs.t toke.c +____________________________________________________________________________ +[ 15564] By: jhi on 2002/03/27 23:54:59 + Log: "Last element". + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 15563] By: jhi on 2002/03/27 23:53:27 + Log: Subject: Error in perlfunc for "die" + From: William R Ward + Date: 27 Mar 2002 12:31:32 -0800 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 15562] By: jhi on 2002/03/27 23:50:23 + Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions + From: Mark Kvale + Date: Wed, 27 Mar 2002 16:45:37 -0800 + Message-Id: <02032716453705.38063@ivy.ucsf.edu> + Branch: perl + ! pod/perlre.pod pod/perlretut.pod +____________________________________________________________________________ +[ 15561] By: jhi on 2002/03/27 23:48:15 + Log: Try to handle UTF-8 locales. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 15560] By: jhi on 2002/03/27 22:57:45 + Log: More binmode :bytes. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 15559] By: jhi on 2002/03/27 22:48:39 + Log: binmode(FH, ":bytes") is the right way, methinks. + Branch: perl + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 15558] By: jhi on 2002/03/27 22:29:30 + Log: UTF-8 locale: need to open explicitly for bytes. + Branch: perl + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 15557] By: jhi on 2002/03/27 21:59:54 + Log: UTF-8-ify __DATA__. (TODO: let Neil Bowers know.) + Branch: perl + ! lib/Locale/Language.pm lib/Locale/Language.pod +____________________________________________________________________________ +[ 15556] By: jhi on 2002/03/27 21:44:37 + Log: Warn instead of croak. + Branch: perl + ! pod/perldiag.pod utf8.c +____________________________________________________________________________ +[ 15555] By: jhi on 2002/03/27 21:18:40 + Log: UTF-8 locale: there might already be one UTF-8 discipline. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 15554] By: jhi on 2002/03/27 21:09:20 + Log: Subject: [PATCH @15551] 1_compile.t fix for VMS + From: "Craig A. Berry" + Date: Wed, 27 Mar 2002 15:22:13 -0600 + Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01> + Branch: perl + ! t/lib/1_compile.t t/lib/compmod.pl +____________________________________________________________________________ +[ 15553] By: jhi on 2002/03/27 21:08:03 + Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches + From: Rafael Garcia-Suarez + Date: Wed, 27 Mar 2002 22:35:03 +0100 + Message-ID: <20020327223503.A678@rafael> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 15552] By: jhi on 2002/03/27 20:52:19 + Log: Start using the Unicode 3.2.0 data (NOTE: still + unofficial, but the data is unlikely to change much. + Doublecheck when 3.2.0 gets released.) + Branch: perl + + lib/unicore/PropertyAliases.txt + + lib/unicore/PropertyValueAliases.txt + ! (edit 129 files) +____________________________________________________________________________ +[ 15551] By: jhi on 2002/03/27 15:20:05 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15550] By: jhi on 2002/03/27 15:06:56 + Log: Further fixing for #15549. Six tests are failing + under Solaris with en_US.UTF-8 but those failures seem + unrelated to the BOUND problem, will look at them later. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 15549] By: jhi on 2002/03/27 14:45:05 + Log: Possible fix for "Orks, Dragons, and Elves": + should now build under UTF-8 locales (is building + under Solaris en_US.UTF-8 right now). + Branch: perl + ! Makefile.SH regexec.c +____________________________________________________________________________ +[ 15548] By: jhi on 2002/03/27 14:11:37 + Log: Forgotten from #15523. + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 15547] By: jhi on 2002/03/27 13:53:31 + Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off + From: Rafael Garcia-Suarez + Date: Wed, 27 Mar 2002 13:32:00 +0100 + Message-ID: <20020327133200.A18945@rafael> + Branch: perl + ! regcomp.c t/lib/warnings/regcomp +____________________________________________________________________________ +[ 15546] By: jhi on 2002/03/27 13:51:52 + Log: Subject: [PATCH] MANIFES --> MANIFEST + From: Philip Newton + Date: Wed, 27 Mar 2002 10:05:46 +0000 + Message-ID: + + (plus a few tweaks more) + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 15545] By: nick on 2002/03/27 07:37:36 + Log: Integrate mainline + Branch: perlio + +> lib/Math/BigInt/t/with_sub.t + - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t + - lib/bignum/t/trace.t + !> (integrate 76 files) +____________________________________________________________________________ +[ 15544] By: jhi on 2002/03/27 03:17:46 + Log: Obsolete mailing list information. + Branch: perl + ! README.bs2000 README.os390 README.vmesa +____________________________________________________________________________ +[ 15543] By: jhi on 2002/03/27 03:11:55 + Log: More URL "whitespacing". + Branch: perl + ! README.bs2000 README.hurd README.mpeix README.netware + ! README.os390 README.vmesa README.vos README.win32 + ! pod/perl5004delta.pod pod/perl5005delta.pod + ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod + ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod + ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod + ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod + ! pod/perltodo.pod +____________________________________________________________________________ +[ 15542] By: jhi on 2002/03/27 02:40:33 + Log: I like doubleclicking on URLs in pods to select them. + Branch: perl + ! README.amiga README.epoc README.vos pod/perl561delta.pod + ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod + ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod + ! pod/perltodo.pod pod/perlvar.pod +____________________________________________________________________________ +[ 15541] By: jhi on 2002/03/27 02:04:47 + Log: Regen modlib. + Branch: perl + ! pod/perlmodlib.pod +____________________________________________________________________________ +[ 15540] By: jhi on 2002/03/27 01:43:52 + Log: Update the CPAN sites list. + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 15539] By: jhi on 2002/03/27 01:15:11 + Log: Regen modlib, toc. + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 15538] By: jhi on 2002/03/27 01:13:12 + Log: s/rationale/rational/ + Branch: perl + ! lib/Math/BigRat.pm lib/bigrat.pm +____________________________________________________________________________ +[ 15537] By: jhi on 2002/03/27 01:01:33 + Log: s/done/esac/ + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 15536] By: jhi on 2002/03/27 00:54:21 + Log: Advertise big* and BigRat. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15535] By: jhi on 2002/03/26 22:42:41 + Log: A missing ) in #15527. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 15534] By: jhi on 2002/03/26 22:24:17 + Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV + From: Tim Jenness + Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST) + Message-ID: + Branch: perl + ! lib/ExtUtils/typemap +____________________________________________________________________________ +[ 15533] By: jhi on 2002/03/26 22:19:04 + Log: Subject: Re: Cygwin PerlIO.t failing + From: Stas Bekman + Date: Wed, 27 Mar 2002 01:34:11 +0800 + Message-ID: <3CA0B113.1070800@stason.org> + Branch: perl + ! ext/PerlIO/PerlIO.t +____________________________________________________________________________ +[ 15532] By: jhi on 2002/03/26 22:11:17 + Log: Subject: [PATCH] safety check for vms/test.com + From: "Craig A. Berry" + Date: Tue, 26 Mar 2002 12:15:21 -0600 + Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01> + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 15531] By: jhi on 2002/03/26 22:10:33 + Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads + From: PPrymmer@factset.com + Date: Tue, 26 Mar 2002 13:04:59 -0500 + Message-ID: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 15530] By: jhi on 2002/03/26 22:08:35 + Log: Subject: [PATCH] Minor typo in test harness + From: "Paul Marquess" + Date: Tue, 26 Mar 2002 17:44:06 -0000 + Message-ID: + Branch: perl + ! t/lib/warnings/perlio +____________________________________________________________________________ +[ 15529] By: jhi on 2002/03/26 22:06:59 + Log: Subject: PATCH s2p.PL + From: Wolfgang Laun + Date: Tue, 26 Mar 2002 17:16:46 +0100 + Message-ID: <3CA09EEE.E499DD38@alcatel.at> + Branch: perl + ! x2p/s2p.PL +____________________________________________________________________________ +[ 15528] By: jhi on 2002/03/26 22:03:22 + Log: Retract Math::BigInt::Lite, Tels had second thoughts. + Branch: perl + - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t + - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t + ! MANIFEST +____________________________________________________________________________ +[ 15527] By: jhi on 2002/03/26 22:01:01 + Log: Avoid and document a weird bug in UNICOS/mk. + Branch: perl + ! pod/perldelta.pod pp_sys.c +____________________________________________________________________________ +[ 15526] By: jhi on 2002/03/26 20:28:45 + Log: Math::BigInt::Lite 0.09, from Tels. + Branch: perl + + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t + ! MANIFEST +____________________________________________________________________________ +[ 15525] By: jhi on 2002/03/26 20:14:38 + Log: For now disable the test in OS/390; it seems to hang, + but frustratingly seems to run from command line and + from Perl debugger. + Branch: perl + ! lib/Math/BigInt/t/mbi_rand.t +____________________________________________________________________________ +[ 15524] By: jhi on 2002/03/26 19:57:27 + Log: EPOC update from Olaf Flebbe. + Branch: perl + ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm + ! pod/perlport.pod t/io/fs.t +____________________________________________________________________________ +[ 15523] By: jhi on 2002/03/26 19:54:48 + Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05, + and bignum 0.11, from Tels. + Branch: perl + + lib/Math/BigInt/t/with_sub.t + - lib/bignum/t/trace.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t + ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t + ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t + ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t + ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t + ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t + ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t + ! lib/bignum/t/bigrat.t lib/bigrat.pm + ! t/lib/Math/BigInt/Subclass.pm +____________________________________________________________________________ +[ 15522] By: jhi on 2002/03/26 16:07:58 + Log: Integrate perlio; + + Fix [ID 20020326.001] - cr/lf spanning buffer boundary + + Testcase for crlf spanning buffer boundary + Branch: perl + +> t/io/crlf.t + !> MANIFEST perlio.c +____________________________________________________________________________ +[ 15521] By: nick on 2002/03/26 15:31:55 + Log: Testcase for crlf spanning buffer boundary + Branch: perlio + + t/io/crlf.t + ! MANIFEST +____________________________________________________________________________ +[ 15520] By: nick on 2002/03/26 15:09:52 + Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 15519] By: jhi on 2002/03/26 14:50:08 + Log: Can't test Net:: much in OS/390 without Convert::EBCDIC. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 15518] By: jhi on 2002/03/26 14:39:08 + Log: Document the Configure (really, awk) glitch in + UNICOS/mk. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15517] By: jhi on 2002/03/26 13:32:31 + Log: Subject: [PATCH] Win32 w/o multiplicity build fails + From: "Mattia Barbon" + Date: Fri, 22 Mar 2002 16:11:28 +0100 + Message-ID: <3C9B57B0.31936.496399@localhost> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 15516] By: jhi on 2002/03/26 13:29:24 + Log: Subject: Re: Jarkko likes OOOOs + From: "Gerrit P. Haase" + Date: Tue, 26 Mar 2002 08:44:02 +0100 + Message-ID: <40509050505.20020326084402@familiehaase.de> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 15515] By: jhi on 2002/03/26 13:23:32 + Log: Subject: [patch utils/perlbug] subject header setting problem + From: Stas Bekman + Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT) + Message-ID: + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 15514] By: jhi on 2002/03/26 13:20:23 + Log: Subject: [PATCH] win32/makefile.mk + From: "Mattia Barbon" + Date: Tue, 26 Mar 2002 13:56:19 +0100 + Message-ID: <3CA07E03.13094.8ACAD1@localhost> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 15513] By: nick on 2002/03/26 07:17:17 + Log: Integrate mainline + Branch: perlio + +> (branch 39 files) + - (delete 109 files) + !> (integrate 105 files) +____________________________________________________________________________ +[ 15512] By: nick on 2002/03/26 06:52:42 + Log: Integrate mainline + Branch: perlio + !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t + !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm + !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c + !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod + !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl +____________________________________________________________________________ +[ 15511] By: jhi on 2002/03/26 04:25:44 + Log: Installation advice from Robert Spier. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 15510] By: jhi on 2002/03/26 04:12:15 + Log: Stas setting things right. + Branch: perl + ! ext/PerlIO/PerlIO.t +____________________________________________________________________________ +[ 15509] By: jhi on 2002/03/26 03:57:22 + Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t + From: Paul_GreenVOS@vos.stratus.com + Date: Mon, 25 Mar 02 23:57 est + Message-Id: <200203260457.XAA19233@mailhub2.stratus.com> + Branch: perl + ! ext/IO/lib/IO/t/io_unix.t +____________________________________________________________________________ +[ 15508] By: jhi on 2002/03/26 03:55:54 + Log: Add threads hints for UNICOS/mk and UNICOS. + (I'm just guessing on UNICOS.) + Branch: perl + ! hints/unicos.sh hints/unicosmk.sh +____________________________________________________________________________ +[ 15507] By: jhi on 2002/03/26 01:19:57 + Log: Mention the effect of Unicode keys on hashes. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15506] By: jhi on 2002/03/25 22:38:12 + Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.) + From: "Craig A. Berry" + Date: Mon, 25 Mar 2002 17:24:33 -0600 + Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01> + Branch: perl + ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms + ! vms/vms_yfix.pl +____________________________________________________________________________ +[ 15505] By: jhi on 2002/03/25 22:36:18 + Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 15504] By: jhi on 2002/03/25 20:39:05 + Log: The .ucm of Encode are big when uncompressed. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 15503] By: jhi on 2002/03/25 19:58:04 + Log: I don't understand what is going on what these + news tests, retracting the whole lot. + Branch: perl + ! ext/PerlIO/PerlIO.t +____________________________________________________________________________ +[ 15502] By: jhi on 2002/03/25 19:50:32 + Log: Upgrade to Encode 0.99, from Dan Kogai. + Branch: perl + + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm + + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm + + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm + + ext/Encode/Encode/euc-cn.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/ir-165.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/shiftjis.ucm + + ext/Encode/lib/Encode/10646_1.pm + + ext/Encode/lib/Encode/CJKConstants.pm + + ext/Encode/lib/Encode/CN/2022_CN.pm + + ext/Encode/lib/Encode/JP/2022_JP.pm + + ext/Encode/lib/Encode/JP/2022_JP1.pm + + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t + + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref + + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref + + ext/Encode/ucm2table + - (delete 109 files) + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm + ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm + ! ext/Encode/CN/Makefile.PL ext/Encode/Changes + ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! 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/cp1047.ucm ext/Encode/Encode/cp1250.ucm + ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm + ! ext/Encode/Encode/euc-jp.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/jis0201.ucm ext/Encode/Encode/koi8-f.ucm + ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm + ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm + ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm + ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm + ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm + ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST + ! ext/Encode/Makefile.PL ext/Encode/README + ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm + ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm + ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Details.pod + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Internal.pm + ! ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/JIS.pm + ! ext/Encode/lib/Encode/Supported.pod + ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm + ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm + ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t + ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc + ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc + ! ext/Encode/t/jisx0212.ref +____________________________________________________________________________ +[ 15501] By: jhi on 2002/03/25 19:16:21 + Log: Noise with -w. + Branch: perl + ! ext/PerlIO/PerlIO.t +____________________________________________________________________________ +[ 15500] By: jhi on 2002/03/25 19:02:41 + Log: If no perlio no perlio warnings, either. + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 15499] By: jhi on 2002/03/25 18:57:47 + Log: ...and put some of the new perlio tests here. + The in-memory ones not yet since my poor brain + refuses to find the right TODO incantation. + Branch: perl + ! ext/PerlIO/PerlIO.t +____________________________________________________________________________ +[ 15498] By: jhi on 2002/03/25 18:23:36 + Log: Take away the perlio-requiring tests.. + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 15497] By: jhi on 2002/03/25 18:04:39 + Log: More correct now, but actually the two new tests + need to be moved, since they are perlio-only... + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 15496] By: jhi on 2002/03/25 17:57:32 + Log: More neo-io tests from Stas Bekman. + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 15495] By: jhi on 2002/03/25 17:52:33 + Log: Document the QNX6 sprintf glitch. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15494] By: jhi on 2002/03/25 17:46:27 + Log: AmigaOS must use the ixemul directly, since there + is no more vfork support. + Branch: perl + ! hints/amigaos.sh +____________________________________________________________________________ +[ 15493] By: jhi on 2002/03/25 17:39:18 + Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6 + From: Norton Allen + Date: Mon, 25 Mar 2002 13:39:25 -0500 (est) + Message-Id: <200203251839.NAA02055@bottesini.harvard.edu> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 15492] By: jhi on 2002/03/25 17:38:33 + Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6 + From: Norton Allen + Date: Mon, 25 Mar 2002 13:36:17 -0500 (est) + Message-Id: <200203251836.NAA01517@bottesini.harvard.edu> + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 15491] By: jhi on 2002/03/25 16:57:10 + Log: Clarify the 8.3 rule. + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 15490] By: nick on 2002/03/25 16:05:07 + Log: Integrate mainline + Branch: perlio + +> ext/Encode/lib/Encode/EncFormat.pod + +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c + - ext/Encode/lib/EncodeFormat.pod + !> (integrate 41 files) +____________________________________________________________________________ +[ 15489] By: jhi on 2002/03/25 15:52:33 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15488] By: jhi on 2002/03/25 15:32:39 + Log: Forgotten from #15486. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 15487] By: jhi on 2002/03/25 15:23:56 + Log: It seems that FreeBSD does not like using Perl's malloc + when multithreaded. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 15486] By: jhi on 2002/03/25 14:37:03 + Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno? + From: Rafael Garcia-Suarez + Date: Mon, 25 Mar 2002 11:33:17 +0100 + Message-ID: <20020325113317.A1410@rafael> + + Apparently VMS does not do YYDEBUG. + Branch: perl + ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms +____________________________________________________________________________ +[ 15485] By: jhi on 2002/03/25 14:10:20 + Log: Subject: [PATCH] warnings for perlio + others + From: "Paul Marquess" + Date: Mon, 25 Mar 2002 13:01:44 -0000 + Message-ID: + Branch: perl + ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm + ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c + ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h + ! warnings.pl +____________________________________________________________________________ +[ 15484] By: jhi on 2002/03/25 01:53:29 + Log: As verified by Doug MacEachern. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15483] By: jhi on 2002/03/24 23:23:50 + Log: MPE/iX update from Mark Bixby. + Branch: perl + + mpeix/mpeix.c + ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs + ! hints/mpeix.sh mpeix/mpeixish.h +____________________________________________________________________________ +[ 15482] By: jhi on 2002/03/24 22:54:00 + Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant + From: Nicholas Clark + Date: Sun, 24 Mar 2002 22:50:06 +0000 + Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net> + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 15481] By: jhi on 2002/03/24 22:35:56 + Log: Subject: [PATCH] fix warning + carp interaction + From: "Paul Marquess" + Date: Sun, 24 Mar 2002 23:00:21 -0000 + Message-ID: + Branch: perl + ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled + ! warnings.pl +____________________________________________________________________________ +[ 15480] By: jhi on 2002/03/24 22:30:48 + Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus. + (All the code changes have already been applied earlier.) + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/00_version.t +____________________________________________________________________________ +[ 15479] By: jhi on 2002/03/24 22:11:46 + Log: DB_File: for the core version, no need to specify + a minimum MM version. + Branch: perl + ! ext/DB_File/Makefile.PL +____________________________________________________________________________ +[ 15478] By: jhi on 2002/03/24 21:33:42 + Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow + From: Dave Mitchell + Date: Sun, 24 Mar 2002 22:23:08 +0000 + Message-ID: <20020324222308.B21963@fdgroup.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 15477] By: jhi on 2002/03/24 21:19:45 + Log: Subject: [PATCH @15450] errno help for VMS + From: "Craig A. Berry" + Date: Sun, 24 Mar 2002 16:17:52 -0600 + Message-Id: + Branch: perl + ! ext/POSIX/t/posix.t vms/vms.c +____________________________________________________________________________ +[ 15476] By: jhi on 2002/03/24 21:18:45 + Log: Upgrade to Locale::Codes 2.03. + Branch: perl + ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README + ! lib/Locale/Country.pm +____________________________________________________________________________ +[ 15475] By: jhi on 2002/03/24 20:36:46 + Log: metaconfig unit change for #15474. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 15474] By: jhi on 2002/03/24 20:35:49 + Log: The #15472 said "properly". Ha! + Branch: perl + ! Configure +____________________________________________________________________________ +[ 15473] By: jhi on 2002/03/24 20:17:37 + Log: metaconfig unit change for #15472. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 15472] By: jhi on 2002/03/24 20:16:56 + Log: Properly scan for the subextensions of Encode + when doing static builds. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 15471] By: jhi on 2002/03/24 19:58:38 + Log: Tru64: Document the known odbm failure with static builds. + Branch: perl + ! README.tru64 +____________________________________________________________________________ +[ 15470] By: jhi on 2002/03/24 17:56:01 + Log: microperl tweaks. + Branch: perl + ! Makefile.micro locale.c util.c +____________________________________________________________________________ +[ 15469] By: jhi on 2002/03/24 17:32:36 + Log: metaconfig unit changes for #15468. + Branch: metaconfig + ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U + ! U/modified/libc.U U/modified/libs.U + ! U/threads/d_pthread_atfork.U +____________________________________________________________________________ +[ 15468] By: jhi on 2002/03/24 17:32:05 + Log: Various metaconfig unit cleanup; only one visible change + in Configure, though. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 15467] By: jhi on 2002/03/24 15:53:59 + Log: Upgrade to Encode 0.98, from Dan Kogai. + Branch: perl + + ext/Encode/lib/Encode/EncFormat.pod + + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm + - ext/Encode/lib/EncodeFormat.pod + ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm + ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Details.pod + ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm + ! ext/Encode/lib/Encode/JP/JIS.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t +____________________________________________________________________________ +[ 15466] By: jhi on 2002/03/24 13:58:44 + Log: Integrate perlio; + + Avoid core-dump in Encode with PERLIO=mmap + Branch: perl + !> ext/Encode/Encode.xs +____________________________________________________________________________ +[ 15465] By: jhi on 2002/03/24 13:51:15 + Log: In the spirit of #15464. + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 15464] By: jhi on 2002/03/24 13:49:02 + Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault + From: Michael G Schwern + Date: Sun, 24 Mar 2002 02:27:25 -0500 + Message-ID: <20020324072725.GA3554@blackrider> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 15463] By: nick on 2002/03/24 10:24:41 + Log: Integrate mainline + Branch: perlio + +> (branch 28 files) + - lib/bigfloat.t lib/bigint.t + !> (integrate 59 files) +____________________________________________________________________________ +[ 15462] By: nick on 2002/03/24 08:59:35 + Log: Avoid core-dump in Encode with PERLIO=mmap + Branch: perlio + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 15461] By: nick on 2002/03/24 08:58:21 + Log: Too many machines doing integrate mainline + Branch: perlio + !> Changes Configure lib/AutoSplit.t + !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod + !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod + !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod + !> pp_ctl.c reentr.h reentr.pl t/op/override.t +____________________________________________________________________________ +[ 15460] By: jhi on 2002/03/24 04:57:48 + Log: Retract Math::BigInt::Lite for now, seems to confuse + bignum and bigrat. + Branch: perl + - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t + ! MANIFEST +____________________________________________________________________________ +[ 15459] By: jhi on 2002/03/24 04:48:19 + Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS + From: "Craig A. Berry" + Date: Sat, 23 Mar 2002 23:23:00 -0600 + Message-Id: + Branch: perl + ! configure.com vms/vms.c +____________________________________________________________________________ +[ 15458] By: jhi on 2002/03/24 04:46:37 + Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling + From: Michael G Schwern + Date: Sat, 23 Mar 2002 21:32:32 -0500 + Message-ID: <20020324023232.GA29972@blackrider> + + (with Russ Allbery's simplifications) + Branch: perl + ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t +____________________________________________________________________________ +[ 15457] By: jhi on 2002/03/24 00:28:47 + Log: Merge Math::BigInt::Lite 0.08, from Tels. + Branch: perl + + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t + ! MANIFEST +____________________________________________________________________________ +[ 15456] By: jhi on 2002/03/24 00:23:49 + Log: Too chatty. + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 15455] By: jhi on 2002/03/24 00:21:07 + Log: Merge bignum 0.10, from Tels. + Branch: perl + + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm + + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t + + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t + + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t + + lib/bignum/t/option_a.t lib/bignum/t/option_l.t + + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm + ! MANIFEST +____________________________________________________________________________ +[ 15454] By: jhi on 2002/03/23 23:58:44 + Log: Rename the Perl 4 tests in preparation of bignum. + Branch: perl + + lib/bigfloatpl.t lib/bigintpl.t + - lib/bigfloat.t lib/bigint.t + ! MANIFEST +____________________________________________________________________________ +[ 15453] By: jhi on 2002/03/23 23:07:04 + Log: Merge Math::BigRat 0.04, from Tels. + Branch: perl + + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc + + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t + + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t + + t/lib/Math/BigRat/Test.pm + ! MANIFEST +____________________________________________________________________________ +[ 15452] By: jhi on 2002/03/23 21:44:23 + Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal + From: Dave Mitchell + Date: Sat, 23 Mar 2002 22:27:24 +0000 + Message-ID: <20020323222724.A19425@fdgroup.com> + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h +____________________________________________________________________________ +[ 15451] By: jhi on 2002/03/23 21:40:02 + Log: Forgotten. + Branch: perl + ! ext/Unicode/Normalize/README +____________________________________________________________________________ +[ 15450] By: jhi on 2002/03/23 21:00:05 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15449] By: jhi on 2002/03/23 20:44:57 + Log: Subject: perldoc -m [PATCH] + From: "John L. Allen" + Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST) + Message-ID: + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 15448] By: jhi on 2002/03/23 20:42:30 + Log: Subject: Re: Copious warnings from Sys::Syslog + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 23 Mar 2002 06:47:08 +0100 + Message-ID: + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 15447] By: jhi on 2002/03/23 20:34:43 + Log: Upgrade to Math::BigInt 1.55, from Tels. + Branch: perl + + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t + + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t + + lib/Math/BigInt/t/use_lib4.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t + ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc + ! lib/Math/BigInt/t/upgrade.t +____________________________________________________________________________ +[ 15446] By: jhi on 2002/03/23 19:50:02 + Log: Upgrade to Encode 0.97, from Dan Kogai. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL + ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL + ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm + ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL + ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL + ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t + ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t + ! ext/Encode/t/Tcl.t +____________________________________________________________________________ +[ 15445] By: jhi on 2002/03/23 17:33:08 + Log: Slight tweaks on #15443. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 15444] By: nick on 2002/03/23 17:30:42 + Log: Integrate mainline + Branch: perlio + +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL + +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL + +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm + !> (integrate 50 files) +____________________________________________________________________________ +[ 15443] By: jhi on 2002/03/23 17:30:09 + Log: Subject: patch [bleadperl]: Document %! special variable + From: mjd@plover.com + Date: 23 Mar 2002 18:25:44 -0000 + Message-ID: <20020323182544.11741.qmail@plover.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 15442] By: jhi on 2002/03/23 17:17:47 + Log: Since the Encode::JP is unsupported under EBCDIC we + cannot run this test (aliases as such should work fine). + Branch: perl + ! ext/Encode/t/Aliases.t +____________________________________________________________________________ +[ 15441] By: jhi on 2002/03/23 17:15:15 + Log: EBCDIC: the sorting order is different under + byte-EBCDIC and Unicode. + Branch: perl + ! t/op/utfhash.t +____________________________________________________________________________ +[ 15440] By: jhi on 2002/03/23 17:09:17 + Log: EBCDIC: the character codes are different. + Branch: perl + ! lib/Pod/t/pod2html-lib.pl +____________________________________________________________________________ +[ 15439] By: jhi on 2002/03/23 03:05:11 + Log: Purify: #15434 got the test the wrong. + (Is there an approved way of testing "is this an unop"?) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 15438] By: jhi on 2002/03/23 01:40:53 + Log: Purify: Array bounds read: could read one character past the end. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 15437] By: jhi on 2002/03/23 01:22:10 + Log: Purify: Array bounds read: reading one byte before the buffer. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 15436] By: jhi on 2002/03/23 01:14:24 + Log: Purify: Unitialized memory read. Too many code paths + to keep track of, I guess. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 15435] By: jhi on 2002/03/23 01:00:31 + Log: Purify: Array bounds write: pre-extend the strxfrm + buffer by a factor of four (suggested maximum by HP-UX; + Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't + know how portable that is; locale.c uses yet another trick + (not a particularly good trick, I might add)) + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 15434] By: jhi on 2002/03/23 00:48:23 + Log: Purify: Array bounds read: o->op_last was accessed + for unops (via newUNOP() and ck_eof()). + (analysis okay, patch bad: see #15439) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 15433] By: jhi on 2002/03/22 23:19:34 + Log: Subject: [PATCH] vms/test.com, File::Find tests + From: "Craig A. Berry" + Date: Fri, 22 Mar 2002 16:52:59 -0600 + Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01> + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 15432] By: jhi on 2002/03/22 23:18:44 + Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors + From: Michael G Schwern + Date: Fri, 22 Mar 2002 18:08:19 -0500 + Message-ID: <20020322230819.GB16454@blackrider> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 15431] By: jhi on 2002/03/22 21:52:56 + Log: Update the information on Encode. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15430] By: jhi on 2002/03/22 21:48:28 + Log: Upgrade to Encode 0.96, from Dan Kogai. + Branch: perl + + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL + + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL + + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.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/KR/KR.pm ext/Encode/MANIFEST + ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Internal.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t +____________________________________________________________________________ +[ 15429] By: jhi on 2002/03/22 20:52:18 + Log: Subject: [PATCH] h2xs.t fix for VMS + From: "Craig A. Berry" + Date: Fri, 22 Mar 2002 15:47:38 -0600 + Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01> + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 15428] By: jhi on 2002/03/22 20:50:42 + Log: One more pass. + Branch: perl + ! epoc/config.sh +____________________________________________________________________________ +[ 15427] By: jhi on 2002/03/22 20:46:43 + Log: Even better version from Olaf Flebbe. + Branch: perl + ! epoc/config.sh pp_sys.c util.c +____________________________________________________________________________ +[ 15426] By: jhi on 2002/03/22 20:34:28 + Log: EPOC update from Olaf Flebbe. + Branch: perl + ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c + ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c +____________________________________________________________________________ +[ 15425] By: jhi on 2002/03/22 20:03:33 + Log: Tweak from John P. Linderman. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 15424] By: jhi on 2002/03/22 17:08:36 + Log: Subject: [PATCH pod/perlfunc.pod] doc fix + From: Stas Bekman + Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT) + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 15423] By: jhi on 2002/03/22 17:06:42 + Log: Subject: [PATCH] check sysconf's return value in reentr.c + From: + Date: Fri, 22 Mar 2002 18:30:36 +0100 + Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]> + + (plus use 4k instead 2k as the "usual" size) + Branch: perl + ! reentr.c reentr.pl +____________________________________________________________________________ +[ 15422] By: jhi on 2002/03/22 15:23:38 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15421] By: jhi on 2002/03/22 15:18:30 + Log: Forgot from #15416. + Branch: perl + ! pod/perlfaq3.pod +____________________________________________________________________________ +[ 15420] By: jhi on 2002/03/22 15:15:37 + Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 22 Mar 2002 16:27:51 +0100 + Message-ID: + Branch: perl + ! pod/perlmodstyle.pod +____________________________________________________________________________ +[ 15419] By: jhi on 2002/03/22 15:14:42 + Log: metaconfig unit changes for #15418. + 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 +____________________________________________________________________________ +[ 15418] By: jhi on 2002/03/22 15:14:09 + Log: The I_CSD, I_S, and V_S had wrong recepting datatype. + Also, there's no i_stdio. + Branch: perl + ! Configure reentr.h reentr.pl +____________________________________________________________________________ +[ 15417] By: jhi on 2002/03/22 15:07:33 + Log: Document a known AIX warning. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15416] By: jhi on 2002/03/22 15:03:05 + Log: Undo #15415, allow the faq people to catch up first. + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod +____________________________________________________________________________ +[ 15415] By: jhi on 2002/03/22 13:30:38 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod +____________________________________________________________________________ +[ 15414] By: jhi on 2002/03/22 13:25:17 + Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 22 Mar 2002 15:16:19 +0100 + Message-ID: + + (plus reformat) + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15413] By: jhi on 2002/03/22 13:20:48 + Log: Integrate perlio; + + Fix [ID 20020318.003] cannot open STDOUT into in memory variable + + Check for sanity of UTF-8 keys in hashes + Branch: perl + +> t/op/utfhash.t + !> MANIFEST doio.c +____________________________________________________________________________ +[ 15412] By: nick on 2002/03/22 10:50:53 + Log: Check for sanity of UTF-8 keys in hashes + (feel free to add more tests...) + Branch: perlio + + t/op/utfhash.t + ! MANIFEST +____________________________________________________________________________ +[ 15411] By: ams on 2002/03/22 08:36:33 + Log: Revert #15200 for backwards compatiblity reasons. + Branch: perl + ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod + ! pp_ctl.c t/op/override.t +____________________________________________________________________________ +[ 15410] By: nick on 2002/03/22 07:47:41 + Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable + - when (e.g.) STDOUT is char special file and gets IoOFP + created - do _NOT_ pass num_svs as that fopen-s stringified + glob, and not fdopen-s the fd. + Branch: perlio + ! doio.c +____________________________________________________________________________ +[ 15409] By: nick on 2002/03/22 07:19:33 + Log: Integrate mainline + Branch: perlio + +> 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/lib/Encode/Alias.pm + +> ext/Encode/lib/Encode/Details.pod + +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t + +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t + +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t + +> lib/Pod/t/pod2html-lib.pl + - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t + !> (integrate 39 files) +____________________________________________________________________________ +[ 15408] By: jhi on 2002/03/22 04:09:19 + Log: Win32 tweak from mjd. + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 15407] By: jhi on 2002/03/22 04:07:13 + Log: If Unicode keys are entered to a hash, a bit is turned on. + If the bit is on, when the keys are fetched from the hash + (%h, each %h, keys %h), the Unicodified versions of the keys + are returned if needed. This solution errs on the size of + over-Unicodifying, the old solution erred on the side of + under-Unicodifying. As long as the hash keys can be a mix + of byte and Unicode strings, a perfect fit is hard to come by. + Branch: perl + ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h + ! pod/perlunicode.pod pp.c sv.h t/op/pat.t +____________________________________________________________________________ +[ 15406] By: jhi on 2002/03/22 01:21:57 + Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem + From: Mike Guy + Date: Fri, 22 Mar 2002 02:08:20 +0000 + Message-Id: + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15405] By: jhi on 2002/03/21 23:13:44 + Log: PM_SETRE() fallout. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 15404] By: jhi on 2002/03/21 22:54:42 + Log: Subject: [PATCH pod/perlxs.pod] doc fix + From: Stas Bekman + Date: Thu, 21 Mar 2002 18:47:35 +0800 + Message-ID: <3C99BA47.9010403@stason.org> + Branch: perl + ! pod/perlxs.pod +____________________________________________________________________________ +[ 15403] By: jhi on 2002/03/21 22:53:11 + Log: Subject: [PATCH] + From: Slaven Rezic + Date: 21 Mar 2002 10:19:23 +0100 + Message-ID: <87n0x2wa5g.fsf@vran.herceg.de> + + Disable gethostbyaddr_r for all 4.x FreeBSD versions. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 15402] By: jhi on 2002/03/21 22:50:19 + Log: Subject: Storable is inefficient retreiving large hashes [PATCH] + From: Tim Bunce + Date: Thu, 21 Mar 2002 21:18:05 +0000 + Message-ID: <20020321211805.E25276@dansat.data-plan.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 15401] By: jhi on 2002/03/21 20:48:52 + Log: Reword the Apache^Wmod_perl bit so that Sarathy + can sleep easier :-) + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15400] By: jhi on 2002/03/21 20:19:31 + Log: It seems that the strange failure (core dump) of + t/uni/fold.t on ithreads Solaris builds is a gcc bug: + (1) using Sun's cc helps + (2) rewriting the ithreads PM_SETRE() to do the + setting in two steps helps + (3) no other platforms have the crash + (4) Tru64's Third Degree sees nothing evil + So we implement (2). + Branch: perl + ! op.h +____________________________________________________________________________ +[ 15399] By: jhi on 2002/03/21 20:09:23 + Log: Solaris: default to the SUNwspro cc if it is available. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 15398] By: jhi on 2002/03/21 18:41:57 + Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem + does not get fixed in time. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15397] By: jhi on 2002/03/21 18:19:53 + Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP + From: Dave Mitchell + Date: Thu, 21 Mar 2002 17:24:40 +0000 + Message-ID: <20020321172440.C13683@fdgroup.com> + Branch: perl + ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h + ! pod/perlapi.pod proto.h sv.h toke.c +____________________________________________________________________________ +[ 15396] By: jhi on 2002/03/21 18:00:51 + Log: One more proto escapee. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 15395] By: jhi on 2002/03/21 17:56:57 + Log: metaconfig unit change for #15394. + Branch: metaconfig/U/perl + ! Checkcc.U +____________________________________________________________________________ +[ 15394] By: jhi on 2002/03/21 17:56:34 + Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads + From: Robin Barker + Date: Thu, 21 Mar 2002 17:35:00 GMT + Message-Id: <200203211735.RAA15135@tempest.npl.co.uk> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 15393] By: jhi on 2002/03/21 17:36:06 + Log: Subject: Re: [tests for Pod::Html] + From: Stas Bekman + Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT) + Message-ID: + Branch: perl + + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t + - t/pod2html/README + ! MANIFEST lib/Pod/t/pod2html-lib.pl +____________________________________________________________________________ +[ 15392] By: jhi on 2002/03/21 16:17:53 + Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning + From: Stas Bekman + Date: Thu, 21 Mar 2002 18:50:56 +0800 + Message-ID: <3C99BB10.50004@stason.org> + Branch: perl + ! ext/Cwd/Cwd.xs +____________________________________________________________________________ +[ 15391] By: jhi on 2002/03/21 16:16:57 + Log: Upgrade to Encode 0.95, from Dan Kogai. + Branch: perl + + 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/lib/Encode/Alias.pm + + ext/Encode/lib/Encode/Details.pod + + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t + - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t + ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST + ! ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 15390] By: jhi on 2002/03/21 14:48:35 + Log: Mention the new syslog try-harder feature. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15389] By: jhi on 2002/03/21 14:44:56 + Log: metaconfig unit changes for #15388. + 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 +____________________________________________________________________________ +[ 15388] By: jhi on 2002/03/21 14:44:09 + Log: Subject: [PATCH @15373] More HP-UX/IA64 work + From: Spider Boardman + Date: Thu, 21 Mar 2002 09:23:45 -0500 + Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> + Branch: perl + ! Configure hints/hpux.sh reentr.pl +____________________________________________________________________________ +[ 15387] By: jhi on 2002/03/21 14:37:56 + Log: NetWare diff from C Aditya. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 15386] By: jhi on 2002/03/21 14:36:05 + Log: The htmlview test doesn't work yet. + Branch: perl + + t/pod2html/README + - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t + ! MANIFEST +____________________________________________________________________________ +[ 15385] By: jhi on 2002/03/21 14:15:01 + Log: Placeholder. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 15384] By: jhi on 2002/03/21 14:03:50 + Log: Integrate perlio: missing tabs in makefile.mk. + Branch: perl + !> win32/makefile.mk +____________________________________________________________________________ +[ 15383] By: jhi on 2002/03/21 13:52:18 + Log: Subject: [tests for Pod::Html] + From: Stas Bekman + Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT) + Message-ID: + Branch: perl + + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t + + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t + + lib/Pod/t/pod2html-lib.pl + ! MANIFEST +____________________________________________________________________________ +[ 15382] By: nick on 2002/03/21 07:21:57 + Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t) + Branch: perlio + +> ext/Encode/AUTHORS ext/Encode/Changes + +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t + +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref + +> ext/I18N/Langinfo/fallback/const-c.inc + +> ext/I18N/Langinfo/fallback/const-xs.inc + +> lib/ExtUtils/t/Constant.t + - ext/Encode/Encode/euc-jp-0212.enc + - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl + - ext/Encode/t/table.euc ext/Encode/t/table.ref + - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t + !> (integrate 105 files) +____________________________________________________________________________ +[ 15381] By: nick on 2002/03/21 06:59:57 + Log: Restore tabs so dmake will parse file! + Branch: perlio + ! win32/makefile.mk +____________________________________________________________________________ +[ 15380] By: jhi on 2002/03/21 04:26:03 + Log: Upgrade to Unicode::Normalize 0.16. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm +____________________________________________________________________________ +[ 15379] By: jhi on 2002/03/21 02:59:46 + Log: Schwern's wallet is a bit more loose. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 15378] By: jhi on 2002/03/20 21:57:22 + Log: Subject: [PATCH] + From: "Paul Marquess" + Date: Wed, 20 Mar 2002 22:56:17 -0000 + Message-ID: + + packWARN also for subdirs. + Branch: perl + ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c + ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c + ! win32/win32.c +____________________________________________________________________________ +[ 15377] By: jhi on 2002/03/20 21:50:11 + Log: A plan is better. + Branch: perl + ! ext/Encode/t/CJKalias.t +____________________________________________________________________________ +[ 15376] By: jhi on 2002/03/20 21:26:09 + Log: Upgrade to Encode 0.94, from Dan Kogai. + Branch: perl + + ext/Encode/lib/Encode/Description.pod + ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm + ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm + ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm + ! ext/Encode/t/CJKalias.t +____________________________________________________________________________ +[ 15375] By: jhi on 2002/03/20 21:09:27 + Log: Rats' nest. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 15374] By: jhi on 2002/03/20 21:01:59 + Log: Rrright. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 15373] By: jhi on 2002/03/20 17:36:43 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15372] By: jhi on 2002/03/20 16:54:35 + Log: Reapply #15336. + Branch: perl + ! ext/Encode/lib/Encode/Tcl.pm +____________________________________________________________________________ +[ 15371] By: jhi on 2002/03/20 15:28:44 + Log: Upgrade to Encode 0.93, from Dan Kogai. + Branch: perl + + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t + ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm + ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST + ! ext/Encode/README ext/Encode/TW/TW.pm + ! ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Internal.pm + ! ext/Encode/lib/Encode/JP/Constants.pm + ! ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm + ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm + ! ext/Encode/lib/Encode/Tcl/Escape.pm + ! ext/Encode/lib/Encode/Tcl/Table.pm + ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm + ! ext/Encode/lib/Encode/iso10646_1.pm + ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm + ! ext/Encode/t/JP.t +____________________________________________________________________________ +[ 15370] By: jhi on 2002/03/20 15:13:42 + Log: Subject: patch for syslog + From: + Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT) + Message-ID: + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 15369] By: jhi on 2002/03/20 15:10:17 + Log: Some failure updates. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15368] By: jhi on 2002/03/20 15:02:04 + Log: Getopt::Long 2.29 from Johan Vromans. + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES +____________________________________________________________________________ +[ 15367] By: jhi on 2002/03/20 14:58:56 + Log: Rename ExtUtils.t to Constant.t, as suggested by + Nicholas Clark. + Branch: perl + + lib/ExtUtils/t/Constant.t + - lib/ExtUtils/t/ExtUtils.t + ! MANIFEST +____________________________________________________________________________ +[ 15366] By: jhi on 2002/03/20 14:56:27 + Log: Subject: [PATCH] TODO - Make Schwern Poorer + From: Nicholas Clark + Date: Tue, 19 Mar 2002 22:50:28 +0000 + Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net> + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 15365] By: jhi on 2002/03/20 14:47:15 + Log: Subject: Re: The story of O [PATCH] + From: Richard.Foley@t-online.de (Richard Foley) + Date: Sun, 17 Mar 2002 08:37:26 +0100 + Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 15364] By: jhi on 2002/03/20 14:43:11 + Log: Mention the external modules Encode::HanExtra and + PadWalker. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15363] By: jhi on 2002/03/20 14:38:23 + Log: Subject: [PATCH] List lexicals from debugger + From: Peter Scott + Date: Tue, 19 Mar 2002 12:28:52 -0800 + Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com> + Branch: perl + ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod +____________________________________________________________________________ +[ 15362] By: jhi on 2002/03/20 14:37:05 + Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan, + and :encoding(xxx) was errorneously parsed. + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 15361] By: jhi on 2002/03/20 14:34:38 + Log: Subject: [PATCH bleadperl] exec.t tweak + From: Nikola Knezevic + Date: Wed, 20 Mar 2002 01:21:40 +0100 + Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu> + + 4NT returns 2 as error-code for nonexistant file. + Branch: perl + ! t/op/exec.t +____________________________________________________________________________ +[ 15360] By: jhi on 2002/03/20 14:33:09 + Log: minor Tie::File test patch to make win32 happier, from mjd. + Branch: perl + ! lib/Tie/File/t/30_defer.t +____________________________________________________________________________ +[ 15359] By: jhi on 2002/03/20 14:31:53 + Log: Subject: [PATCH bleadperl] magic.t tweak + From: Nikola Knezevic + Date: Wed, 20 Mar 2002 00:39:16 +0100 + Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 15358] By: jhi on 2002/03/20 14:23:46 + Log: Typo fix from Andreas Koenig, plus a tweak. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15357] By: jhi on 2002/03/20 14:21:33 + Log: Sigh. The _GNU_SOURCE is needed for the struct crypt_data + in Mandrake 8.2. Now we need to figure out a way not to + unbreak Apache. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 15356] By: jhi on 2002/03/20 13:59:58 + Log: Fix for "UTF-8 bug with s///" from Hugo. + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c + ! t/op/pat.t +____________________________________________________________________________ +[ 15355] By: jhi on 2002/03/20 02:23:23 + Log: metaconfig unit change for #15354. + Branch: metaconfig + ! U/threads/usethreads.U +____________________________________________________________________________ +[ 15354] By: jhi on 2002/03/20 02:23:01 + Log: Installation updates on threads and perlio. + Branch: perl + ! Configure INSTALL +____________________________________________________________________________ +[ 15353] By: jhi on 2002/03/20 01:17:27 + Log: Tpo. + Branch: perl + ! pod/perlfaq6.pod +____________________________________________________________________________ +[ 15352] By: jhi on 2002/03/20 01:15:54 + Log: Regen modlib and toc. + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 15351] By: jhi on 2002/03/20 01:12:28 + Log: Whitespace tweaks. + Branch: perl + ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod + ! pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 15350] By: jhi on 2002/03/20 00:55:54 + Log: If it looks like UTF-8 (either nl_langinfo or locale variables), + think UTF-8, embrace your inner UTF-8, as suggested by Larry. + (And as suggested by Markus Kuhn.) + + While we are at it, document also the case of + mixed hash keys as a known potential troublemaker. + (Since it's locale-related, sometimes.) + Branch: perl + ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h + ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 15349] By: jhi on 2002/03/20 00:47:17 + Log: Surely a typo. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 15348] By: jhi on 2002/03/19 22:05:29 + Log: Take two. + Branch: perl + + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref +____________________________________________________________________________ +[ 15347] By: jhi on 2002/03/19 22:04:45 + Log: Let's try this from scratch. + Branch: perl + - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref +____________________________________________________________________________ +[ 15346] By: jhi on 2002/03/19 21:59:14 + Log: I could do this all day... + Branch: perl + ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref +____________________________________________________________________________ +[ 15345] By: jhi on 2002/03/19 21:54:20 + Log: Grrr. + Branch: perl + ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref +____________________________________________________________________________ +[ 15344] By: jhi on 2002/03/19 21:49:47 + Log: Subject: Re: Nearly OK for cygwin@15318 + From: John Peacock + Date: Tue, 19 Mar 2002 15:58:08 -0500 + Message-ID: <3C97A660.3060302@rowman.com> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 15343] By: jhi on 2002/03/19 21:47:02 + Log: Subject: Re: Nearly OK for cygwin@15318 + From: + Date: Tue, 19 Mar 2002 21:47:49 +0100 + Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]> + + Subject: Re: Nearly OK for cygwin@15318 + From: + Date: Tue, 19 Mar 2002 21:37:18 +0100 + Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]> + Branch: perl + ! pod/perlport.pod t/io/fs.t +____________________________________________________________________________ +[ 15342] By: jhi on 2002/03/19 21:41:12 + Log: D'oh. + Branch: perl + + ext/I18N/Langinfo/fallback/const-c.inc + + ext/I18N/Langinfo/fallback/const-xs.inc +____________________________________________________________________________ +[ 15341] By: jhi on 2002/03/19 21:40:49 + Log: Subject: [PATCH] proper fallback for I18N::Langinfo + From: Nicholas Clark + Date: Tue, 19 Mar 2002 22:37:08 +0000 + Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net> + + Subject: Re: [PATCH] proper fallback for I18N::Langinfo + From: Nicholas Clark + Date: Tue, 19 Mar 2002 22:39:55 +0000 + Message-ID: <20020319223954.G94831@plum.flirble.org> + Branch: perl + - ext/I18N/Langinfo/fallback.xs + ! MANIFEST +____________________________________________________________________________ +[ 15340] By: jhi on 2002/03/19 21:31:16 + Log: Text, not binary. + Branch: perl + ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref +____________________________________________________________________________ +[ 15339] By: jhi on 2002/03/19 21:26:10 + Log: Subject: Re: perl@15244 + From: "H.Merijn Brand" + Date: Mon, 18 Mar 2002 17:37:31 +0100 + Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl> + + (Goedendag: Dutch whitespace police) + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 15338] By: jhi on 2002/03/19 21:10:29 + Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7 + From: Nicholas Clark + Date: Tue, 19 Mar 2002 21:52:47 +0000 + Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> + Branch: perl + ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL + ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL + ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL + ! ext/Sys/Syslog/Makefile.PL +____________________________________________________________________________ +[ 15337] By: jhi on 2002/03/19 20:09:22 + Log: More pathname portability checks. + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 15336] By: jhi on 2002/03/19 18:41:50 + Log: Begone, Encode::Tcl::Extended. + Branch: perl + ! ext/Encode/lib/Encode/Tcl.pm +____________________________________________________________________________ +[ 15335] By: jhi on 2002/03/19 18:40:10 + Log: This is like trying to put the shaving cream + back to the can... + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 15334] By: jhi on 2002/03/19 18:31:59 + Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting + types of usleep(). Fun, fun. fun. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 15333] By: jhi on 2002/03/19 18:25:21 + Log: Sarathy's new suggestion for Linux threading flags. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 15332] By: jhi on 2002/03/19 18:23:30 + Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai. + Branch: perl + - ext/Encode/Encode/euc-jp-0212.ucm + ! MANIFEST ext/Encode/Encode/euc-jp.ucm + ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST +____________________________________________________________________________ +[ 15331] By: jhi on 2002/03/19 18:18:21 + Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles + From: Nikola Knezevic + Date: Tue, 19 Mar 2002 00:42:22 +0100 + Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu> + Branch: perl + ! win32/Makefile win32/Makefile.win64 win32/makefile.mk +____________________________________________________________________________ +[ 15330] By: jhi on 2002/03/19 18:00:48 + Log: "+" is not a valid filename character in VMS. + Branch: perl + + ext/Encode/Encode/euc-jp-0212.ucm + - ext/Encode/Encode/euc-jp+0212.ucm + ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST +____________________________________________________________________________ +[ 15329] By: jhi on 2002/03/19 15:49:12 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 15328] By: jhi on 2002/03/19 15:25:58 Log: Take away _GNU_SOURCE since that does not seem to play well with other software (like Apache),