Please note: This file provides a complete, temporally ordered log of changes that went into every version of Perl. If you'd like more detailed information, please consult the comments in the individual patches posted to the perl5-porters mailing list. Patches for each individual change may also be obtained through ftp and rsync--see pod/perlhack.pod for the details. For information on what's new in this release, see pod/perldelta.pod. [The "CAST AND CREW" list has been moved to AUTHORS.] NOTE: Each change entry shows the change number; who checked it into the repository; when; description of the change; which branch the change happened in; and the affected files. The file lists have a short symbolic indicator: ! modified + added - deleted +> branched (from elsewhere) !> merged changes (from elsewhere) The Message-Ids in the change entries refer to the email messages sent to the perl5-porters mailing list. You can retrieve the messages for example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ -------------- Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ [ 17637] By: jhi on 2002/07/18 22:06:38 Log: This is 5.8.0. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 17636] By: jhi on 2002/07/18 21:57:13 Log: Update Changes; update Configure. Branch: perl ! Changes Configure Porting/config.sh Porting/config_H ! patchlevel.h ____________________________________________________________________________ [ 17635] By: jhi on 2002/07/18 21:55:54 Log: Update perlhist. Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 17634] By: jhi on 2002/07/18 21:32:52 Log: Subject: [DOCPATCH] Re: [Patch] rand() functionality From: Nicholas Clark Date: Thu, 18 Jul 2002 22:34:36 +0100 Message-ID: <20020718213435.GN301@Bagpuss.unfortu.net> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17633] By: jhi on 2002/07/18 19:26:50 Log: Mention the chdir("")/chdir(undef) deprecation. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17632] By: jhi on 2002/07/18 19:13:53 Log: Warn about mixing signals and threads; mention the comp.programming.threads FAQ. Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 17631] By: jhi on 2002/07/18 19:01:53 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17630] By: jhi on 2002/07/18 19:00:38 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17629] By: jhi on 2002/07/18 18:37:43 Log: Subject: [PATCH] perlvar pod From: "John L. Allen" Date: Thu, 18 Jul 2002 15:37:07 -0400 (EDT) Message-ID: Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 17628] By: gsar on 2002/07/18 18:23:35 Log: exclude windows from change#17569 since it "breaks" pseudo-forked children from signalling their parent via kill(), and therefore socketpair.t failed (windows signal emulation should be thread safe because it is built around a message loop) Branch: perl ! util.c ____________________________________________________________________________ [ 17627] By: jhi on 2002/07/18 18:20:57 Log: File::stat bug + workarounds, based on Yves Orton's patch. Branch: perl ! lib/File/stat.pm ____________________________________________________________________________ [ 17626] By: jhi on 2002/07/18 18:10:29 Log: Add a pointer about the non-portability of ctime, based on Yves Orton's patch. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17625] By: jhi on 2002/07/18 17:50:27 Log: Thread-safety doc tweaks from Jörg Walter ; add a note about process-scope changing functions to perlthrtut as suggested by Stas Bekman. Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 17624] By: jhi on 2002/07/18 16:01:38 Log: Subject: Re: [PATCH] AUTHORS and INSTALL From: Andy Dougherty Date: Thu, 18 Jul 2002 12:40:05 -0400 (EDT) Message-ID: Branch: perl ! INSTALL ____________________________________________________________________________ [ 17623] By: jhi on 2002/07/18 13:18:25 Log: Subject: Re: [PATCH] AUTHORS and INSTALL From: Chris Ball Date: 18 Jul 2002 15:10:25 +0100 Message-ID: <86znwp5dpq.fsf@void.printf.net> Remind that Perl 5.8.0 is binary incompatible. Branch: perl ! INSTALL ____________________________________________________________________________ [ 17622] By: jhi on 2002/07/18 13:03:43 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17621] By: jhi on 2002/07/18 12:49:48 Log: Subject: [PATCH] AUTHORS and INSTALL From: Richard.Foley@t-online.de Date: Thu, 18 Jul 2002 14:31:16 +0200 Message-ID: <17VBSS-29nwUCC@fwd03.sul.t-online.com> Branch: perl ! AUTHORS INSTALL ____________________________________________________________________________ [ 17620] By: jhi on 2002/07/18 12:43:16 Log: NetWare tweaks from Ananth Kesari (the #17601 helped also NetWare) Branch: perl ! NetWare/Makefile NetWare/t/NWScripts.pl ____________________________________________________________________________ [ 17619] By: jhi on 2002/07/18 12:35:28 Log: Update on OS/2 status. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17618] By: nick on 2002/07/18 07:31:01 Log: Integrate mainline Branch: perlio !> hints/darwin.sh makedef.pl pod/perldelta.pod pod/perlfunc.pod !> pod/perlnumber.pod pod/perltoc.pod pp_sys.c sv.c ____________________________________________________________________________ [ 17617] By: jhi on 2002/07/18 04:42:13 Log: It would seem that Mac OS X has fixed the INT32_MIN INT64_MIN. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 17616] By: jhi on 2002/07/18 04:01:33 Log: Subject: [perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles From: Leif Huhn (via RT) Date: 17 Jul 2002 20:56:55 -0000 Message-Id: Popping off an Off_t tested for sizeof(size_t), when it was supposed to be testing for sizeof(off_t). Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 17615] By: jhi on 2002/07/18 03:26:10 Log: Further OS/2 symbol tweaking. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 17614] By: jhi on 2002/07/17 21:51:10 Log: Subject: Re: sprintf: fix and docs From: Hugo van der Sanden Date: Wed, 17 Jul 2002 23:36:20 +0100 Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk> Branch: perl ! pod/perlfunc.pod sv.c ____________________________________________________________________________ [ 17613] By: jhi on 2002/07/17 21:10:16 Log: Reintroduce #17486, but this time with Sebastian Wittmeier's tweak, now OS/2 is happier (affects only OS/2) Branch: perl ! makedef.pl ____________________________________________________________________________ [ 17612] By: jhi on 2002/07/17 21:07:10 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17611] By: jhi on 2002/07/17 21:05:16 Log: Document the DJGPP status. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17610] By: jhi on 2002/07/17 20:16:56 Log: UTF-8 news tweak. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17609] By: jhi on 2002/07/17 20:07:04 Log: Subject: [DOCPATCH] perlnum.pod is wrong From: Nicholas Clark Date: Wed, 17 Jul 2002 22:02:54 +0100 Message-ID: <20020717210254.GC402@Bagpuss.unfortu.net> Branch: perl ! pod/perlnumber.pod ____________________________________________________________________________ [ 17608] By: rgs on 2002/07/17 19:30:55 Log: Typo. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17607] By: nick on 2002/07/17 19:30:39 Log: Integrate mainline Branch: perlio !> AUTHORS Changes README.cygwin ext/Encode/Encode.pm !> lib/Config.t patchlevel.h pod/perldebug.pod pod/perldelta.pod !> pod/perlport.pod pod/perltoc.pod sv.c t/op/glob.t !> utils/perlbug.PL ____________________________________________________________________________ [ 17605] By: jhi on 2002/07/17 16:47:32 Log: Mac OS X dyld problems: be less destructive. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17604] By: jhi on 2002/07/17 16:26:34 Log: DJGPP reclaimed. Branch: perl ! pod/perldelta.pod pod/perlport.pod ____________________________________________________________________________ [ 17603] By: jhi on 2002/07/17 15:08:14 Log: Subject: AUTHORS From: Hugo van der Sanden Date: Wed, 17 Jul 2002 17:04:44 +0100 Message-Id: <200207171604.g6HG4iO03603@crypt.compulink.co.uk> Correct Hugo's email address. Branch: perl ! AUTHORS utils/perlbug.PL ____________________________________________________________________________ [ 17602] By: jhi on 2002/07/17 14:43:49 Log: Integrate change #17588 from macperl: Small test fixes for Mac OS $Config{cc} is generated dynamically on MacPerl, so looking at raw config_sh() fails op/glob.t never worked before, oops :-) Branch: perl !> lib/Config.t t/op/glob.t ____________________________________________________________________________ [ 17601] By: jhi on 2002/07/17 14:08:48 Log: NI-S' stab at the #17270 mystery. Branch: perl ! sv.c ____________________________________________________________________________ [ 17600] By: jhi on 2002/07/17 13:58:54 Log: Add a pointer to the utf8 pragma doc. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17599] By: jhi on 2002/07/17 13:35:29 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17598] By: jhi on 2002/07/17 13:34:21 Log: Update AUTHORS. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17597] By: jhi on 2002/07/17 12:57:42 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17596] By: jhi on 2002/07/17 12:46:20 Log: Ivan Kurmanov pointed out that the whole "use utf8" semantics change was missing from Incompatible Changes. Ooops. (Also tweaked the announcement.) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17595] By: jhi on 2002/07/17 12:35:07 Log: Doc deduplication by Ivan Kurmanov . Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17594] By: jhi on 2002/07/17 12:29:42 Log: Integrate perlio: [ 17587] Fix :scalar layer to allow it to exist under other layers. Actual fix is just the if (!f) test before calling PerlIO_allocate(). Rest of change is conforming to standard indent. Branch: perl !> ext/PerlIO/scalar/scalar.xs ____________________________________________________________________________ [ 17593] By: jhi on 2002/07/17 12:25:39 Log: Also the NetWare breakage was due to #17270, go figure. Branch: perl ! sv.c ____________________________________________________________________________ [ 17592] By: jhi on 2002/07/17 12:21:07 Log: Subject: patch against perldebug.pod From: Jim Cromie Date: Wed, 17 Jul 2002 08:48:38 -0400 Message-ID: <3D3567A6.5070404@divsol.com> Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 17591] By: jhi on 2002/07/17 12:18:24 Log: Subject: [PATCH] Encode::FB_QUIET From: Tatsuhiko Miyagawa Date: Wed, 17 Jul 2002 18:25:01 +0900 Message-ID: <86adoq4sgi.wl@mail.edge.co.jp> Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 17590] By: jhi on 2002/07/17 12:14:21 Log: Cygwin is at 1.3.12. Branch: perl ! README.cygwin ____________________________________________________________________________ [ 17589] By: pudge on 2002/07/17 11:28:37 Log: Config/Makefile/test updates Branch: macperl ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh ! macos/macperl/Makefile.mk ____________________________________________________________________________ [ 17588] By: pudge on 2002/07/17 11:28:02 Log: Small test fixes for Mac OS $Config{cc} is generated dynamically on MacPerl, so looking at raw config_sh() fails op/glob.t never worked before, oops :-) Branch: macperl ! lib/Config.t t/op/glob.t ____________________________________________________________________________ [ 17587] By: nick on 2002/07/17 06:33:58 Log: Fix :scalar layer to allow it to exist under other layers. Actual fix is just the if (!f) test before calling PerlIO_allocate(). Rest of change is conforming to standard indent. Branch: perlio ! ext/PerlIO/scalar/scalar.xs ____________________________________________________________________________ [ 17586] By: nick on 2002/07/17 06:32:10 Log: Integrate mainline Branch: perlio !> ext/Encode/encoding.pm hints/mpeix.sh lib/Net/Ping.pm !> lib/Net/Ping/Changes lib/Net/Ping/README !> lib/Net/Ping/t/200_ping_tcp.t mpeix/nm sv.c ____________________________________________________________________________ [ 17585] By: pudge on 2002/07/17 04:09:40 Log: Integrate perl Branch: macperl !> (integrate 53 files) ____________________________________________________________________________ [ 17584] By: jhi on 2002/07/17 03:11:53 Log: Upgrade to Net::Ping 2.20. Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README ! lib/Net/Ping/t/200_ping_tcp.t ____________________________________________________________________________ [ 17583] By: jhi on 2002/07/16 21:14:36 Log: DJGPP was broken by #17270. Because of the time crunch we may not have time to investigate how that is possible, since the #17270 was trying to protect against illegal memory accesses... (the breakage of the DJGPP build was manifested by configpm eating up all the available memory) Branch: perl ! sv.c ____________________________________________________________________________ [ 17582] By: jhi on 2002/07/16 20:18:32 Log: MPE/iX fixes from Mark Bixby. Branch: perl ! hints/mpeix.sh mpeix/nm ____________________________________________________________________________ [ 17581] By: rgs on 2002/07/16 19:49:16 Log: Remove bad advice : -M doesn't work on the #! line Branch: perl ! ext/Encode/encoding.pm ____________________________________________________________________________ [ 17580] By: nick on 2002/07/16 19:41:34 Log: Integrate mainline (what a lot of change during freeze!) Branch: perlio !> (integrate 41 files) ____________________________________________________________________________ [ 17579] By: jhi on 2002/07/16 18:13:50 Log: With very high probability this 8-space wants to be a 1-tab. Branch: perl ! lib/ExtUtils/MM_NW5.pm ____________________________________________________________________________ [ 17578] By: jhi on 2002/07/16 17:56:17 Log: Remove the extra warning since after it the right thing is attempted (and that gives a warning if necessary). Branch: perl ! x2p/s2p.PL ____________________________________________________________________________ [ 17577] By: jhi on 2002/07/16 17:53:47 Log: Subject: [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong From: W.BRISCOE@ponl.com Date: Tue, 16 Jul 2002 08:24:00 +0100 Message-Id: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 17576] By: jhi on 2002/07/16 13:58:32 Log: Subject: sprintf: fix and docs From: Hugo van der Sanden Date: Tue, 16 Jul 2002 16:01:12 +0100 Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk> Branch: perl ! pod/perlfunc.pod sv.c ____________________________________________________________________________ [ 17575] By: jhi on 2002/07/16 13:47:11 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17574] By: jhi on 2002/07/16 13:30:22 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17573] By: jhi on 2002/07/16 13:14:34 Log: Mac OS X dyld problem: try more direct action first. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17572] By: jhi on 2002/07/16 13:06:04 Log: More explicit solution for the Mac OS X "dyld undefined symbols" problem. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17571] By: jhi on 2002/07/16 12:25:07 Log: Upgrade to Locale::Codes 2.06. Branch: perl ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README ! lib/Locale/Country.pm lib/Locale/Country.pod ! lib/Locale/Currency.pm lib/Locale/Language.pm ! lib/Locale/Script.pm ____________________________________________________________________________ [ 17570] By: gsar on 2002/07/16 02:57:47 Log: integrate a variant of change#17568 from maint-5.6 branch (the do_exec parts elided so that change is restricted strictly to windows; binary compatibility stubs not needed) Branch: perl ! embed.fnc embed.h global.sym iperlsys.h makedef.pl pp_sys.c ! proto.h win32/perlhost.h win32/win32.c win32/win32.h ____________________________________________________________________________ [ 17569] By: jhi on 2002/07/16 02:26:12 Log: Integrate change #16844 from maint: extension of change#16332: isolate signal diddling to the main interpreter (fixes signal-related races, e.g. when multiple threads run system()) Branch: perl !> util.c ____________________________________________________________________________ [ 17568] By: gsar on 2002/07/16 01:26:12 Log: on windows, expose do_{spawn,spawn_nowait,exec,aspawn} as part of perl API; as a result spawnvp() is now the only one that belongs in iperlsys.h interface (stubs retained in structure for bincompat) Branch: maint-5.6/perl ! embed.h embed.pl global.sym globals.c iperlsys.h makedef.pl ! objXSUB.h perlapi.c pp_sys.c proto.h win32/perlhost.h ! win32/win32.c win32/win32.h ____________________________________________________________________________ [ 17567] By: gsar on 2002/07/16 00:27:12 Log: integrate change#17566 from maint-5.6 branch on windows, ensure child processes that get run via backticks get the right pipe handle at stdin/stdout; this is needed to make subprocesses see the correct standard handles such that backticks and piped open()s work when run from within GUI applications this also makes it possible to launch wperl.exe in backticks from within an application that has no std handles without a new blank console window popping up Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 17566] By: gsar on 2002/07/16 00:06:14 Log: on windows, ensure child processes that get run via backticks get the right pipe handle at stdin/stdout; this is needed to make subprocesses see the correct standard handles such that backticks and piped open()s work when run from within GUI applications this also makes it possible to launch wperl.exe in backticks from within an application that has no std handles without a new blank console window popping up Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 17565] By: gsar on 2002/07/15 23:58:49 Log: change#16528 merged the fix for my_popen() but missed my_popen_list() which had the same code (and bugs) duplicated; add changes#16329,16331 into my_popen_list() Branch: perl ! util.c ____________________________________________________________________________ [ 17564] By: gsar on 2002/07/15 23:45:08 Log: add missing xref in Changes Branch: perl ! Changes ____________________________________________________________________________ [ 17563] By: jhi on 2002/07/15 22:38:31 Log: IRIX -O2 trick (needs verification from John P. Linderman) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17562] By: jhi on 2002/07/15 22:30:29 Log: Subject: Typo? in perlxstut.pod + PATCH From: "John P. Linderman" Date: Mon, 15 Jul 2002 14:08:47 -0400 (EDT) Message-Id: <200207151808.OAA53989@raptor.research.att.com> Branch: perl ! pod/perlxstut.pod ____________________________________________________________________________ [ 17561] By: jhi on 2002/07/15 21:11:04 Log: Split "Known problems" into "Known problems" (generic, or shared among several platforms) and "Platform Specific Problems". Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17560] By: rgs on 2002/07/15 20:13:22 Log: Clarify the PerlIO::scalar docs (suggested by Elizabeth Mattijsen.) Branch: perl ! ext/PerlIO/scalar/scalar.pm ____________________________________________________________________________ [ 17559] By: jhi on 2002/07/15 18:59:23 Log: Retract #17486: OS/2 didn't like it. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 17558] By: jhi on 2002/07/15 18:39:11 Log: Add #!./perl, noticed by John Adams. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 17557] By: jhi on 2002/07/15 17:14:41 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17556] By: jhi on 2002/07/15 17:12:28 Log: Add a section on ithreads; rearrange the sections a bit. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17555] By: jhi on 2002/07/15 16:29:06 Log: Subject: Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 15 Jul 2002 10:04:02 -0700 Message-ID: Document which tests will fail. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17554] By: jhi on 2002/07/15 16:26:55 Log: Subject: [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F From: Rainer Orth Date: Mon, 15 Jul 2002 19:23:54 +0200 (MET DST) Message-Id: <5.8.0_22255_1026753561@rimsky> (also raise the gcc minimum to 2.95.3) Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 17553] By: jhi on 2002/07/15 14:56:42 Log: configure.gnu wants to be executable, too. Branch: perl ! Porting/makerel ____________________________________________________________________________ [ 17552] By: jhi on 2002/07/15 14:35:31 Log: DJGPP broke after 5.7.3, so that's good news. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17551] By: jhi on 2002/07/15 13:49:27 Log: Retract #17550: the build/test time warnings do not belong to perldelta, they belong to the announcement. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17550] By: jhi on 2002/07/15 13:46:51 Log: (retracted by #17551) Copy the warnings about build and test times from the RC announcements to perldelta. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17549] By: jhi on 2002/07/15 13:38:53 Log: Try to future proof the op/taint. Branch: perl ! t/op/taint.t ____________________________________________________________________________ [ 17548] By: jhi on 2002/07/15 13:35:49 Log: Squash "uninitialized" warning from gcc. Branch: perl ! sv.c ____________________________________________________________________________ [ 17547] By: jhi on 2002/07/15 13:33:20 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17546] By: jhi on 2002/07/15 13:04:59 Log: Subject: Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH] From: Tim Bunce Date: Mon, 15 Jul 2002 12:14:54 +0100 Message-ID: <20020715121454.F20682@dansat.data-plan.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 17545] By: jhi on 2002/07/15 13:01:48 Log: Subject: RC3: lib/constant.t #35 From: Tatsuhiko Miyagawa Date: Mon, 15 Jul 2002 16:29:28 +0900 Message-ID: <86adotwisn.wl@mail.edge.co.jp> Assuming " " in error messages does not work in Japanese, just skip the test (even the #34 is suspicious). Branch: perl ! lib/constant.t ____________________________________________________________________________ [ 17544] By: jhi on 2002/07/15 12:57:52 Log: Upgrade to podlators 1.23. Branch: perl ! lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm ! lib/Pod/Text/Termcap.pm pod/pod2man.PL pod/pod2text.PL ____________________________________________________________________________ [ 17543] By: nick on 2002/07/15 06:56:42 Log: Integrate mainline Branch: perlio !> (integrate 28 files) ____________________________________________________________________________ [ 17542] By: jhi on 2002/07/15 04:03:51 Log: Say something about missing "Perl_get_sv". Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17541] By: jhi on 2002/07/15 03:31:05 Log: Subject: Re: Regexp causes coredump From: Hugo van der Sanden Date: Mon, 15 Jul 2002 02:22:35 +0100 Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 17540] By: jhi on 2002/07/14 21:56:52 Log: Upgrade to Term::ANSIColor 1.05. Branch: perl ! lib/Term/ANSIColor.pm ____________________________________________________________________________ [ 17539] By: jhi on 2002/07/14 19:57:54 Log: Test skip counter tweak from Craig Berry. Branch: perl ! t/op/taint.t ____________________________________________________________________________ [ 17538] By: jhi on 2002/07/14 18:17:31 Log: Subject: Re: [ID 20020713.008] %vd eats two arguments From: Hugo van der Sanden Date: Sun, 14 Jul 2002 19:00:12 +0100 Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk> Branch: perl ! sv.c t/op/sprintf.t ____________________________________________________________________________ [ 17537] By: jhi on 2002/07/14 16:04:35 Log: Unfortunately we have to downgrade the status of DJGPP. Branch: perl ! pod/perldelta.pod pod/perlport.pod ____________________________________________________________________________ [ 17536] By: jhi on 2002/07/14 15:58:12 Log: I would say the long double support has matured enough. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17535] By: jhi on 2002/07/14 15:56:01 Log: The z/OS problems are dependent on the environment; Merijn Broeren didn't hit the pat.t crash. Now we only need to figure out what's different in the environments... Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17534] By: jhi on 2002/07/14 15:53:08 Log: perldelta didn't know of FreeBSD 4.6 readdir_r. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17533] By: jhi on 2002/07/14 15:48:46 Log: perldelta shuffling. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17532] By: jhi on 2002/07/14 15:30:38 Log: Document the Thread:: change. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17531] By: jhi on 2002/07/14 15:26:51 Log: Add a few new diagnostics. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17530] By: jhi on 2002/07/14 14:37:28 Log: Move the debugger changes from "diagnostics" to "fixes". Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17529] By: pudge on 2002/07/14 12:09:00 Log: Integrate perl Branch: macperl +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t ____________________________________________________________________________ [ 17528] By: pudge on 2002/07/14 12:07:17 Log: Integrate perl Branch: macperl +> ext/MIME/Base64/t/quoted-print.t ext/ODBM_File/hints/linux.pl +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx lib/Config.t +> lib/Math/BigInt/t/bare_mif.t lib/Pod/t/text.t +> lib/Thread/Queue.t lib/Thread/Semaphore.t - ext/MIME/Base64/t/qp.t ext/PerlIO/Scalar/Makefile.PL - ext/PerlIO/Scalar/Scalar.pm ext/PerlIO/Scalar/Scalar.xs - ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm - ext/PerlIO/Via/Via.xs ext/threads/shared/queue.pm - ext/threads/shared/semaphore.pm ext/threads/shared/t/queue.t - ext/threads/shared/t/semaphore.t !> (integrate 157 files) ____________________________________________________________________________ [ 17527] By: jhi on 2002/07/13 23:07:10 Log: This is 5.8.0 RC3. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 17526] By: jhi on 2002/07/13 23:05:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17525] By: jhi on 2002/07/13 22:31:07 Log: Small pod nits. Branch: perl ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod ____________________________________________________________________________ [ 17524] By: jhi on 2002/07/13 22:26:10 Log: Update perlhist. Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 17523] By: jhi on 2002/07/13 22:24:19 Log: metaconfig unit changes for #17522. Branch: metaconfig/U/perl + IncClean.U ! gccvers.U ____________________________________________________________________________ [ 17522] By: jhi on 2002/07/13 22:24:02 Log: Regen Configure. Branch: perl ! Configure Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 17521] By: jhi on 2002/07/13 14:14:16 Log: Update the CPAN sites list in perlmodlib, regen toc. Branch: perl ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 17520] By: jhi on 2002/07/13 13:51:55 Log: Subject: [PATCH] perlbug From: Ask Bjoern Hansen Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT) Message-ID: <20020713074456.M95399-100000@miette.develooper.com> Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 17519] By: jhi on 2002/07/13 13:35:57 Log: More admonishment that one shouldn't waste one's efforts on 5.005 threads any more. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17518] By: jhi on 2002/07/13 13:29:07 Log: The installation of the 5.005threads {Queue,Semaphore}.pm didn't quite work. Branch: perl ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl ____________________________________________________________________________ [ 17517] By: rgs on 2002/07/13 11:46:14 Log: Minor doc changes for PerlIO::via. Branch: perl ! ext/PerlIO/via/via.pm ____________________________________________________________________________ [ 17516] By: rgs on 2002/07/13 11:28:01 Log: The warning "Use of tainted arguments in %s is deprecated" was incorrectly reported whenever system or exec was invoked with multiple arguments. Branch: perl ! pod/perldiag.pod pp_sys.c t/op/taint.t ____________________________________________________________________________ [ 17515] By: nick on 2002/07/13 09:18:03 Log: Integrate mainline Branch: perlio +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx +> lib/Thread/Queue.t lib/Thread/Semaphore.t - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t !> (integrate 54 files) ____________________________________________________________________________ [ 17514] By: jhi on 2002/07/13 00:10:07 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17513] By: jhi on 2002/07/13 00:03:04 Log: Document that using threads/pseudofork inside BEGINs does not work. Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 17512] By: jhi on 2002/07/12 23:53:22 Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug From: Elizabeth Mattijsen Date: Fri, 12 Jul 2002 23:45:52 +0200 Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl> Branch: perl ! ext/threads/shared/shared.pm ____________________________________________________________________________ [ 17511] By: jhi on 2002/07/12 23:52:34 Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug From: Elizabeth Mattijsen Date: Fri, 12 Jul 2002 23:30:16 +0200 Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl> Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 17510] By: jhi on 2002/07/12 23:46:45 Log: Update the 5.005threads failure status. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17509] By: jhi on 2002/07/12 23:44:17 Log: threads::shared::queue and semaphore become Thread::Semaphore and Queue. The 5005threads case where the old Semaphore and Queue.pm (they are disguised as .pmx) should get magically installed instead has not been tested. Branch: perl + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx + lib/Thread/Queue.t lib/Thread/Semaphore.t - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod ! pod/perlthrtut.pod pod/perltoc.pod ____________________________________________________________________________ [ 17508] By: jhi on 2002/07/12 20:06:23 Log: Subject: Re: Clock skew failures in Memoize test suite From: Mark-Jason Dominus Date: Fri, 12 Jul 2002 14:17:56 -0400 Message-ID: <20020712181756.9595.qmail@plover.com> To: sthoenna@efn.org (Yitzchak Scott-Thoennes) (an accidental dual submit...) Subject: lib/Config.t : why 900 entries? From: "Craig A. Berry" Date: Fri, 12 Jul 2002 16:02:59 -0500 Message-Id: (dropping the limit from 750 down to 500) Branch: perl ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t ____________________________________________________________________________ [ 17507] By: jhi on 2002/07/12 18:51:16 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17506] By: jhi on 2002/07/12 17:45:34 Log: Many of the feared z/OS failures turned out to be false alarms. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17505] By: jhi on 2002/07/12 15:42:07 Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH] From: Tim Bunce Date: Fri, 12 Jul 2002 17:25:09 +0100 Message-ID: <20020712172509.B568@dansat.data-plan.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 17504] By: jhi on 2002/07/12 13:53:15 Log: Easy z/OS fix by skipping raw UTF-8. Branch: perl ! pod/perldelta.pod t/op/subst.t ____________________________________________________________________________ [ 17503] By: jhi on 2002/07/12 13:41:34 Log: Update the z/OS situation. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17502] By: jhi on 2002/07/12 13:08:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17501] By: jhi on 2002/07/12 12:56:57 Log: Regen modlib, toc. Branch: perl ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 17500] By: jhi on 2002/07/12 12:47:11 Log: Document that one cannot "proxy" enable threading. Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 17499] By: jhi on 2002/07/12 12:43:15 Log: Subject: Re: Thread object by tid? From: Elizabeth Mattijsen Date: Fri, 12 Jul 2002 00:27:53 +0200 Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl> Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 17498] By: jhi on 2002/07/12 12:39:00 Log: Subject: [PATCH9 BigInt v1.60 fix for "\n" From: Tels Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST) Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi> Branch: perl ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/sub_mbi.t ____________________________________________________________________________ [ 17497] By: jhi on 2002/07/12 02:53:12 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17496] By: jhi on 2002/07/12 00:03:03 Log: BeOS failure merge, noticed by Daniel Berger. Branch: perl ! README.beos pod/perldelta.pod ____________________________________________________________________________ [ 17495] By: jhi on 2002/07/11 21:40:05 Log: Can't get #17492 to work with -Uuseperlio otherwise (either coredumps or warnings about failing to close _GEN_0 ensue) Branch: perl ! ext/XS/Typemap/Typemap.t ____________________________________________________________________________ [ 17494] By: jhi on 2002/07/11 21:00:31 Log: Subject: Re: $Storable::drop_utf8 is undeclared From: Nicholas Clark Date: Thu, 11 Jul 2002 22:40:05 +0100 Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 17493] By: jhi on 2002/07/11 19:47:28 Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17492] By: jhi on 2002/07/11 19:42:35 Log: Subject: [PATCH] finall fix core dump in XS::Typemap From: Tim Jenness Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST) Message-ID: Branch: perl ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs ____________________________________________________________________________ [ 17491] By: jhi on 2002/07/11 19:16:31 Log: Microdoctweak. Branch: perl ! pod/perlapio.pod ____________________________________________________________________________ [ 17490] By: jhi on 2002/07/11 19:14:28 Log: metaconfig unit change for #17489. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 17489] By: jhi on 2002/07/11 19:14:09 Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build From: "Gerrit P. Haase" Date: Thu, 11 Jul 2002 21:35:41 +0200 Message-ID: <311512104521.20020711213541@familiehaase.de> (plus add a warning about NDBM_File on FAT to README.cygwin) Branch: perl ! Configure README.cygwin ____________________________________________________________________________ [ 17488] By: jhi on 2002/07/11 16:48:09 Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS From: "Craig A. Berry" Date: Thu, 11 Jul 2002 12:44:41 -0500 Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 17487] By: jhi on 2002/07/11 15:45:33 Log: Subject: [PATCH] Re: BigInt and "\n" From: Tels Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST) Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm ____________________________________________________________________________ [ 17486] By: jhi on 2002/07/11 15:43:44 Log: Apparently OS/2 likes to export the Perl malloc interface to external libraries and the #16291 broke that when removing the bincompat5005 feature. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 17485] By: jhi on 2002/07/11 15:41:32 Log: Document better the PerlIO_{export,release,import}FILE() relationships (or the lack thereof). Branch: perl ! perlio.c pod/perlapio.pod ____________________________________________________________________________ [ 17484] By: nick on 2002/07/11 15:33:53 Log: Integrate mainline Branch: perlio !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod !> vms/ext/Stdio/Stdio.xs ____________________________________________________________________________ [ 17483] By: jhi on 2002/07/11 15:32:31 Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE From: "Craig A. Berry" Date: Thu, 11 Jul 2002 11:09:03 -0500 Message-Id: Branch: perl ! vms/ext/Stdio/Stdio.xs ____________________________________________________________________________ [ 17482] By: jhi on 2002/07/11 14:46:11 Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits From: Autrijus Tang Date: Thu, 11 Jul 2002 23:30:23 +0800 Message-ID: <20020711153023.GA20806@not.autrijus.org> Branch: perl ! lib/Locale/Maketext/TPJ13.pod ____________________________________________________________________________ [ 17481] By: sky on 2002/07/11 13:02:15 Log: Don't set the context to the running thread before we run destroy on the old, cures segfault on linux. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 17480] By: jhi on 2002/07/11 12:24:53 Log: Integrate perlio: [ 17478] Various core-dump preventions for cases Craig found on VMS. Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed. [ 17479] (Re-)instate :pop as a "back door" to perl level layer stack manipulation. Branch: perl !> lib/PerlIO.pm perlio.c ____________________________________________________________________________ [ 17479] By: nick on 2002/07/11 09:16:46 Log: (Re-)instate :pop as a "back door" to perl level layer stack manipulation. Branch: perlio ! lib/PerlIO.pm perlio.c ____________________________________________________________________________ [ 17478] By: nick on 2002/07/11 08:43:28 Log: Various core-dump preventions for cases Craig found on VMS. Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 17477] By: nick on 2002/07/11 07:42:34 Log: Integrate mainline Branch: perlio !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm !> ext/Storable/t/integer.t ext/threads/shared/shared.pm !> ext/threads/t/list.t ext/threads/threads.pm !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t !> patchlevel.h pod/perldelta.pod pod/perldiag.pod !> pod/perliol.pod regexec.c t/op/magic.t ____________________________________________________________________________ [ 17476] By: sky on 2002/07/11 05:35:53 Log: Problem fixed with detached threads reported by Stacy Maughan and debugged by Jan Dubois. Problem occured when a thread cleared itself out and then switched back to itself (which was gone) and wanted a function pointer for the PerlMemShared free. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 17475] By: jhi on 2002/07/10 23:36:37 Log: Small threads docs cleanups. Branch: perl ! ext/threads/shared/shared.pm ext/threads/threads.pm ! pod/perldiag.pod ____________________________________________________________________________ [ 17474] By: jhi on 2002/07/10 23:21:10 Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm From: Dave Mitchell Date: Thu, 11 Jul 2002 01:15:18 +0100 Message-ID: <20020711011518.B27438@fdgroup.com> Branch: perl ! ext/threads/shared/shared.pm ____________________________________________________________________________ [ 17473] By: jhi on 2002/07/10 23:20:10 Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT specific and known to work on the platforms that need it), on Sarathy's advice. Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 17472] By: jhi on 2002/07/10 21:43:45 Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03 From: Nicholas Clark Date: Wed, 10 Jul 2002 23:17:36 +0100 Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/integer.t ____________________________________________________________________________ [ 17471] By: jhi on 2002/07/10 20:27:07 Log: Subject: [PATCH] QuotedPrint.t From: Elizabeth Mattijsen Date: Wed, 10 Jul 2002 21:29:54 +0200 Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl> Branch: perl ! lib/PerlIO/via/t/QuotedPrint.t ____________________________________________________________________________ [ 17470] By: jhi on 2002/07/10 20:24:47 Log: From: Elizabeth Mattijsen Subject: [DOC PATCH] some doc nits after 17463 Date: Wed, 10 Jul 2002 21:13:52 +0200 Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl> Branch: perl ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm ! pod/perldelta.pod pod/perliol.pod ____________________________________________________________________________ [ 17469] By: jhi on 2002/07/10 20:19:55 Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake From: "Mattia Barbon" Date: Wed, 10 Jul 2002 18:47:45 +0200 Message-ID: <3D2C8151.30381.12DE80@localhost> Branch: perl ! lib/ExtUtils/MM_Win95.pm ____________________________________________________________________________ [ 17468] By: jhi on 2002/07/10 20:13:49 Log: Regen Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 17467] By: jhi on 2002/07/10 20:10:23 Log: Retract #17375: contrary to intention, it was actually harmful on EBCDIC (configpm broke). Branch: perl ! regexec.c ____________________________________________________________________________ [ 17466] By: sky on 2002/07/10 17:59:19 Log: Makes list skip the main thread. Branch: perl ! ext/threads/t/list.t ext/threads/threads.xs ____________________________________________________________________________ [ 17465] By: jhi on 2002/07/10 14:14:13 Log: More about the dangers of indent. Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 17464] By: jhi on 2002/07/10 12:42:20 Log: Small perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17463] By: jhi on 2002/07/10 11:43:09 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17462] By: jhi on 2002/07/10 11:27:44 Log: EBCDIC has different codepoints. Branch: perl ! lib/PerlIO/via/t/QuotedPrint.t ____________________________________________________________________________ [ 17461] By: nick on 2002/07/10 06:58:47 Log: Integrate mainline (Via/via etc.) Branch: perlio +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs !> (integrate 34 files) ____________________________________________________________________________ [ 17460] By: jhi on 2002/07/10 03:58:58 Log: If no PerlIO, no PerlIO::via. Branch: perl ! lib/PerlIO/via/t/QuotedPrint.t ____________________________________________________________________________ [ 17459] By: jhi on 2002/07/10 00:57:29 Log: Too much cut-and-paste from Term::Complete.t; be more paranoid on readonlyness Branch: perl ! lib/Config.t ____________________________________________________________________________ [ 17458] By: jhi on 2002/07/09 23:29:52 Log: Test Config. Branch: perl + lib/Config.t ! MANIFEST ____________________________________________________________________________ [ 17457] By: jhi on 2002/07/09 22:36:27 Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict' From: Kay Röpke Date: Tue, 9 Jul 2002 14:12:10 +0200 Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de> Branch: perl ! op.c t/lib/strict/subs ____________________________________________________________________________ [ 17456] By: jhi on 2002/07/09 21:35:33 Log: Detypo. Branch: perl ! ext/threads/shared/shared.pm ____________________________________________________________________________ [ 17455] By: jhi on 2002/07/09 21:32:44 Log: Subject: [PATCH] fix 17425 for VMS From: "Craig A. Berry" Date: Tue, 09 Jul 2002 17:07:12 -0500 Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 17454] By: jhi on 2002/07/09 21:31:44 Log: Change PerlIO::Scalar and Via to scalar and via. Branch: perl + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t ! MANIFEST Porting/config.sh djgpp/config.over doio.c ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod ! pod/perltoc.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 17453] By: sky on 2002/07/09 21:23:31 Log: Update documentation with &share() non prototype checking version. Fix share so it once again returns a reference to whatever it just shared, so now you can do my &share([]); Remove check for useithreads and Config.pm from threads::shared, you can now always use threads::shared in your module without overhead of config.pm and without speed hit unless threads have been requested, share, cond_wait, cond_broadcast, cond_signal and lock all become noops, so does : share. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ____________________________________________________________________________ [ 17452] By: jhi on 2002/07/09 18:58:45 Log: Tweak perldelta for the new PerlIO::Vianess. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17451] By: jhi on 2002/07/09 18:53:11 Log: Update the port status. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17450] By: jhi on 2002/07/09 18:49:20 Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4! From: Robin Barker Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST) Message-Id: <200207091903.UAA09531@tempest.npl.co.uk> (the sprintf() spot in Dumper.xs fixed) Branch: perl ! ext/Data/Dumper/Dumper.xs perl.c util.c ____________________________________________________________________________ [ 17449] By: jhi on 2002/07/09 18:38:04 Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint From: Elizabeth Mattijsen Date: Mon, 08 Jul 2002 10:21:09 +0200 Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl> Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint From: Elizabeth Mattijsen Date: Tue, 09 Jul 2002 09:29:52 +0200 Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl> Branch: perl + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm ! ext/PerlIO/t/via.t pod/perliol.pod ____________________________________________________________________________ [ 17448] By: jhi on 2002/07/09 17:46:00 Log: Integrate perlio: [ 17446] Fix open(FH,"Via(Foo)","NonExistant") and other cases when :stdio as lower layer fails. [ 17447] Tidy PerlIO::Via - add test for open fail - add PerlIO_debug() diags to open paths - comments on API gaps - Update OPEN,SYSOPEN,FDOPEN pod entries. Branch: perl !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t !> perlio.c ____________________________________________________________________________ [ 17447] By: nick on 2002/07/09 17:13:41 Log: Tidy PerlIO::Via - add test for open fail - add PerlIO_debug() diags to open paths - comments on API gaps - Update OPEN,SYSOPEN,FDOPEN pod entries. Branch: perlio ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t ____________________________________________________________________________ [ 17446] By: nick on 2002/07/09 16:59:29 Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when :stdio as lower layer fails. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 17445] By: jhi on 2002/07/09 16:32:15 Log: Document how to re-indent. Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 17444] By: jhi on 2002/07/09 15:50:45 Log: Retract #17428, not needed in this version of File::Spec. Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 17443] By: jhi on 2002/07/09 15:41:57 Log: This is getting pretty fragmented (finish up #17441). Branch: perl ! pp_ctl.c t/op/eval.t ____________________________________________________________________________ [ 17442] By: nick on 2002/07/09 15:39:02 Log: Indentation normalize via indent -kr -nce -psl (Better indent incantations welcome - something for Porting/?) Branch: perlio ! ext/PerlIO/Via/Via.xs ____________________________________________________________________________ [ 17441] By: jhi on 2002/07/09 15:06:55 Log: Missing patch fragment, noted by Hugo. Branch: perl ! toke.c ____________________________________________________________________________ [ 17440] By: jhi on 2002/07/09 14:05:39 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17439] By: jhi on 2002/07/09 13:55:16 Log: Empty lines. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 17438] By: jhi on 2002/07/09 13:48:44 Log: Integrate perlio: [ 17431] SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File [ 17432] Core-dump prevention for open PIPE, "-|:stdio", "cat /etc/motd"; (root cause not yet fixed). [ 17433] Special case :stdio pushed method so that "-|:stdio" does not have an uninitialized layer on top. [ 17435] Call $encoding->decode($sv) without a $chk argument. This fixes modification of readonly value under use encoding(). Not a final fix as it does not warn on failed decode. [ 17437] perldiag patch for implied open of STDIN/STDOUT/STDERR in wrong mode. Branch: perl +> ext/ODBM_File/hints/linux.pl !> MANIFEST perlio.c pod/perldiag.pod sv.c ____________________________________________________________________________ [ 17437] By: nick on 2002/07/09 13:42:06 Log: perldiag patch for implied open of STDIN/STDOUT/STDERR in wrong mode. Branch: perlio ! pod/perldiag.pod ____________________________________________________________________________ [ 17436] By: jhi on 2002/07/09 13:05:43 Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled) From: Hans Ranke Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST) Message-Id: <5.8.0_12541_1026136670@regency> Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 17435] By: nick on 2002/07/09 12:38:01 Log: Call $encoding->decode($sv) without a $chk argument. This fixes modification of readonly value under use encoding(). Not a final fix as it does not warn on failed decode. Branch: perlio ! sv.c ____________________________________________________________________________ [ 17434] By: jhi on 2002/07/09 11:50:41 Log: Subject: [DOC PATCH] perlre, minor error From: "Steffen Mueller" Date: Tue, 9 Jul 2002 02:23:33 +0200 Message-ID: <20020709002024.28399.qmail@onion.perl.org> Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 17433] By: nick on 2002/07/09 11:42:32 Log: Special case :stdio pushed method so that "-|:stdio" does not have an uninitialized layer on top. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 17432] By: nick on 2002/07/09 09:38:45 Log: Core-dump prevention for open PIPE, "-|:stdio", "cat /etc/motd"; (root cause not yet fixed). Branch: perlio ! perlio.c ____________________________________________________________________________ [ 17431] By: nick on 2002/07/09 08:01:54 Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File Branch: perlio + ext/ODBM_File/hints/linux.pl ! MANIFEST ____________________________________________________________________________ [ 17430] By: nick on 2002/07/09 07:59:06 Log: Integrate mainline Branch: perlio +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t - ext/MIME/Base64/t/qp.t !> (integrate 48 files) ____________________________________________________________________________ [ 17429] By: jhi on 2002/07/09 00:17:49 Log: MIME::QuotedPrint is for bytes only; from Gisle. Branch: perl ! ext/MIME/Base64/QuotedPrint.pm ! ext/MIME/Base64/t/quoted-print.t ____________________________________________________________________________ [ 17428] By: jhi on 2002/07/08 23:26:49 Log: (retracted by #17444) Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR} From: Diab Jerius Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT) Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu> Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 17427] By: jhi on 2002/07/08 23:17:21 Log: Subject: patch against t/op/magic.t From: Jim Cromie Date: Mon, 08 Jul 2002 19:23:38 -0400 Message-ID: <3D2A1EFA.8050603@divsol.com> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 17426] By: jhi on 2002/07/08 21:38:24 Log: Subject: [DOC PATCH] Thread::Signal.pm From: Elizabeth Mattijsen Date: Mon, 08 Jul 2002 23:40:32 +0200 Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl> Branch: perl ! ext/Thread/Thread/Signal.pm ____________________________________________________________________________ [ 17425] By: jhi on 2002/07/08 20:10:15 Log: Integrate maint patches #17421, #17424: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT hack, $^X was improperly set to the script name when the script was run via the PATH; argv[0] in that case shows up as the bare name of the script rather than its fully qualified path, which meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails to recognize it as the running script name; fix tries to match bare script name in that case (from Gisle Aas) tweak change#17421 ($0 is full path to script even when script is invoked via PATH almost everywhere except Windows) Branch: perl !> t/op/magic.t toke.c ____________________________________________________________________________ [ 17424] By: gsar on 2002/07/08 19:54:10 Log: tweak change#17421 ($0 is full path to script even when script is invoked via PATH almost everywhere except Windows) Branch: maint-5.6/perl ! t/op/magic.t ____________________________________________________________________________ [ 17423] By: jhi on 2002/07/08 19:10:29 Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub From: Hugo van der Sanden Date: Mon, 08 Jul 2002 17:00:33 +0100 Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk> Branch: perl ! lib/File/Basename.pm op.c t/op/wantarray.t ____________________________________________________________________________ [ 17422] By: jhi on 2002/07/08 19:08:58 Log: Subject: [PATCH perl@17412] regcomp.c casting tweak From: "Craig A. Berry" Date: Mon, 08 Jul 2002 13:17:35 -0500 Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 17421] By: gsar on 2002/07/08 17:07:01 Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT hack, $^X was improperly set to the script name when the script was run via the PATH; argv[0] in that case shows up as the bare name of the script rather than its fully qualified path, which meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails to recognize it as the running script name; fix tries to match bare script name in that case (from Gisle Aas) Branch: maint-5.6/perl ! t/op/magic.t toke.c ____________________________________________________________________________ [ 17420] By: jhi on 2002/07/08 12:54:52 Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads From: Dave Mitchell Date: Mon, 8 Jul 2002 00:45:42 +0100 Message-ID: <20020708004542.B14412@fdgroup.com> Branch: perl ! README.solaris ____________________________________________________________________________ [ 17419] By: jhi on 2002/07/08 12:19:24 Log: Add a note about perlmonks as suggested by Ilya Martynov; add an admonition about "can you write my shopping cart script for me!!!" Branch: perl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 17418] By: jhi on 2002/07/08 12:11:31 Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod From: Iain Truskett Date: Mon, 8 Jul 2002 16:50:55 +1000 Message-ID: <20020708065055.GC14168@eh.org> Branch: perl ! pod/perlfaq2.pod pod/perlmodstyle.pod ____________________________________________________________________________ [ 17417] By: jhi on 2002/07/08 12:08:27 Log: Subject: [DOC PATCH] perlthrtut.pod From: Iain Truskett Date: Mon, 8 Jul 2002 13:53:59 +1000 Message-ID: <20020708035359.GB14168@eh.org> Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 17416] By: jhi on 2002/07/08 12:07:11 Log: Subject: [PATCH] t/op/glob.t From: Iain Truskett Date: Mon, 8 Jul 2002 11:59:21 +1000 Message-ID: <20020708015921.GA14168@eh.org> Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 17415] By: jhi on 2002/07/08 11:58:54 Log: More AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17414] By: jhi on 2002/07/07 22:17:28 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17413] By: jhi on 2002/07/07 21:42:20 Log: README tweaks. Branch: perl ! README.tru64 ____________________________________________________________________________ [ 17412] By: jhi on 2002/07/07 20:54:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17411] By: jhi on 2002/07/07 20:36:18 Log: Regen toc, modlib. Branch: perl ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 17410] By: rgs on 2002/07/07 20:31:37 Log: Replace the word "discipline" by "layer" almost everywhere, by Elizabeth Mattijsen. Branch: perl ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod ! pod/perluniintro.pod pod/perlvar.pod ____________________________________________________________________________ [ 17409] By: jhi on 2002/07/07 19:58:36 Log: Use the same name for the QP test as MIME::Base64 does. Branch: perl + ext/MIME/Base64/t/quoted-print.t - ext/MIME/Base64/t/qp.t ! MANIFEST ____________________________________________________________________________ [ 17408] By: jhi on 2002/07/07 18:48:06 Log: Don't install test pods. Branch: perl ! installman ____________________________________________________________________________ [ 17407] By: jhi on 2002/07/07 17:04:27 Log: Integrate maint patches #13474, #13478, #13584, and #16539; introduce the test case of [ID 20020623.009]. Once upon a time #13474 introduced evil coredumps, but now things seem to be better (tried both with and without ithreads). Branch: perl ! op.c t/run/fresh_perl.t ____________________________________________________________________________ [ 17406] By: jhi on 2002/07/07 15:29:28 Log: Upgrade to Math::BigInt 1.60. Branch: perl + lib/Math/BigInt/t/bare_mif.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t ____________________________________________________________________________ [ 17405] By: rgs on 2002/07/06 18:39:30 Log: Subject: Re: FreeBSD 4.6 imminent From: Nicholas Clark Date: Sat, 6 Jul 2002 16:07:38 +0100 Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net> Branch: perl ! README.freebsd ____________________________________________________________________________ [ 17404] By: nick on 2002/07/06 07:04:02 Log: Integrate mainline Branch: perlio !> t/README ____________________________________________________________________________ [ 17403] By: rgs on 2002/07/05 12:46:22 Log: Precisions and updates about running and writing tests. Branch: perl ! t/README ____________________________________________________________________________ [ 17402] By: nick on 2002/07/05 07:05:40 Log: Integrate mainline Branch: perlio !> (integrate 32 files) ____________________________________________________________________________ [ 17401] By: rgs on 2002/07/04 20:21:10 Log: Goes with change #17400. Branch: perl ! t/pod/podselect.xr ____________________________________________________________________________ [ 17400] By: rgs on 2002/07/04 14:44:32 Log: Subject: [DOC PATCH] minor typo in podselect.PL From: Dave Mitchell Date: Thu, 4 Jul 2002 15:30:53 +0100 Message-ID: <20020704153052.C1322@fdgroup.com> Branch: perl ! pod/podselect.PL ____________________________________________________________________________ [ 17399] By: rgs on 2002/07/04 12:01:21 Log: Typos and missing warning categories. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 17398] By: rgs on 2002/07/04 10:19:11 Log: Subject: Re: autom4te and perl 5.8.0 From: Andy Dougherty Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT) Message-ID: (with an additional paranoid nit : skip test unless -c $devnull) Branch: perl ! doio.c ext/Fcntl/t/fcntl.t ____________________________________________________________________________ [ 17397] By: rgs on 2002/07/04 08:58:23 Log: Subject: [PATCH] Win32 build broken From: "Mattia Barbon" Date: Wed, 3 Jul 2002 23:44:49 +0200 Message-ID: <3D238C71.6138.2E20AFC@localhost> (needed by change #17391) Branch: perl ! embed.fnc global.sym ____________________________________________________________________________ [ 17396] By: rgs on 2002/07/02 08:27:41 Log: Subject: [PATCH perl@17384] opendir() nit for VMS From: "Craig A. Berry" Date: Mon, 1 Jul 2002 22:55:30 -0500 Message-ID: Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 17395] By: rgs on 2002/07/01 18:41:17 Log: Subject: Re: Change 17385: AUTHORS updates. From: Philip Newton Date: Mon, 01 Jul 2002 20:30:59 +0200 Message-ID: Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17394] By: rgs on 2002/07/01 18:35:37 Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS From: "Craig A. Berry" Date: Mon, 01 Jul 2002 13:52:36 -0500 Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01> Branch: perl ! configure.com vms/test.com ____________________________________________________________________________ [ 17393] By: rgs on 2002/07/01 18:25:22 Log: Allow PerlIO::Via to look for modules in the default namespace PerlIO::Via::. Branch: perl ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t ____________________________________________________________________________ [ 17392] By: jhi on 2002/07/01 14:14:37 Log: Small speedup by inlining the easy bits of is_utf8_char() into is_utf8_string(). Branch: perl ! utf8.c ____________________________________________________________________________ [ 17391] By: jhi on 2002/07/01 13:42:28 Log: Subject: -Dr and unicode From: Hugo van der Sanden Date: Mon, 01 Jul 2002 13:28:05 +0100 Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 17390] By: jhi on 2002/07/01 13:40:44 Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k From: Hugo van der Sanden Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk> Date: Mon, 01 Jul 2002 13:28:04 +0100 Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 17389] By: rgs on 2002/07/01 13:04:18 Log: Goes with lib/open.pm diagnostics changes Branch: perl ! lib/open.t ____________________________________________________________________________ [ 17388] By: rgs on 2002/07/01 09:27:47 Log: Subject: [DOC PATCH] perliol.pod nit From: Elizabeth Mattijsen Date: Sun, 30 Jun 2002 23:52:05 +0200 Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl> Subject: [DOC PATCH] open.pm, no more discipline From: Elizabeth Mattijsen Date: Sun, 30 Jun 2002 23:02:50 +0200 Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl> Branch: perl ! lib/open.pm pod/perliol.pod ____________________________________________________________________________ [ 17387] By: rgs on 2002/07/01 09:26:02 Log: Subject: Threads doc patch From: Iain Truskett Date: Mon, 1 Jul 2002 14:58:14 +1000 Message-ID: <20020701045814.GB1805@eh.org> Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 17386] By: jhi on 2002/06/30 16:51:44 Log: Regen toc (skip the XS:: since they do not get installed) Branch: perl ! pod/buildtoc.PL pod/perltoc.pod ____________________________________________________________________________ [ 17385] By: jhi on 2002/06/30 16:31:35 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 17384] By: jhi on 2002/06/30 15:31:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17383] By: jhi on 2002/06/30 02:45:58 Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used when creation of new threads needs to duplicate the re struct) Branch: perl ! sv.c ____________________________________________________________________________ [ 17382] By: jhi on 2002/06/30 01:22:05 Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double From: Nicholas Clark Date: Sat, 29 Jun 2002 18:24:08 +0100 Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 17381] By: rgs on 2002/06/29 13:31:12 Log: Various precisions. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 17380] By: jhi on 2002/06/28 18:50:08 Log: (Retracted by #17383) Subject: Re: [ID 20020627.002] Regexp causing segmentation fault From: Hugo van der Sanden Date: Fri, 28 Jun 2002 14:29:43 +0100 Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk> Branch: perl ! sv.c ____________________________________________________________________________ [ 17379] By: jhi on 2002/06/28 18:36:57 Log: Subject: [PATCH rc2] README.os2 From: Ilya Zakharevich Date: Fri, 28 Jun 2002 13:32:39 -0400 Message-ID: <20020628133239.A26455@math.ohio-state.edu> Branch: perl ! README.os2 os2/Changes ____________________________________________________________________________ [ 17378] By: jhi on 2002/06/28 18:28:43 Log: Forgotten file. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 17377] By: nick on 2002/06/28 17:59:37 Log: Integrate mainline Branch: perlio +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t !> (integrate 27 files) ____________________________________________________________________________ [ 17376] By: jhi on 2002/06/28 13:15:17 Log: NetWare update from Ananth Kesari. Branch: perl ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm ____________________________________________________________________________ [ 17375] By: jhi on 2002/06/28 13:02:01 Log: (retracted by #17467) EBCDIC-safer. Branch: perl ! regexec.c ____________________________________________________________________________ [ 17374] By: rgs on 2002/06/28 12:07:49 Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings From: Steve Hay Date: Fri, 28 Jun 2002 12:23:37 +0100 Message-ID: <3D1C4739.4090002@uk.radan.com> Branch: perl ! lib/Tie/Handle.pm ____________________________________________________________________________ [ 17373] By: rgs on 2002/06/28 12:06:29 Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 24 Jun 2002 23:17:57 -0700 Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17372] By: jhi on 2002/06/27 20:53:44 Log: Inlining to avoid costly UTF-8 calls. Branch: perl ! regexec.c sv.c ____________________________________________________________________________ [ 17371] By: jhi on 2002/06/27 19:12:46 Log: Shave off some more of the Unicode regex slowness. Branch: perl ! regexec.c ____________________________________________________________________________ [ 17370] By: jhi on 2002/06/27 16:10:17 Log: Cure some of the slowness of [ID 20020627.001] regex and utf-8 performance problem. Branch: perl ! regexec.c ____________________________________________________________________________ [ 17369] By: rgs on 2002/06/27 11:12:43 Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub From: Hugo van der Sanden Date: Thu, 27 Jun 2002 11:58:57 +0100 Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk> Branch: perl ! op.c ____________________________________________________________________________ [ 17368] By: ams on 2002/06/27 02:39:13 Log: Subject: [DOC PATCH] DynaLoader.pm From: Elizabeth Mattijsen Date: Wed, 26 Jun 2002 20:27:25 +0200 Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl> Subject: [DOC PATCH] Base64.pm From: Elizabeth Mattijsen Date: Thu, 27 Jun 2002 00:54:10 +0200 Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl> Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm ____________________________________________________________________________ [ 17367] By: rgs on 2002/06/26 20:32:20 Log: chomp clarifications by Elizabeth Mattijsen. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17366] By: jhi on 2002/06/26 18:25:51 Log: Further tweaking on the Unicode s///. Branch: perl ! pp_hot.c t/op/subst.t ____________________________________________________________________________ [ 17365] By: jhi on 2002/06/26 18:01:09 Log: Subject: Re: Another Unicode s/// buglet? From: Hugo van der Sanden Date: Wed, 26 Jun 2002 18:43:18 +0100 Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk> Branch: perl ! regexec.c ____________________________________________________________________________ [ 17364] By: jhi on 2002/06/26 15:44:57 Log: Subject: Re: Another Unicode s/// buglet? From: Hugo van der Sanden Date: Wed, 26 Jun 2002 17:43:07 +0100 Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk> (only the test cases) Branch: perl ! t/op/subst.t ____________________________________________________________________________ [ 17363] By: jhi on 2002/06/26 15:41:48 Log: Integrate from macperl: [ 17345] Mac OS Test updates [ 17347] Support hints and OPTIMIZE in MM_MacOS [ 17348] Crank down optimization for Mac OS in Digest::MD5 Branch: perl +> ext/Digest/MD5/hints/MacOS.pl !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm !> lib/Test/Harness/t/strap-analyze.t !> lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 17362] By: jhi on 2002/06/26 15:25:45 Log: Let's not leak. Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 17361] By: rgs on 2002/06/26 15:24:24 Log: Subject: [PATCH rc2] os2/Changes From: Ilya Zakharevich Date: Wed, 26 Jun 2002 11:54:06 -0400 Message-ID: <20020626115406.A6091@math.ohio-state.edu> Branch: perl ! os2/Changes os2/os2.c ____________________________________________________________________________ [ 17360] By: rgs on 2002/06/26 14:41:00 Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork() From: PPrymmer@factset.com Date: Wed, 26 Jun 2002 10:48:23 -0400 Message-ID: Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17359] By: rgs on 2002/06/26 14:38:10 Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork() From: "Craig A. Berry" Date: Tue, 25 Jun 2002 21:46:59 -0500 Message-ID: Branch: perl ! configure.com pod/perlport.pod vms/perlvms.pod ____________________________________________________________________________ [ 17358] By: jhi on 2002/06/26 14:37:12 Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki. Branch: perl ! pp_hot.c t/op/subst.t ____________________________________________________________________________ [ 17356] By: jhi on 2002/06/26 12:54:51 Log: Further script tweakage. Branch: perl ! Porting/testall.atom ____________________________________________________________________________ [ 17355] By: rgs on 2002/06/25 19:55:23 Log: Subject: Re: glob [possible PATCH for perlfunc.pod] From: "John P. Linderman" Date: Tue, 25 Jun 2002 06:51:09 -0400 Message-ID: <200206251051.GAA44772@raptor.research.att.com> (reformatted) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17354] By: jhi on 2002/06/25 19:20:15 Log: Upgrade to podlators 1.22. Branch: perl + lib/Pod/t/text.t ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t ____________________________________________________________________________ [ 17353] By: jhi on 2002/06/25 15:18:15 Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. Branch: perl ! pp_hot.c t/op/subst.t ____________________________________________________________________________ [ 17352] By: jhi on 2002/06/25 13:28:33 Log: Dust off the script to the new test naming. Branch: perl ! Porting/testall.atom ____________________________________________________________________________ [ 17351] By: pudge on 2002/06/22 21:54:43 Log: Update Changes Branch: macperl + macos/Changes5.6 ! macos/Changes ____________________________________________________________________________ [ 17350] By: pudge on 2002/06/22 20:42:37 Log: Don't need this anymore Branch: macperl - macos/bundled_ext/Digest/MD5/Makefile.mk ____________________________________________________________________________ [ 17349] By: pudge on 2002/06/22 20:20:59 Log: Fix macos Makefiles for optimization changes Branch: macperl ! macos/BuildRules.mk macos/Makefile.mk ____________________________________________________________________________ [ 17348] By: pudge on 2002/06/22 20:20:31 Log: Crank down optimization for Mac OS in Digest::MD5 Branch: macperl + ext/Digest/MD5/hints/MacOS.pl ____________________________________________________________________________ [ 17347] By: pudge on 2002/06/22 20:20:04 Log: Support hints and OPTIMIZE in MM_MacOS Branch: macperl ! lib/ExtUtils/MM_MacOS.pm ____________________________________________________________________________ [ 17346] By: pudge on 2002/06/22 17:30:59 Log: Misc. config/test updates in macos Branch: macperl ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh ____________________________________________________________________________ [ 17345] By: pudge on 2002/06/22 17:30:12 Log: Mac OS Test updates Branch: macperl ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 17344] By: pudge on 2002/06/22 17:13:16 Log: Integrate perl Branch: macperl +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t +> lib/Test/Simple/t/threads.t - lib/File/Spec/NW5.pm !> (integrate 124 files) ____________________________________________________________________________ [ 17343] By: nick on 2002/06/21 14:09:27 Log: Integrate mainline Branch: perlio !> Changes patchlevel.h pod/perlhist.pod ____________________________________________________________________________ [ 17342] By: nick on 2002/06/21 13:30:07 Log: Integrate mainline Branch: perlio !> (integrate 34 files) ____________________________________________________________________________ [ 17341] By: jhi on 2002/06/21 13:13:58 Log: This is 5.8.0 RC2. Branch: perl ! patchlevel.h pod/perlhist.pod ____________________________________________________________________________ [ 17340] By: jhi on 2002/06/21 13:05:59 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17339] By: jhi on 2002/06/21 12:46:59 Log: Regen stuff. Branch: perl ! Configure NetWare/config_H.wc Porting/config.sh ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h ! 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.ce ____________________________________________________________________________ [ 17338] By: jhi on 2002/06/21 12:34:31 Log: Typos-be-gone. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17337] By: jhi on 2002/06/21 12:06:17 Log: Slight rewording from Stas, paragraph rewrappings. Branch: perl ! pod/perliol.pod ____________________________________________________________________________ [ 17336] By: jhi on 2002/06/21 11:56:33 Log: Integrate perlio: [ 17330] PerlIO Layer implementation future proofing. - Inspired by Nick C's suggestion add size of function table to the table as a validation check. - also optimize pseudo-layer code to avoid malloc/link of something destined to be immediately popped & freed. - Minor addition to pod/perliol.pod [ 17335] Fix bug in optimized pseudo-layers. Branch: perl ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h ! pod/perliol.pod win32/win32io.c ____________________________________________________________________________ [ 17335] By: nick on 2002/06/21 08:46:57 Log: Fix bug in optimized pseudo-layers. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 17334] By: jhi on 2002/06/21 00:42:54 Log: VMS: configure.com updates from Craig Berry. Branch: perl ! configure.com ____________________________________________________________________________ [ 17333] By: gsar on 2002/06/21 00:30:52 Log: tyops Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 17332] By: jhi on 2002/06/20 20:41:20 Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy) Branch: perl ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h ! pod/perliol.pod win32/win32io.c ____________________________________________________________________________ [ 17331] By: jhi on 2002/06/20 20:11:00 Log: Integrate perlio: [ 17330] PerlIO Layer implementation future proofing. - Inspired by Nick C's suggestion add size of function table to the table as a validation check. - also optimize pseudo-layer code to avoid malloc/link of something destined to be immediately popped & freed. - Minor addition to pod/perliol.pod Branch: perl !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h !> pod/perliol.pod win32/win32io.c ____________________________________________________________________________ [ 17330] By: nick on 2002/06/20 20:04:01 Log: PerlIO Layer implementation future proofing. - Inspired by Nick C's suggestion add size of function table to the table as a validation check. - also optimize pseudo-layer code to avoid malloc/link of something destined to be immediately popped & freed. - Minor addition to pod/perliol.pod Branch: perlio ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h ! pod/perliol.pod win32/win32io.c ____________________________________________________________________________ [ 17329] By: jhi on 2002/06/20 18:13:31 Log: AmigaOS: fork() is available but unimplemented. Branch: perl ! hints/amigaos.sh ____________________________________________________________________________ [ 17328] By: jhi on 2002/06/20 17:41:42 Log: Integrate perlio: [ 17327] Fix segv on IO::File->open("/dev/null"). Branch: perl !> doio.c perlio.c ____________________________________________________________________________ [ 17327] By: nick on 2002/06/20 16:54:01 Log: Fix segv on IO::File->open("/dev/null"). Branch: perlio ! doio.c perlio.c ____________________________________________________________________________ [ 17326] By: jhi on 2002/06/20 16:51:22 Log: Missing from #17321. Branch: perl ! lib/Getopt/Long/CHANGES ____________________________________________________________________________ [ 17325] By: jhi on 2002/06/20 15:27:18 Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings From: "Paul Marquess" Date: Thu, 20 Jun 2002 17:14:12 +0100 Message-ID: Branch: perl ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal ! warnings.pl ____________________________________________________________________________ [ 17324] By: jhi on 2002/06/20 14:39:41 Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2 From: Hugo van der Sanden Date: Thu, 20 Jun 2002 14:51:16 +0100 Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk> Branch: perl ! numeric.c ____________________________________________________________________________ [ 17323] By: jhi on 2002/06/20 12:36:20 Log: Subject: [Patch POSIX.pod] "fmod" ne "modf" From: "Newton, Philip" Date: Thu, 20 Jun 2002 14:28:35 +0200 Message-ID: Branch: perl ! ext/POSIX/POSIX.pod ____________________________________________________________________________ [ 17322] By: jhi on 2002/06/20 12:29:23 Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning From: Stas Bekman Date: Thu, 20 Jun 2002 16:50:01 +0800 Message-ID: <3D119739.4020901@stason.org> (mod_perl defines might define VOIDUSED) Branch: perl ! perl.h ____________________________________________________________________________ [ 17321] By: jhi on 2002/06/20 12:26:12 Log: (Retract #17316 and) upgrade to Getopt::Long 2.32. Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 17320] By: nick on 2002/06/20 06:24:29 Log: Integrate mainline Branch: perlio +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t !> ext/POSIX/t/taint.t lib/ExtUtils/Changes !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm !> lib/Test/Builder.pm lib/Test/Harness.pm !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod ____________________________________________________________________________ [ 17319] By: gsar on 2002/06/20 04:51:48 Log: mention Win32::GetOSName() nearabouts $^O Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 17318] By: jhi on 2002/06/20 03:51:12 Log: More IRIX compiler lore. Branch: perl ! README.irix ____________________________________________________________________________ [ 17317] By: gsar on 2002/06/20 02:33:49 Log: missing export for PerlIO_pop (used in PerlIO::Via now) Branch: perl ! makedef.pl ____________________________________________________________________________ [ 17316] By: jhi on 2002/06/20 00:23:35 Log: (retracted by #17321) Make Getopt::Long ithread-safe. Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 17315] By: jhi on 2002/06/20 00:03:56 Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45 From: Michael G Schwern Date: Wed, 19 Jun 2002 20:11:11 -0400 Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net> Branch: perl + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.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/plan.t ____________________________________________________________________________ [ 17314] By: jhi on 2002/06/19 23:16:37 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03 From: Michael G Schwern Date: Wed, 19 Jun 2002 20:13:16 -0400 Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t ____________________________________________________________________________ [ 17313] By: jhi on 2002/06/19 23:15:41 Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26 From: Michael G Schwern Date: Wed, 19 Jun 2002 20:12:08 -0400 Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/Straps.pm ____________________________________________________________________________ [ 17312] By: jhi on 2002/06/19 21:27:24 Log: Integrate perlio: [ 17309] "Clean" implementation of binmode(FH)/":raw" identity. New function table entry so all layer definitions need tweaking. Extra function table entry allows a layer to remain on a binmode stack New PerlIOBase_binmode allows easy implementation of default policy. Branch: perl !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c ____________________________________________________________________________ [ 17311] By: jhi on 2002/06/19 21:16:09 Log: Subject: RE: [PATCH] POSIX taint tests From: "Paul Marquess" Date: Wed, 19 Jun 2002 23:16:11 +0100 Message-ID: Branch: perl ! ext/POSIX/t/posix.t ____________________________________________________________________________ [ 17310] By: jhi on 2002/06/19 21:14:53 Log: Fix for 20001101.004, at least for the memleak part. Branch: perl ! lib/overload.pm ____________________________________________________________________________ [ 17309] By: nick on 2002/06/19 20:50:54 Log: "Clean" implementation of binmode(FH)/":raw" identity. New function table entry so all layer definitions need tweaking. Extra function table entry allows a layer to remain on a binmode stack New PerlIOBase_binmode allows easy implementation of default policy. Branch: perlio ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c ____________________________________________________________________________ [ 17308] By: jhi on 2002/06/19 20:33:16 Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests From: Michael G Schwern Date: Wed, 19 Jun 2002 16:51:56 -0400 Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net> Branch: perl ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t ____________________________________________________________________________ [ 17307] By: rgs on 2002/06/19 20:26:24 Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 18 Jun 2002 15:40:08 -0700 Message-ID: Branch: perl ! lib/overload.pm ____________________________________________________________________________ [ 17306] By: jhi on 2002/06/19 18:49:06 Log: Subject: Re: Mingw32: some tests fail From: Per Einar Ellefsen Date: Wed, 19 Jun 2002 19:37:15 +0200 Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be> Branch: perl ! README.win32 ____________________________________________________________________________ [ 17305] By: jhi on 2002/06/19 17:40:29 Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta From: Autrijus Tang Date: Thu, 20 Jun 2002 01:36:26 +0800 Message-ID: <20020619173626.GA2650@not.autrijus.org> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17304] By: nick on 2002/06/19 15:57:16 Log: Integrate mainline Branch: perlio +> ext/POSIX/t/taint.t - lib/File/Spec/NW5.pm !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm !> patchlevel.h pod/perltodo.pod utils/perlbug.PL ____________________________________________________________________________ [ 17303] By: jhi on 2002/06/19 14:06:55 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17302] By: jhi on 2002/06/19 14:00:35 Log: #17301 was only part of the story. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 17301] By: jhi on 2002/06/19 13:53:52 Log: Make MANIFEST comply with #17297. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 17300] By: jhi on 2002/06/19 13:37:45 Log: Subject: Re: perlbug mail loop? [PATCH] From: Richard.Foley@t-online.de Date: Wed, 19 Jun 2002 15:29:37 +0200 Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com> Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 17299] By: jhi on 2002/06/19 13:18:42 Log: opendir was missing for the list. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 17298] By: jhi on 2002/06/19 13:01:51 Log: Integrate perlio: [ 17295] Un-deprecate :raw after all - just define what it means more precisely. (Pending approval). Branch: perl !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod !> pod/perlrun.pod ____________________________________________________________________________ [ 17297] By: jhi on 2002/06/19 12:33:04 Log: The only difference between NW5.pm and Win32.pm was that NetWare preferred SYS:/temp over C:/temp for tmpdir(). Branch: perl - lib/File/Spec/NW5.pm ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 17296] By: jhi on 2002/06/19 12:20:54 Log: Subject: [PATCH] POSIX taint tests From: "Paul Marquess" Date: Wed, 19 Jun 2002 09:29:22 +0100 Message-ID: Branch: perl + ext/POSIX/t/taint.t ! MANIFEST ____________________________________________________________________________ [ 17295] By: nick on 2002/06/19 12:14:32 Log: Un-deprecate :raw after all - just define what it means more precisely. (Pending approval). Branch: perlio ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod ! pod/perlrun.pod ____________________________________________________________________________ [ 17294] By: nick on 2002/06/19 06:09:49 Log: Integrate mainline Branch: perlio !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod !> toke.c ____________________________________________________________________________ [ 17293] By: jhi on 2002/06/19 02:00:05 Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed) From: Michael G Schwern Date: Tue, 18 Jun 2002 21:31:43 -0400 Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net> Branch: perl ! os2/os2_base.t ____________________________________________________________________________ [ 17292] By: jhi on 2002/06/18 21:36:21 Log: This is probably the reason for the GW failures. Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 17291] By: jhi on 2002/06/18 21:28:33 Log: Debugger tweak from from Peter Scott. Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 17290] By: jhi on 2002/06/18 20:31:10 Log: To mirror #17285. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17289] By: jhi on 2002/06/18 20:29:25 Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once From: "Craig A. Berry" Date: Tue, 18 Jun 2002 10:34:51 -0500 Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 17288] By: jhi on 2002/06/18 20:27:58 Log: Tiny tweaks. Branch: perl ! lib/PerlIO.pm pod/perlfunc.pod ____________________________________________________________________________ [ 17287] By: jhi on 2002/06/18 20:22:56 Log: Integrate perlio: [ 17280] Slight improvement to :win32 layer [ 17282] More PerlIO doc tweaks - trying to make them document what happens in current implementation while leaving way open to "fixing" things. Branch: perl !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c ____________________________________________________________________________ [ 17286] By: jhi on 2002/06/18 20:19:25 Log: Document the "Unicode in package/sub names" problem; a microfix in toke.c towards the final goal (the fix removes the need to have quotes around Unicode package names when calling a method on them) Branch: perl ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod ! pod/perlunicode.pod pod/perluniintro.pod toke.c ____________________________________________________________________________ [ 17285] By: rgs on 2002/06/18 19:03:52 Log: Further clarification about safe pipe opens. Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 17284] By: rgs on 2002/06/18 18:42:49 Log: perlsyn.pod tweak suggested by Larry. Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 17283] By: rgs on 2002/06/18 18:25:53 Log: Subject: [DOC PATCH] perlsyn From: Elizabeth Mattijsen Date: Tue, 18 Jun 2002 13:37:30 +0200 Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl> Subject: Re: [DOC PATCH] perlsyn (2) From: Elizabeth Mattijsen Date: Tue, 18 Jun 2002 15:08:17 +0200 Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl> (Plus tweak by Ronald J Kimball) Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 17282] By: nick on 2002/06/18 09:14:25 Log: More PerlIO doc tweaks - trying to make them document what happens in current implementation while leaving way open to "fixing" things. Branch: perlio ! lib/PerlIO.pm pod/perlfunc.pod ____________________________________________________________________________ [ 17281] By: nick on 2002/06/18 09:12:59 Log: Integrate mainline Branch: perlio !> Changes Configure config_h.SH installperl patchlevel.h !> pod/perldelta.pod pod/perlipc.pod ____________________________________________________________________________ [ 17280] By: nick on 2002/06/18 07:03:08 Log: Slight improvement to :win32 layer Branch: perlio ! win32/win32io.c ____________________________________________________________________________ [ 17279] By: jhi on 2002/06/18 03:10:42 Log: Do not install XS::{APItest,Typemap} Branch: perl ! installperl ____________________________________________________________________________ [ 17278] By: jhi on 2002/06/18 02:46:43 Log: Subject: Re: Do we want XS::APItest installed? From: Andy Dougherty Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT) Message-ID: (rats, forgot to submit the metaconfig change separately) Branch: metaconfig/U/perl ! Extensions.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 17277] By: jhi on 2002/06/18 02:31:26 Log: "Borrow" Rafael's multiarg open descripion to perldelta, shuffle the highlights a bit (can't believe the perlio mention was missing) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17276] By: rgs on 2002/06/17 22:46:28 Log: Document the '-|' open form in perlipc.pod Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 17275] By: gsar on 2002/06/17 19:20:06 Log: avoid AUTOLOAD() clobbering $! Branch: maint-5.6/perl ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm ! lib/AutoLoader.pm utils/h2xs.PL ____________________________________________________________________________ [ 17274] By: nick on 2002/06/17 14:50:35 Log: Integrate mainline Branch: perlio !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm !> pod/perlfunc.pod pod/perlrun.pod ____________________________________________________________________________ [ 17273] By: jhi on 2002/06/17 14:34:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17272] By: jhi on 2002/06/17 14:21:55 Log: :bytes is not the inverse of :crlf, either (from NI-S) Branch: perl ! lib/PerlIO.pm ____________________________________________________________________________ [ 17271] By: jhi on 2002/06/17 13:56:33 Log: Further discouraging of :raw. Branch: perl ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod ____________________________________________________________________________ [ 17270] By: jhi on 2002/06/17 13:27:35 Log: Integrate perlio: [ 17267] Handle IO error in "slow gets" Branch: perl !> sv.c ____________________________________________________________________________ [ 17269] By: jhi on 2002/06/17 12:49:06 Log: Subject: [PATCH File/Basename.pm] use of undef var From: Stas Bekman Date: Mon, 17 Jun 2002 16:31:48 +0800 Message-ID: <3D0D9E74.7000908@stason.org> (modified) Branch: perl ! lib/File/Basename.pm ____________________________________________________________________________ [ 17268] By: jhi on 2002/06/17 12:45:10 Log: Subject: [PATCH] README.vms -- updated testing instructions From: "Craig A. Berry" Date: Mon, 17 Jun 2002 00:31:18 -0500 Message-Id: Branch: perl ! README.vms ____________________________________________________________________________ [ 17267] By: nick on 2002/06/17 12:41:49 Log: Handle IO error in "slow gets" Branch: perlio ! sv.c ____________________________________________________________________________ [ 17266] By: nick on 2002/06/17 07:05:20 Log: Integrate mainline Branch: perlio !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod !> pod/perldebug.pod pod/perldelta.pod ____________________________________________________________________________ [ 17265] By: jhi on 2002/06/17 00:53:49 Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1 From: Peter Scott Date: Sun, 16 Jun 2002 18:31:31 -0700 Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com> @file -> source file Branch: perl ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod ____________________________________________________________________________ [ 17264] By: jhi on 2002/06/17 00:47:43 Log: Missing hunk from #15363. Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 17263] By: jhi on 2002/06/17 00:36:26 Log: Advertise MakeMaker. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17262] By: jhi on 2002/06/16 23:16:18 Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 From: parv Date: Sun, 16 Jun 2002 20:12:24 -0400 Message-ID: <20020617001224.GC466@moo.holy.cow> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17261] By: ams on 2002/06/16 21:40:47 Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl From: Robin Houston Date: Sun, 16 Jun 2002 23:33:50 +0100 Message-Id: <20020616233350.A9675@robin.kitsite.com> Branch: perl ! autodoc.pl embed.pl ____________________________________________________________________________ [ 17260] By: jhi on 2002/06/16 17:06:31 Log: Deprecate (or at least discourage) :raw. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17259] By: jhi on 2002/06/16 16:54:28 Log: Integrate perlio: [ 17258] Last minute tinkering with PerlIO abstraction API. - PerlIO_importFILE and PerlIO_exportFILE now documented as taking const char *mode. - Other 'flags' field changed to U32 - Discouraging words written about ":raw". Branch: perl !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod ____________________________________________________________________________ [ 17258] By: nick on 2002/06/16 16:38:59 Log: Last minute tinkering with PerlIO abstraction API. - PerlIO_importFILE and PerlIO_exportFILE now documented as taking const char *mode. - Other 'flags' field changed to U32 - Discouraging words written about ":raw". Branch: perlio ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod ____________________________________________________________________________ [ 17257] By: nick on 2002/06/16 15:16:46 Log: Integrate mainline Branch: perlio !> (integrate 32 files) ____________________________________________________________________________ [ 17256] By: ams on 2002/06/16 09:00:51 Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02 From: Michael G Schwern Date: Sun, 16 Jun 2002 03:49:27 -0400 Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net> Subject: [PATCH] Test::Harness 2.24 -> 2.25 From: Michael G Schwern Date: Sun, 16 Jun 2002 03:58:40 -0400 Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t ! lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t ! lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ! t/lib/MakeMaker/Test/Utils.pm ____________________________________________________________________________ [ 17255] By: jhi on 2002/06/16 03:29:09 Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done From: "Craig A. Berry" Date: Sat, 15 Jun 2002 18:56:12 -0500 Message-Id: Branch: perl ! pp.c ____________________________________________________________________________ [ 17254] By: jhi on 2002/06/15 20:09:47 Log: Collect the known AmigaOS wisdom. Branch: perl ! README.amiga hints/amigaos.sh ____________________________________________________________________________ [ 17253] By: jhi on 2002/06/15 18:08:06 Log: Subject: [PATCH] README.vms, Multinet fix update From: "Craig A. Berry" Date: Sat, 15 Jun 2002 14:02:50 -0500 Message-Id: Branch: perl ! README.vms ____________________________________________________________________________ [ 17252] By: jhi on 2002/06/15 17:22:56 Log: Regenerate Changes; most importantly automassage the "Integrate perlio" entries to be more informative. Branch: perl ! Changes ____________________________________________________________________________ [ 17251] By: jhi on 2002/06/15 15:39:09 Log: Spurious empty statements. Branch: perl ! op.c perl.c perlio.c sv.c ____________________________________________________________________________ [ 17250] By: jhi on 2002/06/15 15:34:51 Log: Possible cure for Subject: Re: Thread bug in 5.8RC1 Win32 From: Alessandro Forghieri Date: Sat, 15 Jun 2002 12:56:35 +0200 Message-ID: <20020615125635.A25110@alpha.orion.it> Branch: perl ! perl.c ____________________________________________________________________________ [ 17249] By: jhi on 2002/06/14 23:14:44 Log: findrfuncs: small tweaks. Branch: perl ! Porting/findrfuncs ____________________________________________________________________________ [ 17248] By: jhi on 2002/06/14 22:34:27 Log: Group the debugger changes in one place. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17247] By: jhi on 2002/06/14 19:26:15 Log: Detypo. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17246] By: jhi on 2002/06/14 19:18:44 Log: Plug potential confusion. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17245] By: jhi on 2002/06/14 19:13:16 Log: Attribute::Handlers has been adopted by Arthur. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17244] By: jhi on 2002/06/14 19:04:53 Log: README.irix update. Branch: perl ! README.irix ____________________________________________________________________________ [ 17243] By: jhi on 2002/06/14 19:00:08 Log: README.tru64 update. Branch: perl ! README.tru64 ____________________________________________________________________________ [ 17242] By: jhi on 2002/06/14 18:48:33 Log: Not that urgent a fix since inside #if 0, but still... Branch: perl ! perlsfio.h ____________________________________________________________________________ [ 17241] By: nick on 2002/06/14 17:15:38 Log: Integrate mainline Branch: perlio !> Changes Configure NetWare/config.wc NetWare/config_H.wc !> Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h !> pod/perldelta.pod pod/perltoc.pod pp_sys.c ____________________________________________________________________________ [ 17240] By: jhi on 2002/06/14 14:25:38 Log: OS/2 status from John Poltorak. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17239] By: jhi on 2002/06/14 14:05:37 Log: Regen Configure; regen perltoc. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH pod/perltoc.pod ____________________________________________________________________________ [ 17238] By: jhi on 2002/06/14 13:40:23 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17237] By: jhi on 2002/06/14 13:32:22 Log: NetWare diff for XS::APItest. Branch: perl ! NetWare/config.wc NetWare/config_H.wc ____________________________________________________________________________ [ 17236] By: jhi on 2002/06/14 11:16:57 Log: Subject: [PATCH] Constant.t for EBCDIC platforms From: "Roca Carrio, Ignasi (PO EP)" Date: Fri, 14 Jun 2002 10:39:54 +0200 Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> Branch: perl ! lib/ExtUtils/t/Constant.t ____________________________________________________________________________ [ 17235] By: jhi on 2002/06/14 11:09:07 Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem From: "Roca Carrio, Ignasi (PO EP)" Date: Fri, 14 Jun 2002 10:07:28 +0200 Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 17234] By: jhi on 2002/06/14 11:08:34 Log: Subject: [PATCH] basic.t for EBCDIC platforms From: "Roca Carrio, Ignasi (PO EP)" Date: Fri, 14 Jun 2002 09:58:49 +0200 Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net> Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 17233] By: jhi on 2002/06/14 11:07:23 Log: Subject: [PATCH] Cap.t for EBCDIC platforms From: "Roca Carrio, Ignasi (PO EP)" Date: Fri, 14 Jun 2002 09:53:36 +0200 Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net> (why this has been working in z/OS?) Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 17232] By: jhi on 2002/06/14 10:58:01 Log: Mention Solaris x86 use64bitint troubles. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17231] By: jhi on 2002/06/14 10:45:16 Log: All UNICOS test failures should be gone now. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17230] By: jhi on 2002/06/14 10:39:04 Log: UNICOS and UNICOS/mk are broken only on one test. Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 17229] By: nick on 2002/06/14 08:36:40 Log: Integrate mainline Branch: perlio !> (integrate 32 files) ____________________________