X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1f3fdee414fb4d431b9cb66d3ce1a5affeae0f31;hb=158b3652342ca691c9e3b061a1d78456ae1a9b4a;hp=9fe022275674a745da22e908bac3e04a9c9a4fe6;hpb=ec963d87e33d509abdff4e240365f7389eb1f9f6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 9fe0222..1f3fdee 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,5463 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 16572] By: sky on 2002/05/13 12:30:35 + Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w + From: Dave Mitchell + Date: lör maj 11, 2002 12:52:27 Europe/Stockholm + Message-Id: <20020510235227.J12298@fdgroup.com> + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t + ! ext/threads/shared/t/av_refs.t + ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t + ! ext/threads/shared/t/hv_refs.t + ! ext/threads/shared/t/hv_simple.t + ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t + ! ext/threads/shared/t/semaphore.t + ! ext/threads/shared/t/shared_attr.t + ! ext/threads/shared/t/sv_refs.t + ! ext/threads/shared/t/sv_simple.t xsutils.c +____________________________________________________________________________ +[ 16571] By: nick on 2002/05/13 07:54:10 + Log: Integrate Mainline + Branch: perlio + +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm + - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm + - wince/include/cectype.h wince/include/errno.h + - wince/include/sys/types.h wince/include/sys/utime.h + - wince/include/time.h + !> (integrate 51 files) +____________________________________________________________________________ +[ 16570] By: jhi on 2002/05/13 00:46:11 + Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse + From: Michael G Schwern + Date: Sun, 12 May 2002 19:32:58 -0400 + Message-ID: <20020512233258.GK696@blackrider> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 16569] By: jhi on 2002/05/12 23:49:00 + Log: Be clean. + Branch: perl + ! Makefile.SH ext/B/t/o.t +____________________________________________________________________________ +[ 16568] By: gsar on 2002/05/12 23:34:06 + Log: change#8666 ($Config{perllibs}) apparently never got into + mainline--merge, and add other missing entries; regen + config_H.* files + Branch: perl + ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 16567] By: jhi on 2002/05/12 23:28:43 + Log: Elaborate on the exit/wait plan a bit. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 16566] By: jhi on 2002/05/12 22:26:17 + Log: Slight doc tweaks. + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 16565] By: jhi on 2002/05/12 19:56:56 + Log: OS/390: update the test results. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16564] By: jhi on 2002/05/12 19:48:40 + Log: Add threadsafety caveats. + Branch: perl + ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod +____________________________________________________________________________ +[ 16563] By: jhi on 2002/05/12 19:34:31 + Log: Update the Mac OS X situation. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16562] By: sky on 2002/05/12 19:10:27 + Log: Update todo, removing things done and adding new things. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 16561] By: jhi on 2002/05/12 19:02:24 + Log: Reword the "threads still running" cleanup message. + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 16560] By: jhi on 2002/05/12 18:39:48 + Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug. + (The manifestation: running pat.t core dumps after test 639. + Removing everything after 639 makes core go away, as does + removing everything before 640. I did say "weird". Some + sort of a memory corruption, no doubt, but no time to debug + in more detail.) + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 16559] By: sky on 2002/05/12 17:59:41 + Log: Add emulation layer for Thread/Semaphore and Thread/Queue + Branch: perl + + lib/Thread/Queue.pm lib/Thread/Semaphore.pm + - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm + ! MANIFEST +____________________________________________________________________________ +[ 16558] By: sky on 2002/05/12 17:57:51 + Log: Fixed bug where tmpsv would be null after the return of the + amagic. Now check for that and allocate the tmpsv afterwards, + this is done in all other places that use amagic. + Fixes bug when threads->unknownfunction() was called and + we coredumped on the stringification somewhere deep in the + autoloader/dynaloader something. Far to deep for me to provide + a test case. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 16557] By: jhi on 2002/05/12 15:37:40 + Log: (retracted by #16560) + EBCDIC: must protect also compile time so that + the illegal UTF-EBCDIC is not seen. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 16556] By: jhi on 2002/05/12 15:29:36 + Log: EBCDIC: make t/op/pat #242 and 243 finally succeed. + Branch: perl + ! pod/perlebcdic.pod regcomp.c +____________________________________________________________________________ +[ 16555] By: jhi on 2002/05/12 13:50:20 + Log: As suggested by Dave Mitchell, adding yield()s at + appropriate spots helps non-preemptive thread + implementations, like the GNU pth. Tested at NetBSD + by Martin Weber . + Branch: perl + ! ext/threads/t/basic.t ext/threads/t/list.t + ! ext/threads/t/thread.t +____________________________________________________________________________ +[ 16554] By: rgs on 2002/05/12 12:14:06 + Log: Subject: RE: VOS bleadperl test failure on 16539 + From: chromatic + Date: Sat, 11 May 2002 23:23:54 -0700 + Message-ID: <20020512072814.50744.qmail@onion.perl.org> + Branch: perl + ! ext/B/t/o.t +____________________________________________________________________________ +[ 16553] By: jhi on 2002/05/12 04:27:16 + Log: There's no rest for the wicked misspellers. + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 16552] By: jhi on 2002/05/12 01:38:15 + Log: Detypos (and sticking with US spelling since Dan Sugalski + wrote the original text of perlthrtut) + Branch: perl + ! ext/threads/threads.pm pod/perlthrtut.pod +____________________________________________________________________________ +[ 16551] By: jhi on 2002/05/11 22:26:38 + Log: Because of #16550 these tests would now spew + "Malformed UTF-8" in EBCDIC. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 16550] By: jhi on 2002/05/11 22:24:31 + Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC) + scripts does not apply any more. (The utf8.t needed a little + bit of relaxing to work in EBCDIC, since *both* the bytes in + subtest #30 are illegal UTF-EBCDIC, and the error message + matched is slightly different.) The utf8.t now passes. + Branch: perl + ! lib/utf8.t toke.c +____________________________________________________________________________ +[ 16549] By: jhi on 2002/05/11 21:41:11 + Log: Subject: [PATCH] a bit more for WinCE + From: "Vadim Konovalov" + Date: Sun, 12 May 2002 02:34:24 +0400 + Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad> + Branch: perl + ! wince/wince.c +____________________________________________________________________________ +[ 16548] By: jhi on 2002/05/11 19:54:43 + Log: Subject: [PATCH] for WinCE cross-build, another one + From: "Vadim Konovalov" + Date: Sun, 12 May 2002 00:02:47 +0400 + Message-ID: <004101c1f926$d36ca230$035cc3d9@vad> + Branch: perl + - wince/include/cectype.h wince/include/errno.h + - wince/include/sys/types.h wince/include/sys/utime.h + - wince/include/time.h + ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce + ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL + ! wince/wince.c +____________________________________________________________________________ +[ 16547] By: jhi on 2002/05/11 19:46:23 + Log: Explicit casts due to #16542. + Branch: perl + ! ext/B/B.xs hv.c op.c sv.c +____________________________________________________________________________ +[ 16546] By: jhi on 2002/05/11 19:35:54 + Log: Upgrade to Test::Harness 2.21. + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 16545] By: jhi on 2002/05/11 19:04:39 + Log: Upgrade to Net::Ping 2.18 (no core-relevant changes, + but keep up with the $VERSION) + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README +____________________________________________________________________________ +[ 16544] By: jhi on 2002/05/11 18:45:30 + Log: metaconfig unit change for #16543. + Branch: metaconfig + ! U/threads/usethreads.U +____________________________________________________________________________ +[ 16543] By: jhi on 2002/05/11 18:43:58 + Log: Subject: [PATCH] updated threads docs + From: Dave Mitchell + Date: Sat, 11 May 2002 20:00:51 +0100 + Message-ID: <20020511200050.D14841@fdgroup.com> + Branch: perl + ! Configure README.threads pod/perlothrtut.pod + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 16542] By: jhi on 2002/05/11 17:06:19 + Log: Subject: unsigned char hashes (Re: perl@16539) + From: Nicholas Clark + Date: Sat, 11 May 2002 17:54:44 +0100 + Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net> + + Be explicitly unsigned char in the hash calculation. + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 16541] By: nick on 2002/05/11 08:21:00 + Log: Integrate mainline + Branch: perlio + +> ext/B/t/o.t + !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t + !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h + !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness +____________________________________________________________________________ +[ 16540] By: jhi on 2002/05/10 16:45:53 + Log: Subject: more os x test output cosmetics + From: Kay Röpke + Date: Fri, 10 May 2002 14:07:34 +0200 + Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de> + Branch: perl + ! ext/DB_File/t/db-btree.t +____________________________________________________________________________ +[ 16539] By: jhi on 2002/05/10 15:16:44 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16538] By: jhi on 2002/05/10 15:08:51 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 16537] By: jhi on 2002/05/10 15:06:52 + Log: Move pod, add $VERSION. + Branch: perl + ! ext/threads/shared/queue.pm +____________________________________________________________________________ +[ 16536] By: jhi on 2002/05/10 14:42:10 + Log: Unused variables. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16535] By: jhi on 2002/05/10 13:52:34 + Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O + From: chromatic + Date: Fri, 10 May 2002 07:43:25 -0700 + Message-ID: <20020510144325.26245.qmail@firewheel> + Branch: perl + + ext/B/t/o.t + ! MANIFEST +____________________________________________________________________________ +[ 16534] By: jhi on 2002/05/10 13:48:10 + Log: Don't do JAPHs unless doing "make torturetest". + Document the less obvious make test targets. + Branch: perl + ! Makefile.SH pod/perlhack.pod t/TEST t/harness +____________________________________________________________________________ +[ 16533] By: nick on 2002/05/10 06:02:58 + Log: Integrate mainline + Branch: perlio + !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs + !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README + !> ext/Storable/Storable.pm ext/Storable/Storable.xs + !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs + !> ext/threads/shared/t/cond.t ext/threads/threads.xs + !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod + !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t + !> t/run/fresh_perl.t util.c +____________________________________________________________________________ +[ 16532] By: jhi on 2002/05/10 03:38:40 + Log: Subject: [PATCH] format and other warnings + From: Robin Barker + Date: Thu, 9 May 2002 18:27:30 +0100 (BST) + Message-Id: <200205091727.SAA22792@tempest.npl.co.uk> + Branch: perl + ! Porting/pumpkin.pod ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs + ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16531] By: jhi on 2002/05/10 03:26:11 + Log: Move the noisy tie core dump test to fresh_perl from op/tie. + Branch: perl + ! t/op/tie.t t/run/fresh_perl.t +____________________________________________________________________________ +[ 16530] By: jhi on 2002/05/10 03:23:17 + Log: Subject: Re: [PATCH] Re: perl@16433 + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 09 May 2002 16:24:59 -0700 + Message-ID: + Branch: perl + ! t/op/tie.t +____________________________________________________________________________ +[ 16529] By: jhi on 2002/05/09 21:39:04 + Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs + From: Dave Mitchell + Date: Thu, 9 May 2002 17:18:42 +0100 + Message-ID: <20020509171842.C9836@fdgroup.com> + Branch: perl + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 16528] By: nick on 2002/05/09 16:40:39 + Log: Integrate maint branch io (pipe) fixes. + Branch: perl + !> doio.c pp_sys.c util.c +____________________________________________________________________________ +[ 16527] By: jhi on 2002/05/09 14:09:00 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq4.pod +____________________________________________________________________________ +[ 16526] By: jhi on 2002/05/09 14:06:53 + Log: metaconfig unit changes for #16525, plus extra linting. + Branch: metaconfig + ! U/compline/ptrsize.U U/protos/Protochk.U + ! 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 +____________________________________________________________________________ +[ 16525] By: jhi on 2002/05/09 14:06:11 + Log: metaconfig unit linting. + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 16524] By: jhi on 2002/05/09 13:49:01 + Log: metaconfig unit changes for #16523. + Branch: metaconfig + ! U/compline/ptrsize.U + Branch: metaconfig/U/perl + ! use64bits.U +____________________________________________________________________________ +[ 16523] By: jhi on 2002/05/09 13:48:20 + Log: ptrsize should depend on use64bitall, not the other + way round, noticed by Karl Tomlinson . + Branch: perl + ! Configure +____________________________________________________________________________ +[ 16522] By: jhi on 2002/05/09 13:07:58 + Log: Integrate #16510 from macperl; + + Tell IO.xs that MacOS sometimes doesn't need extra help + Branch: perl + !> ext/IO/IO.xs +____________________________________________________________________________ +[ 16521] By: ams on 2002/05/09 12:42:12 + Log: Subject: Re: Storable doc patches + From: "Philip Newton" + Date: Thu, 9 May 2002 14:32:29 +0200 + Message-Id: + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16520] By: rgs on 2002/05/09 11:43:12 + Log: cmp() compares chars, not bytes. + Branch: perl + ! pod/perllocale.pod +____________________________________________________________________________ +[ 16519] By: rgs on 2002/05/09 10:19:04 + Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 16518] By: ams on 2002/05/09 09:04:31 + Log: Subject: Storable doc patches + From: Philip Newton + Date: Thu, 09 May 2002 12:00:45 +0200 + Message-Id: + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16517] By: ams on 2002/05/09 08:53:50 + Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433) + From: Philip Newton + Date: Thu, 09 May 2002 11:16:06 +0200 + Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com> + Branch: perl + ! ext/Storable/README +____________________________________________________________________________ +[ 16516] By: nick on 2002/05/09 08:13:39 + Log: Integrate mainline + Branch: perlio + !> pod/perlxstut.pod +____________________________________________________________________________ +[ 16515] By: nick on 2002/05/09 07:29:53 + Log: Integrate mainline + Branch: perlio + !> (integrate 27 files) +____________________________________________________________________________ +[ 16514] By: ams on 2002/05/09 06:50:24 + Log: Subject: [Patch] perlxstut.pod + From: lupe@lupe-christoph.de (Lupe Christoph) + Date: Thu, 9 May 2002 09:42:02 +0200 + Message-Id: <20020509074202.GJ1087@lupe-christoph.de> + (Applied with tweaks.) + Branch: perl + ! pod/perlxstut.pod +____________________________________________________________________________ +[ 16513] By: ams on 2002/05/09 06:04:47 + Log: Subject: [Patch] perlapio.pod + From: lupe@lupe-christoph.de (Lupe Christoph) + Date: Thu, 9 May 2002 09:01:50 +0200 + Message-Id: <20020509070150.GI1087@lupe-christoph.de> + (Applied with tweaks.) + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 16512] By: pudge on 2002/05/09 03:44:21 + Log: Integrate from macperl + Branch: maint-5.6/macperl + !> macos/macperl/MPConsole.cp +____________________________________________________________________________ +[ 16511] By: pudge on 2002/05/09 03:34:14 + Log: Make interrupt act as end of file, MacPerl Bug #542154 + Branch: macperl + ! macos/macperl/MPConsole.cp +____________________________________________________________________________ +[ 16510] By: pudge on 2002/05/09 03:33:34 + Log: Tell IO.xs that MacOS sometimes doesn't need extra help + Branch: macperl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 16509] By: pudge on 2002/05/09 03:32:47 + Log: Make perlio (!sfio) work on MacOS + Branch: macperl + ! macos/config.h macos/config.sh macos/macish.c +____________________________________________________________________________ +[ 16508] By: gsar on 2002/05/09 00:24:00 + Log: integrate maint-5.6/macperl contents + Branch: maint-5.6/perl + !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm + !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl + !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c +____________________________________________________________________________ +[ 16507] By: jhi on 2002/05/08 23:48:12 + Log: Rework #16506 some more. + Branch: perl + ! ext/Time/HiRes/HiRes.xs win32/win32.c +____________________________________________________________________________ +[ 16506] By: jhi on 2002/05/08 23:20:29 + Log: Rework #16503 a bit to keep all the HiRes implementation + in one place, assuming we want to re-CPAN Time::HiRes at + some point. + Branch: perl + ! ext/Time/HiRes/HiRes.xs win32/win32.c +____________________________________________________________________________ +[ 16505] By: jhi on 2002/05/08 22:52:17 + Log: metaconfig unit change for #16504. + Branch: metaconfig + ! U/modified/Cppsym.U +____________________________________________________________________________ +[ 16504] By: jhi on 2002/05/08 22:51:54 + Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph) + From: Pixel + Date: 08 May 2002 18:19:51 +0200 + Message-Id: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 16503] By: gsar on 2002/05/08 22:49:33 + Log: make the gettimeofday() implementation in Time::HiRes available + from perl + Branch: perl + ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h + ! win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 16502] By: jhi on 2002/05/08 22:41:42 + Log: Subject: Test output update for OS X 10.1.4 + From: Kay Röpke + Date: Wed, 8 May 2002 22:23:36 +0200 + Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de> + Branch: perl + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 16501] By: jhi on 2002/05/08 22:39:11 + Log: Subject: [PATCH] Re: perl@16433 + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 07 May 2002 18:40:44 -0700 + Message-ID: + + Subject: Re: [PATCH] Re: perl@16433 + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 08 May 2002 10:16:42 -0700 + Message-ID: <61V28gzkg+jG092yn@efn.org> + Branch: perl + ! pp_sys.c sv.c t/op/tie.t +____________________________________________________________________________ +[ 16500] By: jhi on 2002/05/08 22:25:01 + Log: Subject: [DOC PATCH] Minor threads::shared nits + From: Simon Glover + Date: Wed, 8 May 2002 17:23:16 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 16499] By: jhi on 2002/05/08 22:22:30 + Log: Subject: [DOC PATCH] perlthrtut proofreading + From: Simon Glover + Date: Wed, 8 May 2002 14:00:13 -0400 (EDT) + Message-ID: + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 16498] By: jhi on 2002/05/08 22:19:45 + Log: Deprecate 5.005threads. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16497] By: jhi on 2002/05/08 22:11:21 + Log: Integrate perlio; + + PerlIO/XS interface routine and doc updates from + lupe@lupe-christoph.de (Lupe Christoph) in mail + Subject: [For Review] Patch for perlio.c and pods + Message-Id: <20020505084315.GA23900@lupe-christoph.de> + Date: Sun, 5 May 2002 10:43:15 +0200 + (Minor tweaks to follow.) + + Portability and doc tweaks to PerlIO/XS stuff. + We are still "papering over the cracks" a bit, + but now it is good stiff card held on with epoxy. + Branch: perl + !> perlio.c pod/perlapio.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 16496] By: nick on 2002/05/08 19:08:43 + Log: Portability and doc tweaks to PerlIO/XS stuff. + We are still "papering over the cracks" a bit, + but now it is good stiff card held on with epoxy. + Branch: perlio + ! perlio.c pod/perlapio.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 16495] By: nick on 2002/05/08 17:56:43 + Log: PerlIO/XS interface routine and doc updates from + lupe@lupe-christoph.de (Lupe Christoph) in mail + Subject: [For Review] Patch for perlio.c and pods + Message-Id: <20020505084315.GA23900@lupe-christoph.de> + Date: Sun, 5 May 2002 10:43:15 +0200 + (Minor tweaks to follow.) + Branch: perlio + ! perlio.c pod/perlapio.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 16494] By: nick on 2002/05/08 17:40:34 + Log: Integrate mainline + Branch: perlio + !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c + !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t + !> lib/fields.t lib/locale.t makedef.pl patchlevel.h + !> t/run/fresh_perl.t +____________________________________________________________________________ +[ 16493] By: jhi on 2002/05/08 14:25:31 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16492] By: gsar on 2002/05/08 14:00:54 + Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms; + don't unlink /dev/null + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16491] By: jhi on 2002/05/08 13:59:16 + Log: Integrate perlio; + + Avoid pointless re-encode of data in :encoding's read buffer + on a close + Branch: perl + !> ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16490] By: jhi on 2002/05/08 13:55:05 + Log: The base.pm changes need this, too? + Branch: perl + ! lib/diagnostics.t +____________________________________________________________________________ +[ 16489] By: gsar on 2002/05/08 13:33:41 + Log: fix p4genpatch breakage (missing slash in patch headers) + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16488] By: jhi on 2002/05/08 13:24:15 + Log: Integrate #14679 from macperl; + + Skip layer symbols for sfio + Branch: perl + !> makedef.pl +____________________________________________________________________________ +[ 16487] By: nick on 2002/05/08 13:12:47 + Log: Avoid pointless re-encode of data in :encoding's read buffer + on a close + Branch: perlio + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16486] By: jhi on 2002/05/08 13:09:24 + Log: Integrate #16481 from macperl; + + p4genpatch Mac OS fixes (paths, utime) + Branch: perl + !> Porting/p4genpatch +____________________________________________________________________________ +[ 16485] By: jhi on 2002/05/08 13:06:30 + Log: Storable doc tweaks. + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16484] By: jhi on 2002/05/08 12:57:32 + Log: Subject: Re: [PATCH] use base Notexists + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Wed, 08 May 2002 15:57:53 +0200 + Message-ID: + Branch: perl + ! lib/base.pm lib/fields.t +____________________________________________________________________________ +[ 16483] By: jhi on 2002/05/08 12:44:46 + Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null + From: Borsenkow Andrej + Date: Wed, 8 May 2002 10:47:51 +0400 + Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru> + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 16482] By: jhi on 2002/05/08 12:41:51 + Log: Document how even "ASCII" locales can have problems + if \w includes some of the regex metacharacters. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 16481] By: pudge on 2002/05/08 12:31:12 + Log: p4genpatch Mac OS fixes (paths, utime) + Branch: macperl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16480] By: jhi on 2002/05/08 12:30:53 + Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support + From: Borsenkow Andrej + Date: Wed, 8 May 2002 10:33:14 +0400 + Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru> + Branch: perl + ! ext/File/Glob/bsd_glob.c +____________________________________________________________________________ +[ 16479] By: pudge on 2002/05/08 12:30:41 + Log: Skip layer symbols for sfio + Branch: macperl + ! makedef.pl +____________________________________________________________________________ +[ 16478] By: jhi on 2002/05/08 12:25:04 + Log: Bump up the Storable $VERSION to 2.0. + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16477] By: nick on 2002/05/08 06:21:18 + Log: Integrate mainline - win2k, MinGW all tests pass :-) + Branch: perlio + !> (integrate 36 files) +____________________________________________________________________________ +[ 16476] By: pudge on 2002/05/08 04:34:12 + Log: Oops, add back + Branch: macperl + + macos/MacPerlTests.cmd +____________________________________________________________________________ +[ 16475] By: pudge on 2002/05/08 04:31:10 + Log: Integrate with perl + Branch: macperl + +> Porting/p4genpatch ext/Digest/MD5/README + +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t + +> ext/threads/shared/semaphore.pm + +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm + +> t/comp/hints.t vos/compile_full_perl.cm + +> vos/configure_full_perl.sh vos/make_full_perl.sh + +> wince/compile.bat wince/win32io.c + - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t + - macos/MacPerlTests.cmd wince/config.h wince/perldll.def + !> (integrate 206 files) +____________________________________________________________________________ +[ 16474] By: pudge on 2002/05/08 04:00:04 + Log: Update README (integrate from macperl) + Branch: maint-5.6/macperl + !> README.macos +____________________________________________________________________________ +[ 16473] By: pudge on 2002/05/08 03:52:28 + Log: Various syncs from macperl/ -> maint-5.6/macperl/ + File::Copy, File::Spec updates + Test script modifications + pp_require path bugfixes + Branch: maint-5.6/macperl + ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx + ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c +____________________________________________________________________________ +[ 16472] By: pudge on 2002/05/08 03:51:06 + Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331 + Branch: macperl + ! macos/macperl/MacPerl.podhelp + Branch: maint-5.6/macperl + ! macos/macperl/MacPerl.podhelp +____________________________________________________________________________ +[ 16471] By: pudge on 2002/05/08 03:50:25 + Log: Reset Mac::err flag in app, MacPerl Bug #546065 + Branch: macperl + ! macos/macperl/MPScript.c + Branch: maint-5.6/macperl + ! macos/macperl/MPScript.c +____________________________________________________________________________ +[ 16470] By: pudge on 2002/05/08 03:49:32 + Log: Fix for some module install paths, MacPerl Bug #549611 + Branch: macperl + ! macos/macperl/Droplets/installme.plx + ! macos/macperl/Droplets/untarzipme.plx + Branch: maint-5.6/macperl + ! macos/macperl/Droplets/installme.plx + ! macos/macperl/Droplets/untarzipme.plx +____________________________________________________________________________ +[ 16469] By: pudge on 2002/05/08 03:48:53 + Log: Stupid Mac::OSA::Simple bugs + Branch: macperl + ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx + Branch: maint-5.6/macperl + ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx +____________________________________________________________________________ +[ 16468] By: pudge on 2002/05/08 03:48:15 + Log: Various BuildTools fixes, MacPerl Bug #545341 + Branch: macperl + ! macos/lib/Mac/BuildTools.pm + Branch: maint-5.6/macperl + ! macos/lib/Mac/BuildTools.pm +____________________________________________________________________________ +[ 16467] By: pudge on 2002/05/08 03:47:26 + Log: MM_MacOS has been moved from macos/lib/ to lib/ + Branch: macperl + - macos/lib/ExtUtils/MM_MacOS.pm +____________________________________________________________________________ +[ 16466] By: pudge on 2002/05/08 03:46:24 + Log: Oops, add Digest::MD5 Makefile.mk back in + Branch: macperl + + macos/bundled_ext/Digest/MD5/Makefile.mk +____________________________________________________________________________ +[ 16465] By: pudge on 2002/05/08 03:45:47 + Log: Allow focus of first item, MacPerl Bug #529102 + Branch: macperl + ! macos/ext/Mac/Windows/Windows.pm + Branch: maint-5.6/macperl + ! macos/ext/Mac/Windows/Windows.pm +____________________________________________________________________________ +[ 16464] By: pudge on 2002/05/08 03:43:39 + Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108 + Branch: macperl + ! macos/lib/Mac/Glue.pm + Branch: maint-5.6/macperl + ! macos/lib/Mac/Glue.pm +____________________________________________________________________________ +[ 16463] By: gsar on 2002/05/08 01:34:45 + Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 16462] By: gsar on 2002/05/08 00:46:34 + Log: aTHX may be empty + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 16461] By: gsar on 2002/05/08 00:32:47 + Log: 5005threads builds again on windows + Branch: perl + ! win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 16460] By: gsar on 2002/05/07 23:42:42 + Log: fixes for various warnings identified by Visual C++ + Branch: perl + ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs + ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 16459] By: gsar on 2002/05/07 23:42:11 + Log: keep paths consistently slashed on windows + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 16458] By: gsar on 2002/05/07 22:33:20 + Log: integrate makefile.mk changes into Makefile + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 16457] By: jhi on 2002/05/07 22:26:38 + Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433) + From: Nicholas Clark + Date: Tue, 7 May 2002 23:26:01 +0100 + Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/MANIFEST ext/Storable/Makefile.PL + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16456] By: jhi on 2002/05/07 22:24:59 + Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks + From: Dave Mitchell + Date: Wed, 8 May 2002 00:11:02 +0100 + Message-ID: <20020508001102.D4118@fdgroup.com> + Branch: perl + ! pp_hot.c scope.c +____________________________________________________________________________ +[ 16455] By: jhi on 2002/05/07 22:23:34 + Log: Subject: [PATCH pp_hot.c V.2] correctly unlocalise exists on tied/%ENV + From: Dave Mitchell + Date: Tue, 7 May 2002 23:13:10 +0100 + Message-ID: <20020507231310.B4118@fdgroup.com> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 16454] By: sky on 2002/05/07 21:18:44 + Log: Documentation of async + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 16453] By: sky on 2002/05/07 21:16:28 + Log: Documentation added. + Branch: perl + ! ext/threads/shared/semaphore.pm +____________________________________________________________________________ +[ 16452] By: sky on 2002/05/07 21:15:34 + Log: Add support for async. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 16451] By: sky on 2002/05/07 21:01:47 + Log: Add documentation. + Branch: perl + ! ext/threads/shared/queue.pm +____________________________________________________________________________ +[ 16450] By: sky on 2002/05/07 20:24:08 + Log: Fix bad assumptions in test case. + a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination + b) $var++ is not atomic + c) the creating of the string to print and the actuall printing + could be preempted by another thread + Branch: perl + ! ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16449] By: jhi on 2002/05/07 19:17:41 + Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64 + From: "H.Merijn Brand" + Date: Tue, 07 May 2002 19:41:03 +0200 + Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl> + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 16448] By: jhi on 2002/05/07 19:16:00 + Log: Upgrade to Encode 1.71. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 16447] By: nick on 2002/05/07 18:39:47 + Log: Integrate mainline + Branch: perlio + !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs + !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm + !> lib/User/pwent.t +____________________________________________________________________________ +[ 16446] By: jhi on 2002/05/07 14:34:01 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 16445] By: jhi on 2002/05/07 14:14:28 + Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings + From: Robin Barker + Date: Tue, 7 May 2002 16:13:34 +0100 (BST) + Message-Id: <200205071513.QAA05846@tempest.npl.co.uk> + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16444] By: jhi on 2002/05/07 13:57:25 + Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin + From: Michael A Chase + Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time) + Message-Id: + + (plus add what POSIX says) + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 16443] By: jhi on 2002/05/07 13:50:35 + Log: Subject: Re: lib/User/pwent.t on Cygwin + From: John Peacock + Date: Mon, 06 May 2002 10:14:21 -0400 + Message-ID: <3CD68FBD.8020502@rowman.com> + Branch: perl + ! lib/User/pwent.t +____________________________________________________________________________ +[ 16442] By: jhi on 2002/05/07 12:50:26 + Log: Subject: [PATCH] Storable (Re: perl@16433) + From: Radu Greab + Date: Tue, 7 May 2002 11:37:03 +0300 + Message-ID: <15575.37423.446700.9930@ix.netsoft.ro> + + Subject: Re: [PATCH] Storable (Re: perl@16433) + From: Radu Greab + Date: Tue, 7 May 2002 12:49:24 +0300 + Message-ID: <15575.41764.744956.7193@ix.netsoft.ro> + + Plug the Storable memory leaks. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16441] By: jhi on 2002/05/07 12:48:30 + Log: Upgrade to CPAN 1.61. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 16440] By: nick on 2002/05/07 07:07:58 + Log: Integrate mainline + Branch: perlio + +> Porting/p4genpatch vos/compile_full_perl.cm + +> vos/configure_full_perl.sh vos/make_full_perl.sh + +> wince/compile.bat wince/win32io.c + - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def + !> (integrate 74 files) +____________________________________________________________________________ +[ 16439] By: jhi on 2002/05/07 02:49:47 + Log: Document the bad behaviour of for(1..5){$_++} + (it works but it should fail) + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16438] By: jhi on 2002/05/07 00:14:12 + Log: README.ko update from Jungshik Shin. + Branch: perl + ! README.ko +____________________________________________________________________________ +[ 16437] By: jhi on 2002/05/06 22:38:26 + Log: Subject: Re: perl@16433 + From: Nicholas Clark + Date: Tue, 7 May 2002 00:21:46 +0100 + Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16436] By: jhi on 2002/05/06 21:05:20 + Log: Subject: two and a half steps further for WinCE cross-build + From: "Vadim Konovalov" + Date: Mon, 6 May 2002 23:54:24 +0400 + Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad> + Branch: perl + - wince/config.h + ! MANIFEST configpm wince/Makefile.ce wince/README.compile +____________________________________________________________________________ +[ 16435] By: jhi on 2002/05/06 15:30:29 + Log: Detypo. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16434] By: jhi on 2002/05/06 15:29:58 + Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV + From: Dave Mitchell + Date: Mon, 6 May 2002 17:17:00 +0100 + Message-ID: <20020506171700.A256@fdgroup.com> + Branch: perl + ! pod/perldelta.pod t/op/local.t +____________________________________________________________________________ +[ 16433] By: jhi on 2002/05/06 13:38:56 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16432] By: jhi on 2002/05/06 13:29:22 + Log: Add a test for #16431, and document Dave's campaign + against localised hash element bugs. + Branch: perl + ! pod/perldelta.pod t/op/tie.t +____________________________________________________________________________ +[ 16431] By: jhi on 2002/05/06 13:13:00 + Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV + From: Dave Mitchell + Date: Sat, 4 May 2002 00:34:18 +0100 + Message-ID: <20020504003418.F22026@fdgroup.com> + Branch: perl + ! pp_hot.c t/op/local.t +____________________________________________________________________________ +[ 16430] By: jhi on 2002/05/06 12:39:31 + Log: Regen uconfig.h. + Branch: perl + ! uconfig.h +____________________________________________________________________________ +[ 16429] By: jhi on 2002/05/06 12:18:23 + Log: Unfortunately AmigaOS has been broken since 11423 + and is unlikely to get fixed in time for 5.8.0. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16428] By: jhi on 2002/05/06 12:12:59 + Log: Ultimate discouragement for the old tools, from Andreas. + Branch: perl + - Porting/p4d2p Porting/p4desc + ! MANIFEST Porting/repository.pod +____________________________________________________________________________ +[ 16427] By: jhi on 2002/05/06 12:01:36 + Log: Upgrade to Digest::MD5 2.20. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t +____________________________________________________________________________ +[ 16426] By: ams on 2002/05/06 09:48:42 + Log: Subject: [Encode] 1.70 released + From: Dan Kogai + Date: Mon, 6 May 2002 19:36:15 +0900 + Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp> + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 16425] By: ams on 2002/05/06 09:40:42 + Log: Subject: [PATCH] PerlIO::Via reference + From: Gisle Aas + Date: 05 May 2002 22:50:23 -0700 + Message-Id: + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 16424] By: ams on 2002/05/06 09:37:58 + Log: Subject: [PATCH] Term/Complete.pm: quote metachars + From: Brendan O'Dea + Date: Mon, 6 May 2002 14:04:48 +1000 + Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au> + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 16423] By: gsar on 2002/05/06 05:25:59 + Log: p4genpatch: avoid stderr noise during adds + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16422] By: jhi on 2002/05/06 02:16:31 + Log: Subject: [PATCH] Fixup VOS builds of miniperl + From: Paul_GreenVOS@vos.stratus.com + Date: Sun, 5 May 02 23:11 edt + Message-Id: <200205060311.XAA12996@mailhub1.stratus.com> + Branch: perl + ! vos/build.cm vos/compile_perl.cm vos/perl.bind +____________________________________________________________________________ +[ 16421] By: jhi on 2002/05/06 01:09:24 + Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer + From: Radu Greab + Date: Mon, 6 May 2002 04:23:10 +0300 + Message-ID: <15573.56062.264379.981864@ix.netsoft.ro> + Branch: perl + ! pp_sys.c t/op/exec.t +____________________________________________________________________________ +[ 16420] By: jhi on 2002/05/05 22:35:58 + Log: Further comment tweak, to agree with perlxs.pod. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 16419] By: jhi on 2002/05/05 22:15:48 + Log: Subject: [PATCH] Update README.vos and release vos build macros + From: Paul_GreenVOS@vos.stratus.com + Date: Sun, 5 May 02 17:15 edt + Message-Id: <200205052114.RAA26329@mailhub2.stratus.com> + To: perl5-porters@perl.org + Branch: perl + + vos/compile_full_perl.cm vos/configure_full_perl.sh + + vos/make_full_perl.sh + ! MANIFEST README.vos vos/Changes +____________________________________________________________________________ +[ 16418] By: jhi on 2002/05/05 22:09:27 + Log: Retract MM_NW5.pm part of #16371, at the request + of Michael Schwern. + Branch: perl + ! lib/ExtUtils/MM_NW5.pm +____________________________________________________________________________ +[ 16417] By: jhi on 2002/05/05 17:57:04 + Log: Comment tweaks. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 16416] By: gsar on 2002/05/05 17:00:33 + Log: a few more p4genpatch fixes: + + don't assume previous revision exists, let p4 compute it from + the one-less-change number instead + + the time part in timestamps were always 00:00:00; fix by + fetching metadata via "p4 fsync" rather than "p4 filelog" + + quote all file names used in external commands to make them + them work when there are spaces in those file names + + looks production worthy now :) + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16415] By: jhi on 2002/05/05 15:51:01 + Log: The #16401 was far from enough, and mostly in a wrong direction. + The right thing to do would be to convert Storable into using + the new MY_CXT scheme (no static data, and memory management + using SVs). + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16414] By: gsar on 2002/05/05 08:41:22 + Log: p4genpatch diffs against depot files from //depot/perl when called + with -b //depot/maint-5.6/perl + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16413] By: gsar on 2002/05/05 07:50:53 + Log: p4genpatch: current directory may not be writable, so don't + create temp files there + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16412] By: gsar on 2002/05/05 07:34:33 + Log: p4genpatch now works on windows + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16411] By: gsar on 2002/05/05 07:16:37 + Log: p4genpatch: tweak from Andreas to strip leading portion of + path specified in -b (so patch can be applied with "patch -p1") + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16410] By: jhi on 2002/05/05 03:04:56 + Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent + From: PPrymmer@factset.com + Date: Fri, 3 May 2002 14:52:12 -0400 + Message-ID: + Branch: perl + ! t/op/pwent.t +____________________________________________________________________________ +[ 16409] By: jhi on 2002/05/05 01:53:24 + Log: Upgrade to Net::Ping 2.17. + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README +____________________________________________________________________________ +[ 16408] By: jhi on 2002/05/05 01:38:39 + Log: Upgrade to Getopt::Long 2.31. + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 16407] By: jhi on 2002/05/05 01:05:17 + Log: Subject: Re: Cross-compiling as of WinCE + From: "Vadim Konovalov" + Date: Sat, 4 May 2002 03:49:11 +0400 + Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad> + Branch: perl + + wince/compile.bat wince/win32io.c + - wince/perldll.def + ! MANIFEST configpm makedef.pl wince/Makefile.ce + ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce + ! wince/config_h.PL wince/wince.c +____________________________________________________________________________ +[ 16406] By: jhi on 2002/05/05 00:23:16 + Log: The loclibpth is always set by Configure. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 16405] By: jhi on 2002/05/05 00:13:04 + Log: Subject: Re: [Unicode::Collate] UCA Version number + From: SADAHIRO Tomoyuki + Date: Sun, 05 May 2002 10:07:57 +0900 + Message-Id: <20020505095942.3BEF.BQW10602@nifty.com> + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 16404] By: rgs on 2002/05/04 19:35:13 + Log: Subject: [PATCH sv.c] delete inaccurate comment + From: Dave Mitchell + Date: Fri, 3 May 2002 21:17:00 +0100 + Message-ID: <20020503211700.C22026@fdgroup.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 16403] By: jhi on 2002/05/04 19:02:56 + Log: Solaris: show what 'that' is. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 16402] By: rgs on 2002/05/04 18:25:25 + Log: Syntax fix. + Branch: perl + ! t/op/arith.t +____________________________________________________________________________ +[ 16401] By: jhi on 2002/05/04 18:25:01 + Log: (retracted by #16415) Storable: try to free what we allocated. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16400] By: jhi on 2002/05/04 17:15:10 + Log: UNICOS: division is really sloppy. + Branch: perl + ! t/op/arith.t +____________________________________________________________________________ +[ 16399] By: jhi on 2002/05/04 17:00:58 + Log: Subject: fix t/io/fs.t for VOS + From: Paul_GreenVOS@vos.stratus.com + Date: Sat, 4 May 02 14:01 edt + Message-Id: <200205041801.OAA13071@mailhub1.stratus.com> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 16398] By: jhi on 2002/05/04 16:57:05 + Log: Subject: [Unicode::Collate] UCA Version number + From: SADAHIRO Tomoyuki + Date: Sat, 04 May 2002 16:07:07 +0900 + Message-Id: <20020504160547.D7E0.BQW10602@nifty.com> + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 16397] By: jhi on 2002/05/04 16:54:40 + Log: Subject: [PATCH lib/overload.pm] "\"\"" + From: Michael G Schwern + Date: Sat, 4 May 2002 13:17:44 -0400 + Message-ID: <20020504171743.GD640@blackrider> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 16396] By: jhi on 2002/05/04 16:32:45 + Log: Add the EBCDIC test data to downgrade.t. + Branch: perl + ! ext/Storable/t/downgrade.t +____________________________________________________________________________ +[ 16395] By: jhi on 2002/05/04 16:25:37 + Log: EBCDIC tweak. + Branch: perl + ! ext/Storable/t/utf8hash.t +____________________________________________________________________________ +[ 16394] By: jhi on 2002/05/04 16:09:15 + Log: Allow p4genpatch to use diff programs other than 'diff'. + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 16393] By: jhi on 2002/05/04 16:03:56 + Log: Add p4genpatch from Andreas; obsoletes both + p4d2p and p4desc. + Branch: perl + + Porting/p4genpatch + ! MANIFEST Porting/makerel +____________________________________________________________________________ +[ 16392] By: jhi on 2002/05/04 15:58:53 + Log: Upgrade to Encode 1.69. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode/Makefile_PL.e2x + ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 16391] By: jhi on 2002/05/04 15:51:52 + Log: Subject: [PATCH INSTALL] - remove binary compatibility claims + From: Dave Mitchell + Date: Sat, 4 May 2002 16:09:26 +0100 + Message-ID: <20020504160926.A24990@fdgroup.com> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 16390] By: jhi on 2002/05/04 15:47:49 + Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8 + From: Nicholas Clark + Date: Sat, 4 May 2002 12:38:58 +0100 + Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net> + Branch: perl + ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 16389] By: jhi on 2002/05/04 15:40:26 + Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8 + From: Nicholas Clark + Date: Sat, 4 May 2002 00:30:43 +0100 + Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net> + Branch: perl + ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 16388] By: jhi on 2002/05/04 15:28:56 + Log: Doc tweak from Elizabeth Mattijsen. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 16387] By: rgs on 2002/05/04 13:29:33 + Log: Subject: [PATCH] channames.pm doc tweaks + From: Tatsuhiko Miyagawa + Date: Sat, 04 May 2002 11:45:18 +0900 + Message-ID: <86it64d41t.wl@mail.edge.co.jp> + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 16386] By: rgs on 2002/05/04 13:22:41 + Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks + From: Dave Mitchell + Date: Fri, 3 May 2002 23:51:10 +0100 + Message-ID: <20020503235110.E22026@fdgroup.com> + Branch: perl + ! pp_hot.c scope.c +____________________________________________________________________________ +[ 16385] By: nick on 2002/05/04 09:29:41 + Log: Integrate mainline + Branch: perlio + !> (integrate 47 files) +____________________________________________________________________________ +[ 16384] By: jhi on 2002/05/03 21:00:27 + Log: Subject: Re: perl@16307 + From: Nicholas Clark + Date: Fri, 3 May 2002 21:49:04 +0100 + Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net> + + canonical #3 was failing under -Mutf8. + Branch: perl + ! ext/Storable/t/canonical.t +____________________________________________________________________________ +[ 16383] By: rgs on 2002/05/03 20:45:58 + Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks + From: Dave Mitchell + Date: Fri, 3 May 2002 21:12:10 +0100 + Message-ID: <20020503211210.B22026@fdgroup.com> + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 16382] By: rgs on 2002/05/03 20:14:07 + Log: Subject: [PATCH] perl -i clobbers files on Cygwin + From: "Gerrit P. Haase" + Date: Fri, 3 May 2002 20:30:25 +0200 + Message-ID: <190109228332.20020503203025@familiehaase.de> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 16381] By: rgs on 2002/05/03 20:07:44 + Log: Subject: t/TestInit.pm - clean up comments + From: Paul_GreenVOS@vos.stratus.com + Date: Fri, 3 May 02 14:51 edt + Message-ID: <200205031850.OAA09104@mailhub2.stratus.com> + Branch: perl + ! t/TestInit.pm +____________________________________________________________________________ +[ 16380] By: jhi on 2002/05/03 15:47:38 + Log: Subject: [PATCH] enc2xs template -- searches script more sensibly + From: Dan Kogai + Date: Sat, 4 May 2002 01:46:35 +0900 + Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp> + Branch: perl + ! ext/Encode/Encode/Makefile_PL.e2x +____________________________________________________________________________ +[ 16379] By: jhi on 2002/05/03 15:43:47 + Log: Forgotten test arrangement. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16378] By: jhi on 2002/05/03 14:54:19 + Log: Comedy of typing errors. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 16377] By: jhi on 2002/05/03 14:45:26 + Log: Let's try the "no Net:: if no Socket" again. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 16376] By: jhi on 2002/05/03 14:11:42 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16375] By: jhi on 2002/05/03 14:09:38 + Log: Oops. + Branch: perl + ! lib/ExtUtils/MM_BeOS.pm +____________________________________________________________________________ +[ 16374] By: jhi on 2002/05/03 13:58:08 + Log: EBCDIC tweak. + Branch: perl + ! ext/Digest/MD5/t/utf8.t +____________________________________________________________________________ +[ 16373] By: jhi on 2002/05/03 13:51:11 + Log: Update the EBCDIC MD5 checksums, and automate the process. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16372] By: jhi on 2002/05/03 13:01:23 + Log: The EBCDIC remapping of the low 256 bites again. + Branch: perl + ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/t/fallback.t ext/Encode/t/guess.t + ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t +____________________________________________________________________________ +[ 16371] By: jhi on 2002/05/03 12:49:58 + Log: NetWare updates from C Aditya. + Branch: perl + ! lib/ExtUtils/MM_NW5.pm makedef.pl +____________________________________________________________________________ +[ 16370] By: jhi on 2002/05/03 12:36:54 + Log: DJGPP updates from Laszlo Molnar. + Branch: perl + ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh +____________________________________________________________________________ +[ 16369] By: jhi on 2002/05/03 12:34:01 + Log: Upgrade to Encode 1.68. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t +____________________________________________________________________________ +[ 16368] By: jhi on 2002/05/03 12:31:52 + Log: Integrate perlio; + + Several of non-default builds now seem to work reasonably well + English.t seems to fail on an errno test, and socketpair blathers + about something. + Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the + back door, and instead have perlsdio.h vector stdio via iperlsys.h + function tables (latter was done in earlier change). + Update comments in Makefile.mk + + Finish off 16350 for non-PERLIO build on linux, + non PERL_IMPLICIT_SYS parts of iperlsys.h had junk + for some slots which now perlsdio.h is targeting. + + setbuf / setvbuf are not PerlIO_ concepts + + perl_clone is a threads thing + + Have perlsdio.h use the iperlsys.h aliases and see + if that helps non-PERLIO IMP_SYS on Win32. + (Miniperl okay on linux). + + More layer syms + + Use PerlSIO_fdupopen() if not using PerlIO + + Do not build if not using layers + Branch: perl + !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h + !> win32/makefile.mk win32/perlhost.h win32/win32.c + !> win32/win32io.c +____________________________________________________________________________ +[ 16367] By: nick on 2002/05/03 07:25:13 + Log: Several of non-default builds now seem to work reasonably well + English.t seems to fail on an errno test, and socketpair blathers + about something. + Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the + back door, and instead have perlsdio.h vector stdio via iperlsys.h + function tables (latter was done in earlier change). + Update comments in Makefile.mk + Branch: perlio + ! perlio.h win32/makefile.mk win32/win32.c +____________________________________________________________________________ +[ 16366] By: nick on 2002/05/03 07:07:36 + Log: Finish off 16350 for non-PERLIO build on linux, + non PERL_IMPLICIT_SYS parts of iperlsys.h had junk + for some slots which now perlsdio.h is targeting. + Branch: perlio + ! iperlsys.h +____________________________________________________________________________ +[ 16365] By: jhi on 2002/05/03 03:52:08 + Log: If no Socket should not try to test Net:: + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 16364] By: jhi on 2002/05/03 02:22:56 + Log: Integrate macperl #16360 and #16363; + + Make op/alarm.t pass + + README.macos update + Branch: perl + !> README.macos t/op/alarm.t +____________________________________________________________________________ +[ 16363] By: pudge on 2002/05/03 01:57:04 + Log: README.macos update + Branch: macperl + ! README.macos +____________________________________________________________________________ +[ 16362] By: pudge on 2002/05/03 01:56:52 + Log: Config / test updates + Branch: macperl + ! macos/MacPerlTests.cmd macos/MacPerlTests.plx + ! macos/Makefile.mk +____________________________________________________________________________ +[ 16361] By: pudge on 2002/05/03 01:56:24 + Log: Safe signals for Mac OS + Branch: macperl + ! macos/macish.c macos/macish.h +____________________________________________________________________________ +[ 16360] By: pudge on 2002/05/03 01:55:27 + Log: Make op/alarm.t pass + Branch: macperl + ! t/op/alarm.t +____________________________________________________________________________ +[ 16359] By: gsar on 2002/05/02 22:52:09 + Log: a tweak to change#13584: need to avoid pad-walking during + global destruction + Branch: maint-5.6/perl + ! op.c +____________________________________________________________________________ +[ 16358] By: jhi on 2002/05/02 22:35:31 + Log: Forgot the most important part of #16357. + Branch: perl + ! lib/Unicode/Collate.pm +____________________________________________________________________________ +[ 16357] By: jhi on 2002/05/02 22:33:28 + Log: Subject: Unicode::Collate 0.11 Released + From: SADAHIRO Tomoyuki + Date: Fri, 03 May 2002 03:19:29 +0900 + Message-Id: <20020503030904.35B3.BQW10602@nifty.com> + Branch: perl + ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README + ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 16356] By: jhi on 2002/05/02 22:30:10 + Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing? + From: Andy Dougherty + Date: Thu, 2 May 2002 12:01:50 -0400 (EDT) + Message-ID: + Branch: perl + ! Makefile.SH ext/util/make_ext +____________________________________________________________________________ +[ 16355] By: jhi on 2002/05/02 22:26:38 + Log: Integrate #16353 from macperl; + + "fix" for utf8_heavy.pl, lexical UTF8 var crashed + in test 92 of run/fresh_perl.t on MacOS + + (as pudge rightfully points out, this is voodoo + programming at it best, the real bug is somewhere else, + now we just happened to shake the chicken the right way) + Branch: perl + !> lib/utf8_heavy.pl +____________________________________________________________________________ +[ 16354] By: jhi on 2002/05/02 22:22:42 + Log: Subject: Re: Encode, charnames and utf8heavy + From: Dan Kogai + Date: Thu, 2 May 2002 00:44:30 +0900 + Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp> + + (plus a respective perlunicode tweak) + Branch: perl + ! lib/utf8_heavy.pl pod/perlunicode.pod +____________________________________________________________________________ +[ 16353] By: pudge on 2002/05/02 19:55:39 + Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed + in test 92 of run/fresh_perl.t on MacOS + Branch: macperl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 16352] By: nick on 2002/05/02 17:48:31 + Log: setbuf / setvbuf are not PerlIO_ concepts + Branch: perlio + ! XSUB.h +____________________________________________________________________________ +[ 16351] By: nick on 2002/05/02 17:12:21 + Log: perl_clone is a threads thing + Branch: perlio + ! makedef.pl +____________________________________________________________________________ +[ 16350] By: nick on 2002/05/02 17:09:43 + Log: *** EXPERIMENTAL *** + Have perlsdio.h use the iperlsys.h aliases and see + if that helps non-PERLIO IMP_SYS on Win32. + (Miniperl okay on linux). + Branch: perlio + ! iperlsys.h perlsdio.h +____________________________________________________________________________ +[ 16349] By: nick on 2002/05/02 16:10:15 + Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case. + - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen() + - use it in perlio.c + Branch: perlio + ! perlio.c win32/perlhost.h win32/win32.c +____________________________________________________________________________ +[ 16348] By: gsar on 2002/05/02 15:44:48 + Log: manual integrate of change#16332 from maint-5.6 branch + Branch: perl + ! mg.c perl.c sv.c util.c +____________________________________________________________________________ +[ 16347] By: nick on 2002/05/02 15:19:59 + Log: More layer syms + Branch: perlio + ! makedef.pl +____________________________________________________________________________ +[ 16346] By: nick on 2002/05/02 15:19:20 + Log: Use PerlSIO_fdupopen() if not using PerlIO + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 16345] By: nick on 2002/05/02 15:18:12 + Log: Do not build if not using layers + Branch: perlio + ! win32/win32io.c +____________________________________________________________________________ +[ 16344] By: jhi on 2002/05/02 14:02:51 + Log: Upgrade to Encode 1.67. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/lib/Encode/Guess.pm +____________________________________________________________________________ +[ 16343] By: jhi on 2002/05/02 13:14:39 + Log: Integrate perlio; + + Remove show-stoppers to non-PERLIO Win32 builds + (still not a very good show). + Branch: perl + !> makedef.pl win32/makefile.mk +____________________________________________________________________________ +[ 16342] By: jhi on 2002/05/02 13:06:18 + Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core + From: Hugo van der Sanden + Date: Thu, 02 May 2002 04:22:02 +0100 + Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 16341] By: nick on 2002/05/02 12:57:23 + Log: Remove show-stoppers to non-PERLIO Win32 builds + (still not a very good show). + Branch: perlio + ! makedef.pl win32/makefile.mk +____________________________________________________________________________ +[ 16340] By: jhi on 2002/05/02 12:44:23 + Log: Subject: [PATCH] 1/3rd of utf8 + From: Nicholas Clark + Date: Wed, 1 May 2002 22:58:42 +0100 + Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16339] By: jhi on 2002/05/02 12:41:18 + Log: Integrate #16334 from maint-5.6; + + don't pad $0 with spaces when setting it, use nulls instead (the + spaces show up as a very long line in a ps listing) + Branch: perl + !> mg.c +____________________________________________________________________________ +[ 16338] By: jhi on 2002/05/02 12:37:22 + Log: Integrate perlio; + + Fix the "PerlIO require leak". Snag was that clean_objs + autoloaded DESTROY (needing IO) after known layers had + been freed. Postpone layer list free to PerlIO_cleanup, + rather than PerlIO_destruct. Tweak sequence in perl_destruct + so that sv_undef is immortal till layer list is done with it. + Branch: perl + !> perl.c perlio.c +____________________________________________________________________________ +[ 16337] By: ams on 2002/05/02 08:21:42 + Log: Subject: Re: [PATCH] Storable docs + From: Philip Newton + Date: Thu, 02 May 2002 07:58:38 +0200 + Message-Id: + (Applied mostly with tweaks by hand.) + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16336] By: nick on 2002/05/02 07:59:16 + Log: Integrate mainline + Branch: perlio + +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t + +> ext/Digest/MD5/t/utf8.t + - ext/Digest/MD5/t/aaa.t + !> Configure MANIFEST Makefile.SH config_h.SH + !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t + !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm + !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm + !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h + !> lib/Thread.pm util.c +____________________________________________________________________________ +[ 16335] By: nick on 2002/05/02 07:54:51 + Log: Fix the "PerlIO require leak". Snag was that clean_objs + autoloaded DESTROY (needing IO) after known layers had + been freed. Postpone layer list free to PerlIO_cleanup, + rather than PerlIO_destruct. Tweak sequence in perl_destruct + so that sv_undef is immortal till layer list is done with it. + Branch: perlio + ! perl.c perlio.c +____________________________________________________________________________ +[ 16334] By: gsar on 2002/05/02 07:10:52 + Log: don't pad $0 with spaces when setting it, use nulls instead (the + spaces show up as a very long line in a ps listing) + Branch: maint-5.6/perl + ! mg.c +____________________________________________________________________________ +[ 16333] By: gsar on 2002/05/02 07:08:42 + Log: fix yet more race conditions related to fdopen() and dup2(): + + fclose() is not thread-safe when two FILE* structures point + to the same underlying fd, as it happens in perl's socket + handles; need to invalidate the fileno slot of one of the + FILE* structures, but unfortunately stdio has no interface + to do this; we can do little else but fiddle with the + FILE* structure directly (yuck! hope this could be done better + under native PerlIO in 5.8) + Branch: maint-5.6/perl + ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h +____________________________________________________________________________ +[ 16332] By: gsar on 2002/05/02 06:49:17 + Log: isolate all environ diddling to the initial interpreter; any + additional interpreters created after the first one cannot + propagate %ENV changes down to the real environment; this + should fix %ENV related races (e.g. multiple threads attempting + to free() environ entries when they run C<%ENV = ()>) + Branch: maint-5.6/perl + ! mg.c perl.c sv.c util.c +____________________________________________________________________________ +[ 16331] By: gsar on 2002/05/02 06:39:27 + Log: fix race condition in my_popen(): parent may dup2() into an fd + that got opened by another thread because it closes it + beforehand; instead, let the dup2() itself close the fd + Branch: maint-5.6/perl + ! util.c +____________________________________________________________________________ +[ 16330] By: gsar on 2002/05/02 06:34:26 + Log: pipe() IO structures were not fully initialized + Branch: maint-5.6/perl + ! doio.c pp_sys.c +____________________________________________________________________________ +[ 16329] By: gsar on 2002/05/02 06:32:46 + Log: fix handle leak in my_popen() if the fork() fails + Branch: maint-5.6/perl + ! util.c +____________________________________________________________________________ +[ 16328] By: nick on 2002/05/02 06:08:22 + Log: Integrate mainline + Branch: perlio + +> ext/threads/shared/semaphore.pm + +> ext/threads/shared/t/semaphore.t + !> MANIFEST ext/threads/shared/Makefile.PL + !> ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16327] By: jhi on 2002/05/02 03:47:07 + Log: Cleanup threads dirs. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 16326] By: jhi on 2002/05/02 03:41:39 + Log: Add the new Digest::MD5 test. + Branch: perl + + ext/Digest/MD5/t/utf8.t + ! MANIFEST +____________________________________________________________________________ +[ 16325] By: jhi on 2002/05/02 03:33:14 + Log: New try at the Class::DBI core dump at global cleanup. + Branch: perl + ! gv.h util.c +____________________________________________________________________________ +[ 16324] By: jhi on 2002/05/02 02:47:38 + Log: Upgrade to Digest::MD5 2.19. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16323] By: jhi on 2002/05/02 02:47:22 + Log: Ooops. Not everybody does threads. + Branch: perl + ! ext/threads/shared/t/semaphore.t +____________________________________________________________________________ +[ 16322] By: jhi on 2002/05/01 23:40:47 + Log: Fix files.t for blead. + Branch: perl + + ext/Digest/MD5/README + ! MANIFEST ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16321] By: jhi on 2002/05/01 23:11:54 + Log: Upgrade to Digest::MD5 2.18. files.t doesn't + work yet with blead, my bad. + Branch: perl + + ext/Digest/MD5/t/md5-aaa.t + - ext/Digest/MD5/t/aaa.t + ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16320] By: jhi on 2002/05/01 21:40:04 + Log: metaconfig unit change for #16319. + Branch: metaconfig/U/perl + ! d_u32align.U +____________________________________________________________________________ +[ 16319] By: jhi on 2002/05/01 21:39:51 + Log: Somebody might be compiling a newer Digest::MD5. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 16318] By: jhi on 2002/05/01 21:17:55 + Log: Until Arthur fills in semaphore.t. + Branch: perl + ! ext/threads/shared/Makefile.PL + ! ext/threads/shared/t/semaphore.t +____________________________________________________________________________ +[ 16317] By: sky on 2002/05/01 19:36:33 + Log: Fix emulation case when loading both Thread and threads::shared + would get awkward. + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 16316] By: ams on 2002/05/01 19:35:25 + Log: Subject: [PATCH] Storable docs + From: Nicholas Clark + Date: Wed, 1 May 2002 20:44:42 +0100 + Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16315] By: sky on 2002/05/01 19:15:46 + Log: Now passes old test case. + Branch: perl + ! ext/threads/shared/semaphore.pm +____________________________________________________________________________ +[ 16314] By: sky on 2002/05/01 19:15:26 + Log: Cleanup memory a bit better in some cases. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16313] By: nick on 2002/05/01 18:38:03 + Log: Integrate mainline + Branch: perlio + !> Changes ext/Encode/Changes ext/Encode/Encode.pm + !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table + !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t + !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t + !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h + !> pod/perl.pod pod/perlthrtut.pod toke.c + !> vms/descrip_mms.template vms/perlvms.pod +____________________________________________________________________________ +[ 16312] By: sky on 2002/05/01 18:12:37 + Log: Don't forget to add it to the MANIFEST + Branch: perl + + ext/threads/shared/t/semaphore.t + ! MANIFEST +____________________________________________________________________________ +[ 16311] By: sky on 2002/05/01 17:54:19 + Log: Add semaphore.pm + Branch: perl + + ext/threads/shared/semaphore.pm +____________________________________________________________________________ +[ 16310] By: sky on 2002/05/01 17:13:57 + Log: Fix makefile to put queue.pm correctly, update test script. + Branch: perl + ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16309] By: jhi on 2002/05/01 15:29:44 + Log: Subject: [Patch] ext/PerlIO/t/fallback.t gets haircut + From: Dan Kogai + Date: Thu, 2 May 2002 00:14:41 +0900 + Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp> + Branch: perl + ! ext/PerlIO/t/fallback.t +____________________________________________________________________________ +[ 16308] By: jhi on 2002/05/01 15:27:52 + Log: Encode tweak from Dan Kogai. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16307] By: sky on 2002/05/01 13:40:58 + Log: Flush directly to avoid erros when running from test harness + Branch: perl + ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16306] By: jhi on 2002/05/01 13:37:34 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16305] By: jhi on 2002/05/01 13:16:12 + Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS + From: PPrymmer@factset.com + Date: Wed, 1 May 2002 10:12:53 -0400 + Message-ID: + Branch: perl + ! lib/User/pwent.t +____________________________________________________________________________ +[ 16304] By: jhi on 2002/05/01 13:14:44 + Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only + From: PPrymmer@factset.com + Date: Wed, 1 May 2002 09:54:51 -0400 + Message-ID: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 16303] By: sky on 2002/05/01 13:00:57 + Log: First attempt at updating perlthrtut for ithreaded threads.pm + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 16302] By: jhi on 2002/05/01 12:54:24 + Log: Provide the \N{U+HHHH} syntax before we forget. + Branch: perl + ! lib/charnames.pm lib/charnames.t toke.c +____________________________________________________________________________ +[ 16301] By: jhi on 2002/05/01 12:03:03 + Log: Subject: Copy-and-Pasto in perl.pod + From: lupe@lupe-christoph.de (Lupe Christoph) + Date: Wed, 1 May 2002 13:31:47 +0200 + Message-ID: <20020501113147.GA31125@lupe-christoph.de> + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 16300] By: jhi on 2002/05/01 12:01:11 + Log: Upgrade to Encode 1.66. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 16299] By: jhi on 2002/05/01 11:53:21 + Log: Integrate perlio; symbol cleanups. + Branch: perl + !> global.sym makedef.pl +____________________________________________________________________________ +[ 16298] By: ams on 2002/05/01 09:42:27 + Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod + From: Philip Newton + Date: Wed, 01 May 2002 12:41:10 +0200 + Message-Id: + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 16297] By: nick on 2002/05/01 06:50:24 + Log: Remove "spurious" (and unnecessary) variables from layer_syms + Win32 (Win2k), MinGW-1.1 - passes all tests! ;-) + Branch: perlio + ! makedef.pl +____________________________________________________________________________ +[ 16296] By: nick on 2002/05/01 06:21:28 + Log: perl embed.pl to update global.sym + Branch: perlio + ! global.sym +____________________________________________________________________________ +[ 16295] By: nick on 2002/05/01 06:16:18 + Log: Raw integrate of mainline (global.sym wrong on Win32) + Branch: perlio + +> t/comp/hints.t + !> (integrate 45 files) +____________________________________________________________________________ +[ 16294] By: jhi on 2002/05/01 02:39:54 + Log: metaconfig unit change for #16293. + Branch: metaconfig/U/perl + ! bincompat5005.U +____________________________________________________________________________ +[ 16293] By: jhi on 2002/05/01 02:39:32 + Log: Try #2 of getting rid of bincompat5005. + Branch: perl + ! Configure NetWare/config_H.wc Porting/Glossary + ! Porting/config.sh Porting/config_H config_h.SH embed.h + ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 + ! wince/config.h wince/config_H.ce +____________________________________________________________________________ +[ 16292] By: jhi on 2002/05/01 02:04:49 + Log: metaconfig unit changes for #16291. + Branch: metaconfig + ! U/installdirs/inc_version_list.U + Branch: metaconfig/U/perl + ! bincompat5005.U xs_apiversion.U +____________________________________________________________________________ +[ 16291] By: jhi on 2002/05/01 02:04:22 + Log: No bincompat5005. + Branch: perl + ! Configure INSTALL NetWare/config.wc Porting/Glossary + ! Porting/config.sh Porting/config_H README.mpeix config_h.SH + ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh + ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod + ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 16290] By: jhi on 2002/05/01 01:17:53 + Log: Remove sv_setpviv{_,mg}; regen perlapi. + Branch: perl + ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c +____________________________________________________________________________ +[ 16289] By: jhi on 2002/05/01 01:10:52 + Log: Subject: [PATCH sv.c] remove macroized bincompat functions + From: Dave Mitchell + Date: Tue, 30 Apr 2002 23:55:43 +0100 + Message-ID: <20020430235543.A27796@fdgroup.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 16288] By: jhi on 2002/05/01 01:06:31 + Log: Update to Getopt::Long 2.30. + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 16287] By: jhi on 2002/04/30 19:51:08 + Log: Integrate perlio; + + Attempt at sanity in PerlIO/makedef.pl world: + 1. Add comments to what each clump of symbols is for + 2. Explicitly export layer syms like I thought they were + 3. Remove bulk of (now redundant) PerlIO stuff from the + section. + 4. Re-sort perlio.sym + Branch: perl + !> makedef.pl perlio.sym +____________________________________________________________________________ +[ 16286] By: rgs on 2002/04/30 19:03:34 + Log: Fix bug id 20020427.004 on %^H. + Add a regression test for %^H. + Change the sort pragma implementation to use a + global variable instead of %^H. + Branch: perl + + t/comp/hints.t + ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c +____________________________________________________________________________ +[ 16285] By: nick on 2002/04/30 19:00:03 + Log: Attempt at sanity in PerlIO/makedef.pl world: + 1. Add comments to what each clump of symbols is for + 2. Explicitly export layer syms like I thought they were + 3. Remove bulk of (now redundant) PerlIO stuff from the + section. + 4. Re-sort perlio.sym + Branch: perlio + ! makedef.pl perlio.sym +____________________________________________________________________________ +[ 16284] By: nick on 2002/04/30 18:10:23 + Log: Rest of integrate + Branch: perlio + +> lib/ExtUtils/MM_MacOS.pm + !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm + !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm + !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm + !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes + !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm + !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm + !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm + !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm + !> lib/Test/Harness/t/strap-analyze.t + !> lib/Test/Harness/t/test-harness.t pod/perlport.pod + !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod +____________________________________________________________________________ +[ 16283] By: nick on 2002/04/30 17:53:37 + Log: Integrate mailine makedef.pl so I can look at it + Branch: perlio + !> makedef.pl +____________________________________________________________________________ +[ 16282] By: jhi on 2002/04/30 15:46:38 + Log: Upgrade to Encode 1.65. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm +____________________________________________________________________________ +[ 16281] By: jhi on 2002/04/30 13:50:54 + Log: Missing PerlIO symbols found by Richard Hatch in AIX. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 16280] By: jhi on 2002/04/30 13:04:45 + Log: NetWare: disable DEBUG/ASSERT for now. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16279] By: jhi on 2002/04/30 12:57:12 + Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04 + From: Michael G Schwern + Date: Tue, 30 Apr 2002 01:05:41 -0400 + Message-ID: <20020430050541.GL756@blackrider> + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 16278] By: jhi on 2002/04/30 12:38:50 + Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01 + From: Michael G Schwern + Date: Tue, 30 Apr 2002 00:24:59 -0400 + Message-ID: <20020430042459.GJ756@blackrider> + Branch: perl + + lib/ExtUtils/MM_MacOS.pm + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 16277] By: jhi on 2002/04/30 12:32:27 + Log: Dodge a NULL pointer dereference in cleanup of Class::DBI + 0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 16276] By: ams on 2002/04/30 08:42:32 + Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS + From: "Craig A. Berry" + Date: Mon, 29 Apr 2002 23:37:06 -0500 + Message-Id: + Branch: perl + ! t/pod/testp2pt.pl +____________________________________________________________________________ +[ 16275] By: jhi on 2002/04/29 23:28:05 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 16274] By: jhi on 2002/04/29 23:14:47 + Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod + From: PPrymmer@factset.com + Date: Mon, 29 Apr 2002 17:58:06 -0400 + Message-ID: + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 16273] By: jhi on 2002/04/29 21:43:18 + Log: OpenBSD: dynamic loading fix plus a MIPS tweak + from Todd Miller. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 16272] By: jhi on 2002/04/29 20:14:39 + Log: Integrate perlio; + + Adding Encode::* to .pm creates stash at compile time + which means we need a stronger check on Encode at boot time. + Branch: perl + !> ext/PerlIO/encoding/encoding.pm + !> ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16271] By: jhi on 2002/04/29 20:07:38 + Log: OpenBSD hints update from Todd Miller. + + - old versions of OpenBSD don't have 'arch -s' + - OpenBSD 3.1 and higher don't use libdl but users may have + and old libdl on the system so we need to avoid using it. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 16270] By: nick on 2002/04/29 17:33:38 + Log: Adding Encode::* to .pm creates stash at compile time + which means we need a stronger check on Encode at boot time. + Branch: perlio + ! ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16269] By: jhi on 2002/04/29 16:28:44 + Log: Detypo by Ronald Kimball. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 16268] By: nick on 2002/04/29 15:47:00 + Log: Integrate mainline + Branch: perlio + !> Changes ext/Encode/Changes ext/Encode/Encode.pm + !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t + !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader + !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h + !> pod/perlfaq2.pod pod/perlfaq3.pod +____________________________________________________________________________ +[ 16267] By: jhi on 2002/04/29 13:46:56 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16266] By: jhi on 2002/04/29 13:25:03 + Log: MM_NW5 update from C Aditya. + Branch: perl + ! lib/ExtUtils/MM_NW5.pm +____________________________________________________________________________ +[ 16265] By: jhi on 2002/04/29 12:59:01 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq2.pod pod/perlfaq3.pod +____________________________________________________________________________ +[ 16264] By: jhi on 2002/04/29 12:52:01 + Log: NetBSD hints rewrite from Johnny Lam. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 16263] By: jhi on 2002/04/29 12:18:31 + Log: Upgrade to Encode 1.64. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm +____________________________________________________________________________ +[ 16262] By: jhi on 2002/04/29 12:12:37 + Log: Subject: [Unicode::Normalize] mkheader tweak + From: SADAHIRO Tomoyuki + Date: Mon, 29 Apr 2002 12:58:01 +0900 + Message-Id: <20020429125617.AA35.BQW10602@nifty.com> + Branch: perl + ! ext/Unicode/Normalize/mkheader +____________________________________________________________________________ +[ 16261] By: nick on 2002/04/29 06:29:48 + Log: Integrate mainline + Branch: perlio + - macos/MacPerlTests.cmd macos/xsubpp.patch + !> (integrate 40 files) +____________________________________________________________________________ +[ 16260] By: jhi on 2002/04/29 01:11:10 + Log: Upgrade to Unicode::Normalize 0.76, + from SADAHIRO Tomoyuki. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/func.t +____________________________________________________________________________ +[ 16259] By: jhi on 2002/04/28 22:22:44 + Log: Subject: [PATCH: perl@16189] updates to perlport.pod + From: Peter Prymmer + Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT) + Message-ID: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 16258] By: jhi on 2002/04/28 20:34:12 + Log: Sigh. #16249 didn't help NetBSD (made it worse, + the basic and list tests started hanging). + Branch: perl + ! ext/threads/t/basic.t ext/threads/t/list.t + ! ext/threads/t/thread.t +____________________________________________________________________________ +[ 16257] By: jhi on 2002/04/28 20:26:30 + Log: Integrate #16254 from macperl; + + Fix most tests on MacOS (not yet ext/ or /lib) + Branch: perl + !> (integrate 30 files) +____________________________________________________________________________ +[ 16256] By: jhi on 2002/04/28 19:43:02 + Log: As requested by pudge. + Branch: perl + - macos/MacPerlTests.cmd macos/xsubpp.patch + ! MANIFEST +____________________________________________________________________________ +[ 16255] By: pudge on 2002/04/28 19:25:04 + Log: Integrate perl + Branch: macperl + +> ext/PerlIO/t/fallback.t ext/threads/t/list.t + +> wince/cecopy-lib.pl wince/comp.pl + !> (integrate 38 files) +____________________________________________________________________________ +[ 16254] By: pudge on 2002/04/28 19:12:05 + Log: Fix most tests on MacOS (not yet ext/ or /lib) + Branch: macperl + ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t + ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t + ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl + ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t + ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t + ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t + ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t + ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl +____________________________________________________________________________ +[ 16253] By: nick on 2002/04/28 19:10:50 + Log: Integrate mainline + Branch: perlio + +> wince/cecopy-lib.pl wince/comp.pl + !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t + !> ext/threads/t/basic.t ext/threads/t/list.t + !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c + !> wince/Makefile.ce wince/config_h.PL wince/perldll.def + !> wince/win32.h wince/wince.c +____________________________________________________________________________ +[ 16252] By: pudge on 2002/04/28 19:07:33 + Log: More configuration/build changes + Branch: macperl + ! macos/MacPerlTests.cmd macos/MacPerlTests.plx + ! macos/Makefile.mk macos/config.h macos/config.sh + ! macos/macish.h +____________________________________________________________________________ +[ 16251] By: jhi on 2002/04/28 18:23:52 + Log: Subject: WinCE many fixes + From: "Vadim Konovalov" + Date: Sun, 28 Apr 2002 21:54:31 +0400 + Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad> + Branch: perl + + wince/cecopy-lib.pl wince/comp.pl + ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce + ! wince/config_h.PL wince/perldll.def wince/win32.h + ! wince/wince.c +____________________________________________________________________________ +[ 16250] By: jhi on 2002/04/28 17:35:12 + Log: Retract the cond.t part of #16249 since the nature + of the test changed. + Branch: perl + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 16249] By: jhi on 2002/04/28 16:13:34 + Log: (retracted by #16258) + + Fix thread tests not to depend on sleep() as + a scheduling aid. In two tests (basic and list) + I had to change from sleep() hack to another hack... + basically, using the filesystem as a semaphore. + The assumption made is that rmdir() is atomic. + (The sleep() scheduling assumption broke with the + GNU pth in NetBSD.) + + (the cond.t part retracted by #16250) + Branch: perl + ! ext/threads/shared/t/cond.t ext/threads/t/basic.t + ! ext/threads/t/list.t ext/threads/t/thread.t +____________________________________________________________________________ +[ 16248] By: jhi on 2002/04/28 16:04:23 + Log: Be tidy. + Branch: perl + ! ext/PerlIO/t/fallback.t +____________________________________________________________________________ +[ 16247] By: jhi on 2002/04/28 15:26:39 + Log: Integrate perlio; + + Builds under -Uuseperlio + Uses PUSHSTACK/POPSTACK in :encoding and :Via + + Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio} + as gate on layer tests which fail on -Dusesfio + (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) + + Have :encoding() default to perlqq style fallbacks. + Add test for that. + Branch: perl + +> ext/PerlIO/t/fallback.t + !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t + !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm + !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t + !> t/io/binmode.t t/io/crlf.t +____________________________________________________________________________ +[ 16246] By: nick on 2002/04/28 10:08:05 + Log: Have :encoding() default to perlqq style fallbacks. + Add test for that. + Branch: perlio + + ext/PerlIO/t/fallback.t + ! MANIFEST ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16245] By: nick on 2002/04/28 08:57:54 + Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio} + as gate on layer tests which fail on -Dusesfio + (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) + Branch: perlio + ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t + ! t/io/crlf.t +____________________________________________________________________________ +[ 16244] By: nick on 2002/04/28 08:22:07 + Log: Builds under -Uuseperlio + Uses PUSHSTACK/POPSTACK in :encoding and :Via + Branch: perlio + ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16243] By: nick on 2002/04/28 07:19:01 + Log: Integrate mainline + Branch: perlio + +> ext/threads/t/list.t + !> (integrate 40 files) +____________________________________________________________________________ +[ 16242] By: jhi on 2002/04/28 02:49:28 + Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 16241] By: jhi on 2002/04/28 02:22:00 + Log: Plan better. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 16240] By: jhi on 2002/04/28 02:20:18 + Log: No trunc worries. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16239] By: jhi on 2002/04/28 02:19:45 + Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file) + From: Michael G Schwern + Date: Sat, 27 Apr 2002 23:20:19 -0400 + Message-ID: <20020428032019.GF1821@blackrider> + Branch: perl + ! pod/perlfunc.pod t/io/fs.t +____________________________________________________________________________ +[ 16238] By: jhi on 2002/04/28 01:55:10 + Log: More valgrind findings: e.g. t/op/utfhash.t. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 16237] By: jhi on 2002/04/28 01:44:37 + Log: Unused variables now that "did you use incorrect case" is gone; + and valgrind claims that the savepvn() in utilize() leaks in e.g. + lib/blib.t. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 16236] By: sky on 2002/04/28 00:15:45 + Log: Added test cases and fixed some obvious things. + Branch: perl + + ext/threads/t/list.t + ! MANIFEST ext/threads/threads.xs +____________________________________________________________________________ +[ 16235] By: sky on 2002/04/27 23:50:11 + Log: Removed last traces of autodetach. + Added list() methid. + Changed documentation. + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 16234] By: jhi on 2002/04/27 22:19:08 + Log: Subject: [PATCH] FileCache 1.02 -> 1.021 + From: Jerrad Pierce + Date: Sat, 27 Apr 2002 19:14:17 -0400 + Message-Id: <200204272314.TAA08101@calloway.mit.edu> + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 16233] By: jhi on 2002/04/27 22:17:57 + Log: More NetBSD patches from Johnny Lam. + + Remove the need for a $prefix setting that was added in the + previous patch I sent. Also add the proper rpath options + to the linker flags depending on whether we're on a ELF or + a.out platform. These were tested both in a non-pkgsrc and + pkgsrc build. + + Append to $libs instead of overwriting its value. This was + causing $(LDLOADLIBS) to not get added to the dynamic_libs + link command on NetBSD systems and was the cause of the GDBM + problems reported. Also use '$(LDLOADLIBS)' instead of + expanding its value so that it is more easily overridden in + the Makefile by "make all LDLOADLIBS=...". + + Remove "-L/usr/local/lib" because the location of libgdbm.so + is already added during the Configure process, and this + spurious addition may cause the wrong libgdbm.so to be linked + against as a result. + Branch: perl + ! ext/GDBM_File/Makefile.PL hints/netbsd.sh + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16232] By: jhi on 2002/04/27 22:08:08 + Log: More VC5-induced casting found by Nikola Knezevic. + Branch: perl + ! av.c hv.c mg.c sv.c +____________________________________________________________________________ +[ 16231] By: jhi on 2002/04/27 21:56:22 + Log: More U32 regflags. + Branch: perl + ! op.h regcomp.c thrdvar.h +____________________________________________________________________________ +[ 16230] By: pudge on 2002/04/27 21:50:45 + Log: Integrate from bleadperl + Branch: macperl + +> ext/Encode/lib/Encode/Guess.pm + +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t + +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t + +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl + +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t + +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t + +> lib/ExtUtils/t/zz_cleanup_dummy.t + +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t + +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum + +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end + +> t/lib/sample-tests/die_last_minute t/win32/system_tests + - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL + - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm + - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL + - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm + - lib/ExtUtils/t/Problem-Module/Makefile.PL + - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL + - t/op/system_tests + !> (integrate 133 files) +____________________________________________________________________________ +[ 16229] By: jhi on 2002/04/27 19:55:51 + Log: Retract #16195 since it seems to be unnecessary. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16228] By: jhi on 2002/04/27 19:25:44 + Log: Subject: [PATCH] extract enc2xs and piconv for VMS + From: "Craig A. Berry" + Date: Sat, 27 Apr 2002 15:11:31 -0500 + Message-Id: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 16227] By: rgs on 2002/04/27 19:25:05 + Log: Some more known open() modes. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 16226] By: jhi on 2002/04/27 19:02:23 + Log: Upgrade to Encode 1.63. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm + ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t +____________________________________________________________________________ +[ 16225] By: jhi on 2002/04/27 18:13:02 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16224] By: jhi on 2002/04/27 17:53:20 + Log: Integrate perlio; + + Correct which var is nulled, stack movement protection. + Branch: perl + !> ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16223] By: jhi on 2002/04/27 17:43:26 + Log: Subject: PATCH t/TEST + From: Mark-Jason Dominus + Date: Sat, 27 Apr 2002 14:06:56 -0400 + Message-ID: <20020427180656.5422.qmail@plover.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 16222] By: sky on 2002/04/27 17:00:29 + Log: Ahem, look another way. + Branch: perl + ! ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16221] By: nick on 2002/04/27 16:34:48 + Log: Correct which var is nulled, stack movement protection. + Branch: perlio + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16220] By: jhi on 2002/04/27 16:27:18 + Log: Integrate perlio; + + Fix weird warnings and/pr segfaults on binmode(,"encoding(...)") + - if encoding loads Encode then stack grows. + - pp_binmode was not allowing for that to happen + - added PUTBACK/SPAGAIN. + Branch: perl + !> pp_sys.c +____________________________________________________________________________ +[ 16219] By: jhi on 2002/04/27 16:23:44 + Log: First half of NetBSD patch-ai, from Johnny Lam: + + The first part removes "installman" and "installhtml" from the + .PHONY target, which was causing problems during installation. + + (the installman and installhtml are not phony targets, + they are real files) + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 16218] By: nick on 2002/04/27 16:22:40 + Log: Integrate mainline + Branch: perlio + +> ext/threads/shared/t/cond.t + !> MANIFEST ext/threads/shared/shared.xs + !> ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16217] By: jhi on 2002/04/27 16:20:49 + Log: NetBSD patch-ab from Johnny Lam: + + Some tweaks to the NetBSD hints file to make the Configure + process more useful when not building from pkgsrc. This file + will definitely need to change again when the 1.6 release of + NetBSD comes out, but I'll handle the changes at the later + date. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 16216] By: nick on 2002/04/27 16:19:21 + Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)") + - if encoding loads Encode then stack grows. + - pp_binmode was not allowing for that to happen + - added PUTBACK/SPAGAIN. + Branch: perlio + ! pp_sys.c +____________________________________________________________________________ +[ 16215] By: jhi on 2002/04/27 15:52:24 + Log: Integrate perlio; + + Fix fd leak on Via(bogus). + Finish implementing PerlIOVia_open(). + Export more guts of PerlIO_* so Via_open() can work. + Fix various PerlIO_allocate() features exposed by above. + + Re-instate $PerlIO::encoding::check at boot. + (Retaining Dan's XS side require though I don't see need.) + Branch: perl + !> embed.fnc ext/PerlIO/Via/Via.xs + !> ext/PerlIO/encoding/encoding.pm + !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl + !> perlio.c perlio.h perliol.h +____________________________________________________________________________ +[ 16214] By: jhi on 2002/04/27 15:48:34 + Log: Upgrade to Encode 1.62. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16213] By: ams on 2002/04/27 15:38:50 + Log: Subject: Re: Change 16122: Try to be clearer about perlio. + From: Philip Newton + Date: Sat, 27 Apr 2002 08:51:30 +0200 + Message-Id: + + Subject: Re: Change 16183: Stop being coy. + From: Philip Newton + Date: Sat, 27 Apr 2002 08:52:13 +0200 + Message-Id: + Branch: perl + ! INSTALL pod/perldelta.pod +____________________________________________________________________________ +[ 16212] By: sky on 2002/04/27 13:54:46 + Log: Add test numbers to make "make test" happy. Order is irrelevant + but number of oks is not. + Branch: perl + ! ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16211] By: nick on 2002/04/27 13:29:55 + Log: Re-instate $PerlIO::encoding::check at boot. + (Retaining Dan's XS side require though I don't see need.) + Branch: perlio + ! ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16210] By: sky on 2002/04/27 12:56:44 + Log: Fixed race condtions and deadlocks in interaction with + cond_wait/cond_signal and lock. + Now we wait for a lock to gie up if we return from COND_WAIT + and we are still locked. We also notifiers potential + lockers that it is free for locking when we go into COND_WAIT. + Branch: perl + + ext/threads/shared/t/cond.t + ! MANIFEST ext/threads/shared/shared.xs + ! ext/threads/shared/t/queue.t +____________________________________________________________________________ +[ 16209] By: nick on 2002/04/27 12:32:41 + Log: Integrate mainline + Branch: perlio + +> t/win32/system_tests + - t/op/system_tests + !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm + !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm + !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t + !> t/lib/warnings/pp_hot t/win32/system.t +____________________________________________________________________________ +[ 16208] By: sky on 2002/04/27 11:46:53 + Log: Saving locks after we set it to 0 was kind of pointless. + Hunting down fixes in cond_* functions. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 16207] By: nick on 2002/04/27 10:12:00 + Log: Fix fd leak on Via(bogus). + Finish implementing PerlIOVia_open(). + Export more guts of PerlIO_* so Via_open() can work. + Fix various PerlIO_allocate() features exposed by above. + Branch: perlio + ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c + ! perlio.h perliol.h +____________________________________________________________________________ +[ 16206] By: jhi on 2002/04/27 00:52:30 + Log: NetBSD and OpenBSD cannot do comments at #! line + (or long #! lines?) + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 16205] By: jhi on 2002/04/26 23:56:32 + Log: Add taint rethink to the todo list. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 16204] By: jhi on 2002/04/26 22:33:45 + Log: Integrate changes #16199 and #16201 from macperl; + + Time::Local compatibility patches, from Graham + + MacPerl require() portability patches + Branch: perl + !> lib/Time/Local.pm pp_ctl.c +____________________________________________________________________________ +[ 16203] By: jhi on 2002/04/26 21:47:06 + Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle + From: Nicholas Clark + Date: Fri, 26 Apr 2002 23:27:23 +0100 + Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net> + Branch: perl + ! t/lib/warnings/pp_hot +____________________________________________________________________________ +[ 16202] By: pudge on 2002/04/26 21:11:06 + Log: Working on MacPerl tests + Branch: macperl + ! macos/MacPerlTests.cmd +____________________________________________________________________________ +[ 16201] By: pudge on 2002/04/26 21:10:49 + Log: MacPerl require() portability patches + Branch: macperl + ! pp_ctl.c +____________________________________________________________________________ +[ 16200] By: pudge on 2002/04/26 21:09:45 + Log: Fix a few MacPerl_CanonDir() problems + Branch: macperl + ! macos/macish.c macos/macish.h +____________________________________________________________________________ +[ 16199] By: pudge on 2002/04/26 21:08:52 + Log: Time::Local compatibility patches, from Graham + Branch: macperl + ! lib/Time/Local.pm +____________________________________________________________________________ +[ 16198] By: jhi on 2002/04/26 20:10:53 + Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness + From: Simon Cozens + Date: Fri, 26 Apr 2002 21:58:21 +0100 + Message-ID: <20020426205821.GB5855@netthink.co.uk> + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 16197] By: jhi on 2002/04/26 20:04:44 + Log: NetBSD: if the /usr/pkg/lib is there, the linker wants + to know about it always (not just when using the pth). + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 16196] By: jhi on 2002/04/26 18:27:39 + Log: EBCDIC MD5.xs checksum update from Merijn Broeren. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16195] By: jhi on 2002/04/26 17:56:51 + Log: Subject: FIXIN problem under Win32 + From: Nikola Knezevic + Date: Thu, 25 Apr 2002 23:03:31 +0200 + Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16194] By: nick on 2002/04/26 17:36:16 + Log: Integrate mainline + Branch: perlio + +> ext/Encode/lib/Encode/Guess.pm + +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t + +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t + +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl + +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t + +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum + +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end + +> t/lib/sample-tests/die_last_minute + !> (integrate 94 files) +____________________________________________________________________________ +[ 16193] By: jhi on 2002/04/26 17:11:30 + Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t + From: Nikola Knezevic + Date: Fri, 26 Apr 2002 15:38:16 +0200 + Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu> + Branch: perl + + t/win32/system_tests + - t/op/system_tests + ! MANIFEST t/win32/system.t +____________________________________________________________________________ +[ 16192] By: jhi on 2002/04/26 16:45:28 + Log: Mention explicitly the NetBSD + pth combination. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16191] By: jhi on 2002/04/26 15:06:20 + Log: Subject: [PATCH] Fix email address. + From: Abigail + Date: Fri, 26 Apr 2002 18:03:11 +0200 + Message-ID: <20020426180311.A23545@gatekeeper.osp.nl> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 16190] By: jhi on 2002/04/26 14:33:03 + Log: NetWare update from C Aditya. + Branch: perl + ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16189] By: jhi on 2002/04/26 13:35:48 + Log: Subject: [PATCH vms/test.com] use t/TEST + From: "Craig A. Berry" + Date: Fri, 26 Apr 2002 09:34:46 -0500 + Message-Id: + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 16188] By: jhi on 2002/04/26 13:34:35 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16187] By: jhi on 2002/04/26 12:43:48 + Log: Subject: [Encode] s/=over2/=over 2/g + From: Dan Kogai + Date: Fri, 26 Apr 2002 14:57:09 +0900 + Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp> + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 16186] By: jhi on 2002/04/26 12:28:18 + Log: Use temp int variable in the W*() since direct casting + to either an int or an IV would not be right. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 16185] By: jhi on 2002/04/26 12:23:02 + Log: The #16182 radiates U32ness. + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c toke.c +____________________________________________________________________________ +[ 16184] By: jhi on 2002/04/26 12:00:04 + Log: Subject: t/TEST ported to VMS + From: "Craig A. Berry" + Date: Fri, 26 Apr 2002 00:13:31 -0500 + Message-Id: + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 16183] By: jhi on 2002/04/26 11:57:58 + Log: Stop being coy. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16182] By: jhi on 2002/04/26 11:53:58 + Log: Subject: Re: binary compatibility + From: Mark-Jason Dominus + Date: Wed, 24 Apr 2002 17:35:07 -0400 + Message-ID: <20020424213507.7846.qmail@plover.com> + Branch: perl + ! op.h +____________________________________________________________________________ +[ 16181] By: gsar on 2002/04/26 07:39:20 + Log: fix typo that caused pseudo-fork() crashes on win64 (we were only + allocating half of the retstack!) + Branch: perl + ! README.win32 sv.c +____________________________________________________________________________ +[ 16180] By: gsar on 2002/04/26 06:27:11 + Log: temporary variable not wide enough to hold all the bits in + op->op_targ + Branch: perl + ! op.c +____________________________________________________________________________ +[ 16179] By: jhi on 2002/04/26 03:21:50 + Log: Add an idea/question from Damian. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 16178] By: gsar on 2002/04/26 02:46:52 + Log: build missing utilities on windows; clean stray files + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 16177] By: jhi on 2002/04/26 02:33:19 + Log: Upgrade to Encode 1.61, from Dan Kogai. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t + ! ext/Encode/t/guess.t ext/Encode/t/jperl.t + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 16176] By: jhi on 2002/04/26 01:22:04 + Log: Subject: [PATCH doc] bytes::length TIMTOWTDI + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Tue, 23 Apr 2002 04:40:42 +0200 + Message-ID: + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 16175] By: gsar on 2002/04/26 01:10:17 + Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC + platform needs to fill in the other branch here) + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 16174] By: gsar on 2002/04/26 00:45:36 + Log: MANIFEST is needlessly held open for entire duration of "make test" + Branch: perl + ! t/TEST t/harness +____________________________________________________________________________ +[ 16173] By: gsar on 2002/04/26 00:41:39 + Log: various signed/unsigned mismatch nits + Branch: perl + ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs + ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs + ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs + ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs + ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs + ! ext/Time/HiRes/HiRes.xs regcomp.c +____________________________________________________________________________ +[ 16172] By: jhi on 2002/04/25 23:48:03 + Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005) + From: Nicholas Clark + Date: Thu, 25 Apr 2002 22:41:57 +0100 + Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net> + Branch: perl + + ext/Storable/t/croak.t ext/Storable/t/downgrade.t + + ext/Storable/t/make_downgrade.pl + ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/malice.t ext/Storable/t/restrict.t + ! ext/Storable/t/utf8hash.t +____________________________________________________________________________ +[ 16171] By: jhi on 2002/04/25 22:16:49 + Log: Extra guidance for JAPH debuggers. + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 16170] By: jhi on 2002/04/25 22:13:02 + Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0) + From: Paul_GreenVOS@vos.stratus.com + Date: Wed, 24 Apr 02 18:27 edt + Message-Id: <200204242252.SAA07978@mailhub1.stratus.com> + Branch: perl + ! vos/vos.c +____________________________________________________________________________ +[ 16169] By: ams on 2002/04/25 20:33:35 + Log: Subject: [PATCH] don't build B/C twice on VMS + From: "Craig A. Berry" + Date: Thu, 25 Apr 2002 16:00:57 -0500 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 16168] By: ams on 2002/04/25 20:31:19 + Log: Subject: Re: POSIX::WEXITSTATUS broken again + From: Andy Dougherty + Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT) + Message-Id: + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 16167] By: ams on 2002/04/25 19:49:09 + Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 25 Apr 2002 13:39:35 -0700 + Message-Id: + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 16166] By: ams on 2002/04/25 19:43:06 + Log: $fh->close(); print $fh "foo" would segfault under -w in + report_evil_fh() because $fh doesn't have a name. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 16165] By: gsar on 2002/04/25 18:19:32 + Log: cwd.t wasn't running all the tests because cmd.exe wasn't + being found properly + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 16164] By: jhi on 2002/04/25 17:45:03 + Log: Brace yourself from Craig Berry to keep older compilers happy. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 16163] By: jhi on 2002/04/25 17:43:50 + Log: More %{} overload tests. + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 16162] By: gsar on 2002/04/25 17:41:48 + Log: some extension builds need to find pl2bat.bat on windows + Branch: perl + ! win32/buildext.pl +____________________________________________________________________________ +[ 16161] By: jhi on 2002/04/25 17:26:53 + Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB + From: "Craig A. Berry" + Date: Thu, 25 Apr 2002 12:30:06 -0500 + Message-Id: + Branch: perl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 16160] By: gsar on 2002/04/25 17:04:10 + Log: windows build fails if there is no perlglob.exe in the PATH + Branch: perl + ! win32/buildext.pl +____________________________________________________________________________ +[ 16159] By: jhi on 2002/04/25 16:06:25 + Log: Mysterious setlocale() core dump in ancient Solaris + found by Merijn Broeren. Doesn't look like Perl's fault. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16158] By: jhi on 2002/04/25 14:38:13 + Log: Subject: Re: [PATCH] pp_ctl.c:pp_require + From: "Newton, Philip" + Date: Thu, 25 Apr 2002 17:35:23 +0200 + Message-ID: + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 16157] By: jhi on 2002/04/25 14:30:40 + Log: Subject: [PATCH] pp_ctl.c:pp_require + From: "Newton, Philip" + Date: Thu, 25 Apr 2002 16:01:14 +0200 + Message-ID: + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 16156] By: jhi on 2002/04/25 14:29:16 + Log: -Wformat cleanups from Robin Barker. + Branch: perl + ! dump.c embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 16155] By: jhi on 2002/04/25 14:27:07 + Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03 + From: Michael G Schwern + Date: Thu, 25 Apr 2002 01:51:27 -0400 + Message-ID: <20020425055127.GB3456@blackrider> + Branch: perl + + t/lib/sample-tests/bignum t/lib/sample-tests/die + + t/lib/sample-tests/die_head_end + + t/lib/sample-tests/die_last_minute + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint +____________________________________________________________________________ +[ 16154] By: jhi on 2002/04/25 14:24:53 + Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44 + From: Michael G Schwern + Date: Thu, 25 Apr 2002 01:32:10 -0400 + Message-ID: <20020425053210.GA3334@blackrider> + Branch: perl + + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t + + lib/Test/Simple/t/strays.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t + ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t + ! lib/Test/Simple/t/use_ok.t +____________________________________________________________________________ +[ 16153] By: jhi on 2002/04/25 14:12:35 + Log: Elaborate a bit on Storable. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16152] By: jhi on 2002/04/25 12:59:50 + Log: Cleaner Encode tests under -Mutf8. + Branch: perl + ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t +____________________________________________________________________________ +[ 16151] By: jhi on 2002/04/25 00:57:24 + Log: Subject: [PATCH] installperl + From: Abe Timmerman + Date: Thu, 25 Apr 2002 01:00:00 +0200 + Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 16150] By: jhi on 2002/04/25 00:48:09 + Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts + From: Dan Kogai + Date: Thu, 25 Apr 2002 10:49:13 +0900 + Message-Id: + Branch: perl + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16149] By: jhi on 2002/04/24 22:57:53 + Log: Stray =back. + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 16148] By: rgs on 2002/04/24 21:12:40 + Log: Add an untested warning variant. + Branch: perl + ! t/lib/warnings/op +____________________________________________________________________________ +[ 16147] By: jhi on 2002/04/24 20:37:15 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16146] By: jhi on 2002/04/24 20:21:43 + Log: Wrong plan. + Branch: perl + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 16145] By: jhi on 2002/04/24 20:20:53 + Log: Upgrade to Encode 1.60, from Dan Kogai. + Branch: perl + + ext/Encode/lib/Encode/Guess.pm + + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t + + ext/Encode/t/mime-header.t + ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL + ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST + ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 16144] By: gsar on 2002/04/24 18:59:05 + Log: another case of enabling binmode() where it should not be: if the + *.enc files are CRLF terminated, the result gets CRCRLF terminations + Branch: perl + ! ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 16143] By: jhi on 2002/04/24 18:34:27 + Log: microperl update; boldly assume time() and time_t + (since we assume ANSI and i_time, anyway). + Branch: perl + ! uconfig.h uconfig.sh +____________________________________________________________________________ +[ 16142] By: jhi on 2002/04/24 18:30:14 + Log: Integrate #16136, #16137, #16138 from macperl; + + Silly fix for the SC compiler's fixation with "comp" as a type + + Skip more PerlIO symbols for sfio + + Play nicely in miniperl + Branch: perl + !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm + !> lib/File/Spec/Mac.pm makedef.pl +____________________________________________________________________________ +[ 16141] By: pudge on 2002/04/24 18:15:19 + Log: Sync configpm and config.h for use in 5.8 + (still need to do config.sh) + Branch: macperl + ! macos/config.h macos/configpm +____________________________________________________________________________ +[ 16140] By: pudge on 2002/04/24 18:14:05 + Log: Make MM_MacOS work with new MakeMaker + Branch: macperl + ! macos/lib/ExtUtils/MM_MacOS.pm +____________________________________________________________________________ +[ 16139] By: pudge on 2002/04/24 18:13:34 + Log: Makefile.mk changes for 5.8: additional extensions + and source files; bump version + Branch: macperl + ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk +____________________________________________________________________________ +[ 16138] By: pudge on 2002/04/24 18:12:22 + Log: Play nicely in miniperl + Branch: macperl + ! lib/File/Copy.pm lib/File/Spec/Mac.pm +____________________________________________________________________________ +[ 16137] By: pudge on 2002/04/24 18:10:34 + Log: Skip more PerlIO symbols for sfio + Branch: macperl + ! makedef.pl +____________________________________________________________________________ +[ 16136] By: pudge on 2002/04/24 18:09:37 + Log: Silly fix for the SC compiler's fixation with "comp" as a type + Branch: macperl + ! ext/Unicode/Normalize/Normalize.xs +____________________________________________________________________________ +[ 16135] By: pudge on 2002/04/24 18:08:45 + Log: Merge macperl xsubpp with current xsubpp + Branch: macperl + ! macos/xsubpp +____________________________________________________________________________ +[ 16134] By: nick on 2002/04/24 18:08:37 + Log: Integrate mainline + Branch: perlio + +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t + +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t + - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL + - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm + - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL + - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm + - lib/ExtUtils/t/Problem-Module/Makefile.PL + - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL + !> (integrate 44 files) +____________________________________________________________________________ +[ 16133] By: pudge on 2002/04/24 18:05:50 + Log: Delete more included modules from bundled_ext + Branch: macperl + - macos/bundled_ext/Digest/MD5/Changes + - macos/bundled_ext/Digest/MD5/MD5.pm + - macos/bundled_ext/Digest/MD5/MD5.xs + - macos/bundled_ext/Digest/MD5/Makefile.PL + - macos/bundled_ext/Digest/MD5/Makefile.mk + - macos/bundled_ext/Digest/MD5/README + - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl + - macos/bundled_ext/Digest/MD5/hints/irix_6.pl + - macos/bundled_ext/Digest/MD5/rfc1321.txt + - macos/bundled_ext/Digest/MD5/t/badfile.t + - macos/bundled_ext/Digest/MD5/t/files.t + - macos/bundled_ext/Digest/MD5/t/md5-aaa.t + - macos/bundled_ext/Digest/MD5/typemap + - macos/bundled_ext/Filter/Util/Call/Call.pm + - macos/bundled_ext/Filter/Util/Call/Call.xs + - macos/bundled_ext/Filter/Util/Call/Makefile.PL + - macos/bundled_ext/Filter/Util/Call/ppport.h + - macos/bundled_ext/Filter/t/call.t + - macos/bundled_ext/Filter/t/filter-util.pl + - macos/bundled_ext/List/Util/ChangeLog + - macos/bundled_ext/List/Util/Makefile.PL + - macos/bundled_ext/List/Util/README + - macos/bundled_ext/List/Util/Util.xs + - macos/bundled_ext/List/Util/lib/List/Util.pm + - macos/bundled_ext/List/Util/lib/Scalar/Util.pm + - macos/bundled_ext/List/Util/t/blessed.t + - macos/bundled_ext/List/Util/t/dualvar.t + - macos/bundled_ext/List/Util/t/first.t + - macos/bundled_ext/List/Util/t/max.t + - macos/bundled_ext/List/Util/t/maxstr.t + - macos/bundled_ext/List/Util/t/min.t + - macos/bundled_ext/List/Util/t/minstr.t + - macos/bundled_ext/List/Util/t/readonly.t + - macos/bundled_ext/List/Util/t/reduce.t + - macos/bundled_ext/List/Util/t/reftype.t + - macos/bundled_ext/List/Util/t/shuffle.t + - macos/bundled_ext/List/Util/t/sum.t + - macos/bundled_ext/List/Util/t/tainted.t + - macos/bundled_ext/List/Util/t/weak.t + - macos/bundled_ext/MIME/Base64/Base64.pm + - macos/bundled_ext/MIME/Base64/Base64.xs + - macos/bundled_ext/MIME/Base64/Changes + - macos/bundled_ext/MIME/Base64/Makefile.PL + - macos/bundled_ext/MIME/Base64/QuotedPrint.pm + - macos/bundled_ext/MIME/Base64/README + - macos/bundled_ext/MIME/Base64/t/base64.t + - macos/bundled_ext/MIME/Base64/t/quoted-print.t + - macos/bundled_ext/MIME/Base64/t/unicode.t + - macos/bundled_ext/Storable/ChangeLog + - macos/bundled_ext/Storable/Makefile.PL + - macos/bundled_ext/Storable/README + - macos/bundled_ext/Storable/Storable.pm + - macos/bundled_ext/Storable/Storable.xs + - macos/bundled_ext/Storable/t/blessed.t + - macos/bundled_ext/Storable/t/canonical.t + - macos/bundled_ext/Storable/t/compat-0.6.t + - macos/bundled_ext/Storable/t/dclone.t + - macos/bundled_ext/Storable/t/dump.pl + - macos/bundled_ext/Storable/t/forgive.t + - macos/bundled_ext/Storable/t/freeze.t + - macos/bundled_ext/Storable/t/lock.t + - macos/bundled_ext/Storable/t/overload.t + - macos/bundled_ext/Storable/t/recurse.t + - macos/bundled_ext/Storable/t/retrieve.t + - macos/bundled_ext/Storable/t/store.t + - macos/bundled_ext/Storable/t/tied.t + - macos/bundled_ext/Storable/t/tied_hook.t + - macos/bundled_ext/Storable/t/tied_items.t + - macos/bundled_ext/Storable/t/utf8.t + - macos/bundled_ext/Time/HiRes/Changes + - macos/bundled_ext/Time/HiRes/HiRes.pm + - macos/bundled_ext/Time/HiRes/HiRes.t + - macos/bundled_ext/Time/HiRes/HiRes.xs + - macos/bundled_ext/Time/HiRes/Makefile.PL + - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl + - macos/bundled_ext/Time/HiRes/hints/sco.pl +____________________________________________________________________________ +[ 16132] By: jhi on 2002/04/24 17:03:22 + Log: Thou shalt not assume %x works for UVs. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16131] By: nick on 2002/04/24 15:50:31 + Log: Submit an old integrate + Branch: perlio + +> (branch 27 files) + - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t + - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm + - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref + - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref + - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref + - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref + !> (integrate 84 files) +____________________________________________________________________________ +[ 16130] By: jhi on 2002/04/24 15:38:12 + Log: Partially retract #12056, from Craig Berry. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 16129] By: pudge on 2002/04/24 14:37:10 + Log: Delete more included modules from bundled_lib + Branch: macperl + - macos/bundled_lib/blib/lib/Class/ISA.pm + - macos/bundled_lib/blib/lib/Digest.pm + - macos/bundled_lib/blib/lib/Filter/Simple.pm + - macos/bundled_lib/blib/lib/Memoize.pm + - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm + - macos/bundled_lib/blib/lib/Memoize/Expire.pm + - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm + - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm + - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm + - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm + - macos/bundled_lib/blib/lib/Memoize/Storable.pm + - macos/bundled_lib/blib/lib/NEXT.pm + - macos/bundled_lib/blib/lib/Net/Cmd.pm + - macos/bundled_lib/blib/lib/Net/Config.pm + - macos/bundled_lib/blib/lib/Net/Domain.pm + - macos/bundled_lib/blib/lib/Net/FTP.pm + - macos/bundled_lib/blib/lib/Net/FTP/A.pm + - macos/bundled_lib/blib/lib/Net/FTP/E.pm + - macos/bundled_lib/blib/lib/Net/FTP/I.pm + - macos/bundled_lib/blib/lib/Net/FTP/L.pm + - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm + - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm + - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm + - macos/bundled_lib/blib/lib/Net/NNTP.pm + - macos/bundled_lib/blib/lib/Net/Netrc.pm + - macos/bundled_lib/blib/lib/Net/POP3.pm + - macos/bundled_lib/blib/lib/Net/SMTP.pm + - macos/bundled_lib/blib/lib/Net/Time.pm + - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod + - macos/bundled_lib/blib/lib/Switch.pm + - macos/bundled_lib/t/Class/ISA/test.pl + - macos/bundled_lib/t/Digest/Digest.t + - macos/bundled_lib/t/Filter/Simple/ExportTest.pm + - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm + - macos/bundled_lib/t/Filter/Simple/FilterTest.pm + - macos/bundled_lib/t/Filter/Simple/ImportTest.pm + - macos/bundled_lib/t/Filter/Simple/data.t + - macos/bundled_lib/t/Filter/Simple/export.t + - macos/bundled_lib/t/Filter/Simple/filter.t + - macos/bundled_lib/t/Filter/Simple/filter_only.t + - macos/bundled_lib/t/Filter/Simple/import.t + - macos/bundled_lib/t/Memoize/array.t + - macos/bundled_lib/t/Memoize/array_confusion.t + - macos/bundled_lib/t/Memoize/correctness.t + - macos/bundled_lib/t/Memoize/errors.t + - macos/bundled_lib/t/Memoize/expire.t + - macos/bundled_lib/t/Memoize/expire_file.t + - macos/bundled_lib/t/Memoize/expire_module_n.t + - macos/bundled_lib/t/Memoize/expire_module_t.t + - macos/bundled_lib/t/Memoize/flush.t + - macos/bundled_lib/t/Memoize/normalize.t + - macos/bundled_lib/t/Memoize/prototype.t + - macos/bundled_lib/t/Memoize/speed.t + - macos/bundled_lib/t/Memoize/tie.t + - macos/bundled_lib/t/Memoize/tie_gdbm.t + - macos/bundled_lib/t/Memoize/tie_ndbm.t + - macos/bundled_lib/t/Memoize/tie_sdbm.t + - macos/bundled_lib/t/Memoize/tie_storable.t + - macos/bundled_lib/t/Memoize/tiefeatures.t + - macos/bundled_lib/t/Memoize/unmemoize.t + - macos/bundled_lib/t/NEXT/actual.t + - macos/bundled_lib/t/NEXT/actuns.t + - macos/bundled_lib/t/NEXT/next.t + - macos/bundled_lib/t/NEXT/unseen.t + - macos/bundled_lib/t/Switch/t/given.t + - macos/bundled_lib/t/Switch/t/nested.t + - macos/bundled_lib/t/Switch/t/switch.t + - macos/bundled_lib/t/libnet/config.t + - macos/bundled_lib/t/libnet/ftp.t + - macos/bundled_lib/t/libnet/hostname.t + - macos/bundled_lib/t/libnet/libnet_t.pl + - macos/bundled_lib/t/libnet/netrc.t + - macos/bundled_lib/t/libnet/nntp.t + - macos/bundled_lib/t/libnet/require.t + - macos/bundled_lib/t/libnet/smtp.t +____________________________________________________________________________ +[ 16128] By: pudge on 2002/04/24 14:18:55 + Log: Remove Text::Balanced from bundled_lib (already in lib) + Branch: macperl + - macos/bundled_lib/blib/lib/Text/Balanced.pm + - macos/bundled_lib/t/Text/Balanced/t/extbrk.t + - macos/bundled_lib/t/Text/Balanced/t/extcbk.t + - macos/bundled_lib/t/Text/Balanced/t/extdel.t + - macos/bundled_lib/t/Text/Balanced/t/extmul.t + - macos/bundled_lib/t/Text/Balanced/t/extqlk.t + - macos/bundled_lib/t/Text/Balanced/t/exttag.t + - macos/bundled_lib/t/Text/Balanced/t/extvar.t + - macos/bundled_lib/t/Text/Balanced/t/gentag.t +____________________________________________________________________________ +[ 16127] By: jhi on 2002/04/24 14:17:16 + Log: A word of warning to the users of UTF-8 locales. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 16126] By: jhi on 2002/04/24 12:54:17 + Log: Forgotten from #16125. + Branch: perl + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 16125] By: jhi on 2002/04/24 05:16:09 + Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern. + Branch: perl + + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t + + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t + - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL + - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm + - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL + - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm + - lib/ExtUtils/t/Problem-Module/Makefile.PL + - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm + ! lib/ExtUtils/MM.pm 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/INST.t lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t + ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t + ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t +____________________________________________________________________________ +[ 16124] By: jhi on 2002/04/24 02:03:08 + Log: Subject: New UTF-8 surprise + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 22 Apr 2002 12:08:48 +0200 + Message-ID: + Branch: perl + ! pp_hot.c t/op/subst.t +____________________________________________________________________________ +[ 16123] By: gsar on 2002/04/24 01:25:17 + Log: create a //depot/macperl/... branch with a //depot/macperl/macos/... + tree that is branched from //depot/maint-5.6/macperl/macos/... + Branch: macperl + +> (branch 3590 files) +____________________________________________________________________________ +[ 16122] By: jhi on 2002/04/23 23:52:11 + Log: Try to be clearer about perlio. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 16121] By: jhi on 2002/04/23 23:45:41 + Log: Subject: Re: binary compatibility + From: Andy Dougherty + Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT) + Message-ID: + Branch: perl + ! INSTALL patchlevel.h +____________________________________________________________________________ +[ 16120] By: jhi on 2002/04/23 23:41:52 + Log: Go on record about the binary backward incompatibility. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16119] By: jhi on 2002/04/23 23:09:02 + Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful + From: "Vadim Konovalov" + Date: Wed, 24 Apr 2002 01:51:43 +0400 + Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad> + Branch: perl + ! t/win32/system.t +____________________________________________________________________________ +[ 16118] By: jhi on 2002/04/23 23:08:12 + Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales + From: PPrymmer@factset.com + Date: Tue, 23 Apr 2002 17:14:32 -0400 + Message-ID: + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 16117] By: jhi on 2002/04/23 23:07:02 + Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls + From: Paul_GreenVOS@vos.stratus.com + Date: Tue, 23 Apr 02 15:06 edt + Message-Id: <200204231906.PAA26393@mailhub1.stratus.com> + Branch: perl + ! Makefile.SH cflags.SH +____________________________________________________________________________ +[ 16116] By: jhi on 2002/04/23 23:05:14 + Log: metaconfig unit change for #16115. + Branch: metaconfig + ! U/compline/byteorder.U + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 16115] By: jhi on 2002/04/23 23:04:24 + Log: Regen Configure to mirror #16111 (with one added tweak). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 16114] By: jhi on 2002/04/23 22:54:46 + Log: Retract #16109. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16113] By: jhi on 2002/04/23 22:38:04 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq8.pod +____________________________________________________________________________ +[ 16112] By: jhi on 2002/04/23 22:34:08 + Log: use encoding no more defaults to Latin 1. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 16111] By: gsar on 2002/04/23 22:27:07 + Log: Configure test for byteorder loses bits + Branch: perl + ! Configure +____________________________________________________________________________ +[ 16110] By: gsar on 2002/04/23 21:32:03 + Log: hacking around byteorder variance between config.sh and config.h + isn't needed after change#16099 + Branch: perl + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16109] By: jhi on 2002/04/23 17:54:33 + Log: (retracted by #16114) + + Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls + From: "Green, Paul" + Date: Tue, 23 Apr 2002 13:47:19 -0400 + Message-ID: + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16108] By: jhi on 2002/04/23 14:45:07 + Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO + From: Norton Allen + Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt) + Message-Id: <200204231550.LAA24648@bottesini.harvard.edu> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 16107] By: jhi on 2002/04/23 14:44:13 + Log: Subject: [PATCH] README.qnx, hints/qnx.sh + From: Norton Allen + Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt) + Message-Id: <200204231548.LAA24135@bottesini.harvard.edu> + Branch: perl + ! README.qnx hints/qnx.sh +____________________________________________________________________________ +[ 16106] By: jhi on 2002/04/23 13:57:48 + Log: Subject: [PATCH] pod/perlhist.pod + From: Abigail + Date: Tue, 23 Apr 2002 16:21:31 +0200 + Message-ID: <20020423162131.A7017@gatekeeper.osp.nl> + + (removed 5.005_04 which never happened) + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 16105] By: jhi on 2002/04/23 13:46:31 + Log: Subject: Re: [PATCH abigail.t] another portability attempt + From: Abigail + Date: Tue, 23 Apr 2002 11:35:54 +0200 + Message-ID: <20020423113554.A25149@gatekeeper.osp.nl> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 16104] By: jhi on 2002/04/23 13:35:03 + Log: NetWare tweak from C Aditya. + Branch: perl + ! NetWare/Nwmain.c NetWare/nw5.c +____________________________________________________________________________ +[ 16103] By: gsar on 2002/04/23 06:33:25 + Log: fix a typo + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 16102] By: jhi on 2002/04/23 04:41:43 + Log: Uncurliff. + Branch: perl + ! README.ko +____________________________________________________________________________ +[ 16101] By: jhi on 2002/04/23 04:36:27 + Log: Pointer to UV casting. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 16100] By: jhi on 2002/04/23 02:36:09 + Log: metaconfig unit change for #16099. + Branch: metaconfig + ! U/compline/byteorder.U +____________________________________________________________________________ +[ 16099] By: jhi on 2002/04/23 02:35:52 + Log: Use UV (not long) for BYTEORDER. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH +____________________________________________________________________________ +[ 16098] By: jhi on 2002/04/23 02:18:10 + Log: # cpp commands must start in the first column. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 16097] By: jhi on 2002/04/23 01:52:36 + Log: Reborn as text. + Branch: perl + + NetWare/interface.cpp +____________________________________________________________________________ +[ 16096] By: jhi on 2002/04/23 01:52:00 + Log: Dead as binary. + Branch: perl + - NetWare/interface.cpp +____________________________________________________________________________ +[ 16095] By: jhi on 2002/04/23 01:49:37 + Log: Undo #16091, a time-warped escapee. + Branch: perl + ! lib/ExtUtils/t/MM_Cygwin.t +____________________________________________________________________________ +[ 16094] By: jhi on 2002/04/23 01:43:42 + Log: *size tweaks from Sarathy. + Branch: perl + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16093] By: jhi on 2002/04/23 01:12:50 + Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over + From: Stas Bekman + Date: Tue, 23 Apr 2002 01:52:22 +0800 + Message-ID: <3CC44DD6.3090401@stason.org> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 16092] By: jhi on 2002/04/23 01:05:37 + Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets + From: Paul_GreenVOS@vos.stratus.com + Date: Mon, 22 Apr 02 20:35 edt + Message-Id: <200204230034.UAA01134@mailhub2.stratus.com> + Branch: perl + + hints/t001.c + ! MANIFEST hints/README.hints hints/vos.sh +____________________________________________________________________________ +[ 16091] By: jhi on 2002/04/23 00:42:12 + Log: (retracted by #16095) + Branch: perl + ! lib/ExtUtils/t/MM_Cygwin.t +____________________________________________________________________________ +[ 16090] By: jhi on 2002/04/23 00:16:09 + Log: Subject: Re: perl@16083 + From: Nicholas Clark + Date: Mon, 22 Apr 2002 23:17:45 +0100 + Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16089] By: jhi on 2002/04/23 00:12:09 + Log: Upgrade to Encode 1.58. + Branch: perl + + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t + + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf + + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf + + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf + + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf + + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf + + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf + + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf + - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t + - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm + - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref + - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref + - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref + - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref + ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm + ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 16088] By: jhi on 2002/04/22 19:55:18 + Log: On Win32 the end.t failure should be gone now. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16087] By: jhi on 2002/04/22 19:51:29 + Log: Subject: [PATCH] update VOS-specific pod files + From: Paul_GreenVOS@vos.stratus.com + Date: Mon, 22 Apr 02 16:02 edt + Message-Id: <200204222002.QAA07350@mailhub1.stratus.com> + Branch: perl + ! README.vos pod/perlport.pod +____________________________________________________________________________ +[ 16086] By: jhi on 2002/04/22 19:50:05 + Log: Subject: [PATCH] cleanup ./hints/vos.sh + From: Paul_GreenVOS@vos.stratus.com + Date: Mon, 22 Apr 02 15:26 edt + Message-Id: <200204221926.PAA05539@mailhub1.stratus.com> + Branch: perl + ! hints/vos.sh +____________________________________________________________________________ +[ 16085] By: jhi on 2002/04/22 19:48:20 + Log: Upgrade to Encode 1.57, from Dan Kogai. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t + ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 16084] By: ams on 2002/04/22 18:10:13 + Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections + From: Stas Bekman + Date: Tue, 23 Apr 2002 01:59:07 +0800 + Message-Id: <3CC44F6B.5010300@stason.org> + Branch: perl + ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod +____________________________________________________________________________ +[ 16083] By: jhi on 2002/04/22 16:41:03 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16082] By: jhi on 2002/04/22 16:22:50 + Log: In MANIFEST but not added. + Branch: perl + + NetWare/interface.cpp +____________________________________________________________________________ +[ 16081] By: jhi on 2002/04/22 16:15:26 + Log: Duh. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 16080] By: jhi on 2002/04/22 16:07:26 + Log: Subject: Re: t/japh/abigail.t [PATCH] + From: Norton Allen + Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt) + Message-Id: <200204220114.VAA06066@bottesini.harvard.edu> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 16079] By: ams on 2002/04/22 15:59:55 + Log: Subject: {PATCH docs] sockatmark + From: Mark-Jason Dominus + Date: Mon, 22 Apr 2002 02:43:42 -0400 + Message-Id: <20020422064342.24646.qmail@plover.com> + Branch: perl + ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod +____________________________________________________________________________ +[ 16078] By: jhi on 2002/04/22 15:57:21 + Log: Subject: [PATCH] cflags.SH -- to preserve hint file options + From: Paul_GreenVOS@vos.stratus.com + Date: Mon, 22 Apr 02 12:40 edt + Message-Id: <200204221639.MAA11298@mailhub2.stratus.com> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 16077] By: jhi on 2002/04/22 15:18:18 + Log: Add new files from #16076; re-sort. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 16076] By: jhi on 2002/04/22 15:15:22 + Log: NetWare changeover from Watcom to Codewarrior, from C Aditya. + Branch: perl + + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp + + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h + + NetWare/perllib.cpp NetWare/splittree.pl + ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc + ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h + ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl + ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c + ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c + ! x2p/hash.c x2p/walk.c +____________________________________________________________________________ +[ 16074] By: jhi on 2002/04/22 15:04:25 + Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX + From: "H.Merijn Brand" + Date: Mon, 22 Apr 2002 17:56:17 +0200 + Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 16073] By: jhi on 2002/04/22 12:59:17 + Log: Signedness nit. + Branch: perl + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16072] By: jhi on 2002/04/22 12:58:04 + Log: No semicolons after blocks. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16071] By: jhi on 2002/04/22 12:48:19 + Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai. + Branch: perl + ! ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16070] By: jhi on 2002/04/22 12:44:09 + Log: Upgrade to Encode 1.56, from Dan Kogai. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm 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/README + ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm + ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs + ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv + ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm + ! ext/Encode/lib/Encode/PerlIO.pod + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t + ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm + ! ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 16069] By: jhi on 2002/04/22 12:38:30 + Log: Comment tweak from Philip. + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 16068] By: gsar on 2002/04/22 09:53:36 + Log: a Test::Harness tweak to make the test lines show up prettier + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 16067] By: nick on 2002/04/22 09:19:23 + Log: Integrate mainline + Branch: perlio + !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t + !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t + !> t/lib/warnings/perlio t/win32/system.t +____________________________________________________________________________ +[ 16066] By: nick on 2002/04/22 09:01:43 + Log: Integrate //depot/perlio into mainline + Branch: perl + !> ext/Encode/Encode.pm ext/Encode/Encode.xs + !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm + !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod +____________________________________________________________________________ +[ 16065] By: gsar on 2002/04/22 08:37:17 + Log: clean up after stray test file littering + + NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when + it seems that it shouldn't (looks like a handle leak in PerlIO + to me) + Branch: perl + ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t + ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t + ! t/lib/warnings/perlio t/win32/system.t +____________________________________________________________________________ +[ 16064] By: nick on 2002/04/22 08:02:58 + Log: Integrate mainline into perlio + Branch: perlio + +> ext/Storable/t/malice.t + ! pod/perliol.pod + !> (integrate 57 files) +____________________________________________________________________________ +[ 16063] By: gsar on 2002/04/22 07:23:30 + Log: integrate change#16062 from mainline + + another windows fix: only create a new console for subprocesses + when all three stdhandles are invalid (from Jan Dubois) + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 16062] By: gsar on 2002/04/22 07:02:03 + Log: another windows fix: only create a new console for subprocesses + when all three stdhandles are invalid (from Jan Dubois) + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 16060] By: gsar on 2002/04/22 02:40:57 + Log: all the thread tests now pass on windows (32-bit and 64-bit) + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 16059] By: gsar on 2002/04/22 02:35:45 + Log: enable maximal optimizations on win64 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 16058] By: jhi on 2002/04/22 01:38:31 + Log: Tweaks copied from Philip Newton's Encode patches. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 16057] By: sky on 2002/04/22 00:19:40 + Log: End blocks were not run on Win32. + The real fix should be to turn this flag on in RunPerl but + I think we are too close 5.8 to change that. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16056] By: sky on 2002/04/21 23:29:22 + Log: Do not unlock mutex twice. + Do not unlock mutex after it has been destroyed and freed. + Do not email p5p without uncrossing eyes. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16055] By: gsar on 2002/04/21 22:32:29 + Log: squelch some more type mismatch warnings + + SvREFCNT_dec(x ? y : z) did not typecast the right thing due to + missing parens in macro definition + Branch: perl + ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs + ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c + ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs + ! pp.c regexec.c sv.h +____________________________________________________________________________ +[ 16054] By: jhi on 2002/04/21 22:24:52 + Log: Make writing user-defined character properties nicer. + Branch: perl + ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t +____________________________________________________________________________ +[ 16053] By: gsar on 2002/04/21 21:39:08 + Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which + isn't the case on win64 + Branch: perl + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 16052] By: jhi on 2002/04/21 21:24:07 + Log: One more way to do character class subtraction. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 16051] By: jhi on 2002/04/21 21:04:19 + Log: Mopup of #16048. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 16050] By: gsar on 2002/04/21 20:55:38 + Log: some test failures have been fixed + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 16049] By: gsar on 2002/04/21 20:50:21 + Log: use compare_text() rather than compare() to avoid bogus + failures when the test files happen to be CRLF terminated + Branch: perl + ! ext/Encode/t/JP.t +____________________________________________________________________________ +[ 16048] By: gsar on 2002/04/21 19:53:08 + Log: fixes for all the warnings reported by Visual C (most of this + change is from change#12026) + Branch: perl + ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c + ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c + ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c + ! regexec.c sv.c toke.c universal.c utf8.c util.c + ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c +____________________________________________________________________________ +[ 16047] By: jhi on 2002/04/21 17:21:56 + Log: Subject: [PATCH] another Storable test (Re: perl@16005) + From: Nicholas Clark + Date: Sun, 21 Apr 2002 19:15:24 +0100 + Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net> + Branch: perl + + ext/Storable/t/malice.t + ! MANIFEST ext/Storable/Storable.pm +____________________________________________________________________________ +[ 16046] By: jhi on 2002/04/21 17:09:01 + Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode + From: "Mattia Barbon" + Date: Sun, 21 Apr 2002 19:37:51 +0200 + Message-ID: <3CC3150F.5798.22A05AE@localhost> + Branch: perl + ! ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 16045] By: jhi on 2002/04/21 16:29:28 + Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod + From: Andrey Sapozhnikov + Date: Fri, 19 Apr 2002 19:55:56 +0600 + Message-ID: <3CC021EC.5080005@icb.chel.su> + + (tweaked a bit) + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 16044] By: jhi on 2002/04/21 16:22:17 + Log: Do not assume that io buffer flushing happens in the same + order as joins (that assumption broke in a multicpu IRIX box) + Branch: perl + ! ext/threads/t/thread.t +____________________________________________________________________________ +[ 16043] By: jhi on 2002/04/21 15:56:30 + Log: As if people would be reading the documentation :-) + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 16042] By: jhi on 2002/04/21 15:15:05 + Log: Typo tweaks. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 16041] By: sky on 2002/04/21 13:53:54 + Log: Got the last memory leak in the while(1) { threads->create(sub + {})->join() }, now we can loop over a million threads without a + problem. + Cleared up SVs that should have been mortal but never where. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16040] By: rgs on 2002/04/21 12:25:15 + Log: Make doc clearer, as suggested by Brent Dax + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 16039] By: rgs on 2002/04/21 12:20:47 + Log: Revert change #15974. + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 16038] By: nick on 2002/04/21 08:43:48 + Log: Integrate mainline + Branch: perlio + +> win32/config.vc64 win32/config_H.vc64 + !> (integrate 43 files) +____________________________________________________________________________ +[ 16037] By: nick on 2002/04/21 08:10:07 + Log: Integrate mainline + Branch: perlio + +> ext/Encode/ucm/big5-eten.ucm + - ext/Encode/ucm/big5.ucm win32/Makefile.win64 + - win32/config.win64 win32/config_H.win64 + !> MANIFEST Porting/makerel ext/Encode/Changes + !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST + !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm + !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + !> ext/Encode/lib/Encode/Config.pm + !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t + !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm + !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod + !> pod/perlunicode.pod vms/vms.c +____________________________________________________________________________ +[ 16036] By: jhi on 2002/04/21 03:04:41 + Log: S_ stands sfor static. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 16035] By: jhi on 2002/04/21 02:52:35 + Log: htovs et al might be macros. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 16034] By: gsar on 2002/04/21 02:11:06 + Log: missed checkin of this file in change#16033 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 16033] By: gsar on 2002/04/21 01:55:35 + Log: Windows 64-bit support: + + * support for building it in the regular makefiles + * large files support via the _*i64() functions (this should be + portable to the 32-bit universe too, but quite untested and + and binary-incompatible, therefore not enabled there) + * three additional test failures in addition to the t/end.t one + (see README.win32) + * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel + the ones available from the CRT (needed because Perl uses + the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) + * add a few 64-bit notes to README.win32 + + The following general problems were also fixed: + + * s/struct stat/Stat_t/g + * Data::Dumper had some naughty 'long' typecasts + * Errno_pm.PL didn't work safe when winsock.h was not in the same + directory as errno.h + * various tell/seek things were incorrectly prototyped + * squelch ugly looking noise when running tests + * Embed.t wasn't linking in all the libraries + * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) + * re-enable all the disabled warnings (additional fixes may be + needed for the warnings uncovered by this) + Branch: perl + + win32/config.vc64 win32/config_H.vc64 + ! MANIFEST README.win32 doio.c dosish.h + ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h + ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c + ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc + ! win32/config.vc win32/makefile.mk win32/perlglob.c + ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c + ! win32/win32iop.h win32/win32sck.c +____________________________________________________________________________ +[ 16032] By: jhi on 2002/04/20 23:07:20 + Log: Upgrade to Encode 1.52, from Dan Kogai. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t + ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm + ! ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 16031] By: jhi on 2002/04/20 22:22:23 + Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed + From: Mark-Jason Dominus + Date: Sat, 20 Apr 2002 03:36:28 -0400 + Message-ID: <20020420073628.324.qmail@plover.com> + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 16030] By: sky on 2002/04/20 22:02:32 + Log: Remove auto-detach + Cleans up memory now, destroys the mutex and frees thread + Makes returnvalues mortal + Doesn't run thread_destruct until the thread has stopped AND + all references to it are gone. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16029] By: jhi on 2002/04/20 21:46:33 + Log: Subject: [PATCH @16005] rescue perldoc for VMS + From: "Craig A. Berry" + Date: Sat, 20 Apr 2002 15:16:30 -0500 + Message-Id: + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 16028] By: jhi on 2002/04/20 21:44:27 + Log: Subject: Re: [PATCH] typo + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 20 Apr 2002 15:41:23 +0200 + Message-ID: + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 16027] By: nick on 2002/04/20 21:42:09 + Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests, + and change test not to skip them. + Branch: perlio + ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16026] By: jhi on 2002/04/20 21:40:20 + Log: Upgrade to Encode 1.51, from Dan Kogai. + Branch: perl + + ext/Encode/ucm/big5-eten.ucm + - ext/Encode/ucm/big5.ucm + ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/MANIFEST + ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t + ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 16025] By: gsar on 2002/04/20 19:58:59 + Log: purge existing win64 stuff (this never really worked in 5.7.x) + in preparation for completely redone win64 support + Branch: perl + - win32/Makefile.win64 win32/config.win64 win32/config_H.win64 + ! MANIFEST Porting/makerel +____________________________________________________________________________ +[ 16024] By: rgs on 2002/04/20 19:09:35 + Log: Subject: Re: perl@16005 + From: Stas Bekman + Date: Sat, 20 Apr 2002 13:06:49 +0800 + Message-ID: <3CC0F769.1010705@stason.org> + (with a minor formatting nit) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 16023] By: nick on 2002/04/20 19:06:04 + Log: Some tweaks for encodings which need lines. + Also disabled trial of using fallbacks. + Branch: perlio + ! ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16022] By: nick on 2002/04/20 18:37:38 + Log: Various tweaks to Encode + Branch: perlio + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 16021] By: jhi on 2002/04/20 14:31:31 + Log: Subject: [PATCH] perlunicode.pod typos + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 20 Apr 2002 11:20:25 +0200 + Message-ID: + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 16020] By: jhi on 2002/04/20 14:28:12 + Log: Test tweak from mjd. + Branch: perl + ! lib/Memoize/t/errors.t +____________________________________________________________________________ +[ 16019] By: jhi on 2002/04/20 14:26:17 + Log: Integrate perlio; + + Tweak to Encode.xs to avoid buffer overrun. + + Add :bytes to POD part. + Remove 'alias' to Encode now it exists as a module. + + Fill in the PERLIO sections. + Branch: perl + !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod +____________________________________________________________________________ +[ 16018] By: nick on 2002/04/20 13:38:24 + Log: Fill in the PERLIO sections. + Branch: perlio + ! pod/perlrun.pod +____________________________________________________________________________ +[ 16017] By: nick on 2002/04/20 13:37:15 + Log: Add :bytes to POD part. + Remove 'alias' to Encode now it exists as a module. + Branch: perlio + ! lib/PerlIO.pm +____________________________________________________________________________ +[ 16016] By: sky on 2002/04/20 13:12:31 + Log: Really let the update of the link list do something. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 16015] By: nick on 2002/04/20 07:51:26 + Log: Integrate mainline + Branch: perlio + !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl + !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod + !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t +____________________________________________________________________________ +[ 16014] By: nick on 2002/04/20 07:46:11 + Log: Tweak to Encode.xs to avoid buffer overrun. + Branch: perlio + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16013] By: jhi on 2002/04/20 01:48:13 + Log: Subject: [PATCH] t/japh/abigail.t + From: abigail@foad.org + Date: Fri, 19 Apr 2002 02:21:36 +0200 + Message-ID: <20020419002136.16948.qmail@foad.org> + + Subject: Re: [PATCH] t/japh/abigail.t + From: "Craig A. Berry" + Date: Fri, 19 Apr 2002 11:23:45 -0500 + Message-Id: + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 16012] By: jhi on 2002/04/20 01:46:03 + Log: User-defined character properties were unintentionally + removed, noticed by Dan Kogai. + Branch: perl + ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod + ! pod/perlunicode.pod t/op/pat.t +____________________________________________________________________________ +[ 16011] By: jhi on 2002/04/19 21:53:55 + Log: Subject: Re: [PATCH] Big5-related changes. + From: Autrijus Tang + Date: Sat, 20 Apr 2002 04:06:31 +0800 + Message-ID: <20020419200631.GA20964@not.autrijus.org> + Branch: perl + ! README.cn README.tw +____________________________________________________________________________ +[ 16010] By: rgs on 2002/04/19 20:52:19 + Log: Add a BUGS sections to O.pm + Branch: perl + ! ext/B/O.pm +____________________________________________________________________________ +[ 16009] By: rgs on 2002/04/19 20:07:02 + Log: Disable warning noise + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 16008] By: rgs on 2002/04/19 19:54:08 + Log: More tests for the 3-arg open + Branch: perl + ! t/io/open.t t/lib/warnings/doio +____________________________________________________________________________ +[ 16007] By: nick on 2002/04/19 17:45:53 + Log: Silence warning generating warning message for U+FFFF does not map etc. + Branch: perlio + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 16006] By: nick on 2002/04/19 15:24:57 + Log: Integrate mainline (for Tk with Encode testing) + Some perlio & encode issues otherwise cleanish. + Branch: perlio + +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm + +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod + +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc + +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t + +> ext/threads/t/thread.t + - ext/Encode/lib/Encode/Unicode.pm + !> (integrate 38 files) +____________________________________________________________________________ +[ 16005] By: jhi on 2002/04/19 13:26:39 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 16004] By: jhi on 2002/04/19 13:15:22 + Log: Subject: [PATCH] warn on ref open without perlio + From: Rafael Garcia-Suarez + Date: Thu, 18 Apr 2002 23:17:44 +0200 + Message-ID: <20020418231744.A24159@rafael> + + (with one nit, the skip message needed "# " prefix) + Branch: perl + ! doio.c pod/perldiag.pod t/lib/warnings/doio +____________________________________________________________________________ +[ 16003] By: jhi on 2002/04/19 12:59:11 + Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current + From: "H.Merijn Brand" + Date: Fri, 19 Apr 2002 15:43:47 +0200 + Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 16002] By: jhi on 2002/04/19 12:58:23 + Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai. + Branch: perl + ! ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16001] By: jhi on 2002/04/19 12:58:00 + Log: Upgrade to Encode 1.50, from Dan Kogai. + Branch: perl + + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm + + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod + + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc + + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t + - ext/Encode/lib/Encode/Unicode.pm + ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h + ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm + ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t + ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc + ! ext/Encode/t/jisx0208.ref +____________________________________________________________________________ +[ 16000] By: jhi on 2002/04/19 12:16:08 + Log: Subject: CPAN.pm sync + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 19 Apr 2002 11:55:07 +0200 + Message-ID: + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm +____________________________________________________________________________ +[ 15999] By: jhi on 2002/04/19 12:08:54 + Log: Snip away an obsolete section noticed by Benjamin Goldberg. + Branch: perl + ! pod/perltooc.pod +____________________________________________________________________________ +[ 15998] By: jhi on 2002/04/19 00:43:45 + Log: The previous change on this was *ahem* slightly off-topic. + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 15997] By: gsar on 2002/04/19 00:19:47 + Log: variant of change#14657 from mainline, modified for binary + compatibility for 5.6.x (from Jan Dubois) + Branch: maint-5.6/perl + ! lib/Win32.pod win32/win32.c +____________________________________________________________________________ +[ 15996] By: ams on 2002/04/18 16:16:26 + Log: Subject: [PATCH] Typo in pod/perldebtut.pod + From: abigail@foad.org + Date: Thu, 18 Apr 2002 17:09:45 +0200 + Message-Id: <20020418150945.389.qmail@foad.org> + Branch: perl + ! pod/perldebtut.pod +____________________________________________________________________________ +[ 15995] By: jhi on 2002/04/18 14:14:10 + Log: z/OS situation update. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15994] By: jhi on 2002/04/18 13:43:37 + Log: Doc tweaks. + Branch: perl + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod +____________________________________________________________________________ +[ 15993] By: jhi on 2002/04/18 13:05:46 + Log: The tests need perlio. + Branch: perl + ! ext/Encode/t/JP.t ext/Encode/t/encoding.t +____________________________________________________________________________ +[ 15992] By: jhi on 2002/04/18 12:58:17 + Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed + From: Mark-Jason Dominus + Date: Thu, 18 Apr 2002 09:38:17 -0400 + Message-ID: <20020418133817.22436.qmail@plover.com> + + Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient + From: Mark-Jason Dominus + Date: Thu, 18 Apr 2002 09:54:50 -0400 + Message-ID: <20020418135450.22999.qmail@plover.com> + Branch: perl + ! pod/perlfaq8.pod +____________________________________________________________________________ +[ 15991] By: sky on 2002/04/18 09:18:14 + Log: Port testcases from thr5005 tests so we don't fail on same things. + Added yield support using threads->yield(). + Branch: perl + + ext/threads/t/thread.t + ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 15990] By: nick on 2002/04/18 07:56:40 + Log: Integrate mainline + Branch: perlio + - t/io/full.t + !> MANIFEST README.cn README.hpux README.jp README.ko README.tw + !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t + !> perl.c t/op/groups.t toke.c win32/win32.c +____________________________________________________________________________ +[ 15989] By: sky on 2002/04/18 07:15:55 + Log: Always flush the PerlIO buffers after running END blocks in + perl_destruct. This should fix ext/threads/t/end.t under Win32. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 15988] By: dougm on 2002/04/18 01:56:16 + Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 15987] By: jhi on 2002/04/17 21:51:18 + Log: Move /dev/full testing post-5.8.0. + Branch: perl + - t/io/full.t + ! MANIFEST +____________________________________________________________________________ +[ 15986] By: jhi on 2002/04/17 21:38:43 + Log: Neither UNICOS nor UNICOS/mk sport shared libraries. + ("Crays have only REAL memory.") + Branch: perl + ! hints/unicos.sh hints/unicosmk.sh +____________________________________________________________________________ +[ 15985] By: jhi on 2002/04/17 21:33:56 + Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times + From: luc.st-louis@ca.transport.bombardier.com + Date: Wed, 17 Apr 2002 14:22:25 -0400 + Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 15984] By: jhi on 2002/04/17 21:12:34 + Log: With -Uuseperlio the error might be EBADF. + Branch: perl + ! t/io/full.t +____________________________________________________________________________ +[ 15983] By: jhi on 2002/04/17 21:05:04 + Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t + From: "Konovalov, Vadim" + Date: Wed, 17 Apr 2002 21:16:22 +0400 + Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com> + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 15982] By: jhi on 2002/04/17 21:04:02 + Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32 + From: "Konovalov, Vadim" + Date: Wed, 17 Apr 2002 20:08:03 +0400 + Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 15981] By: jhi on 2002/04/17 21:02:13 + Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails + From: Mark-Jason Dominus + Date: Wed, 17 Apr 2002 11:14:17 -0400 + Message-ID: <20020417151417.27268.qmail@plover.com> + Branch: perl + ! t/io/full.t +____________________________________________________________________________ +[ 15980] By: jhi on 2002/04/17 20:57:36 + Log: README.cjk update. + Branch: perl + ! README.cn README.jp README.ko README.tw +____________________________________________________________________________ +[ 15979] By: rgs on 2002/04/17 20:24:48 + Log: Subject: [PATCH toke.c] @:foo? + From: Philip Newton + Date: Wed, 17 Apr 2002 19:48:09 +0200 + Message-ID: + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 15978] By: rgs on 2002/04/17 20:20:19 + Log: Subject: Re: gcc on HP + From: Philip Newton + Date: Wed, 17 Apr 2002 20:36:34 +0200 + Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 15977] By: rgs on 2002/04/17 19:54:49 + Log: Adjust test for groups that appear multiple times on Cygwin + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 15976] By: nick on 2002/04/17 17:03:40 + Log: Integrate mainline + Branch: perlio + +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL + +> ext/PerlIO/encoding/encoding.pm + +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm + +> ext/threads/shared/t/queue.t t/io/full.t + - ext/Encode/lib/Encode/XS.pm + !> (integrate 50 files) +____________________________________________________________________________ +[ 15975] By: jhi on 2002/04/17 14:40:03 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15974] By: jhi on 2002/04/17 14:34:16 + Log: Subject: [PATCH B::Deparse] "foo bar"->() + From: Robin Houston + Date: Wed, 17 Apr 2002 15:45:32 +0100 + Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 15973] By: jhi on 2002/04/17 14:34:03 + Log: metaconfig unit change for #15972. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 15972] By: jhi on 2002/04/17 14:31:42 + Log: As suggested by Arthur: the threads and threads::shared + modules are always present. This tries to preempt two + kinds of bug reports: (1) "the Perl 5.8.0 was supposed + to have this new fancy threads implementation but my Perl + doesn't seem to have it" (2) someone attempting to install + threads using CPAN.pm and CPAN.pm helpfully starting to + install perl 5.8.0 (which they might already have installed). + Branch: perl + ! Configure ext/threads/Makefile.PL + ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 15971] By: jhi on 2002/04/17 14:19:07 + Log: More signedness nits. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 15970] By: jhi on 2002/04/17 13:02:33 + Log: fast_abs_path() is tainted. + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 15969] By: jhi on 2002/04/17 12:56:17 + Log: Signedness nit. + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 15968] By: jhi on 2002/04/17 12:45:42 + Log: Subject: gcc on HP + From: "H.Merijn Brand" + Date: Wed, 17 Apr 2002 12:43:38 +0200 + Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 15967] By: jhi on 2002/04/17 12:43:07 + Log: Add just a little bit more explanation to PerlIO::encoding. + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 15966] By: jhi on 2002/04/17 12:32:17 + Log: PerlIO::encoding 0.01 from Dan Kogai. + Branch: perl + + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL + + ext/PerlIO/encoding/encoding.pm + + ext/PerlIO/encoding/encoding.xs + ! MANIFEST +____________________________________________________________________________ +[ 15965] By: jhi on 2002/04/17 12:24:56 + Log: Upgrade to Encode 1.42, from Dan Kogai. + Branch: perl + - ext/Encode/lib/Encode/XS.pm + ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm + ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x + ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST + ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm + ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t + ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t + ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t + ! ext/Encode/t/encoding.t +____________________________________________________________________________ +[ 15964] By: jhi on 2002/04/17 12:17:42 + Log: Test tweaks from mjd and Benjamin Goldberg. + Branch: perl + ! t/io/full.t +____________________________________________________________________________ +[ 15963] By: jhi on 2002/04/16 22:31:24 + Log: Document taint-safeness. Life in the fast_abs_path() + lane is unsafe. + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 15962] By: jhi on 2002/04/16 22:14:41 + Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails + From: Mark-Jason Dominus + Date: Tue, 16 Apr 2002 19:24:12 -0400 + Message-ID: <20020416232412.14297.qmail@plover.com> + Branch: perl + + t/io/full.t + ! MANIFEST perlio.c +____________________________________________________________________________ +[ 15961] By: jhi on 2002/04/16 22:10:54 + Log: Manifestations of mjd, from mjd. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 15960] By: jhi on 2002/04/16 22:10:11 + Log: metaconfig unit change for #15959. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 15959] By: jhi on 2002/04/16 22:09:56 + Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! + From: Andy Dougherty + Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 15958] By: jhi on 2002/04/16 22:05:07 + Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930) + From: Nicholas Clark + Date: Tue, 16 Apr 2002 22:22:41 +0100 + Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net> + Branch: perl + ! embed.fnc global.sym hv.c universal.c +____________________________________________________________________________ +[ 15957] By: jhi on 2002/04/16 21:58:44 + Log: Documents for Merijn and lots of XXXs for NI-S :-) + Branch: perl + ! pod/perlfunc.pod pod/perlrun.pod +____________________________________________________________________________ +[ 15956] By: sky on 2002/04/16 21:26:53 + Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane) + in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart + stuff being 0xabababab on cleanup. + Branch: perl + + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t + ! MANIFEST +____________________________________________________________________________ +[ 15955] By: nick on 2002/04/16 20:46:03 + Log: Integate mainline (other machine) + Branch: perlio + !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod + !> t/op/magic.t +____________________________________________________________________________ +[ 15954] By: nick on 2002/04/16 20:13:32 + Log: Integrate mainline + Branch: perlio + +> README.cn README.jp README.ko README.tw + +> ext/threads/shared/t/av_refs.t + +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t + !> (integrate 41 files) +____________________________________________________________________________ +[ 15953] By: rgs on 2002/04/16 19:53:28 + Log: B::walkoptree bugfix (see also #15850) + Branch: perl + ! ext/B/B.xs ext/B/t/terse.t +____________________________________________________________________________ +[ 15952] By: rgs on 2002/04/16 18:36:49 + Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change + From: Philip Newton + Date: Tue, 16 Apr 2002 21:09:44 +0200 + Message-ID: + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 15951] By: jhi on 2002/04/16 13:44:28 + Log: Subject: [PATCH] B::Deparse problems with japhs + From: Hugo van der Sanden + Date: Tue, 16 Apr 2002 15:47:33 +0100 + Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 15950] By: jhi on 2002/04/16 13:36:30 + Log: Stas' tainting worries, obscured by me. + Branch: perl + ! ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 15949] By: jhi on 2002/04/16 13:16:31 + Log: Pod tweak to avoid =item problems. + Branch: perl + ! README.jp +____________________________________________________________________________ +[ 15948] By: jhi on 2002/04/16 12:39:18 + Log: Some UTF-8 todos. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 15947] By: jhi on 2002/04/16 12:34:36 + Log: Let's not promise too much: use utf8 only works on identifier + names, not package or subroutine names (admittedly limited [1], but + that's what the Camel says, and that's what we are going to stick + to for 5.8.0). Also document that use vars does not do utf8. + [1] The obvious problem in both is that package and subroutine + names need to mappable to the filesystem. + Branch: perl + ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod +____________________________________________________________________________ +[ 15946] By: jhi on 2002/04/16 12:02:18 + Log: Subject: [PATCH] small typo in IO::Pipe pod + From: Slaven Rezic + Date: Tue, 16 Apr 2002 12:31:10 +0200 + Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de> + Branch: perl + ! ext/IO/lib/IO/Pipe.pm +____________________________________________________________________________ +[ 15945] By: jhi on 2002/04/16 11:57:45 + Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76 + From: Arthur Bergman + Date: Tue, 16 Apr 2002 11:58:45 +0200 + Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se> + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 15944] By: jhi on 2002/04/16 04:31:49 + Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and + Jungshik Shin. Regen toc. + Branch: perl + + README.cn README.jp README.ko README.tw + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 15943] By: jhi on 2002/04/16 03:59:00 + Log: my $utf8here, our $utf8here, and package variable $utf8here. + + The actual minimal fix is in utf8.c and from NI-S, + the rest are the tests (in fresh_perl since I couldn't get + them easily to work elsewhere) and a slight behaviour change: + previously UTF-8 identifiers had to start with an alphabetic + character. No more so, now they can start with an (Unicode) + ID_Continue character (which however is not a (Unicode) digit). + (Limiting the first character to ID_Start would be rather + restrictive, since ID_Start allows only alphabetic letters.) + + TODO: use vars qw($utf8here). This I don't find to be + a showstopper. + Branch: perl + ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm + ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c +____________________________________________________________________________ +[ 15942] By: ams on 2002/04/16 02:24:25 + Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars + From: "Craig A. Berry" + Date: Mon, 15 Apr 2002 22:06:14 -0500 + Message-Id: + Branch: perl + ! lib/FileCache.t +____________________________________________________________________________ +[ 15941] By: ams on 2002/04/16 02:16:35 + Log: Subject: [PATCH] s2p fix for VMS + From: "Craig A. Berry" + Date: Mon, 15 Apr 2002 21:48:36 -0500 + Message-Id: + Branch: perl + ! configure.com t/x2p/s2p.t x2p/s2p.PL +____________________________________________________________________________ +[ 15940] By: jhi on 2002/04/15 22:23:31 + Log: The LGPL code relicensed, with permission from Mark Klein of DIS. + (and the licensing of the other code clarified, from Mark Bixby.) + Branch: perl + ! mpeix/mpeix.c +____________________________________________________________________________ +[ 15939] By: jhi on 2002/04/15 22:17:16 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15938] By: sky on 2002/04/15 22:13:17 + Log: Add support for my $foo : shared; + Add testcase for this. + Update manifest. + Branch: perl + + ext/threads/shared/t/shared_attr.t + ! MANIFEST ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 15937] By: jhi on 2002/04/15 21:58:38 + Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.) + From: abigail@foad.org + Date: Mon, 15 Apr 2002 17:41:17 +0200 + Message-ID: <20020415154117.1559.qmail@foad.org> + + (With EBCDIC skippage added, and the skip reason + skippage on the two ?? loops tweaked.) + Branch: perl + + t/japh/abigail.t + ! MANIFEST t/TEST +____________________________________________________________________________ +[ 15936] By: jhi on 2002/04/15 21:48:56 + Log: Subject: Re: [ID 20020412.005] Dancing ??s + From: Hugo van der Sanden + Date: Sun, 14 Apr 2002 16:09:30 +0100 + Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk> + Branch: perl + ! pod/perlop.pod pp_hot.c t/op/pat.t +____________________________________________________________________________ +[ 15935] By: jhi on 2002/04/15 21:47:45 + Log: Subject: [PATCH] t/test.pl additional functionality for runperl + From: abigail@foad.org + Date: Mon, 15 Apr 2002 17:40:02 +0200 + Message-ID: <20020415154002.1549.qmail@foad.org> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 15934] By: jhi on 2002/04/15 21:46:27 + Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long + From: "Craig A. Berry" + Date: Mon, 15 Apr 2002 14:05:26 -0500 + Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 15933] By: sky on 2002/04/15 21:26:16 + Log: Test arrays containing references, and references to shared arrays. + Branch: perl + + ext/threads/shared/t/av_refs.t +____________________________________________________________________________ +[ 15932] By: nick on 2002/04/15 15:06:49 + Log: Integrate mainline (for Encode) + Branch: perlio + +> ext/Encode/Encode/ConfigLocal_PM.e2x + +> ext/Encode/lib/Encode/JP/JIS7.pm + - ext/Encode/lib/Encode/JP/2022_JP.pm + - ext/Encode/lib/Encode/JP/2022_JP1.pm + - ext/Encode/lib/Encode/JP/JIS.pm + !> (integrate 26 files) +____________________________________________________________________________ +[ 15931] By: ams on 2002/04/15 14:51:31 + Log: Subject: [PATCH] Chip didn't time travel. + From: abigail@foad.org + Date: Mon, 15 Apr 2002 17:40:22 +0200 + Message-Id: <20020415154022.1554.qmail@foad.org> + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 15930] By: jhi on 2002/04/15 14:40:56 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15929] By: jhi on 2002/04/15 14:33:52 + Log: The #15921 made the 'no warnings' unnecessary. + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 15928] By: jhi on 2002/04/15 14:28:59 + Log: Subject: Re: [FILE] FileCache.t + From: belg4mit + Date: Mon, 15 Apr 2002 01:31:21 -0400 + Message-ID: <3CBA65A9.A228DBA1@mit.edu> + Branch: perl + ! lib/FileCache.t +____________________________________________________________________________ +[ 15927] By: jhi on 2002/04/15 14:19:27 + Log: FileCache 1.02, from Jerrad Pierce . + Branch: perl + ! lib/FileCache.pm lib/FileCache.t +____________________________________________________________________________ +[ 15926] By: jhi on 2002/04/15 13:47:16 + Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable + From: Nicholas Clark + Date: Sun, 14 Apr 2002 22:54:43 +0100 + Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net> + Branch: perl + ! lib/Hash/Util.t +____________________________________________________________________________ +[ 15925] By: jhi on 2002/04/15 13:23:34 + Log: Subject: [Encode] 1.40 released! + From: Dan Kogai + Date: Mon, 15 Apr 2002 07:51:52 +0900 + Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp> + Branch: perl + + ext/Encode/Encode/ConfigLocal_PM.e2x + + ext/Encode/lib/Encode/JP/JIS7.pm + - ext/Encode/lib/Encode/JP/2022_JP.pm + - ext/Encode/lib/Encode/JP/2022_JP1.pm + - ext/Encode/lib/Encode/JP/JIS.pm + ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README + ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t + ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl +____________________________________________________________________________ +[ 15924] By: jhi on 2002/04/15 12:52:58 + Log: return undef is of questionable style. + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 15923] By: jhi on 2002/04/15 12:47:26 + Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is fixed + From: mjd@plover.com + Date: 15 Apr 2002 06:46:02 -0000 + Message-ID: <20020415064602.17052.qmail@plover.com> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 15922] By: jhi on 2002/04/15 12:40:09 + Log: Subject: [PATCH 5.7.3] test @+ and @- features + From: mjd@plover.com + Date: 14 Apr 2002 22:30:17 -0000 + Message-ID: <20020414223017.17361.qmail@plover.com> + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 15921] By: jhi on 2002/04/15 12:37:04 + Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @- + From: Mark-Jason Dominus + Date: Mon, 15 Apr 2002 02:41:52 -0400 + Message-ID: <20020415064152.16958.qmail@plover.com> + Branch: perl + ! perl.c t/lib/warnings/toke +____________________________________________________________________________ +[ 15920] By: jhi on 2002/04/15 12:32:43 + Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01) + From: "Craig A. Berry" + Date: Sun, 14 Apr 2002 18:56:02 -0500 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 15919] By: nick on 2002/04/15 06:14:25 + Log: Integrate mainline + Branch: perlio + !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh + !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t + !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c +____________________________________________________________________________ +[ 15918] By: ams on 2002/04/15 04:25:48 + Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem + From: Stas Bekman + Date: Mon, 15 Apr 2002 11:45:03 +0800 + Message-Id: <3CBA4CBF.9030306@stason.org> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 15917] By: ams on 2002/04/15 04:21:14 + Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied + From: Mark-Jason Dominus + Date: Mon, 15 Apr 2002 00:30:26 -0400 + Message-Id: <20020415043026.11417.qmail@plover.com> + Branch: perl + ! perl.c t/lib/warnings/toke +____________________________________________________________________________ +[ 15916] By: rgs on 2002/04/14 19:30:41 + Log: Correct precedence problem in #15915 + Branch: perl + ! lib/vars.pm +____________________________________________________________________________ +[ 15915] By: jhi on 2002/04/14 15:41:01 + Log: use vars wasn't use utf8 aware. + Branch: perl + ! lib/vars.pm +____________________________________________________________________________ +[ 15914] By: jhi on 2002/04/14 15:20:58 + Log: Subject: [PATCH] Re: restricted hashes are unblessable + From: Nicholas Clark + Date: Sat, 13 Apr 2002 23:43:02 +0100 + Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net> + + The function name sucks but can't think of anything better. + Branch: perl + ! lib/Hash/Util.pm lib/Hash/Util.t universal.c +____________________________________________________________________________ +[ 15913] By: jhi on 2002/04/14 14:55:07 + Log: Subject: AUTHORS update + From: Chris Nandor + Date: Sun, 14 Apr 2002 11:54:40 -0400 + Message-ID: + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15912] By: nick on 2002/04/14 14:47:18 + Log: XS versions of encode/decode for Encode::Unicode + Branch: perlio + ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm +____________________________________________________________________________ +[ 15911] By: jhi on 2002/04/14 14:28:59 + Log: metaconfig unit changes for #15910. + Branch: metaconfig + ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U + ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U + ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U + ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U + ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U + ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U + ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U + ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U + ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U + ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U + ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U + ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U + ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U + ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U + ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U + ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U + ! U/threads/d_localtime_r.U U/threads/d_random_r.U + ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U + ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U + ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U + ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U + ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U + ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U + ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U +____________________________________________________________________________ +[ 15910] By: jhi on 2002/04/14 14:26:14 + Log: Simplify the _r probing code by adding the i_systime + only for the APIs where it matters. + Branch: perl + ! Configure reentr.pl +____________________________________________________________________________ +[ 15909] By: jhi on 2002/04/14 14:10:14 + Log: Integrate perlio; + + Avoid expensive paranoid check that decoder does return legal UTF-8 + + Disable test code (assertions) in CRLF layer. + Branch: perl + !> ext/Encode/Encode.xs perlio.c +____________________________________________________________________________ +[ 15908] By: jhi on 2002/04/14 14:05:45 + Log: Subject: patch for FileCache in 5.7.3 + From: JPIERCE + Date: Sun, 14 Apr 2002 00:38:21 -0400 + Message-Id: <200204140438.AAA30812@calloway.mit.edu> + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 15907] By: jhi on 2002/04/14 14:03:53 + Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working! + From: Tim Bunce + Date: Sun, 14 Apr 2002 12:07:35 +0100 + Message-ID: <20020414120735.U81028@dansat.data-plan.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 15906] By: jhi on 2002/04/14 14:00:03 + Log: Subject: [ PATCH ] time problem on 10.20 w/ threads + From: "H.Merijn Brand" + Date: Sun, 14 Apr 2002 16:29:59 +0200 + Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 15905] By: jhi on 2002/04/14 13:50:14 + Log: Subject: Enable portable gcc code on hp-ux + From: "H.Merijn Brand" + Date: Sun, 14 Apr 2002 16:30:01 +0200 + Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 15904] By: nick on 2002/04/14 09:18:01 + Log: Disable test code (assertions) in CRLF layer. + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 15903] By: nick on 2002/04/14 09:16:39 + Log: Avoid expensive paranoid check that decoder does return legal UTF-8 + Branch: perlio + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 15902] By: nick on 2002/04/14 09:15:45 + Log: Integrate mainline + Branch: perlio + +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t + +> t/win32/longpath.t t/win32/system.t + - t/op/winsystem.t + !> (integrate 30 files) +____________________________________________________________________________ +[ 15901] By: jhi on 2002/04/13 23:10:36 + Log: Fixed URL for the Alpha editor. + Branch: perl + ! pod/perlfaq3.pod +____________________________________________________________________________ +[ 15900] By: jhi on 2002/04/13 21:43:19 + Log: Dedodgify. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 15899] By: jhi on 2002/04/13 21:23:41 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15898] By: jhi on 2002/04/13 19:59:49 + Log: s2p needs Config.pm. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 15897] By: jhi on 2002/04/13 19:58:15 + Log: Subject: [PATCH] Benchmark.t 75,90,109 + From: Nicholas Clark + Date: Sat, 13 Apr 2002 21:43:04 +0100 + Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net> + Branch: perl + ! lib/Benchmark.t +____________________________________________________________________________ +[ 15896] By: jhi on 2002/04/13 19:10:08 + Log: Tweaks by Autrijus Tang. + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 15895] By: jhi on 2002/04/13 18:27:05 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 15894] By: jhi on 2002/04/13 16:22:06 + Log: z/OS tally update. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15893] By: jhi on 2002/04/13 15:25:55 + Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working! + From: Nicholas Clark + Date: Sat, 13 Apr 2002 02:58:07 +0100 + Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net> + Branch: perl + + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t + ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs + ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h + ! t/lib/st-dump.pl +____________________________________________________________________________ +[ 15892] By: jhi on 2002/04/13 15:24:54 + Log: Add piconv and enc2xs to the list of utilities. + Branch: perl + ! utils.lst +____________________________________________________________________________ +[ 15891] By: jhi on 2002/04/13 14:55:11 + Log: s. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15890] By: rgs on 2002/04/13 14:51:27 + Log: Phrasing fixes by Nick Clark + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15889] By: rgs on 2002/04/13 12:33:09 + Log: More POD fixes and typos + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15888] By: rgs on 2002/04/13 10:49:14 + Log: Subject: Re: UTF-8 and DB_File ? + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 13 Apr 2002 13:29:41 +0200 + Message-ID: + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 15887] By: jhi on 2002/04/12 22:38:23 + Log: Fix a typo noticed by Paul Johnson. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 15886] By: jhi on 2002/04/12 21:38:11 + Log: Subject: Re: Win32 Status + From: Michael G Schwern + Date: Fri, 12 Apr 2002 10:15:33 -0400 + Message-ID: <20020412141533.GB9788@blackrider> + Branch: perl + ! lib/ExtUtils/t/INST.t +____________________________________________________________________________ +[ 15885] By: jhi on 2002/04/12 20:18:41 + Log: Upgrade to Encode 1.34, from Dan Kogai. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t + ! ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 15884] By: jhi on 2002/04/12 20:16:16 + Log: Subject: [PATCH] Updated e-mail address in AUTHORS file + From: Graham TerMarsch + Date: Fri, 12 Apr 2002 12:28:47 -0700 + Message-Id: <200204121228.47826.graham@howlingfrog.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 15883] By: jhi on 2002/04/12 20:01:37 + Log: Subject: [PATCH] Re: OK, what did I break in unpack? + From: Nicholas Clark + Date: Fri, 12 Apr 2002 21:59:06 +0100 + Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net> + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 15882] By: jhi on 2002/04/12 19:59:36 + Log: Re-sort MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 15881] By: jhi on 2002/04/12 19:58:43 + Log: Move also the Win32 system testing to t/win32. + Branch: perl + + t/win32/system.t + - t/op/winsystem.t + ! MANIFEST +____________________________________________________________________________ +[ 15880] By: jhi on 2002/04/12 19:57:05 + Log: Integrate change #15879 from maint-5.6; + + Win32::GetLongPathName() did not return valid results if there + were "." and ".." components in the path; also fix a potential + buffer overflow if the long path happens to be longer than + MAX_PATH (this can presumably happen if they use \\?\... style + paths); add a rather limited testsuite that exercises just the + edge cases + Branch: perl + +> t/win32/longpath.t + !> MANIFEST t/harness win32/win32.c +____________________________________________________________________________ +[ 15879] By: gsar on 2002/04/12 19:45:50 + Log: Win32::GetLongPathName() did not return valid results if there + were "." and ".." components in the path; also fix a potential + buffer overflow if the long path happens to be longer than + MAX_PATH (this can presumably happen if they use \\?\... style + paths); add a rather limited testsuite that exercises just the + edge cases + Branch: maint-5.6/perl + + t/win32/longpath.t + ! MANIFEST t/harness win32/win32.c +____________________________________________________________________________ +[ 15878] By: nick on 2002/04/12 14:38:32 + Log: Integrate mainline + Branch: perlio + +> lib/ExtUtils/t/INST_PREFIX.t + !> (integrate 37 files) +____________________________________________________________________________ +[ 15877] By: jhi on 2002/04/12 14:05:23 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 15876] By: jhi on 2002/04/12 13:36:52 + Log: Discuss the magic of \w in security terms. + Branch: perl + ! pod/perlsec.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 15875] By: jhi on 2002/04/12 13:16:43 + Log: Add a warning about the symbolic methods and + symbolic sub refs not being checked for taint. + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 15874] By: jhi on 2002/04/12 12:27:41 + Log: In EBCDIC the BOM detection doesn't seem + to be working right. For now skipping the test, + waiting for Dan's opinion. + Branch: perl + ! ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 15873] By: jhi on 2002/04/12 02:10:33 + Log: Update to Net::Ping 2.16. + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README +____________________________________________________________________________ +[ 15872] By: jhi on 2002/04/12 02:06:04 + Log: Upgrade to CGI.pm 2.81. + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t +____________________________________________________________________________ +[ 15871] By: jhi on 2002/04/12 01:48:01 + Log: Move up restricted hashes a bit. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15870] By: jhi on 2002/04/12 01:23:58 + Log: Now using Unicode 3.2.0. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15869] By: jhi on 2002/04/11 22:48:24 + Log: UNICOS too has sockpair issues (unsurprisingly, + since UNICOS/mk has them too) + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 15868] By: jhi on 2002/04/11 20:41:23 + Log: FAQ patch from mjd regarding Tie::File. + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 15867] By: jhi on 2002/04/11 19:19:36 + Log: ZWNJ, ZWJ. Any further convenience aliasing should + consider using the NamesList. + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 15866] By: jhi on 2002/04/11 18:40:55 + Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash + From: "Craig A. Berry" + Date: Thu, 11 Apr 2002 13:47:21 -0500 + Message-Id: + Branch: perl + ! lib/File/CheckTree.pm lib/File/CheckTree.t +____________________________________________________________________________ +[ 15865] By: jhi on 2002/04/11 18:39:36 + Log: More NT Unicode information from Jan Dubois. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 15864] By: jhi on 2002/04/11 18:21:39 + Log: Add one perltodo item (and move bunch of them to better spot), + add sysopen() to "Functions for filehandles, files, or directories". + Branch: perl + ! pod/perlfunc.pod pod/perltodo.pod +____________________________________________________________________________ +[ 15863] By: jhi on 2002/04/11 14:46:45 + Log: Prettyprinting: shorten the lines to avoid linewrapping. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 15862] By: jhi on 2002/04/11 14:42:06 + Log: Also NEC SUPER-UX has buggy sockpair(). + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 15861] By: jhi on 2002/04/11 13:35:01 + Log: dTHX works on its own just fine. + Branch: perl + ! ext/DynaLoader/dl_aix.xs +____________________________________________________________________________ +[ 15860] By: jhi on 2002/04/11 13:34:40 + Log: Must hold off building s2p until there's a miniperl. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 15859] By: jhi on 2002/04/11 13:02:10 + Log: AIX: strerror_r() needs dTHX. + Branch: perl + ! ext/DynaLoader/dl_aix.xs +____________________________________________________________________________ +[ 15858] By: jhi on 2002/04/11 12:42:57 + Log: Extracting the s2p may require the right dynlibpath. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 15857] By: jhi on 2002/04/11 12:40:59 + Log: Doc tweaks. + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 15856] By: jhi on 2002/04/11 12:33:57 + Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01 + From: Michael G Schwern + Date: Thu, 11 Apr 2002 01:25:26 -0400 + Message-ID: <20020411052525.GA17038@blackrider> + Branch: perl + + lib/ExtUtils/t/INST_PREFIX.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/t/INST.t + ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t + ! lib/ExtUtils/t/prefixify.t +____________________________________________________________________________ +[ 15855] By: nick on 2002/04/11 06:26:44 + Log: Integrate mainline + Branch: perlio + !> (integrate 42 files) +____________________________________________________________________________ +[ 15854] By: jhi on 2002/04/11 02:38:50 + Log: Unused variables. + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/threads.xs +____________________________________________________________________________ +[ 15853] By: jhi on 2002/04/11 02:15:51 + Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix + From: Ilya Martynov + Date: 11 Apr 2002 03:21:17 +0400 + Message-ID: <87u1qj9m36.fsf_-_@abra.ru> + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 15852] By: jhi on 2002/04/10 22:48:15 + Log: Upgrade to Encode 1.33, from Dan Kogai. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Supported.pod + ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t + ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm + ! ext/Encode/ucm/adobeSymbol.ucm + ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm +____________________________________________________________________________ +[ 15851] By: jhi on 2002/04/10 21:25:30 + Log: Backward portability from Dan Kogai. + Branch: perl + ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t + ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t + ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t + ! ext/Storable/t/lock.t ext/Storable/t/overload.t + ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t + ! ext/Storable/t/store.t ext/Storable/t/tied.t + ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t + ! ext/Storable/t/utf8.t +____________________________________________________________________________ +[ 15850] By: rgs on 2002/04/10 20:07:42 + Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT + correctly). As a side-effect, fix a bug in B::Lint. The corresponding + bug in B::walkoptree still to be fixed. + Branch: perl + ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 15849] By: jhi on 2002/04/10 18:39:15 + Log: Subject: [PATCH perldelta.pod] Japanese language is ja + From: Philip Newton + Date: Wed, 10 Apr 2002 21:29:58 +0200 + Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com> + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 15848] By: jhi on 2002/04/10 14:22:12 + Log: Integrate perlio; + + Add a \t to Win32 pm_to_blib $(TOUCH) line. + Branch: perl + !> lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 15847] By: nick on 2002/04/10 13:08:29 + Log: Add a \t to Win32 pm_to_blib $(TOUCH) line. + Branch: perlio + ! lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 15846] By: jhi on 2002/04/10 12:57:51 + Log: Try to fool old AIX when threading, from Merijn. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 15845] By: jhi on 2002/04/10 12:44:51 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 15844] By: jhi on 2002/04/10 12:38:41 Log: Welcome to the 5.7.3. Branch: perl