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) ____________________________________________________________________________ [ 17228] By: jhi on 2002/06/14 01:36:12 Log: Upgrade to Switch 2.09 (the debugging statement was already removed in blead) Branch: perl ! lib/Switch.pm lib/Switch/Changes lib/Switch/README ____________________________________________________________________________ [ 17227] By: ams on 2002/06/14 00:39:15 Log: Subject: [PATCH perl@17206] assorted help for older VMS systems From: "Craig A. Berry" Date: Thu, 13 Jun 2002 19:55:25 -0500 Message-Id: Branch: perl ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c ____________________________________________________________________________ [ 17226] By: jhi on 2002/06/13 22:07:24 Log: Thread doc tweaks. Branch: perl ! ext/threads/shared/shared.pm ext/threads/threads.pm ! pod/perlthrtut.pod ____________________________________________________________________________ [ 17225] By: jhi on 2002/06/13 21:59:07 Log: Don't assume too much about how print will scale your fp numbers; be explicit and use printf instead-- the assumption broke in UNICOS (from Mark Lutz) (Use %.0f instead of %d because in 32-bit systems the %d may end producing -1 or something else odd.) Branch: perl ! t/lib/warnings/toke ____________________________________________________________________________ [ 17224] By: jhi on 2002/06/13 19:22:12 Log: Tell what version of PDL will be fine with 5.8.0, according to TimJ. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17223] By: jhi on 2002/06/13 16:44:12 Log: Subject: test failure: lib/ExtUtils/t/Installed.t From: Hugo van der Sanden Date: Thu, 13 Jun 2002 15:44:24 +0100 Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk> Branch: perl ! lib/ExtUtils/t/Installed.t ____________________________________________________________________________ [ 17222] By: jhi on 2002/06/13 16:39:35 Log: Subject: Re: linux + usemorebits: gcc error? From: Hugo van der Sanden Date: Thu, 13 Jun 2002 15:03:28 +0100 Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk> (go U32 based on NI-S since it's a flags field) Branch: perl ! perliol.h ____________________________________________________________________________ [ 17221] By: jhi on 2002/06/13 13:55:08 Log: Document the tied/magical/shared array/hash non-autovivifying bug. Branch: perl ! ext/threads/shared/shared.pm pod/perldelta.pod ____________________________________________________________________________ [ 17220] By: jhi on 2002/06/13 12:51:14 Log: Also perlsub needs to be slightly more upbeat about attributes. Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 17219] By: jhi on 2002/06/13 12:40:36 Log: One more pass on the TYPE/ATTRS issues. Branch: perl ! lib/attributes.pm pod/perlfunc.pod ____________________________________________________________________________ [ 17218] By: jhi on 2002/06/13 12:24:53 Log: Subject: Re: [ PATCH ] AIX 5 + 17206 From: "H.Merijn Brand" Date: Thu, 13 Jun 2002 09:18:27 +0200 Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl> Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 17217] By: jhi on 2002/06/13 12:24:22 Log: Subject: [ PATCH ] mymalloc on HP-UX From: "H.Merijn Brand" Date: Thu, 13 Jun 2002 09:58:30 +0200 Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 17216] By: ams on 2002/06/13 10:08:38 Log: crab, can you integrate 17215 ? Branch: perl !> ext/XS/APItest/t/printf.t ____________________________________________________________________________ [ 17215] By: pudge on 2002/06/13 09:51:36 Log: Building XS::APItest as shared lib Branch: macperl ! ext/XS/APItest/t/printf.t ____________________________________________________________________________ [ 17214] By: pudge on 2002/06/13 09:50:25 Log: Update tests, makefile, config Branch: macperl ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh ____________________________________________________________________________ [ 17213] By: pudge on 2002/06/13 09:49:11 Log: Integrate perl Branch: macperl +> README.freebsd README.irix ext/IO/hints/sco.pl +> ext/Thread/README.threads ext/XS/APItest/APItest.pm +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t +> lib/Net/Ping/Changes - README.threads lib/Net/Ping/CHANGES ! NetWare/bat/SetCodeWar.bat !> (integrate 168 files) ____________________________________________________________________________ [ 17212] By: ams on 2002/06/13 09:29:13 Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206) From: Chris Nandor Date: Thu, 13 Jun 2002 00:16:26 -0400 Message-Id: Branch: perl ! ext/XS/APItest/APItest.xs ____________________________________________________________________________ [ 17211] By: jhi on 2002/06/12 23:05:29 Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds From: PPrymmer@factset.com Date: Wed, 12 Jun 2002 18:58:50 -0400 Message-ID: Branch: perl ! utils/perlivp.PL ____________________________________________________________________________ [ 17210] By: jhi on 2002/06/12 22:57:47 Log: The scalar behaviour of sort is undefined. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17209] By: jhi on 2002/06/12 22:56:24 Log: Mention I/O layers in perlopentut. Branch: perl ! pod/perlopentut.pod ____________________________________________________________________________ [ 17208] By: jhi on 2002/06/12 22:36:15 Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke). Branch: perl ! lib/attributes.pm pod/perlfunc.pod ____________________________________________________________________________ [ 17207] By: jhi on 2002/06/12 14:15:32 Log: As noticed by Philip Newton, XS::APItest is not meant to be installed. Branch: perl ! ext/XS/APItest/README ____________________________________________________________________________ [ 17206] By: jhi on 2002/06/12 13:25:30 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17205] By: jhi on 2002/06/12 13:16:32 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17204] By: jhi on 2002/06/12 13:05:28 Log: This should be gone now. Branch: perl ! INSTALL ____________________________________________________________________________ [ 17203] By: jhi on 2002/06/12 12:58:54 Log: NetWare doc tweak. Branch: perl ! README.netware ____________________________________________________________________________ [ 17202] By: jhi on 2002/06/12 12:33:33 Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. From: Abigail Date: Wed, 12 Jun 2002 02:46:01 -0700 Message-ID: <20020612024601.A8524@ucan.foad.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17201] By: jhi on 2002/06/12 12:31:19 Log: Subject: [PATCH] Re: linux + usemorebits: gcc error? From: Rafael Garcia-Suarez Date: Wed, 12 Jun 2002 13:50:59 +0200 Message-ID: <3D0735A3.4020701@hexaflux.com> Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 17200] By: jhi on 2002/06/12 12:17:02 Log: Synchronize config.bc and config_H.bc; add SCNfldbl; go back to disabling long doubles from MinGW because MSVCRT doesn't do long double printfing even when gcc would know how to handle them. Branch: perl ! win32/config.bc win32/config_H.bc win32/config_H.gc ____________________________________________________________________________ [ 17199] By: nick on 2002/06/12 11:13:16 Log: Integrate mainline Branch: perlio !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod !> win32/config_H.bc win32/config_H.gc ____________________________________________________________________________ [ 17198] By: jhi on 2002/06/12 03:01:37 Log: Subject: [PATCH @17190] configure.com: join the sPRI... party From: "Craig A. Berry" Date: Tue, 11 Jun 2002 22:44:31 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 17197] By: jhi on 2002/06/12 01:52:32 Log: Test relying on undefined behaviour of atan2(0, 0) (valiantly debugged by Mark Lutz). Branch: perl ! lib/Math/Trig.t ____________________________________________________________________________ [ 17196] By: jhi on 2002/06/12 01:41:05 Log: Regen perlmodlib. Branch: perl ! pod/perlmodlib.pod ____________________________________________________________________________ [ 17195] By: jhi on 2002/06/12 01:39:18 Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 11 Jun 2002 15:12:15 -0700 Message-ID: Branch: perl ! pod/perlmodlib.PL ____________________________________________________________________________ [ 17194] By: jhi on 2002/06/12 01:35:57 Log: Subject: [PATCH] Re: RC1 on Playstation2 From: Tim Jenness Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST) Message-ID: Branch: perl ! perl.c ____________________________________________________________________________ [ 17193] By: jhi on 2002/06/11 19:57:23 Log: Not that I know anything about Windows compilers but Google leads me into believing that while Borland and GCC support the ANSI way of printing long doubles (%L), Visual C really doesn't support printing them. Branch: perl ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc ____________________________________________________________________________ [ 17192] By: rgs on 2002/06/11 19:00:37 Log: Fix a cut-n-paste error. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 17191] By: nick on 2002/06/11 16:07:14 Log: Integrate mainline Branch: perlio !> Changes INSTALL ext/XS/APItest/APItest.pm !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t !> patchlevel.h ____________________________________________________________________________ [ 17190] By: jhi on 2002/06/11 14:09:14 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17189] By: jhi on 2002/06/11 13:55:12 Log: Trying to printf Perl-specific datatypes using printf (with perlio or stdio) is folly, says Hugo. Branch: perl ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs ! ext/XS/APItest/t/printf.t ____________________________________________________________________________ [ 17188] By: jhi on 2002/06/11 13:54:31 Log: Be more specific. Branch: perl ! INSTALL ____________________________________________________________________________ [ 17187] By: jhi on 2002/06/11 13:03:13 Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits From: Rafael Garcia-Suarez Date: Tue, 11 Jun 2002 12:21:01 +0200 Message-ID: <3D05CF0D.9060409@hexaflux.com> Branch: perl ! INSTALL ____________________________________________________________________________ [ 17186] By: nick on 2002/06/11 10:44:04 Log: Integrate mainline Branch: perlio +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL +> ext/XS/APItest/README ext/XS/APItest/t/printf.t +> lib/Math/BigInt/t/upgradef.t !> MANIFEST NetWare/Makefile Porting/repository.pod !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t !> ext/Storable/t/malice.t lib/Math/BigFloat.pm !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod !> win32/Makefile ____________________________________________________________________________ [ 17185] By: gsar on 2002/06/11 05:02:43 Log: sanity-check the windows section in perldelta and add some missing entries Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17184] By: jhi on 2002/06/11 03:45:44 Log: Obviously time to get some sleep. Branch: perl ! ext/XS/APItest/t/printf.t ____________________________________________________________________________ [ 17183] By: jhi on 2002/06/11 03:41:35 Log: #17179 wasn't quite right. Branch: perl ! ext/XS/APItest/t/printf.t ____________________________________________________________________________ [ 17182] By: gsar on 2002/06/11 03:27:41 Log: fix outdated info about how the patches in the APC are generated; mention the perlbrowse repository gateway; add a pointer to perlhack.pod in repository.pod Branch: perl ! Porting/repository.pod pod/perlhack.pod ____________________________________________________________________________ [ 17181] By: jhi on 2002/06/11 03:27:24 Log: Subject: Detype locale.c comment From: Philip Newton Date: Tue, 11 Jun 2002 06:28:08 +0200 Message-ID: Branch: perl ! locale.c ____________________________________________________________________________ [ 17180] By: jhi on 2002/06/11 03:21:53 Log: Make UTF-8 locales effective only if PerlIO has been defined (ignore UTF-8 locales silently if no PerlIO). Branch: perl ! locale.c pod/perldelta.pod pod/perluniintro.pod ____________________________________________________________________________ [ 17179] By: jhi on 2002/06/11 02:53:34 Log: Can't printf Perl specific datatypes without perlio (in other words, stdio doesn't do the %V...) Branch: perl ! ext/XS/APItest/t/printf.t ____________________________________________________________________________ [ 17178] By: jhi on 2002/06/11 01:54:05 Log: Document XS::APItest. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17177] By: jhi on 2002/06/11 01:49:38 Log: Add XS::APItest to Win32/DJGPP/NetWare. Branch: perl ! NetWare/Makefile djgpp/config.over win32/Makefile ____________________________________________________________________________ [ 17176] By: jhi on 2002/06/11 01:37:39 Log: Add XS::APItest 0.01 from Tim Jenness. The perl.h change is needed by non-gcc (non-__attribute__) compilers: without it non-gccs won't have printf() mapped to PerlIO_stdoutf (when perlio, of course). This means that non-gccs would not be able to print the Perl specific datatypes. Branch: perl + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL + ext/XS/APItest/README ext/XS/APItest/t/printf.t ! MANIFEST perl.h ____________________________________________________________________________ [ 17175] By: jhi on 2002/06/10 23:24:42 Log: Now that binmode(FH) does implicit ":bytes" revisit the failing tests. The worrisome one is the Digest::MD5 test-- how will it fare in CRLF lands now? Branch: perl ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 17174] By: jhi on 2002/06/10 20:55:00 Log: Upgrade to Math::BigInt 1.59. Branch: perl + lib/Math/BigInt/t/upgradef.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t ____________________________________________________________________________ [ 17173] By: jhi on 2002/06/10 20:16:30 Log: Document the implicit :bytes of binmode(FH). Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17172] By: jhi on 2002/06/10 19:27:23 Log: Integrate perlio: [ 17171] binmode(FH); to act like binmode(FH,":bytes") as well as turning off CRLF features. Branch: perl !> perlio.c t/io/utf8.t ____________________________________________________________________________ [ 17171] By: nick on 2002/06/10 18:40:22 Log: binmode(FH); to act like binmode(FH,":bytes") as well as turning off CRLF features. Branch: perlio ! perlio.c t/io/utf8.t ____________________________________________________________________________ [ 17170] By: nick on 2002/06/10 17:04:28 Log: Integrate mainline Branch: perlio !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs !> locale.c patchlevel.h perl.c pod/perldebtut.pod !> pod/perldelta.pod sv.c ____________________________________________________________________________ [ 17169] By: jhi on 2002/06/10 14:47:28 Log: Subject: [DOC PATCH] perldebtut From: Elizabeth Mattijsen Date: Mon, 10 Jun 2002 17:47:14 +0200 Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl> Branch: perl ! pod/perldebtut.pod ____________________________________________________________________________ [ 17168] By: jhi on 2002/06/10 14:04:31 Log: Document the UTF-8 env issue. Now NI-S just needs to fix binmode() to comply with the documentation... Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17167] By: jhi on 2002/06/10 13:47:21 Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael. From: Philip Newton Date: Mon, 10 Jun 2002 07:56:41 +0200 Message-ID: Subject: Re: Change 17110: Add deprecations. From: Philip Newton Date: Mon, 10 Jun 2002 07:56:22 +0200 Message-ID: Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17166] By: jhi on 2002/06/10 13:44:49 Log: NI-S doesn't need these comments :-) but I'm commenting anyway. Branch: perl ! locale.c perl.c ____________________________________________________________________________ [ 17165] By: jhi on 2002/06/10 13:07:57 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17164] By: jhi on 2002/06/10 13:01:17 Log: Further patch on #17163 for Tru64. Branch: perl ! sv.c ____________________________________________________________________________ [ 17163] By: jhi on 2002/06/10 12:40:16 Log: Patch from Hugo for the 'printf' problem: - for SV-style calling, we can only get NV - for C-style calling, we assume %f is double; - for simplicity we allow any of %Lf, %llf, %qf for long double Branch: perl ! sv.c ____________________________________________________________________________ [ 17162] By: jhi on 2002/06/10 12:31:32 Log: Integrate perlio: [ 17159] Tune test to run in UTF-8 locales - test file must be opened as :bytes or high-bit octets will be UTF-8 encoded on write in such locales, so will not read as expected. Branch: perl !> ext/PerlIO/t/fallback.t ____________________________________________________________________________ [ 17161] By: jhi on 2002/06/10 12:21:39 Log: #17150 didn't expect -Uuseperlio. Branch: perl ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t ____________________________________________________________________________ [ 17160] By: sky on 2002/06/10 09:53:42 Log: Subject: [PATCH] queue.pm From: Benjamin Goldberg Date: tis jun 04, 2002 02:03:53 Europe/Stockholm Message-Id: <3CFC03E8.A1EF9886@earthlink.net> Applied manually Branch: perl ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs ____________________________________________________________________________ [ 17159] By: nick on 2002/06/10 09:51:16 Log: Tune test to run in UTF-8 locales - test file must be opened as :bytes or high-bit octets will be UTF-8 encoded on write in such locales, so will not read as expected. Branch: perlio ! ext/PerlIO/t/fallback.t ____________________________________________________________________________ [ 17158] By: nick on 2002/06/10 09:49:32 Log: Integrate mainline Branch: perlio +> lib/Net/Ping/Changes - lib/Net/Ping/CHANGES !> (integrate 37 files) ____________________________________________________________________________ [ 17157] By: jhi on 2002/06/10 03:30:19 Log: metaconfig tweak for #17156. Branch: metaconfig ! U/mkglossary ____________________________________________________________________________ [ 17156] By: jhi on 2002/06/10 03:30:06 Log: Glossary tweaks. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 17155] By: jhi on 2002/06/10 02:12:09 Log: Upgrade to Net::Ping 2.19. Branch: perl + lib/Net/Ping/Changes - lib/Net/Ping/CHANGES ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README ____________________________________________________________________________ [ 17154] By: jhi on 2002/06/09 23:25:48 Log: Subject: [patch] ptr_table_store From: Doug MacEachern Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT) Message-ID: Branch: perl ! sv.c ____________________________________________________________________________ [ 17153] By: jhi on 2002/06/09 23:25:04 Log: Subject: Re: unique attribute? From: Doug MacEachern Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT) Message-ID: Branch: perl ! embed.fnc embed.h proto.h sv.c sv.h ____________________________________________________________________________ [ 17152] By: jhi on 2002/06/09 23:21:35 Log: Update hint comments. Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 17151] By: jhi on 2002/06/09 22:59:54 Log: One missing bit of Math::BigInt 1.58. Branch: perl ! t/lib/Math/BigInt/BareCalc.pm ____________________________________________________________________________ [ 17150] By: jhi on 2002/06/09 21:47:51 Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED) From: Radu Greab Date: Mon, 10 Jun 2002 00:40:34 +0300 Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro> Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t ones which I cannot figure out. Branch: perl ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t ! ext/Encode/t/guess.t ext/Storable/t/malice.t ____________________________________________________________________________ [ 17149] By: jhi on 2002/06/09 21:08:02 Log: :unique nitpicking continues. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17148] By: jhi on 2002/06/09 21:01:57 Log: "thread failed to start: " is better than "Died:". Branch: perl ! ext/threads/threads.xs pod/perldiag.pod ____________________________________________________________________________ [ 17147] By: jhi on 2002/06/09 20:47:53 Log: :unique saga continues. Branch: perl ! pod/perldelta.pod pod/perlfunc.pod ____________________________________________________________________________ [ 17146] By: jhi on 2002/06/09 20:44:38 Log: Subject: Re: unique attribute? From: Doug MacEachern Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT) Message-ID: Branch: perl ! sv.c ____________________________________________________________________________ [ 17145] By: jhi on 2002/06/09 20:09:03 Log: Subject: Math::BigInt 1.58 released From: Tels Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST) Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi> Subject: [PATCH] RE: Math::BigInt 1.58 released From: Tels Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST) Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi> Branch: perl ! 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/calling.t ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t ! lib/Math/BigInt/t/with_sub.t ____________________________________________________________________________ [ 17144] By: nick on 2002/06/09 17:50:14 Log: Integrate mainline Branch: perlio +> README.freebsd README.irix !> (integrate 43 files) ____________________________________________________________________________ [ 17143] By: jhi on 2002/06/09 17:45:50 Log: Subject: cleanup's From: "H.Merijn Brand" Date: Sun, 09 Jun 2002 13:55:21 +0200 Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl> Branch: perl ! ext/PerlIO/t/encoding.t ____________________________________________________________________________ [ 17142] By: jhi on 2002/06/09 17:37:45 Log: open "list form" clarification. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17141] By: jhi on 2002/06/09 17:24:22 Log: Better wording from Sarathy. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17140] By: jhi on 2002/06/09 16:58:47 Log: Closer to the truth. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17139] By: jhi on 2002/06/09 16:49:49 Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can From: Hugo van der Sanden Date: Sun, 09 Jun 2002 14:52:07 +0100 Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk> Branch: perl ! numeric.c ____________________________________________________________________________ [ 17138] By: jhi on 2002/06/09 16:13:44 Log: Clarify that the :unique makes the target readonly when the first interpreter cloning takes place. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17137] By: gsar on 2002/06/09 16:05:22 Log: update perlfork.pod for status as of 5.8.0 Branch: perl ! pod/perlfork.pod ____________________________________________________________________________ [ 17136] By: jhi on 2002/06/09 16:01:50 Log: Subject: possible band-aid for cygwin build of perl@17061 From: PPrymmer@factset.com Date: Sat, 8 Jun 2002 20:57:05 -0400 Message-ID: Branch: perl ! Makefile.SH README.cygwin ____________________________________________________________________________ [ 17135] By: sky on 2002/06/09 15:44:37 Log: Follow up on changing keyword to special subroutine. Branch: perl ! pod/perlmod.pod ____________________________________________________________________________ [ 17134] By: jhi on 2002/06/09 15:40:52 Log: CLONE doc tweaks. Branch: perl ! pod/perldelta.pod pod/perlmod.pod ____________________________________________________________________________ [ 17133] By: jhi on 2002/06/09 15:34:20 Log: syswrite() is old news. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17132] By: jhi on 2002/06/09 15:14:20 Log: Subject: One-argument syswrite From: Johan Vromans Date: Sun, 9 Jun 2002 13:20:36 +0200 Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl> (It's really two-argument.) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17131] By: jhi on 2002/06/09 15:11:13 Log: Subject: [Patch] $^N issues From: Johan Vromans Date: Sun, 9 Jun 2002 13:12:43 +0200 Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl> Branch: perl ! lib/English.pm pod/perlre.pod ____________________________________________________________________________ [ 17130] By: jhi on 2002/06/09 15:10:18 Log: Subject: [Patch] "#0" format in perlform From: Johan Vromans Date: Sun, 9 Jun 2002 12:53:01 +0200 Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl> Branch: perl ! pod/perlform.pod ____________________________________________________________________________ [ 17129] By: jhi on 2002/06/09 15:08:20 Log: Subject: [Patch] CLONE is not in perldelta From: Johan Vromans Date: Sun, 9 Jun 2002 12:41:18 +0200 Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17128] By: jhi on 2002/06/09 03:02:38 Log: Subject: [PATCH] fix stuck MD5 compile on VAX From: "Craig A. Berry" Date: Sat, 8 Jun 2002 23:01:11 -0500 Message-Id: Branch: perl ! ext/Digest/MD5/Makefile.PL ____________________________________________________________________________ [ 17127] By: jhi on 2002/06/08 22:50:43 Log: ... and more. Branch: perl ! win32/makefile.mk ____________________________________________________________________________ [ 17126] By: jhi on 2002/06/08 22:49:43 Log: More spots for perl$OS. Branch: perl ! NetWare/Makefile win32/Makefile ____________________________________________________________________________ [ 17125] By: jhi on 2002/06/08 22:46:17 Log: One more spot to list perlfreebsd and perlirix. Branch: perl ! plan9/mkfile ____________________________________________________________________________ [ 17124] By: jhi on 2002/06/08 22:22:05 Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17123] By: jhi on 2002/06/08 22:15:31 Log: Cygwin duplicated (noticed by Schwern). Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17122] By: jhi on 2002/06/08 22:03:15 Log: s/Plan9/Plan 9/g; (and one remaning MacOS) Branch: perl ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod ! pod/perlport.pod pod/perlrun.pod ____________________________________________________________________________ [ 17121] By: jhi on 2002/06/08 21:36:00 Log: Make the =heads a little bit more descriptive; regen toc. Branch: perl ! README.freebsd README.irix pod/perltoc.pod ____________________________________________________________________________ [ 17120] By: jhi on 2002/06/08 21:02:27 Log: I wonder what a 64-bot is? Branch: perl ! README.irix ____________________________________________________________________________ [ 17119] By: jhi on 2002/06/08 21:01:45 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 17118] By: jhi on 2002/06/08 21:00:18 Log: Add README.irix/perlirix. Branch: perl + README.irix ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod ! pod/perldelta.pod pod/perlport.pod ____________________________________________________________________________ [ 17117] By: jhi on 2002/06/08 20:48:16 Log: Add perlfreebsd. Branch: perl ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod ! pod/perlport.pod ____________________________________________________________________________ [ 17116] By: jhi on 2002/06/08 20:45:25 Log: Mention the FreeBSD Perl policy change. Branch: perl ! README.freebsd ____________________________________________________________________________ [ 17115] By: jhi on 2002/06/08 20:34:59 Log: Mention the FreeBSD readdir_r bug in perldelta. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17114] By: jhi on 2002/06/08 20:31:18 Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped) (was: perl@17014) From: Nicholas Clark Date: Sat, 8 Jun 2002 22:23:15 +0100 Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net> Branch: perl + README.freebsd ! MANIFEST ____________________________________________________________________________ [ 17113] By: sky on 2002/06/08 20:19:28 Log: Preparing A::H for CPAN release, upped version to 0.77 Documented changes. Last tweak to test case. Branch: perl ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t ____________________________________________________________________________ [ 17112] By: sky on 2002/06/08 19:42:33 Log: Prepare CPAN release of Attribute::Handlers Make the test case know about the changes in attributes in 5.8 (lexical) and also turn off some warnings. Branch: perl ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t ____________________________________________________________________________ [ 17111] By: jhi on 2002/06/08 19:11:49 Log: Because of #17097. Branch: perl ! configpm ____________________________________________________________________________ [ 17110] By: jhi on 2002/06/08 19:06:31 Log: Add deprecations. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17109] By: sky on 2002/06/08 19:02:19 Log: Remove leftover dummy and cleanup the test case. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t ! ext/threads/shared/t/hv_simple.t ____________________________________________________________________________ [ 17108] By: jhi on 2002/06/08 18:55:23 Log: Document the do BAREWORD change, from Rafael. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17107] By: jhi on 2002/06/08 18:32:50 Log: Remove the newly added makedepend .depending "token directory" when cleaning up. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 17106] By: jhi on 2002/06/08 18:24:08 Log: perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17105] By: jhi on 2002/06/08 18:19:40 Log: I assume the Perl fork() emulation is still experimental. Branch: perl ! pod/perlfork.pod ____________________________________________________________________________ [ 17104] By: jhi on 2002/06/08 18:17:10 Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?) From: "Craig A. Berry" Date: Sat, 8 Jun 2002 14:10:41 -0500 Message-Id: Branch: perl ! README.vms pod/perldelta.pod ____________________________________________________________________________ [ 17103] By: jhi on 2002/06/08 18:04:37 Log: Slight tweaks from Lupe Christoph. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17102] By: jhi on 2002/06/08 17:04:24 Log: Workaround for broken symlink traversal. Branch: perl ! installperl ____________________________________________________________________________ [ 17101] By: jhi on 2002/06/08 16:16:46 Log: h2ph: Explain why parts of asm/*.h are skipped in Linux. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17100] By: nick on 2002/06/08 15:54:19 Log: Integrate mainline Branch: perlio !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm !> ext/Storable/Storable.xs ext/Storable/t/recurse.t !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c ____________________________________________________________________________ [ 17099] By: jhi on 2002/06/08 15:53:16 Log: Try to avoid a looping makedepend that sometimes happens when timestamps are out of sync. Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 17098] By: jhi on 2002/06/08 15:35:06 Log: metaconfig tweaks from Robin Barker to go with #17097; update Glossary.patch and mkglossary. Branch: metaconfig ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH ____________________________________________________________________________ [ 17097] By: jhi on 2002/06/08 15:34:09 Log: Various Configure tweaks. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 17096] By: jhi on 2002/06/08 15:05:46 Log: Fix Glossary formatting bugs when creating Config.pm, from Robin Barker. Branch: perl ! configpm ____________________________________________________________________________ [ 17095] By: jhi on 2002/06/08 15:00:39 Log: perlivp: Too Much Information. Branch: perl ! utils/perlivp.PL ____________________________________________________________________________ [ 17094] By: jhi on 2002/06/08 14:58:43 Log: h2ph: workarounds for too large hexadecimal constants. Now 'perlivp' passes without a whimper in Solaris 8 and Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header installation is weird; e.g. float.h is not in /usr/include... (cd /usr/include; h2ph -l -r .) Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17093] By: jhi on 2002/06/08 14:22:10 Log: h2ph: handle function pointer constants. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17092] By: jhi on 2002/06/08 13:54:17 Log: Put back the [561+] markers (except for the New Tests section where the comparison is meaningless); note that perl561delta is really the changes both from 5.005_03 and 5.6.0. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17091] By: jhi on 2002/06/08 13:25:04 Log: Mention the dynamicness of Socket in VMS in another spot. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17090] By: jhi on 2002/06/08 13:16:27 Log: Address most of the issues found by Lupe Cristoph (only leave the VMS changes to the VMS people); move the VOS section to its right place; talk more about userlevel threads; eradicate end-of-line spaces. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17089] By: jhi on 2002/06/08 12:59:45 Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs) From: Radu Greab Date: Sat, 8 Jun 2002 16:59:56 +0300 Message-ID: <15618.3548.55951.66902@ix.netsoft.ro> A test for #17082. Branch: perl ! ext/Storable/t/recurse.t ____________________________________________________________________________ [ 17088] By: jhi on 2002/06/08 12:35:46 Log: Explain at the top the situation in a nutshell; remove the [561+] tags as redundant; AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17087] By: jhi on 2002/06/08 12:25:15 Log: Subject: [Patch] perldelta for 5.8.0 RC1 From: lupe@lupe-christoph.de (Lupe Christoph) Date: Sat, 8 Jun 2002 14:08:16 +0200 Message-ID: <20020608120816.GP14630@lupe-christoph.de> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17086] By: jhi on 2002/06/08 12:14:48 Log: Advertise the upcoming Win32::GetOSName(). Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17085] By: jhi on 2002/06/08 12:11:27 Log: The lib/Win32.pod part of Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 ) From: "Yves Orton" Date: Sat, 08 Jun 2002 00:27:25 +0200 Message-ID: (manually applied and tweaked) Branch: perl ! lib/Win32.pod ____________________________________________________________________________ [ 17084] By: jhi on 2002/06/08 11:46:36 Log: Subject: Doc patches: assorted minor nits From: Philip Newton Date: Sat, 08 Jun 2002 11:08:12 +0200 Message-ID: Branch: perl ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod ____________________________________________________________________________ [ 17083] By: jhi on 2002/06/08 11:44:59 Log: Subject: Re: doc bug in perldoc From: Philip Newton Date: Sat, 08 Jun 2002 11:05:09 +0200 Message-ID: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 17082] By: jhi on 2002/06/08 11:37:56 Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs) From: Radu Greab Date: Sat, 8 Jun 2002 08:28:58 +0300 Message-ID: <15617.38426.603787.918922@ix.netsoft.ro> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 17081] By: jhi on 2002/06/08 11:36:29 Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can From: "Craig A. Berry" Date: Fri, 7 Jun 2002 22:55:34 -0500 Message-Id: Handle also underflow on non-IEEE. Branch: perl ! numeric.c ____________________________________________________________________________ [ 17080] By: sky on 2002/06/08 10:06:05 Log: Fix for bug [ID 20020602.007]. Don't decrement the active flag until AFTER we have run perl_destruct Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 17079] By: jhi on 2002/06/08 01:38:50 Log: h2ph: evil linux/byteorder/pdp_endian.h Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17078] By: jhi on 2002/06/08 01:14:45 Log: h2ph: more evilness in the form of Linux inline assembler. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17077] By: jhi on 2002/06/07 23:14:10 Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L (note the final L) for ia32 and ia64 long doubles. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17076] By: jhi on 2002/06/07 23:06:22 Log: perlivp: more header matching. Branch: perl ! utils/perlivp.PL ____________________________________________________________________________ [ 17075] By: jhi on 2002/06/07 22:43:37 Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks) From: Nicholas Clark Date: Sat, 8 Jun 2002 00:39:22 +0100 Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ____________________________________________________________________________ [ 17074] By: jhi on 2002/06/07 22:33:29 Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can From: "Craig A. Berry" Date: Fri, 7 Jun 2002 18:29:31 -0500 Message-Id: Branch: perl ! numeric.c ____________________________________________________________________________ [ 17073] By: jhi on 2002/06/07 21:34:07 Log: Reunite the first .PHONY targets (based on Garry Williams' reading of the GNU make manual). Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 17072] By: jhi on 2002/06/07 20:59:14 Log: Subject: Re: [DOCPATCH] Thread.pm From: Elizabeth Mattijsen Date: Fri, 07 Jun 2002 23:57:01 +0200 Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl> Branch: perl ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm ____________________________________________________________________________ [ 17071] By: jhi on 2002/06/07 20:51:15 Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks) From: Radu Greab Date: Sat, 8 Jun 2002 00:49:02 +0300 Message-ID: <15617.10830.557640.430565@ix.netsoft.ro> Branch: perl ! ext/Storable/t/recurse.t ____________________________________________________________________________ [ 17070] By: jhi on 2002/06/07 19:36:16 Log: h2ph: the fp exponent does need to have an explicit sign. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17069] By: jhi on 2002/06/07 19:28:52 Log: perlivp: tell what went wrong. Branch: perl ! utils/perlivp.PL ____________________________________________________________________________ [ 17068] By: jhi on 2002/06/07 19:22:23 Log: perlivp: sometimes headers and symbols don't quite match. Branch: perl ! utils/perlivp.PL ____________________________________________________________________________ [ 17067] By: jhi on 2002/06/07 19:21:39 Log: h2ph: One more usage example. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17066] By: jhi on 2002/06/07 19:05:22 Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 17065] By: nick on 2002/06/07 18:21:36 Log: Integrate mainline Branch: perlio +> ext/IO/hints/sco.pl !> (integrate 27 files) ____________________________________________________________________________ [ 17064] By: gsar on 2002/06/07 18:04:39 Log: uname() was returning "unknown" on IA64; handle other missing cases as well, and make any future unknown ones show up as unknown(0x123). Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 17063] By: jhi on 2002/06/07 16:12:20 Log: There are many ways to skin a Win32 (from Sarathy). Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17062] By: jhi on 2002/06/07 14:39:05 Log: Typos spotted by Vadim. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17061] By: jhi on 2002/06/07 14:05:16 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17060] By: jhi on 2002/06/07 13:26:52 Log: Subject: Re: [PATCH] Small nit in perlxs.pod From: lupe@lupe-christoph.de (Lupe Christoph) Date: Fri, 7 Jun 2002 13:38:24 +0200 Message-ID: <20020607113824.GD24159@lupe-christoph.de> Branch: perl ! pod/perlxs.pod ____________________________________________________________________________ [ 17059] By: jhi on 2002/06/07 13:25:35 Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ From: lupe@lupe-christoph.de (Lupe Christoph) Date: Fri, 7 Jun 2002 13:36:51 +0200 Message-ID: <20020607113651.GC24159@lupe-christoph.de> Branch: perl ! README.win32 ____________________________________________________________________________ [ 17058] By: jhi on 2002/06/07 13:22:38 Log: gcc -Wall nit noticed by NI-S. Branch: perl ! pp.c ____________________________________________________________________________ [ 17057] By: jhi on 2002/06/07 13:20:05 Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint From: Andrew Hamm Date: Fri, 7 Jun 2002 17:11:24 +1000 Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au> Branch: perl + ext/IO/hints/sco.pl ! MANIFEST ____________________________________________________________________________ [ 17056] By: jhi on 2002/06/07 13:14:44 Log: Integrate perlio: [ 17053] Don't discard read data on flush if seek fails. Branch: perl !> perlio.c ____________________________________________________________________________ [ 17055] By: jhi on 2002/06/07 13:01:19 Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge Branch: perl ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod ! pod/perlport.pod pod/perltoot.pod ____________________________________________________________________________ [ 17054] By: jhi on 2002/06/07 12:38:09 Log: More Winlore from Vadim. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17053] By: nick on 2002/06/07 10:11:51 Log: Don't discard read data on flush if seek fails. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 17052] By: jhi on 2002/06/07 01:34:48 Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks) From: Radu Greab Date: Fri, 7 Jun 2002 05:17:58 +0300 Message-ID: <15616.6102.89472.9852@ix.netsoft.ro> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 17051] By: jhi on 2002/06/07 01:31:56 Log: Split in two the .PHONY target so that makes without .PHONY when invoked as "make" won't wander off into the targets "compile translator utilities" and instead stay in the "all" target. Diagnosed by Garry Williams. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 17050] By: jhi on 2002/06/06 20:57:11 Log: Retract #16892 now that we have #17022. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 17049] By: jhi on 2002/06/06 20:27:02 Log: Update the SUPER-UX situation. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17048] By: jhi on 2002/06/06 20:13:53 Log: More Windows wisdom from Sarathy; remove old UTS entry; add SUPER-UX. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17047] By: jhi on 2002/06/06 20:10:14 Log: Windows wisdom from Sarathy. Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 17046] By: rgs on 2002/06/06 19:33:23 Log: The perlio warnings are not mandatory. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 17045] By: jhi on 2002/06/06 19:09:52 Log: Typolice. Branch: perl ! utils/c2ph.PL x2p/s2p.PL ____________________________________________________________________________ [ 17044] By: jhi on 2002/06/06 18:57:39 Log: Document that $^O in Win32 is a bit lacking in details. Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 17043] By: nick on 2002/06/06 18:51:48 Log: Integrate mainline Branch: perlio !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL ____________________________________________________________________________ [ 17042] By: jhi on 2002/06/06 18:49:22 Log: Win32 is not an OS. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17041] By: jhi on 2002/06/06 18:18:11 Log: The Makefile.SH part of Subject: [PATCH] corrections to Config.pm From: Robin Barker Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST) Message-Id: <200206061705.SAA12213@tempest.npl.co.uk> and regen Configure. Branch: perl ! Configure Makefile.SH Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 17040] By: jhi on 2002/06/06 17:46:20 Log: Supported platforms tweaks. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 17039] By: jhi on 2002/06/06 16:13:15 Log: Update the 5.005-threads failure list. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17038] By: jhi on 2002/06/06 16:10:24 Log: Make pstruct and psed appear also on platforms with $Config{d_link} but filesystems without link() (like FAT). Should deal with [ID 20020602.003] and "RC1 for MSWin32-x86-multi-thread build bug report". Diagnosis by Sarathy. Branch: perl ! utils/c2ph.PL x2p/s2p.PL ____________________________________________________________________________ [ 17037] By: jhi on 2002/06/06 15:20:14 Log: Subject: [PATCH] Thread.pm From: Elizabeth Mattijsen Date: Thu, 06 Jun 2002 10:47:36 +0200 Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl> Branch: perl ! lib/Thread.pm ____________________________________________________________________________ [ 17036] By: jhi on 2002/06/06 15:07:32 Log: Rafael noticed a bug in the explanation of #17035. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 17035] By: jhi on 2002/06/06 13:18:20 Log: Give more detailed explanation of open(FH, ">:foobar") failure. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 17034] By: jhi on 2002/06/06 12:59:19 Log: Subject: [DOCPATCH] perlthtut.pod From: Elizabeth Mattijsen Date: Thu, 06 Jun 2002 10:40:02 +0200 Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl> Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 17033] By: jhi on 2002/06/06 12:56:57 Log: NetWare update from Ananth Kesari. Branch: perl ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat ! NetWare/t/NWScripts.pl x2p/a2p.h ____________________________________________________________________________ [ 17032] By: jhi on 2002/06/06 12:47:34 Log: Integrate perlio: [ 17030] doio.c tweaks - see SV passed to dup type open "looks_like__number" - apply layers to pipe opens. Branch: perl !> doio.c ____________________________________________________________________________ [ 17031] By: ams on 2002/06/06 11:49:13 Log: Subject: [PATCH] perlguts.pod From: Nicholas Clark Date: Thu, 6 Jun 2002 11:29:19 +0100 Message-Id: <20020606112919.P22873@plum.flirble.org> Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 17030] By: nick on 2002/06/06 07:26:11 Log: doio.c tweaks - see SV passed to dup type open "looks_like__number" - apply layers to pipe opens. Branch: perlio ! doio.c ____________________________________________________________________________ [ 17029] By: nick on 2002/06/06 06:32:35 Log: Integrate mainline Branch: perlio !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c !> t/op/arith.t t/op/tie.t utils/perldoc.PL ____________________________________________________________________________ [ 17028] By: jhi on 2002/06/06 02:40:12 Log: With -Ud_stdstdio perl -v and perl -h didn't flush their output buffers because they exited with PerlProc_exit() instead of my_exit() (from Andy Dougherty) Branch: perl ! perl.c ____________________________________________________________________________ [ 17027] By: jhi on 2002/06/06 01:38:50 Log: BeOS status update; all platforms status update. Branch: perl ! README.beos pod/perlport.pod ____________________________________________________________________________ [ 17026] By: jhi on 2002/06/06 01:25:13 Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix From: Stas Bekman Date: Wed, 05 Jun 2002 15:26:02 +0800 Message-ID: <3CFDBD0A.8090505@stason.org> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 17025] By: jhi on 2002/06/05 23:48:28 Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist From: "Craig A. Berry" Date: Wed, 05 Jun 2002 17:31:18 -0500 Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01> Branch: perl ! t/op/arith.t ____________________________________________________________________________ [ 17024] By: jhi on 2002/06/05 23:47:14 Log: MacOS X 10.1.5 still failing the DB tests. Branch: perl ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t ! pod/perldelta.pod ____________________________________________________________________________ [ 17023] By: jhi on 2002/06/05 21:57:09 Log: Address the second half of Subject: [ID 20020604.006] Pipe opens do not support I/O layers From: jv@squirrel.nl (Johan Vromans) Date: Tue, 4 Jun 2002 23:01:44 +0200 (CEST) Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl> so that multiarg piped opens only accept optional whitespace after the "|-". If and when perlio discipline awareness added to |-, the now added code branch will grow. No test case because hard to think of anything even remotely portable. Branch: perl ! doio.c ____________________________________________________________________________ [ 17022] By: jhi on 2002/06/05 20:48:18 Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage) From: Doug MacEachern Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT) Message-ID: (plus a test expanded from Schwern's [ID 20020602.006]) Branch: perl ! pp.c t/op/tie.t ____________________________________________________________________________ [ 17021] By: jhi on 2002/06/05 19:56:33 Log: Subject: doc bug in perldoc From: Tim Jenness Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST) Message-ID: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 17020] By: jhi on 2002/06/05 19:55:00 Log: AUTHORS updates; perldelta blame^Wfame additions. Branch: perl ! AUTHORS pod/perldelta.pod ____________________________________________________________________________ [ 17019] By: jhi on 2002/06/05 19:08:00 Log: Mention Carp enhancements. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17018] By: sky on 2002/06/05 18:49:10 Log: Update text slightly and update links to threads.pm instead of Thread.pm Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17017] By: rgs on 2002/06/05 18:32:11 Log: Remove a comma and a few whitespaces. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 17016] By: rgs on 2002/06/05 18:28:50 Log: $^O is 'beos' on BeOS Branch: perl ! lib/Tie/File/t/16_handle.t ____________________________________________________________________________ [ 17015] By: nick on 2002/06/05 15:11:00 Log: Integrate mainline (for Configure) Branch: perlio !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t !> hints/linux.sh myconfig.SH pod/perldelta.pod ____________________________________________________________________________ [ 17014] By: jhi on 2002/06/05 13:53:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 17013] By: jhi on 2002/06/05 13:41:02 Log: Mention the flakiness of AIX' make. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 17012] By: jhi on 2002/06/05 13:40:45 Log: metaconfig unit change for #17011. Branch: metaconfig ! U/installdirs/inc_version_list.U ____________________________________________________________________________ [ 17011] By: jhi on 2002/06/05 13:23:59 Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure From: jason@openinformatics.com (Jason E. Stewart) Date: 04 Jun 2002 16:42:32 -0600 Message-Id: <87d6v6wtrb.fsf@openinformatics.com> Unexpanded $prefix. Branch: perl ! Configure ____________________________________________________________________________ [ 17010] By: jhi on 2002/06/05 13:16:49 Log: glibc version is more a library issue than a compiler issue. Branch: perl ! myconfig.SH ____________________________________________________________________________ [ 17009] By: jhi on 2002/06/05 13:07:01 Log: Subject: [Encode PATCH] spurious warning From: Nicholas Clark Date: Sun, 2 Jun 2002 20:26:22 +0100 Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net> Branch: perl ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t ____________________________________________________________________________ [ 17008] By: jhi on 2002/06/05 13:03:19 Log: Show gnulibc_version in myconfig. Branch: perl ! myconfig.SH ____________________________________________________________________________ [ 17007] By: jhi on 2002/06/05 12:59:31 Log: Regen Glossary for #16991. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 17006] By: jhi on 2002/06/05 12:44:45 Log: More for #16991. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 17005] By: nick on 2002/06/05 07:23:22 Log: Integrate mainline Branch: perlio +> ext/Thread/README.threads - README.threads !> (integrate 81 files) ____________________________________________________________________________ [ 17004] By: jhi on 2002/06/05 03:35:24 Log: FAQ sync. Branch: perl ! pod/perlfaq6.pod ____________________________________________________________________________ [ 17003] By: jhi on 2002/06/05 01:56:00 Log: Subject: [ID 20020602.004] threads::shared::queue new nit From: Elizabeth Mattijsen Date: Sun, 02 Jun 2002 21:36:05 +0200 Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl> Branch: perl ! ext/threads/shared/queue.pm ____________________________________________________________________________ [ 17002] By: jhi on 2002/06/05 01:47:02 Log: Subject: [ID 20020603.010] One more failed test on BeOS 5 From: "Daniel Berger" Date: Mon, 03 Jun 2002 19:18:38 GMT Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net> Branch: perl ! README.beos ____________________________________________________________________________ [ 17001] By: jhi on 2002/06/05 01:44:40 Log: Subject: One more sorry for Oracle From: "H.Merijn Brand" Date: Tue, 04 Jun 2002 10:02:17 +0200 Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl> (modified) Branch: perl ! README.hpux ____________________________________________________________________________ [ 17000] By: jhi on 2002/06/05 01:42:58 Log: metaconfig unit change for #16999. Branch: metaconfig ! U/threads/usethreads.U ____________________________________________________________________________ [ 16999] By: jhi on 2002/06/05 01:42:44 Log: Disable the combination of ithreads but not perlio. Branch: perl ! Configure INSTALL ____________________________________________________________________________ [ 16998] By: jhi on 2002/06/05 00:58:43 Log: perlthrtut links. Branch: perl ! ext/threads/shared/shared.pm ext/threads/threads.pm ! pod/perldelta.pod ____________________________________________________________________________ [ 16997] By: jhi on 2002/06/05 00:55:08 Log: Unmatchings. Branch: perl ! README.netware README.win32 ____________________________________________________________________________ [ 16996] By: jhi on 2002/06/05 00:50:08 Log: Subject: Re: 2nd draft of announcement From: "John P. Linderman" Date: Mon, 03 Jun 2002 08:57:49 -0400 Message-Id: <200206031257.IAA12388@raptor.research.att.com> Let's not forget the mystery IRIX failure. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16995] By: jhi on 2002/06/05 00:45:34 Log: Move the obsolete README.threads out of sight to ext/Threads; save one part of the IRIX knowledge in INSTALL (though IRIX 6.2 is quite old...) Branch: perl + ext/Thread/README.threads - README.threads ! INSTALL MANIFEST ____________________________________________________________________________ [ 16994] By: jhi on 2002/06/05 00:27:47 Log: Upgrade to Math::BigRat 0.07. Branch: perl ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t ____________________________________________________________________________ [ 16993] By: jhi on 2002/06/05 00:27:08 Log: metaconfig unit change #16991. Branch: metaconfig ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U ____________________________________________________________________________ [ 16992] By: jhi on 2002/06/05 00:26:45 Log: Forgot from #16991. Branch: perl ! config_h.SH ____________________________________________________________________________ [ 16991] By: jhi on 2002/06/05 00:16:28 Log: Subject: Re: hints/linux.sh & stdio From: Andy Dougherty Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT) Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 16990] By: jhi on 2002/06/05 00:08:57 Log: Integrate maintperl change #16988; make IO::Pipe work on windows Branch: perl !> ext/IO/lib/IO/Pipe.pm ____________________________________________________________________________ [ 16989] By: jhi on 2002/06/05 00:07:15 Log: Integrate macperl changes #16974 and #16975; nativize() isn't happy with absolute Mac paths Test::Harness test fixes, attempt #3 :-) Branch: perl !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm !> lib/Test/Harness/t/callback.t !> lib/Test/Harness/t/strap-analyze.t !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL ____________________________________________________________________________ [ 16988] By: gsar on 2002/06/04 23:14:56 Log: make IO::Pipe work on windows Branch: maint-5.6/perl ! ext/IO/lib/IO/Pipe.pm ____________________________________________________________________________ [ 16987] By: rgs on 2002/06/04 21:37:23 Log: s/modperl/mod_perl/g Branch: perl ! README.aix pod/perldelta.pod ____________________________________________________________________________ [ 16986] By: rgs on 2002/06/04 21:32:19 Log: Subject: [DOC PATCH] perldelta.pod From: Philip Newton Date: Tue, 04 Jun 2002 06:52:55 +0200 Message-ID: (with one nit, s/modperl/mod_perl/) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16985] By: rgs on 2002/06/04 20:30:00 Log: perlfunc/lock() nits by Philip Newton and Johan Vromans. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 16984] By: ams on 2002/06/04 01:05:49 Log: Subject: [PATCH] Re: Some bugs in RC1 From: Michael G Schwern Date: Mon, 03 Jun 2002 19:59:21 -0400 Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 16983] By: pudge on 2002/06/04 00:22:12 Log: Update Errno slightly to latest version Branch: macperl ! macos/lib/Errno.pm ____________________________________________________________________________ [ 16982] By: rgs on 2002/06/03 19:15:26 Log: Protect against localizing an %ENV slice. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 16981] By: rgs on 2002/06/03 18:59:19 Log: Document that lock() is a "weak keyword". Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 16980] By: ams on 2002/06/03 18:38:26 Log: Subject: [PATCH Switch.pm] Minor typo From: Philip Newton Date: Mon, 03 Jun 2002 21:35:55 +0200 Message-Id: Branch: perl ! lib/Switch.pm ____________________________________________________________________________ [ 16979] By: ams on 2002/06/03 17:06:03 Log: Remove all occurrences of occurence, except for one (in the Changelog) that is preserved for historical reasons. Branch: perl ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL ____________________________________________________________________________ [ 16978] By: pudge on 2002/06/02 17:22:43 Log: Update Changes Branch: macperl ! macos/Changes ____________________________________________________________________________ [ 16977] By: pudge on 2002/06/02 17:21:45 Log: Update Help menu for 5.8 Branch: macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 16976] By: pudge on 2002/06/02 17:21:28 Log: Bump versions Branch: macperl ! macos/MPVersion.r macos/config.h macos/config.sh ____________________________________________________________________________ [ 16975] By: pudge on 2002/06/02 17:19:29 Log: Test::Harness test fixes, attempt #3 :-) Branch: macperl ! lib/Test/Harness/t/callback.t ! lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16974] By: pudge on 2002/06/02 17:18:48 Log: nativize() isn't happy with absolute Mac paths Branch: macperl ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm ! lib/lib_pm.PL ____________________________________________________________________________ [ 16973] By: jhi on 2002/06/01 21:19:50 Log: Integrate #16971 from maint-5.6; IO::Poll wasn't working on windows since poll.c wasn't using the same abstractions as perl; for test case, see: http://bugs.activestate.com/show_bug.cgi?id=19624 Branch: perl !> XSUB.h ext/IO/poll.c ____________________________________________________________________________ [ 16972] By: jhi on 2002/06/01 21:14:39 Log: A few links. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16971] By: gsar on 2002/06/01 20:39:08 Log: IO::Poll wasn't working on windows since poll.c wasn't using the same abstractions as perl; for test case, see: http://bugs.activestate.com/show_bug.cgi?id=19624 Branch: maint-5.6/perl ! XSUB.h ext/IO/poll.c ____________________________________________________________________________ [ 16970] By: jhi on 2002/06/01 20:27:03 Log: Various perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16969] By: jhi on 2002/06/01 19:52:15 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16968] By: pudge on 2002/06/01 18:55:49 Log: Integrate perl for 5.8.0 RC1 Branch: macperl !> (integrate 77 files) ____________________________________________________________________________ [ 16967] By: jhi on 2002/06/01 17:46:42 Log: Two obsolete files. Branch: perl ! Porting/makerel ____________________________________________________________________________ [ 16966] By: jhi on 2002/06/01 17:42:45 Log: This is Perl 5.8.0 RC 1. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 16965] By: jhi on 2002/06/01 17:39:39 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16964] By: jhi on 2002/06/01 17:25:31 Log: Subject: [Encode] 1.75 Released From: Dan Kogai Date: Sun, 2 Jun 2002 03:19:19 +0900 Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp> Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm ____________________________________________________________________________ [ 16963] By: jhi on 2002/06/01 16:15:24 Log: Paranoia regen_headers; no changes but at least the timestamps are now fine. Branch: perl ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h ! warnings.h ____________________________________________________________________________ [ 16962] By: jhi on 2002/06/01 16:13:17 Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry From: "H.Merijn Brand" Date: Sat, 01 Jun 2002 11:35:22 +0200 Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 16961] By: jhi on 2002/06/01 15:57:04 Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc. Branch: perl ! pod/perldelta.pod pod/perltoc.pod ____________________________________________________________________________ [ 16960] By: jhi on 2002/06/01 15:30:10 Log: Regen Configure + perlmodlib + perltoc, FAQ sync. Branch: perl ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 16959] By: jhi on 2002/06/01 15:03:57 Log: Even more VMSifying (this time more like de-MacOSifying). Branch: perl ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16958] By: jhi on 2002/06/01 14:58:39 Log: VMSifying from Craig Berry. Branch: perl ! lib/Test/Harness/t/callback.t ! lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16957] By: jhi on 2002/06/01 14:52:34 Log: Mention the CJK docs. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16956] By: jhi on 2002/06/01 14:36:15 Log: Subject: [PATCH] another Storable test From: Nicholas Clark Date: Sat, 1 Jun 2002 14:07:01 +0100 Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/interwork56.t ____________________________________________________________________________ [ 16955] By: nick on 2002/06/01 09:02:48 Log: Integrate mainline Branch: perlio - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg !> (integrate 62 files) ____________________________________________________________________________ [ 16954] By: jhi on 2002/06/01 04:05:35 Log: Make the changes MacOS-specific. Branch: perl ! lib/Test/Harness/t/callback.t ! lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16953] By: ams on 2002/06/01 03:20:52 Log: Remove $Id$ lines. Branch: perl ! ext/Storable/Makefile.PL ext/Storable/Storable.pm ! ext/Storable/Storable.xs ext/Storable/t/blessed.t ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t ! ext/Storable/t/lock.t ext/Storable/t/malice.t ! ext/Storable/t/overload.t ext/Storable/t/recurse.t ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t ! ext/Storable/t/utf8hash.t ____________________________________________________________________________ [ 16952] By: jhi on 2002/06/01 03:09:47 Log: Perl Labs dead, Smokers live. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 16951] By: ams on 2002/06/01 03:08:02 Log: Nitpick at ChangeLog until it is consistently formatted. Branch: perl ! ext/Storable/ChangeLog ____________________________________________________________________________ [ 16950] By: jhi on 2002/06/01 02:46:48 Log: strictify lib.pm. Branch: perl ! lib/lib_pm.PL ____________________________________________________________________________ [ 16949] By: jhi on 2002/06/01 02:33:27 Log: s/invcer/incver/ Branch: perl ! lib/lib_pm.PL ____________________________________________________________________________ [ 16948] By: jhi on 2002/06/01 02:03:27 Log: Subject: Re: perl@16925 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Fri, 31 May 2002 19:56:39 -0700 Message-ID: Self-tie clarifications. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16947] By: jhi on 2002/06/01 01:17:45 Log: Be exact of what happens. Branch: perl ! README.cygwin ____________________________________________________________________________ [ 16946] By: jhi on 2002/06/01 01:16:59 Log: Subject: [Patch] Inplace editing on Cygwin and others? From: "Gerrit P. Haase" Date: Sat, 1 Jun 2002 04:14:43 +0200 Message-ID: <199100765833.20020601041443@familiehaase.de> Branch: perl ! README.cygwin doio.c perl.c ____________________________________________________________________________ [ 16945] By: jhi on 2002/05/31 23:03:23 Log: MacOS test glitch. Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16944] By: jhi on 2002/05/31 22:13:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16943] By: jhi on 2002/05/31 22:08:03 Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925 From: "Craig A. Berry" Date: Fri, 31 May 2002 17:20:11 -0500 Message-Id: Avoid redef warning. Branch: perl ! lib/Math/BigInt/Calc.pm ____________________________________________________________________________ [ 16942] By: jhi on 2002/05/31 21:42:12 Log: Integrate macperl patches #16926 and #16938; Big MacPerl Testing Patch No. 2 Big MacPerl Testing Patch No. 3 Branch: perl !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t !> lib/File/Temp.pm lib/FindBin.t 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 lib/Tie/File/t/09_gen_rs.t !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL ____________________________________________________________________________ [ 16941] By: pudge on 2002/05/31 20:49:56 Log: Configuration / test updates Branch: macperl ! macos/MacPerlTests.cmd macos/MacPerlTests.plx ! macos/Makefile.mk ____________________________________________________________________________ [ 16940] By: pudge on 2002/05/31 20:49:19 Log: Fix various Makefile.PL for string/array conflicts Branch: macperl ! macos/ext/Mac/Controls/Makefile.PL ! macos/ext/Mac/Dialogs/Makefile.PL ! macos/ext/Mac/Events/Makefile.PL ! macos/ext/Mac/Files/Makefile.PL ! macos/ext/Mac/Fonts/Makefile.PL ! macos/ext/Mac/Lists/Makefile.PL ! macos/ext/Mac/Menus/Makefile.PL ! macos/ext/Mac/MoreFiles/Makefile.PL ! macos/ext/Mac/Movies/Makefile.PL ! macos/ext/Mac/Navigation/Makefile.PL ! macos/ext/Mac/Notification/Makefile.PL ! macos/ext/Mac/OSA/Makefile.PL ! macos/ext/Mac/QDOffscreen/Makefile.PL ! macos/ext/Mac/QuickTimeVR/Makefile.PL ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL ! macos/ext/Mac/StandardFile/Makefile.PL ! macos/ext/Mac/TextEdit/Makefile.PL ! macos/ext/Mac/Windows/Makefile.PL ! macos/ext/MacPerl/Makefile.PL ____________________________________________________________________________ [ 16939] By: pudge on 2002/05/31 20:48:09 Log: Integrate perl Branch: macperl - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod !> pod/perlvar.pod ____________________________________________________________________________ [ 16938] By: pudge on 2002/05/31 20:46:07 Log: Big MacPerl Testing Patch No. 3 Branch: macperl ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t ! lib/File/Spec/t/Spec.t 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 lib/lib_pm.PL t/comp/use.t ! utils/dprofpp.PL utils/splain.PL ____________________________________________________________________________ [ 16937] By: jhi on 2002/05/31 20:14:45 Log: Update the LWP status. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16936] By: nick on 2002/05/31 20:07:40 Log: Integrate mainline Branch: perlio +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t +> lib/File/Spec/NW5.pm - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl !> patchlevel.h pod/perldelta.pod pod/perlport.pod !> pod/perlvar.pod toke.c ____________________________________________________________________________ [ 16935] By: jhi on 2002/05/31 19:27:50 Log: Freudian slip :-) Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 16934] By: jhi on 2002/05/31 18:58:21 Log: perlhist update. Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 16933] By: jhi on 2002/05/31 18:52:26 Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr From: Andy Dougherty Date: Fri, 31 May 2002 15:52:34 -0400 (EDT) Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu> Branch: perl ! lib/Math/BigInt/t/mbi_rand.t ____________________________________________________________________________ [ 16932] By: jhi on 2002/05/31 18:46:54 Log: From: Michael G Schwern Date: Fri, 31 May 2002 15:18:02 -0400 Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net> To: perl5-porters@perl.org Branch: perl - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg ! MANIFEST ____________________________________________________________________________ [ 16931] By: jhi on 2002/05/31 17:52:24 Log: More datapoints on gcc/alpha. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16930] By: jhi on 2002/05/31 17:07:14 Log: Document that old gccs on Alpha are no good. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16929] By: pudge on 2002/05/31 16:27:30 Log: Integrate perl Branch: macperl +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall +> t/lib/sample-tests/skipall_nomsg - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat - NetWare/bat/ToggleXDC.bat !> (integrate 86 files) ____________________________________________________________________________ [ 16928] By: jhi on 2002/05/31 16:20:02 Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64 From: Colin Watson Date: Fri, 31 May 2002 17:34:06 +0100 Message-ID: <20020531163406.GA10401@zeus.com> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 16927] By: jhi on 2002/05/31 16:17:29 Log: Subject: [PATCH] Adjust executable suffix checks for VMS From: Paul_GreenVOS@vos.stratus.com Date: Fri, 31 May 02 12:23 edt Message-Id: <200205311622.MAA21673@mailhub2.stratus.com> Branch: perl ! pod/perlport.pod pod/perlvar.pod ____________________________________________________________________________ [ 16926] By: pudge on 2002/05/31 16:07:35 Log: Big MacPerl Testing Patch No. 2 There might be more soon, but this is almost all of it for now Branch: macperl ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm ! lib/Devel/SelfStubber.t lib/English.t ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm ____________________________________________________________________________ [ 16925] By: jhi on 2002/05/31 14:52:22 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16924] By: jhi on 2002/05/31 14:34:23 Log: Missing MANIFESTations. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 16923] By: jhi on 2002/05/31 13:21:13 Log: DJGPP tweaks from Laszlo. Branch: perl ! lib/English.t ____________________________________________________________________________ [ 16922] By: jhi on 2002/05/31 13:12:51 Log: NetWare update from Ananth Kesari. Branch: perl + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t + lib/File/Spec/NW5.pm - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c ! README.netware ext/DynaLoader/DynaLoader_pm.PL ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c ____________________________________________________________________________ [ 16921] By: jhi on 2002/05/31 12:39:48 Log: Integrate perlio: [ 16920] Use File::Spec for blib expectance tests - skating round existing MacOS and VMS hacks. Branch: perl !> lib/blib.t ____________________________________________________________________________ [ 16920] By: nick on 2002/05/31 08:48:40 Log: Use File::Spec for blib expectance tests - skating round existing MacOS and VMS hacks. Branch: perlio ! lib/blib.t ____________________________________________________________________________ [ 16919] By: nick on 2002/05/31 08:39:37 Log: Integrate mainline Branch: perlio +> ext/Storable/t/interwork56.t +> ext/Storable/t/make_56_interwork.pl +> lib/ExtUtils/t/writemakefile_args.t +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall +> t/lib/sample-tests/skipall_nomsg - NetWare/bat/Setwatcom.bat !> (integrate 62 files) ____________________________________________________________________________ [ 16918] By: jhi on 2002/05/31 03:12:15 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 16917] By: jhi on 2002/05/31 02:13:06 Log: Subject: [PATCH] t/test.pl, which_perl, VMS From: "Craig A. Berry" Date: Thu, 30 May 2002 22:14:15 -0500 Message-Id: Branch: perl ! t/test.pl ____________________________________________________________________________ [ 16916] By: jhi on 2002/05/31 02:05:11 Log: Missing from #16914. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 16915] By: jhi on 2002/05/31 02:01:07 Log: BeOS status update. Branch: perl ! AUTHORS README.beos pod/perldelta.pod ____________________________________________________________________________ [ 16914] By: jhi on 2002/05/31 01:54:38 Log: Upgrade to Test::Harness 2.24. Branch: perl + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall + t/lib/sample-tests/skipall_nomsg ! 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/sample-tests/die ____________________________________________________________________________ [ 16913] By: jhi on 2002/05/31 01:24:32 Log: metaconfig unit change for #16912. Branch: metaconfig/U/perl ! perlpath.U ____________________________________________________________________________ [ 16912] By: jhi on 2002/05/31 01:24:16 Log: Subject: Improved $^X patch From: Paul_GreenVOS@vos.stratus.com Date: Thu, 30 May 02 17:32 edt Message-Id: <200205302132.RAA18437@mailhub1.stratus.com> Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! pod/perlport.pod pod/perlvar.pod ____________________________________________________________________________ [ 16911] By: jhi on 2002/05/31 01:12:21 Log: Subject: [PATCH configure.com] _ext -> _exe From: "Craig A. Berry" Date: Thu, 30 May 2002 18:32:43 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 16910] By: jhi on 2002/05/31 01:10:08 Log: Because of #16909 MANIFEST changes. Branch: perl ! t/TEST t/harness ____________________________________________________________________________ [ 16909] By: jhi on 2002/05/31 01:09:36 Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x From: Nicholas Clark Date: Fri, 31 May 2002 00:02:22 +0100 Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net> Branch: perl + ext/Storable/t/interwork56.t + ext/Storable/t/make_56_interwork.pl ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST ! ext/Storable/Makefile.PL ext/Storable/Storable.pm ! ext/Storable/Storable.xs ext/Storable/t/malice.t ____________________________________________________________________________ [ 16908] By: jhi on 2002/05/30 20:49:34 Log: Integrate perlio: [ 16895] Play safe and avoid writes to stdio's buffer (for glibc2.3) Branch: perl !> perlio.c ____________________________________________________________________________ [ 16907] By: jhi on 2002/05/30 20:42:42 Log: Upgrade to Math::BigRat 0.06. Branch: perl ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t ____________________________________________________________________________ [ 16906] By: jhi on 2002/05/30 20:39:30 Log: Upgrade to Math::BigInt 1.57. Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc ____________________________________________________________________________ [ 16905] By: jhi on 2002/05/30 20:26:32 Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS From: "Craig A. Berry" Date: Thu, 30 May 2002 16:22:40 -0500 Message-Id: Branch: perl ! lib/blib.t ____________________________________________________________________________ [ 16904] By: jhi on 2002/05/30 20:24:10 Log: Upgrade to ExtUtils::MakeMaker 6.01. Branch: perl + lib/ExtUtils/t/writemakefile_args.t ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm ____________________________________________________________________________ [ 16903] By: dougm on 2002/05/30 20:05:47 Log: prevent attempts to load extension libraries more than once on darwin. avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo" Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL ____________________________________________________________________________ [ 16902] By: jhi on 2002/05/30 20:01:10 Log: Obsolete file. Branch: perl - NetWare/bat/Setwatcom.bat ! MANIFEST ____________________________________________________________________________ [ 16901] By: jhi on 2002/05/30 19:49:57 Log: Update Andy. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 16900] By: jhi on 2002/05/30 19:40:14 Log: INT2PTR/PTR2IV defined twice. Branch: perl ! ext/Devel/PPPort/PPPort.pm ____________________________________________________________________________ [ 16899] By: jhi on 2002/05/30 19:26:11 Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit From: PPrymmer@factset.com Date: Thu, 30 May 2002 13:57:31 -0400 Message-ID: Multinet matters with s/might the/mind the/ Branch: perl ! README.vms ____________________________________________________________________________ [ 16898] By: nick on 2002/05/30 15:55:46 Log: Integrate mainline Branch: perlio !> Changes lib/charnames.pm lib/charnames.t patchlevel.h !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod ____________________________________________________________________________ [ 16897] By: jhi on 2002/05/30 15:46:52 Log: Document the glibc 2.2.5 long long bug. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16896] By: jhi on 2002/05/30 15:43:56 Log: Subject: [PATCH pod/perlfunc.pod] Not having an unimport is no longer fatal. From: Abigail Date: Thu, 30 May 2002 09:33:51 -0700 Message-ID: <20020530093351.A18225@ucan.foad.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 16895] By: nick on 2002/05/30 14:40:11 Log: Play safe and avoid writes to stdio's buffer (for glibc2.3) Branch: perlio ! perlio.c ____________________________________________________________________________ [ 16894] By: nick on 2002/05/30 14:39:19 Log: Integrate mainline Branch: perlio !> (integrate 50 files) ____________________________________________________________________________ [ 16893] By: jhi on 2002/05/30 14:24:29 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16892] By: jhi on 2002/05/30 14:17:43 Log: Subject: RE: [PATCH pod/perlvar.pod] $^X From: "Green, Paul" Date: Thu, 30 May 2002 11:11:35 -0400 Message-ID: Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 16891] By: jhi on 2002/05/30 14:07:30 Log: charnames patch from Thomas Wegner. Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 16890] By: jhi on 2002/05/30 14:03:24 Log: Subject: [Patch perl@16861] charnames::vianame tweak From: SADAHIRO Tomoyuki Date: Thu, 30 May 2002 23:56:51 +0900 Message-Id: <20020530235541.D722.BQW10602@nifty.com> Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 16889] By: jhi on 2002/05/30 14:02:02 Log: Chart the self-tying minefield. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16888] By: jhi on 2002/05/30 13:58:53 Log: Ignasi Roca convinced me, so #16855 is back in. Branch: perl ! utfebcdic.h ____________________________________________________________________________ [ 16887] By: jhi on 2002/05/30 13:51:29 Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap From: Andy Dougherty Date: Thu, 30 May 2002 10:50:18 -0400 (EDT) Message-ID: Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 16886] By: gbarr on 2002/05/30 13:49:11 Log: Sync with libnet-1.12 Branch: perl ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm ____________________________________________________________________________ [ 16885] By: jhi on 2002/05/30 13:43:28 Log: Subject: Re: perl@16861 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 29 May 2002 15:27:18 -0700 Message-ID: Yitzchak won't give up on self-ties. Branch: perl ! pp_sys.c t/op/tie.t ____________________________________________________________________________ [ 16884] By: ams on 2002/05/30 13:32:52 Log: Ronald Kimball pointed out that there was a run-on sentence in the last patch by Stas Bekman, and I fixed it, and while I was at it, I fixed the wording of the last phrase as well, and then I re-wrapped the paragraph. Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 16883] By: jhi on 2002/05/30 13:30:52 Log: Integrate macperl change #16875. Branch: perl !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t !> t/lib/warnings/op ____________________________________________________________________________ [ 16882] By: jhi on 2002/05/30 13:29:13 Log: Integrate macperl patch #16868. Branch: perl !> (integrate 36 files) ____________________________________________________________________________ [ 16881] By: jhi on 2002/05/30 12:50:14 Log: Subject: Re: [ PATCH ] module test fest From: "H.Merijn Brand" Date: Thu, 30 May 2002 13:52:18 +0200 Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl> HP-UX Oracle wisdom (with some tweaks) Branch: perl ! README.hpux ____________________________________________________________________________ [ 16880] By: jhi on 2002/05/30 12:48:09 Log: metaconfig unit change for #16879. Branch: metaconfig ! U/modified/Options.U ____________________________________________________________________________ [ 16879] By: jhi on 2002/05/30 12:47:34 Log: Configure -A should not mangle spaces, from H.Merijn B. Branch: perl ! Configure ____________________________________________________________________________ [ 16878] By: jhi on 2002/05/30 12:40:42 Log: OS/2: found the _fd_flags() prototype. Branch: perl ! os2/os2ish.h ____________________________________________________________________________ [ 16877] By: jhi on 2002/05/30 12:33:05 Log: Fix up the signal handler reinstallation lore. Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 16876] By: jhi on 2002/05/30 12:29:09 Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons From: Stas Bekman Date: Thu, 30 May 2002 15:29:02 +0800 Message-ID: <3CF5D4BE.4000500@stason.org> Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 16875] By: pudge on 2002/05/30 11:48:05 Log: Fixes for fixes Branch: macperl ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t ! t/lib/warnings/op ____________________________________________________________________________ [ 16874] By: ams on 2002/05/30 07:41:30 Log: Fix typo in #16866. Branch: perl ! lib/File/stat.t ____________________________________________________________________________ [ 16873] By: ams on 2002/05/30 07:39:24 Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part From: Stas Bekman Date: Thu, 30 May 2002 16:14:55 +0800 Message-Id: <3CF5DF7F.1060700@stason.org> Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 16872] By: ams on 2002/05/30 07:38:34 Log: Subject: [PATCH pod/perlvar.pod] $^X From: Stas Bekman Date: Thu, 30 May 2002 15:59:48 +0800 Message-Id: <3CF5DBF4.7080500@stason.org> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 16871] By: nick on 2002/05/30 06:45:56 Log: Integrate all but lib/File/stat.t which seems broken. Branch: perlio !> Changes Porting/patching.pod cygwin/perlld.in !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t !> t/run/fresh_perl.t utfebcdic.h ____________________________________________________________________________ [ 16870] By: pudge on 2002/05/30 06:06:34 Log: Integrate perl Branch: macperl +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm !> (integrate 137 files) ____________________________________________________________________________ [ 16869] By: pudge on 2002/05/30 05:41:50 Log: Makefile / config / test updates for MacPerl Branch: macperl + macos/MacPerlMakeTests.plx ! macos/MacPerlTests.cmd macos/MacPerlTests.plx ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk ! macos/config.h macos/config.sh macos/macperl/Makefile.mk ____________________________________________________________________________ [ 16868] By: pudge on 2002/05/30 05:39:51 Log: Big MacPerl Testing Patch No. 1 If you like this, stay tuned, there's more to come! Branch: macperl ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t ! ext/Storable/t/utf8hash.t lib/AutoSplit.t ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl ! 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 lib/Test/Simple/t/exit.t ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t ! perl.c t/lib/filter-util.pl t/lib/warnings/doio ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t ____________________________________________________________________________ [ 16867] By: jhi on 2002/05/29 23:25:09 Log: Attachments are okay. Branch: perl ! Porting/patching.pod ____________________________________________________________________________ [ 16866] By: jhi on 2002/05/29 19:46:49 Log: OS/2: ENOINO. Branch: perl ! lib/File/stat.t ____________________________________________________________________________ [ 16865] By: jhi on 2002/05/29 19:41:53 Log: OS/2: provide prototype. Branch: perl ! os2/os2ish.h ____________________________________________________________________________ [ 16864] By: jhi on 2002/05/29 19:29:17 Log: OS/2: fp stringification fudge. (After this the whole suite passes 98.30%) Branch: perl ! t/base/num.t ____________________________________________________________________________ [ 16863] By: jhi on 2002/05/29 17:35:04 Log: harness wasn't running x2p/s2p.t. Branch: perl ! t/harness ____________________________________________________________________________ [ 16862] By: nick on 2002/05/29 14:12:41 Log: Integrate mainline Branch: perlio +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm !> (integrate 100 files) ____________________________________________________________________________ [ 16861] By: jhi on 2002/05/29 13:41:01 Log: Subject: [PATCH] pack 'w' should be using NV, not double From: Nicholas Clark Date: Wed, 29 May 2002 15:38:41 +0100 Message-ID: <20020529153840.L53388@plum.flirble.org> Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 16860] By: jhi on 2002/05/29 13:31:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16859] By: jhi on 2002/05/29 13:25:31 Log: Spelling bee. Branch: perl ! t/op/tie.t ____________________________________________________________________________ [ 16858] By: jhi on 2002/05/29 13:21:58 Log: Recover some of the #16845. Branch: perl ! sv.c t/op/tie.t t/run/fresh_perl.t ____________________________________________________________________________ [ 16857] By: jhi on 2002/05/29 12:47:02 Log: Retract #16855 until settled. Branch: perl ! utfebcdic.h ____________________________________________________________________________ [ 16856] By: jhi on 2002/05/29 12:31:35 Log: OS/2: more missing definitions. Branch: perl ! os2/os2ish.h ____________________________________________________________________________ [ 16855] By: jhi on 2002/05/29 12:28:17 Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character) From: "Roca Carrio, Ignasi (PO EP)" Date: Wed, 29 May 2002 13:16:16 +0200 Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net> Branch: perl ! utfebcdic.h ____________________________________________________________________________ [ 16854] By: jhi on 2002/05/29 12:16:08 Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5) Branch: perl ! ext/Devel/PPPort/PPPort.pm ____________________________________________________________________________ [ 16853] By: jhi on 2002/05/29 11:58:43 Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin? From: "Gerrit P. Haase" Date: Wed, 29 May 2002 08:06:43 +0200 Message-ID: <1881715214417.20020529080643@familiehaase.de> Branch: perl ! perl.h ____________________________________________________________________________ [ 16852] By: jhi on 2002/05/29 11:53:12 Log: OS/2: more missing headers from John Poltorak. Branch: perl ! os2/os2ish.h ____________________________________________________________________________ [ 16851] By: jhi on 2002/05/29 11:48:35 Log: Subject: Re: forewarning: usedevel and versiononly From: "H.Merijn Brand" Date: Wed, 29 May 2002 09:41:23 +0200 Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl> More 5.7.3 -> 5.8.0. Branch: perl ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm ____________________________________________________________________________ [ 16850] By: ams on 2002/05/29 06:48:19 Log: Lots of spring cleaning. (No functional changes.) Branch: perl ! ext/Storable/ChangeLog ext/Storable/Makefile.PL ! ext/Storable/README ext/Storable/Storable.pm ! ext/Storable/Storable.xs ext/Storable/t/blessed.t ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t ! ext/Storable/t/lock.t ext/Storable/t/overload.t ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl ! ext/Storable/t/store.t ext/Storable/t/tied.t ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t ____________________________________________________________________________ [ 16849] By: jhi on 2002/05/29 01:16:23 Log: pod cleanups. Branch: perl ! README.aix README.cygwin README.jp README.ko README.macos ! README.tw pod/perl561delta.pod pod/perldelta.pod ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod ____________________________________________________________________________ [ 16848] By: jhi on 2002/05/29 00:44:59 Log: Regen perltoc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 16847] By: jhi on 2002/05/28 22:15:44 Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions From: "Vadim Konovalov" Date: Wed, 29 May 2002 02:48:15 +0400 Message-ID: <000701c20699$c3684a30$c25cc3d9@vad> Branch: perl ! wince/Makefile.ce ____________________________________________________________________________ [ 16846] By: jhi on 2002/05/28 22:10:51 Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit From: PPrymmer@factset.com Date: Tue, 28 May 2002 18:34:55 -0400 Message-ID: Branch: perl ! configure.com vms/genopt.com ____________________________________________________________________________ [ 16845] By: jhi on 2002/05/28 22:05:55 Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501 to restore some level of sanity in the tied scalars can of worms. Branch: perl ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t ____________________________________________________________________________ [ 16844] By: gsar on 2002/05/28 22:05:38 Log: extension of change#16332: isolate signal diddling to the main interpreter (fixes signal-related races, e.g. when multiple threads run system()) Branch: maint-5.6/perl ! util.c ____________________________________________________________________________ [ 16843] By: jhi on 2002/05/28 20:35:59 Log: Bump the version numbers to five-eight-oh. Branch: perl ! Configure NetWare/Makefile NetWare/config_H.wc ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL ! vos/config.alpha.h vos/config.ga.h win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce ! wince/config_H.ce ____________________________________________________________________________ [ 16842] By: ams on 2002/05/28 19:34:27 Log: Subject: Minor INSTALL patch From: Andy Dougherty Date: Tue, 28 May 2002 16:08:30 -0400 (EDT) Message-Id: Branch: perl ! INSTALL ____________________________________________________________________________ [ 16841] By: ams on 2002/05/28 19:01:22 Log: Add integer.t to MANIFEST. Branch: perl ! ext/Storable/MANIFEST ____________________________________________________________________________ [ 16840] By: jhi on 2002/05/28 17:49:08 Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1 From: Dan Kogai Date: Wed, 29 May 2002 03:43:57 +0900 Message-Id: Branch: perl + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL ! ext/Encode/CN/Makefile.PL ext/Encode/Changes ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL ! ext/Encode/MANIFEST ext/Encode/Makefile.PL ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod ! ext/Encode/t/mime-header.t ____________________________________________________________________________ [ 16839] By: jhi on 2002/05/28 17:18:28 Log: OS/2: bug found by John Poltorak. Branch: perl ! lib/ExtUtils/MM_OS2.pm ____________________________________________________________________________ [ 16838] By: gsar on 2002/05/28 14:14:29 Log: makefiles should not clobber lib/Thread directory (some Thread files seem to live there rather than in ext, for some reason) Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 16837] By: jhi on 2002/05/28 14:06:42 Log: Subject: [PATCH] Bug fix for charnames::vianame From: SADAHIRO Tomoyuki Date: Tue, 28 May 2002 23:53:39 +0900 Message-Id: <20020528234907.310A.BQW10602@nifty.com> Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 16836] By: jhi on 2002/05/28 13:43:39 Log: Test output tweak. Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 16835] By: jhi on 2002/05/28 13:32:46 Log: More charnames tweaks. Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 16834] By: jhi on 2002/05/28 13:24:16 Log: Subject: [PATCH] Doc fix for charnames::vianame From: SADAHIRO Tomoyuki Date: Tue, 28 May 2002 22:46:41 +0900 Message-Id: <20020528223607.9EBF.BQW10602@nifty.com> Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 16833] By: jhi on 2002/05/28 13:23:03 Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32 From: "Yves Orton" Date: Tue, 28 May 2002 15:43:12 +0200 Message-ID: Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 16832] By: jhi on 2002/05/28 13:14:21 Log: metaconfig unit change for #16831. Branch: metaconfig/U/perl ! gccvers.U ____________________________________________________________________________ [ 16831] By: jhi on 2002/05/28 13:14:02 Log: gcc 3 defensiveness from H. Merijn B and Rafael. Branch: perl ! Configure ____________________________________________________________________________ [ 16830] By: jhi on 2002/05/28 12:55:29 Log: Retract the Straps part of #16829 for now since the subtest 44 of t/strap.t started failing. Branch: perl ! lib/Test/Harness/Straps.pm ____________________________________________________________________________ [ 16829] By: jhi on 2002/05/28 12:26:34 Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality From: Nikola Knezevic Date: Tue, 28 May 2002 08:17:53 +0200 Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu> Branch: perl ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl ____________________________________________________________________________ [ 16828] By: nick on 2002/05/28 08:00:28 Log: Integrate mainline Branch: perlio !> Changes Makefile.micro README.netware README.tru64 !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot !> uconfig.h util.c ____________________________________________________________________________ [ 16827] By: jhi on 2002/05/28 00:46:23 Log: Tru64: sockatmark trouble. Branch: perl ! README.tru64 ____________________________________________________________________________ [ 16826] By: jhi on 2002/05/27 23:48:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16825] By: pudge on 2002/05/27 22:55:07 Log: Integrate perl Branch: macperl +> ext/Storable/t/integer.t ! macos/MPVersion.r macos/config.sh !> (integrate 60 files) ____________________________________________________________________________ [ 16824] By: jhi on 2002/05/27 20:58:48 Log: Todo update. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16823] By: jhi on 2002/05/27 20:55:45 Log: Don't assume sh and true. Branch: perl ! Makefile.micro uconfig.h ____________________________________________________________________________ [ 16822] By: jhi on 2002/05/27 20:42:47 Log: Subject: Re: [PATCH] Version tango From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 27 May 2002 13:20:56 -0700 Message-ID: Branch: perl ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm ____________________________________________________________________________ [ 16821] By: rgs on 2002/05/27 20:25:30 Log: Fix a warning bug in Perl_report_evil_fh (didn't report stashes correctly.) Partial info is better than wrong info. Branch: perl ! t/lib/warnings/pp_hot util.c ____________________________________________________________________________ [ 16820] By: jhi on 2002/05/27 20:09:27 Log: A shot in the dark. Branch: perl ! mg.c ____________________________________________________________________________ [ 16819] By: jhi on 2002/05/27 19:10:14 Log: Comment nit from Yitzchak. Branch: perl ! sv.c ____________________________________________________________________________ [ 16818] By: nick on 2002/05/27 18:47:58 Log: Integrate mainline Branch: perlio +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod !> pod/perlsub.pod ____________________________________________________________________________ [ 16817] By: jhi on 2002/05/27 18:15:32 Log: POD cleanup and rewrapping. Branch: perl ! README.netware ____________________________________________________________________________ [ 16816] By: jhi on 2002/05/27 16:55:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16815] By: jhi on 2002/05/27 16:49:06 Log: More NetWare. Branch: perl ! README.netware ____________________________________________________________________________ [ 16814] By: jhi on 2002/05/27 16:36:08 Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Mon, 27 May 2002 19:26:27 +0200 Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 16813] By: jhi on 2002/05/27 16:35:47 Log: We are not that certain about the localising of tied aggregates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16812] By: jhi on 2002/05/27 16:22:45 Log: Missed from #16811. Branch: perl + NetWare/sv_nw.c ! MANIFEST ____________________________________________________________________________ [ 16811] By: jhi on 2002/05/27 16:22:06 Log: NetWare diff from Ananth Kesari. Branch: perl + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm ____________________________________________________________________________ [ 16810] By: jhi on 2002/05/27 16:02:10 Log: Integrate perlio: [ 16809] Add IO::Scalar fail case to the tests. [ 16808] Fix for the IO::Scalar bug (I think). At tie time break the loop but in a different place: A. Increment REFCNT of the RV involved in the self-tie B. Decrement REFCNT of the thing RV points to (e.g. the GV) At mg_free time Break the connection between the RV and its referent so that we do not try and free it (again). [ 16805] **** UNSAFE **** partial fix for IO::Scalar and local ties. Only op/local.t fails but it is nasty... try valgrind on other machine. Branch: perl !> mg.c sv.c t/op/tie.t ____________________________________________________________________________ [ 16809] By: nick on 2002/05/27 11:02:21 Log: Add IO::Scalar fail case to the tests. Branch: perlio ! t/op/tie.t ____________________________________________________________________________ [ 16808] By: nick on 2002/05/27 09:54:46 Log: Fix for the IO::Scalar bug (I think). At tie time break the loop but in a different place: A. Increment REFCNT of the RV involved in the self-tie B. Decrement REFCNT of the thing RV points to (e.g. the GV) At mg_free time Break the connection between the RV and its referent so that we do not try and free it (again). Branch: perlio ! mg.c sv.c ____________________________________________________________________________ [ 16807] By: jhi on 2002/05/27 02:39:04 Log: select() portability nit. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 16806] By: rgs on 2002/05/26 21:01:35 Log: Fix a remaining B::Lint bug. Branch: perl ! ext/B/B/Lint.pm ext/B/t/lint.t ____________________________________________________________________________ [ 16805] By: nick on 2002/05/26 20:51:31 Log: **** UNSAFE **** partial fix for IO::Scalar and local ties. Only op/local.t fails but it is nasty... try valgrind on other machine. Branch: perlio ! sv.c ____________________________________________________________________________ [ 16804] By: jhi on 2002/05/26 17:23:26 Log: Some day I might actually learn to test changes first before committing them in. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 16803] By: jhi on 2002/05/26 17:16:32 Log: Until otherwise proven. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 16802] By: jhi on 2002/05/26 17:15:12 Log: Darwin hint tweaks. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 16801] By: jhi on 2002/05/26 15:56:15 Log: FAQ sync. Branch: perl ! pod/perlfaq5.pod pod/perlfaq6.pod ____________________________________________________________________________ [ 16800] By: jhi on 2002/05/26 15:27:05 Log: Subject: [DOC-PATCH] README.cygwin updated From: "Gerrit P. Haase" Date: Sun, 26 May 2002 14:56:14 +0200 Message-ID: <1151480833395.20020526145614@familiehaase.de> Branch: perl ! README.cygwin ____________________________________________________________________________ [ 16799] By: jhi on 2002/05/26 15:25:35 Log: I thinkk thinggy has only one g. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16798] By: jhi on 2002/05/26 15:23:32 Log: Subject: [PATCH] docs for broken local(%tied) behaviour From: Dave Mitchell Date: Sun, 26 May 2002 14:15:42 +0100 Message-ID: <20020526141542.B18527@fdgroup.com> Branch: perl ! pod/perldelta.pod pod/perlsub.pod ____________________________________________________________________________ [ 16797] By: jhi on 2002/05/26 15:19:34 Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text From: Stephen McCamant Date: Sat, 25 May 2002 21:52:16 -0700 Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 16796] By: jhi on 2002/05/26 15:18:27 Log: Slight reformatting; tiny tweaks. Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 16795] By: jhi on 2002/05/26 15:11:00 Log: Integrate perlio: [ 16794] Update perlipc.pod for new signals Branch: perl !> pod/perlipc.pod ____________________________________________________________________________ [ 16794] By: nick on 2002/05/26 08:07:12 Log: Update perlipc.pod for new signals Branch: perlio ! pod/perlipc.pod ____________________________________________________________________________ [ 16793] By: nick on 2002/05/26 07:10:14 Log: Integrate mainline Branch: perlio !> AUTHORS Changes Configure patchlevel.h ____________________________________________________________________________ [ 16792] By: jhi on 2002/05/25 21:39:58 Log: Mention that we do Win64. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16791] By: jhi on 2002/05/25 21:39:03 Log: Document the $Config{byteorder} changes. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16790] By: jhi on 2002/05/25 21:27:52 Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1 From: Nicholas Clark Date: Sat, 25 May 2002 22:37:19 +0100 Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> Subject: [PATCH] Storable (smaller) From: Nicholas Clark Date: Sat, 25 May 2002 23:13:13 +0100 Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t ____________________________________________________________________________ [ 16789] By: jhi on 2002/05/25 19:00:43 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16788] By: jhi on 2002/05/25 18:55:30 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 16787] By: jhi on 2002/05/25 18:51:49 Log: metaconfig unit changes for #16786. Branch: metaconfig ! U/modified/Getfile.U U/modified/pager.U ____________________________________________________________________________ [ 16786] By: jhi on 2002/05/25 18:51:29 Log: Pager query tweaks from Andy Dougherty (for OS/2). Branch: perl ! Configure ____________________________________________________________________________ [ 16785] By: jhi on 2002/05/25 18:19:56 Log: Integrate perlio: [ 16784] Fix VMS ungetc fix for platforms like NetBSD. Branch: perl !> perlio.c ____________________________________________________________________________ [ 16784] By: nick on 2002/05/25 17:34:48 Log: Fix VMS ungetc fix for platforms like NetBSD. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 16783] By: nick on 2002/05/25 16:33:14 Log: Integrate mainline for Lupe's perlio.c fix before starting on NetBSD issue Branch: perlio !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t !> perlio.c pod/perlapio.pod pod/perldelta.pod ____________________________________________________________________________ [ 16782] By: jhi on 2002/05/25 16:26:53 Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS From: "Craig A. Berry" Date: Sat, 25 May 2002 12:19:36 -0500 Message-Id: Branch: perl ! lib/ExtUtils/t/basic.t ____________________________________________________________________________ [ 16781] By: jhi on 2002/05/25 16:13:08 Log: BeOS: update the test status. Branch: perl ! README.beos pod/perldelta.pod ____________________________________________________________________________ [ 16780] By: jhi on 2002/05/25 15:30:32 Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again) From: Nicholas Clark Date: Sat, 25 May 2002 17:19:21 +0100 Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/integer.t ____________________________________________________________________________ [ 16779] By: jhi on 2002/05/25 14:58:48 Log: Update the number of tests. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16778] By: jhi on 2002/05/25 13:11:52 Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures From: lupe@lupe-christoph.de (Lupe Christoph) Date: Sat, 25 May 2002 15:45:34 +0200 Message-ID: <20020525134534.GT6638@lupe-christoph.de> Branch: perl ! perlio.c pod/perlapio.pod ____________________________________________________________________________ [ 16777] By: jhi on 2002/05/25 12:51:53 Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again) From: Nicholas Clark Date: Sat, 25 May 2002 12:17:44 +0100 Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/integer.t ____________________________________________________________________________ [ 16776] By: nick on 2002/05/25 11:23:28 Log: Integrate mainline Branch: perlio +> ext/Storable/t/integer.t !> (integrate 41 files) ____________________________________________________________________________ [ 16775] By: jhi on 2002/05/25 01:48:37 Log: perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16774] By: jhi on 2002/05/24 22:28:29 Log: UNICOS: update test status. Branch: perl ! ext/Socket/socketpair.t pod/perldelta.pod ____________________________________________________________________________ [ 16773] By: jhi on 2002/05/24 22:25:41 Log: UNICOS: since $] is really 5.00700299999997, testing for equivalence with 5.007003 isn't correct. (From Nicholas Clark.) Branch: perl ! ext/Storable/t/downgrade.t ____________________________________________________________________________ [ 16772] By: jhi on 2002/05/24 21:44:35 Log: Knock off one test failure thanks to #16771. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16771] By: jhi on 2002/05/24 21:39:53 Log: In some (rare) platforms (such as UNICOS) using the native atof is still better. Branch: perl ! numeric.c perl.h ____________________________________________________________________________ [ 16770] By: jhi on 2002/05/24 21:14:34 Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits From: "Craig A. Berry" Date: Fri, 24 May 2002 16:24:44 -0500 Message-Id: Branch: perl ! pod/perldelta.pod vms/vms.c ____________________________________________________________________________ [ 16769] By: jhi on 2002/05/24 19:25:55 Log: Subject: [PATCH pod/perllol.pod] small typo From: "Geoffrey F. Green" Date: Fri, 24 May 2002 16:05:07 -0400 Message-ID: Branch: perl ! pod/perllol.pod ____________________________________________________________________________ [ 16768] By: jhi on 2002/05/24 17:47:14 Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint From: Andy Dougherty Date: Fri, 24 May 2002 14:46:49 -0400 (EDT) Message-ID: Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 16767] By: jhi on 2002/05/24 16:55:48 Log: Subject: [patch] small change From: "Konovalov, Vadim" Date: Fri, 24 May 2002 19:18:24 +0400 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com> Branch: perl ! perl.h win32/makefile.mk ____________________________________________________________________________ [ 16766] By: jhi on 2002/05/24 14:30:25 Log: Subject: [PATCH] README.aix From: John Peacock Date: Fri, 24 May 2002 10:49:39 -0400 Message-ID: <3CEE5303.1070201@rowman.com> Branch: perl ! README.aix ____________________________________________________________________________ [ 16765] By: jhi on 2002/05/24 14:23:06 Log: Upgrade to Locale-Codes 2.04. Branch: perl ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t ! lib/Locale/Country.pm ____________________________________________________________________________ [ 16764] By: jhi on 2002/05/24 12:27:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16763] By: jhi on 2002/05/24 12:02:42 Log: Subject: [PATCH Makefile.SH] 'make distclean' should remove *old files too. From: Abigail Date: Fri, 24 May 2002 02:43:37 -0700 Message-ID: <20020524024337.A28749@ucan.foad.org> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 16762] By: jhi on 2002/05/24 12:01:18 Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos From: Abigail Date: Fri, 24 May 2002 02:26:48 -0700 Message-ID: <20020524022648.A31684@ucan.foad.org> Branch: perl ! ext/POSIX/t/posix.t ____________________________________________________________________________ [ 16761] By: jhi on 2002/05/23 23:25:48 Log: Doc tweaks. Branch: perl ! pod/perlunicode.pod pod/perluniintro.pod ____________________________________________________________________________ [ 16760] By: jhi on 2002/05/23 22:44:48 Log: More portability defines, now mostly type-related (based on Storable.xs) Branch: perl ! ext/Devel/PPPort/PPPort.pm ____________________________________________________________________________ [ 16759] By: jhi on 2002/05/23 22:11:11 Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again) From: Nicholas Clark Date: Thu, 23 May 2002 23:43:16 +0100 Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net> Branch: perl + ext/Storable/t/integer.t ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 16758] By: jhi on 2002/05/23 21:25:40 Log: Subject: [PATCH] configure.com: C switch tweak for VAX From: "Craig A. Berry" Date: Thu, 23 May 2002 16:47:34 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 16757] By: jhi on 2002/05/23 20:24:57 Log: One more ppportability thing (from Sarathy). Branch: perl ! ext/Devel/PPPort/PPPort.pm ____________________________________________________________________________ [ 16756] By: jhi on 2002/05/23 20:20:41 Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23 From: Michael G Schwern Date: Wed, 22 May 2002 19:21:43 -0400 Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die ! t/lib/sample-tests/die_head_end ! t/lib/sample-tests/die_last_minute ____________________________________________________________________________ [ 16755] By: jhi on 2002/05/23 20:17:54 Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01 From: Michael G Schwern Date: Wed, 22 May 2002 19:14:35 -0400 Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm ____________________________________________________________________________ [ 16754] By: jhi on 2002/05/23 19:02:23 Log: Subject: [PATCH] dump.c recognizes CvLOCKED From: Tim Jenness Date: Thu, 23 May 2002 10:00:00 -1000 (HST) Message-ID: Branch: perl ! dump.c ____________________________________________________________________________ [ 16753] By: jhi on 2002/05/23 17:41:21 Log: Typo squad. Branch: perl ! ext/POSIX/POSIX.pod pod/perldelta.pod ____________________________________________________________________________ [ 16752] By: jhi on 2002/05/23 16:04:15 Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant From: Abigail Date: Thu, 23 May 2002 07:53:33 -0700 Message-ID: <20020523075333.A14658@ucan.foad.org> Branch: perl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod ____________________________________________________________________________ [ 16751] By: jhi on 2002/05/23 10:21:09 Log: PPPort dTHX. Branch: perl ! ext/Devel/PPPort/PPPort.pm ____________________________________________________________________________ [ 16750] By: nick on 2002/05/23 08:00:24 Log: Integrate mainline (all ok on MinGW-1.1 Win2k) Branch: perlio !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t !> pod/perldelta.pod ____________________________________________________________________________ [ 16749] By: jhi on 2002/05/22 22:36:35 Log: We do not want utf8.t to be compiled under -Mutf8, wonky as it sounds. Branch: perl ! lib/utf8.t ____________________________________________________________________________ [ 16748] By: jhi on 2002/05/22 22:34:20 Log: We do not want to see the utf8 hints bit. Branch: perl ! lib/vmsish.t ____________________________________________________________________________ [ 16747] By: jhi on 2002/05/22 22:30:57 Log: More -Mutf8 cleanup. Branch: perl ! ext/PerlIO/t/fallback.t ____________________________________________________________________________ [ 16746] By: jhi on 2002/05/22 22:29:08 Log: -Mutf8 cleanup. Branch: perl ! ext/Encode/t/mime-header.t ____________________________________________________________________________ [ 16745] By: jhi on 2002/05/22 21:57:48 Log: Integrate perlio: [ 16740] #ifdef VMS code was not ported right from sv.c - s/fp/stdio/ [ 16739] Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS. ungetc() and buffer snooping may not mix. So use buffer snoop hooks to avoid ungetc() where available. unread() falls back to using :pending layer, and fill has VMS specific code (which should not get used) or ungetc() which should work. [ 16737] Flag the VMS-problem-causing part of :encoding for enhancement. (Problem still needs fixing in perlio.c) Branch: perl !> ext/PerlIO/encoding/encoding.xs perlio.c ____________________________________________________________________________ [ 16744] By: jhi on 2002/05/22 21:52:58 Log: Subject: Re: Additional README.aix changes From: "H.Merijn Brand" Date: Wed, 22 May 2002 08:37:37 +0200 Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl> Branch: perl ! README.aix ____________________________________________________________________________ [ 16743] By: jhi on 2002/05/22 21:52:09 Log: HP-UX 11.00 io_xs hangup workaround. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 16742] By: jhi on 2002/05/22 21:49:59 Log: Updated UNICOS status from Mark Lutz. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16741] By: jhi on 2002/05/22 21:47:41 Log: UNICOS: Mark Lutz had a better idea. Branch: perl ! hints/unicos.sh ____________________________________________________________________________ [ 16740] By: nick on 2002/05/22 21:13:10 Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/ Branch: perlio ! perlio.c ____________________________________________________________________________ [ 16739] By: nick on 2002/05/22 20:59:22 Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS. ungetc() and buffer snooping may not mix. So use buffer snoop hooks to avoid ungetc() where available. unread() falls back to using :pending layer, and fill has VMS specific code (which should not get used) or ungetc() which should work. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 16738] By: nick on 2002/05/22 20:34:55 Log: Integrate mainline Branch: perlio !> (integrate 40 files) ____________________________________________________________________________ [ 16737] By: nick on 2002/05/22 19:04:13 Log: Flag the VMS-problem-causing part of :encoding for enhancement. (Problem still needs fixing in perlio.c) Branch: perlio ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16736] By: jhi on 2002/05/22 16:20:38 Log: UNICOS: using uname -m is wrong since what matters is what CPUs (FPUs) we have. Branch: perl ! hints/unicos.sh ____________________________________________________________________________ [ 16735] By: jhi on 2002/05/22 13:07:41 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16734] By: jhi on 2002/05/22 12:39:25 Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs From: Dave Mitchell Date: Wed, 22 May 2002 12:53:21 +0100 Message-ID: <20020522125320.E12794@fdgroup.com> Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16733] By: jhi on 2002/05/22 12:32:41 Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod From: John Borwick Date: Wed, 22 May 2002 04:10:37 -0400 Message-ID: <15595.21117.875874.721450@nada.johnborwick.com> Branch: perl ! pod/perlunicode.pod pod/perluniintro.pod ____________________________________________________________________________ [ 16732] By: ams on 2002/05/22 05:47:35 Log: Integrate #16731 from //depot/macperl. Branch: perl !> t/io/crlf.t ____________________________________________________________________________ [ 16731] By: pudge on 2002/05/22 04:18:58 Log: Be more specific in what we're looking for Branch: macperl ! t/io/crlf.t ____________________________________________________________________________ [ 16730] By: pudge on 2002/05/22 03:36:42 Log: Integrate perl; bump patchlevel; add lib/Unicode/README back Branch: macperl + lib/Unicode/README +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t +> t/lib/sample-tests/shbang_misparse t/op/caller.t - t/lib/st-dump.pl ! macos/MPVersion.r macos/config.sh !> (integrate 135 files) ____________________________________________________________________________ [ 16729] By: jhi on 2002/05/22 00:24:29 Log: FAQ sync. Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 16728] By: jhi on 2002/05/21 23:02:03 Log: Getopt::Std clarification from John Borwick. Branch: perl ! lib/Getopt/Std.pm ____________________________________________________________________________ [ 16727] By: jhi on 2002/05/21 22:59:58 Log: Subject: Re: [Patch] for problem with shellwords.pl From: "Curtis Poe" Date: Tue, 21 May 2002 11:17:40 -0700 Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com> Subject: [Patch] for security problem with Text::ParseWords From: "Curtis Poe" Date: Tue, 21 May 2002 15:10:18 -0700 Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com> Branch: perl ! lib/Text/ParseWords.pm lib/shellwords.pl ____________________________________________________________________________ [ 16726] By: jhi on 2002/05/21 22:57:09 Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump) From: Nicholas Clark Date: Tue, 21 May 2002 23:01:48 +0100 Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net> Branch: perl ! ext/SDBM_File/SDBM_File.xs ____________________________________________________________________________ [ 16725] By: jhi on 2002/05/21 22:16:05 Log: Subject: [PATCH] Additional README.aix changes From: John Peacock Date: Tue, 21 May 2002 12:01:10 -0400 Message-ID: <3CEA6F46.70902@rowman.com> Branch: perl ! README.aix ____________________________________________________________________________ [ 16724] By: jhi on 2002/05/21 17:51:00 Log: Subject: Win32 crash in fork.t (perl@16694) From: "Kevin Chase" Date: Mon, 20 May 2002 17:02:16 -0700 Message-ID: It looks that the Poison() found its first target. The suggested patch is fine. Branch: perl ! cop.h ____________________________________________________________________________ [ 16723] By: jhi on 2002/05/21 14:54:24 Log: microperl: if DIEing on no-functionality, the has-functionality would be unreachable code. Branch: perl ! pp.c pp_sys.c ____________________________________________________________________________ [ 16722] By: jhi on 2002/05/21 14:25:44 Log: microperl: do not regenerate the perly. Branch: perl ! Makefile.micro ____________________________________________________________________________ [ 16721] By: jhi on 2002/05/21 13:30:26 Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 20 May 2002 22:55:46 -0700 Message-ID: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 16720] By: jhi on 2002/05/21 13:22:51 Log: Regen uconfig.h. Branch: perl ! uconfig.h ____________________________________________________________________________ [ 16719] By: ams on 2002/05/21 05:02:01 Log: Why quote some keys? Branch: perl ! ext/Storable/Makefile.PL ____________________________________________________________________________ [ 16718] By: ams on 2002/05/21 04:08:39 Log: Suppress warning about $canonical. (Nicholas Clark) Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16717] By: jhi on 2002/05/21 03:18:59 Log: Subject: [PATCH] VMS iThreads follow-up From: "Craig A. Berry" Date: Mon, 20 May 2002 21:34:17 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 16716] By: ams on 2002/05/21 02:47:18 Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang) 2. Install in core library directory. (Tatsuhiko Miyagawa) Branch: perl ! ext/Storable/Makefile.PL ____________________________________________________________________________ [ 16715] By: jhi on 2002/05/20 22:13:45 Log: Subject: [Encode] 1.72 released From: Dan Kogai Date: Tue, 21 May 2002 01:06:19 +0900 Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp> Branch: perl ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode.xs ext/Encode/Makefile.PL ! ext/Encode/Unicode/Unicode.xs ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t ____________________________________________________________________________ [ 16714] By: jhi on 2002/05/20 14:53:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16713] By: jhi on 2002/05/20 14:46:15 Log: A bit of self-promotion from David Wheeler :-) Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 16712] By: jhi on 2002/05/20 14:25:03 Log: metaconfig unit changes for #16711. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 16711] By: jhi on 2002/05/20 14:24:38 Log: Document better what the foo_r_proto are supposed to be. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH reentr.pl ____________________________________________________________________________ [ 16710] By: jhi on 2002/05/20 14:11:33 Log: Subject: Re: pod patches. From: Jim Cromie Date: Mon, 20 May 2002 09:00:10 -0600 Message-ID: <3CE90F7A.3070309@divsol.com> (with Philip Newton's tweaks) Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 16709] By: jhi on 2002/05/20 12:50:34 Log: Subject: Re: pod patch - perldelta.pod From: Jim Cromie Date: Mon, 20 May 2002 07:16:54 -0600 Message-ID: <3CE8F746.50603@divsol.com> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16708] By: jhi on 2002/05/20 12:49:20 Log: Subject: [patch] one more little step for WinCE From: "Konovalov, Vadim" Date: Mon, 20 May 2002 11:47:19 +0400 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com> Branch: perl ! wince/Makefile.ce ____________________________________________________________________________ [ 16707] By: jhi on 2002/05/20 12:42:35 Log: Preemptive doc patch. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16706] By: rgs on 2002/05/20 12:21:14 Log: The "constant sub redefined" warning can't be disabled. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 16705] By: nick on 2002/05/20 10:18:26 Log: Integrate mainline Branch: perlio +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 16704] By: jhi on 2002/05/20 02:49:22 Log: Missed hunk from #16701. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 16703] By: jhi on 2002/05/20 02:37:29 Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 20 May 2002 05:36:14 +0200 Message-ID: Branch: perl + lib/CPAN/t/mirroredby.t ! MANIFEST ____________________________________________________________________________ [ 16702] By: jhi on 2002/05/20 02:25:40 Log: Subject: tiny doc tweaks From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 20 May 2002 05:07:13 +0200 Message-ID: Branch: perl ! pod/perldelta.pod pod/perlfunc.pod ____________________________________________________________________________ [ 16701] By: jhi on 2002/05/20 02:23:03 Log: Subject: [PATCH @16694] ithreads for VMS From: "Craig A. Berry" Date: Sun, 19 May 2002 22:06:43 -0500 Message-Id: Branch: perl ! configure.com vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 16700] By: jhi on 2002/05/19 23:52:45 Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32 From: Autrijus Tang Date: Mon, 20 May 2002 04:10:31 +0800 Message-ID: <20020519201031.GA1603@not.autrijus.org> Branch: perl ! ext/Encode/Encode/Makefile_PL.e2x ____________________________________________________________________________ [ 16699] By: jhi on 2002/05/19 22:26:07 Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory while trying to -O3 optimize B.c. (A bit weird since 10.1.4 used to work fine, and nothing has changed in ext/B/..., but the overoptimization was repeatable.) Branch: perl + ext/B/hints/darwin.pl ! MANIFEST ____________________________________________________________________________ [ 16698] By: jhi on 2002/05/19 21:11:55 Log: UNICOS/mk seems to still have this problem. Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 16697] By: jhi on 2002/05/19 18:53:54 Log: perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16696] By: nick on 2002/05/19 18:26:39 Log: Integrate mailine Branch: perlio !> (integrate 35 files) ____________________________________________________________________________ [ 16695] By: jhi on 2002/05/19 18:02:54 Log: Document the reentrant_retry(), but from user's viewpoint. Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 16694] By: jhi on 2002/05/19 14:49:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16693] By: jhi on 2002/05/19 14:28:37 Log: Subject: [PATCH] Benchmark.pm: empty loop too slow From: Slaven Rezic Date: Sun, 19 May 2002 16:03:12 +0200 (CEST) Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de> Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 16692] By: jhi on 2002/05/19 03:05:41 Log: Document once more the difference between :utf8 and :encoding(...). Branch: perl ! lib/open.pm pod/perluniintro.pod ____________________________________________________________________________ [ 16691] By: jhi on 2002/05/19 02:24:30 Log: Third Degree: make the options more portable between Tru64 versions. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 16690] By: jhi on 2002/05/19 01:41:54 Log: IRIX SMP turned up a few hundred "Use of uninitialized value in numeric eq" warnings: initialise the $counter2. Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16689] By: jhi on 2002/05/19 00:29:36 Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs From: Dave Mitchell Date: Sun, 19 May 2002 00:50:43 +0100 Message-ID: <20020519005043.F7275@fdgroup.com> Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16688] By: jhi on 2002/05/19 00:28:51 Log: Sarathy pointed out that instead of zeroing heap it is more prudent to poison it. Branch: perl ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod ! scope.c sv.c util.c ____________________________________________________________________________ [ 16687] By: jhi on 2002/05/18 22:03:29 Log: The thread warnings aren't quite yet working as planned. Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16686] By: jhi on 2002/05/18 20:48:03 Log: Forgotten from #16685. Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16685] By: jhi on 2002/05/18 20:46:13 Log: Subject: [PATCH threads] revised warnings + more tests + docs From: Dave Mitchell Date: Sat, 18 May 2002 22:24:51 +0100 Message-ID: <20020518222451.E7275@fdgroup.com> Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl ____________________________________________________________________________ [ 16684] By: jhi on 2002/05/18 20:10:53 Log: Storable status tweak. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16683] By: rgs on 2002/05/18 19:39:42 Log: perlfunc and perldelta updates about caller(). Branch: perl ! pod/perldelta.pod pod/perlfunc.pod ____________________________________________________________________________ [ 16682] By: jhi on 2002/05/18 19:33:51 Log: Subject: [PATCH] RE: perl@16678 From: "Paul Marquess" Date: Sat, 18 May 2002 21:15:43 +0100 Message-ID: Making the symbols generated by warnings.pl future-proof. Branch: perl ! lib/warnings.pm warnings.h warnings.pl ____________________________________________________________________________ [ 16681] By: jhi on 2002/05/18 18:44:32 Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01 From: Michael G Schwern Date: Sat, 18 May 2002 14:53:50 -0400 Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm ____________________________________________________________________________ [ 16680] By: jhi on 2002/05/18 18:43:35 Log: Prettyprinting. Branch: perl ! t/op/recurse.t ____________________________________________________________________________ [ 16679] By: jhi on 2002/05/18 18:42:08 Log: Companion to #16601: cxinc would create uninitialized PERL_CONTEXTs. The bug was tickled by the test lib/Math/BigInt/t/upgrade.t, the new test of recurse.t added to check that I got the context stack extension right. Also rewrite recurse.t to use test.pl. Branch: perl ! scope.c t/op/recurse.t ____________________________________________________________________________ [ 16678] By: jhi on 2002/05/18 16:38:29 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16677] By: jhi on 2002/05/18 15:50:25 Log: URL and other tiny tweaks. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 16676] By: jhi on 2002/05/18 15:40:35 Log: Subject: [Patch] doc patch on Unicode From: SADAHIRO Tomoyuki Date: Sun, 19 May 2002 01:01:58 +0900 Message-Id: <20020519005515.18F0.BQW10602@nifty.com> Branch: perl ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod ____________________________________________________________________________ [ 16675] By: ams on 2002/05/18 15:06:35 Log: s/2.0/2.00/ to be CPAN friendly. Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16674] By: ams on 2002/05/18 14:47:07 Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing. From: Philip Newton Date: Sat, 18 May 2002 09:54:13 +0200 Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com> Branch: perl ! lib/Pod/t/eol.t ____________________________________________________________________________ [ 16673] By: ams on 2002/05/18 14:41:00 Log: Subject: Storable test for 64 bit 5.6.1 From: Nicholas Clark Date: Sat, 18 May 2002 15:48:55 +0100 Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net> (Private mail.) Branch: perl ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16672] By: nick on 2002/05/18 09:47:51 Log: Integrate mainline Branch: perlio +> t/lib/sample-tests/shbang_misparse t/op/caller.t - t/lib/st-dump.pl !> (integrate 67 files) ____________________________________________________________________________ [ 16671] By: jhi on 2002/05/18 04:31:00 Log: No more true. Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 16670] By: jhi on 2002/05/18 04:14:25 Log: Make use vars grok UTF-8. Branch: perl ! lib/vars.pm t/run/fresh_perl.t ____________________________________________________________________________ [ 16669] By: jhi on 2002/05/18 03:53:27 Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING From: Michael G Schwern Date: Fri, 17 May 2002 23:54:29 -0400 Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net> Branch: perl ! t/op/tie.t t/run/fresh_perl.t ____________________________________________________________________________ [ 16668] By: jhi on 2002/05/18 03:44:57 Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22 From: Michael G Schwern Date: Fri, 17 May 2002 20:37:26 -0400 Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net> Branch: perl + t/lib/sample-tests/shbang_misparse ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16667] By: jhi on 2002/05/18 03:41:34 Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests From: Nicholas Clark Date: Sat, 18 May 2002 00:18:39 +0100 Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net> Use Storable's st-dump.pl. Branch: perl - t/lib/st-dump.pl ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t ! ext/Storable/t/lock.t ext/Storable/t/overload.t ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t ! ext/Storable/t/retrieve.t ext/Storable/t/store.t ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t ____________________________________________________________________________ [ 16666] By: jhi on 2002/05/17 21:46:04 Log: Forgotten from #16656. Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 16665] By: jhi on 2002/05/17 21:40:55 Log: Subject: [PATCH] Storable ChangeLog ready for release From: Nicholas Clark Date: Fri, 17 May 2002 23:17:34 +0100 Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/ChangeLog ____________________________________________________________________________ [ 16664] By: jhi on 2002/05/17 21:39:37 Log: Subject: [PATCH] Storable stand alone tests From: Nicholas Clark Date: Fri, 17 May 2002 22:43:35 +0100 Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t ! ext/Storable/t/compat06.t ext/Storable/t/croak.t ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t ! ext/Storable/t/lock.t ext/Storable/t/malice.t ! ext/Storable/t/overload.t ext/Storable/t/recurse.t ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t ! ext/Storable/t/store.t ext/Storable/t/tied.t ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t ____________________________________________________________________________ [ 16663] By: jhi on 2002/05/17 21:35:45 Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02 From: Michael G Schwern Date: Fri, 17 May 2002 17:17:54 -0400 Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net> Branch: perl ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t ____________________________________________________________________________ [ 16662] By: rgs on 2002/05/17 20:07:21 Log: More regression tests for caller() and fix one bug of #16658. Branch: perl ! pp_ctl.c t/op/caller.t ____________________________________________________________________________ [ 16661] By: jhi on 2002/05/17 19:13:18 Log: Integrate perlio: [ 16657] Fix the crlf.t buffer leak - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf flagged it because it is more often popped without stream being closed. - Define non-noop PerlIOBuf_popped(), use it and export it. Branch: perl !> makedef.pl perlio.c perliol.h ____________________________________________________________________________ [ 16660] By: rgs on 2002/05/17 19:09:03 Log: Add a note about Cwd::fastcwd() returning tainted data. Sort modules alphabetically. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16659] By: rgs on 2002/05/17 19:05:11 Log: Remove O from the untested modules list. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 16658] By: rgs on 2002/05/17 19:03:06 Log: Fix bug 20020517.003 : segfault with caller(). Add regression tests for caller. Branch: perl + t/op/caller.t ! MANIFEST pp_ctl.c ____________________________________________________________________________ [ 16657] By: nick on 2002/05/17 17:18:18 Log: Fix the crlf.t buffer leak - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf flagged it because it is more often popped without stream being closed. - Define non-noop PerlIOBuf_popped(), use it and export it. Branch: perlio ! makedef.pl perlio.c perliol.h ____________________________________________________________________________ [ 16656] By: jhi on 2002/05/17 16:52:15 Log: PERL_HASH() casting games so that our hashed data is "unsigned char" but old code using just a "char" doesn't need changes. (The change is using a temporary pointer instead of a direct cast to unsigned char* which would blindly cast anything, not just char pointers.) (The problem arose in MacOS Classic, as seen by Pudge, the cure by Nicholas Clark.) Branch: perl ! hv.c hv.h op.c sv.c vms/vms.c ____________________________________________________________________________ [ 16655] By: nick on 2002/05/17 14:59:20 Log: Integrate mainline Branch: perlio !> (integrate 28 files) ____________________________________________________________________________ [ 16654] By: jhi on 2002/05/17 12:24:07 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16653] By: jhi on 2002/05/17 12:18:54 Log: FAQ sync. Branch: perl ! pod/perlfaq4.pod pod/perlfaq8.pod ____________________________________________________________________________ [ 16652] By: jhi on 2002/05/17 12:14:20 Log: Forgot from #16628. Branch: perl ! ext/Encode/Makefile.PL ____________________________________________________________________________ [ 16651] By: pudge on 2002/05/17 11:40:13 Log: One Last Time Branch: macperl + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm + lib/Unicode/UCD.t ____________________________________________________________________________ [ 16650] By: pudge on 2002/05/17 11:39:14 Log: Stupid case insensitivity Branch: macperl - lib/unicode/Collate.pm lib/unicode/Collate/Changes - lib/unicode/Collate/README lib/unicode/Collate/keys.txt - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm - lib/unicode/UCD.t ____________________________________________________________________________ [ 16649] By: pudge on 2002/05/17 11:30:17 Log: Move Unicode -> unicode, remove README Branch: macperl - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt - lib/Unicode/Collate/t/test.t lib/Unicode/README - lib/Unicode/UCD.pm lib/Unicode/UCD.t ____________________________________________________________________________ [ 16648] By: pudge on 2002/05/17 11:29:57 Log: Move Unicode -> unicode, remove README (oops, forgot one) Branch: macperl +> lib/unicode/Collate/README ____________________________________________________________________________ [ 16647] By: pudge on 2002/05/17 11:11:50 Log: Move Unicode -> unicode, remove README Branch: macperl +> lib/unicode/Collate.pm lib/unicode/Collate/Changes +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t +> lib/unicode/UCD.pm lib/unicode/UCD.t ____________________________________________________________________________ [ 16646] By: pudge on 2002/05/17 10:54:03 Log: Integrate perl Branch: macperl +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm +> lib/Thread/Semaphore.pm - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h - wince/include/sys/types.h wince/include/sys/utime.h - wince/include/time.h ! macos/MPVersion.r macos/config.sh !> (integrate 173 files) ____________________________________________________________________________ [ 16645] By: nick on 2002/05/17 06:56:40 Log: Integrate mainline Branch: perlio +> ext/Storable/t/st-dump.pl - wince/FindExt.pm !> (integrate 40 files) ____________________________________________________________________________ [ 16644] By: jhi on 2002/05/17 03:10:15 Log: STDERR noise. Branch: perl ! lib/Switch.pm ____________________________________________________________________________ [ 16643] By: jhi on 2002/05/17 03:08:01 Log: Upgrade to Switch 2.07. Branch: perl ! lib/Switch.pm lib/Switch/Changes lib/Switch/README ! lib/Switch/t/given.t lib/Switch/t/nested.t ! lib/Switch/t/switch.t ____________________________________________________________________________ [ 16642] By: jhi on 2002/05/17 02:59:35 Log: Missed hunk in #16641. Branch: perl ! lib/Filter/Simple/Changes ____________________________________________________________________________ [ 16641] By: jhi on 2002/05/17 02:56:14 Log: Upgrade to Filter::Simple 0.78. (Keep #14432, let Damian know of it.) Branch: perl ! lib/Filter/Simple.pm lib/Filter/Simple/README ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t ! lib/Filter/Simple/t/import.t ____________________________________________________________________________ [ 16640] By: jhi on 2002/05/17 01:36:12 Log: More Third Degree. Branch: perl ! t/TEST ____________________________________________________________________________ [ 16639] By: jhi on 2002/05/17 01:07:09 Log: Third Degree tweaks. Branch: perl ! pod/perlhack.pod t/TEST ____________________________________________________________________________ [ 16638] By: jhi on 2002/05/16 22:54:36 Log: Purify: dl_last_error was leaking. Branch: perl ! ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 16637] By: jhi on 2002/05/16 22:42:44 Log: Subject: [PATCH utils/perldoc.PL] perltoc ref. From: Chris Ball Date: 16 May 2002 20:51:34 +0100 Message-ID: <86lmajvpkp.fsf@void.printf.net> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 16636] By: jhi on 2002/05/16 22:38:35 Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS From: "Craig A. Berry" Date: Thu, 16 May 2002 14:13:15 -0500 Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01> Branch: perl ! lib/ExtUtils/t/Constant.t ____________________________________________________________________________ [ 16635] By: rgs on 2002/05/16 21:09:57 Log: Make Cwd::fastcwd() return a tainted value. Add regression tests for taint-safety of the *cwd() functions. Branch: perl ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm ____________________________________________________________________________ [ 16634] By: jhi on 2002/05/16 15:56:42 Log: Subject: Re: AIX warning in hints regarding gcc From: "H.Merijn Brand" Date: Thu, 16 May 2002 18:55:41 +0200 Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl> Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 16633] By: jhi on 2002/05/16 14:18:27 Log: Update the test statuses. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16632] By: jhi on 2002/05/16 14:17:29 Log: The UDP sockpair failure seems to have magically disappeared from both UNICOSes. (One gets "UNEXPECTEDLY SUCCEEDED".) Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 16631] By: jhi on 2002/05/16 13:57:08 Log: Brokenness of restricted hashes with Storable on EBCDIC seems to be an artifact of the downgrade.t. Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16630] By: jhi on 2002/05/16 13:51:19 Log: Document the odd slowdown of ext/Encode/t/Unicode.t under memory debuggers. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 16629] By: jhi on 2002/05/16 13:44:03 Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads From: "H.Merijn Brand" Date: Thu, 16 May 2002 16:42:34 +0200 Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> gcc 3 version parsing proofing. Branch: perl ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh ____________________________________________________________________________ [ 16628] By: jhi on 2002/05/16 13:22:57 Log: Subject: [PATCH] good day for WinCE port of perl. From: "Vadim Konovalov" Date: Thu, 16 May 2002 03:33:23 +0400 Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad> Branch: perl - wince/FindExt.pm ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce ! wince/config_H.ce wince/config_h.PL ____________________________________________________________________________ [ 16627] By: jhi on 2002/05/16 13:17:42 Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog From: slaven.rezic@berlin.de Date: Mon, 13 May 2002 16:02:24 +0200 Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de> Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 16626] By: jhi on 2002/05/16 13:16:34 Log: Subject: Re: [PATCH] allow use threads qw(yield) From: Dave Mitchell Date: Wed, 15 May 2002 23:26:27 +0100 Message-ID: <20020515232626.E28924@fdgroup.com> Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16625] By: jhi on 2002/05/16 13:10:46 Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads From: "H.Merijn Brand" Date: Thu, 16 May 2002 14:22:21 +0200 Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl> Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 16624] By: jhi on 2002/05/16 13:05:05 Log: metaconfig unit change for #16623. Branch: metaconfig ! U/ebcdic/trnl.U ____________________________________________________________________________ [ 16623] By: jhi on 2002/05/16 13:04:40 Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak from John Poltorak . Branch: perl ! Configure ____________________________________________________________________________ [ 16622] By: jhi on 2002/05/16 12:58:05 Log: DJGPP doesn't have \r\n delimited files (it has \r). Branch: perl ! lib/Tie/File/t/21_win32.t ____________________________________________________________________________ [ 16621] By: jhi on 2002/05/16 12:52:47 Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing. 2. Doing a s///g instead of tr/// works better for CR-delimited files, like in DJGPP (since doesn't correctly pull in CR-delimited lines). Branch: perl ! lib/Pod/Html.pm lib/Pod/t/eol.t ____________________________________________________________________________ [ 16620] By: jhi on 2002/05/16 12:50:29 Log: Don't test $! with like() since one may have a non-English locale, or simply AIX :-) Branch: perl ! ext/PerlIO/t/fail.t ____________________________________________________________________________ [ 16619] By: jhi on 2002/05/16 12:16:25 Log: DJGPP updates from Laszlo Molnar. Branch: perl ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t ____________________________________________________________________________ [ 16618] By: jhi on 2002/05/16 02:57:21 Log: Integrate perlio: [ 16613] Make open fail when layer string does not parse. Branch: perl +> ext/PerlIO/t/fail.t !> MANIFEST perlio.c ____________________________________________________________________________ [ 16617] By: jhi on 2002/05/15 21:07:39 Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable From: Nicholas Clark Date: Wed, 15 May 2002 23:06:20 +0100 Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 16616] By: jhi on 2002/05/15 21:01:10 Log: Two down, ten to go. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16615] By: jhi on 2002/05/15 20:31:02 Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark. Branch: perl ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl ____________________________________________________________________________ [ 16614] By: jhi on 2002/05/15 20:03:28 Log: Schizoid MANIFESTs. Branch: perl + ext/Storable/t/st-dump.pl ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl ____________________________________________________________________________ [ 16613] By: nick on 2002/05/15 19:26:00 Log: Make open fail when layer string does not parse. Branch: perlio + ext/PerlIO/t/fail.t ! MANIFEST perlio.c ____________________________________________________________________________ [ 16612] By: nick on 2002/05/15 18:11:15 Log: Integrate mainline Branch: perlio !> Changes ext/Storable/Storable.pm patchlevel.h !> pod/perldelta.pod sv.c t/run/fresh_perl.t ____________________________________________________________________________ [ 16611] By: jhi on 2002/05/15 14:06:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16610] By: jhi on 2002/05/15 13:47:40 Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC. Branch: perl ! pod/perldelta.pod t/run/fresh_perl.t ____________________________________________________________________________ [ 16609] By: jhi on 2002/05/15 13:46:55 Log: Document some of the known EBCDIC problems with Storable. (There is more, but need to do more tests.) Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16608] By: jhi on 2002/05/15 12:44:06 Log: Purify finding: jperl.t causes a few Array Bounds Reads (one byte too far in a malloced buffer) at various spots in regcomp.c, all the buffers malloced by SvGROW() in sv_recode_to_utf8(). Branch: perl ! sv.c ____________________________________________________________________________ [ 16607] By: nick on 2002/05/15 06:57:26 Log: Integrate mainline Branch: perlio +> Porting/thirdclean !> (integrate 36 files) ____________________________________________________________________________ [ 16606] By: jhi on 2002/05/15 04:24:45 Log: Subject: [PATCH] Re: use of lc module names and warnings From: Rafael Garcia-Suarez Date: Sun, 12 May 2002 23:09:46 +0200 Message-ID: <20020512230946.E699@rafael> Branch: perl ! toke.c ____________________________________________________________________________ [ 16605] By: jhi on 2002/05/15 03:58:24 Log: More rule tweakage. Branch: perl ! Porting/thirdclean ____________________________________________________________________________ [ 16604] By: jhi on 2002/05/15 00:40:46 Log: Subject: [PATCH] Fix Devel::DProf debugging aid From: Sam Tregar Date: Tue, 14 May 2002 21:27:05 -0400 (EDT) Message-ID: Branch: perl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 16603] By: jhi on 2002/05/15 00:36:22 Log: $VERSIONize. Branch: perl ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm ____________________________________________________________________________ [ 16602] By: jhi on 2002/05/15 00:34:46 Log: Third Degree: name the op/foo.t as op_foo. Branch: perl ! t/TEST ____________________________________________________________________________ [ 16601] By: jhi on 2002/05/15 00:24:28 Log: Read of uninitialized heap found by Third Degree (e.g. in t/op/subst.t) Branch: perl ! scope.c ____________________________________________________________________________ [ 16600] By: jhi on 2002/05/14 23:57:10 Log: Add more rules. Branch: perl ! Porting/thirdclean ____________________________________________________________________________ [ 16599] By: jhi on 2002/05/14 22:15:41 Log: Subject: [PATCH] allow use threads qw(yield) From: Dave Mitchell Date: Tue, 14 May 2002 22:49:47 +0100 Message-ID: <20020514224947.F25049@fdgroup.com> Branch: perl ! ext/threads/threads.pm ext/threads/threads.xs ____________________________________________________________________________ [ 16598] By: jhi on 2002/05/14 20:35:21 Log: Micropatch from Olaf Flebbe. Branch: perl ! epoc/epoc.c ____________________________________________________________________________ [ 16597] By: rgs on 2002/05/14 20:18:33 Log: Subject: perlhack.pod typos [PATCH] From: "John P. Linderman" Date: Tue, 14 May 2002 12:31:21 -0400 (EDT) Message-ID: <200205141631.MAA79121@raptor.research.att.com> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 16596] By: rgs on 2002/05/14 20:14:14 Log: Subject: typo in Socket.pm From: "H.Merijn Brand" Date: Tue, 14 May 2002 12:02:47 +0200 Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl> Branch: perl ! ext/IO/lib/IO/Socket.pm ____________________________________________________________________________ [ 16595] By: jhi on 2002/05/14 17:27:26 Log: The #16592 needs this. Branch: perl ! embedvar.h perlapi.h ____________________________________________________________________________ [ 16594] By: sky on 2002/05/14 17:08:01 Log: Subject: Re: lib/sort.t failure [PATCH] From: "John P. Linderman" Date: mån maj 13, 2002 05:05:45 Europe/Stockholm Message-Id: <200205131505.LAA46150@raptor.research.att.com> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 16593] By: jhi on 2002/05/14 16:09:59 Log: Add a script for cleaning out the "known noise" from Third Degree reports: either noise caused by libc itself, or Perl_yyparse leaks. Branch: perl + Porting/thirdclean ! MANIFEST ____________________________________________________________________________ [ 16592] By: sky on 2002/05/14 15:21:39 Log: Turn the sort RealCmp for stable quicksorts into a threadsafe per interpreter values. Branch: perl ! embedvar.h intrpvar.h perlapi.h pp_sort.c ____________________________________________________________________________ [ 16591] By: jhi on 2002/05/14 13:48:46 Log: reentr.h affects more C files than just reentr.c Branch: perl ! locale.c pp.c pp_sys.c ____________________________________________________________________________ [ 16590] By: jhi on 2002/05/14 13:21:54 Log: Document reentr.pl a bit better. Still rather convoluted code, but it ain't broken, so... Branch: perl ! reentr.h reentr.pl ____________________________________________________________________________ [ 16589] By: jhi on 2002/05/14 03:27:01 Log: z/OS update: not all Storable was clear yet. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16588] By: jhi on 2002/05/14 03:14:10 Log: Avoid potentially empty struct. Branch: perl ! reentr.h reentr.pl ____________________________________________________________________________ [ 16587] By: jhi on 2002/05/14 01:55:47 Log: Todo tweaks. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16586] By: jhi on 2002/05/13 23:09:36 Log: Subject: [PATCH] various minor fixes in threads. From: Dave Mitchell Date: Mon, 13 May 2002 23:48:22 +0100 Message-ID: <20020513234822.G21318@fdgroup.com> Branch: perl ! dump.c ext/threads/shared/shared.xs ____________________________________________________________________________ [ 16585] By: jhi on 2002/05/13 23:06:31 Log: Subject: Re: unsigned char hashes (Re: perl@16539) From: PPrymmer@factset.com Date: Mon, 13 May 2002 17:37:28 -0400 Message-ID: Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 16584] By: jhi on 2002/05/13 23:05:04 Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke] From: Nicholas Clark Date: Mon, 13 May 2002 21:45:47 +0100 Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net> Branch: perl ! lib/ExtUtils/t/Constant.t ____________________________________________________________________________ [ 16583] By: jhi on 2002/05/13 23:04:00 Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke] From: Nicholas Clark Date: Mon, 13 May 2002 21:47:38 +0100 Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net> Branch: perl ! lib/Benchmark.t ____________________________________________________________________________ [ 16582] By: jhi on 2002/05/13 23:01:05 Log: Subject: WinCE several touches From: "Vadim Konovalov" Date: Tue, 14 May 2002 00:43:11 +0400 Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad> Branch: perl ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce ! wince/config_h.PL ____________________________________________________________________________ [ 16581] By: jhi on 2002/05/13 22:57:51 Log: Subject: Re: perl@16573 From: "H.Merijn Brand" Date: Mon, 13 May 2002 18:30:35 +0200 Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl> (gcc 3.0 vs 64-bit hpux hints) Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 16580] By: sky on 2002/05/13 19:38:09 Log: Make the point a bit clearer after suggestion from Merijin Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16579] By: rgs on 2002/05/13 18:51:54 Log: perltodo update. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16578] By: rgs on 2002/05/13 18:49:39 Log: Subject: README.aix update From: "H.Merijn Brand" Date: Mon, 13 May 2002 19:02:47 +0200 Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl> Branch: perl ! README.aix ____________________________________________________________________________ [ 16577] By: dougm on 2002/05/13 18:45:01 Log: export PerlIOBuf_get_base for win32 extension linkage Branch: perl ! makedef.pl ____________________________________________________________________________ [ 16576] By: nick on 2002/05/13 18:20:22 Log: Integrate mainline Branch: perlio !> Changes README.vos ext/threads/shared/shared.pm !> ext/threads/shared/t/0nothread.t !> ext/threads/shared/t/av_refs.t !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t !> ext/threads/shared/t/hv_refs.t !> ext/threads/shared/t/hv_simple.t !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t !> ext/threads/shared/t/semaphore.t !> ext/threads/shared/t/shared_attr.t !> ext/threads/shared/t/sv_refs.t !> ext/threads/shared/t/sv_simple.t patchlevel.h !> pod/perldelta.pod vms/vms.c xsutils.c ____________________________________________________________________________ [ 16575] By: ams on 2002/05/13 15:42:50 Log: Subject: [PATCH] Update README.vos and pod/perlport.pod From: Paul_GreenVOS@vos.stratus.com Date: Mon, 13 May 02 12:32 edt Message-Id: <200205131631.MAA02607@mailhub2.stratus.com> Branch: perl ! README.vos pod/perldelta.pod ____________________________________________________________________________ [ 16574] By: ams on 2002/05/13 15:41:14 Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c From: PPrymmer@factset.com Date: Mon, 13 May 2002 11:38:15 -0400 Message-Id: Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 16573] By: jhi on 2002/05/13 14:02:50 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16572] By: sky on 2002/05/13 12:30:35 Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w From: Dave Mitchell Date: lör maj 11, 2002 12:52:27 Europe/Stockholm Message-Id: <20020510235227.J12298@fdgroup.com> Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t ! ext/threads/shared/t/av_refs.t ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t ! ext/threads/shared/t/hv_refs.t ! ext/threads/shared/t/hv_simple.t ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t ! ext/threads/shared/t/semaphore.t ! ext/threads/shared/t/shared_attr.t ! ext/threads/shared/t/sv_refs.t ! ext/threads/shared/t/sv_simple.t xsutils.c ____________________________________________________________________________ [ 16571] By: nick on 2002/05/13 07:54:10 Log: Integrate Mainline Branch: perlio +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm - wince/include/cectype.h wince/include/errno.h - wince/include/sys/types.h wince/include/sys/utime.h - wince/include/time.h !> (integrate 51 files) ____________________________________________________________________________ [ 16570] By: jhi on 2002/05/13 00:46:11 Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse From: Michael G Schwern Date: Sun, 12 May 2002 19:32:58 -0400 Message-ID: <20020512233258.GK696@blackrider> Branch: perl ! t/TEST ____________________________________________________________________________ [ 16569] By: jhi on 2002/05/12 23:49:00 Log: Be clean. Branch: perl ! Makefile.SH ext/B/t/o.t ____________________________________________________________________________ [ 16568] By: gsar on 2002/05/12 23:34:06 Log: change#8666 ($Config{perllibs}) apparently never got into mainline--merge, and add other missing entries; regen config_H.* files Branch: perl ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc ! win32/config.vc64 win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/config_H.vc64 ____________________________________________________________________________ [ 16567] By: jhi on 2002/05/12 23:28:43 Log: Elaborate on the exit/wait plan a bit. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16566] By: jhi on 2002/05/12 22:26:17 Log: Slight doc tweaks. Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 16565] By: jhi on 2002/05/12 19:56:56 Log: OS/390: update the test results. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16564] By: jhi on 2002/05/12 19:48:40 Log: Add threadsafety caveats. Branch: perl ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod ____________________________________________________________________________ [ 16563] By: jhi on 2002/05/12 19:34:31 Log: Update the Mac OS X situation. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16562] By: sky on 2002/05/12 19:10:27 Log: Update todo, removing things done and adding new things. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16561] By: jhi on 2002/05/12 19:02:24 Log: Reword the "threads still running" cleanup message. Branch: perl ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 16560] By: jhi on 2002/05/12 18:39:48 Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug. (The manifestation: running pat.t core dumps after test 639. Removing everything after 639 makes core go away, as does removing everything before 640. I did say "weird". Some sort of a memory corruption, no doubt, but no time to debug in more detail.) Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 16559] By: sky on 2002/05/12 17:59:41 Log: Add emulation layer for Thread/Semaphore and Thread/Queue Branch: perl + lib/Thread/Queue.pm lib/Thread/Semaphore.pm - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm ! MANIFEST ____________________________________________________________________________ [ 16558] By: sky on 2002/05/12 17:57:51 Log: Fixed bug where tmpsv would be null after the return of the amagic. Now check for that and allocate the tmpsv afterwards, this is done in all other places that use amagic. Fixes bug when threads->unknownfunction() was called and we coredumped on the stringification somewhere deep in the autoloader/dynaloader something. Far to deep for me to provide a test case. Branch: perl ! sv.c ____________________________________________________________________________ [ 16557] By: jhi on 2002/05/12 15:37:40 Log: (retracted by #16560) EBCDIC: must protect also compile time so that the illegal UTF-EBCDIC is not seen. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 16556] By: jhi on 2002/05/12 15:29:36 Log: EBCDIC: make t/op/pat #242 and 243 finally succeed. Branch: perl ! pod/perlebcdic.pod regcomp.c ____________________________________________________________________________ [ 16555] By: jhi on 2002/05/12 13:50:20 Log: As suggested by Dave Mitchell, adding yield()s at appropriate spots helps non-preemptive thread implementations, like the GNU pth. Tested at NetBSD by Martin Weber . Branch: perl ! ext/threads/t/basic.t ext/threads/t/list.t ! ext/threads/t/thread.t ____________________________________________________________________________ [ 16554] By: rgs on 2002/05/12 12:14:06 Log: Subject: RE: VOS bleadperl test failure on 16539 From: chromatic Date: Sat, 11 May 2002 23:23:54 -0700 Message-ID: <20020512072814.50744.qmail@onion.perl.org> Branch: perl ! ext/B/t/o.t ____________________________________________________________________________ [ 16553] By: jhi on 2002/05/12 04:27:16 Log: There's no rest for the wicked misspellers. Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 16552] By: jhi on 2002/05/12 01:38:15 Log: Detypos (and sticking with US spelling since Dan Sugalski wrote the original text of perlthrtut) Branch: perl ! ext/threads/threads.pm pod/perlthrtut.pod ____________________________________________________________________________ [ 16551] By: jhi on 2002/05/11 22:26:38 Log: Because of #16550 these tests would now spew "Malformed UTF-8" in EBCDIC. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 16550] By: jhi on 2002/05/11 22:24:31 Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC) scripts does not apply any more. (The utf8.t needed a little bit of relaxing to work in EBCDIC, since *both* the bytes in subtest #30 are illegal UTF-EBCDIC, and the error message matched is slightly different.) The utf8.t now passes. Branch: perl ! lib/utf8.t toke.c ____________________________________________________________________________ [ 16549] By: jhi on 2002/05/11 21:41:11 Log: Subject: [PATCH] a bit more for WinCE From: "Vadim Konovalov" Date: Sun, 12 May 2002 02:34:24 +0400 Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad> Branch: perl ! wince/wince.c ____________________________________________________________________________ [ 16548] By: jhi on 2002/05/11 19:54:43 Log: Subject: [PATCH] for WinCE cross-build, another one From: "Vadim Konovalov" Date: Sun, 12 May 2002 00:02:47 +0400 Message-ID: <004101c1f926$d36ca230$035cc3d9@vad> Branch: perl - wince/include/cectype.h wince/include/errno.h - wince/include/sys/types.h wince/include/sys/utime.h - wince/include/time.h ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL ! wince/wince.c ____________________________________________________________________________ [ 16547] By: jhi on 2002/05/11 19:46:23 Log: Explicit casts due to #16542. Branch: perl ! ext/B/B.xs hv.c op.c sv.c ____________________________________________________________________________ [ 16546] By: jhi on 2002/05/11 19:35:54 Log: Upgrade to Test::Harness 2.21. Branch: perl ! lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16545] By: jhi on 2002/05/11 19:04:39 Log: Upgrade to Net::Ping 2.18 (no core-relevant changes, but keep up with the $VERSION) Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README ____________________________________________________________________________ [ 16544] By: jhi on 2002/05/11 18:45:30 Log: metaconfig unit change for #16543. Branch: metaconfig ! U/threads/usethreads.U ____________________________________________________________________________ [ 16543] By: jhi on 2002/05/11 18:43:58 Log: Subject: [PATCH] updated threads docs From: Dave Mitchell Date: Sat, 11 May 2002 20:00:51 +0100 Message-ID: <20020511200050.D14841@fdgroup.com> Branch: perl ! Configure README.threads pod/perlothrtut.pod ! pod/perlthrtut.pod ____________________________________________________________________________ [ 16542] By: jhi on 2002/05/11 17:06:19 Log: Subject: unsigned char hashes (Re: perl@16539) From: Nicholas Clark Date: Sat, 11 May 2002 17:54:44 +0100 Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net> Be explicitly unsigned char in the hash calculation. Branch: perl ! hv.h ____________________________________________________________________________ [ 16541] By: nick on 2002/05/11 08:21:00 Log: Integrate mainline Branch: perlio +> ext/B/t/o.t !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness ____________________________________________________________________________ [ 16540] By: jhi on 2002/05/10 16:45:53 Log: Subject: more os x test output cosmetics From: Kay Röpke Date: Fri, 10 May 2002 14:07:34 +0200 Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de> Branch: perl ! ext/DB_File/t/db-btree.t ____________________________________________________________________________ [ 16539] By: jhi on 2002/05/10 15:16:44 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16538] By: jhi on 2002/05/10 15:08:51 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 16537] By: jhi on 2002/05/10 15:06:52 Log: Move pod, add $VERSION. Branch: perl ! ext/threads/shared/queue.pm ____________________________________________________________________________ [ 16536] By: jhi on 2002/05/10 14:42:10 Log: Unused variables. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16535] By: jhi on 2002/05/10 13:52:34 Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O From: chromatic Date: Fri, 10 May 2002 07:43:25 -0700 Message-ID: <20020510144325.26245.qmail@firewheel> Branch: perl + ext/B/t/o.t ! MANIFEST ____________________________________________________________________________ [ 16534] By: jhi on 2002/05/10 13:48:10 Log: Don't do JAPHs unless doing "make torturetest". Document the less obvious make test targets. Branch: perl ! Makefile.SH pod/perlhack.pod t/TEST t/harness ____________________________________________________________________________ [ 16533] By: nick on 2002/05/10 06:02:58 Log: Integrate mainline Branch: perlio !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README !> ext/Storable/Storable.pm ext/Storable/Storable.xs !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs !> ext/threads/shared/t/cond.t ext/threads/threads.xs !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t !> t/run/fresh_perl.t util.c ____________________________________________________________________________ [ 16532] By: jhi on 2002/05/10 03:38:40 Log: Subject: [PATCH] format and other warnings From: Robin Barker Date: Thu, 9 May 2002 18:27:30 +0100 (BST) Message-Id: <200205091727.SAA22792@tempest.npl.co.uk> Branch: perl ! Porting/pumpkin.pod ext/Encode/Encode.xs ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs ! ext/threads/threads.xs ____________________________________________________________________________ [ 16531] By: jhi on 2002/05/10 03:26:11 Log: Move the noisy tie core dump test to fresh_perl from op/tie. Branch: perl ! t/op/tie.t t/run/fresh_perl.t ____________________________________________________________________________ [ 16530] By: jhi on 2002/05/10 03:23:17 Log: Subject: Re: [PATCH] Re: perl@16433 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 09 May 2002 16:24:59 -0700 Message-ID: Branch: perl ! t/op/tie.t ____________________________________________________________________________ [ 16529] By: jhi on 2002/05/09 21:39:04 Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs From: Dave Mitchell Date: Thu, 9 May 2002 17:18:42 +0100 Message-ID: <20020509171842.C9836@fdgroup.com> Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16528] By: nick on 2002/05/09 16:40:39 Log: Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331) Branch: perl !> doio.c pp_sys.c util.c ____________________________________________________________________________ [ 16527] By: jhi on 2002/05/09 14:09:00 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq4.pod ____________________________________________________________________________ [ 16526] By: jhi on 2002/05/09 14:06:53 Log: metaconfig unit changes for #16525, plus extra linting. Branch: metaconfig ! U/compline/ptrsize.U U/protos/Protochk.U ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 16525] By: jhi on 2002/05/09 14:06:11 Log: metaconfig unit linting. Branch: perl ! reentr.pl ____________________________________________________________________________ [ 16524] By: jhi on 2002/05/09 13:49:01 Log: metaconfig unit changes for #16523. Branch: metaconfig ! U/compline/ptrsize.U Branch: metaconfig/U/perl ! use64bits.U ____________________________________________________________________________ [ 16523] By: jhi on 2002/05/09 13:48:20 Log: ptrsize should depend on use64bitall, not the other way round, noticed by Karl Tomlinson . Branch: perl ! Configure ____________________________________________________________________________ [ 16522] By: jhi on 2002/05/09 13:07:58 Log: Integrate #16510 from macperl; Tell IO.xs that MacOS sometimes doesn't need extra help Branch: perl !> ext/IO/IO.xs ____________________________________________________________________________ [ 16521] By: ams on 2002/05/09 12:42:12 Log: Subject: Re: Storable doc patches From: "Philip Newton" Date: Thu, 9 May 2002 14:32:29 +0200 Message-Id: Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16520] By: rgs on 2002/05/09 11:43:12 Log: cmp() compares chars, not bytes. Branch: perl ! pod/perllocale.pod ____________________________________________________________________________ [ 16519] By: rgs on 2002/05/09 10:19:04 Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 16518] By: ams on 2002/05/09 09:04:31 Log: Subject: Storable doc patches From: Philip Newton Date: Thu, 09 May 2002 12:00:45 +0200 Message-Id: Branch: perl ! ext/Storable/Storable.pm ext/Storable/Storable.xs ____________________________________________________________________________ [ 16517] By: ams on 2002/05/09 08:53:50 Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433) From: Philip Newton Date: Thu, 09 May 2002 11:16:06 +0200 Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com> Branch: perl ! ext/Storable/README ____________________________________________________________________________ [ 16516] By: nick on 2002/05/09 08:13:39 Log: Integrate mainline Branch: perlio !> pod/perlxstut.pod ____________________________________________________________________________ [ 16515] By: nick on 2002/05/09 07:29:53 Log: Integrate mainline Branch: perlio !> (integrate 27 files) ____________________________________________________________________________ [ 16514] By: ams on 2002/05/09 06:50:24 Log: Subject: [Patch] perlxstut.pod From: lupe@lupe-christoph.de (Lupe Christoph) Date: Thu, 9 May 2002 09:42:02 +0200 Message-Id: <20020509074202.GJ1087@lupe-christoph.de> (Applied with tweaks.) Branch: perl ! pod/perlxstut.pod ____________________________________________________________________________ [ 16513] By: ams on 2002/05/09 06:04:47 Log: Subject: [Patch] perlapio.pod From: lupe@lupe-christoph.de (Lupe Christoph) Date: Thu, 9 May 2002 09:01:50 +0200 Message-Id: <20020509070150.GI1087@lupe-christoph.de> (Applied with tweaks.) Branch: perl ! pod/perlapio.pod ____________________________________________________________________________ [ 16512] By: pudge on 2002/05/09 03:44:21 Log: Integrate from macperl Branch: maint-5.6/macperl !> macos/macperl/MPConsole.cp ____________________________________________________________________________ [ 16511] By: pudge on 2002/05/09 03:34:14 Log: Make interrupt act as end of file, MacPerl Bug #542154 Branch: macperl ! macos/macperl/MPConsole.cp ____________________________________________________________________________ [ 16510] By: pudge on 2002/05/09 03:33:34 Log: Tell IO.xs that MacOS sometimes doesn't need extra help Branch: macperl ! ext/IO/IO.xs ____________________________________________________________________________ [ 16509] By: pudge on 2002/05/09 03:32:47 Log: Make perlio (!sfio) work on MacOS Branch: macperl ! macos/config.h macos/config.sh macos/macish.c ____________________________________________________________________________ [ 16508] By: gsar on 2002/05/09 00:24:00 Log: integrate maint-5.6/macperl contents Branch: maint-5.6/perl !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c ____________________________________________________________________________ [ 16507] By: jhi on 2002/05/08 23:48:12 Log: Rework #16506 some more. Branch: perl ! ext/Time/HiRes/HiRes.xs win32/win32.c ____________________________________________________________________________ [ 16506] By: jhi on 2002/05/08 23:20:29 Log: Rework #16503 a bit to keep all the HiRes implementation in one place, assuming we want to re-CPAN Time::HiRes at some point. Branch: perl ! ext/Time/HiRes/HiRes.xs win32/win32.c ____________________________________________________________________________ [ 16505] By: jhi on 2002/05/08 22:52:17 Log: metaconfig unit change for #16504. Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 16504] By: jhi on 2002/05/08 22:51:54 Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph) From: Pixel Date: 08 May 2002 18:19:51 +0200 Message-Id: Branch: perl ! Configure ____________________________________________________________________________ [ 16503] By: gsar on 2002/05/08 22:49:33 Log: make the gettimeofday() implementation in Time::HiRes available from perl Branch: perl ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c ! win32/config.bc win32/config.gc win32/config.vc ! win32/config.vc64 win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h ! win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 16502] By: jhi on 2002/05/08 22:41:42 Log: Subject: Test output update for OS X 10.1.4 From: Kay Röpke Date: Wed, 8 May 2002 22:23:36 +0200 Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de> Branch: perl ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 16501] By: jhi on 2002/05/08 22:39:11 Log: Subject: [PATCH] Re: perl@16433 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 07 May 2002 18:40:44 -0700 Message-ID: Subject: Re: [PATCH] Re: perl@16433 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 08 May 2002 10:16:42 -0700 Message-ID: <61V28gzkg+jG092yn@efn.org> Branch: perl ! pp_sys.c sv.c t/op/tie.t ____________________________________________________________________________ [ 16500] By: jhi on 2002/05/08 22:25:01 Log: Subject: [DOC PATCH] Minor threads::shared nits From: Simon Glover Date: Wed, 8 May 2002 17:23:16 -0400 (EDT) Message-ID: Branch: perl ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm ! ext/threads/shared/shared.pm ____________________________________________________________________________ [ 16499] By: jhi on 2002/05/08 22:22:30 Log: Subject: [DOC PATCH] perlthrtut proofreading From: Simon Glover Date: Wed, 8 May 2002 14:00:13 -0400 (EDT) Message-ID: Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 16498] By: jhi on 2002/05/08 22:19:45 Log: Deprecate 5.005threads. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16497] By: jhi on 2002/05/08 22:11:21 Log: Integrate perlio: [ 16496] Portability and doc tweaks to PerlIO/XS stuff. We are still "papering over the cracks" a bit, but now it is good stiff card held on with epoxy. [ 16495] PerlIO/XS interface routine and doc updates from lupe@lupe-christoph.de (Lupe Christoph) in mail Subject: [For Review] Patch for perlio.c and pods Message-Id: <20020505084315.GA23900@lupe-christoph.de> Date: Sun, 5 May 2002 10:43:15 +0200 (Minor tweaks to follow.) Branch: perl !> perlio.c pod/perlapio.pod pod/perlxstut.pod ____________________________________________________________________________ [ 16496] By: nick on 2002/05/08 19:08:43 Log: Portability and doc tweaks to PerlIO/XS stuff. We are still "papering over the cracks" a bit, but now it is good stiff card held on with epoxy. Branch: perlio ! perlio.c pod/perlapio.pod pod/perlxstut.pod ____________________________________________________________________________ [ 16495] By: nick on 2002/05/08 17:56:43 Log: PerlIO/XS interface routine and doc updates from lupe@lupe-christoph.de (Lupe Christoph) in mail Subject: [For Review] Patch for perlio.c and pods Message-Id: <20020505084315.GA23900@lupe-christoph.de> Date: Sun, 5 May 2002 10:43:15 +0200 (Minor tweaks to follow.) Branch: perlio ! perlio.c pod/perlapio.pod pod/perlxstut.pod ____________________________________________________________________________ [ 16494] By: nick on 2002/05/08 17:40:34 Log: Integrate mainline Branch: perlio !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t !> lib/fields.t lib/locale.t makedef.pl patchlevel.h !> t/run/fresh_perl.t ____________________________________________________________________________ [ 16493] By: jhi on 2002/05/08 14:25:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16492] By: gsar on 2002/05/08 14:00:54 Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms; don't unlink /dev/null Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16491] By: jhi on 2002/05/08 13:59:16 Log: Integrate perlio: [ 16487] Avoid pointless re-encode of data in :encoding's read buffer on a close Branch: perl !> ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16490] By: jhi on 2002/05/08 13:55:05 Log: The base.pm changes need this, too? Branch: perl ! lib/diagnostics.t ____________________________________________________________________________ [ 16489] By: gsar on 2002/05/08 13:33:41 Log: fix p4genpatch breakage (missing slash in patch headers) Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16488] By: jhi on 2002/05/08 13:24:15 Log: Integrate #14679 from macperl; Skip layer symbols for sfio Branch: perl !> makedef.pl ____________________________________________________________________________ [ 16487] By: nick on 2002/05/08 13:12:47 Log: Avoid pointless re-encode of data in :encoding's read buffer on a close Branch: perlio ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16486] By: jhi on 2002/05/08 13:09:24 Log: Integrate #16481 from macperl; p4genpatch Mac OS fixes (paths, utime) Branch: perl !> Porting/p4genpatch ____________________________________________________________________________ [ 16485] By: jhi on 2002/05/08 13:06:30 Log: Storable doc tweaks. Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16484] By: jhi on 2002/05/08 12:57:32 Log: Subject: Re: [PATCH] use base Notexists From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Wed, 08 May 2002 15:57:53 +0200 Message-ID: Branch: perl ! lib/base.pm lib/fields.t ____________________________________________________________________________ [ 16483] By: jhi on 2002/05/08 12:44:46 Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null From: Borsenkow Andrej Date: Wed, 8 May 2002 10:47:51 +0400 Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru> Branch: perl ! t/run/fresh_perl.t ____________________________________________________________________________ [ 16482] By: jhi on 2002/05/08 12:41:51 Log: Document how even "ASCII" locales can have problems if \w includes some of the regex metacharacters. Branch: perl ! lib/locale.t ____________________________________________________________________________ [ 16481] By: pudge on 2002/05/08 12:31:12 Log: p4genpatch Mac OS fixes (paths, utime) Branch: macperl ! Porting/p4genpatch ____________________________________________________________________________ [ 16480] By: jhi on 2002/05/08 12:30:53 Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support From: Borsenkow Andrej Date: Wed, 8 May 2002 10:33:14 +0400 Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru> Branch: perl ! ext/File/Glob/bsd_glob.c ____________________________________________________________________________ [ 16479] By: pudge on 2002/05/08 12:30:41 Log: Skip layer symbols for sfio Branch: macperl ! makedef.pl ____________________________________________________________________________ [ 16478] By: jhi on 2002/05/08 12:25:04 Log: Bump up the Storable $VERSION to 2.0. Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16477] By: nick on 2002/05/08 06:21:18 Log: Integrate mainline - win2k, MinGW all tests pass :-) Branch: perlio !> (integrate 36 files) ____________________________________________________________________________ [ 16476] By: pudge on 2002/05/08 04:34:12 Log: Oops, add back Branch: macperl + macos/MacPerlTests.cmd ____________________________________________________________________________ [ 16475] By: pudge on 2002/05/08 04:31:10 Log: Integrate with perl Branch: macperl +> Porting/p4genpatch ext/Digest/MD5/README +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t +> ext/threads/shared/semaphore.pm +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm +> t/comp/hints.t vos/compile_full_perl.cm +> vos/configure_full_perl.sh vos/make_full_perl.sh +> wince/compile.bat wince/win32io.c - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t - macos/MacPerlTests.cmd wince/config.h wince/perldll.def !> (integrate 206 files) ____________________________________________________________________________ [ 16474] By: pudge on 2002/05/08 04:00:04 Log: Update README (integrate from macperl) Branch: maint-5.6/macperl !> README.macos ____________________________________________________________________________ [ 16473] By: pudge on 2002/05/08 03:52:28 Log: Various syncs from macperl/ -> maint-5.6/macperl/ File::Copy, File::Spec updates Test script modifications pp_require path bugfixes Branch: maint-5.6/macperl ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c ____________________________________________________________________________ [ 16472] By: pudge on 2002/05/08 03:51:06 Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331 Branch: macperl ! macos/macperl/MacPerl.podhelp Branch: maint-5.6/macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 16471] By: pudge on 2002/05/08 03:50:25 Log: Reset Mac::err flag in app, MacPerl Bug #546065 Branch: macperl ! macos/macperl/MPScript.c Branch: maint-5.6/macperl ! macos/macperl/MPScript.c ____________________________________________________________________________ [ 16470] By: pudge on 2002/05/08 03:49:32 Log: Fix for some module install paths, MacPerl Bug #549611 Branch: macperl ! macos/macperl/Droplets/installme.plx ! macos/macperl/Droplets/untarzipme.plx Branch: maint-5.6/macperl ! macos/macperl/Droplets/installme.plx ! macos/macperl/Droplets/untarzipme.plx ____________________________________________________________________________ [ 16469] By: pudge on 2002/05/08 03:48:53 Log: Stupid Mac::OSA::Simple bugs Branch: macperl ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx Branch: maint-5.6/macperl ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx ____________________________________________________________________________ [ 16468] By: pudge on 2002/05/08 03:48:15 Log: Various BuildTools fixes, MacPerl Bug #545341 Branch: macperl ! macos/lib/Mac/BuildTools.pm Branch: maint-5.6/macperl ! macos/lib/Mac/BuildTools.pm ____________________________________________________________________________ [ 16467] By: pudge on 2002/05/08 03:47:26 Log: MM_MacOS has been moved from macos/lib/ to lib/ Branch: macperl - macos/lib/ExtUtils/MM_MacOS.pm ____________________________________________________________________________ [ 16466] By: pudge on 2002/05/08 03:46:24 Log: Oops, add Digest::MD5 Makefile.mk back in Branch: macperl + macos/bundled_ext/Digest/MD5/Makefile.mk ____________________________________________________________________________ [ 16465] By: pudge on 2002/05/08 03:45:47 Log: Allow focus of first item, MacPerl Bug #529102 Branch: macperl ! macos/ext/Mac/Windows/Windows.pm Branch: maint-5.6/macperl ! macos/ext/Mac/Windows/Windows.pm ____________________________________________________________________________ [ 16464] By: pudge on 2002/05/08 03:43:39 Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108 Branch: macperl ! macos/lib/Mac/Glue.pm Branch: maint-5.6/macperl ! macos/lib/Mac/Glue.pm ____________________________________________________________________________ [ 16463] By: gsar on 2002/05/08 01:34:45 Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't Branch: perl ! makedef.pl ____________________________________________________________________________ [ 16462] By: gsar on 2002/05/08 00:46:34 Log: aTHX may be empty Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 16461] By: gsar on 2002/05/08 00:32:47 Log: 5005threads builds again on windows Branch: perl ! win32/win32.c win32/win32.h ____________________________________________________________________________ [ 16460] By: gsar on 2002/05/07 23:42:42 Log: fixes for various warnings identified by Visual C++ Branch: perl ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 16459] By: gsar on 2002/05/07 23:42:11 Log: keep paths consistently slashed on windows Branch: perl ! t/harness ____________________________________________________________________________ [ 16458] By: gsar on 2002/05/07 22:33:20 Log: integrate makefile.mk changes into Makefile Branch: perl ! win32/Makefile ____________________________________________________________________________ [ 16457] By: jhi on 2002/05/07 22:26:38 Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433) From: Nicholas Clark Date: Tue, 7 May 2002 23:26:01 +0100 Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/MANIFEST ext/Storable/Makefile.PL ! ext/Storable/README ext/Storable/Storable.pm ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16456] By: jhi on 2002/05/07 22:24:59 Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks From: Dave Mitchell Date: Wed, 8 May 2002 00:11:02 +0100 Message-ID: <20020508001102.D4118@fdgroup.com> Branch: perl ! pp_hot.c scope.c ____________________________________________________________________________ [ 16455] By: jhi on 2002/05/07 22:23:34 Log: Subject: [PATCH pp_hot.c V.2] correctly unlocalise exists on tied/%ENV From: Dave Mitchell Date: Tue, 7 May 2002 23:13:10 +0100 Message-ID: <20020507231310.B4118@fdgroup.com> Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 16454] By: sky on 2002/05/07 21:18:44 Log: Documentation of async Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 16453] By: sky on 2002/05/07 21:16:28 Log: Documentation added. Branch: perl ! ext/threads/shared/semaphore.pm ____________________________________________________________________________ [ 16452] By: sky on 2002/05/07 21:15:34 Log: Add support for async. Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 16451] By: sky on 2002/05/07 21:01:47 Log: Add documentation. Branch: perl ! ext/threads/shared/queue.pm ____________________________________________________________________________ [ 16450] By: sky on 2002/05/07 20:24:08 Log: Fix bad assumptions in test case. a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination b) $var++ is not atomic c) the creating of the string to print and the actuall printing could be preempted by another thread Branch: perl ! ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16449] By: jhi on 2002/05/07 19:17:41 Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64 From: "H.Merijn Brand" Date: Tue, 07 May 2002 19:41:03 +0200 Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl> Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 16448] By: jhi on 2002/05/07 19:16:00 Log: Upgrade to Encode 1.71. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t ____________________________________________________________________________ [ 16447] By: nick on 2002/05/07 18:39:47 Log: Integrate mainline Branch: perlio !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm !> lib/User/pwent.t ____________________________________________________________________________ [ 16446] By: jhi on 2002/05/07 14:34:01 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 16445] By: jhi on 2002/05/07 14:14:28 Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings From: Robin Barker Date: Tue, 7 May 2002 16:13:34 +0100 (BST) Message-Id: <200205071513.QAA05846@tempest.npl.co.uk> Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16444] By: jhi on 2002/05/07 13:57:25 Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin From: Michael A Chase Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time) Message-Id: (plus add what POSIX says) Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 16443] By: jhi on 2002/05/07 13:50:35 Log: Subject: Re: lib/User/pwent.t on Cygwin From: John Peacock Date: Mon, 06 May 2002 10:14:21 -0400 Message-ID: <3CD68FBD.8020502@rowman.com> Branch: perl ! lib/User/pwent.t ____________________________________________________________________________ [ 16442] By: jhi on 2002/05/07 12:50:26 Log: Subject: [PATCH] Storable (Re: perl@16433) From: Radu Greab Date: Tue, 7 May 2002 11:37:03 +0300 Message-ID: <15575.37423.446700.9930@ix.netsoft.ro> Subject: Re: [PATCH] Storable (Re: perl@16433) From: Radu Greab Date: Tue, 7 May 2002 12:49:24 +0300 Message-ID: <15575.41764.744956.7193@ix.netsoft.ro> Plug the Storable memory leaks. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 16441] By: jhi on 2002/05/07 12:48:30 Log: Upgrade to CPAN 1.61. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 16440] By: nick on 2002/05/07 07:07:58 Log: Integrate mainline Branch: perlio +> Porting/p4genpatch vos/compile_full_perl.cm +> vos/configure_full_perl.sh vos/make_full_perl.sh +> wince/compile.bat wince/win32io.c - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def !> (integrate 74 files) ____________________________________________________________________________ [ 16439] By: jhi on 2002/05/07 02:49:47 Log: Document the bad behaviour of for(1..5){$_++} (it works but it should fail) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16438] By: jhi on 2002/05/07 00:14:12 Log: README.ko update from Jungshik Shin. Branch: perl ! README.ko ____________________________________________________________________________ [ 16437] By: jhi on 2002/05/06 22:38:26 Log: Subject: Re: perl@16433 From: Nicholas Clark Date: Tue, 7 May 2002 00:21:46 +0100 Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/Storable.pm ext/Storable/Storable.xs ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16436] By: jhi on 2002/05/06 21:05:20 Log: Subject: two and a half steps further for WinCE cross-build From: "Vadim Konovalov" Date: Mon, 6 May 2002 23:54:24 +0400 Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad> Branch: perl - wince/config.h ! MANIFEST configpm wince/Makefile.ce wince/README.compile ____________________________________________________________________________ [ 16435] By: jhi on 2002/05/06 15:30:29 Log: Detypo. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16434] By: jhi on 2002/05/06 15:29:58 Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV From: Dave Mitchell Date: Mon, 6 May 2002 17:17:00 +0100 Message-ID: <20020506171700.A256@fdgroup.com> Branch: perl ! pod/perldelta.pod t/op/local.t ____________________________________________________________________________ [ 16433] By: jhi on 2002/05/06 13:38:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16432] By: jhi on 2002/05/06 13:29:22 Log: Add a test for #16431, and document Dave's campaign against localised hash element bugs. Branch: perl ! pod/perldelta.pod t/op/tie.t ____________________________________________________________________________ [ 16431] By: jhi on 2002/05/06 13:13:00 Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV From: Dave Mitchell Date: Sat, 4 May 2002 00:34:18 +0100 Message-ID: <20020504003418.F22026@fdgroup.com> Branch: perl ! pp_hot.c t/op/local.t ____________________________________________________________________________ [ 16430] By: jhi on 2002/05/06 12:39:31 Log: Regen uconfig.h. Branch: perl ! uconfig.h ____________________________________________________________________________ [ 16429] By: jhi on 2002/05/06 12:18:23 Log: Unfortunately AmigaOS has been broken since 11423 and is unlikely to get fixed in time for 5.8.0. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16428] By: jhi on 2002/05/06 12:12:59 Log: Ultimate discouragement for the old tools, from Andreas. Branch: perl - Porting/p4d2p Porting/p4desc ! MANIFEST Porting/repository.pod ____________________________________________________________________________ [ 16427] By: jhi on 2002/05/06 12:01:36 Log: Upgrade to Digest::MD5 2.20. Branch: perl ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t ____________________________________________________________________________ [ 16426] By: ams on 2002/05/06 09:48:42 Log: Subject: [Encode] 1.70 released From: Dan Kogai Date: Mon, 6 May 2002 19:36:15 +0900 Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp> Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t ____________________________________________________________________________ [ 16425] By: ams on 2002/05/06 09:40:42 Log: Subject: [PATCH] PerlIO::Via reference From: Gisle Aas Date: 05 May 2002 22:50:23 -0700 Message-Id: Branch: perl ! pod/perliol.pod ____________________________________________________________________________ [ 16424] By: ams on 2002/05/06 09:37:58 Log: Subject: [PATCH] Term/Complete.pm: quote metachars From: Brendan O'Dea Date: Mon, 6 May 2002 14:04:48 +1000 Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au> Branch: perl ! lib/Term/Complete.pm ____________________________________________________________________________ [ 16423] By: gsar on 2002/05/06 05:25:59 Log: p4genpatch: avoid stderr noise during adds Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16422] By: jhi on 2002/05/06 02:16:31 Log: Subject: [PATCH] Fixup VOS builds of miniperl From: Paul_GreenVOS@vos.stratus.com Date: Sun, 5 May 02 23:11 edt Message-Id: <200205060311.XAA12996@mailhub1.stratus.com> Branch: perl ! vos/build.cm vos/compile_perl.cm vos/perl.bind ____________________________________________________________________________ [ 16421] By: jhi on 2002/05/06 01:09:24 Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer From: Radu Greab Date: Mon, 6 May 2002 04:23:10 +0300 Message-ID: <15573.56062.264379.981864@ix.netsoft.ro> Branch: perl ! pp_sys.c t/op/exec.t ____________________________________________________________________________ [ 16420] By: jhi on 2002/05/05 22:35:58 Log: Further comment tweak, to agree with perlxs.pod. Branch: perl ! perl.h ____________________________________________________________________________ [ 16419] By: jhi on 2002/05/05 22:15:48 Log: Subject: [PATCH] Update README.vos and release vos build macros From: Paul_GreenVOS@vos.stratus.com Date: Sun, 5 May 02 17:15 edt Message-Id: <200205052114.RAA26329@mailhub2.stratus.com> To: perl5-porters@perl.org Branch: perl + vos/compile_full_perl.cm vos/configure_full_perl.sh + vos/make_full_perl.sh ! MANIFEST README.vos vos/Changes ____________________________________________________________________________ [ 16418] By: jhi on 2002/05/05 22:09:27 Log: Retract MM_NW5.pm part of #16371, at the request of Michael Schwern. Branch: perl ! lib/ExtUtils/MM_NW5.pm ____________________________________________________________________________ [ 16417] By: jhi on 2002/05/05 17:57:04 Log: Comment tweaks. Branch: perl ! perl.h ____________________________________________________________________________ [ 16416] By: gsar on 2002/05/05 17:00:33 Log: a few more p4genpatch fixes: don't assume previous revision exists, let p4 compute it from the one-less-change number instead the time part in timestamps were always 00:00:00; fix by fetching metadata via "p4 fsync" rather than "p4 filelog" quote all file names used in external commands to make them them work when there are spaces in those file names looks production worthy now :) Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16415] By: jhi on 2002/05/05 15:51:01 Log: The #16401 was far from enough, and mostly in a wrong direction. The right thing to do would be to convert Storable into using the new MY_CXT scheme (no static data, and memory management using SVs). Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 16414] By: gsar on 2002/05/05 08:41:22 Log: p4genpatch diffs against depot files from //depot/perl when called with -b //depot/maint-5.6/perl Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16413] By: gsar on 2002/05/05 07:50:53 Log: p4genpatch: current directory may not be writable, so don't create temp files there Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16412] By: gsar on 2002/05/05 07:34:33 Log: p4genpatch now works on windows Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16411] By: gsar on 2002/05/05 07:16:37 Log: p4genpatch: tweak from Andreas to strip leading portion of path specified in -b (so patch can be applied with "patch -p1") Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16410] By: jhi on 2002/05/05 03:04:56 Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent From: PPrymmer@factset.com Date: Fri, 3 May 2002 14:52:12 -0400 Message-ID: Branch: perl ! t/op/pwent.t ____________________________________________________________________________ [ 16409] By: jhi on 2002/05/05 01:53:24 Log: Upgrade to Net::Ping 2.17. Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README ____________________________________________________________________________ [ 16408] By: jhi on 2002/05/05 01:38:39 Log: Upgrade to Getopt::Long 2.31. Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 16407] By: jhi on 2002/05/05 01:05:17 Log: Subject: Re: Cross-compiling as of WinCE From: "Vadim Konovalov" Date: Sat, 4 May 2002 03:49:11 +0400 Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad> Branch: perl + wince/compile.bat wince/win32io.c - wince/perldll.def ! MANIFEST configpm makedef.pl wince/Makefile.ce ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce ! wince/config_h.PL wince/wince.c ____________________________________________________________________________ [ 16406] By: jhi on 2002/05/05 00:23:16 Log: The loclibpth is always set by Configure. Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 16405] By: jhi on 2002/05/05 00:13:04 Log: Subject: Re: [Unicode::Collate] UCA Version number From: SADAHIRO Tomoyuki Date: Sun, 05 May 2002 10:07:57 +0900 Message-Id: <20020505095942.3BEF.BQW10602@nifty.com> Branch: perl ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t ____________________________________________________________________________ [ 16404] By: rgs on 2002/05/04 19:35:13 Log: Subject: [PATCH sv.c] delete inaccurate comment From: Dave Mitchell Date: Fri, 3 May 2002 21:17:00 +0100 Message-ID: <20020503211700.C22026@fdgroup.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 16403] By: jhi on 2002/05/04 19:02:56 Log: Solaris: show what 'that' is. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 16402] By: rgs on 2002/05/04 18:25:25 Log: Syntax fix. Branch: perl ! t/op/arith.t ____________________________________________________________________________ [ 16401] By: jhi on 2002/05/04 18:25:01 Log: (retracted by #16415) Storable: try to free what we allocated. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 16400] By: jhi on 2002/05/04 17:15:10 Log: UNICOS: division is really sloppy. Branch: perl ! t/op/arith.t ____________________________________________________________________________ [ 16399] By: jhi on 2002/05/04 17:00:58 Log: Subject: fix t/io/fs.t for VOS From: Paul_GreenVOS@vos.stratus.com Date: Sat, 4 May 02 14:01 edt Message-Id: <200205041801.OAA13071@mailhub1.stratus.com> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 16398] By: jhi on 2002/05/04 16:57:05 Log: Subject: [Unicode::Collate] UCA Version number From: SADAHIRO Tomoyuki Date: Sat, 04 May 2002 16:07:07 +0900 Message-Id: <20020504160547.D7E0.BQW10602@nifty.com> Branch: perl ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t ____________________________________________________________________________ [ 16397] By: jhi on 2002/05/04 16:54:40 Log: Subject: [PATCH lib/overload.pm] "\"\"" From: Michael G Schwern Date: Sat, 4 May 2002 13:17:44 -0400 Message-ID: <20020504171743.GD640@blackrider> Branch: perl ! lib/overload.pm ____________________________________________________________________________ [ 16396] By: jhi on 2002/05/04 16:32:45 Log: Add the EBCDIC test data to downgrade.t. Branch: perl ! ext/Storable/t/downgrade.t ____________________________________________________________________________ [ 16395] By: jhi on 2002/05/04 16:25:37 Log: EBCDIC tweak. Branch: perl ! ext/Storable/t/utf8hash.t ____________________________________________________________________________ [ 16394] By: jhi on 2002/05/04 16:09:15 Log: Allow p4genpatch to use diff programs other than 'diff'. Branch: perl ! Porting/p4genpatch ____________________________________________________________________________ [ 16393] By: jhi on 2002/05/04 16:03:56 Log: Add p4genpatch from Andreas; obsoletes both p4d2p and p4desc. Branch: perl + Porting/p4genpatch ! MANIFEST Porting/makerel ____________________________________________________________________________ [ 16392] By: jhi on 2002/05/04 15:58:53 Log: Upgrade to Encode 1.69. Branch: perl ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode/Makefile_PL.e2x ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Guess.pm ! ext/Encode/lib/Encode/MIME/Header.pm ! ext/Encode/t/mime-header.t ____________________________________________________________________________ [ 16391] By: jhi on 2002/05/04 15:51:52 Log: Subject: [PATCH INSTALL] - remove binary compatibility claims From: Dave Mitchell Date: Sat, 4 May 2002 16:09:26 +0100 Message-ID: <20020504160926.A24990@fdgroup.com> Branch: perl ! INSTALL ____________________________________________________________________________ [ 16390] By: jhi on 2002/05/04 15:47:49 Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8 From: Nicholas Clark Date: Sat, 4 May 2002 12:38:58 +0100 Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net> Branch: perl ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t ____________________________________________________________________________ [ 16389] By: jhi on 2002/05/04 15:40:26 Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8 From: Nicholas Clark Date: Sat, 4 May 2002 00:30:43 +0100 Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net> Branch: perl ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t ____________________________________________________________________________ [ 16388] By: jhi on 2002/05/04 15:28:56 Log: Doc tweak from Elizabeth Mattijsen. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 16387] By: rgs on 2002/05/04 13:29:33 Log: Subject: [PATCH] channames.pm doc tweaks From: Tatsuhiko Miyagawa Date: Sat, 04 May 2002 11:45:18 +0900 Message-ID: <86it64d41t.wl@mail.edge.co.jp> Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 16386] By: rgs on 2002/05/04 13:22:41 Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks From: Dave Mitchell Date: Fri, 3 May 2002 23:51:10 +0100 Message-ID: <20020503235110.E22026@fdgroup.com> Branch: perl ! pp_hot.c scope.c ____________________________________________________________________________ [ 16385] By: nick on 2002/05/04 09:29:41 Log: Integrate mainline Branch: perlio !> (integrate 47 files) ____________________________________________________________________________ [ 16384] By: jhi on 2002/05/03 21:00:27 Log: Subject: Re: perl@16307 From: Nicholas Clark Date: Fri, 3 May 2002 21:49:04 +0100 Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net> canonical #3 was failing under -Mutf8. Branch: perl ! ext/Storable/t/canonical.t ____________________________________________________________________________ [ 16383] By: rgs on 2002/05/03 20:45:58 Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks From: Dave Mitchell Date: Fri, 3 May 2002 21:12:10 +0100 Message-ID: <20020503211210.B22026@fdgroup.com> Branch: perl ! scope.c ____________________________________________________________________________ [ 16382] By: rgs on 2002/05/03 20:14:07 Log: Subject: [PATCH] perl -i clobbers files on Cygwin From: "Gerrit P. Haase" Date: Fri, 3 May 2002 20:30:25 +0200 Message-ID: <190109228332.20020503203025@familiehaase.de> Branch: perl ! doio.c ____________________________________________________________________________ [ 16381] By: rgs on 2002/05/03 20:07:44 Log: Subject: t/TestInit.pm - clean up comments From: Paul_GreenVOS@vos.stratus.com Date: Fri, 3 May 02 14:51 edt Message-ID: <200205031850.OAA09104@mailhub2.stratus.com> Branch: perl ! t/TestInit.pm ____________________________________________________________________________ [ 16380] By: jhi on 2002/05/03 15:47:38 Log: Subject: [PATCH] enc2xs template -- searches script more sensibly From: Dan Kogai Date: Sat, 4 May 2002 01:46:35 +0900 Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp> Branch: perl ! ext/Encode/Encode/Makefile_PL.e2x ____________________________________________________________________________ [ 16379] By: jhi on 2002/05/03 15:43:47 Log: Forgotten test arrangement. Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16378] By: jhi on 2002/05/03 14:54:19 Log: Comedy of typing errors. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 16377] By: jhi on 2002/05/03 14:45:26 Log: Let's try the "no Net:: if no Socket" again. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 16376] By: jhi on 2002/05/03 14:11:42 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16375] By: jhi on 2002/05/03 14:09:38 Log: Oops. Branch: perl ! lib/ExtUtils/MM_BeOS.pm ____________________________________________________________________________ [ 16374] By: jhi on 2002/05/03 13:58:08 Log: EBCDIC tweak. Branch: perl ! ext/Digest/MD5/t/utf8.t ____________________________________________________________________________ [ 16373] By: jhi on 2002/05/03 13:51:11 Log: Update the EBCDIC MD5 checksums, and automate the process. Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16372] By: jhi on 2002/05/03 13:01:23 Log: The EBCDIC remapping of the low 256 bites again. Branch: perl ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm ! ext/Encode/t/fallback.t ext/Encode/t/guess.t ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t ____________________________________________________________________________ [ 16371] By: jhi on 2002/05/03 12:49:58 Log: NetWare updates from C Aditya. Branch: perl ! lib/ExtUtils/MM_NW5.pm makedef.pl ____________________________________________________________________________ [ 16370] By: jhi on 2002/05/03 12:36:54 Log: DJGPP updates from Laszlo Molnar. Branch: perl ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh ____________________________________________________________________________ [ 16369] By: jhi on 2002/05/03 12:34:01 Log: Upgrade to Encode 1.68. Branch: perl ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 16368] By: jhi on 2002/05/03 12:31:52 Log: Integrate perlio: [ 16367] Several of non-default builds now seem to work reasonably well English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk [ 16366] Finish off 16350 for non-PERLIO build on linux, non PERL_IMPLICIT_SYS parts of iperlsys.h had junk for some slots which now perlsdio.h is targeting. [ 16352] setbuf / setvbuf are not PerlIO_ concepts [ 16351] perl_clone is a threads thing [ 16350] *** EXPERIMENTAL *** Have perlsdio.h use the iperlsys.h aliases and see if that helps non-PERLIO IMP_SYS on Win32. (Miniperl okay on linux). [ 16349] Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case. - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen() - use it in perlio.c [ 16347] More layer syms [ 16346] Use PerlSIO_fdupopen() if not using PerlIO [ 16345] Do not build if not using layers Branch: perl !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h !> win32/makefile.mk win32/perlhost.h win32/win32.c !> win32/win32io.c ____________________________________________________________________________ [ 16367] By: nick on 2002/05/03 07:25:13 Log: Several of non-default builds now seem to work reasonably well English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk Branch: perlio ! perlio.h win32/makefile.mk win32/win32.c ____________________________________________________________________________ [ 16366] By: nick on 2002/05/03 07:07:36 Log: Finish off 16350 for non-PERLIO build on linux, non PERL_IMPLICIT_SYS parts of iperlsys.h had junk for some slots which now perlsdio.h is targeting. Branch: perlio ! iperlsys.h ____________________________________________________________________________ [ 16365] By: jhi on 2002/05/03 03:52:08 Log: If no Socket should not try to test Net:: Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 16364] By: jhi on 2002/05/03 02:22:56 Log: Integrate macperl #16360 and #16363; Make op/alarm.t pass README.macos update Branch: perl !> README.macos t/op/alarm.t ____________________________________________________________________________ [ 16363] By: pudge on 2002/05/03 01:57:04 Log: README.macos update Branch: macperl ! README.macos ____________________________________________________________________________ [ 16362] By: pudge on 2002/05/03 01:56:52 Log: Config / test updates Branch: macperl ! macos/MacPerlTests.cmd macos/MacPerlTests.plx ! macos/Makefile.mk ____________________________________________________________________________ [ 16361] By: pudge on 2002/05/03 01:56:24 Log: Safe signals for Mac OS Branch: macperl ! macos/macish.c macos/macish.h ____________________________________________________________________________ [ 16360] By: pudge on 2002/05/03 01:55:27 Log: Make op/alarm.t pass Branch: macperl ! t/op/alarm.t ____________________________________________________________________________ [ 16359] By: gsar on 2002/05/02 22:52:09 Log: a tweak to change#13584: need to avoid pad-walking during global destruction Branch: maint-5.6/perl ! op.c ____________________________________________________________________________ [ 16358] By: jhi on 2002/05/02 22:35:31 Log: Forgot the most important part of #16357. Branch: perl ! lib/Unicode/Collate.pm ____________________________________________________________________________ [ 16357] By: jhi on 2002/05/02 22:33:28 Log: Subject: Unicode::Collate 0.11 Released From: SADAHIRO Tomoyuki Date: Fri, 03 May 2002 03:19:29 +0900 Message-Id: <20020503030904.35B3.BQW10602@nifty.com> Branch: perl ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t ____________________________________________________________________________ [ 16356] By: jhi on 2002/05/02 22:30:10 Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing? From: Andy Dougherty Date: Thu, 2 May 2002 12:01:50 -0400 (EDT) Message-ID: Branch: perl ! Makefile.SH ext/util/make_ext ____________________________________________________________________________ [ 16355] By: jhi on 2002/05/02 22:26:38 Log: Integrate #16353 from macperl; "fix" for utf8_heavy.pl, lexical UTF8 var crashed in test 92 of run/fresh_perl.t on MacOS (as pudge rightfully points out, this is voodoo programming at it best, the real bug is somewhere else, now we just happened to shake the chicken the right way) Branch: perl !> lib/utf8_heavy.pl ____________________________________________________________________________ [ 16354] By: jhi on 2002/05/02 22:22:42 Log: Subject: Re: Encode, charnames and utf8heavy From: Dan Kogai Date: Thu, 2 May 2002 00:44:30 +0900 Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp> (plus a respective perlunicode tweak) Branch: perl ! lib/utf8_heavy.pl pod/perlunicode.pod ____________________________________________________________________________ [ 16353] By: pudge on 2002/05/02 19:55:39 Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed in test 92 of run/fresh_perl.t on MacOS Branch: macperl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 16352] By: nick on 2002/05/02 17:48:31 Log: setbuf / setvbuf are not PerlIO_ concepts Branch: perlio ! XSUB.h ____________________________________________________________________________ [ 16351] By: nick on 2002/05/02 17:12:21 Log: perl_clone is a threads thing Branch: perlio ! makedef.pl ____________________________________________________________________________ [ 16350] By: nick on 2002/05/02 17:09:43 Log: *** EXPERIMENTAL *** Have perlsdio.h use the iperlsys.h aliases and see if that helps non-PERLIO IMP_SYS on Win32. (Miniperl okay on linux). Branch: perlio ! iperlsys.h perlsdio.h ____________________________________________________________________________ [ 16349] By: nick on 2002/05/02 16:10:15 Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case. - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen() - use it in perlio.c Branch: perlio ! perlio.c win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 16348] By: gsar on 2002/05/02 15:44:48 Log: manual integrate of change#16332 from maint-5.6 branch Branch: perl ! mg.c perl.c sv.c util.c ____________________________________________________________________________ [ 16347] By: nick on 2002/05/02 15:19:59 Log: More layer syms Branch: perlio ! makedef.pl ____________________________________________________________________________ [ 16346] By: nick on 2002/05/02 15:19:20 Log: Use PerlSIO_fdupopen() if not using PerlIO Branch: perlio ! perlio.c ____________________________________________________________________________ [ 16345] By: nick on 2002/05/02 15:18:12 Log: Do not build if not using layers Branch: perlio ! win32/win32io.c ____________________________________________________________________________ [ 16344] By: jhi on 2002/05/02 14:02:51 Log: Upgrade to Encode 1.67. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/lib/Encode/Guess.pm ____________________________________________________________________________ [ 16343] By: jhi on 2002/05/02 13:14:39 Log: Integrate perlio: [ 16341] Remove show-stoppers to non-PERLIO Win32 builds (still not a very good show). Branch: perl !> makedef.pl win32/makefile.mk ____________________________________________________________________________ [ 16342] By: jhi on 2002/05/02 13:06:18 Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core From: Hugo van der Sanden Date: Thu, 02 May 2002 04:22:02 +0100 Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk> Branch: perl ! malloc.c ____________________________________________________________________________ [ 16341] By: nick on 2002/05/02 12:57:23 Log: Remove show-stoppers to non-PERLIO Win32 builds (still not a very good show). Branch: perlio ! makedef.pl win32/makefile.mk ____________________________________________________________________________ [ 16340] By: jhi on 2002/05/02 12:44:23 Log: Subject: [PATCH] 1/3rd of utf8 From: Nicholas Clark Date: Wed, 1 May 2002 22:58:42 +0100 Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16339] By: jhi on 2002/05/02 12:41:18 Log: Integrate #16334 from maint-5.6; don't pad $0 with spaces when setting it, use nulls instead (the spaces show up as a very long line in a ps listing) Branch: perl !> mg.c ____________________________________________________________________________ [ 16338] By: jhi on 2002/05/02 12:37:22 Log: Integrate perlio: [ 16335] Fix the "PerlIO require leak". Snag was that clean_objs autoloaded DESTROY (needing IO) after known layers had been freed. Postpone layer list free to PerlIO_cleanup, rather than PerlIO_destruct. Tweak sequence in perl_destruct so that sv_undef is immortal till layer list is done with it. Branch: perl !> perl.c perlio.c ____________________________________________________________________________ [ 16337] By: ams on 2002/05/02 08:21:42 Log: Subject: Re: [PATCH] Storable docs From: Philip Newton Date: Thu, 02 May 2002 07:58:38 +0200 Message-Id: (Applied mostly with tweaks by hand.) Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16336] By: nick on 2002/05/02 07:59:16 Log: Integrate mainline Branch: perlio +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t +> ext/Digest/MD5/t/utf8.t - ext/Digest/MD5/t/aaa.t !> Configure MANIFEST Makefile.SH config_h.SH !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h !> lib/Thread.pm util.c ____________________________________________________________________________ [ 16335] By: nick on 2002/05/02 07:54:51 Log: Fix the "PerlIO require leak". Snag was that clean_objs autoloaded DESTROY (needing IO) after known layers had been freed. Postpone layer list free to PerlIO_cleanup, rather than PerlIO_destruct. Tweak sequence in perl_destruct so that sv_undef is immortal till layer list is done with it. Branch: perlio ! perl.c perlio.c ____________________________________________________________________________ [ 16334] By: gsar on 2002/05/02 07:10:52 Log: don't pad $0 with spaces when setting it, use nulls instead (the spaces show up as a very long line in a ps listing) Branch: maint-5.6/perl ! mg.c ____________________________________________________________________________ [ 16333] By: gsar on 2002/05/02 07:08:42 Log: fix yet more race conditions related to fdopen() and dup2(): fclose() is not thread-safe when two FILE* structures point to the same underlying fd, as it happens in perl's socket handles; need to invalidate the fileno slot of one of the FILE* structures, but unfortunately stdio has no interface to do this; we can do little else but fiddle with the FILE* structure directly (yuck! hope this could be done better under native PerlIO in 5.8) Branch: maint-5.6/perl ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 16332] By: gsar on 2002/05/02 06:49:17 Log: isolate all environ diddling to the initial interpreter; any additional interpreters created after the first one cannot propagate %ENV changes down to the real environment; this should fix %ENV related races (e.g. multiple threads attempting to free() environ entries when they run C<%ENV = ()>) Branch: maint-5.6/perl ! mg.c perl.c sv.c util.c ____________________________________________________________________________ [ 16331] By: gsar on 2002/05/02 06:39:27 Log: fix race condition in my_popen(): parent may dup2() into an fd that got opened by another thread because it closes it beforehand; instead, let the dup2() itself close the fd Branch: maint-5.6/perl ! util.c ____________________________________________________________________________ [ 16330] By: gsar on 2002/05/02 06:34:26 Log: pipe() IO structures were not fully initialized Branch: maint-5.6/perl ! doio.c pp_sys.c ____________________________________________________________________________ [ 16329] By: gsar on 2002/05/02 06:32:46 Log: fix handle leak in my_popen() if the fork() fails Branch: maint-5.6/perl ! util.c ____________________________________________________________________________ [ 16328] By: nick on 2002/05/02 06:08:22 Log: Integrate mainline Branch: perlio +> ext/threads/shared/semaphore.pm +> ext/threads/shared/t/semaphore.t !> MANIFEST ext/threads/shared/Makefile.PL !> ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16327] By: jhi on 2002/05/02 03:47:07 Log: Cleanup threads dirs. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 16326] By: jhi on 2002/05/02 03:41:39 Log: Add the new Digest::MD5 test. Branch: perl + ext/Digest/MD5/t/utf8.t ! MANIFEST ____________________________________________________________________________ [ 16325] By: jhi on 2002/05/02 03:33:14 Log: New try at the Class::DBI core dump at global cleanup. Branch: perl ! gv.h util.c ____________________________________________________________________________ [ 16324] By: jhi on 2002/05/02 02:47:38 Log: Upgrade to Digest::MD5 2.19. Branch: perl ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16323] By: jhi on 2002/05/02 02:47:22 Log: Ooops. Not everybody does threads. Branch: perl ! ext/threads/shared/t/semaphore.t ____________________________________________________________________________ [ 16322] By: jhi on 2002/05/01 23:40:47 Log: Fix files.t for blead. Branch: perl + ext/Digest/MD5/README ! MANIFEST ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16321] By: jhi on 2002/05/01 23:11:54 Log: Upgrade to Digest::MD5 2.18. files.t doesn't work yet with blead, my bad. Branch: perl + ext/Digest/MD5/t/md5-aaa.t - ext/Digest/MD5/t/aaa.t ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16320] By: jhi on 2002/05/01 21:40:04 Log: metaconfig unit change for #16319. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 16319] By: jhi on 2002/05/01 21:39:51 Log: Somebody might be compiling a newer Digest::MD5. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 16318] By: jhi on 2002/05/01 21:17:55 Log: Until Arthur fills in semaphore.t. Branch: perl ! ext/threads/shared/Makefile.PL ! ext/threads/shared/t/semaphore.t ____________________________________________________________________________ [ 16317] By: sky on 2002/05/01 19:36:33 Log: Fix emulation case when loading both Thread and threads::shared would get awkward. Branch: perl ! lib/Thread.pm ____________________________________________________________________________ [ 16316] By: ams on 2002/05/01 19:35:25 Log: Subject: [PATCH] Storable docs From: Nicholas Clark Date: Wed, 1 May 2002 20:44:42 +0100 Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 16315] By: sky on 2002/05/01 19:15:46 Log: Now passes old test case. Branch: perl ! ext/threads/shared/semaphore.pm ____________________________________________________________________________ [ 16314] By: sky on 2002/05/01 19:15:26 Log: Cleanup memory a bit better in some cases. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16313] By: nick on 2002/05/01 18:38:03 Log: Integrate mainline Branch: perlio !> Changes ext/Encode/Changes ext/Encode/Encode.pm !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h !> pod/perl.pod pod/perlthrtut.pod toke.c !> vms/descrip_mms.template vms/perlvms.pod ____________________________________________________________________________ [ 16312] By: sky on 2002/05/01 18:12:37 Log: Don't forget to add it to the MANIFEST Branch: perl + ext/threads/shared/t/semaphore.t ! MANIFEST ____________________________________________________________________________ [ 16311] By: sky on 2002/05/01 17:54:19 Log: Add semaphore.pm Branch: perl + ext/threads/shared/semaphore.pm ____________________________________________________________________________ [ 16310] By: sky on 2002/05/01 17:13:57 Log: Fix makefile to put queue.pm correctly, update test script. Branch: perl ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16309] By: jhi on 2002/05/01 15:29:44 Log: Subject: [Patch] ext/PerlIO/t/fallback.t gets haircut From: Dan Kogai Date: Thu, 2 May 2002 00:14:41 +0900 Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp> Branch: perl ! ext/PerlIO/t/fallback.t ____________________________________________________________________________ [ 16308] By: jhi on 2002/05/01 15:27:52 Log: Encode tweak from Dan Kogai. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16307] By: sky on 2002/05/01 13:40:58 Log: Flush directly to avoid erros when running from test harness Branch: perl ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16306] By: jhi on 2002/05/01 13:37:34 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16305] By: jhi on 2002/05/01 13:16:12 Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS From: PPrymmer@factset.com Date: Wed, 1 May 2002 10:12:53 -0400 Message-ID: Branch: perl ! lib/User/pwent.t ____________________________________________________________________________ [ 16304] By: jhi on 2002/05/01 13:14:44 Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only From: PPrymmer@factset.com Date: Wed, 1 May 2002 09:54:51 -0400 Message-ID: Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 16303] By: sky on 2002/05/01 13:00:57 Log: First attempt at updating perlthrtut for ithreaded threads.pm Branch: perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 16302] By: jhi on 2002/05/01 12:54:24 Log: Provide the \N{U+HHHH} syntax before we forget. Branch: perl ! lib/charnames.pm lib/charnames.t toke.c ____________________________________________________________________________ [ 16301] By: jhi on 2002/05/01 12:03:03 Log: Subject: Copy-and-Pasto in perl.pod From: lupe@lupe-christoph.de (Lupe Christoph) Date: Wed, 1 May 2002 13:31:47 +0200 Message-ID: <20020501113147.GA31125@lupe-christoph.de> Branch: perl ! pod/perl.pod ____________________________________________________________________________ [ 16300] By: jhi on 2002/05/01 12:01:11 Log: Upgrade to Encode 1.66. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t ____________________________________________________________________________ [ 16299] By: jhi on 2002/05/01 11:53:21 Log: Integrate perlio: [ 16297] Remove "spurious" (and unnecessary) variables from layer_syms Win32 (Win2k), MinGW-1.1 - passes all tests! ;-) [ 16296] perl embed.pl to update global.sym Branch: perl !> global.sym makedef.pl ____________________________________________________________________________ [ 16298] By: ams on 2002/05/01 09:42:27 Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod From: Philip Newton Date: Wed, 01 May 2002 12:41:10 +0200 Message-Id: Branch: perl ! vms/perlvms.pod ____________________________________________________________________________ [ 16297] By: nick on 2002/05/01 06:50:24 Log: Remove "spurious" (and unnecessary) variables from layer_syms Win32 (Win2k), MinGW-1.1 - passes all tests! ;-) Branch: perlio ! makedef.pl ____________________________________________________________________________ [ 16296] By: nick on 2002/05/01 06:21:28 Log: perl embed.pl to update global.sym Branch: perlio ! global.sym ____________________________________________________________________________ [ 16295] By: nick on 2002/05/01 06:16:18 Log: Raw integrate of mainline (global.sym wrong on Win32) Branch: perlio +> t/comp/hints.t !> (integrate 45 files) ____________________________________________________________________________ [ 16294] By: jhi on 2002/05/01 02:39:54 Log: metaconfig unit change for #16293. Branch: metaconfig/U/perl ! bincompat5005.U ____________________________________________________________________________ [ 16293] By: jhi on 2002/05/01 02:39:32 Log: Try #2 of getting rid of bincompat5005. Branch: perl ! Configure NetWare/config_H.wc Porting/Glossary ! Porting/config.sh Porting/config_H config_h.SH embed.h ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 ! wince/config.h wince/config_H.ce ____________________________________________________________________________ [ 16292] By: jhi on 2002/05/01 02:04:49 Log: metaconfig unit changes for #16291. Branch: metaconfig ! U/installdirs/inc_version_list.U Branch: metaconfig/U/perl ! bincompat5005.U xs_apiversion.U ____________________________________________________________________________ [ 16291] By: jhi on 2002/05/01 02:04:22 Log: No bincompat5005. Branch: perl ! Configure INSTALL NetWare/config.wc Porting/Glossary ! Porting/config.sh Porting/config_H README.mpeix config_h.SH ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def ! win32/config.bc win32/config.gc win32/config.vc ! win32/config.vc64 wince/config.ce ____________________________________________________________________________ [ 16290] By: jhi on 2002/05/01 01:17:53 Log: Remove sv_setpviv{_,mg}; regen perlapi. Branch: perl ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c ____________________________________________________________________________ [ 16289] By: jhi on 2002/05/01 01:10:52 Log: Subject: [PATCH sv.c] remove macroized bincompat functions From: Dave Mitchell Date: Tue, 30 Apr 2002 23:55:43 +0100 Message-ID: <20020430235543.A27796@fdgroup.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 16288] By: jhi on 2002/05/01 01:06:31 Log: Update to Getopt::Long 2.30. Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 16287] By: jhi on 2002/04/30 19:51:08 Log: Integrate perlio: [ 16285] Attempt at sanity in PerlIO/makedef.pl world: 1. Add comments to what each clump of symbols is for 2. Explicitly export layer syms like I thought they were 3. Remove bulk of (now redundant) PerlIO stuff from the section. 4. Re-sort perlio.sym Branch: perl !> makedef.pl perlio.sym ____________________________________________________________________________ [ 16286] By: rgs on 2002/04/30 19:03:34 Log: Fix bug id 20020427.004 on %^H. Add a regression test for %^H. Change the sort pragma implementation to use a global variable instead of %^H. Branch: perl + t/comp/hints.t ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c ____________________________________________________________________________ [ 16285] By: nick on 2002/04/30 19:00:03 Log: Attempt at sanity in PerlIO/makedef.pl world: 1. Add comments to what each clump of symbols is for 2. Explicitly export layer syms like I thought they were 3. Remove bulk of (now redundant) PerlIO stuff from the section. 4. Re-sort perlio.sym Branch: perlio ! makedef.pl perlio.sym ____________________________________________________________________________ [ 16284] By: nick on 2002/04/30 18:10:23 Log: Rest of integrate Branch: perlio +> lib/ExtUtils/MM_MacOS.pm !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm !> lib/Test/Harness/t/strap-analyze.t !> lib/Test/Harness/t/test-harness.t pod/perlport.pod !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod ____________________________________________________________________________ [ 16283] By: nick on 2002/04/30 17:53:37 Log: Integrate mailine makedef.pl so I can look at it Branch: perlio !> makedef.pl ____________________________________________________________________________ [ 16282] By: jhi on 2002/04/30 15:46:38 Log: Upgrade to Encode 1.65. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm ____________________________________________________________________________ [ 16281] By: jhi on 2002/04/30 13:50:54 Log: Missing PerlIO symbols found by Richard Hatch in AIX. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 16280] By: jhi on 2002/04/30 13:04:45 Log: NetWare: disable DEBUG/ASSERT for now. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 16279] By: jhi on 2002/04/30 12:57:12 Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04 From: Michael G Schwern Date: Tue, 30 Apr 2002 01:05:41 -0400 Message-ID: <20020430050541.GL756@blackrider> Branch: perl ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 16278] By: jhi on 2002/04/30 12:38:50 Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01 From: Michael G Schwern Date: Tue, 30 Apr 2002 00:24:59 -0400 Message-ID: <20020430042459.GJ756@blackrider> Branch: perl + lib/ExtUtils/MM_MacOS.pm ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 16277] By: jhi on 2002/04/30 12:32:27 Log: Dodge a NULL pointer dereference in cleanup of Class::DBI 0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa. Branch: perl ! util.c ____________________________________________________________________________ [ 16276] By: ams on 2002/04/30 08:42:32 Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS From: "Craig A. Berry" Date: Mon, 29 Apr 2002 23:37:06 -0500 Message-Id: Branch: perl ! t/pod/testp2pt.pl ____________________________________________________________________________ [ 16275] By: jhi on 2002/04/29 23:28:05 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 16274] By: jhi on 2002/04/29 23:14:47 Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod From: PPrymmer@factset.com Date: Mon, 29 Apr 2002 17:58:06 -0400 Message-ID: Branch: perl ! vms/perlvms.pod ____________________________________________________________________________ [ 16273] By: jhi on 2002/04/29 21:43:18 Log: OpenBSD: dynamic loading fix plus a MIPS tweak from Todd Miller. Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 16272] By: jhi on 2002/04/29 20:14:39 Log: Integrate perlio: [ 16270] Adding Encode::* to .pm creates stash at compile time which means we need a stronger check on Encode at boot time. Branch: perl !> ext/PerlIO/encoding/encoding.pm !> ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16271] By: jhi on 2002/04/29 20:07:38 Log: OpenBSD hints update from Todd Miller. - old versions of OpenBSD don't have 'arch -s' - OpenBSD 3.1 and higher don't use libdl but users may have and old libdl on the system so we need to avoid using it. Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 16270] By: nick on 2002/04/29 17:33:38 Log: Adding Encode::* to .pm creates stash at compile time which means we need a stronger check on Encode at boot time. Branch: perlio ! ext/PerlIO/encoding/encoding.pm ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16269] By: jhi on 2002/04/29 16:28:44 Log: Detypo by Ronald Kimball. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 16268] By: nick on 2002/04/29 15:47:00 Log: Integrate mainline Branch: perlio !> Changes ext/Encode/Changes ext/Encode/Encode.pm !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h !> pod/perlfaq2.pod pod/perlfaq3.pod ____________________________________________________________________________ [ 16267] By: jhi on 2002/04/29 13:46:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16266] By: jhi on 2002/04/29 13:25:03 Log: MM_NW5 update from C Aditya. Branch: perl ! lib/ExtUtils/MM_NW5.pm ____________________________________________________________________________ [ 16265] By: jhi on 2002/04/29 12:59:01 Log: FAQ sync. Branch: perl ! pod/perlfaq2.pod pod/perlfaq3.pod ____________________________________________________________________________ [ 16264] By: jhi on 2002/04/29 12:52:01 Log: NetBSD hints rewrite from Johnny Lam. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 16263] By: jhi on 2002/04/29 12:18:31 Log: Upgrade to Encode 1.64. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm ____________________________________________________________________________ [ 16262] By: jhi on 2002/04/29 12:12:37 Log: Subject: [Unicode::Normalize] mkheader tweak From: SADAHIRO Tomoyuki Date: Mon, 29 Apr 2002 12:58:01 +0900 Message-Id: <20020429125617.AA35.BQW10602@nifty.com> Branch: perl ! ext/Unicode/Normalize/mkheader ____________________________________________________________________________ [ 16261] By: nick on 2002/04/29 06:29:48 Log: Integrate mainline Branch: perlio - macos/MacPerlTests.cmd macos/xsubpp.patch !> (integrate 40 files) ____________________________________________________________________________ [ 16260] By: jhi on 2002/04/29 01:11:10 Log: Upgrade to Unicode::Normalize 0.76, from SADAHIRO Tomoyuki. Branch: perl ! ext/Unicode/Normalize/Changes ! ext/Unicode/Normalize/Normalize.pm ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader ! ext/Unicode/Normalize/t/func.t ____________________________________________________________________________ [ 16259] By: jhi on 2002/04/28 22:22:44 Log: Subject: [PATCH: perl@16189] updates to perlport.pod From: Peter Prymmer Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT) Message-ID: Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 16258] By: jhi on 2002/04/28 20:34:12 Log: Sigh. #16249 didn't help NetBSD (made it worse, the basic and list tests started hanging). Branch: perl ! ext/threads/t/basic.t ext/threads/t/list.t ! ext/threads/t/thread.t ____________________________________________________________________________ [ 16257] By: jhi on 2002/04/28 20:26:30 Log: Integrate #16254 from macperl; Fix most tests on MacOS (not yet ext/ or /lib) Branch: perl !> (integrate 30 files) ____________________________________________________________________________ [ 16256] By: jhi on 2002/04/28 19:43:02 Log: As requested by pudge. Branch: perl - macos/MacPerlTests.cmd macos/xsubpp.patch ! MANIFEST ____________________________________________________________________________ [ 16255] By: pudge on 2002/04/28 19:25:04 Log: Integrate perl Branch: macperl +> ext/PerlIO/t/fallback.t ext/threads/t/list.t +> wince/cecopy-lib.pl wince/comp.pl !> (integrate 38 files) ____________________________________________________________________________ [ 16254] By: pudge on 2002/04/28 19:12:05 Log: Fix most tests on MacOS (not yet ext/ or /lib) Branch: macperl ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl ____________________________________________________________________________ [ 16253] By: nick on 2002/04/28 19:10:50 Log: Integrate mainline Branch: perlio +> wince/cecopy-lib.pl wince/comp.pl !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t !> ext/threads/t/basic.t ext/threads/t/list.t !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c !> wince/Makefile.ce wince/config_h.PL wince/perldll.def !> wince/win32.h wince/wince.c ____________________________________________________________________________ [ 16252] By: pudge on 2002/04/28 19:07:33 Log: More configuration/build changes Branch: macperl ! macos/MacPerlTests.cmd macos/MacPerlTests.plx ! macos/Makefile.mk macos/config.h macos/config.sh ! macos/macish.h ____________________________________________________________________________ [ 16251] By: jhi on 2002/04/28 18:23:52 Log: Subject: WinCE many fixes From: "Vadim Konovalov" Date: Sun, 28 Apr 2002 21:54:31 +0400 Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad> Branch: perl + wince/cecopy-lib.pl wince/comp.pl ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce ! wince/config_h.PL wince/perldll.def wince/win32.h ! wince/wince.c ____________________________________________________________________________ [ 16250] By: jhi on 2002/04/28 17:35:12 Log: Retract the cond.t part of #16249 since the nature of the test changed. Branch: perl ! ext/threads/shared/t/cond.t ____________________________________________________________________________ [ 16249] By: jhi on 2002/04/28 16:13:34 Log: (retracted by #16258) Fix thread tests not to depend on sleep() as a scheduling aid. In two tests (basic and list) I had to change from sleep() hack to another hack... basically, using the filesystem as a semaphore. The assumption made is that rmdir() is atomic. (The sleep() scheduling assumption broke with the GNU pth in NetBSD.) (the cond.t part retracted by #16250) Branch: perl ! ext/threads/shared/t/cond.t ext/threads/t/basic.t ! ext/threads/t/list.t ext/threads/t/thread.t ____________________________________________________________________________ [ 16248] By: jhi on 2002/04/28 16:04:23 Log: Be tidy. Branch: perl ! ext/PerlIO/t/fallback.t ____________________________________________________________________________ [ 16247] By: jhi on 2002/04/28 15:26:39 Log: Integrate perlio: [ 16246] Have :encoding() default to perlqq style fallbacks. Add test for that. [ 16245] Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio} as gate on layer tests which fail on -Dusesfio (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) [ 16244] Builds under -Uuseperlio Uses PUSHSTACK/POPSTACK in :encoding and :Via Branch: perl +> ext/PerlIO/t/fallback.t !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t !> t/io/binmode.t t/io/crlf.t ____________________________________________________________________________ [ 16246] By: nick on 2002/04/28 10:08:05 Log: Have :encoding() default to perlqq style fallbacks. Add test for that. Branch: perlio + ext/PerlIO/t/fallback.t ! MANIFEST ext/PerlIO/encoding/encoding.pm ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16245] By: nick on 2002/04/28 08:57:54 Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio} as gate on layer tests which fail on -Dusesfio (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) Branch: perlio ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t ! t/io/crlf.t ____________________________________________________________________________ [ 16244] By: nick on 2002/04/28 08:22:07 Log: Builds under -Uuseperlio Uses PUSHSTACK/POPSTACK in :encoding and :Via Branch: perlio ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16243] By: nick on 2002/04/28 07:19:01 Log: Integrate mainline Branch: perlio +> ext/threads/t/list.t !> (integrate 40 files) ____________________________________________________________________________ [ 16242] By: jhi on 2002/04/28 02:49:28 Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 16241] By: jhi on 2002/04/28 02:22:00 Log: Plan better. Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 16240] By: jhi on 2002/04/28 02:20:18 Log: No trunc worries. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16239] By: jhi on 2002/04/28 02:19:45 Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file) From: Michael G Schwern Date: Sat, 27 Apr 2002 23:20:19 -0400 Message-ID: <20020428032019.GF1821@blackrider> Branch: perl ! pod/perlfunc.pod t/io/fs.t ____________________________________________________________________________ [ 16238] By: jhi on 2002/04/28 01:55:10 Log: More valgrind findings: e.g. t/op/utfhash.t. Branch: perl ! hv.c ____________________________________________________________________________ [ 16237] By: jhi on 2002/04/28 01:44:37 Log: Unused variables now that "did you use incorrect case" is gone; and valgrind claims that the savepvn() in utilize() leaks in e.g. lib/blib.t. Branch: perl ! op.c ____________________________________________________________________________ [ 16236] By: sky on 2002/04/28 00:15:45 Log: Added test cases and fixed some obvious things. Branch: perl + ext/threads/t/list.t ! MANIFEST ext/threads/threads.xs ____________________________________________________________________________ [ 16235] By: sky on 2002/04/27 23:50:11 Log: Removed last traces of autodetach. Added list() methid. Changed documentation. Branch: perl ! ext/threads/threads.pm ext/threads/threads.xs ____________________________________________________________________________ [ 16234] By: jhi on 2002/04/27 22:19:08 Log: Subject: [PATCH] FileCache 1.02 -> 1.021 From: Jerrad Pierce Date: Sat, 27 Apr 2002 19:14:17 -0400 Message-Id: <200204272314.TAA08101@calloway.mit.edu> Branch: perl ! lib/FileCache.pm ____________________________________________________________________________ [ 16233] By: jhi on 2002/04/27 22:17:57 Log: More NetBSD patches from Johnny Lam. Remove the need for a $prefix setting that was added in the previous patch I sent. Also add the proper rpath options to the linker flags depending on whether we're on a ELF or a.out platform. These were tested both in a non-pkgsrc and pkgsrc build. Append to $libs instead of overwriting its value. This was causing $(LDLOADLIBS) to not get added to the dynamic_libs link command on NetBSD systems and was the cause of the GDBM problems reported. Also use '$(LDLOADLIBS)' instead of expanding its value so that it is more easily overridden in the Makefile by "make all LDLOADLIBS=...". Remove "-L/usr/local/lib" because the location of libgdbm.so is already added during the Configure process, and this spurious addition may cause the wrong libgdbm.so to be linked against as a result. Branch: perl ! ext/GDBM_File/Makefile.PL hints/netbsd.sh ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16232] By: jhi on 2002/04/27 22:08:08 Log: More VC5-induced casting found by Nikola Knezevic. Branch: perl ! av.c hv.c mg.c sv.c ____________________________________________________________________________ [ 16231] By: jhi on 2002/04/27 21:56:22 Log: More U32 regflags. Branch: perl ! op.h regcomp.c thrdvar.h ____________________________________________________________________________ [ 16230] By: pudge on 2002/04/27 21:50:45 Log: Integrate from bleadperl Branch: macperl +> ext/Encode/lib/Encode/Guess.pm +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t +> lib/ExtUtils/t/zz_cleanup_dummy.t +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end +> t/lib/sample-tests/die_last_minute t/win32/system_tests - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm - lib/ExtUtils/t/Problem-Module/Makefile.PL - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL - t/op/system_tests !> (integrate 133 files) ____________________________________________________________________________ [ 16229] By: jhi on 2002/04/27 19:55:51 Log: Retract #16195 since it seems to be unnecessary. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16228] By: jhi on 2002/04/27 19:25:44 Log: Subject: [PATCH] extract enc2xs and piconv for VMS From: "Craig A. Berry" Date: Sat, 27 Apr 2002 15:11:31 -0500 Message-Id: Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 16227] By: rgs on 2002/04/27 19:25:05 Log: Some more known open() modes. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 16226] By: jhi on 2002/04/27 19:02:23 Log: Upgrade to Encode 1.63. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ! ext/Encode/lib/Encode/KR/2022_KR.pm ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t ____________________________________________________________________________ [ 16225] By: jhi on 2002/04/27 18:13:02 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16224] By: jhi on 2002/04/27 17:53:20 Log: Integrate perlio: [ 16221] Correct which var is nulled, stack movement protection. Branch: perl !> ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16223] By: jhi on 2002/04/27 17:43:26 Log: Subject: PATCH t/TEST From: Mark-Jason Dominus Date: Sat, 27 Apr 2002 14:06:56 -0400 Message-ID: <20020427180656.5422.qmail@plover.com> Branch: perl ! t/TEST ____________________________________________________________________________ [ 16222] By: sky on 2002/04/27 17:00:29 Log: Ahem, look another way. Branch: perl ! ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16221] By: nick on 2002/04/27 16:34:48 Log: Correct which var is nulled, stack movement protection. Branch: perlio ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16220] By: jhi on 2002/04/27 16:27:18 Log: Integrate perlio: [ 16216] Fix weird warnings and/pr segfaults on binmode(,"encoding(...)") - if encoding loads Encode then stack grows. - pp_binmode was not allowing for that to happen - added PUTBACK/SPAGAIN. Branch: perl !> pp_sys.c ____________________________________________________________________________ [ 16219] By: jhi on 2002/04/27 16:23:44 Log: First half of NetBSD patch-ai, from Johnny Lam: The first part removes "installman" and "installhtml" from the .PHONY target, which was causing problems during installation. (the installman and installhtml are not phony targets, they are real files) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 16218] By: nick on 2002/04/27 16:22:40 Log: Integrate mainline Branch: perlio +> ext/threads/shared/t/cond.t !> MANIFEST ext/threads/shared/shared.xs !> ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16217] By: jhi on 2002/04/27 16:20:49 Log: NetBSD patch-ab from Johnny Lam: Some tweaks to the NetBSD hints file to make the Configure process more useful when not building from pkgsrc. This file will definitely need to change again when the 1.6 release of NetBSD comes out, but I'll handle the changes at the later date. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 16216] By: nick on 2002/04/27 16:19:21 Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)") - if encoding loads Encode then stack grows. - pp_binmode was not allowing for that to happen - added PUTBACK/SPAGAIN. Branch: perlio ! pp_sys.c ____________________________________________________________________________ [ 16215] By: jhi on 2002/04/27 15:52:24 Log: Integrate perlio: [ 16211] Re-instate $PerlIO::encoding::check at boot. (Retaining Dan's XS side require though I don't see need.) [ 16207] Fix fd leak on Via(bogus). Finish implementing PerlIOVia_open(). Export more guts of PerlIO_* so Via_open() can work. Fix various PerlIO_allocate() features exposed by above. [ 16027] Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests, and change test not to skip them. [ 16023] Some tweaks for encodings which need lines. Also disabled trial of using fallbacks. [ 16022] Various tweaks to Encode Branch: perl !> embed.fnc ext/PerlIO/Via/Via.xs !> ext/PerlIO/encoding/encoding.pm !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl !> perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 16214] By: jhi on 2002/04/27 15:48:34 Log: Upgrade to Encode 1.62. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ____________________________________________________________________________ [ 16213] By: ams on 2002/04/27 15:38:50 Log: Subject: Re: Change 16122: Try to be clearer about perlio. From: Philip Newton Date: Sat, 27 Apr 2002 08:51:30 +0200 Message-Id: Subject: Re: Change 16183: Stop being coy. From: Philip Newton Date: Sat, 27 Apr 2002 08:52:13 +0200 Message-Id: Branch: perl ! INSTALL pod/perldelta.pod ____________________________________________________________________________ [ 16212] By: sky on 2002/04/27 13:54:46 Log: Add test numbers to make "make test" happy. Order is irrelevant but number of oks is not. Branch: perl ! ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16211] By: nick on 2002/04/27 13:29:55 Log: Re-instate $PerlIO::encoding::check at boot. (Retaining Dan's XS side require though I don't see need.) Branch: perlio ! ext/PerlIO/encoding/encoding.pm ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16210] By: sky on 2002/04/27 12:56:44 Log: Fixed race condtions and deadlocks in interaction with cond_wait/cond_signal and lock. Now we wait for a lock to gie up if we return from COND_WAIT and we are still locked. We also notifiers potential lockers that it is free for locking when we go into COND_WAIT. Branch: perl + ext/threads/shared/t/cond.t ! MANIFEST ext/threads/shared/shared.xs ! ext/threads/shared/t/queue.t ____________________________________________________________________________ [ 16209] By: nick on 2002/04/27 12:32:41 Log: Integrate mainline Branch: perlio +> t/win32/system_tests - t/op/system_tests !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t !> t/lib/warnings/pp_hot t/win32/system.t ____________________________________________________________________________ [ 16208] By: sky on 2002/04/27 11:46:53 Log: Saving locks after we set it to 0 was kind of pointless. Hunting down fixes in cond_* functions. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 16207] By: nick on 2002/04/27 10:12:00 Log: Fix fd leak on Via(bogus). Finish implementing PerlIOVia_open(). Export more guts of PerlIO_* so Via_open() can work. Fix various PerlIO_allocate() features exposed by above. Branch: perlio ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c ! perlio.h perliol.h ____________________________________________________________________________ [ 16206] By: jhi on 2002/04/27 00:52:30 Log: NetBSD and OpenBSD cannot do comments at #! line (or long #! lines?) Branch: perl ! t/japh/abigail.t ____________________________________________________________________________ [ 16205] By: jhi on 2002/04/26 23:56:32 Log: Add taint rethink to the todo list. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16204] By: jhi on 2002/04/26 22:33:45 Log: Integrate changes #16199 and #16201 from macperl; Time::Local compatibility patches, from Graham MacPerl require() portability patches Branch: perl !> lib/Time/Local.pm pp_ctl.c ____________________________________________________________________________ [ 16203] By: jhi on 2002/04/26 21:47:06 Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle From: Nicholas Clark Date: Fri, 26 Apr 2002 23:27:23 +0100 Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net> Branch: perl ! t/lib/warnings/pp_hot ____________________________________________________________________________ [ 16202] By: pudge on 2002/04/26 21:11:06 Log: Working on MacPerl tests Branch: macperl ! macos/MacPerlTests.cmd ____________________________________________________________________________ [ 16201] By: pudge on 2002/04/26 21:10:49 Log: MacPerl require() portability patches Branch: macperl ! pp_ctl.c ____________________________________________________________________________ [ 16200] By: pudge on 2002/04/26 21:09:45 Log: Fix a few MacPerl_CanonDir() problems Branch: macperl ! macos/macish.c macos/macish.h ____________________________________________________________________________ [ 16199] By: pudge on 2002/04/26 21:08:52 Log: Time::Local compatibility patches, from Graham Branch: macperl ! lib/Time/Local.pm ____________________________________________________________________________ [ 16198] By: jhi on 2002/04/26 20:10:53 Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness From: Simon Cozens Date: Fri, 26 Apr 2002 21:58:21 +0100 Message-ID: <20020426205821.GB5855@netthink.co.uk> Branch: perl ! ext/Time/HiRes/HiRes.pm ____________________________________________________________________________ [ 16197] By: jhi on 2002/04/26 20:04:44 Log: NetBSD: if the /usr/pkg/lib is there, the linker wants to know about it always (not just when using the pth). Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 16196] By: jhi on 2002/04/26 18:27:39 Log: EBCDIC MD5.xs checksum update from Merijn Broeren. Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16195] By: jhi on 2002/04/26 17:56:51 Log: (retracted by #16229) Subject: FIXIN problem under Win32 From: Nikola Knezevic Date: Thu, 25 Apr 2002 23:03:31 +0200 Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16194] By: nick on 2002/04/26 17:36:16 Log: Integrate mainline Branch: perlio +> ext/Encode/lib/Encode/Guess.pm +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end +> t/lib/sample-tests/die_last_minute !> (integrate 94 files) ____________________________________________________________________________ [ 16193] By: jhi on 2002/04/26 17:11:30 Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t From: Nikola Knezevic Date: Fri, 26 Apr 2002 15:38:16 +0200 Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu> Branch: perl + t/win32/system_tests - t/op/system_tests ! MANIFEST t/win32/system.t ____________________________________________________________________________ [ 16192] By: jhi on 2002/04/26 16:45:28 Log: Mention explicitly the NetBSD + pth combination. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16191] By: jhi on 2002/04/26 15:06:20 Log: Subject: [PATCH] Fix email address. From: Abigail Date: Fri, 26 Apr 2002 18:03:11 +0200 Message-ID: <20020426180311.A23545@gatekeeper.osp.nl> Branch: perl ! t/japh/abigail.t ____________________________________________________________________________ [ 16190] By: jhi on 2002/04/26 14:33:03 Log: NetWare update from C Aditya. Branch: perl ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16189] By: jhi on 2002/04/26 13:35:48 Log: Subject: [PATCH vms/test.com] use t/TEST From: "Craig A. Berry" Date: Fri, 26 Apr 2002 09:34:46 -0500 Message-Id: Branch: perl ! vms/test.com ____________________________________________________________________________ [ 16188] By: jhi on 2002/04/26 13:34:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16187] By: jhi on 2002/04/26 12:43:48 Log: Subject: [Encode] s/=over2/=over 2/g From: Dan Kogai Date: Fri, 26 Apr 2002 14:57:09 +0900 Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp> Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 16186] By: jhi on 2002/04/26 12:28:18 Log: Use temp int variable in the W*() since direct casting to either an int or an IV would not be right. Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 16185] By: jhi on 2002/04/26 12:23:02 Log: The #16182 radiates U32ness. Branch: perl ! embed.fnc embed.h proto.h regcomp.c toke.c ____________________________________________________________________________ [ 16184] By: jhi on 2002/04/26 12:00:04 Log: Subject: t/TEST ported to VMS From: "Craig A. Berry" Date: Fri, 26 Apr 2002 00:13:31 -0500 Message-Id: Branch: perl ! t/TEST ____________________________________________________________________________ [ 16183] By: jhi on 2002/04/26 11:57:58 Log: Stop being coy. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16182] By: jhi on 2002/04/26 11:53:58 Log: Subject: Re: binary compatibility From: Mark-Jason Dominus Date: Wed, 24 Apr 2002 17:35:07 -0400 Message-ID: <20020424213507.7846.qmail@plover.com> Branch: perl ! op.h ____________________________________________________________________________ [ 16181] By: gsar on 2002/04/26 07:39:20 Log: fix typo that caused pseudo-fork() crashes on win64 (we were only allocating half of the retstack!) Branch: perl ! README.win32 sv.c ____________________________________________________________________________ [ 16180] By: gsar on 2002/04/26 06:27:11 Log: temporary variable not wide enough to hold all the bits in op->op_targ Branch: perl ! op.c ____________________________________________________________________________ [ 16179] By: jhi on 2002/04/26 03:21:50 Log: Add an idea/question from Damian. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 16178] By: gsar on 2002/04/26 02:46:52 Log: build missing utilities on windows; clean stray files Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 16177] By: jhi on 2002/04/26 02:33:19 Log: Upgrade to Encode 1.61, from Dan Kogai. Branch: perl ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs ! ext/Encode/lib/Encode/Guess.pm ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t ! ext/Encode/t/guess.t ext/Encode/t/jperl.t ! ext/Encode/t/mime-header.t ____________________________________________________________________________ [ 16176] By: jhi on 2002/04/26 01:22:04 Log: Subject: [PATCH doc] bytes::length TIMTOWTDI From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Tue, 23 Apr 2002 04:40:42 +0200 Message-ID: Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 16175] By: gsar on 2002/04/26 01:10:17 Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC platform needs to fill in the other branch here) Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 16174] By: gsar on 2002/04/26 00:45:36 Log: MANIFEST is needlessly held open for entire duration of "make test" Branch: perl ! t/TEST t/harness ____________________________________________________________________________ [ 16173] By: gsar on 2002/04/26 00:41:39 Log: various signed/unsigned mismatch nits Branch: perl ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs ! ext/Time/HiRes/HiRes.xs regcomp.c ____________________________________________________________________________ [ 16172] By: jhi on 2002/04/25 23:48:03 Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005) From: Nicholas Clark Date: Thu, 25 Apr 2002 22:41:57 +0100 Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net> Branch: perl + ext/Storable/t/croak.t ext/Storable/t/downgrade.t + ext/Storable/t/make_downgrade.pl ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs ! ext/Storable/t/malice.t ext/Storable/t/restrict.t ! ext/Storable/t/utf8hash.t ____________________________________________________________________________ [ 16171] By: jhi on 2002/04/25 22:16:49 Log: Extra guidance for JAPH debuggers. Branch: perl ! t/japh/abigail.t ____________________________________________________________________________ [ 16170] By: jhi on 2002/04/25 22:13:02 Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0) From: Paul_GreenVOS@vos.stratus.com Date: Wed, 24 Apr 02 18:27 edt Message-Id: <200204242252.SAA07978@mailhub1.stratus.com> Branch: perl ! vos/vos.c ____________________________________________________________________________ [ 16169] By: ams on 2002/04/25 20:33:35 Log: Subject: [PATCH] don't build B/C twice on VMS From: "Craig A. Berry" Date: Thu, 25 Apr 2002 16:00:57 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 16168] By: ams on 2002/04/25 20:31:19 Log: Subject: Re: POSIX::WEXITSTATUS broken again From: Andy Dougherty Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT) Message-Id: Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 16167] By: ams on 2002/04/25 19:49:09 Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 25 Apr 2002 13:39:35 -0700 Message-Id: Branch: perl ! t/harness ____________________________________________________________________________ [ 16166] By: ams on 2002/04/25 19:43:06 Log: $fh->close(); print $fh "foo" would segfault under -w in report_evil_fh() because $fh doesn't have a name. Branch: perl ! util.c ____________________________________________________________________________ [ 16165] By: gsar on 2002/04/25 18:19:32 Log: cwd.t wasn't running all the tests because cmd.exe wasn't being found properly Branch: perl ! ext/Cwd/t/cwd.t ____________________________________________________________________________ [ 16164] By: jhi on 2002/04/25 17:45:03 Log: Brace yourself from Craig Berry to keep older compilers happy. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 16163] By: jhi on 2002/04/25 17:43:50 Log: More %{} overload tests. Branch: perl ! lib/overload.t ____________________________________________________________________________ [ 16162] By: gsar on 2002/04/25 17:41:48 Log: some extension builds need to find pl2bat.bat on windows Branch: perl ! win32/buildext.pl ____________________________________________________________________________ [ 16161] By: jhi on 2002/04/25 17:26:53 Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB From: "Craig A. Berry" Date: Thu, 25 Apr 2002 12:30:06 -0500 Message-Id: Branch: perl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 16160] By: gsar on 2002/04/25 17:04:10 Log: windows build fails if there is no perlglob.exe in the PATH Branch: perl ! win32/buildext.pl ____________________________________________________________________________ [ 16159] By: jhi on 2002/04/25 16:06:25 Log: Mysterious setlocale() core dump in ancient Solaris found by Merijn Broeren. Doesn't look like Perl's fault. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16158] By: jhi on 2002/04/25 14:38:13 Log: Subject: Re: [PATCH] pp_ctl.c:pp_require From: "Newton, Philip" Date: Thu, 25 Apr 2002 17:35:23 +0200 Message-ID: Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 16157] By: jhi on 2002/04/25 14:30:40 Log: Subject: [PATCH] pp_ctl.c:pp_require From: "Newton, Philip" Date: Thu, 25 Apr 2002 16:01:14 +0200 Message-ID: Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 16156] By: jhi on 2002/04/25 14:29:16 Log: -Wformat cleanups from Robin Barker. Branch: perl ! dump.c embed.fnc proto.h sv.c ____________________________________________________________________________ [ 16155] By: jhi on 2002/04/25 14:27:07 Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03 From: Michael G Schwern Date: Thu, 25 Apr 2002 01:51:27 -0400 Message-ID: <20020425055127.GB3456@blackrider> Branch: perl + t/lib/sample-tests/bignum t/lib/sample-tests/die + t/lib/sample-tests/die_head_end + t/lib/sample-tests/die_last_minute ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint ____________________________________________________________________________ [ 16154] By: jhi on 2002/04/25 14:24:53 Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44 From: Michael G Schwern Date: Thu, 25 Apr 2002 01:32:10 -0400 Message-ID: <20020425053210.GA3334@blackrider> Branch: perl + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t + lib/Test/Simple/t/strays.t ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm ! lib/Test/Simple.pm lib/Test/Simple/Changes ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t ! lib/Test/Simple/t/use_ok.t ____________________________________________________________________________ [ 16153] By: jhi on 2002/04/25 14:12:35 Log: Elaborate a bit on Storable. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16152] By: jhi on 2002/04/25 12:59:50 Log: Cleaner Encode tests under -Mutf8. Branch: perl ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t ____________________________________________________________________________ [ 16151] By: jhi on 2002/04/25 00:57:24 Log: Subject: [PATCH] installperl From: Abe Timmerman Date: Thu, 25 Apr 2002 01:00:00 +0200 Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com> Branch: perl ! installperl ____________________________________________________________________________ [ 16150] By: jhi on 2002/04/25 00:48:09 Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts From: Dan Kogai Date: Thu, 25 Apr 2002 10:49:13 +0900 Message-Id: Branch: perl ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16149] By: jhi on 2002/04/24 22:57:53 Log: Stray =back. Branch: perl ! README.win32 ____________________________________________________________________________ [ 16148] By: rgs on 2002/04/24 21:12:40 Log: Add an untested warning variant. Branch: perl ! t/lib/warnings/op ____________________________________________________________________________ [ 16147] By: jhi on 2002/04/24 20:37:15 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16146] By: jhi on 2002/04/24 20:21:43 Log: Wrong plan. Branch: perl ! ext/Encode/t/mime-header.t ____________________________________________________________________________ [ 16145] By: jhi on 2002/04/24 20:20:53 Log: Upgrade to Encode 1.60, from Dan Kogai. Branch: perl + ext/Encode/lib/Encode/Guess.pm + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t + ext/Encode/t/mime-header.t ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t ____________________________________________________________________________ [ 16144] By: gsar on 2002/04/24 18:59:05 Log: another case of enabling binmode() where it should not be: if the *.enc files are CRLF terminated, the result gets CRCRLF terminations Branch: perl ! ext/Encode/t/CJKT.t ____________________________________________________________________________ [ 16143] By: jhi on 2002/04/24 18:34:27 Log: microperl update; boldly assume time() and time_t (since we assume ANSI and i_time, anyway). Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 16142] By: jhi on 2002/04/24 18:30:14 Log: Integrate #16136, #16137, #16138 from macperl; Silly fix for the SC compiler's fixation with "comp" as a type Skip more PerlIO symbols for sfio Play nicely in miniperl Branch: perl !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm !> lib/File/Spec/Mac.pm makedef.pl ____________________________________________________________________________ [ 16141] By: pudge on 2002/04/24 18:15:19 Log: Sync configpm and config.h for use in 5.8 (still need to do config.sh) Branch: macperl ! macos/config.h macos/configpm ____________________________________________________________________________ [ 16140] By: pudge on 2002/04/24 18:14:05 Log: Make MM_MacOS work with new MakeMaker Branch: macperl ! macos/lib/ExtUtils/MM_MacOS.pm ____________________________________________________________________________ [ 16139] By: pudge on 2002/04/24 18:13:34 Log: Makefile.mk changes for 5.8: additional extensions and source files; bump version Branch: macperl ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk ____________________________________________________________________________ [ 16138] By: pudge on 2002/04/24 18:12:22 Log: Play nicely in miniperl Branch: macperl ! lib/File/Copy.pm lib/File/Spec/Mac.pm ____________________________________________________________________________ [ 16137] By: pudge on 2002/04/24 18:10:34 Log: Skip more PerlIO symbols for sfio Branch: macperl ! makedef.pl ____________________________________________________________________________ [ 16136] By: pudge on 2002/04/24 18:09:37 Log: Silly fix for the SC compiler's fixation with "comp" as a type Branch: macperl ! ext/Unicode/Normalize/Normalize.xs ____________________________________________________________________________ [ 16135] By: pudge on 2002/04/24 18:08:45 Log: Merge macperl xsubpp with current xsubpp Branch: macperl ! macos/xsubpp ____________________________________________________________________________ [ 16134] By: nick on 2002/04/24 18:08:37 Log: Integrate mainline Branch: perlio +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm - lib/ExtUtils/t/Problem-Module/Makefile.PL - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL !> (integrate 44 files) ____________________________________________________________________________ [ 16133] By: pudge on 2002/04/24 18:05:50 Log: Delete more included modules from bundled_ext Branch: macperl - macos/bundled_ext/Digest/MD5/Changes - macos/bundled_ext/Digest/MD5/MD5.pm - macos/bundled_ext/Digest/MD5/MD5.xs - macos/bundled_ext/Digest/MD5/Makefile.PL - macos/bundled_ext/Digest/MD5/Makefile.mk - macos/bundled_ext/Digest/MD5/README - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl - macos/bundled_ext/Digest/MD5/hints/irix_6.pl - macos/bundled_ext/Digest/MD5/rfc1321.txt - macos/bundled_ext/Digest/MD5/t/badfile.t - macos/bundled_ext/Digest/MD5/t/files.t - macos/bundled_ext/Digest/MD5/t/md5-aaa.t - macos/bundled_ext/Digest/MD5/typemap - macos/bundled_ext/Filter/Util/Call/Call.pm - macos/bundled_ext/Filter/Util/Call/Call.xs - macos/bundled_ext/Filter/Util/Call/Makefile.PL - macos/bundled_ext/Filter/Util/Call/ppport.h - macos/bundled_ext/Filter/t/call.t - macos/bundled_ext/Filter/t/filter-util.pl - macos/bundled_ext/List/Util/ChangeLog - macos/bundled_ext/List/Util/Makefile.PL - macos/bundled_ext/List/Util/README - macos/bundled_ext/List/Util/Util.xs - macos/bundled_ext/List/Util/lib/List/Util.pm - macos/bundled_ext/List/Util/lib/Scalar/Util.pm - macos/bundled_ext/List/Util/t/blessed.t - macos/bundled_ext/List/Util/t/dualvar.t - macos/bundled_ext/List/Util/t/first.t - macos/bundled_ext/List/Util/t/max.t - macos/bundled_ext/List/Util/t/maxstr.t - macos/bundled_ext/List/Util/t/min.t - macos/bundled_ext/List/Util/t/minstr.t - macos/bundled_ext/List/Util/t/readonly.t - macos/bundled_ext/List/Util/t/reduce.t - macos/bundled_ext/List/Util/t/reftype.t - macos/bundled_ext/List/Util/t/shuffle.t - macos/bundled_ext/List/Util/t/sum.t - macos/bundled_ext/List/Util/t/tainted.t - macos/bundled_ext/List/Util/t/weak.t - macos/bundled_ext/MIME/Base64/Base64.pm - macos/bundled_ext/MIME/Base64/Base64.xs - macos/bundled_ext/MIME/Base64/Changes - macos/bundled_ext/MIME/Base64/Makefile.PL - macos/bundled_ext/MIME/Base64/QuotedPrint.pm - macos/bundled_ext/MIME/Base64/README - macos/bundled_ext/MIME/Base64/t/base64.t - macos/bundled_ext/MIME/Base64/t/quoted-print.t - macos/bundled_ext/MIME/Base64/t/unicode.t - macos/bundled_ext/Storable/ChangeLog - macos/bundled_ext/Storable/Makefile.PL - macos/bundled_ext/Storable/README - macos/bundled_ext/Storable/Storable.pm - macos/bundled_ext/Storable/Storable.xs - macos/bundled_ext/Storable/t/blessed.t - macos/bundled_ext/Storable/t/canonical.t - macos/bundled_ext/Storable/t/compat-0.6.t - macos/bundled_ext/Storable/t/dclone.t - macos/bundled_ext/Storable/t/dump.pl - macos/bundled_ext/Storable/t/forgive.t - macos/bundled_ext/Storable/t/freeze.t - macos/bundled_ext/Storable/t/lock.t - macos/bundled_ext/Storable/t/overload.t - macos/bundled_ext/Storable/t/recurse.t - macos/bundled_ext/Storable/t/retrieve.t - macos/bundled_ext/Storable/t/store.t - macos/bundled_ext/Storable/t/tied.t - macos/bundled_ext/Storable/t/tied_hook.t - macos/bundled_ext/Storable/t/tied_items.t - macos/bundled_ext/Storable/t/utf8.t - macos/bundled_ext/Time/HiRes/Changes - macos/bundled_ext/Time/HiRes/HiRes.pm - macos/bundled_ext/Time/HiRes/HiRes.t - macos/bundled_ext/Time/HiRes/HiRes.xs - macos/bundled_ext/Time/HiRes/Makefile.PL - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl - macos/bundled_ext/Time/HiRes/hints/sco.pl ____________________________________________________________________________ [ 16132] By: jhi on 2002/04/24 17:03:22 Log: Thou shalt not assume %x works for UVs. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16131] By: nick on 2002/04/24 15:50:31 Log: Submit an old integrate Branch: perlio +> (branch 27 files) - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref !> (integrate 84 files) ____________________________________________________________________________ [ 16130] By: jhi on 2002/04/24 15:38:12 Log: Partially retract #12056, from Craig Berry. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 16129] By: pudge on 2002/04/24 14:37:10 Log: Delete more included modules from bundled_lib Branch: macperl - macos/bundled_lib/blib/lib/Class/ISA.pm - macos/bundled_lib/blib/lib/Digest.pm - macos/bundled_lib/blib/lib/Filter/Simple.pm - macos/bundled_lib/blib/lib/Memoize.pm - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm - macos/bundled_lib/blib/lib/Memoize/Expire.pm - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm - macos/bundled_lib/blib/lib/Memoize/Storable.pm - macos/bundled_lib/blib/lib/NEXT.pm - macos/bundled_lib/blib/lib/Net/Cmd.pm - macos/bundled_lib/blib/lib/Net/Config.pm - macos/bundled_lib/blib/lib/Net/Domain.pm - macos/bundled_lib/blib/lib/Net/FTP.pm - macos/bundled_lib/blib/lib/Net/FTP/A.pm - macos/bundled_lib/blib/lib/Net/FTP/E.pm - macos/bundled_lib/blib/lib/Net/FTP/I.pm - macos/bundled_lib/blib/lib/Net/FTP/L.pm - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm - macos/bundled_lib/blib/lib/Net/NNTP.pm - macos/bundled_lib/blib/lib/Net/Netrc.pm - macos/bundled_lib/blib/lib/Net/POP3.pm - macos/bundled_lib/blib/lib/Net/SMTP.pm - macos/bundled_lib/blib/lib/Net/Time.pm - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod - macos/bundled_lib/blib/lib/Switch.pm - macos/bundled_lib/t/Class/ISA/test.pl - macos/bundled_lib/t/Digest/Digest.t - macos/bundled_lib/t/Filter/Simple/ExportTest.pm - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm - macos/bundled_lib/t/Filter/Simple/FilterTest.pm - macos/bundled_lib/t/Filter/Simple/ImportTest.pm - macos/bundled_lib/t/Filter/Simple/data.t - macos/bundled_lib/t/Filter/Simple/export.t - macos/bundled_lib/t/Filter/Simple/filter.t - macos/bundled_lib/t/Filter/Simple/filter_only.t - macos/bundled_lib/t/Filter/Simple/import.t - macos/bundled_lib/t/Memoize/array.t - macos/bundled_lib/t/Memoize/array_confusion.t - macos/bundled_lib/t/Memoize/correctness.t - macos/bundled_lib/t/Memoize/errors.t - macos/bundled_lib/t/Memoize/expire.t - macos/bundled_lib/t/Memoize/expire_file.t - macos/bundled_lib/t/Memoize/expire_module_n.t - macos/bundled_lib/t/Memoize/expire_module_t.t - macos/bundled_lib/t/Memoize/flush.t - macos/bundled_lib/t/Memoize/normalize.t - macos/bundled_lib/t/Memoize/prototype.t - macos/bundled_lib/t/Memoize/speed.t - macos/bundled_lib/t/Memoize/tie.t - macos/bundled_lib/t/Memoize/tie_gdbm.t - macos/bundled_lib/t/Memoize/tie_ndbm.t - macos/bundled_lib/t/Memoize/tie_sdbm.t - macos/bundled_lib/t/Memoize/tie_storable.t - macos/bundled_lib/t/Memoize/tiefeatures.t - macos/bundled_lib/t/Memoize/unmemoize.t - macos/bundled_lib/t/NEXT/actual.t - macos/bundled_lib/t/NEXT/actuns.t - macos/bundled_lib/t/NEXT/next.t - macos/bundled_lib/t/NEXT/unseen.t - macos/bundled_lib/t/Switch/t/given.t - macos/bundled_lib/t/Switch/t/nested.t - macos/bundled_lib/t/Switch/t/switch.t - macos/bundled_lib/t/libnet/config.t - macos/bundled_lib/t/libnet/ftp.t - macos/bundled_lib/t/libnet/hostname.t - macos/bundled_lib/t/libnet/libnet_t.pl - macos/bundled_lib/t/libnet/netrc.t - macos/bundled_lib/t/libnet/nntp.t - macos/bundled_lib/t/libnet/require.t - macos/bundled_lib/t/libnet/smtp.t ____________________________________________________________________________ [ 16128] By: pudge on 2002/04/24 14:18:55 Log: Remove Text::Balanced from bundled_lib (already in lib) Branch: macperl - macos/bundled_lib/blib/lib/Text/Balanced.pm - macos/bundled_lib/t/Text/Balanced/t/extbrk.t - macos/bundled_lib/t/Text/Balanced/t/extcbk.t - macos/bundled_lib/t/Text/Balanced/t/extdel.t - macos/bundled_lib/t/Text/Balanced/t/extmul.t - macos/bundled_lib/t/Text/Balanced/t/extqlk.t - macos/bundled_lib/t/Text/Balanced/t/exttag.t - macos/bundled_lib/t/Text/Balanced/t/extvar.t - macos/bundled_lib/t/Text/Balanced/t/gentag.t ____________________________________________________________________________ [ 16127] By: jhi on 2002/04/24 14:17:16 Log: A word of warning to the users of UTF-8 locales. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 16126] By: jhi on 2002/04/24 12:54:17 Log: Forgotten from #16125. Branch: perl ! t/lib/MakeMaker/Test/Utils.pm ____________________________________________________________________________ [ 16125] By: jhi on 2002/04/24 05:16:09 Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern. Branch: perl + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm - lib/ExtUtils/t/Problem-Module/Makefile.PL - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t ____________________________________________________________________________ [ 16124] By: jhi on 2002/04/24 02:03:08 Log: Subject: New UTF-8 surprise From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 22 Apr 2002 12:08:48 +0200 Message-ID: Branch: perl ! pp_hot.c t/op/subst.t ____________________________________________________________________________ [ 16123] By: gsar on 2002/04/24 01:25:17 Log: create a //depot/macperl/... branch with a //depot/macperl/macos/... tree that is branched from //depot/maint-5.6/macperl/macos/... Branch: macperl +> (branch 3590 files) ____________________________________________________________________________ [ 16122] By: jhi on 2002/04/23 23:52:11 Log: Try to be clearer about perlio. Branch: perl ! INSTALL ____________________________________________________________________________ [ 16121] By: jhi on 2002/04/23 23:45:41 Log: Subject: Re: binary compatibility From: Andy Dougherty Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT) Message-ID: Branch: perl ! INSTALL patchlevel.h ____________________________________________________________________________ [ 16120] By: jhi on 2002/04/23 23:41:52 Log: Go on record about the binary backward incompatibility. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16119] By: jhi on 2002/04/23 23:09:02 Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful From: "Vadim Konovalov" Date: Wed, 24 Apr 2002 01:51:43 +0400 Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad> Branch: perl ! t/win32/system.t ____________________________________________________________________________ [ 16118] By: jhi on 2002/04/23 23:08:12 Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales From: PPrymmer@factset.com Date: Tue, 23 Apr 2002 17:14:32 -0400 Message-ID: Branch: perl ! lib/locale.t ____________________________________________________________________________ [ 16117] By: jhi on 2002/04/23 23:07:02 Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls From: Paul_GreenVOS@vos.stratus.com Date: Tue, 23 Apr 02 15:06 edt Message-Id: <200204231906.PAA26393@mailhub1.stratus.com> Branch: perl ! Makefile.SH cflags.SH ____________________________________________________________________________ [ 16116] By: jhi on 2002/04/23 23:05:14 Log: metaconfig unit change for #16115. Branch: metaconfig ! U/compline/byteorder.U Branch: perl ! config_h.SH ____________________________________________________________________________ [ 16115] By: jhi on 2002/04/23 23:04:24 Log: Regen Configure to mirror #16111 (with one added tweak). Branch: perl ! Configure ____________________________________________________________________________ [ 16114] By: jhi on 2002/04/23 22:54:46 Log: Retract #16109. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16113] By: jhi on 2002/04/23 22:38:04 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq8.pod ____________________________________________________________________________ [ 16112] By: jhi on 2002/04/23 22:34:08 Log: use encoding no more defaults to Latin 1. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 16111] By: gsar on 2002/04/23 22:27:07 Log: Configure test for byteorder loses bits Branch: perl ! Configure ____________________________________________________________________________ [ 16110] By: gsar on 2002/04/23 21:32:03 Log: hacking around byteorder variance between config.sh and config.h isn't needed after change#16099 Branch: perl ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16109] By: jhi on 2002/04/23 17:54:33 Log: (retracted by #16114) Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls From: "Green, Paul" Date: Tue, 23 Apr 2002 13:47:19 -0400 Message-ID: Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16108] By: jhi on 2002/04/23 14:45:07 Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO From: Norton Allen Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt) Message-Id: <200204231550.LAA24648@bottesini.harvard.edu> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 16107] By: jhi on 2002/04/23 14:44:13 Log: Subject: [PATCH] README.qnx, hints/qnx.sh From: Norton Allen Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt) Message-Id: <200204231548.LAA24135@bottesini.harvard.edu> Branch: perl ! README.qnx hints/qnx.sh ____________________________________________________________________________ [ 16106] By: jhi on 2002/04/23 13:57:48 Log: Subject: [PATCH] pod/perlhist.pod From: Abigail Date: Tue, 23 Apr 2002 16:21:31 +0200 Message-ID: <20020423162131.A7017@gatekeeper.osp.nl> (removed 5.005_04 which never happened) Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 16105] By: jhi on 2002/04/23 13:46:31 Log: Subject: Re: [PATCH abigail.t] another portability attempt From: Abigail Date: Tue, 23 Apr 2002 11:35:54 +0200 Message-ID: <20020423113554.A25149@gatekeeper.osp.nl> Branch: perl ! t/japh/abigail.t ____________________________________________________________________________ [ 16104] By: jhi on 2002/04/23 13:35:03 Log: NetWare tweak from C Aditya. Branch: perl ! NetWare/Nwmain.c NetWare/nw5.c ____________________________________________________________________________ [ 16103] By: gsar on 2002/04/23 06:33:25 Log: fix a typo Branch: perl ! regexec.c ____________________________________________________________________________ [ 16102] By: jhi on 2002/04/23 04:41:43 Log: Uncurliff. Branch: perl ! README.ko ____________________________________________________________________________ [ 16101] By: jhi on 2002/04/23 04:36:27 Log: Pointer to UV casting. Branch: perl ! regexec.c ____________________________________________________________________________ [ 16100] By: jhi on 2002/04/23 02:36:09 Log: metaconfig unit change for #16099. Branch: metaconfig ! U/compline/byteorder.U ____________________________________________________________________________ [ 16099] By: jhi on 2002/04/23 02:35:52 Log: Use UV (not long) for BYTEORDER. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 16098] By: jhi on 2002/04/23 02:18:10 Log: # cpp commands must start in the first column. Branch: perl ! scope.c ____________________________________________________________________________ [ 16097] By: jhi on 2002/04/23 01:52:36 Log: Reborn as text. Branch: perl + NetWare/interface.cpp ____________________________________________________________________________ [ 16096] By: jhi on 2002/04/23 01:52:00 Log: Dead as binary. Branch: perl - NetWare/interface.cpp ____________________________________________________________________________ [ 16095] By: jhi on 2002/04/23 01:49:37 Log: Undo #16091, a time-warped escapee. Branch: perl ! lib/ExtUtils/t/MM_Cygwin.t ____________________________________________________________________________ [ 16094] By: jhi on 2002/04/23 01:43:42 Log: *size tweaks from Sarathy. Branch: perl ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16093] By: jhi on 2002/04/23 01:12:50 Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over From: Stas Bekman Date: Tue, 23 Apr 2002 01:52:22 +0800 Message-ID: <3CC44DD6.3090401@stason.org> Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 16092] By: jhi on 2002/04/23 01:05:37 Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets From: Paul_GreenVOS@vos.stratus.com Date: Mon, 22 Apr 02 20:35 edt Message-Id: <200204230034.UAA01134@mailhub2.stratus.com> Branch: perl + hints/t001.c ! MANIFEST hints/README.hints hints/vos.sh ____________________________________________________________________________ [ 16091] By: jhi on 2002/04/23 00:42:12 Log: (retracted by #16095) Branch: perl ! lib/ExtUtils/t/MM_Cygwin.t ____________________________________________________________________________ [ 16090] By: jhi on 2002/04/23 00:16:09 Log: Subject: Re: perl@16083 From: Nicholas Clark Date: Mon, 22 Apr 2002 23:17:45 +0100 Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net> Branch: perl ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16089] By: jhi on 2002/04/23 00:12:09 Log: Upgrade to Encode 1.58. Branch: perl + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t ____________________________________________________________________________ [ 16088] By: jhi on 2002/04/22 19:55:18 Log: On Win32 the end.t failure should be gone now. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 16087] By: jhi on 2002/04/22 19:51:29 Log: Subject: [PATCH] update VOS-specific pod files From: Paul_GreenVOS@vos.stratus.com Date: Mon, 22 Apr 02 16:02 edt Message-Id: <200204222002.QAA07350@mailhub1.stratus.com> Branch: perl ! README.vos pod/perlport.pod ____________________________________________________________________________ [ 16086] By: jhi on 2002/04/22 19:50:05 Log: Subject: [PATCH] cleanup ./hints/vos.sh From: Paul_GreenVOS@vos.stratus.com Date: Mon, 22 Apr 02 15:26 edt Message-Id: <200204221926.PAA05539@mailhub1.stratus.com> Branch: perl ! hints/vos.sh ____________________________________________________________________________ [ 16085] By: jhi on 2002/04/22 19:48:20 Log: Upgrade to Encode 1.57, from Dan Kogai. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t ____________________________________________________________________________ [ 16084] By: ams on 2002/04/22 18:10:13 Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections From: Stas Bekman Date: Tue, 23 Apr 2002 01:59:07 +0800 Message-Id: <3CC44F6B.5010300@stason.org> Branch: perl ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod ____________________________________________________________________________ [ 16083] By: jhi on 2002/04/22 16:41:03 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16082] By: jhi on 2002/04/22 16:22:50 Log: In MANIFEST but not added. Branch: perl + NetWare/interface.cpp ____________________________________________________________________________ [ 16081] By: jhi on 2002/04/22 16:15:26 Log: Duh. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 16080] By: jhi on 2002/04/22 16:07:26 Log: Subject: Re: t/japh/abigail.t [PATCH] From: Norton Allen Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt) Message-Id: <200204220114.VAA06066@bottesini.harvard.edu> Branch: perl ! t/japh/abigail.t ____________________________________________________________________________ [ 16079] By: ams on 2002/04/22 15:59:55 Log: Subject: {PATCH docs] sockatmark From: Mark-Jason Dominus Date: Mon, 22 Apr 2002 02:43:42 -0400 Message-Id: <20020422064342.24646.qmail@plover.com> Branch: perl ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod ____________________________________________________________________________ [ 16078] By: jhi on 2002/04/22 15:57:21 Log: Subject: [PATCH] cflags.SH -- to preserve hint file options From: Paul_GreenVOS@vos.stratus.com Date: Mon, 22 Apr 02 12:40 edt Message-Id: <200204221639.MAA11298@mailhub2.stratus.com> Branch: perl ! cflags.SH ____________________________________________________________________________ [ 16077] By: jhi on 2002/04/22 15:18:18 Log: Add new files from #16076; re-sort. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 16076] By: jhi on 2002/04/22 15:15:22 Log: NetWare changeover from Watcom to Codewarrior, from C Aditya. Branch: perl + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h + NetWare/perllib.cpp NetWare/splittree.pl ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c ! x2p/hash.c x2p/walk.c ____________________________________________________________________________ [ 16074] By: jhi on 2002/04/22 15:04:25 Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX From: "H.Merijn Brand" Date: Mon, 22 Apr 2002 17:56:17 +0200 Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl> Branch: perl ! README.aix ____________________________________________________________________________ [ 16073] By: jhi on 2002/04/22 12:59:17 Log: Signedness nit. Branch: perl ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16072] By: jhi on 2002/04/22 12:58:04 Log: No semicolons after blocks. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16071] By: jhi on 2002/04/22 12:48:19 Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai. Branch: perl ! ext/PerlIO/encoding/encoding.pm ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16070] By: jhi on 2002/04/22 12:44:09 Log: Upgrade to Encode 1.56, from Dan Kogai. Branch: perl ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Config.pm ! ext/Encode/lib/Encode/Encoder.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/JP/H2Z.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ! ext/Encode/lib/Encode/KR/2022_KR.pm ! ext/Encode/lib/Encode/PerlIO.pod ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm ! ext/Encode/ucm/big5-hkscs.ucm ____________________________________________________________________________ [ 16069] By: jhi on 2002/04/22 12:38:30 Log: Comment tweak from Philip. Branch: perl ! opcode.pl ____________________________________________________________________________ [ 16068] By: gsar on 2002/04/22 09:53:36 Log: a Test::Harness tweak to make the test lines show up prettier Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 16067] By: nick on 2002/04/22 09:19:23 Log: Integrate mainline Branch: perlio !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t !> t/lib/warnings/perlio t/win32/system.t ____________________________________________________________________________ [ 16066] By: nick on 2002/04/22 09:01:43 Log: Integrate //depot/perlio into mainline Branch: perl !> ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod ____________________________________________________________________________ [ 16065] By: gsar on 2002/04/22 08:37:17 Log: clean up after stray test file littering NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when it seems that it shouldn't (looks like a handle leak in PerlIO to me) Branch: perl ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t ! t/lib/warnings/perlio t/win32/system.t ____________________________________________________________________________ [ 16064] By: nick on 2002/04/22 08:02:58 Log: Integrate mainline into perlio Branch: perlio +> ext/Storable/t/malice.t ! pod/perliol.pod !> (integrate 57 files) ____________________________________________________________________________ [ 16063] By: gsar on 2002/04/22 07:23:30 Log: integrate change#16062 from mainline another windows fix: only create a new console for subprocesses when all three stdhandles are invalid (from Jan Dubois) Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 16062] By: gsar on 2002/04/22 07:02:03 Log: another windows fix: only create a new console for subprocesses when all three stdhandles are invalid (from Jan Dubois) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 16060] By: gsar on 2002/04/22 02:40:57 Log: all the thread tests now pass on windows (32-bit and 64-bit) Branch: perl ! README.win32 ____________________________________________________________________________ [ 16059] By: gsar on 2002/04/22 02:35:45 Log: enable maximal optimizations on win64 Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 16058] By: jhi on 2002/04/22 01:38:31 Log: Tweaks copied from Philip Newton's Encode patches. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 16057] By: sky on 2002/04/22 00:19:40 Log: End blocks were not run on Win32. The real fix should be to turn this flag on in RunPerl but I think we are too close 5.8 to change that. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16056] By: sky on 2002/04/21 23:29:22 Log: Do not unlock mutex twice. Do not unlock mutex after it has been destroyed and freed. Do not email p5p without uncrossing eyes. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16055] By: gsar on 2002/04/21 22:32:29 Log: squelch some more type mismatch warnings SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition Branch: perl ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs ! pp.c regexec.c sv.h ____________________________________________________________________________ [ 16054] By: jhi on 2002/04/21 22:24:52 Log: Make writing user-defined character properties nicer. Branch: perl ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t ____________________________________________________________________________ [ 16053] By: gsar on 2002/04/21 21:39:08 Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which isn't the case on win64 Branch: perl ! ext/Storable/t/malice.t ____________________________________________________________________________ [ 16052] By: jhi on 2002/04/21 21:24:07 Log: One more way to do character class subtraction. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 16051] By: jhi on 2002/04/21 21:04:19 Log: Mopup of #16048. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 16050] By: gsar on 2002/04/21 20:55:38 Log: some test failures have been fixed Branch: perl ! README.win32 ____________________________________________________________________________ [ 16049] By: gsar on 2002/04/21 20:50:21 Log: use compare_text() rather than compare() to avoid bogus failures when the test files happen to be CRLF terminated Branch: perl ! ext/Encode/t/JP.t ____________________________________________________________________________ [ 16048] By: gsar on 2002/04/21 19:53:08 Log: fixes for all the warnings reported by Visual C (most of this change is from change#12026) Branch: perl ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c ! regexec.c sv.c toke.c universal.c utf8.c util.c ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c ____________________________________________________________________________ [ 16047] By: jhi on 2002/04/21 17:21:56 Log: Subject: [PATCH] another Storable test (Re: perl@16005) From: Nicholas Clark Date: Sun, 21 Apr 2002 19:15:24 +0100 Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net> Branch: perl + ext/Storable/t/malice.t ! MANIFEST ext/Storable/Storable.pm ____________________________________________________________________________ [ 16046] By: jhi on 2002/04/21 17:09:01 Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode From: "Mattia Barbon" Date: Sun, 21 Apr 2002 19:37:51 +0200 Message-ID: <3CC3150F.5798.22A05AE@localhost> Branch: perl ! ext/Encode/t/perlio.t ____________________________________________________________________________ [ 16045] By: jhi on 2002/04/21 16:29:28 Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod From: Andrey Sapozhnikov Date: Fri, 19 Apr 2002 19:55:56 +0600 Message-ID: <3CC021EC.5080005@icb.chel.su> (tweaked a bit) Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 16044] By: jhi on 2002/04/21 16:22:17 Log: Do not assume that io buffer flushing happens in the same order as joins (that assumption broke in a multicpu IRIX box) Branch: perl ! ext/threads/t/thread.t ____________________________________________________________________________ [ 16043] By: jhi on 2002/04/21 15:56:30 Log: As if people would be reading the documentation :-) Branch: perl ! opcode.pl ____________________________________________________________________________ [ 16042] By: jhi on 2002/04/21 15:15:05 Log: Typo tweaks. Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 16041] By: sky on 2002/04/21 13:53:54 Log: Got the last memory leak in the while(1) { threads->create(sub {})->join() }, now we can loop over a million threads without a problem. Cleared up SVs that should have been mortal but never where. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16040] By: rgs on 2002/04/21 12:25:15 Log: Make doc clearer, as suggested by Brent Dax Branch: perl ! opcode.pl ____________________________________________________________________________ [ 16039] By: rgs on 2002/04/21 12:20:47 Log: Revert change #15974. Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 16038] By: nick on 2002/04/21 08:43:48 Log: Integrate mainline Branch: perlio +> win32/config.vc64 win32/config_H.vc64 !> (integrate 43 files) ____________________________________________________________________________ [ 16037] By: nick on 2002/04/21 08:10:07 Log: Integrate mainline Branch: perlio +> ext/Encode/ucm/big5-eten.ucm - ext/Encode/ucm/big5.ucm win32/Makefile.win64 - win32/config.win64 win32/config_H.win64 !> MANIFEST Porting/makerel ext/Encode/Changes !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm !> ext/Encode/lib/Encode/Config.pm !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod !> pod/perlunicode.pod vms/vms.c ____________________________________________________________________________ [ 16036] By: jhi on 2002/04/21 03:04:41 Log: S_ stands sfor static. Branch: perl ! hv.c ____________________________________________________________________________ [ 16035] By: jhi on 2002/04/21 02:52:35 Log: htovs et al might be macros. Branch: perl ! perl.h ____________________________________________________________________________ [ 16034] By: gsar on 2002/04/21 02:11:06 Log: missed checkin of this file in change#16033 Branch: perl ! makedef.pl ____________________________________________________________________________ [ 16033] By: gsar on 2002/04/21 01:55:35 Log: Windows 64-bit support: * support for building it in the regular makefiles * large files support via the _*i64() functions (this should be portable to the 32-bit universe too, but quite untested and and binary-incompatible, therefore not enabled there) * three additional test failures in addition to the t/end.t one (see README.win32) * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel the ones available from the CRT (needed because Perl uses the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) * add a few 64-bit notes to README.win32 The following general problems were also fixed: * s/struct stat/Stat_t/g * Data::Dumper had some naughty 'long' typecasts * Errno_pm.PL didn't work safe when winsock.h was not in the same directory as errno.h * various tell/seek things were incorrectly prototyped * squelch ugly looking noise when running tests * Embed.t wasn't linking in all the libraries * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) * re-enable all the disabled warnings (additional fixes may be needed for the warnings uncovered by this) Branch: perl + win32/config.vc64 win32/config_H.vc64 ! MANIFEST README.win32 doio.c dosish.h ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc ! win32/config.vc win32/makefile.mk win32/perlglob.c ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c ! win32/win32iop.h win32/win32sck.c ____________________________________________________________________________ [ 16032] By: jhi on 2002/04/20 23:07:20 Log: Upgrade to Encode 1.52, from Dan Kogai. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm ! ext/Encode/ucm/big5-hkscs.ucm ____________________________________________________________________________ [ 16031] By: jhi on 2002/04/20 22:22:23 Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed From: Mark-Jason Dominus Date: Sat, 20 Apr 2002 03:36:28 -0400 Message-ID: <20020420073628.324.qmail@plover.com> Branch: perl ! pod/perlopentut.pod ____________________________________________________________________________ [ 16030] By: sky on 2002/04/20 22:02:32 Log: Remove auto-detach Cleans up memory now, destroys the mutex and frees thread Makes returnvalues mortal Doesn't run thread_destruct until the thread has stopped AND all references to it are gone. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16029] By: jhi on 2002/04/20 21:46:33 Log: Subject: [PATCH @16005] rescue perldoc for VMS From: "Craig A. Berry" Date: Sat, 20 Apr 2002 15:16:30 -0500 Message-Id: Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 16028] By: jhi on 2002/04/20 21:44:27 Log: Subject: Re: [PATCH] typo From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Sat, 20 Apr 2002 15:41:23 +0200 Message-ID: Branch: perl ! ext/Encode/encoding.pm ____________________________________________________________________________ [ 16027] By: nick on 2002/04/20 21:42:09 Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests, and change test not to skip them. Branch: perlio ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16026] By: jhi on 2002/04/20 21:40:20 Log: Upgrade to Encode 1.51, from Dan Kogai. Branch: perl + ext/Encode/ucm/big5-eten.ucm - ext/Encode/ucm/big5.ucm ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode.xs ext/Encode/MANIFEST ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm ____________________________________________________________________________ [ 16025] By: gsar on 2002/04/20 19:58:59 Log: purge existing win64 stuff (this never really worked in 5.7.x) in preparation for completely redone win64 support Branch: perl - win32/Makefile.win64 win32/config.win64 win32/config_H.win64 ! MANIFEST Porting/makerel ____________________________________________________________________________ [ 16024] By: rgs on 2002/04/20 19:09:35 Log: Subject: Re: perl@16005 From: Stas Bekman Date: Sat, 20 Apr 2002 13:06:49 +0800 Message-ID: <3CC0F769.1010705@stason.org> (with a minor formatting nit) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 16023] By: nick on 2002/04/20 19:06:04 Log: Some tweaks for encodings which need lines. Also disabled trial of using fallbacks. Branch: perlio ! ext/PerlIO/encoding/encoding.pm ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16022] By: nick on 2002/04/20 18:37:38 Log: Various tweaks to Encode Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Unicode/Unicode.xs ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t ____________________________________________________________________________ [ 16021] By: jhi on 2002/04/20 14:31:31 Log: Subject: [PATCH] perlunicode.pod typos From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Sat, 20 Apr 2002 11:20:25 +0200 Message-ID: Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 16020] By: jhi on 2002/04/20 14:28:12 Log: Test tweak from mjd. Branch: perl ! lib/Memoize/t/errors.t ____________________________________________________________________________ [ 16019] By: jhi on 2002/04/20 14:26:17 Log: Integrate perlio: [ 16018] Fill in the PERLIO sections. [ 16017] Add :bytes to POD part. Remove 'alias' to Encode now it exists as a module. [ 16014] Tweak to Encode.xs to avoid buffer overrun. [ 16007] Silence warning generating warning message for U+FFFF does not map etc. [ 15912] XS versions of encode/decode for Encode::Unicode Branch: perl !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod ____________________________________________________________________________ [ 16018] By: nick on 2002/04/20 13:38:24 Log: Fill in the PERLIO sections. Branch: perlio ! pod/perlrun.pod ____________________________________________________________________________ [ 16017] By: nick on 2002/04/20 13:37:15 Log: Add :bytes to POD part. Remove 'alias' to Encode now it exists as a module. Branch: perlio ! lib/PerlIO.pm ____________________________________________________________________________ [ 16016] By: sky on 2002/04/20 13:12:31 Log: Really let the update of the link list do something. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 16015] By: nick on 2002/04/20 07:51:26 Log: Integrate mainline Branch: perlio !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t ____________________________________________________________________________ [ 16014] By: nick on 2002/04/20 07:46:11 Log: Tweak to Encode.xs to avoid buffer overrun. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16013] By: jhi on 2002/04/20 01:48:13 Log: Subject: [PATCH] t/japh/abigail.t From: abigail@foad.org Date: Fri, 19 Apr 2002 02:21:36 +0200 Message-ID: <20020419002136.16948.qmail@foad.org> Subject: Re: [PATCH] t/japh/abigail.t From: "Craig A. Berry" Date: Fri, 19 Apr 2002 11:23:45 -0500 Message-Id: Branch: perl ! t/japh/abigail.t ____________________________________________________________________________ [ 16012] By: jhi on 2002/04/20 01:46:03 Log: User-defined character properties were unintentionally removed, noticed by Dan Kogai. Branch: perl ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod ! pod/perlunicode.pod t/op/pat.t ____________________________________________________________________________ [ 16011] By: jhi on 2002/04/19 21:53:55 Log: Subject: Re: [PATCH] Big5-related changes. From: Autrijus Tang Date: Sat, 20 Apr 2002 04:06:31 +0800 Message-ID: <20020419200631.GA20964@not.autrijus.org> Branch: perl ! README.cn README.tw ____________________________________________________________________________ [ 16010] By: rgs on 2002/04/19 20:52:19 Log: Add a BUGS sections to O.pm Branch: perl ! ext/B/O.pm ____________________________________________________________________________ [ 16009] By: rgs on 2002/04/19 20:07:02 Log: Disable warning noise Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 16008] By: rgs on 2002/04/19 19:54:08 Log: More tests for the 3-arg open Branch: perl ! t/io/open.t t/lib/warnings/doio ____________________________________________________________________________ [ 16007] By: nick on 2002/04/19 17:45:53 Log: Silence warning generating warning message for U+FFFF does not map etc. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 16006] By: nick on 2002/04/19 15:24:57 Log: Integrate mainline (for Tk with Encode testing) Some perlio & encode issues otherwise cleanish. Branch: perlio +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t +> ext/threads/t/thread.t - ext/Encode/lib/Encode/Unicode.pm !> (integrate 38 files) ____________________________________________________________________________ [ 16005] By: jhi on 2002/04/19 13:26:39 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 16004] By: jhi on 2002/04/19 13:15:22 Log: Subject: [PATCH] warn on ref open without perlio From: Rafael Garcia-Suarez Date: Thu, 18 Apr 2002 23:17:44 +0200 Message-ID: <20020418231744.A24159@rafael> (with one nit, the skip message needed "# " prefix) Branch: perl ! doio.c pod/perldiag.pod t/lib/warnings/doio ____________________________________________________________________________ [ 16003] By: jhi on 2002/04/19 12:59:11 Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Fri, 19 Apr 2002 15:43:47 +0200 Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 16002] By: jhi on 2002/04/19 12:58:23 Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai. Branch: perl ! ext/PerlIO/encoding/encoding.pm ! ext/PerlIO/encoding/encoding.xs ____________________________________________________________________________ [ 16001] By: jhi on 2002/04/19 12:58:00 Log: Upgrade to Encode 1.50, from Dan Kogai. Branch: perl + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t - ext/Encode/lib/Encode/Unicode.pm ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc ! ext/Encode/t/jisx0208.ref ____________________________________________________________________________ [ 16000] By: jhi on 2002/04/19 12:16:08 Log: Subject: CPAN.pm sync From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 19 Apr 2002 11:55:07 +0200 Message-ID: Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm ____________________________________________________________________________ [ 15999] By: jhi on 2002/04/19 12:08:54 Log: Snip away an obsolete section noticed by Benjamin Goldberg. Branch: perl ! pod/perltooc.pod ____________________________________________________________________________ [ 15998] By: jhi on 2002/04/19 00:43:45 Log: The previous change on this was *ahem* slightly off-topic. Branch: perl ! ext/PerlIO/encoding/encoding.pm ____________________________________________________________________________ [ 15997] By: gsar on 2002/04/19 00:19:47 Log: variant of change#14657 from mainline, modified for binary compatibility for 5.6.x (from Jan Dubois) Branch: maint-5.6/perl ! lib/Win32.pod win32/win32.c ____________________________________________________________________________ [ 15996] By: ams on 2002/04/18 16:16:26 Log: Subject: [PATCH] Typo in pod/perldebtut.pod From: abigail@foad.org Date: Thu, 18 Apr 2002 17:09:45 +0200 Message-Id: <20020418150945.389.qmail@foad.org> Branch: perl ! pod/perldebtut.pod ____________________________________________________________________________ [ 15995] By: jhi on 2002/04/18 14:14:10 Log: z/OS situation update. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15994] By: jhi on 2002/04/18 13:43:37 Log: Doc tweaks. Branch: perl ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod ____________________________________________________________________________ [ 15993] By: jhi on 2002/04/18 13:05:46 Log: The tests need perlio. Branch: perl ! ext/Encode/t/JP.t ext/Encode/t/encoding.t ____________________________________________________________________________ [ 15992] By: jhi on 2002/04/18 12:58:17 Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed From: Mark-Jason Dominus Date: Thu, 18 Apr 2002 09:38:17 -0400 Message-ID: <20020418133817.22436.qmail@plover.com> Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient From: Mark-Jason Dominus Date: Thu, 18 Apr 2002 09:54:50 -0400 Message-ID: <20020418135450.22999.qmail@plover.com> Branch: perl ! pod/perlfaq8.pod ____________________________________________________________________________ [ 15991] By: sky on 2002/04/18 09:18:14 Log: Port testcases from thr5005 tests so we don't fail on same things. Added yield support using threads->yield(). Branch: perl + ext/threads/t/thread.t ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs ____________________________________________________________________________ [ 15990] By: nick on 2002/04/18 07:56:40 Log: Integrate mainline Branch: perlio - t/io/full.t !> MANIFEST README.cn README.hpux README.jp README.ko README.tw !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t !> perl.c t/op/groups.t toke.c win32/win32.c ____________________________________________________________________________ [ 15989] By: sky on 2002/04/18 07:15:55 Log: Always flush the PerlIO buffers after running END blocks in perl_destruct. This should fix ext/threads/t/end.t under Win32. Branch: perl ! perl.c ____________________________________________________________________________ [ 15988] By: dougm on 2002/04/18 01:56:16 Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad Branch: perl ! perl.c ____________________________________________________________________________ [ 15987] By: jhi on 2002/04/17 21:51:18 Log: Move /dev/full testing post-5.8.0. Branch: perl - t/io/full.t ! MANIFEST ____________________________________________________________________________ [ 15986] By: jhi on 2002/04/17 21:38:43 Log: Neither UNICOS nor UNICOS/mk sport shared libraries. ("Crays have only REAL memory.") Branch: perl ! hints/unicos.sh hints/unicosmk.sh ____________________________________________________________________________ [ 15985] By: jhi on 2002/04/17 21:33:56 Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times From: luc.st-louis@ca.transport.bombardier.com Date: Wed, 17 Apr 2002 14:22:25 -0400 Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 15984] By: jhi on 2002/04/17 21:12:34 Log: With -Uuseperlio the error might be EBADF. Branch: perl ! t/io/full.t ____________________________________________________________________________ [ 15983] By: jhi on 2002/04/17 21:05:04 Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t From: "Konovalov, Vadim" Date: Wed, 17 Apr 2002 21:16:22 +0400 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com> Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 15982] By: jhi on 2002/04/17 21:04:02 Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32 From: "Konovalov, Vadim" Date: Wed, 17 Apr 2002 20:08:03 +0400 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 15981] By: jhi on 2002/04/17 21:02:13 Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails From: Mark-Jason Dominus Date: Wed, 17 Apr 2002 11:14:17 -0400 Message-ID: <20020417151417.27268.qmail@plover.com> Branch: perl ! t/io/full.t ____________________________________________________________________________ [ 15980] By: jhi on 2002/04/17 20:57:36 Log: README.cjk update. Branch: perl ! README.cn README.jp README.ko README.tw ____________________________________________________________________________ [ 15979] By: rgs on 2002/04/17 20:24:48 Log: Subject: [PATCH toke.c] @:foo? From: Philip Newton Date: Wed, 17 Apr 2002 19:48:09 +0200 Message-ID: Branch: perl ! toke.c ____________________________________________________________________________ [ 15978] By: rgs on 2002/04/17 20:20:19 Log: Subject: Re: gcc on HP From: Philip Newton Date: Wed, 17 Apr 2002 20:36:34 +0200 Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com> Branch: perl ! README.hpux ____________________________________________________________________________ [ 15977] By: rgs on 2002/04/17 19:54:49 Log: Adjust test for groups that appear multiple times on Cygwin Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 15976] By: nick on 2002/04/17 17:03:40 Log: Integrate mainline Branch: perlio +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL +> ext/PerlIO/encoding/encoding.pm +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm +> ext/threads/shared/t/queue.t t/io/full.t - ext/Encode/lib/Encode/XS.pm !> (integrate 50 files) ____________________________________________________________________________ [ 15975] By: jhi on 2002/04/17 14:40:03 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15974] By: jhi on 2002/04/17 14:34:16 Log: Subject: [PATCH B::Deparse] "foo bar"->() From: Robin Houston Date: Wed, 17 Apr 2002 15:45:32 +0100 Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 15973] By: jhi on 2002/04/17 14:34:03 Log: metaconfig unit change for #15972. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 15972] By: jhi on 2002/04/17 14:31:42 Log: As suggested by Arthur: the threads and threads::shared modules are always present. This tries to preempt two kinds of bug reports: (1) "the Perl 5.8.0 was supposed to have this new fancy threads implementation but my Perl doesn't seem to have it" (2) someone attempting to install threads using CPAN.pm and CPAN.pm helpfully starting to install perl 5.8.0 (which they might already have installed). Branch: perl ! Configure ext/threads/Makefile.PL ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm ! ext/threads/shared/shared.xs ext/threads/threads.pm ! ext/threads/threads.xs ____________________________________________________________________________ [ 15971] By: jhi on 2002/04/17 14:19:07 Log: More signedness nits. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 15970] By: jhi on 2002/04/17 13:02:33 Log: fast_abs_path() is tainted. Branch: perl ! ext/Cwd/t/cwd.t ____________________________________________________________________________ [ 15969] By: jhi on 2002/04/17 12:56:17 Log: Signedness nit. Branch: perl ! ext/Encode/bin/enc2xs ____________________________________________________________________________ [ 15968] By: jhi on 2002/04/17 12:45:42 Log: Subject: gcc on HP From: "H.Merijn Brand" Date: Wed, 17 Apr 2002 12:43:38 +0200 Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 15967] By: jhi on 2002/04/17 12:43:07 Log: Add just a little bit more explanation to PerlIO::encoding. Branch: perl ! ext/PerlIO/encoding/encoding.pm ____________________________________________________________________________ [ 15966] By: jhi on 2002/04/17 12:32:17 Log: PerlIO::encoding 0.01 from Dan Kogai. Branch: perl + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL + ext/PerlIO/encoding/encoding.pm + ext/PerlIO/encoding/encoding.xs ! MANIFEST ____________________________________________________________________________ [ 15965] By: jhi on 2002/04/17 12:24:56 Log: Upgrade to Encode 1.42, from Dan Kogai. Branch: perl - ext/Encode/lib/Encode/XS.pm ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Config.pm ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t ! ext/Encode/t/encoding.t ____________________________________________________________________________ [ 15964] By: jhi on 2002/04/17 12:17:42 Log: Test tweaks from mjd and Benjamin Goldberg. Branch: perl ! t/io/full.t ____________________________________________________________________________ [ 15963] By: jhi on 2002/04/16 22:31:24 Log: Document taint-safeness. Life in the fast_abs_path() lane is unsafe. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 15962] By: jhi on 2002/04/16 22:14:41 Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails From: Mark-Jason Dominus Date: Tue, 16 Apr 2002 19:24:12 -0400 Message-ID: <20020416232412.14297.qmail@plover.com> Branch: perl + t/io/full.t ! MANIFEST perlio.c ____________________________________________________________________________ [ 15961] By: jhi on 2002/04/16 22:10:54 Log: Manifestations of mjd, from mjd. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15960] By: jhi on 2002/04/16 22:10:11 Log: metaconfig unit change for #15959. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 15959] By: jhi on 2002/04/16 22:09:56 Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! From: Andy Dougherty Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT) Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 15958] By: jhi on 2002/04/16 22:05:07 Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930) From: Nicholas Clark Date: Tue, 16 Apr 2002 22:22:41 +0100 Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net> Branch: perl ! embed.fnc global.sym hv.c universal.c ____________________________________________________________________________ [ 15957] By: jhi on 2002/04/16 21:58:44 Log: Documents for Merijn and lots of XXXs for NI-S :-) Branch: perl ! pod/perlfunc.pod pod/perlrun.pod ____________________________________________________________________________ [ 15956] By: sky on 2002/04/16 21:26:53 Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane) in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart stuff being 0xabababab on cleanup. Branch: perl + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t ! MANIFEST ____________________________________________________________________________ [ 15955] By: nick on 2002/04/16 20:46:03 Log: Integate mainline (other machine) Branch: perlio !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod !> t/op/magic.t ____________________________________________________________________________ [ 15954] By: nick on 2002/04/16 20:13:32 Log: Integrate mainline Branch: perlio +> README.cn README.jp README.ko README.tw +> ext/threads/shared/t/av_refs.t +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t !> (integrate 41 files) ____________________________________________________________________________ [ 15953] By: rgs on 2002/04/16 19:53:28 Log: B::walkoptree bugfix (see also #15850) Branch: perl ! ext/B/B.xs ext/B/t/terse.t ____________________________________________________________________________ [ 15952] By: rgs on 2002/04/16 18:36:49 Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change From: Philip Newton Date: Tue, 16 Apr 2002 21:09:44 +0200 Message-ID: Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 15951] By: jhi on 2002/04/16 13:44:28 Log: Subject: [PATCH] B::Deparse problems with japhs From: Hugo van der Sanden Date: Tue, 16 Apr 2002 15:47:33 +0100 Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 15950] By: jhi on 2002/04/16 13:36:30 Log: Stas' tainting worries, obscured by me. Branch: perl ! ext/Cwd/t/cwd.t lib/Cwd.pm ____________________________________________________________________________ [ 15949] By: jhi on 2002/04/16 13:16:31 Log: Pod tweak to avoid =item problems. Branch: perl ! README.jp ____________________________________________________________________________ [ 15948] By: jhi on 2002/04/16 12:39:18 Log: Some UTF-8 todos. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 15947] By: jhi on 2002/04/16 12:34:36 Log: Let's not promise too much: use utf8 only works on identifier names, not package or subroutine names (admittedly limited [1], but that's what the Camel says, and that's what we are going to stick to for 5.8.0). Also document that use vars does not do utf8. [1] The obvious problem in both is that package and subroutine names need to mappable to the filesystem. Branch: perl ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod ____________________________________________________________________________ [ 15946] By: jhi on 2002/04/16 12:02:18 Log: Subject: [PATCH] small typo in IO::Pipe pod From: Slaven Rezic Date: Tue, 16 Apr 2002 12:31:10 +0200 Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de> Branch: perl ! ext/IO/lib/IO/Pipe.pm ____________________________________________________________________________ [ 15945] By: jhi on 2002/04/16 11:57:45 Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76 From: Arthur Bergman Date: Tue, 16 Apr 2002 11:58:45 +0200 Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se> Branch: perl ! lib/Attribute/Handlers.pm ____________________________________________________________________________ [ 15944] By: jhi on 2002/04/16 04:31:49 Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and Jungshik Shin. Regen toc. Branch: perl + README.cn README.jp README.ko README.tw ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 15943] By: jhi on 2002/04/16 03:59:00 Log: my $utf8here, our $utf8here, and package variable $utf8here. The actual minimal fix is in utf8.c and from NI-S, the rest are the tests (in fresh_perl since I couldn't get them easily to work elsewhere) and a slight behaviour change: previously UTF-8 identifiers had to start with an alphabetic character. No more so, now they can start with an (Unicode) ID_Continue character (which however is not a (Unicode) digit). (Limiting the first character to ID_Start would be rather restrictive, since ID_Start allows only alphabetic letters.) TODO: use vars qw($utf8here). This I don't find to be a showstopper. Branch: perl ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c ____________________________________________________________________________ [ 15942] By: ams on 2002/04/16 02:24:25 Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars From: "Craig A. Berry" Date: Mon, 15 Apr 2002 22:06:14 -0500 Message-Id: Branch: perl ! lib/FileCache.t ____________________________________________________________________________ [ 15941] By: ams on 2002/04/16 02:16:35 Log: Subject: [PATCH] s2p fix for VMS From: "Craig A. Berry" Date: Mon, 15 Apr 2002 21:48:36 -0500 Message-Id: Branch: perl ! configure.com t/x2p/s2p.t x2p/s2p.PL ____________________________________________________________________________ [ 15940] By: jhi on 2002/04/15 22:23:31 Log: The LGPL code relicensed, with permission from Mark Klein of DIS. (and the licensing of the other code clarified, from Mark Bixby.) Branch: perl ! mpeix/mpeix.c ____________________________________________________________________________ [ 15939] By: jhi on 2002/04/15 22:17:16 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15938] By: sky on 2002/04/15 22:13:17 Log: Add support for my $foo : shared; Add testcase for this. Update manifest. Branch: perl + ext/threads/shared/t/shared_attr.t ! MANIFEST ext/threads/shared/shared.pm ____________________________________________________________________________ [ 15937] By: jhi on 2002/04/15 21:58:38 Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.) From: abigail@foad.org Date: Mon, 15 Apr 2002 17:41:17 +0200 Message-ID: <20020415154117.1559.qmail@foad.org> (With EBCDIC skippage added, and the skip reason skippage on the two ?? loops tweaked.) Branch: perl + t/japh/abigail.t ! MANIFEST t/TEST ____________________________________________________________________________ [ 15936] By: jhi on 2002/04/15 21:48:56 Log: Subject: Re: [ID 20020412.005] Dancing ??s From: Hugo van der Sanden Date: Sun, 14 Apr 2002 16:09:30 +0100 Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk> Branch: perl ! pod/perlop.pod pp_hot.c t/op/pat.t ____________________________________________________________________________ [ 15935] By: jhi on 2002/04/15 21:47:45 Log: Subject: [PATCH] t/test.pl additional functionality for runperl From: abigail@foad.org Date: Mon, 15 Apr 2002 17:40:02 +0200 Message-ID: <20020415154002.1549.qmail@foad.org> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 15934] By: jhi on 2002/04/15 21:46:27 Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long From: "Craig A. Berry" Date: Mon, 15 Apr 2002 14:05:26 -0500 Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01> Branch: perl ! universal.c ____________________________________________________________________________ [ 15933] By: sky on 2002/04/15 21:26:16 Log: Test arrays containing references, and references to shared arrays. Branch: perl + ext/threads/shared/t/av_refs.t ____________________________________________________________________________ [ 15932] By: nick on 2002/04/15 15:06:49 Log: Integrate mainline (for Encode) Branch: perlio +> ext/Encode/Encode/ConfigLocal_PM.e2x +> ext/Encode/lib/Encode/JP/JIS7.pm - ext/Encode/lib/Encode/JP/2022_JP.pm - ext/Encode/lib/Encode/JP/2022_JP1.pm - ext/Encode/lib/Encode/JP/JIS.pm !> (integrate 26 files) ____________________________________________________________________________ [ 15931] By: ams on 2002/04/15 14:51:31 Log: Subject: [PATCH] Chip didn't time travel. From: abigail@foad.org Date: Mon, 15 Apr 2002 17:40:22 +0200 Message-Id: <20020415154022.1554.qmail@foad.org> Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 15930] By: jhi on 2002/04/15 14:40:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15929] By: jhi on 2002/04/15 14:33:52 Log: The #15921 made the 'no warnings' unnecessary. Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 15928] By: jhi on 2002/04/15 14:28:59 Log: Subject: Re: [FILE] FileCache.t From: belg4mit Date: Mon, 15 Apr 2002 01:31:21 -0400 Message-ID: <3CBA65A9.A228DBA1@mit.edu> Branch: perl ! lib/FileCache.t ____________________________________________________________________________ [ 15927] By: jhi on 2002/04/15 14:19:27 Log: FileCache 1.02, from Jerrad Pierce . Branch: perl ! lib/FileCache.pm lib/FileCache.t ____________________________________________________________________________ [ 15926] By: jhi on 2002/04/15 13:47:16 Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable From: Nicholas Clark Date: Sun, 14 Apr 2002 22:54:43 +0100 Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net> Branch: perl ! lib/Hash/Util.t ____________________________________________________________________________ [ 15925] By: jhi on 2002/04/15 13:23:34 Log: Subject: [Encode] 1.40 released! From: Dan Kogai Date: Mon, 15 Apr 2002 07:51:52 +0900 Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp> Branch: perl + ext/Encode/Encode/ConfigLocal_PM.e2x + ext/Encode/lib/Encode/JP/JIS7.pm - ext/Encode/lib/Encode/JP/2022_JP.pm - ext/Encode/lib/Encode/JP/2022_JP1.pm - ext/Encode/lib/Encode/JP/JIS.pm ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm ! ext/Encode/lib/Encode/Config.pm ! ext/Encode/lib/Encode/Encoder.pm ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl ____________________________________________________________________________ [ 15924] By: jhi on 2002/04/15 12:52:58 Log: return undef is of questionable style. Branch: perl ! lib/Hash/Util.pm ____________________________________________________________________________ [ 15923] By: jhi on 2002/04/15 12:47:26 Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is fixed From: mjd@plover.com Date: 15 Apr 2002 06:46:02 -0000 Message-ID: <20020415064602.17052.qmail@plover.com> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 15922] By: jhi on 2002/04/15 12:40:09 Log: Subject: [PATCH 5.7.3] test @+ and @- features From: mjd@plover.com Date: 14 Apr 2002 22:30:17 -0000 Message-ID: <20020414223017.17361.qmail@plover.com> Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 15921] By: jhi on 2002/04/15 12:37:04 Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @- From: Mark-Jason Dominus Date: Mon, 15 Apr 2002 02:41:52 -0400 Message-ID: <20020415064152.16958.qmail@plover.com> Branch: perl ! perl.c t/lib/warnings/toke ____________________________________________________________________________ [ 15920] By: jhi on 2002/04/15 12:32:43 Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01) From: "Craig A. Berry" Date: Sun, 14 Apr 2002 18:56:02 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 15919] By: nick on 2002/04/15 06:14:25 Log: Integrate mainline Branch: perlio !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c ____________________________________________________________________________ [ 15918] By: ams on 2002/04/15 04:25:48 Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem From: Stas Bekman Date: Mon, 15 Apr 2002 11:45:03 +0800 Message-Id: <3CBA4CBF.9030306@stason.org> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 15917] By: ams on 2002/04/15 04:21:14 Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied From: Mark-Jason Dominus Date: Mon, 15 Apr 2002 00:30:26 -0400 Message-Id: <20020415043026.11417.qmail@plover.com> Branch: perl ! perl.c t/lib/warnings/toke ____________________________________________________________________________ [ 15916] By: rgs on 2002/04/14 19:30:41 Log: Correct precedence problem in #15915 Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 15915] By: jhi on 2002/04/14 15:41:01 Log: use vars wasn't use utf8 aware. Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 15914] By: jhi on 2002/04/14 15:20:58 Log: Subject: [PATCH] Re: restricted hashes are unblessable From: Nicholas Clark Date: Sat, 13 Apr 2002 23:43:02 +0100 Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net> The function name sucks but can't think of anything better. Branch: perl ! lib/Hash/Util.pm lib/Hash/Util.t universal.c ____________________________________________________________________________ [ 15913] By: jhi on 2002/04/14 14:55:07 Log: Subject: AUTHORS update From: Chris Nandor Date: Sun, 14 Apr 2002 11:54:40 -0400 Message-ID: Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15912] By: nick on 2002/04/14 14:47:18 Log: XS versions of encode/decode for Encode::Unicode Branch: perlio ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm ____________________________________________________________________________ [ 15911] By: jhi on 2002/04/14 14:28:59 Log: metaconfig unit changes for #15910. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15910] By: jhi on 2002/04/14 14:26:14 Log: Simplify the _r probing code by adding the i_systime only for the APIs where it matters. Branch: perl ! Configure reentr.pl ____________________________________________________________________________ [ 15909] By: jhi on 2002/04/14 14:10:14 Log: Integrate perlio: [ 15904] Disable test code (assertions) in CRLF layer. [ 15903] Avoid expensive paranoid check that decoder does return legal UTF-8 Branch: perl !> ext/Encode/Encode.xs perlio.c ____________________________________________________________________________ [ 15908] By: jhi on 2002/04/14 14:05:45 Log: Subject: patch for FileCache in 5.7.3 From: JPIERCE Date: Sun, 14 Apr 2002 00:38:21 -0400 Message-Id: <200204140438.AAA30812@calloway.mit.edu> Branch: perl ! lib/FileCache.pm ____________________________________________________________________________ [ 15907] By: jhi on 2002/04/14 14:03:53 Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working! From: Tim Bunce Date: Sun, 14 Apr 2002 12:07:35 +0100 Message-ID: <20020414120735.U81028@dansat.data-plan.com> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 15906] By: jhi on 2002/04/14 14:00:03 Log: Subject: [ PATCH ] time problem on 10.20 w/ threads From: "H.Merijn Brand" Date: Sun, 14 Apr 2002 16:29:59 +0200 Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 15905] By: jhi on 2002/04/14 13:50:14 Log: Subject: Enable portable gcc code on hp-ux From: "H.Merijn Brand" Date: Sun, 14 Apr 2002 16:30:01 +0200 Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 15904] By: nick on 2002/04/14 09:18:01 Log: Disable test code (assertions) in CRLF layer. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 15903] By: nick on 2002/04/14 09:16:39 Log: Avoid expensive paranoid check that decoder does return legal UTF-8 Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 15902] By: nick on 2002/04/14 09:15:45 Log: Integrate mainline Branch: perlio +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t +> t/win32/longpath.t t/win32/system.t - t/op/winsystem.t !> (integrate 30 files) ____________________________________________________________________________ [ 15901] By: jhi on 2002/04/13 23:10:36 Log: Fixed URL for the Alpha editor. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 15900] By: jhi on 2002/04/13 21:43:19 Log: Dedodgify. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 15899] By: jhi on 2002/04/13 21:23:41 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15898] By: jhi on 2002/04/13 19:59:49 Log: s2p needs Config.pm. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15897] By: jhi on 2002/04/13 19:58:15 Log: Subject: [PATCH] Benchmark.t 75,90,109 From: Nicholas Clark Date: Sat, 13 Apr 2002 21:43:04 +0100 Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net> Branch: perl ! lib/Benchmark.t ____________________________________________________________________________ [ 15896] By: jhi on 2002/04/13 19:10:08 Log: Tweaks by Autrijus Tang. Branch: perl ! ext/Encode/encoding.pm ____________________________________________________________________________ [ 15895] By: jhi on 2002/04/13 18:27:05 Log: FAQ sync. Branch: perl ! pod/perlfaq5.pod ____________________________________________________________________________ [ 15894] By: jhi on 2002/04/13 16:22:06 Log: z/OS tally update. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15893] By: jhi on 2002/04/13 15:25:55 Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working! From: Nicholas Clark Date: Sat, 13 Apr 2002 02:58:07 +0100 Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net> Branch: perl + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h ! t/lib/st-dump.pl ____________________________________________________________________________ [ 15892] By: jhi on 2002/04/13 15:24:54 Log: Add piconv and enc2xs to the list of utilities. Branch: perl ! utils.lst ____________________________________________________________________________ [ 15891] By: jhi on 2002/04/13 14:55:11 Log: s. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15890] By: rgs on 2002/04/13 14:51:27 Log: Phrasing fixes by Nick Clark Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15889] By: rgs on 2002/04/13 12:33:09 Log: More POD fixes and typos Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15888] By: rgs on 2002/04/13 10:49:14 Log: Subject: Re: UTF-8 and DB_File ? From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Sat, 13 Apr 2002 13:29:41 +0200 Message-ID: Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15887] By: jhi on 2002/04/12 22:38:23 Log: Fix a typo noticed by Paul Johnson. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15886] By: jhi on 2002/04/12 21:38:11 Log: Subject: Re: Win32 Status From: Michael G Schwern Date: Fri, 12 Apr 2002 10:15:33 -0400 Message-ID: <20020412141533.GB9788@blackrider> Branch: perl ! lib/ExtUtils/t/INST.t ____________________________________________________________________________ [ 15885] By: jhi on 2002/04/12 20:18:41 Log: Upgrade to Encode 1.34, from Dan Kogai. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t ! ext/Encode/t/Unicode.t ____________________________________________________________________________ [ 15884] By: jhi on 2002/04/12 20:16:16 Log: Subject: [PATCH] Updated e-mail address in AUTHORS file From: Graham TerMarsch Date: Fri, 12 Apr 2002 12:28:47 -0700 Message-Id: <200204121228.47826.graham@howlingfrog.com> Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15883] By: jhi on 2002/04/12 20:01:37 Log: Subject: [PATCH] Re: OK, what did I break in unpack? From: Nicholas Clark Date: Fri, 12 Apr 2002 21:59:06 +0100 Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net> Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 15882] By: jhi on 2002/04/12 19:59:36 Log: Re-sort MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15881] By: jhi on 2002/04/12 19:58:43 Log: Move also the Win32 system testing to t/win32. Branch: perl + t/win32/system.t - t/op/winsystem.t ! MANIFEST ____________________________________________________________________________ [ 15880] By: jhi on 2002/04/12 19:57:05 Log: Integrate change #15879 from maint-5.6; Win32::GetLongPathName() did not return valid results if there were "." and ".." components in the path; also fix a potential buffer overflow if the long path happens to be longer than MAX_PATH (this can presumably happen if they use \\?\... style paths); add a rather limited testsuite that exercises just the edge cases Branch: perl +> t/win32/longpath.t !> MANIFEST t/harness win32/win32.c ____________________________________________________________________________ [ 15879] By: gsar on 2002/04/12 19:45:50 Log: Win32::GetLongPathName() did not return valid results if there were "." and ".." components in the path; also fix a potential buffer overflow if the long path happens to be longer than MAX_PATH (this can presumably happen if they use \\?\... style paths); add a rather limited testsuite that exercises just the edge cases Branch: maint-5.6/perl + t/win32/longpath.t ! MANIFEST t/harness win32/win32.c ____________________________________________________________________________ [ 15878] By: nick on 2002/04/12 14:38:32 Log: Integrate mainline Branch: perlio +> lib/ExtUtils/t/INST_PREFIX.t !> (integrate 37 files) ____________________________________________________________________________ [ 15877] By: jhi on 2002/04/12 14:05:23 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15876] By: jhi on 2002/04/12 13:36:52 Log: Discuss the magic of \w in security terms. Branch: perl ! pod/perlsec.pod pod/perlunicode.pod ____________________________________________________________________________ [ 15875] By: jhi on 2002/04/12 13:16:43 Log: Add a warning about the symbolic methods and symbolic sub refs not being checked for taint. Branch: perl ! pod/perlsec.pod ____________________________________________________________________________ [ 15874] By: jhi on 2002/04/12 12:27:41 Log: In EBCDIC the BOM detection doesn't seem to be working right. For now skipping the test, waiting for Dan's opinion. Branch: perl ! ext/Encode/t/Unicode.t ____________________________________________________________________________ [ 15873] By: jhi on 2002/04/12 02:10:33 Log: Update to Net::Ping 2.16. Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README ____________________________________________________________________________ [ 15872] By: jhi on 2002/04/12 02:06:04 Log: Upgrade to CGI.pm 2.81. Branch: perl ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t ____________________________________________________________________________ [ 15871] By: jhi on 2002/04/12 01:48:01 Log: Move up restricted hashes a bit. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15870] By: jhi on 2002/04/12 01:23:58 Log: Now using Unicode 3.2.0. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15869] By: jhi on 2002/04/11 22:48:24 Log: UNICOS too has sockpair issues (unsurprisingly, since UNICOS/mk has them too) Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15868] By: jhi on 2002/04/11 20:41:23 Log: FAQ patch from mjd regarding Tie::File. Branch: perl ! pod/perlfaq5.pod ____________________________________________________________________________ [ 15867] By: jhi on 2002/04/11 19:19:36 Log: ZWNJ, ZWJ. Any further convenience aliasing should consider using the NamesList. Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 15866] By: jhi on 2002/04/11 18:40:55 Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash From: "Craig A. Berry" Date: Thu, 11 Apr 2002 13:47:21 -0500 Message-Id: Branch: perl ! lib/File/CheckTree.pm lib/File/CheckTree.t ____________________________________________________________________________ [ 15865] By: jhi on 2002/04/11 18:39:36 Log: More NT Unicode information from Jan Dubois. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 15864] By: jhi on 2002/04/11 18:21:39 Log: Add one perltodo item (and move bunch of them to better spot), add sysopen() to "Functions for filehandles, files, or directories". Branch: perl ! pod/perlfunc.pod pod/perltodo.pod ____________________________________________________________________________ [ 15863] By: jhi on 2002/04/11 14:46:45 Log: Prettyprinting: shorten the lines to avoid linewrapping. Branch: perl ! t/TEST ____________________________________________________________________________ [ 15862] By: jhi on 2002/04/11 14:42:06 Log: Also NEC SUPER-UX has buggy sockpair(). Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15861] By: jhi on 2002/04/11 13:35:01 Log: dTHX works on its own just fine. Branch: perl ! ext/DynaLoader/dl_aix.xs ____________________________________________________________________________ [ 15860] By: jhi on 2002/04/11 13:34:40 Log: Must hold off building s2p until there's a miniperl. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15859] By: jhi on 2002/04/11 13:02:10 Log: AIX: strerror_r() needs dTHX. Branch: perl ! ext/DynaLoader/dl_aix.xs ____________________________________________________________________________ [ 15858] By: jhi on 2002/04/11 12:42:57 Log: Extracting the s2p may require the right dynlibpath. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15857] By: jhi on 2002/04/11 12:40:59 Log: Doc tweaks. Branch: perl ! ext/Time/HiRes/HiRes.pm ____________________________________________________________________________ [ 15856] By: jhi on 2002/04/11 12:33:57 Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01 From: Michael G Schwern Date: Thu, 11 Apr 2002 01:25:26 -0400 Message-ID: <20020411052525.GA17038@blackrider> Branch: perl + lib/ExtUtils/t/INST_PREFIX.t ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t ! lib/ExtUtils/t/prefixify.t ____________________________________________________________________________ [ 15855] By: nick on 2002/04/11 06:26:44 Log: Integrate mainline Branch: perlio !> (integrate 42 files) ____________________________________________________________________________ [ 15854] By: jhi on 2002/04/11 02:38:50 Log: Unused variables. Branch: perl ! ext/threads/shared/shared.xs ext/threads/threads.xs ____________________________________________________________________________ [ 15853] By: jhi on 2002/04/11 02:15:51 Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix From: Ilya Martynov Date: 11 Apr 2002 03:21:17 +0400 Message-ID: <87u1qj9m36.fsf_-_@abra.ru> Branch: perl ! lib/Term/ReadLine.pm ____________________________________________________________________________ [ 15852] By: jhi on 2002/04/10 22:48:15 Log: Upgrade to Encode 1.33, from Dan Kogai. Branch: perl ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm ! ext/Encode/lib/Encode/Supported.pod ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm ! ext/Encode/ucm/adobeSymbol.ucm ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm ____________________________________________________________________________ [ 15851] By: jhi on 2002/04/10 21:25:30 Log: Backward portability from Dan Kogai. Branch: perl ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t ! ext/Storable/t/lock.t ext/Storable/t/overload.t ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t ! ext/Storable/t/store.t ext/Storable/t/tied.t ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t ! ext/Storable/t/utf8.t ____________________________________________________________________________ [ 15850] By: rgs on 2002/04/10 20:07:42 Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT correctly). As a side-effect, fix a bug in B::Lint. The corresponding bug in B::walkoptree still to be fixed. Branch: perl ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t ____________________________________________________________________________ [ 15849] By: jhi on 2002/04/10 18:39:15 Log: Subject: [PATCH perldelta.pod] Japanese language is ja From: Philip Newton Date: Wed, 10 Apr 2002 21:29:58 +0200 Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15848] By: jhi on 2002/04/10 14:22:12 Log: Integrate perlio: [ 15847] Add a \t to Win32 pm_to_blib $(TOUCH) line. Branch: perl !> lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 15847] By: nick on 2002/04/10 13:08:29 Log: Add a \t to Win32 pm_to_blib $(TOUCH) line. Branch: perlio ! lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 15846] By: jhi on 2002/04/10 12:57:51 Log: Try to fool old AIX when threading, from Merijn. Branch: perl ! perl.h ____________________________________________________________________________ [ 15845] By: jhi on 2002/04/10 12:44:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15844] By: jhi on 2002/04/10 12:38:41 Log: Welcome to the 5.7.3. Branch: perl ! NetWare/Makefile win32/Makefile ____________________________________________________________________________ [ 15843] By: jhi on 2002/04/10 12:34:01 Log: Make x2p/s2p part of the test_prep target now that we have a test for it. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15842] By: jhi on 2002/04/10 11:47:23 Log: Integrate perlio: [ 15840] We have been 5.7.3 for a while - install there ... Branch: perl !> win32/makefile.mk ____________________________________________________________________________ [ 15841] By: jhi on 2002/04/10 11:45:14 Log: SImilarly to old HP-UX, in old AIX too including crypt.h leads into trouble. (from Merijn) Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 15840] By: nick on 2002/04/10 10:04:19 Log: We have been 5.7.3 for a while - install there ... Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 15839] By: nick on 2002/04/10 10:03:46 Log: Intgrate mainline Branch: perlio +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t !> (integrate 40 files) ____________________________________________________________________________ [ 15838] By: ams on 2002/04/10 04:16:45 Log: Subject: [PATCH] ext/attrs.t getting skipped From: "Craig A. Berry" Date: Tue, 9 Apr 2002 23:58:49 -0500 Message-Id: Branch: perl ! t/TEST ____________________________________________________________________________ [ 15837] By: jhi on 2002/04/10 01:18:57 Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t From: Michael G Schwern Date: Tue, 9 Apr 2002 20:52:55 -0400 Message-ID: <20020410005254.GI8954@blackrider> Branch: perl ! t/op/sub_lval.t ____________________________________________________________________________ [ 15836] By: jhi on 2002/04/09 23:43:55 Log: Undo accident in #15385. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 15835] By: jhi on 2002/04/09 23:41:01 Log: Retract the UTF-8 filenames patch. This may be better dealt with in Perl level, a la File::Spec (since the whole mess is strongly filesystem-specific). Branch: metaconfig/U/perl + usecjk.U ! Extensions.U Branch: perl - ext/File/Glob/t/utf8.t ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h ! t/op/readdir.t ____________________________________________________________________________ [ 15834] By: jhi on 2002/04/09 20:05:59 Log: Upgrade to Encode 1.32, from Dan Kogai. Branch: perl + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm - ext/Encode/ucm/macGurmukhi.ucm ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Encoder.pm ! ext/Encode/lib/Encode/Supported.pod ! ext/Encode/lib/Encode/Unicode.pm ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm ____________________________________________________________________________ [ 15833] By: jhi on 2002/04/09 18:32:27 Log: Add tests for s2p/psed, from Wolfgang Laun. Branch: perl + t/x2p/s2p.t ! MANIFEST t/TEST ____________________________________________________________________________ [ 15832] By: jhi on 2002/04/09 18:14:57 Log: FAQ sync. Branch: perl ! pod/perlfaq2.pod pod/perlfaq3.pod ____________________________________________________________________________ [ 15831] By: jhi on 2002/04/09 18:02:55 Log: Remove false dependency between getgrent and setpwent having/not having FILE**. Also make the names of the {set,get,end}* interface struct members a bit shorter. Branch: perl ! reentr.c reentr.h reentr.pl ____________________________________________________________________________ [ 15830] By: jhi on 2002/04/09 16:11:43 Log: Avoid bad prototypes. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 15829] By: jhi on 2002/04/09 14:45:48 Log: metaconfig unit change for #15828. Branch: metaconfig ! U/protos/Protochk.U ____________________________________________________________________________ [ 15828] By: jhi on 2002/04/09 14:45:21 Log: As Merijn points out, pthread.h really needs to be known by protochk. Branch: perl ! Configure ____________________________________________________________________________ [ 15827] By: jhi on 2002/04/09 12:45:56 Log: Integrate perlio: [ 15826] Patch up Encode for Tk Branch: perl !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 15826] By: nick on 2002/04/09 12:38:25 Log: Patch up Encode for Tk Branch: perlio ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 15825] By: jhi on 2002/04/09 11:51:36 Log: Portability tweak. Branch: perl ! lib/File/CheckTree.t ____________________________________________________________________________ [ 15824] By: sky on 2002/04/09 10:51:07 Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3. From: Abigail Date: tis apr 09, 2002 01:46:58 Europe/Stockholm Message-Id: <20020409134658.A18986@gatekeeper.osp.nl> Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 15823] By: nick on 2002/04/09 08:17:59 Log: Integrate mainline Branch: perlio +> ext/Encode/lib/Encode/Config.pm +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t !> (integrate 37 files) ____________________________________________________________________________ [ 15822] By: ams on 2002/04/09 06:43:50 Log: Subject: [PATCH @15821] File::CheckTree hates @'s From: Spider Boardman Date: Tue, 09 Apr 2002 02:00:51 -0400 Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US> Branch: perl ! lib/File/CheckTree.pm ____________________________________________________________________________ [ 15821] By: jhi on 2002/04/09 01:56:05 Log: Small perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15820] By: jhi on 2002/04/09 01:37:28 Log: File::Checktree update from Paul Grassie. Branch: perl ! lib/File/CheckTree.pm lib/File/CheckTree.t ____________________________________________________________________________ [ 15819] By: ams on 2002/04/08 22:43:48 Log: Subject: patch against t/op/sub_lval.t From: Jim Cromie Date: Mon, 08 Apr 2002 17:38:16 -0600 Message-Id: <3CB229E8.9080500@divsol.com> Branch: perl ! t/op/sub_lval.t ____________________________________________________________________________ [ 15818] By: ams on 2002/04/08 22:40:16 Log: Humbly pay homage to the redundancy gods. Branch: perl ! mg.c ____________________________________________________________________________ [ 15817] By: jhi on 2002/04/08 22:20:46 Log: metaconfig mirror #15816. Branch: metaconfig ! U/modified/Unix.U ____________________________________________________________________________ [ 15816] By: ams on 2002/04/08 22:18:32 Log: Nuke one overly-broad generalisation, as suggested by Sarathy. Branch: perl ! Porting/Glossary ____________________________________________________________________________ [ 15815] By: jhi on 2002/04/08 22:05:08 Log: Small piconv tweaks (sent to Dan). Branch: perl ! ext/Encode/Encode.pm ext/Encode/bin/piconv ! ext/Encode/lib/Encode/Alias.pm ____________________________________________________________________________ [ 15814] By: jhi on 2002/04/08 19:04:52 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15813] By: jhi on 2002/04/08 18:56:58 Log: FAQ sync. (Ignoring the few URL differences for now.) Branch: perl ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod ! pod/perlfaq7.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 15812] By: jhi on 2002/04/08 18:23:41 Log: Upgrade to Encode 1.31, from Dan Kogai. Branch: perl + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t ____________________________________________________________________________ [ 15811] By: ams on 2002/04/08 17:00:37 Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed From: Andy Dougherty Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT) Message-Id: Branch: perl ! lib/sort.t pp_sort.c ____________________________________________________________________________ [ 15810] By: jhi on 2002/04/08 16:27:32 Log: metaconfig unit changes for #15809. Branch: metaconfig ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U ____________________________________________________________________________ [ 15809] By: jhi on 2002/04/08 16:27:10 Log: Mirroring #15806. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 15808] By: jhi on 2002/04/08 13:57:41 Log: metaconfig unit changes for #15807. Branch: metaconfig ! U/protos/Protochk.U U/threads/d_asctime_r.U ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U ! U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ! U/threads/i_pthread.U Branch: perl ! config_h.SH ____________________________________________________________________________ [ 15807] By: jhi on 2002/04/08 13:57:12 Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday From: "H.Merijn Brand" Date: Mon, 08 Apr 2002 14:34:27 +0200 Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl> Branch: perl ! Configure hints/hpux.sh reentr.pl ____________________________________________________________________________ [ 15806] By: ams on 2002/04/08 13:50:43 Log: Subject: [PATCH] Updates to Porting/Glossary From: Paul_GreenVOS@vos.stratus.com Date: Mon, 8 Apr 02 10:44 edt Message-Id: <200204081445.KAA16861@mailhub1.stratus.com> Branch: perl ! Porting/Glossary ____________________________________________________________________________ [ 15805] By: ams on 2002/04/08 13:47:32 Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780 coredumps on startup) From: Michael G Schwern Date: Mon, 8 Apr 2002 10:34:49 -0400 Message-Id: <20020408143449.GB3245@blackrider> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 15804] By: ams on 2002/04/08 13:29:28 Log: Subject: [PATCH] example in pod/perllexwarn.pod From: Slaven Rezic Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST) Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de> Branch: perl ! pod/perllexwarn.pod ____________________________________________________________________________ [ 15803] By: jhi on 2002/04/08 12:35:08 Log: Upgrade to Encode 1.30, from Dan Kogai. Branch: perl + ext/Encode/lib/Encode/Encoder.pm ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Supported.pod ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t ! ext/Encode/t/grow.t ____________________________________________________________________________ [ 15802] By: jhi on 2002/04/08 12:11:26 Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix From: Hugo van der Sanden Date: Mon, 08 Apr 2002 01:08:40 +0100 Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk> Branch: perl ! ext/MIME/Base64/t/base64.t ____________________________________________________________________________ [ 15801] By: nick on 2002/04/08 07:28:27 Log: Integrate mainline Branch: perlio +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm +> ext/File/Glob/t/utf8.t +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t - ext/Encode/lib/Encode/10646_1.pm - ext/Encode/lib/Encode/Internal.pm - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm !> (integrate 157 files) ____________________________________________________________________________ [ 15800] By: ams on 2002/04/08 07:06:21 Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces From: Jan Dubois Date: Mon, 08 Apr 2002 00:10:39 -0700 Message-Id: Branch: perl ! lib/ExtUtils/Packlist.pm ____________________________________________________________________________ [ 15799] By: ams on 2002/04/08 04:50:36 Log: Subject: [PATCH pod/perlguts.pod] docco fixes From: Stas Bekman Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT) Message-Id: Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 15798] By: ams on 2002/04/08 03:56:52 Log: New descriptions for savepv*(), as suggested by Gisle Aas. Branch: perl ! util.c ____________________________________________________________________________ [ 15797] By: ams on 2002/04/08 01:30:38 Log: Remove, eliminate, and destroy multiple, redundant occurences of the same line of code. (As suggested by Simon Cozens.) Branch: perl ! mg.c ____________________________________________________________________________ [ 15796] By: ams on 2002/04/08 01:27:24 Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by Simon Cozens. Branch: perl ! embed.fnc util.c ____________________________________________________________________________ [ 15795] By: ams on 2002/04/08 01:05:16 Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf From: Tom Brown Date: Sun, 07 Apr 2002 23:20:05 GMT Message-Id: Branch: perl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 15794] By: jhi on 2002/04/07 23:31:28 Log: Retract #15793 since #15775 should fix the problem. Branch: perl ! hv.c ____________________________________________________________________________ [ 15793] By: jhi on 2002/04/07 23:25:14 Log: (Retracted by #15794) Subject: [PATCH] hv.c From: "Mattia Barbon" Date: Sun, 7 Apr 2002 14:25:48 +0200 Message-ID: <3CB056EC.16340.1119992@localhost> Branch: perl ! hv.c ____________________________________________________________________________ [ 15792] By: ams on 2002/04/07 21:48:49 Log: Make other nits nervous. Branch: perl ! gv.c perl.c ____________________________________________________________________________ [ 15791] By: ams on 2002/04/07 20:31:08 Log: Subject: [MIME::Base64 patch] t/base64.t fix From: Dan Kogai Date: Mon, 8 Apr 2002 06:19:29 +0900 Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp> Branch: perl ! ext/MIME/Base64/t/base64.t ____________________________________________________________________________ [ 15790] By: ams on 2002/04/07 20:15:52 Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic From: Slaven Rezic Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST) Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de> Branch: perl ! ext/Devel/Peek/Peek.xs ____________________________________________________________________________ [ 15789] By: rgs on 2002/04/07 19:34:10 Log: Fully qualify in warning message the name of a subroutine redefined via glob assignment Branch: perl ! sv.c t/lib/warnings/op t/lib/warnings/sv ____________________________________________________________________________ [ 15788] By: jhi on 2002/04/07 17:32:49 Log: Update from Dan Kogai. Branch: perl ! ext/Encode/t/Unicode.t ____________________________________________________________________________ [ 15787] By: jhi on 2002/04/07 16:59:45 Log: Can't right now twist my brain to figure out the right CR/LF code point mappings in EBCDIC. Branch: perl ! lib/Pod/t/eol.t ____________________________________________________________________________ [ 15786] By: jhi on 2002/04/07 16:57:21 Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772 From: Nicholas Clark Date: Sun, 7 Apr 2002 15:01:56 +0100 Message-ID: <20020407150156.R10686@plum.flirble.org> Branch: perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 15785] By: jhi on 2002/04/07 16:52:53 Log: Tpyo. Branch: perl ! lib/Pod/t/eol.t ____________________________________________________________________________ [ 15784] By: jhi on 2002/04/07 16:41:29 Log: EBCDIC branch was forgotten. Branch: perl ! ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 15783] By: jhi on 2002/04/07 16:29:09 Log: charnames::viacode() was broken, noticed by Jeffrey. Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 15782] By: jhi on 2002/04/07 15:53:35 Log: Missing files. Branch: perl + ext/Encode/t/Unicode.t ext/Encode/t/grow.t ! MANIFEST ext/Encode/MANIFEST ____________________________________________________________________________ [ 15781] By: jhi on 2002/04/07 15:47:27 Log: (intentionally empty) Branch: perl ! MANIFEST sv.h ____________________________________________________________________________ [ 15780] By: jhi on 2002/04/07 15:34:10 Log: Upgrade to Encode 1.26, from Dan Kogai. Branch: perl + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm + ext/Encode/ucm/jis0212.ucm - ext/Encode/lib/Encode/10646_1.pm - ext/Encode/lib/Encode/Internal.pm - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm - ext/Encode/ucm/macRumanian.ucm ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST ! ext/Encode/bin/piconv ext/Encode/bin/unidump ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/Supported.pod ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm ! ext/Encode/ucm/adobeSymbol.ucm ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm ! ext/Encode/ucm/nextstep.ucm ____________________________________________________________________________ [ 15779] By: jhi on 2002/04/07 14:51:04 Log: Duh. If the input is a stream of UTF-8 bytes, all that's needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus. Now, where was my coffee mug... Branch: perl ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod ! pp_sys.c ____________________________________________________________________________ [ 15778] By: jhi on 2002/04/07 14:35:15 Log: Subject: [PATCH] MakeMaker basic.t on Win32 From: "Mattia Barbon" Date: Sun, 7 Apr 2002 14:25:48 +0200 Message-ID: <3CB056EC.27101.1119A3D@localhost> Subject: [PATCH] MakeMaker && Win32 && nmake From: "Mattia Barbon" Date: Sun, 7 Apr 2002 14:25:48 +0200 Message-ID: <3CB056EC.9001.11199ED@localhost> Branch: perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 15777] By: jhi on 2002/04/07 14:27:06 Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM, From: Philip Newton Date: Sun, 07 Apr 2002 07:51:49 +0200 Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com> Branch: perl ! utf8.c ____________________________________________________________________________ [ 15776] By: jhi on 2002/04/07 14:25:28 Log: There was no nice way of getting in UTF-8 filenames: now one can use in the (new) three-arg form of readdir() and in File::Glob import a ":utf8" to transparently accept the filenames as Unicode. Note that only :utf8 is supported, not fancier stuff like :encoding(foobar) Branch: perl + ext/File/Glob/t/utf8.t ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h ! t/op/readdir.t ____________________________________________________________________________ [ 15775] By: rgs on 2002/04/07 11:15:46 Log: Subject: [PATCH] Re: perl@15772 From: Nicholas Clark Date: Sun, 7 Apr 2002 11:06:42 +0100 Message-ID: <20020407110641.O10686@plum.flirble.org> Branch: perl ! hv.c ____________________________________________________________________________ [ 15774] By: jhi on 2002/04/07 01:21:07 Log: Subject: [PATCH] Re: 15764 breakage From: Michael G Schwern Date: Sat, 6 Apr 2002 19:14:02 -0500 Message-ID: <20020407001401.GA7076@blackrider> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 15773] By: jhi on 2002/04/06 19:25:47 Log: Instruction tweak. Branch: perl ! README.os390 ____________________________________________________________________________ [ 15772] By: jhi on 2002/04/06 19:05:50 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15771] By: jhi on 2002/04/06 18:59:53 Log: Subject: [PATCH] Encode tweaks for VMS From: Michael G Schwern Date: Sat, 6 Apr 2002 03:26:09 -0500 Message-ID: <20020406082609.GA28758@blackrider> Branch: perl ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL ____________________________________________________________________________ [ 15770] By: jhi on 2002/04/06 18:54:06 Log: Prettyprinting and version paranoia. Branch: perl ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 15769] By: jhi on 2002/04/06 18:50:17 Log: Be explicit about the two DB_File tests croaking in Mac OS X. Branch: perl ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 15768] By: jhi on 2002/04/06 17:53:52 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 15767] By: jhi on 2002/04/06 17:25:13 Log: Subject: Re: the dirty half dozen (Re: perl@15662) From: Benjamin Goldberg Date: Fri, 05 Apr 2002 19:15:42 -0500 Message-ID: <3CAE3E2E.8483505@earthlink.net> Branch: perl ! hv.h ____________________________________________________________________________ [ 15766] By: jhi on 2002/04/06 17:18:14 Log: Underline that the current implementation is not guaranteed to be forever; and reformat a bit. Branch: perl ! lib/utf8.pm ____________________________________________________________________________ [ 15765] By: jhi on 2002/04/06 17:15:34 Log: Subject: Weak spots in the utf8 manpage From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 05 Apr 2002 10:08:44 +0200 Message-ID: Branch: perl ! lib/utf8.pm ____________________________________________________________________________ [ 15764] By: jhi on 2002/04/06 16:58:02 Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02 From: Michael G Schwern Date: Sat, 6 Apr 2002 03:22:03 -0500 Message-ID: <20020406082203.GA28713@blackrider> Branch: perl + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm ____________________________________________________________________________ [ 15763] By: jhi on 2002/04/06 16:53:50 Log: No need to avoid utf8 warnings after #15762. Branch: perl ! lib/Unicode/Collate.pm ____________________________________________________________________________ [ 15762] By: jhi on 2002/04/06 16:41:06 Log: As noted by Philip Newton: nothing wrong with BOM, but 0xFFFE quite wrong. Branch: perl ! t/lib/warnings/utf8 utf8.c utf8.h ____________________________________________________________________________ [ 15761] By: jhi on 2002/04/06 16:17:57 Log: Explain the "gaps" in the UTF-8 encoding. Branch: perl ! pod/perlunicode.pod utf8.h ____________________________________________________________________________ [ 15760] By: jhi on 2002/04/06 16:09:20 Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions) From: Nicholas Clark Date: Sat, 6 Apr 2002 14:54:51 +0100 Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net> Branch: perl ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t ____________________________________________________________________________ [ 15759] By: jhi on 2002/04/06 16:08:14 Log: Signedness nits. Branch: perl ! hv.c ____________________________________________________________________________ [ 15758] By: jhi on 2002/04/06 16:07:03 Log: Make hv_notallowed a static as suggested by Nick Clark; and synchronize the nomenclature to talk about restricted (not fixed) hashes. Branch: perl ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod ! proto.h ____________________________________________________________________________ [ 15757] By: jhi on 2002/04/06 15:47:52 Log: Subject: Re: the dirty half dozen (Re: perl@15662) From: Nicholas Clark Date: Sat, 6 Apr 2002 00:21:17 +0100 Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net> (with the last one reversed) Branch: perl ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t ____________________________________________________________________________ [ 15756] By: jhi on 2002/04/06 15:46:35 Log: Update the warning message. Branch: perl ! README.tru64 ____________________________________________________________________________ [ 15755] By: jhi on 2002/04/06 15:26:44 Log: Subject: [perlunicode] A nasty doc bug causing the real one! From: Dan Kogai Date: Sat, 6 Apr 2002 06:08:40 +0900 Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp> Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15754] By: rgs on 2002/04/05 20:47:22 Log: Some tests were failing silently instead of saying "not ok" Branch: perl ! t/comp/proto.t ____________________________________________________________________________ [ 15753] By: nick on 2002/04/05 19:30:12 Log: Integrate mainline Branch: perlio !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod ____________________________________________________________________________ [ 15752] By: jhi on 2002/04/05 18:37:32 Log: Minor Tie::File test patch, from mjd. Branch: perl ! lib/Tie/File/t/24_cache_loop.t ____________________________________________________________________________ [ 15751] By: jhi on 2002/04/05 18:35:35 Log: Not *that* different line endings (noticed by Philip Newton) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15750] By: jhi on 2002/04/05 18:02:26 Log: Retract #15745 for now; won't work without more Encode fixes. Branch: perl ! ext/Encode/lib/Encode/10646_1.pm ____________________________________________________________________________ [ 15749] By: jhi on 2002/04/05 17:00:01 Log: metaconfig unit change for #15748. Branch: metaconfig ! U/modified/Oldconfig.U ____________________________________________________________________________ [ 15748] By: jhi on 2002/04/05 16:58:45 Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems From: "Todd C. Miller" Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST) Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com> Branch: perl ! Configure ____________________________________________________________________________ [ 15747] By: jhi on 2002/04/05 13:42:29 Log: NetWare update from C Aditya. Branch: perl ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h ____________________________________________________________________________ [ 15746] By: jhi on 2002/04/05 13:34:11 Log: Win32 pacifying from mjd. Branch: perl ! lib/Tie/File/t/26_twrite.t ____________________________________________________________________________ [ 15745] By: jhi on 2002/04/05 13:07:21 Log: Integrate perlio: [ 15744] Not only did UCS-2 have dodgy name it was buggy. Branch: perl !> ext/Encode/lib/Encode/10646_1.pm ____________________________________________________________________________ [ 15744] By: nick on 2002/04/05 13:02:36 Log: Not only did UCS-2 have dodgy name it was buggy. Branch: perlio ! ext/Encode/lib/Encode/10646_1.pm ____________________________________________________________________________ [ 15743] By: jhi on 2002/04/05 12:50:21 Log: Subject: Patch for bug ID 20020221.007 From: Archer Sully Date: Thu, 4 Apr 2002 21:45:34 -0700 Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net> Fix for "[ID 20020221.007] SEGV in Storable with empty string scalar object" (dclone) Branch: perl ! ext/Storable/Storable.xs ext/Storable/t/dclone.t ____________________________________________________________________________ [ 15742] By: rgs on 2002/04/05 12:22:26 Log: Subject: Re: lib/sort.t failure From: "John P. Linderman" Date: Fri, 05 Apr 2002 06:19:07 -0500 Message-ID: <200204051119.GAA00032@raptor.research.att.com> with a minor formatting tweak Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15741] By: rgs on 2002/04/05 11:58:14 Log: Subject: Re: lib/sort.t failure (and [PATCH]) From: "John P. Linderman" Date: Fri, 05 Apr 2002 07:13:27 -0500 Message-ID: <200204051213.HAA13004@raptor.research.att.com> Branch: perl ! lib/sort.t ____________________________________________________________________________ [ 15740] By: nick on 2002/04/05 09:31:42 Log: Integrate mainline Branch: perlio +> (branch 49 files) !> (integrate 82 files) ____________________________________________________________________________ [ 15739] By: jhi on 2002/04/05 01:52:28 Log: Subject: A TEST. [Re: qr/^UCS2-le$/i => '"UCS-2"' -- what is it?] From: Dan Kogai Date: Fri, 5 Apr 2002 11:52:50 +0900 Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp> Branch: perl ! ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 15738] By: jhi on 2002/04/05 01:45:24 Log: Subject: A FIX. [Re: qr/^UCS2-le$/i => '"UCS-2"' -- what is it?] From: Dan Kogai Date: Fri, 5 Apr 2002 11:39:55 +0900 Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp> Branch: perl ! ext/Encode/lib/Encode/Alias.pm ____________________________________________________________________________ [ 15737] By: jhi on 2002/04/04 22:28:32 Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore From: Ilmari Karonen Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST) Message-ID: Branch: perl ! gv.c t/op/method.t ____________________________________________________________________________ [ 15736] By: jhi on 2002/04/04 22:28:10 Log: I was fooled for a while, somebody else might be too. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 15735] By: jhi on 2002/04/04 22:10:51 Log: test.pl-ify. Branch: perl ! t/op/method.t ____________________________________________________________________________ [ 15734] By: jhi on 2002/04/04 19:54:19 Log: Upgrade to Encode 1.20, from Dan Kogai. Branch: perl + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm + ext/Encode/ucm/adobeSymbol.ucm + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm + ext/Encode/ucm/macSymbol.ucm ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm ! ext/Encode/CN/Makefile.PL ext/Encode/Changes ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Supported.pod ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm ! ext/Encode/ucm/nextstep.ucm ____________________________________________________________________________ [ 15733] By: jhi on 2002/04/04 17:23:31 Log: Subject: left-over "use 5.7.2" in threads.pm From: Slaven Rezic Date: 21 Mar 2002 23:18:13 +0100 Message-ID: <87k7s5pntm.fsf@vran.herceg.de> Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 15732] By: ams on 2002/04/04 17:08:13 Log: Subject: [PATCH 5.7.3 DOCS] From: mjd@plover.com Date: 4 Apr 2002 15:59:39 -0000 Message-Id: <20020404155939.6754.qmail@plover.com> Branch: perl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 15731] By: jhi on 2002/04/04 16:11:47 Log: metaconfig unit change for #15730. Branch: metaconfig ! U/threads/usethreads.U ____________________________________________________________________________ [ 15730] By: jhi on 2002/04/04 16:11:06 Log: Subject: Re: lib/sort.t failure [PATCH] From: Andy Dougherty Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST) Message-ID: Default to usethreads in case the user most probably forgot it. Branch: perl ! Configure ____________________________________________________________________________ [ 15729] By: jhi on 2002/04/04 13:57:41 Log: Typo nits from Wolfgang Laun. Branch: perl ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm ____________________________________________________________________________ [ 15728] By: rgs on 2002/04/04 07:09:12 Log: Detypo in diagnostics. Branch: perl ! lib/locale.t ____________________________________________________________________________ [ 15727] By: jhi on 2002/04/04 05:54:20 Log: pod2html: try to be EOL agnostic. (Needs testing on CRLF and CR platforms.) Branch: perl + lib/Pod/t/eol.t ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod ____________________________________________________________________________ [ 15726] By: jhi on 2002/04/04 00:27:19 Log: Subject: [PATCH} Pod::HTML and HTML4 From: Robert Spier Date: Wed, 03 Apr 2002 16:26:21 -0800 Message-ID: <3CAB9DAD.20305@pobox.com> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 15725] By: jhi on 2002/04/03 22:53:41 Log: Byebye, beebee. Branch: perl ! t/lib/warnings/perlio ____________________________________________________________________________ [ 15724] By: jhi on 2002/04/03 22:39:48 Log: Subject: Re: enc2xs needs portable way to know it's in the core From: PPrymmer@factset.com Date: Wed, 3 Apr 2002 14:29:32 -0500 Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 15723] By: jhi on 2002/04/03 22:33:09 Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if paths contain shell metacharacters From: Dominic Dunlop Date: Wed, 3 Apr 2002 22:44:01 +0200 Message-Id: Branch: perl ! lib/File/Spec/t/rel2abs2rel.t ____________________________________________________________________________ [ 15722] By: jhi on 2002/04/03 22:25:48 Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS From: Paul_GreenVOS@vos.stratus.com Date: Wed, 3 Apr 02 16:34 est Message-Id: <200204032134.QAA29744@mailhub2.stratus.com> Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 15721] By: jhi on 2002/04/03 22:13:35 Log: Upgrade to Tie::File 0.93, from mjd. Branch: perl ! lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t ! lib/Tie/File/t/41_heap.t ____________________________________________________________________________ [ 15720] By: jhi on 2002/04/03 21:33:54 Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm From: Andy Dougherty Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST) Message-ID: Branch: perl ! lib/AnyDBM_File.t ____________________________________________________________________________ [ 15719] By: rgs on 2002/04/03 21:08:21 Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads and ccflags including -DNO_LOCALE Branch: perl ! perl.h ____________________________________________________________________________ [ 15718] By: jhi on 2002/04/03 20:27:49 Log: EPOC tweaks from Olaf Flebbe. Branch: perl ! README.epoc epoc/epoc.c epoc/epocish.h util.c ____________________________________________________________________________ [ 15717] By: jhi on 2002/04/03 20:25:55 Log: Subject: [PATCH] Set @INC earlier From: Andy Dougherty Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST) Message-ID: Branch: perl ! lib/AnyDBM_File.t lib/sort.t ____________________________________________________________________________ [ 15716] By: rgs on 2002/04/03 19:28:38 Log: perlcompile.pod was listing all B:: modules, except B::Concise (resubmitted) Branch: perl ! pod/perlcompile.pod ____________________________________________________________________________ [ 15715] By: rgs on 2002/04/03 19:16:27 Log: perlcompile.pod was listing all B:: modules, except B::Concise Branch: perl ! pod/perlcompile.pod ____________________________________________________________________________ [ 15714] By: jhi on 2002/04/03 19:15:33 Log: non-perlio robustness. Branch: perl ! ext/Socket/socketpair.t lib/utf8.t ____________________________________________________________________________ [ 15713] By: nick on 2002/04/03 18:06:49 Log: Integrate mainline Branch: perlio +> lib/Tie/File/t/41_heap.t !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c !> regexec.c t/op/re_tests t/op/tiearray.t ____________________________________________________________________________ [ 15712] By: jhi on 2002/04/03 17:55:48 Log: Tweak for 8.3 compat. Branch: perl ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL ! ext/Encode/bin/enc2xs ____________________________________________________________________________ [ 15711] By: jhi on 2002/04/03 17:04:22 Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2 From: Mark-Jason Dominus Date: Wed, 03 Apr 2002 13:04:40 -0500 Message-ID: <20020403180440.7614.qmail@plover.com> Branch: perl ! t/op/tiearray.t ____________________________________________________________________________ [ 15710] By: jhi on 2002/04/03 15:49:10 Log: Forgotten. Branch: perl + lib/Tie/File/t/41_heap.t ! MANIFEST ____________________________________________________________________________ [ 15709] By: jhi on 2002/04/03 15:04:15 Log: Subject: Re: the dirty half dozen (Re: perl@15662) From: Mark Kvale Date: Tue, 2 Apr 2002 13:57:37 -0800 Message-Id: <02040213573702.66352@ivy.ucsf.edu> Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 15708] By: jhi on 2002/04/03 15:01:51 Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps From: Hugo van der Sanden Date: Wed, 03 Apr 2002 03:34:34 +0100 Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 15707] By: jhi on 2002/04/03 15:00:53 Log: The leavetry crash should now be history. Branch: perl ! t/op/tiearray.t ____________________________________________________________________________ [ 15706] By: jhi on 2002/04/03 14:56:47 Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/ From: Michael G Schwern Date: Wed, 3 Apr 2002 10:56:44 -0500 Message-ID: <20020403155644.GC916@blackrider> Branch: perl ! lib/ExtUtils/MM_Win95.pm ____________________________________________________________________________ [ 15705] By: jhi on 2002/04/03 14:49:35 Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2 From: Dave Mitchell Date: Wed, 3 Apr 2002 02:08:26 +0100 Message-ID: <20020403020825.B16724@fdgroup.com> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 15704] By: jhi on 2002/04/03 14:18:58 Log: Prototype tweak for non-threaded builds. Branch: perl ! perl.c ____________________________________________________________________________ [ 15703] By: jhi on 2002/04/03 14:12:03 Log: Detached threads do not help; they still hold resources. Branch: perl ! ext/threads/threads.pm pod/perldiag.pod ____________________________________________________________________________ [ 15702] By: jhi on 2002/04/03 13:55:17 Log: Doc tweak from Wolfgang Laun. Branch: perl ! lib/File/Compare.pm ____________________________________________________________________________ [ 15701] By: jhi on 2002/04/03 13:49:11 Log: Subject: [PATCH bleadperl] regexec.c From: Nikola Knezevic Date: Wed, 3 Apr 2002 11:13:30 +0200 Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu> Branch: perl ! regexec.c ____________________________________________________________________________ [ 15700] By: jhi on 2002/04/03 13:47:22 Log: Document the "Cleanup skipped ..." warning. Branch: perl ! ext/threads/threads.pm pod/perldiag.pod ____________________________________________________________________________ [ 15699] By: jhi on 2002/04/03 13:35:58 Log: Integrate perlio: [ 15698] Fix segfaults when mainthread exits with other threads running: - track number of running threads - if main thread calls perl_destruct() with other threads running skip most of cleanup (with a warning). [ 15696] Add -hiertype option to xsubpp for easier mapping C++ with namespaces. Branch: perl !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h !> pod/perlapi.pod proto.h ____________________________________________________________________________ [ 15698] By: nick on 2002/04/03 13:15:30 Log: Fix segfaults when mainthread exits with other threads running: - track number of running threads - if main thread calls perl_destruct() with other threads running skip most of cleanup (with a warning). Branch: perlio ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h ____________________________________________________________________________ [ 15697] By: nick on 2002/04/03 07:34:13 Log: Integrate mainline Branch: perlio +> lib/Net/Ping/t/250_ping_hires.t !> (integrate 33 files) ____________________________________________________________________________ [ 15696] By: nick on 2002/04/03 06:41:58 Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces. Branch: perlio ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 15695] By: jhi on 2002/04/03 03:10:27 Log: Subject: [PATCH @15047] debugger From: Ilya Zakharevich Date: Sat, 16 Mar 2002 04:38:50 -0500 Message-ID: <20020316043850.A9223@math.ohio-state.edu> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 15694] By: jhi on 2002/04/02 22:26:23 Log: Third Degree flags. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15693] By: jhi on 2002/04/02 21:19:21 Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH From: Mark-Jason Dominus Date: Tue, 02 Apr 2002 16:35:11 -0500 Message-ID: <20020402213511.27781.qmail@plover.com> (tweaked) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15692] By: jhi on 2002/04/02 21:01:41 Log: Upgrade to Tie::File 0.92, from mjd. Branch: perl ! lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t ! lib/Tie/File/t/40_abs_cache.t ____________________________________________________________________________ [ 15691] By: jhi on 2002/04/02 20:42:56 Log: Subject: [PATCH] Update my email address in perl.c From: Paul_GreenVOS@vos.stratus.com Date: Tue, 2 Apr 02 15:27 est Message-Id: <200204022027.PAA29837@mailhub1.stratus.com> Branch: perl ! AUTHORS perl.c ____________________________________________________________________________ [ 15690] By: rgs on 2002/04/02 20:36:04 Log: POD fix. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15689] By: jhi on 2002/04/02 20:35:13 Log: What started as a small nit (the charnames test, nit found be Hugo), ballooned a bit... the goal is Larry's wish that illegal Unicode (such as U+FFFF) by default doesn't warn, since what if somebody WANTS to create illegal Unicode? Now getting close to this in the regex runtime. (Also, fix more of my fixation that BOM would be U+FFFE.) Branch: perl ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h ____________________________________________________________________________ [ 15688] By: jhi on 2002/04/02 18:57:19 Log: Talk more about Net::Ping. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15687] By: jhi on 2002/04/02 18:35:27 Log: Upgrade to Net::Ping 2.14. Branch: perl + lib/Net/Ping/t/250_ping_hires.t ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t ! lib/Net/Ping/t/140_stream_inst.t ____________________________________________________________________________ [ 15686] By: jhi on 2002/04/02 18:09:46 Log: XML::Parser 2.31 should be out shortly. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15685] By: jhi on 2002/04/02 17:37:44 Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm) From: George Necula Date: Tue, 2 Apr 2002 10:22:41 -0800 Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu> Branch: perl ! lib/File/Spec/Cygwin.pm ____________________________________________________________________________ [ 15684] By: jhi on 2002/04/02 15:39:04 Log: EBCDIC test tweak. Branch: perl ! pod/perldelta.pod t/uni/case.pl ____________________________________________________________________________ [ 15683] By: nick on 2002/04/02 15:36:17 Log: Integrate mainline Branch: perlio !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c ____________________________________________________________________________ [ 15682] By: jhi on 2002/04/02 15:05:58 Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio From: Ilya Zakharevich Date: Tue, 2 Apr 2002 00:37:08 -0500 Message-ID: <20020402003708.A8648@math.ohio-state.edu> Branch: perl ! os2/os2ish.h perlio.c ____________________________________________________________________________ [ 15681] By: jhi on 2002/04/02 15:01:34 Log: Subject: [PATCH @15047] debugger again From: Ilya Zakharevich Date: Tue, 2 Apr 2002 00:30:31 -0500 Message-ID: <20020402003030.A8567@math.ohio-state.edu> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 15680] By: jhi on 2002/04/02 14:53:19 Log: Subject: [PATCH @15047] test() in CPAN.pm From: Ilya Zakharevich Date: Tue, 2 Apr 2002 00:46:45 -0500 Message-ID: <20020402004645.A8674@math.ohio-state.edu> Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 15679] By: gbarr on 2002/04/02 14:27:37 Log: Sync with libnet-1.11 Branch: perl ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm ! lib/Net/SMTP.pm ____________________________________________________________________________ [ 15678] By: jhi on 2002/04/02 14:01:35 Log: NetWare tweaks from C Aditya. Branch: perl ! NetWare/t/NWScripts.pl scope.c ____________________________________________________________________________ [ 15677] By: jhi on 2002/04/02 13:35:49 Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached From: Dan Kogai Date: Tue, 2 Apr 2002 22:21:47 +0900 Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp> Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 15676] By: jhi on 2002/04/02 13:22:51 Log: Integrate perlio: [ 15675] Add buffer size growth test. [ 15674] Calculate buffer size needs in float to avoid 32-bit overflow. Branch: perl +> ext/Encode/t/grow.t !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST ____________________________________________________________________________ [ 15675] By: nick on 2002/04/02 07:49:41 Log: Add buffer size growth test. Branch: perlio + ext/Encode/t/grow.t ! MANIFEST ext/Encode/MANIFEST ____________________________________________________________________________ [ 15674] By: nick on 2002/04/02 07:40:49 Log: Calculate buffer size needs in float to avoid 32-bit overflow. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 15673] By: nick on 2002/04/02 07:40:06 Log: Integrate mainline Branch: perlio +> (branch 102 files) - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm - ext/Encode/Encode/macCentEuro.ucm - ext/Encode/Encode/macCroatian.ucm - ext/Encode/Encode/macCyrillic.ucm - ext/Encode/Encode/macDingbats.ucm - ext/Encode/Encode/macGreek.ucm - ext/Encode/Encode/macIceland.ucm - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm - ext/Encode/Encode/macRumanian.ucm - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm - ext/Encode/Encode/macTurkish.ucm - ext/Encode/Encode/macUkraine.ucm - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm - ext/Encode/compile ext/Encode/encode.h - ext/Encode/lib/Encode/CN/2022_CN.pm - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t - lib/unicore/PropertyValueAliases.txt !> (integrate 143 files) ____________________________________________________________________________ [ 15672] By: ams on 2002/04/02 04:42:44 Log: Win32 fix for Tie::File from MJD. Branch: perl ! lib/Tie/File.pm ____________________________________________________________________________ [ 15671] By: jhi on 2002/04/02 01:59:40 Log: Add a few tests to the timing-sensitive list. Branch: perl ! INSTALL ____________________________________________________________________________ [ 15670] By: jhi on 2002/04/01 20:57:03 Log: Subject: [PATCH sort.t] extensive regression testing From: Rafael Garcia-Suarez Date: Mon, 1 Apr 2002 23:50:24 +0200 Message-ID: <20020401235024.E677@rafael> Branch: perl ! lib/sort.t ____________________________________________________________________________ [ 15669] By: jhi on 2002/04/01 20:38:57 Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7) From: Nicholas Clark Date: Mon, 1 Apr 2002 21:54:05 +0100 Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net> Branch: perl ! lib/Memoize/t/errors.t ____________________________________________________________________________ [ 15668] By: jhi on 2002/04/01 20:33:06 Log: Subject: getting rid of a few superfluous $&/$` From: Jeffrey Friedl Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST) Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com> (with more-backward-compat than just using @- and @+, also by Jeffrey) (The version number of Text::Balanced intentionally not increased since Damian will make a new release after 5.8) Branch: perl ! lib/Pod/Html.pm lib/Text/Balanced.pm ____________________________________________________________________________ [ 15667] By: jhi on 2002/04/01 20:16:46 Log: Subject: [PATCH 5.7.3 TESTS] From: mjd@plover.com Date: 1 Apr 2002 20:32:18 -0000 Message-ID: <20020401203218.25230.qmail@plover.com> Branch: perl ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t ! t/op/tiearray.t t/test.pl ____________________________________________________________________________ [ 15666] By: jhi on 2002/04/01 20:13:49 Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu From: Paul_GreenVOS@vos.stratus.com Date: Mon, 1 Apr 02 15:15 est Message-Id: <200204012048.PAA05178@mailhub2.stratus.com> Branch: perl ! iperlsys.h ____________________________________________________________________________ [ 15665] By: jhi on 2002/04/01 19:14:18 Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm From: Paul_GreenVOS@vos.stratus.com Date: Mon, 1 Apr 02 14:11 est Message-Id: <200204011911.OAA06024@mailhub1.stratus.com> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 15664] By: jhi on 2002/04/01 17:58:49 Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys) From: Nicholas Clark Date: Mon, 1 Apr 2002 19:30:05 +0100 Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net> Branch: perl ! t/op/pat.t t/op/utfhash.t ____________________________________________________________________________ [ 15663] By: jhi on 2002/04/01 17:56:27 Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...); From: Mark-Jason Dominus Date: Mon, 01 Apr 2002 13:22:01 -0500 Message-ID: <20020401182201.21189.qmail@plover.com> Branch: perl ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op ____________________________________________________________________________ [ 15662] By: jhi on 2002/04/01 17:06:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15661] By: jhi on 2002/04/01 16:22:54 Log: Subject: [PATCH 5.7.3 DOC] From: mjd@plover.com Date: 1 Apr 2002 17:23:40 -0000 Message-ID: <20020401172340.16410.qmail@plover.com> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15660] By: jhi on 2002/04/01 15:38:56 Log: CRAY TS does not have -h rounddiv, from Keith Thompson. Branch: perl ! hints/unicos.sh ____________________________________________________________________________ [ 15659] By: jhi on 2002/04/01 15:14:13 Log: Advertise piconv and enc2xs. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15658] By: jhi on 2002/04/01 15:08:02 Log: Add enc2xs. Branch: perl + utils/enc2xs.PL ! MANIFEST utils/Makefile ____________________________________________________________________________ [ 15657] By: jhi on 2002/04/01 14:28:09 Log: Integrate perlio: [ 15653] Be more explicit testing for \015 not \r Branch: perl !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c ____________________________________________________________________________ [ 15656] By: jhi on 2002/04/01 14:22:14 Log: Subject: BOM, 0xFFFE, 0xFEFF, etc. From: Philip Newton Date: Mon, 01 Apr 2002 17:06:18 +0200 Message-ID: Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 15655] By: jhi on 2002/04/01 13:56:06 Log: Subject: detypo patch From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 01 Apr 2002 10:09:21 +0200 Message-ID: Branch: perl ! INSTALL ____________________________________________________________________________ [ 15654] By: jhi on 2002/04/01 13:49:57 Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK, From: Philip Newton Date: Mon, 01 Apr 2002 08:12:01 +0200 Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com> Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 15653] By: nick on 2002/04/01 09:20:24 Log: Be more explicit testing for \015 not \r Branch: perlio ! t/io/crlf.t ____________________________________________________________________________ [ 15652] By: jhi on 2002/04/01 04:41:45 Log: If under UTF-8 locale the utf8.pm really needs to be found. Branch: perl ! t/comp/cpp.t t/run/switchPx.t ____________________________________________________________________________ [ 15651] By: jhi on 2002/04/01 02:55:22 Log: Upgrade to Tie::File 0.91, from mjd. Branch: perl + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t + lib/Tie/File/t/26_twrite.t ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t ! lib/Tie/File/t/16_handle.t ____________________________________________________________________________ [ 15650] By: jhi on 2002/04/01 02:49:14 Log: DJGPP tweaks from Laszlo. Branch: perl ! lib/ExtUtils/MM_DOS.pm util.c ____________________________________________________________________________ [ 15649] By: jhi on 2002/04/01 02:47:14 Log: Discussion about minimal installations. Branch: perl ! INSTALL ____________________________________________________________________________ [ 15648] By: jhi on 2002/04/01 02:42:41 Log: Comment tweak from Hugo. Branch: perl ! regexec.c ____________________________________________________________________________ [ 15647] By: jhi on 2002/04/01 02:30:18 Log: Another UTF-8 locale tweak from Hugo. Branch: perl ! regexec.c ____________________________________________________________________________ [ 15646] By: jhi on 2002/04/01 02:26:49 Log: Document the known MacOS X locale problem. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15645] By: jhi on 2002/04/01 02:17:50 Log: Regex fix from Hugo: in UTF-8 locales the character counting code didn't work right for minimal matches. Branch: perl ! regexec.c ____________________________________________________________________________ [ 15644] By: jhi on 2002/04/01 02:02:32 Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8 From: Spider Boardman Date: Sun, 31 Mar 2002 20:32:43 -0500 Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US> Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 15643] By: jhi on 2002/04/01 02:00:10 Log: Document known FreeBSD locale glitch. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15642] By: jhi on 2002/04/01 00:57:44 Log: There is --list in glibc iconv. Branch: perl ! ext/Encode/bin/piconv ____________________________________________________________________________ [ 15641] By: jhi on 2002/03/31 23:18:51 Log: Slight usage tweaks to piconv: show usage with no -t -f or -l arguments, or with -h. Branch: perl ! ext/Encode/bin/piconv ____________________________________________________________________________ [ 15640] By: jhi on 2002/03/31 23:08:28 Log: Get the piconv installed. Branch: perl + utils/piconv.PL ! MANIFEST utils/Makefile ____________________________________________________________________________ [ 15639] By: jhi on 2002/03/31 22:35:21 Log: Spelling tweaks. Branch: perl ! ext/Encode/bin/piconv ____________________________________________________________________________ [ 15638] By: jhi on 2002/03/31 22:31:29 Log: Upgrade to Encode 1.11, from Dan Kogai. Branch: perl + ext/Encode/Encode/Changes.e2x + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x + ext/Encode/bin/ucm2table ext/Encode/encoding.pm + ext/Encode/t/encoding.t ext/Encode/t/jperl.t + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm + ext/Encode/ucm/viscii.ucm - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm - ext/Encode/Encode/ksc5601.ucm - ext/Encode/Encode/macCentEuro.ucm - ext/Encode/Encode/macCroatian.ucm - ext/Encode/Encode/macCyrillic.ucm - ext/Encode/Encode/macDingbats.ucm - ext/Encode/Encode/macGreek.ucm - ext/Encode/Encode/macIceland.ucm - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm - ext/Encode/Encode/macRumanian.ucm - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm - ext/Encode/Encode/macTurkish.ucm - ext/Encode/Encode/macUkraine.ucm - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table - lib/encoding.pm lib/encoding.t ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST ! ext/Encode/Makefile.PL ext/Encode/README ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Supported.pod ____________________________________________________________________________ [ 15637] By: jhi on 2002/03/31 20:50:23 Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK, make viacode no-allocatedcode to return the 0xFFFD) tweaks, respective test and doc tweaks. Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 15636] By: jhi on 2002/03/31 20:34:29 Log: Subject: [PATCH] Re: no ; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);) From: Rafael Garcia-Suarez Date: Sun, 31 Mar 2002 22:47:31 +0200 Message-ID: <20020331224731.E854@rafael> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15635] By: jhi on 2002/03/31 19:45:33 Log: Subject: [PATCH] __attribute__ problems with g++ From: "Mattia Barbon" Date: Sun, 31 Mar 2002 22:43:03 +0200 Message-ID: <3CA790F7.23864.27BD5B4@localhost> Branch: perl ! perl.h ____________________________________________________________________________ [ 15634] By: jhi on 2002/03/31 19:28:38 Log: Put back the #! line, false alarm. Branch: perl ! lib/ExtUtils/t/Constant.t ____________________________________________________________________________ [ 15633] By: jhi on 2002/03/31 15:07:20 Log: Subject: Re: [Patch] pod/perlvar.pod From: Philip Newton Date: Sun, 31 Mar 2002 07:40:43 +0200 Message-ID: Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 15632] By: jhi on 2002/03/31 03:03:11 Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere From: Spider Boardman Date: Sat, 30 Mar 2002 21:37:37 -0500 Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US> Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15631] By: jhi on 2002/03/30 23:30:45 Log: Subject: Re: compile tweak for Win32 From: Michael G Schwern Date: Fri, 29 Mar 2002 17:48:22 -0500 Message-ID: <20020329224822.GG16816@blackrider> Branch: perl ! win32/buildext.pl ____________________________________________________________________________ [ 15630] By: jhi on 2002/03/30 23:21:56 Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C From: Rafael Garcia-Suarez Date: Sat, 30 Mar 2002 22:19:46 +0100 Message-ID: <20020330221946.A28497@rafael> Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 15629] By: jhi on 2002/03/30 23:21:23 Log: Subject: [PATCH regmesg.t] increase output verbosity From: Rafael Garcia-Suarez Date: Sat, 30 Mar 2002 22:34:08 +0100 Message-ID: <20020330223408.C28497@rafael> Branch: perl ! t/op/regmesg.t ____________________________________________________________________________ [ 15628] By: jhi on 2002/03/30 23:19:59 Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t From: Rafael Garcia-Suarez Date: Sat, 30 Mar 2002 21:36:23 +0100 Message-ID: <20020330213623.A677@rafael> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 15627] By: jhi on 2002/03/30 17:43:51 Log: If using a network filesystem several different hosts may be trying to lock the same file. In this case offering to kill the other process is not that helpful. (Unless one has *real* clustering, but that's not usually the case.) Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 15626] By: jhi on 2002/03/30 16:52:09 Log: Subject: [DOC PATCH] Document Dumpvalue::stringify From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Sat, 30 Mar 2002 06:12:36 +0100 Message-ID: Branch: perl ! lib/Dumpvalue.pm ____________________________________________________________________________ [ 15625] By: jhi on 2002/03/30 16:50:33 Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script... From: Jeremy Zawodny Date: Fri, 29 Mar 2002 17:55:20 -0800 Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com> Branch: perl ! utils/dprofpp.PL ____________________________________________________________________________ [ 15624] By: jhi on 2002/03/30 16:03:12 Log: Subject: [Patch] pod/perlvar.pod From: Dan Kogai Date: Sun, 31 Mar 2002 02:03:36 +0900 Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 15623] By: jhi on 2002/03/30 15:56:31 Log: Subject: [PATCH] MM & Encode fixes From: Michael G Schwern Date: Sat, 30 Mar 2002 06:41:56 -0500 Message-ID: <20020330114156.GA16533@blackrider> Branch: perl + lib/ExtUtils/t/basic.t - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm ! lib/ExtUtils/t/hints.t ____________________________________________________________________________ [ 15622] By: jhi on 2002/03/30 15:13:30 Log: EBCDICification. Branch: perl ! lib/charnames.t ____________________________________________________________________________ [ 15621] By: jhi on 2002/03/30 15:12:45 Log: Upgrade to Tie::File 0.90, from mjd. Branch: perl + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t ____________________________________________________________________________ [ 15620] By: jhi on 2002/03/29 22:25:35 Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ? From: Rafael Garcia-Suarez Date: Sat, 30 Mar 2002 00:20:39 +0100 Message-ID: <20020330002039.A716@rafael> Branch: perl ! lib/sort.pm ____________________________________________________________________________ [ 15619] By: jhi on 2002/03/29 22:15:37 Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1 From: Michael G Schwern Date: Fri, 29 Mar 2002 18:14:20 -0500 Message-ID: <20020329231419.GI16816@blackrider> Branch: perl ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64 ! wince/Makefile.ce ____________________________________________________________________________ [ 15618] By: jhi on 2002/03/29 22:09:26 Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t From: Paul_GreenVOS@vos.stratus.com Date: Fri, 29 Mar 02 18:01 est Message-Id: <200203292301.SAA22919@mailhub1.stratus.com> Branch: perl ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t ____________________________________________________________________________ [ 15617] By: jhi on 2002/03/29 22:02:28 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15616] By: jhi on 2002/03/29 21:00:32 Log: Upgrade to Encode 1.01, from Dan Kogai. Branch: perl ! ext/Encode/Changes ext/Encode/Encode.pm ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm ! ext/Encode/Encode/ksc5601.ucm ! ext/Encode/Encode/macCentEuro.ucm ! ext/Encode/Encode/macCroatian.ucm ! ext/Encode/Encode/macCyrillic.ucm ! ext/Encode/Encode/macDingbats.ucm ! ext/Encode/Encode/macGreek.ucm ! ext/Encode/Encode/macIceland.ucm ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm ! ext/Encode/Encode/macRumanian.ucm ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm ! ext/Encode/Encode/macTurkish.ucm ! ext/Encode/Encode/macUkraine.ucm ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! ext/Encode/lib/Encode/CJKConstants.pm ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table ____________________________________________________________________________ [ 15615] By: jhi on 2002/03/29 18:47:01 Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS From: "Craig A. Berry" Date: Fri, 29 Mar 2002 13:46:28 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 15614] By: jhi on 2002/03/29 18:34:27 Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves, which one has to get from the CPAN distribution. Branch: perl + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t + lib/Memoize/t/expmod_t.t - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t - lib/Memoize/t/expire_module_t.t ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm ! lib/Memoize/README ____________________________________________________________________________ [ 15613] By: jhi on 2002/03/29 17:40:09 Log: metaconfig unit tweak. Branch: metaconfig/U/perl ! versiononly.U ____________________________________________________________________________ [ 15612] By: jhi on 2002/03/29 17:39:38 Log: Configure-related tweaks. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h ____________________________________________________________________________ [ 15611] By: jhi on 2002/03/29 17:27:51 Log: Ooops. Branch: perl ! t/op/ver.t ____________________________________________________________________________ [ 15610] By: jhi on 2002/03/29 17:26:42 Log: Subject: [PATCH @15606] d_time for vms From: "Craig A. Berry" Date: Fri, 29 Mar 2002 11:58:29 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 15609] By: jhi on 2002/03/29 17:25:26 Log: Subject: Re: Regex-Unicode bugs From: Rafael Garcia-Suarez Date: Thu, 28 Mar 2002 10:12:35 +0100 Message-ID: <20020328101235.F678@rafael> Branch: perl ! t/op/regmesg.t ____________________________________________________________________________ [ 15608] By: jhi on 2002/03/29 17:21:22 Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions From: Hugo van der Sanden Date: Fri, 29 Mar 2002 16:53:27 +0000 Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk> Branch: perl ! pod/perlre.pod pod/perlretut.pod ____________________________________________________________________________ [ 15607] By: jhi on 2002/03/29 17:19:26 Log: Subject: Re: debugger debuggers wanted From: spidb@cpan.org Date: Fri, 29 Mar 2002 06:34:11 -0500 Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 15606] By: jhi on 2002/03/29 15:42:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15605] By: jhi on 2002/03/29 15:36:43 Log: Rename for 8.3-friendliness. Branch: perl + lib/unicore/PropValueAliases.txt - lib/unicore/PropertyValueAliases.txt ! MANIFEST lib/unicore/README.perl ____________________________________________________________________________ [ 15604] By: jhi on 2002/03/29 15:33:19 Log: Retract ExtUtils/t/basic.t until it works. Branch: perl - lib/ExtUtils/t/basic.t ! MANIFEST ____________________________________________________________________________ [ 15603] By: jhi on 2002/03/29 15:12:08 Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc From: Slaven Rezic Date: 28 Mar 2002 22:27:14 +0100 Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de> Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 15602] By: jhi on 2002/03/29 15:10:43 Log: Interesting... where did this come from? (The Configure change in #15600) Branch: perl ! config_h.SH ____________________________________________________________________________ [ 15601] By: jhi on 2002/03/29 15:10:12 Log: metaconfig unit change for #15600. Branch: metaconfig/U/perl ! versiononly.U ____________________________________________________________________________ [ 15600] By: jhi on 2002/03/29 15:08:22 Log: Subject: versiononly should not put `old' versions in inc From: "H.Merijn Brand" Date: Fri, 29 Mar 2002 12:53:49 +0100 Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl> Branch: perl ! Configure ____________________________________________________________________________ [ 15599] By: jhi on 2002/03/29 14:45:52 Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01 From: Michael G Schwern Date: Fri, 29 Mar 2002 04:12:47 -0500 Message-ID: <20020329091247.GA7432@blackrider> (with two nits: (1) change lib/Extutils/Command/MM.pm in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add @INC to compile.t) Branch: perl + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t + lib/ExtUtils/t/Problem-Module/Makefile.PL + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t + t/lib/MakeMaker/Test/Utils.pm ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm ! t/lib/TieOut.pm ____________________________________________________________________________ [ 15598] By: jhi on 2002/03/29 14:11:58 Log: Leftovers from Encode 0.99. Branch: perl - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm - ext/Encode/compile ext/Encode/encode.h - ext/Encode/lib/Encode/CN/2022_CN.pm - ext/Encode/lib/Encode/Details.pod ____________________________________________________________________________ [ 15597] By: nick on 2002/03/29 14:03:35 Log: Integrate mainline Branch: perlio +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv !> (integrate 130 files) ____________________________________________________________________________ [ 15596] By: jhi on 2002/03/29 13:46:35 Log: Subject: Another Unicode-3.2-induced doc fix From: SADAHIRO Tomoyuki Date: Fri, 29 Mar 2002 21:45:47 +0900 Message-Id: <20020329214046.4C1E.BQW10602@nifty.com> Branch: perl ! ext/Unicode/Normalize/Normalize.pm ____________________________________________________________________________ [ 15595] By: jhi on 2002/03/29 13:44:25 Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix From: Slaven Rezic Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET) Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de> Branch: perl ! reentr.c reentr.pl ____________________________________________________________________________ [ 15594] By: jhi on 2002/03/29 13:38:48 Log: Subject: [PATCH] Quieting OS X From: Michael G Schwern Date: Fri, 29 Mar 2002 05:46:23 -0500 Message-ID: <20020329104622.GA9163@blackrider> Branch: perl ! ext/POSIX/t/posix.t t/op/stat.t ____________________________________________________________________________ [ 15593] By: ams on 2002/03/29 07:32:22 Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs From: Paul_GreenVOS@vos.stratus.com Date: Fri, 29 Mar 02 0:05 est Message-Id: <200203290506.AAA20433@mailhub1.stratus.com> Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 15592] By: ams on 2002/03/29 07:28:29 Log: Subject: Re: perl 5.7.3 + XS lvalue subs From: Spider Boardman Date: Fri, 29 Mar 2002 00:52:24 -0500 Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com> Branch: perl ! op.c t/op/attrs.t ____________________________________________________________________________ [ 15591] By: jhi on 2002/03/29 03:15:18 Log: It's perlce. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15590] By: jhi on 2002/03/29 02:59:03 Log: MPE/iX tweaks from Mark Bixby. Branch: perl ! ext/Storable/t/lock.t mpeix/relink ____________________________________________________________________________ [ 15589] By: jhi on 2002/03/29 02:30:48 Log: Upgrade to Encode 1.00, from Dan Kogai. (one nit: bin/enc2xs needed also ../..) Branch: perl + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm + ext/Encode/bin/enc2xs ext/Encode/bin/piconv ! (edit 104 files) ____________________________________________________________________________ [ 15588] By: jhi on 2002/03/29 01:38:10 Log: Subject: [PATCH] NEXT LINE --> NEL From: Philip Newton Date: Thu, 28 Mar 2002 21:03:10 +0000 Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com> Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 15587] By: jhi on 2002/03/28 18:17:08 Log: binmode :bytes, again. Branch: perl ! lib/utf8.t ____________________________________________________________________________ [ 15586] By: jhi on 2002/03/28 16:23:41 Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s/// From: Mark-Jason Dominus Date: Thu, 28 Mar 2002 10:36:03 -0500 Message-ID: <20020328153603.11992.qmail@plover.com> Branch: perl ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c ____________________________________________________________________________ [ 15585] By: jhi on 2002/03/28 16:20:03 Log: Support Unicode 3.1 names, names without the (XX), and BOM. Branch: perl ! lib/charnames.pm lib/charnames.t pp_pack.c ____________________________________________________________________________ [ 15584] By: jhi on 2002/03/28 15:52:30 Log: If expecting UTF-8, probably not expecting UTF-16. Branch: perl ! t/comp/require.t ____________________________________________________________________________ [ 15583] By: jhi on 2002/03/28 13:48:29 Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS From: Paul_GreenVOS@vos.stratus.com Date: Thu, 28 Mar 02 8:22 est Message-Id: <200203281322.IAA15632@mailhub1.stratus.com> Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 15582] By: jhi on 2002/03/28 13:47:14 Log: Subject: [PATCH] Neuter socketpair on Stratus VOS From: Paul_GreenVOS@vos.stratus.com Date: Thu, 28 Mar 02 7:46 est Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> Branch: perl ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h ____________________________________________________________________________ [ 15581] By: jhi on 2002/03/28 13:45:48 Log: A little bit better error message for \pq, still not good because the script context is not shown. Branch: perl ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c ____________________________________________________________________________ [ 15580] By: jhi on 2002/03/28 13:28:44 Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH) From: Jeffrey Friedl Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST) Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com> Branch: perl ! sv.c t/op/pat.t ____________________________________________________________________________ [ 15579] By: jhi on 2002/03/28 13:22:25 Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier From: Mark-Jason Dominus Date: Thu, 28 Mar 2002 05:04:40 -0500 Message-ID: <20020328100440.22081.qmail@plover.com> Branch: perl ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c ____________________________________________________________________________ [ 15578] By: jhi on 2002/03/28 13:19:21 Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built From: mjd@plover.com Date: 28 Mar 2002 09:22:06 -0000 Message-ID: <20020328092206.18833.qmail@plover.com> Branch: perl ! lib/encoding.t ____________________________________________________________________________ [ 15577] By: jhi on 2002/03/28 13:03:48 Log: Unicode 3.2.0-induced doc tweaks. Branch: perl ! pod/perlretut.pod pod/perlunicode.pod ____________________________________________________________________________ [ 15576] By: nick on 2002/03/28 07:40:04 Log: Integrate mainline (clean in Win32/MinGW but for end.t) Branch: perlio +> (branch 31 files) !> (integrate 162 files) ____________________________________________________________________________ [ 15575] By: jhi on 2002/03/28 04:19:51 Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS From: Paul_GreenVOS@vos.stratus.com Date: Thu, 28 Mar 02 0:16 est Message-Id: <200203280516.AAA16625@mailhub2.stratus.com> Branch: perl ! ext/POSIX/t/posix.t ____________________________________________________________________________ [ 15574] By: jhi on 2002/03/28 04:07:23 Log: Subject: Re: Regex-Unicode bugs From: Rafael Garcia-Suarez Date: Wed, 27 Mar 2002 13:48:06 +0100 Message-ID: <20020327134806.C18945@rafael> regmesg.t patch still would be nice. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 15573] By: jhi on 2002/03/28 03:46:14 Log: Subject: Re: Regex-Unicode bugs From: Hugo van der Sanden Date: Wed, 27 Mar 2002 12:39:57 +0000 Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk> Branch: perl ! pod/perldiag.pod regcomp.c ____________________________________________________________________________ [ 15572] By: jhi on 2002/03/28 03:38:34 Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS From: Paul_GreenVOS@vos.stratus.com Date: Wed, 27 Mar 02 23:33 est Message-Id: <200203280433.XAA01502@mailhub1.stratus.com> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 15571] By: jhi on 2002/03/28 02:25:53 Log: The Official 3.2.0 came out. Branch: perl + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl + lib/unicore/lib/UnifiedI.pl ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt ____________________________________________________________________________ [ 15570] By: jhi on 2002/03/28 02:00:29 Log: socketpair binmode :bytes. Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15569] By: jhi on 2002/03/28 01:46:21 Log: Don't install anything beneath 't' directories. Branch: perl ! installperl ____________________________________________________________________________ [ 15568] By: jhi on 2002/03/28 01:43:52 Log: More UTF-8 locale sensitivity. Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 15567] By: jhi on 2002/03/28 01:20:31 Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current From: Stas Bekman Date: Thu, 28 Mar 2002 10:13:45 +0800 Message-ID: <3CA27C59.4020209@stason.org> Temp file cleanup. Branch: perl ! lib/Pod/t/pod2html-lib.pl ____________________________________________________________________________ [ 15566] By: jhi on 2002/03/28 01:12:17 Log: Be compatible also with non-UTF-8 locales. Branch: perl ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm ! lib/Locale/Language.pod ____________________________________________________________________________ [ 15565] By: jhi on 2002/03/28 00:58:36 Log: Subject: Re: perl 5.7.3 + XS lvalue subs From: Spider Boardman Date: Wed, 27 Mar 2002 20:52:28 -0500 Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com> Branch: perl ! cv.h op.c t/op/attrs.t toke.c ____________________________________________________________________________ [ 15564] By: jhi on 2002/03/27 23:54:59 Log: "Last element". Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15563] By: jhi on 2002/03/27 23:53:27 Log: Subject: Error in perlfunc for "die" From: William R Ward Date: 27 Mar 2002 12:31:32 -0800 Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15562] By: jhi on 2002/03/27 23:50:23 Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions From: Mark Kvale Date: Wed, 27 Mar 2002 16:45:37 -0800 Message-Id: <02032716453705.38063@ivy.ucsf.edu> Branch: perl ! pod/perlre.pod pod/perlretut.pod ____________________________________________________________________________ [ 15561] By: jhi on 2002/03/27 23:48:15 Log: Try to handle UTF-8 locales. Branch: perl ! lib/locale.t ____________________________________________________________________________ [ 15560] By: jhi on 2002/03/27 22:57:45 Log: More binmode :bytes. Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 15559] By: jhi on 2002/03/27 22:48:39 Log: binmode(FH, ":bytes") is the right way, methinks. Branch: perl ! ext/PerlIO/t/encoding.t ____________________________________________________________________________ [ 15558] By: jhi on 2002/03/27 22:29:30 Log: UTF-8 locale: need to open explicitly for bytes. Branch: perl ! ext/PerlIO/t/encoding.t ____________________________________________________________________________ [ 15557] By: jhi on 2002/03/27 21:59:54 Log: UTF-8-ify __DATA__. (TODO: let Neil Bowers know.) Branch: perl ! lib/Locale/Language.pm lib/Locale/Language.pod ____________________________________________________________________________ [ 15556] By: jhi on 2002/03/27 21:44:37 Log: Warn instead of croak. Branch: perl ! pod/perldiag.pod utf8.c ____________________________________________________________________________ [ 15555] By: jhi on 2002/03/27 21:18:40 Log: UTF-8 locale: there might already be one UTF-8 discipline. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 15554] By: jhi on 2002/03/27 21:09:20 Log: Subject: [PATCH @15551] 1_compile.t fix for VMS From: "Craig A. Berry" Date: Wed, 27 Mar 2002 15:22:13 -0600 Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01> Branch: perl ! t/lib/1_compile.t t/lib/compmod.pl ____________________________________________________________________________ [ 15553] By: jhi on 2002/03/27 21:08:03 Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches From: Rafael Garcia-Suarez Date: Wed, 27 Mar 2002 22:35:03 +0100 Message-ID: <20020327223503.A678@rafael> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 15552] By: jhi on 2002/03/27 20:52:19 Log: Start using the Unicode 3.2.0 data (NOTE: still unofficial, but the data is unlikely to change much. Doublecheck when 3.2.0 gets released.) Branch: perl + lib/unicore/PropertyAliases.txt + lib/unicore/PropertyValueAliases.txt ! (edit 129 files) ____________________________________________________________________________ [ 15551] By: jhi on 2002/03/27 15:20:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15550] By: jhi on 2002/03/27 15:06:56 Log: Further fixing for #15549. Six tests are failing under Solaris with en_US.UTF-8 but those failures seem unrelated to the BOUND problem, will look at them later. Branch: perl ! regexec.c ____________________________________________________________________________ [ 15549] By: jhi on 2002/03/27 14:45:05 Log: Possible fix for "Orks, Dragons, and Elves": should now build under UTF-8 locales (is building under Solaris en_US.UTF-8 right now). Branch: perl ! Makefile.SH regexec.c ____________________________________________________________________________ [ 15548] By: jhi on 2002/03/27 14:11:37 Log: Forgotten from #15523. Branch: perl ! lib/Math/BigInt/Calc.pm ____________________________________________________________________________ [ 15547] By: jhi on 2002/03/27 13:53:31 Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off From: Rafael Garcia-Suarez Date: Wed, 27 Mar 2002 13:32:00 +0100 Message-ID: <20020327133200.A18945@rafael> Branch: perl ! regcomp.c t/lib/warnings/regcomp ____________________________________________________________________________ [ 15546] By: jhi on 2002/03/27 13:51:52 Log: Subject: [PATCH] MANIFES --> MANIFEST From: Philip Newton Date: Wed, 27 Mar 2002 10:05:46 +0000 Message-ID: (plus a few tweaks more) Branch: perl ! Porting/check83.pl ____________________________________________________________________________ [ 15545] By: nick on 2002/03/27 07:37:36 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/with_sub.t - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t - lib/bignum/t/trace.t !> (integrate 76 files) ____________________________________________________________________________ [ 15544] By: jhi on 2002/03/27 03:17:46 Log: Obsolete mailing list information. Branch: perl ! README.bs2000 README.os390 README.vmesa ____________________________________________________________________________ [ 15543] By: jhi on 2002/03/27 03:11:55 Log: More URL "whitespacing". Branch: perl ! README.bs2000 README.hurd README.mpeix README.netware ! README.os390 README.vmesa README.vos README.win32 ! pod/perl5004delta.pod pod/perl5005delta.pod ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod ! pod/perltodo.pod ____________________________________________________________________________ [ 15542] By: jhi on 2002/03/27 02:40:33 Log: I like doubleclicking on URLs in pods to select them. Branch: perl ! README.amiga README.epoc README.vos pod/perl561delta.pod ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod ! pod/perltodo.pod pod/perlvar.pod ____________________________________________________________________________ [ 15541] By: jhi on 2002/03/27 02:04:47 Log: Regen modlib. Branch: perl ! pod/perlmodlib.pod ____________________________________________________________________________ [ 15540] By: jhi on 2002/03/27 01:43:52 Log: Update the CPAN sites list. Branch: perl ! pod/perlmodlib.PL pod/perlmodlib.pod ____________________________________________________________________________ [ 15539] By: jhi on 2002/03/27 01:15:11 Log: Regen modlib, toc. Branch: perl ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 15538] By: jhi on 2002/03/27 01:13:12 Log: s/rationale/rational/ Branch: perl ! lib/Math/BigRat.pm lib/bigrat.pm ____________________________________________________________________________ [ 15537] By: jhi on 2002/03/27 01:01:33 Log: s/done/esac/ Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 15536] By: jhi on 2002/03/27 00:54:21 Log: Advertise big* and BigRat. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15535] By: jhi on 2002/03/26 22:42:41 Log: A missing ) in #15527. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 15534] By: jhi on 2002/03/26 22:24:17 Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV From: Tim Jenness Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST) Message-ID: Branch: perl ! lib/ExtUtils/typemap ____________________________________________________________________________ [ 15533] By: jhi on 2002/03/26 22:19:04 Log: Subject: Re: Cygwin PerlIO.t failing From: Stas Bekman Date: Wed, 27 Mar 2002 01:34:11 +0800 Message-ID: <3CA0B113.1070800@stason.org> Branch: perl ! ext/PerlIO/PerlIO.t ____________________________________________________________________________ [ 15532] By: jhi on 2002/03/26 22:11:17 Log: Subject: [PATCH] safety check for vms/test.com From: "Craig A. Berry" Date: Tue, 26 Mar 2002 12:15:21 -0600 Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01> Branch: perl ! vms/test.com ____________________________________________________________________________ [ 15531] By: jhi on 2002/03/26 22:10:33 Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads From: PPrymmer@factset.com Date: Tue, 26 Mar 2002 13:04:59 -0500 Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 15530] By: jhi on 2002/03/26 22:08:35 Log: Subject: [PATCH] Minor typo in test harness From: "Paul Marquess" Date: Tue, 26 Mar 2002 17:44:06 -0000 Message-ID: Branch: perl ! t/lib/warnings/perlio ____________________________________________________________________________ [ 15529] By: jhi on 2002/03/26 22:06:59 Log: Subject: PATCH s2p.PL From: Wolfgang Laun Date: Tue, 26 Mar 2002 17:16:46 +0100 Message-ID: <3CA09EEE.E499DD38@alcatel.at> Branch: perl ! x2p/s2p.PL ____________________________________________________________________________ [ 15528] By: jhi on 2002/03/26 22:03:22 Log: Retract Math::BigInt::Lite, Tels had second thoughts. Branch: perl - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t ! MANIFEST ____________________________________________________________________________ [ 15527] By: jhi on 2002/03/26 22:01:01 Log: Avoid and document a weird bug in UNICOS/mk. Branch: perl ! pod/perldelta.pod pp_sys.c ____________________________________________________________________________ [ 15526] By: jhi on 2002/03/26 20:28:45 Log: Math::BigInt::Lite 0.09, from Tels. Branch: perl + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t ! MANIFEST ____________________________________________________________________________ [ 15525] By: jhi on 2002/03/26 20:14:38 Log: For now disable the test in OS/390; it seems to hang, but frustratingly seems to run from command line and from Perl debugger. Branch: perl ! lib/Math/BigInt/t/mbi_rand.t ____________________________________________________________________________ [ 15524] By: jhi on 2002/03/26 19:57:27 Log: EPOC update from Olaf Flebbe. Branch: perl ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm ! pod/perlport.pod t/io/fs.t ____________________________________________________________________________ [ 15523] By: jhi on 2002/03/26 19:54:48 Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05, and bignum 0.11, from Tels. Branch: perl + lib/Math/BigInt/t/with_sub.t - lib/bignum/t/trace.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t ! lib/bignum/t/bigrat.t lib/bigrat.pm ! t/lib/Math/BigInt/Subclass.pm ____________________________________________________________________________ [ 15522] By: jhi on 2002/03/26 16:07:58 Log: Integrate perlio: [ 15521] Testcase for crlf spanning buffer boundary [ 15520] Fix [ID 20020326.001] - cr/lf spanning buffer boundary Branch: perl +> t/io/crlf.t !> MANIFEST perlio.c ____________________________________________________________________________ [ 15521] By: nick on 2002/03/26 15:31:55 Log: Testcase for crlf spanning buffer boundary Branch: perlio + t/io/crlf.t ! MANIFEST ____________________________________________________________________________ [ 15520] By: nick on 2002/03/26 15:09:52 Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary Branch: perlio ! perlio.c ____________________________________________________________________________ [ 15519] By: jhi on 2002/03/26 14:50:08 Log: Can't test Net:: much in OS/390 without Convert::EBCDIC. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 15518] By: jhi on 2002/03/26 14:39:08 Log: Document the Configure (really, awk) glitch in UNICOS/mk. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15517] By: jhi on 2002/03/26 13:32:31 Log: Subject: [PATCH] Win32 w/o multiplicity build fails From: "Mattia Barbon" Date: Fri, 22 Mar 2002 16:11:28 +0100 Message-ID: <3C9B57B0.31936.496399@localhost> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 15516] By: jhi on 2002/03/26 13:29:24 Log: Subject: Re: Jarkko likes OOOOs From: "Gerrit P. Haase" Date: Tue, 26 Mar 2002 08:44:02 +0100 Message-ID: <40509050505.20020326084402@familiehaase.de> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 15515] By: jhi on 2002/03/26 13:23:32 Log: Subject: [patch utils/perlbug] subject header setting problem From: Stas Bekman Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT) Message-ID: Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 15514] By: jhi on 2002/03/26 13:20:23 Log: Subject: [PATCH] win32/makefile.mk From: "Mattia Barbon" Date: Tue, 26 Mar 2002 13:56:19 +0100 Message-ID: <3CA07E03.13094.8ACAD1@localhost> Branch: perl ! win32/makefile.mk ____________________________________________________________________________ [ 15513] By: nick on 2002/03/26 07:17:17 Log: Integrate mainline Branch: perlio +> (branch 39 files) - (delete 109 files) !> (integrate 105 files) ____________________________________________________________________________ [ 15512] By: nick on 2002/03/26 06:52:42 Log: Integrate mainline Branch: perlio !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl ____________________________________________________________________________ [ 15511] By: jhi on 2002/03/26 04:25:44 Log: Installation advice from Robert Spier. Branch: perl ! INSTALL ____________________________________________________________________________ [ 15510] By: jhi on 2002/03/26 04:12:15 Log: Stas setting things right. Branch: perl ! ext/PerlIO/PerlIO.t ____________________________________________________________________________ [ 15509] By: jhi on 2002/03/26 03:57:22 Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t From: Paul_GreenVOS@vos.stratus.com Date: Mon, 25 Mar 02 23:57 est Message-Id: <200203260457.XAA19233@mailhub2.stratus.com> Branch: perl ! ext/IO/lib/IO/t/io_unix.t ____________________________________________________________________________ [ 15508] By: jhi on 2002/03/26 03:55:54 Log: Add threads hints for UNICOS/mk and UNICOS. (I'm just guessing on UNICOS.) Branch: perl ! hints/unicos.sh hints/unicosmk.sh ____________________________________________________________________________ [ 15507] By: jhi on 2002/03/26 01:19:57 Log: Mention the effect of Unicode keys on hashes. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15506] By: jhi on 2002/03/25 22:38:12 Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.) From: "Craig A. Berry" Date: Mon, 25 Mar 2002 17:24:33 -0600 Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01> Branch: perl ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms ! vms/vms_yfix.pl ____________________________________________________________________________ [ 15505] By: jhi on 2002/03/25 22:36:18 Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set. Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 15504] By: jhi on 2002/03/25 20:39:05 Log: The .ucm of Encode are big when uncompressed. Branch: perl ! INSTALL ____________________________________________________________________________ [ 15503] By: jhi on 2002/03/25 19:58:04 Log: I don't understand what is going on what these news tests, retracting the whole lot. Branch: perl ! ext/PerlIO/PerlIO.t ____________________________________________________________________________ [ 15502] By: jhi on 2002/03/25 19:50:32 Log: Upgrade to Encode 0.99, from Dan Kogai. Branch: perl + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm + ext/Encode/Encode/ksc5601.ucm + ext/Encode/Encode/macCentEuro.ucm + ext/Encode/Encode/macCroatian.ucm + ext/Encode/Encode/macCyrillic.ucm + ext/Encode/Encode/macDingbats.ucm + ext/Encode/Encode/macGreek.ucm + ext/Encode/Encode/macIceland.ucm + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm + ext/Encode/Encode/macRumanian.ucm + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm + ext/Encode/Encode/macTurkish.ucm + ext/Encode/Encode/macUkraine.ucm + ext/Encode/Encode/shiftjis.ucm + ext/Encode/lib/Encode/10646_1.pm + ext/Encode/lib/Encode/CJKConstants.pm + ext/Encode/lib/Encode/CN/2022_CN.pm + ext/Encode/lib/Encode/JP/2022_JP.pm + ext/Encode/lib/Encode/JP/2022_JP1.pm + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref + ext/Encode/ucm2table - (delete 109 files) ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm ! ext/Encode/CN/Makefile.PL ext/Encode/Changes ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST ! ext/Encode/Makefile.PL ext/Encode/README ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Details.pod ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/Internal.pm ! ext/Encode/lib/Encode/JP/H2Z.pm ! ext/Encode/lib/Encode/JP/JIS.pm ! ext/Encode/lib/Encode/Supported.pod ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc ! ext/Encode/t/jisx0212.ref ____________________________________________________________________________ [ 15501] By: jhi on 2002/03/25 19:16:21 Log: Noise with -w. Branch: perl ! ext/PerlIO/PerlIO.t ____________________________________________________________________________ [ 15500] By: jhi on 2002/03/25 19:02:41 Log: If no perlio no perlio warnings, either. Branch: perl ! lib/warnings.t ____________________________________________________________________________ [ 15499] By: jhi on 2002/03/25 18:57:47 Log: ...and put some of the new perlio tests here. The in-memory ones not yet since my poor brain refuses to find the right TODO incantation. Branch: perl ! ext/PerlIO/PerlIO.t ____________________________________________________________________________ [ 15498] By: jhi on 2002/03/25 18:23:36 Log: Take away the perlio-requiring tests.. Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 15497] By: jhi on 2002/03/25 18:04:39 Log: More correct now, but actually the two new tests need to be moved, since they are perlio-only... Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 15496] By: jhi on 2002/03/25 17:57:32 Log: More neo-io tests from Stas Bekman. Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 15495] By: jhi on 2002/03/25 17:52:33 Log: Document the QNX6 sprintf glitch. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15494] By: jhi on 2002/03/25 17:46:27 Log: AmigaOS must use the ixemul directly, since there is no more vfork support. Branch: perl ! hints/amigaos.sh ____________________________________________________________________________ [ 15493] By: jhi on 2002/03/25 17:39:18 Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6 From: Norton Allen Date: Mon, 25 Mar 2002 13:39:25 -0500 (est) Message-Id: <200203251839.NAA02055@bottesini.harvard.edu> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 15492] By: jhi on 2002/03/25 17:38:33 Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6 From: Norton Allen Date: Mon, 25 Mar 2002 13:36:17 -0500 (est) Message-Id: <200203251836.NAA01517@bottesini.harvard.edu> Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15491] By: jhi on 2002/03/25 16:57:10 Log: Clarify the 8.3 rule. Branch: perl ! Porting/check83.pl ____________________________________________________________________________ [ 15490] By: nick on 2002/03/25 16:05:07 Log: Integrate mainline Branch: perlio +> ext/Encode/lib/Encode/EncFormat.pod +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c - ext/Encode/lib/EncodeFormat.pod !> (integrate 41 files) ____________________________________________________________________________ [ 15489] By: jhi on 2002/03/25 15:52:33 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15488] By: jhi on 2002/03/25 15:32:39 Log: Forgotten from #15486. Branch: perl ! perl.c ____________________________________________________________________________ [ 15487] By: jhi on 2002/03/25 15:23:56 Log: It seems that FreeBSD does not like using Perl's malloc when multithreaded. Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 15486] By: jhi on 2002/03/25 14:37:03 Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno? From: Rafael Garcia-Suarez Date: Mon, 25 Mar 2002 11:33:17 +0100 Message-ID: <20020325113317.A1410@rafael> Apparently VMS does not do YYDEBUG. Branch: perl ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms ____________________________________________________________________________ [ 15485] By: jhi on 2002/03/25 14:10:20 Log: Subject: [PATCH] warnings for perlio + others From: "Paul Marquess" Date: Mon, 25 Mar 2002 13:01:44 -0000 Message-ID: Branch: perl ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h ! warnings.pl ____________________________________________________________________________ [ 15484] By: jhi on 2002/03/25 01:53:29 Log: As verified by Doug MacEachern. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15483] By: jhi on 2002/03/24 23:23:50 Log: MPE/iX update from Mark Bixby. Branch: perl + mpeix/mpeix.c ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs ! hints/mpeix.sh mpeix/mpeixish.h ____________________________________________________________________________ [ 15482] By: jhi on 2002/03/24 22:54:00 Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant From: Nicholas Clark Date: Sun, 24 Mar 2002 22:50:06 +0000 Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net> Branch: perl ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t ____________________________________________________________________________ [ 15481] By: jhi on 2002/03/24 22:35:56 Log: Subject: [PATCH] fix warning + carp interaction From: "Paul Marquess" Date: Sun, 24 Mar 2002 23:00:21 -0000 Message-ID: Branch: perl ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled ! warnings.pl ____________________________________________________________________________ [ 15480] By: jhi on 2002/03/24 22:30:48 Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus. (All the code changes have already been applied earlier.) Branch: perl ! lib/Tie/File.pm lib/Tie/File/t/00_version.t ____________________________________________________________________________ [ 15479] By: jhi on 2002/03/24 22:11:46 Log: DB_File: for the core version, no need to specify a minimum MM version. Branch: perl ! ext/DB_File/Makefile.PL ____________________________________________________________________________ [ 15478] By: jhi on 2002/03/24 21:33:42 Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow From: Dave Mitchell Date: Sun, 24 Mar 2002 22:23:08 +0000 Message-ID: <20020324222308.B21963@fdgroup.com> Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 15477] By: jhi on 2002/03/24 21:19:45 Log: Subject: [PATCH @15450] errno help for VMS From: "Craig A. Berry" Date: Sun, 24 Mar 2002 16:17:52 -0600 Message-Id: Branch: perl ! ext/POSIX/t/posix.t vms/vms.c ____________________________________________________________________________ [ 15476] By: jhi on 2002/03/24 21:18:45 Log: Upgrade to Locale::Codes 2.03. Branch: perl ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README ! lib/Locale/Country.pm ____________________________________________________________________________ [ 15475] By: jhi on 2002/03/24 20:36:46 Log: metaconfig unit change for #15474. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 15474] By: jhi on 2002/03/24 20:35:49 Log: The #15472 said "properly". Ha! Branch: perl ! Configure ____________________________________________________________________________ [ 15473] By: jhi on 2002/03/24 20:17:37 Log: metaconfig unit change for #15472. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 15472] By: jhi on 2002/03/24 20:16:56 Log: Properly scan for the subextensions of Encode when doing static builds. Branch: perl ! Configure ____________________________________________________________________________ [ 15471] By: jhi on 2002/03/24 19:58:38 Log: Tru64: Document the known odbm failure with static builds. Branch: perl ! README.tru64 ____________________________________________________________________________ [ 15470] By: jhi on 2002/03/24 17:56:01 Log: microperl tweaks. Branch: perl ! Makefile.micro locale.c util.c ____________________________________________________________________________ [ 15469] By: jhi on 2002/03/24 17:32:36 Log: metaconfig unit changes for #15468. Branch: metaconfig ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U ! U/modified/libc.U U/modified/libs.U ! U/threads/d_pthread_atfork.U ____________________________________________________________________________ [ 15468] By: jhi on 2002/03/24 17:32:05 Log: Various metaconfig unit cleanup; only one visible change in Configure, though. Branch: perl ! Configure ____________________________________________________________________________ [ 15467] By: jhi on 2002/03/24 15:53:59 Log: Upgrade to Encode 0.98, from Dan Kogai. Branch: perl + ext/Encode/lib/Encode/EncFormat.pod + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm - ext/Encode/lib/EncodeFormat.pod ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Details.pod ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm ! ext/Encode/lib/Encode/JP/JIS.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 15466] By: jhi on 2002/03/24 13:58:44 Log: Integrate perlio: [ 15462] Avoid core-dump in Encode with PERLIO=mmap Branch: perl !> ext/Encode/Encode.xs ____________________________________________________________________________ [ 15465] By: jhi on 2002/03/24 13:51:15 Log: In the spirit of #15464. Branch: perl ! perl.c sv.c ____________________________________________________________________________ [ 15464] By: jhi on 2002/03/24 13:49:02 Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault From: Michael G Schwern Date: Sun, 24 Mar 2002 02:27:25 -0500 Message-ID: <20020324072725.GA3554@blackrider> Branch: perl ! perl.c ____________________________________________________________________________ [ 15463] By: nick on 2002/03/24 10:24:41 Log: Integrate mainline Branch: perlio +> (branch 28 files) - lib/bigfloat.t lib/bigint.t !> (integrate 59 files) ____________________________________________________________________________ [ 15462] By: nick on 2002/03/24 08:59:35 Log: Avoid core-dump in Encode with PERLIO=mmap Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 15461] By: nick on 2002/03/24 08:58:21 Log: Too many machines doing integrate mainline Branch: perlio !> Changes Configure lib/AutoSplit.t !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod !> pp_ctl.c reentr.h reentr.pl t/op/override.t ____________________________________________________________________________ [ 15460] By: jhi on 2002/03/24 04:57:48 Log: Retract Math::BigInt::Lite for now, seems to confuse bignum and bigrat. Branch: perl - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t ! MANIFEST ____________________________________________________________________________ [ 15459] By: jhi on 2002/03/24 04:48:19 Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS From: "Craig A. Berry" Date: Sat, 23 Mar 2002 23:23:00 -0600 Message-Id: Branch: perl ! configure.com vms/vms.c ____________________________________________________________________________ [ 15458] By: jhi on 2002/03/24 04:46:37 Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling From: Michael G Schwern Date: Sat, 23 Mar 2002 21:32:32 -0500 Message-ID: <20020324023232.GA29972@blackrider> (with Russ Allbery's simplifications) Branch: perl ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t ____________________________________________________________________________ [ 15457] By: jhi on 2002/03/24 00:28:47 Log: Merge Math::BigInt::Lite 0.08, from Tels. Branch: perl + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t ! MANIFEST ____________________________________________________________________________ [ 15456] By: jhi on 2002/03/24 00:23:49 Log: Too chatty. Branch: perl ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm ____________________________________________________________________________ [ 15455] By: jhi on 2002/03/24 00:21:07 Log: Merge bignum 0.10, from Tels. Branch: perl + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t + lib/bignum/t/option_a.t lib/bignum/t/option_l.t + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm ! MANIFEST ____________________________________________________________________________ [ 15454] By: jhi on 2002/03/23 23:58:44 Log: Rename the Perl 4 tests in preparation of bignum. Branch: perl + lib/bigfloatpl.t lib/bigintpl.t - lib/bigfloat.t lib/bigint.t ! MANIFEST ____________________________________________________________________________ [ 15453] By: jhi on 2002/03/23 23:07:04 Log: Merge Math::BigRat 0.04, from Tels. Branch: perl + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t + t/lib/Math/BigRat/Test.pm ! MANIFEST ____________________________________________________________________________ [ 15452] By: jhi on 2002/03/23 21:44:23 Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal From: Dave Mitchell Date: Sat, 23 Mar 2002 22:27:24 +0000 Message-ID: <20020323222724.A19425@fdgroup.com> Branch: perl ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h ____________________________________________________________________________ [ 15451] By: jhi on 2002/03/23 21:40:02 Log: Forgotten. Branch: perl ! ext/Unicode/Normalize/README ____________________________________________________________________________ [ 15450] By: jhi on 2002/03/23 21:00:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15449] By: jhi on 2002/03/23 20:44:57 Log: Subject: perldoc -m [PATCH] From: "John L. Allen" Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST) Message-ID: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 15448] By: jhi on 2002/03/23 20:42:30 Log: Subject: Re: Copious warnings from Sys::Syslog From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Sat, 23 Mar 2002 06:47:08 +0100 Message-ID: Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 15447] By: jhi on 2002/03/23 20:34:43 Log: Upgrade to Math::BigInt 1.55, from Tels. Branch: perl + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t + lib/Math/BigInt/t/use_lib4.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc ! lib/Math/BigInt/t/upgrade.t ____________________________________________________________________________ [ 15446] By: jhi on 2002/03/23 19:50:02 Log: Upgrade to Encode 0.97, from Dan Kogai. Branch: perl ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t ! ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15445] By: jhi on 2002/03/23 17:33:08 Log: Slight tweaks on #15443. Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 15444] By: nick on 2002/03/23 17:30:42 Log: Integrate mainline Branch: perlio +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm !> (integrate 50 files) ____________________________________________________________________________ [ 15443] By: jhi on 2002/03/23 17:30:09 Log: Subject: patch [bleadperl]: Document %! special variable From: mjd@plover.com Date: 23 Mar 2002 18:25:44 -0000 Message-ID: <20020323182544.11741.qmail@plover.com> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 15442] By: jhi on 2002/03/23 17:17:47 Log: Since the Encode::JP is unsupported under EBCDIC we cannot run this test (aliases as such should work fine). Branch: perl ! ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 15441] By: jhi on 2002/03/23 17:15:15 Log: EBCDIC: the sorting order is different under byte-EBCDIC and Unicode. Branch: perl ! t/op/utfhash.t ____________________________________________________________________________ [ 15440] By: jhi on 2002/03/23 17:09:17 Log: EBCDIC: the character codes are different. Branch: perl ! lib/Pod/t/pod2html-lib.pl ____________________________________________________________________________ [ 15439] By: jhi on 2002/03/23 03:05:11 Log: Purify: #15434 got the test the wrong. (Is there an approved way of testing "is this an unop"?) Branch: perl ! op.c ____________________________________________________________________________ [ 15438] By: jhi on 2002/03/23 01:40:53 Log: Purify: Array bounds read: could read one character past the end. Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 15437] By: jhi on 2002/03/23 01:22:10 Log: Purify: Array bounds read: reading one byte before the buffer. Branch: perl ! util.c ____________________________________________________________________________ [ 15436] By: jhi on 2002/03/23 01:14:24 Log: Purify: Unitialized memory read. Too many code paths to keep track of, I guess. Branch: perl ! sv.c ____________________________________________________________________________ [ 15435] By: jhi on 2002/03/23 01:00:31 Log: Purify: Array bounds write: pre-extend the strxfrm buffer by a factor of four (suggested maximum by HP-UX; Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't know how portable that is; locale.c uses yet another trick (not a particularly good trick, I might add)) Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 15434] By: jhi on 2002/03/23 00:48:23 Log: Purify: Array bounds read: o->op_last was accessed for unops (via newUNOP() and ck_eof()). (analysis okay, patch bad: see #15439) Branch: perl ! op.c ____________________________________________________________________________ [ 15433] By: jhi on 2002/03/22 23:19:34 Log: Subject: [PATCH] vms/test.com, File::Find tests From: "Craig A. Berry" Date: Fri, 22 Mar 2002 16:52:59 -0600 Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01> Branch: perl ! vms/test.com ____________________________________________________________________________ [ 15432] By: jhi on 2002/03/22 23:18:44 Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors From: Michael G Schwern Date: Fri, 22 Mar 2002 18:08:19 -0500 Message-ID: <20020322230819.GB16454@blackrider> Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 15431] By: jhi on 2002/03/22 21:52:56 Log: Update the information on Encode. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15430] By: jhi on 2002/03/22 21:48:28 Log: Upgrade to Encode 0.96, from Dan Kogai. Branch: perl + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/Internal.pm ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t ____________________________________________________________________________ [ 15429] By: jhi on 2002/03/22 20:52:18 Log: Subject: [PATCH] h2xs.t fix for VMS From: "Craig A. Berry" Date: Fri, 22 Mar 2002 15:47:38 -0600 Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01> Branch: perl ! lib/h2xs.t ____________________________________________________________________________ [ 15428] By: jhi on 2002/03/22 20:50:42 Log: One more pass. Branch: perl ! epoc/config.sh ____________________________________________________________________________ [ 15427] By: jhi on 2002/03/22 20:46:43 Log: Even better version from Olaf Flebbe. Branch: perl ! epoc/config.sh pp_sys.c util.c ____________________________________________________________________________ [ 15426] By: jhi on 2002/03/22 20:34:28 Log: EPOC update from Olaf Flebbe. Branch: perl ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c ____________________________________________________________________________ [ 15425] By: jhi on 2002/03/22 20:03:33 Log: Tweak from John P. Linderman. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 15424] By: jhi on 2002/03/22 17:08:36 Log: Subject: [PATCH pod/perlfunc.pod] doc fix From: Stas Bekman Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT) Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15423] By: jhi on 2002/03/22 17:06:42 Log: Subject: [PATCH] check sysconf's return value in reentr.c From: Date: Fri, 22 Mar 2002 18:30:36 +0100 Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]> (plus use 4k instead 2k as the "usual" size) Branch: perl ! reentr.c reentr.pl ____________________________________________________________________________ [ 15422] By: jhi on 2002/03/22 15:23:38 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15421] By: jhi on 2002/03/22 15:18:30 Log: Forgot from #15416. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 15420] By: jhi on 2002/03/22 15:15:37 Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 22 Mar 2002 16:27:51 +0100 Message-ID: Branch: perl ! pod/perlmodstyle.pod ____________________________________________________________________________ [ 15419] By: jhi on 2002/03/22 15:14:42 Log: metaconfig unit changes for #15418. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15418] By: jhi on 2002/03/22 15:14:09 Log: The I_CSD, I_S, and V_S had wrong recepting datatype. Also, there's no i_stdio. Branch: perl ! Configure reentr.h reentr.pl ____________________________________________________________________________ [ 15417] By: jhi on 2002/03/22 15:07:33 Log: Document a known AIX warning. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15416] By: jhi on 2002/03/22 15:03:05 Log: Undo #15415, allow the faq people to catch up first. Branch: perl ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod ____________________________________________________________________________ [ 15415] By: jhi on 2002/03/22 13:30:38 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod ____________________________________________________________________________ [ 15414] By: jhi on 2002/03/22 13:25:17 Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 22 Mar 2002 15:16:19 +0100 Message-ID: (plus reformat) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15413] By: jhi on 2002/03/22 13:20:48 Log: Integrate perlio: [ 15412] Check for sanity of UTF-8 keys in hashes (feel free to add more tests...) [ 15410] Fix [ID 20020318.003] cannot open STDOUT into in memory variable - when (e.g.) STDOUT is char special file and gets IoOFP created - do _NOT_ pass num_svs as that fopen-s stringified glob, and not fdopen-s the fd. Branch: perl +> t/op/utfhash.t !> MANIFEST doio.c ____________________________________________________________________________ [ 15412] By: nick on 2002/03/22 10:50:53 Log: Check for sanity of UTF-8 keys in hashes (feel free to add more tests...) Branch: perlio + t/op/utfhash.t ! MANIFEST ____________________________________________________________________________ [ 15411] By: ams on 2002/03/22 08:36:33 Log: Revert #15200 for backwards compatiblity reasons. Branch: perl ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod ! pp_ctl.c t/op/override.t ____________________________________________________________________________ [ 15410] By: nick on 2002/03/22 07:47:41 Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable - when (e.g.) STDOUT is char special file and gets IoOFP created - do _NOT_ pass num_svs as that fopen-s stringified glob, and not fdopen-s the fd. Branch: perlio ! doio.c ____________________________________________________________________________ [ 15409] By: nick on 2002/03/22 07:19:33 Log: Integrate mainline Branch: perlio +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm +> ext/Encode/lib/Encode/Details.pod +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t +> lib/Pod/t/pod2html-lib.pl - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t !> (integrate 39 files) ____________________________________________________________________________ [ 15408] By: jhi on 2002/03/22 04:09:19 Log: Win32 tweak from mjd. Branch: perl ! lib/Tie/File.pm ____________________________________________________________________________ [ 15407] By: jhi on 2002/03/22 04:07:13 Log: If Unicode keys are entered to a hash, a bit is turned on. If the bit is on, when the keys are fetched from the hash (%h, each %h, keys %h), the Unicodified versions of the keys are returned if needed. This solution errs on the size of over-Unicodifying, the old solution erred on the side of under-Unicodifying. As long as the hash keys can be a mix of byte and Unicode strings, a perfect fit is hard to come by. Branch: perl ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h ! pod/perlunicode.pod pp.c sv.h t/op/pat.t ____________________________________________________________________________ [ 15406] By: jhi on 2002/03/22 01:21:57 Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem From: Mike Guy Date: Fri, 22 Mar 2002 02:08:20 +0000 Message-Id: Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15405] By: jhi on 2002/03/21 23:13:44 Log: PM_SETRE() fallout. Branch: perl ! ext/ByteLoader/bytecode.h ____________________________________________________________________________ [ 15404] By: jhi on 2002/03/21 22:54:42 Log: Subject: [PATCH pod/perlxs.pod] doc fix From: Stas Bekman Date: Thu, 21 Mar 2002 18:47:35 +0800 Message-ID: <3C99BA47.9010403@stason.org> Branch: perl ! pod/perlxs.pod ____________________________________________________________________________ [ 15403] By: jhi on 2002/03/21 22:53:11 Log: Subject: [PATCH] From: Slaven Rezic Date: 21 Mar 2002 10:19:23 +0100 Message-ID: <87n0x2wa5g.fsf@vran.herceg.de> Disable gethostbyaddr_r for all 4.x FreeBSD versions. Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 15402] By: jhi on 2002/03/21 22:50:19 Log: Subject: Storable is inefficient retreiving large hashes [PATCH] From: Tim Bunce Date: Thu, 21 Mar 2002 21:18:05 +0000 Message-ID: <20020321211805.E25276@dansat.data-plan.com> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 15401] By: jhi on 2002/03/21 20:48:52 Log: Reword the Apache^Wmod_perl bit so that Sarathy can sleep easier :-) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15400] By: jhi on 2002/03/21 20:19:31 Log: It seems that the strange failure (core dump) of t/uni/fold.t on ithreads Solaris builds is a gcc bug: (1) using Sun's cc helps (2) rewriting the ithreads PM_SETRE() to do the setting in two steps helps (3) no other platforms have the crash (4) Tru64's Third Degree sees nothing evil So we implement (2). Branch: perl ! op.h ____________________________________________________________________________ [ 15399] By: jhi on 2002/03/21 20:09:23 Log: Solaris: default to the SUNwspro cc if it is available. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 15398] By: jhi on 2002/03/21 18:41:57 Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem does not get fixed in time. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15397] By: jhi on 2002/03/21 18:19:53 Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP From: Dave Mitchell Date: Thu, 21 Mar 2002 17:24:40 +0000 Message-ID: <20020321172440.C13683@fdgroup.com> Branch: perl ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h ! pod/perlapi.pod proto.h sv.h toke.c ____________________________________________________________________________ [ 15396] By: jhi on 2002/03/21 18:00:51 Log: One more proto escapee. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 15395] By: jhi on 2002/03/21 17:56:57 Log: metaconfig unit change for #15394. Branch: metaconfig/U/perl ! Checkcc.U ____________________________________________________________________________ [ 15394] By: jhi on 2002/03/21 17:56:34 Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads From: Robin Barker Date: Thu, 21 Mar 2002 17:35:00 GMT Message-Id: <200203211735.RAA15135@tempest.npl.co.uk> Branch: perl ! Configure ____________________________________________________________________________ [ 15393] By: jhi on 2002/03/21 17:36:06 Log: Subject: Re: [tests for Pod::Html] From: Stas Bekman Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT) Message-ID: Branch: perl + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t - t/pod2html/README ! MANIFEST lib/Pod/t/pod2html-lib.pl ____________________________________________________________________________ [ 15392] By: jhi on 2002/03/21 16:17:53 Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning From: Stas Bekman Date: Thu, 21 Mar 2002 18:50:56 +0800 Message-ID: <3C99BB10.50004@stason.org> Branch: perl ! ext/Cwd/Cwd.xs ____________________________________________________________________________ [ 15391] By: jhi on 2002/03/21 16:16:57 Log: Upgrade to Encode 0.95, from Dan Kogai. Branch: perl + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm + ext/Encode/lib/Encode/Details.pod + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST ! ext/Encode/Makefile.PL ____________________________________________________________________________ [ 15390] By: jhi on 2002/03/21 14:48:35 Log: Mention the new syslog try-harder feature. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15389] By: jhi on 2002/03/21 14:44:56 Log: metaconfig unit changes for #15388. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15388] By: jhi on 2002/03/21 14:44:09 Log: Subject: [PATCH @15373] More HP-UX/IA64 work From: Spider Boardman Date: Thu, 21 Mar 2002 09:23:45 -0500 Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> Branch: perl ! Configure hints/hpux.sh reentr.pl ____________________________________________________________________________ [ 15387] By: jhi on 2002/03/21 14:37:56 Log: NetWare diff from C Aditya. Branch: perl ! perl.h ____________________________________________________________________________ [ 15386] By: jhi on 2002/03/21 14:36:05 Log: The htmlview test doesn't work yet. Branch: perl + t/pod2html/README - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t ! MANIFEST ____________________________________________________________________________ [ 15385] By: jhi on 2002/03/21 14:15:01 Log: Placeholder. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15384] By: jhi on 2002/03/21 14:03:50 Log: Integrate perlio: [ 15381] Restore tabs so dmake will parse file! Branch: perl !> win32/makefile.mk ____________________________________________________________________________ [ 15383] By: jhi on 2002/03/21 13:52:18 Log: Subject: [tests for Pod::Html] From: Stas Bekman Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT) Message-ID: Branch: perl + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t + lib/Pod/t/pod2html-lib.pl ! MANIFEST ____________________________________________________________________________ [ 15382] By: nick on 2002/03/21 07:21:57 Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t) Branch: perlio +> ext/Encode/AUTHORS ext/Encode/Changes +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref +> ext/I18N/Langinfo/fallback/const-c.inc +> ext/I18N/Langinfo/fallback/const-xs.inc +> lib/ExtUtils/t/Constant.t - ext/Encode/Encode/euc-jp-0212.enc - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl - ext/Encode/t/table.euc ext/Encode/t/table.ref - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t !> (integrate 105 files) ____________________________________________________________________________ [ 15381] By: nick on 2002/03/21 06:59:57 Log: Restore tabs so dmake will parse file! Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 15380] By: jhi on 2002/03/21 04:26:03 Log: Upgrade to Unicode::Normalize 0.16. Branch: perl ! ext/Unicode/Normalize/Changes ! ext/Unicode/Normalize/Normalize.pm ____________________________________________________________________________ [ 15379] By: jhi on 2002/03/21 02:59:46 Log: Schwern's wallet is a bit more loose. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 15378] By: jhi on 2002/03/20 21:57:22 Log: Subject: [PATCH] From: "Paul Marquess" Date: Wed, 20 Mar 2002 22:56:17 -0000 Message-ID: packWARN also for subdirs. Branch: perl ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c ! win32/win32.c ____________________________________________________________________________ [ 15377] By: jhi on 2002/03/20 21:50:11 Log: A plan is better. Branch: perl ! ext/Encode/t/CJKalias.t ____________________________________________________________________________ [ 15376] By: jhi on 2002/03/20 21:26:09 Log: Upgrade to Encode 0.94, from Dan Kogai. Branch: perl + ext/Encode/lib/Encode/Description.pod ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm ! ext/Encode/t/CJKalias.t ____________________________________________________________________________ [ 15375] By: jhi on 2002/03/20 21:09:27 Log: Rats' nest. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 15374] By: jhi on 2002/03/20 21:01:59 Log: Rrright. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 15373] By: jhi on 2002/03/20 17:36:43 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15372] By: jhi on 2002/03/20 16:54:35 Log: Reapply #15336. Branch: perl ! ext/Encode/lib/Encode/Tcl.pm ____________________________________________________________________________ [ 15371] By: jhi on 2002/03/20 15:28:44 Log: Upgrade to Encode 0.93, from Dan Kogai. Branch: perl + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST ! ext/Encode/README ext/Encode/TW/TW.pm ! ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/Internal.pm ! ext/Encode/lib/Encode/JP/Constants.pm ! ext/Encode/lib/Encode/JP/H2Z.pm ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm ! ext/Encode/lib/Encode/Tcl/Escape.pm ! ext/Encode/lib/Encode/Tcl/Table.pm ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm ! ext/Encode/lib/Encode/iso10646_1.pm ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm ! ext/Encode/t/JP.t ____________________________________________________________________________ [ 15370] By: jhi on 2002/03/20 15:13:42 Log: Subject: patch for syslog From: Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT) Message-ID: Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 15369] By: jhi on 2002/03/20 15:10:17 Log: Some failure updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15368] By: jhi on 2002/03/20 15:02:04 Log: Getopt::Long 2.29 from Johan Vromans. Branch: perl ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES ____________________________________________________________________________ [ 15367] By: jhi on 2002/03/20 14:58:56 Log: Rename ExtUtils.t to Constant.t, as suggested by Nicholas Clark. Branch: perl + lib/ExtUtils/t/Constant.t - lib/ExtUtils/t/ExtUtils.t ! MANIFEST ____________________________________________________________________________ [ 15366] By: jhi on 2002/03/20 14:56:27 Log: Subject: [PATCH] TODO - Make Schwern Poorer From: Nicholas Clark Date: Tue, 19 Mar 2002 22:50:28 +0000 Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net> Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 15365] By: jhi on 2002/03/20 14:47:15 Log: Subject: Re: The story of O [PATCH] From: Richard.Foley@t-online.de (Richard Foley) Date: Sun, 17 Mar 2002 08:37:26 +0100 Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 15364] By: jhi on 2002/03/20 14:43:11 Log: Mention the external modules Encode::HanExtra and PadWalker. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15363] By: jhi on 2002/03/20 14:38:23 Log: Subject: [PATCH] List lexicals from debugger From: Peter Scott Date: Tue, 19 Mar 2002 12:28:52 -0800 Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com> Branch: perl ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod ____________________________________________________________________________ [ 15362] By: jhi on 2002/03/20 14:37:05 Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan, and :encoding(xxx) was errorneously parsed. Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 15361] By: jhi on 2002/03/20 14:34:38 Log: Subject: [PATCH bleadperl] exec.t tweak From: Nikola Knezevic Date: Wed, 20 Mar 2002 01:21:40 +0100 Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu> 4NT returns 2 as error-code for nonexistant file. Branch: perl ! t/op/exec.t ____________________________________________________________________________ [ 15360] By: jhi on 2002/03/20 14:33:09 Log: minor Tie::File test patch to make win32 happier, from mjd. Branch: perl ! lib/Tie/File/t/30_defer.t ____________________________________________________________________________ [ 15359] By: jhi on 2002/03/20 14:31:53 Log: Subject: [PATCH bleadperl] magic.t tweak From: Nikola Knezevic Date: Wed, 20 Mar 2002 00:39:16 +0100 Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 15358] By: jhi on 2002/03/20 14:23:46 Log: Typo fix from Andreas Koenig, plus a tweak. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15357] By: jhi on 2002/03/20 14:21:33 Log: Sigh. The _GNU_SOURCE is needed for the struct crypt_data in Mandrake 8.2. Now we need to figure out a way not to unbreak Apache. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 15356] By: jhi on 2002/03/20 13:59:58 Log: Fix for "UTF-8 bug with s///" from Hugo. Branch: perl ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c ! t/op/pat.t ____________________________________________________________________________ [ 15355] By: jhi on 2002/03/20 02:23:23 Log: metaconfig unit change for #15354. Branch: metaconfig ! U/threads/usethreads.U ____________________________________________________________________________ [ 15354] By: jhi on 2002/03/20 02:23:01 Log: Installation updates on threads and perlio. Branch: perl ! Configure INSTALL ____________________________________________________________________________ [ 15353] By: jhi on 2002/03/20 01:17:27 Log: Tpo. Branch: perl ! pod/perlfaq6.pod ____________________________________________________________________________ [ 15352] By: jhi on 2002/03/20 01:15:54 Log: Regen modlib and toc. Branch: perl ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 15351] By: jhi on 2002/03/20 01:12:28 Log: Whitespace tweaks. Branch: perl ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod ! pod/perltodo.pod pod/perlunicode.pod ____________________________________________________________________________ [ 15350] By: jhi on 2002/03/20 00:55:54 Log: If it looks like UTF-8 (either nl_langinfo or locale variables), think UTF-8, embrace your inner UTF-8, as suggested by Larry. (And as suggested by Markus Kuhn.) While we are at it, document also the case of mixed hash keys as a known potential troublemaker. (Since it's locale-related, sometimes.) Branch: perl ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod ! pod/perluniintro.pod ____________________________________________________________________________ [ 15349] By: jhi on 2002/03/20 00:47:17 Log: Surely a typo. Branch: perl ! gv.c ____________________________________________________________________________ [ 15348] By: jhi on 2002/03/19 22:05:29 Log: Take two. Branch: perl + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref ____________________________________________________________________________ [ 15347] By: jhi on 2002/03/19 22:04:45 Log: Let's try this from scratch. Branch: perl - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref ____________________________________________________________________________ [ 15346] By: jhi on 2002/03/19 21:59:14 Log: I could do this all day... Branch: perl ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref ____________________________________________________________________________ [ 15345] By: jhi on 2002/03/19 21:54:20 Log: Grrr. Branch: perl ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref ____________________________________________________________________________ [ 15344] By: jhi on 2002/03/19 21:49:47 Log: Subject: Re: Nearly OK for cygwin@15318 From: John Peacock Date: Tue, 19 Mar 2002 15:58:08 -0500 Message-ID: <3C97A660.3060302@rowman.com> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 15343] By: jhi on 2002/03/19 21:47:02 Log: Subject: Re: Nearly OK for cygwin@15318 From: Date: Tue, 19 Mar 2002 21:47:49 +0100 Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]> Subject: Re: Nearly OK for cygwin@15318 From: Date: Tue, 19 Mar 2002 21:37:18 +0100 Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]> Branch: perl ! pod/perlport.pod t/io/fs.t ____________________________________________________________________________ [ 15342] By: jhi on 2002/03/19 21:41:12 Log: D'oh. Branch: perl + ext/I18N/Langinfo/fallback/const-c.inc + ext/I18N/Langinfo/fallback/const-xs.inc ____________________________________________________________________________ [ 15341] By: jhi on 2002/03/19 21:40:49 Log: Subject: [PATCH] proper fallback for I18N::Langinfo From: Nicholas Clark Date: Tue, 19 Mar 2002 22:37:08 +0000 Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net> Subject: Re: [PATCH] proper fallback for I18N::Langinfo From: Nicholas Clark Date: Tue, 19 Mar 2002 22:39:55 +0000 Message-ID: <20020319223954.G94831@plum.flirble.org> Branch: perl - ext/I18N/Langinfo/fallback.xs ! MANIFEST ____________________________________________________________________________ [ 15340] By: jhi on 2002/03/19 21:31:16 Log: Text, not binary. Branch: perl ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref ____________________________________________________________________________ [ 15339] By: jhi on 2002/03/19 21:26:10 Log: Subject: Re: perl@15244 From: "H.Merijn Brand" Date: Mon, 18 Mar 2002 17:37:31 +0100 Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl> (Goedendag: Dutch whitespace police) Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 15338] By: jhi on 2002/03/19 21:10:29 Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7 From: Nicholas Clark Date: Tue, 19 Mar 2002 21:52:47 +0000 Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> Branch: perl ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL ! ext/Sys/Syslog/Makefile.PL ____________________________________________________________________________ [ 15337] By: jhi on 2002/03/19 20:09:22 Log: More pathname portability checks. Branch: perl ! Porting/check83.pl ____________________________________________________________________________ [ 15336] By: jhi on 2002/03/19 18:41:50 Log: Begone, Encode::Tcl::Extended. Branch: perl ! ext/Encode/lib/Encode/Tcl.pm ____________________________________________________________________________ [ 15335] By: jhi on 2002/03/19 18:40:10 Log: This is like trying to put the shaving cream back to the can... Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 15334] By: jhi on 2002/03/19 18:31:59 Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting types of usleep(). Fun, fun. fun. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 15333] By: jhi on 2002/03/19 18:25:21 Log: Sarathy's new suggestion for Linux threading flags. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 15332] By: jhi on 2002/03/19 18:23:30 Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai. Branch: perl - ext/Encode/Encode/euc-jp-0212.ucm ! MANIFEST ext/Encode/Encode/euc-jp.ucm ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST ____________________________________________________________________________ [ 15331] By: jhi on 2002/03/19 18:18:21 Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles From: Nikola Knezevic Date: Tue, 19 Mar 2002 00:42:22 +0100 Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu> Branch: perl ! win32/Makefile win32/Makefile.win64 win32/makefile.mk ____________________________________________________________________________ [ 15330] By: jhi on 2002/03/19 18:00:48 Log: "+" is not a valid filename character in VMS. Branch: perl + ext/Encode/Encode/euc-jp-0212.ucm - ext/Encode/Encode/euc-jp+0212.ucm ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST ____________________________________________________________________________ [ 15329] By: jhi on 2002/03/19 15:49:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15328] By: jhi on 2002/03/19 15:25:58 Log: Take away _GNU_SOURCE since that does not seem to play well with other software (like Apache), just hint away the WHOAs. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 15327] By: jhi on 2002/03/19 15:17:12 Log: metaconfig unit change for #15326. Branch: metaconfig ! U/threads/d_crypt_r.U ____________________________________________________________________________ [ 15326] By: jhi on 2002/03/19 15:16:43 Log: Support crypt_r(const char*,const char*, CRYPTD*). Branch: perl ! Configure reentr.h reentr.pl ____________________________________________________________________________ [ 15325] By: jhi on 2002/03/19 14:54:21 Log: VMS acrobatics from Peter Prymmer. Branch: perl ! lib/ExtUtils/t/ExtUtils.t ____________________________________________________________________________ [ 15324] By: jhi on 2002/03/19 14:51:56 Log: Subject: [PATCH lib/Pod/Html.pm] remove warning From: Stas Bekman Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT) Message-ID: Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 15323] By: jhi on 2002/03/19 14:51:09 Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS From: Rafael Garcia-Suarez Date: Tue, 19 Mar 2002 10:49:27 +0100 Message-ID: <20020319104927.C705@rafael> Branch: perl ! ext/B/t/xref.t ____________________________________________________________________________ [ 15322] By: jhi on 2002/03/19 14:50:02 Log: Integrate perlio: [ 15314] Move docs for Encode::valid_utf8 (which does not exist) to be docs for utf8::valid() (which does). Branch: perl !> ext/Encode/Encode.pm lib/utf8.pm ____________________________________________________________________________ [ 15321] By: jhi on 2002/03/19 14:48:57 Log: Remove Encode::Tcl::Extended, suggested by SADAHIRO Tomoyuki. Branch: perl - ext/Encode/Encode/euc-jp-0212.enc - ext/Encode/lib/Encode/Tcl/Extended.pm ! MANIFEST ext/Encode/MANIFEST ! ext/Encode/lib/Encode/Tcl/Escape.pm ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15320] By: jhi on 2002/03/19 14:44:18 Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai. Branch: perl + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc + ext/Encode/t/jisx0212.ref - ext/Encode/t/japanese.pl ext/Encode/t/table.euc - ext/Encode/t/table.ref ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm ! ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/Encoding.pm ! ext/Encode/lib/Encode/Internal.pm ! ext/Encode/lib/Encode/JP/Constants.pm ! ext/Encode/lib/Encode/JP/H2Z.pm ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm ! ext/Encode/lib/Encode/Tcl/Escape.pm ! ext/Encode/lib/Encode/Tcl/Extended.pm ! ext/Encode/lib/Encode/Tcl/Table.pm ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm ! ext/Encode/lib/Encode/iso10646_1.pm ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15319] By: jhi on 2002/03/19 14:36:41 Log: constness+signedness nit. Branch: perl ! ext/Unicode/Normalize/Normalize.xs ____________________________________________________________________________ [ 15318] By: jhi on 2002/03/19 14:04:55 Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards) Branch: perl ! ext/Unicode/Normalize/Changes ! ext/Unicode/Normalize/Normalize.pm ! ext/Unicode/Normalize/Normalize.xs ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader ! ext/Unicode/Normalize/t/func.t ____________________________________________________________________________ [ 15317] By: jhi on 2002/03/19 13:56:27 Log: Split the ebcdic details to perlebcdic. Branch: perl ! pod/perlebcdic.pod pod/perluniintro.pod ____________________________________________________________________________ [ 15316] By: jhi on 2002/03/19 13:31:55 Log: Be explicit. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 15315] By: nick on 2002/03/19 09:24:18 Log: Integrate mainline Branch: perlio +> ext/List/Util/t/openhan.t !> (integrate 53 files) ____________________________________________________________________________ [ 15314] By: nick on 2002/03/19 07:39:07 Log: Move docs for Encode::valid_utf8 (which does not exist) to be docs for utf8::valid() (which does). Branch: perlio ! ext/Encode/Encode.pm lib/utf8.pm ____________________________________________________________________________ [ 15313] By: jhi on 2002/03/19 04:58:22 Log: Update the Unicode vs EBCDIC situation. Branch: perl ! pod/perlebcdic.pod pod/perluniintro.pod ____________________________________________________________________________ [ 15312] By: jhi on 2002/03/19 04:01:39 Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 ) From: Robert Spier Date: Mon, 18 Mar 2002 19:22:55 -0800 Message-ID: <15510.44815.383439.823671@rls.cx> Branch: perl ! ext/threads/t/end.t ____________________________________________________________________________ [ 15311] By: jhi on 2002/03/19 04:00:38 Log: UTF-8 walk errors that become visible in EBCDIC. Branch: perl ! regexec.c ____________________________________________________________________________ [ 15310] By: jhi on 2002/03/19 03:48:27 Log: s/regcinclasslen/reginclass/ and remove the old reginclass since nothing is using it. Branch: perl ! embed.fnc embed.h proto.h regexec.c ____________________________________________________________________________ [ 15309] By: jhi on 2002/03/18 22:18:37 Log: Close the file so it can be (a) removed (b) reopened. Branch: perl ! ext/B/t/xref.t ____________________________________________________________________________ [ 15308] By: jhi on 2002/03/18 22:17:25 Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode From: Rafael Garcia-Suarez Date: Mon, 18 Mar 2002 23:14:31 +0100 Message-ID: <20020318231431.A699@rafael> Branch: perl ! ext/B/B.xs utf8.c ____________________________________________________________________________ [ 15307] By: jhi on 2002/03/18 20:54:07 Log: Failed patch hunk reapplied. Branch: perl ! lib/Tie/File/t/32_defer_misc.t ____________________________________________________________________________ [ 15306] By: jhi on 2002/03/18 20:18:25 Log: For DEBUGGING threaded builds. Branch: perl ! sv.c ____________________________________________________________________________ [ 15305] By: jhi on 2002/03/18 19:11:43 Log: AUTHORS update. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15304] By: jhi on 2002/03/18 19:08:32 Log: Someone (*cough* *cough*) stole VMS' getpwent prototype. (Fix from Craig Berry) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 15303] By: jhi on 2002/03/18 18:54:27 Log: Subject: [PATCH] configure.com home-grown kill() check From: "Craig A. Berry" Date: Mon, 18 Mar 2002 13:52:59 -0600 Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 15302] By: jhi on 2002/03/18 15:58:00 Log: Upgrade to Tie::File 0.50. Branch: perl ! lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/32_defer_misc.t ____________________________________________________________________________ [ 15301] By: jhi on 2002/03/18 15:54:52 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15300] By: jhi on 2002/03/18 14:58:27 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15299] By: jhi on 2002/03/18 14:53:11 Log: OS/390 update. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15298] By: jhi on 2002/03/18 14:44:19 Log: Forgot from #15288. Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 15297] By: jhi on 2002/03/18 14:39:15 Log: Make regex DEBUGGING faster. Branch: perl ! perl.c perl.h regexec.c ____________________________________________________________________________ [ 15296] By: jhi on 2002/03/18 14:28:10 Log: Undo accidental perl.h part of #15295 (wait for #15297) Branch: perl ! perl.h ____________________________________________________________________________ [ 15295] By: jhi on 2002/03/18 14:26:59 Log: Subject: prefix slip From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 18 Mar 2002 16:24:46 +0100 Message-ID: (perl.h part accidental, undone by #15296) Branch: perl ! INSTALL perl.h ____________________________________________________________________________ [ 15294] By: jhi on 2002/03/18 14:19:29 Log: Be tidy. Branch: perl ! ext/B/t/xref.t ____________________________________________________________________________ [ 15293] By: jhi on 2002/03/18 14:14:17 Log: Subject: [PATCH] re: long double vs. Tru64 UNIX From: Spider Boardman Date: Mon, 18 Mar 2002 10:09:50 -0500 Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com> Branch: perl ! README.tru64 hints/dec_osf.sh ____________________________________________________________________________ [ 15292] By: jhi on 2002/03/18 13:57:06 Log: NetWare tweaks from C Aditya Branch: perl ! NetWare/nwperlsys.c cop.h iperlsys.h op.c ____________________________________________________________________________ [ 15291] By: jhi on 2002/03/18 13:52:40 Log: metaconfig unit change for #15290. Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 15290] By: jhi on 2002/03/18 13:52:15 Log: Subject: d_nv_preserves_uv_bits From: Nicholas Clark Date: Thu, 14 Mar 2002 22:24:19 +0000 Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> Branch: perl ! Configure Porting/Glossary Porting/config.sh config_h.SH ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t ! uconfig.sh vos/config.alpha.def vos/config.ga.def ! win32/config.bc win32/config.gc win32/config.vc ! win32/config.win64 ____________________________________________________________________________ [ 15289] By: jhi on 2002/03/18 13:44:14 Log: Subject: Re: perl@15244 From: Spider Boardman Date: Mon, 18 Mar 2002 09:38:55 -0500 Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com> (IA64 work.) Branch: perl ! hints/hpux.sh perl.h ____________________________________________________________________________ [ 15288] By: jhi on 2002/03/18 13:41:34 Log: Subject: [PATCH B] B::perlstring() From: Rafael Garcia-Suarez Date: Sun, 17 Mar 2002 23:06:12 +0100 Message-ID: <20020317230612.A24442@rafael> Branch: perl ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL ____________________________________________________________________________ [ 15287] By: jhi on 2002/03/18 13:40:28 Log: Subject: [PATCH] another pack "w" thing From: Nicholas Clark Date: Sat, 16 Mar 2002 21:52:15 +0000 Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net> Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 15286] By: jhi on 2002/03/18 13:39:20 Log: More prototypes blindness in Solaris. (TODO: readdir64_r really needs to be seen.) Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 15285] By: jhi on 2002/03/18 13:24:03 Log: Integrate perlio: [ 15282] Tidy the "does not map" message for non-characters (e.g. iso-8859-3 "\xA5"). Branch: perl !> ext/Encode/Encode.xs ____________________________________________________________________________ [ 15284] By: nick on 2002/03/18 11:00:31 Log: Integrate mainline Branch: perlio +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t +> lib/Tie/File/t/32_defer_misc.t !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh !> lib/Tie/File.pm lib/Tie/File/t/00_version.t !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h !> reentr.pl regexec.c t/op/pat.t util.c ____________________________________________________________________________ [ 15283] By: gbarr on 2002/03/18 10:10:55 Log: Sync with Scalar-List-Utils-1.07 Branch: perl + ext/List/Util/t/openhan.t ! MANIFEST ext/List/Util/ChangeLog ! ext/List/Util/lib/List/Util.pm ! ext/List/Util/lib/Scalar/Util.pm ____________________________________________________________________________ [ 15282] By: nick on 2002/03/18 08:11:28 Log: Tidy the "does not map" message for non-characters (e.g. iso-8859-3 "\xA5"). Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 15281] By: ams on 2002/03/18 04:44:37 Log: URL fix from MJD. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 15280] By: jhi on 2002/03/18 01:58:51 Log: More prototype calming (really should fix the Configure protochk, but not at this point in time). Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 15279] By: jhi on 2002/03/18 01:19:40 Log: return at the wrong side of #endif. Branch: perl ! util.c ____________________________________________________________________________ [ 15278] By: ams on 2002/03/17 23:45:31 Log: Typo fix from Stas Bekman. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 15277] By: ams on 2002/03/17 23:41:35 Log: Upgrade to Tie::File 0.21. Branch: perl + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t + lib/Tie/File/t/32_defer_misc.t ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t ! lib/Tie/File/t/22_autochomp.t ____________________________________________________________________________ [ 15276] By: jhi on 2002/03/17 21:50:26 Log: Simple speed gainback (as it was in 5.6): for non-Unicode character classes use inlined macros instead of the full function call. Branch: perl ! regexec.c ____________________________________________________________________________ [ 15275] By: jhi on 2002/03/17 20:14:18 Log: Integrate perlio: [ 15274] Other :encoding oddities - we should really pop while we can still make method calls in case DESTROY does something. - Provide a no-op DESTROY - Use SvPV_only() rather than just SvPV_on() [ 15273] Avoid overwrite of un-allocated memory when SvCUR > SvLEN Branch: perl !> ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/Encode/lib/Encode/Encoding.pm sv.c ____________________________________________________________________________ [ 15274] By: nick on 2002/03/17 20:00:12 Log: Other :encoding oddities - we should really pop while we can still make method calls in case DESTROY does something. - Provide a no-op DESTROY - Use SvPV_only() rather than just SvPV_on() Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/lib/Encode/Encoding.pm ____________________________________________________________________________ [ 15273] By: nick on 2002/03/17 19:53:24 Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN Branch: perlio ! sv.c ____________________________________________________________________________ [ 15272] By: jhi on 2002/03/17 18:39:22 Log: Implement the retry-on-ERANGE for the get*_r(). The buffer will keep doubling until 64k. Branch: perl ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c ! reentr.h reentr.pl ____________________________________________________________________________ [ 15271] By: nick on 2002/03/17 17:38:44 Log: Integrate mainline Branch: perlio +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t +> t/op/pow.t !> (integrate 28 files) ____________________________________________________________________________ [ 15270] By: jhi on 2002/03/17 15:49:38 Log: Subject: UTF-8 bug (maybe alreayd known?) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 08 Mar 2002 16:36:01 +0100 Message-ID: Branch: perl ! pp_hot.c t/op/pat.t ____________________________________________________________________________ [ 15269] By: nick on 2002/03/17 09:12:39 Log: Integarate mainline Branch: perlio +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl !> (integrate 69 files) ____________________________________________________________________________ [ 15268] By: jhi on 2002/03/17 04:23:49 Log: Subject: SEGV in s/// and UTF-8 From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Tue, 12 Mar 2002 00:40:09 +0100 Message-ID: Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 15267] By: jhi on 2002/03/16 19:57:03 Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **); from Nicholas Clark. Fixes lib/integer.t and t/op/pack.t which assume that 2**someinteger is accurate. Branch: perl + t/op/pow.t ! MANIFEST pp.c t/test.pl ____________________________________________________________________________ [ 15266] By: jhi on 2002/03/16 18:55:53 Log: _r-ify config.win64, too. Branch: perl ! win32/config.win64 ____________________________________________________________________________ [ 15265] By: jhi on 2002/03/16 18:51:45 Log: Better place to initialize (IRIX cc noticed that the many "goto defchars" bypass the initialization) Branch: perl ! regcomp.c ____________________________________________________________________________ [ 15264] By: jhi on 2002/03/16 18:41:19 Log: If not building threaded, never mind the threaded prototypes. Branch: perl ! Configure reentr.pl ____________________________________________________________________________ [ 15263] By: jhi on 2002/03/16 18:40:53 Log: metaconfig: If not using threads, not point probing for the prototypes (since they might be hidden behind many defines we won't have if not building threaded) Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15262] By: jhi on 2002/03/16 18:29:26 Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r. Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 15261] By: ams on 2002/03/16 18:14:04 Log: Upgrade to Tie::File 0.20. Branch: perl + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t ! lib/Tie/File/t/11_rv_splice_rs.t ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t ! lib/Tie/File/t/16_handle.t ____________________________________________________________________________ [ 15260] By: jhi on 2002/03/16 18:12:25 Log: There seems to be a trend for the *time_r to be hidden. Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 15259] By: jhi on 2002/03/16 17:58:08 Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006) From: Stas Bekman Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT) Message-ID: Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 15258] By: jhi on 2002/03/16 17:54:49 Log: Subject: [PATCH] Re: dumpvar.pl bug From: Peter Scott Date: Fri, 15 Mar 2002 18:19:21 -0800 Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com> Branch: perl ! lib/dumpvar.pl lib/perl5db.pl ____________________________________________________________________________ [ 15257] By: jhi on 2002/03/16 17:52:29 Log: More paranoid _r protochecking. At least Tru64 and Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. Branch: perl ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh ! reentr.pl ____________________________________________________________________________ [ 15256] By: jhi on 2002/03/16 17:51:08 Log: metaconfig: more paranoid _r protochecking. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15255] By: jhi on 2002/03/16 16:23:07 Log: HP-UX gcc 3 warnings found by Sarathy. Branch: perl ! regcomp.c sv.c ____________________________________________________________________________ [ 15254] By: jhi on 2002/03/16 16:18:49 Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore From: Slaven Rezic Date: 16 Mar 2002 15:29:18 +0100 Message-ID: <877kocwpq9.fsf@vran.herceg.de> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15253] By: jhi on 2002/03/16 16:11:49 Log: HP-UX has also endgrent_r/endpwent_r marked obsolete. Branch: perl ! Porting/findrfuncs reentr.h reentr.pl ____________________________________________________________________________ [ 15252] By: gsar on 2002/03/16 15:36:16 Log: UIN32_MAX with borken under HP-UX+gcc Branch: perl ! handy.h ____________________________________________________________________________ [ 15251] By: ams on 2002/03/16 02:38:08 Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method *::DESTROY() is deprecated From: Ilya Zakharevich Date: Thu, 14 Mar 2002 18:39:22 -0500 Message-Id: <20020314183922.A8448@math.ohio-state.edu> Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method *::DESTROY() is deprecated From: Dave Mitchell Date: Fri, 15 Mar 2002 19:22:49 +0000 Message-Id: <20020315192249.A22389@fdgroup.com> Branch: perl ! gv.c t/op/method.t ____________________________________________________________________________ [ 15250] By: ams on 2002/03/16 02:14:41 Log: Plural nit. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15249] By: jhi on 2002/03/15 20:46:10 Log: Doesn't make sense to test for protos if the functions are not to be used (!= functions exist!) This might be the key (well, a key) to the HP-UX problems. Branch: perl ! reentr.h reentr.pl ____________________________________________________________________________ [ 15248] By: jhi on 2002/03/15 20:05:46 Log: Typo in #15247. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 15247] By: jhi on 2002/03/15 19:41:43 Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3 in HP-UX (from H.Merijn Brand) Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 15246] By: ams on 2002/03/15 17:53:23 Log: Subject: minor corrections in perldelta.pod From: mjd@plover.com Date: 15 Mar 2002 18:48:42 -0000 Message-Id: <20020315184842.13573.qmail@plover.com> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15245] By: ams on 2002/03/15 17:37:52 Log: Upgrade to Tie::File 0.19. Branch: perl + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t + lib/Tie/File/t/21_win32.t ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t ! lib/Tie/File/t/17_misc_meth.t ____________________________________________________________________________ [ 15244] By: jhi on 2002/03/15 17:13:33 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15243] By: jhi on 2002/03/15 16:18:16 Log: Forgot from #15241. Branch: perl ! win32/config_sh.PL ____________________________________________________________________________ [ 15242] By: jhi on 2002/03/15 16:15:52 Log: Subject: patch pod/perltodo.pod From: mjd@plover.com Date: 15 Mar 2002 15:42:18 -0000 Message-ID: <20020315154218.10163.qmail@plover.com> (With s/WANT/Want/) Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 15241] By: jhi on 2002/03/15 16:14:25 Log: Subject: [PATCH bleadperl] (revision 5 undef) From: Nikola Knezevic Date: Fri, 15 Mar 2002 00:39:48 +0100 Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu> Branch: perl ! win32/config.bc win32/config.gc win32/config.vc ! win32/config.win64 ____________________________________________________________________________ [ 15240] By: jhi on 2002/03/15 16:12:25 Log: Subject: [BUG & PATCH] can't quit the debugger after run completes From: Michael G Schwern Date: Thu, 14 Mar 2002 16:39:29 -0500 Message-ID: <20020314213929.GA2912@blackrider> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 15239] By: jhi on 2002/03/15 16:11:17 Log: Integrate perlio: [ 15235] Add the binmode()s to make JP.t pass on Win32 Branch: perl !> embed.fnc ext/Encode/t/JP.t ____________________________________________________________________________ [ 15238] By: jhi on 2002/03/15 16:07:58 Log: Monster _r patch: try to scan for all known _r variants, and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. Branch: perl + reentr.c reentr.h reentr.pl ! Configure MANIFEST Makefile.SH NetWare/Makefile ! NetWare/config.wc Porting/Glossary Porting/config.sh ! Porting/config_H Porting/findrfuncs config_h.SH configure.com ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template ! vos/build.cm vos/config.alpha.def vos/config.alpha.h ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile ! win32/config.bc win32/config.gc win32/config.vc ! win32/makefile.mk wince/Makefile.ce wince/config.ce ____________________________________________________________________________ [ 15237] By: jhi on 2002/03/15 15:18:46 Log: Be more explicit on when is the $! worth anything. Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 15236] By: jhi on 2002/03/15 14:44:09 Log: metaconfig: _r _r we go. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15235] By: nick on 2002/03/15 07:31:54 Log: Add the binmode()s to make JP.t pass on Win32 Branch: perlio ! ext/Encode/t/JP.t ____________________________________________________________________________ [ 15234] By: nick on 2002/03/15 07:20:49 Log: Integrate perlio: [ 15233] Mark JP.t's data files as binary [ 15011] Avoid $Id$ cleverness and just have a $VERSION. Branch: perl !> ext/Encode/t/table.euc ext/Encode/t/table.ref ____________________________________________________________________________ [ 15233] By: nick on 2002/03/15 07:18:02 Log: Mark JP.t's data files as binary Branch: perlio ! ext/Encode/t/table.euc ext/Encode/t/table.ref ____________________________________________________________________________ [ 15232] By: nick on 2002/03/15 07:13:38 Log: Integrate mainline Branch: perlio +> ext/B/t/xref.t !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH !> perl.c t/op/arith.t ____________________________________________________________________________ [ 15231] By: jhi on 2002/03/15 04:49:10 Log: The section needs to be in the makedepend script (from Jan-Erik Karlsson). Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 15230] By: jhi on 2002/03/15 02:59:46 Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t From: Nicholas Clark Date: Thu, 14 Mar 2002 23:05:23 +0000 Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net> Branch: perl ! ext/Safe/safe2.t ____________________________________________________________________________ [ 15229] By: jhi on 2002/03/15 02:55:34 Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html From: "Brent Dax" Date: Thu, 14 Mar 2002 09:08:41 -0800 Message-ID: Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 15228] By: jhi on 2002/03/15 02:00:23 Log: metaconfig: one round again for the _r. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15227] By: jhi on 2002/03/14 17:46:43 Log: metaconfig: new round of the _r units. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U Branch: metaconfig/U/perl + i_crypt.U ____________________________________________________________________________ [ 15226] By: jhi on 2002/03/14 15:12:19 Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t From: Paul_GreenVOS@vos.stratus.com Date: Tue, 12 Mar 02 19:22 est Message-Id: <200203130025.TAA20113@mailhub1.stratus.com> Branch: perl ! lib/Benchmark.t t/op/arith.t ____________________________________________________________________________ [ 15225] By: jhi on 2002/03/14 14:31:30 Log: Subject: Re: Win32: C:\Program Files From: "Ken Williams" Date: Wed, 13 Mar 2002 17:50:59 -0600 Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org> Add -t to perl -h. Branch: perl ! perl.c ____________________________________________________________________________ [ 15224] By: jhi on 2002/03/14 14:24:44 Log: Extra paranoia from Nick Clark. Branch: perl ! ext/Safe/safe2.t ____________________________________________________________________________ [ 15223] By: jhi on 2002/03/14 14:19:41 Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t From: Nicholas Clark Date: Wed, 13 Mar 2002 14:22:50 +0000 Message-ID: <20020313142250.G92566@plum.flirble.org> Branch: perl ! ext/Safe/safe2.t ____________________________________________________________________________ [ 15222] By: jhi on 2002/03/14 14:00:36 Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH From: Date: Tue, 12 Mar 2002 13:03:41 +0100 Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15221] By: jhi on 2002/03/14 13:51:17 Log: Subject: [PATCH] a test for B::Xref From: Rafael Garcia-Suarez Date: Wed, 13 Mar 2002 17:18:57 +0100 Message-ID: <20020313171857.F1144@rafael> Branch: perl + ext/B/t/xref.t ! MANIFEST ext/B/B/Xref.pm ____________________________________________________________________________ [ 15220] By: jhi on 2002/03/14 13:48:46 Log: Subject: [PATCH] Exporter.pm POD fixups From: Rafael Garcia-Suarez Date: Wed, 13 Mar 2002 16:21:42 +0100 Message-ID: <20020313162142.A1144@rafael> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 15219] By: nick on 2002/03/14 07:00:16 Log: Integrate mainline Branch: perlio !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template ____________________________________________________________________________ [ 15218] By: jhi on 2002/03/13 22:15:00 Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::' From: Michael G Schwern Date: Wed, 13 Mar 2002 17:43:00 -0500 Message-ID: <20020313224300.GG3311@blackrider> Branch: perl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 15217] By: jhi on 2002/03/13 17:28:36 Log: Pod tweak. Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 15216] By: jhi on 2002/03/13 17:14:51 Log: Subject: [PATCH] 'all ::' for one and one for 'all ::' From: "Craig A. Berry" Date: Wed, 13 Mar 2002 01:44:01 -0600 Message-Id: Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 15215] By: nick on 2002/03/13 08:08:36 Log: Integrate mainline. Branch: perlio +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t - ext/Data/Util/Changes ext/Data/Util/Makefile.PL - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t - ext/Data/Util/t/Hash.t !> MANIFEST Porting/findrfuncs ext/B/t/stash.t !> ext/Encode/lib/Encode/CN/HZ.pm !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t !> lib/File/stat.t lib/Test/Simple/t/fail-more.t !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c !> t/op/override.t toke.c universal.c ____________________________________________________________________________ [ 15214] By: jhi on 2002/03/13 04:38:41 Log: metaconfig: three guesses. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15213] By: jhi on 2002/03/13 04:05:27 Log: metaconfig: regen _r units again. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15212] By: jhi on 2002/03/13 03:14:23 Log: metaconfig: regen _r units. Branch: metaconfig - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15211] By: jhi on 2002/03/13 01:11:36 Log: metaconfig unit tweaks. Branch: metaconfig + U/threads/d_setprotoent_r.U ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U ! U/threads/d_tmpnam_r.U ____________________________________________________________________________ [ 15210] By: jhi on 2002/03/13 00:12:13 Log: metaconfig: replace the _r units with autogenerated ones. Branch: metaconfig + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U + U/threads/d_getprotobyname_r.U + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U + U/threads/d_setservent_r.U - U/threads/d_endhent_r.U U/threads/d_endnent_r.U - U/threads/d_endpent_r.U U/threads/d_endsent_r.U - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U - U/threads/d_sethent_r.U U/threads/d_setnent_r.U - U/threads/d_setpent_r.U U/threads/d_setsent_r.U ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_random_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U ! U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15209] By: jhi on 2002/03/12 23:24:59 Log: More known threadsafings. Branch: perl ! Porting/findrfuncs ____________________________________________________________________________ [ 15208] By: jhi on 2002/03/12 20:43:46 Log: Small tweaks. Branch: perl ! lib/Internals.t universal.c ____________________________________________________________________________ [ 15207] By: jhi on 2002/03/12 17:38:46 Log: VERSIONize. Branch: perl ! ext/Encode/lib/Encode/CN/HZ.pm ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm ! ext/Encode/lib/Encode/JP/JIS.pm ____________________________________________________________________________ [ 15206] By: jhi on 2002/03/12 17:22:49 Log: Subject: perl datastructure conversion shortcuts for DDD From: Stas Bekman Date: Mon, 11 Mar 2002 14:54:31 +0800 Message-ID: <3C8C54A7.5020502@stason.org> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 15205] By: jhi on 2002/03/12 17:09:50 Log: Regen modlib. Branch: perl ! pod/perlmodlib.pod ____________________________________________________________________________ [ 15204] By: jhi on 2002/03/12 17:07:57 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 15203] By: jhi on 2002/03/12 16:45:32 Log: Tiny pod tweaks. Branch: perl ! lib/Hash/Util.pm ____________________________________________________________________________ [ 15202] By: jhi on 2002/03/12 16:06:04 Log: perldeltaize Hash::Util. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15201] By: jhi on 2002/03/12 15:41:23 Log: Move the readonly interface back to universal.c, (new name: Internals::SvREADONLY), remove Data::Util, move Hash::Util to lib, also introduce refcnt interface (Internals::SvREFCNT). Make both the new interfaces to be more sane so that if they set the value, they return the new value, not the old one. Branch: perl + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t - ext/Data/Util/Changes ext/Data/Util/Makefile.PL - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t - ext/Data/Util/t/Hash.t ! MANIFEST ext/B/t/stash.t universal.c ____________________________________________________________________________ [ 15200] By: ams on 2002/03/12 15:16:05 Log: Subject: Disambiguate "Can't locate" From: Mike Guy Date: Tue, 12 Mar 2002 16:04:23 +0000 Message-Id: Branch: perl ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod ! pp_ctl.c t/op/override.t ____________________________________________________________________________ [ 15199] By: ams on 2002/03/12 15:04:43 Log: Subject: [PATCH] perl/lib/File/stat.t From: Paul_GreenVOS@vos.stratus.com Date: Tue, 12 Mar 02 11:00 est Message-Id: <200203121602.LAA29760@mailhub1.stratus.com> Branch: perl ! lib/File/stat.t ____________________________________________________________________________ [ 15198] By: ams on 2002/03/12 15:00:44 Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011] From: Robin Barker Date: Tue, 12 Mar 2002 13:31:58 GMT Message-Id: <200203121331.NAA21278@tempest.npl.co.uk> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 15197] By: ams on 2002/03/12 14:57:34 Log: Subject: [PATCH toke.c] Inappropriate termination of POD From: "Clinton A. Pierce" Date: Tue, 12 Mar 2002 10:11:53 -0500 Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org> Branch: perl ! toke.c ____________________________________________________________________________ [ 15196] By: nick on 2002/03/12 13:40:35 Log: Integrate mainline Branch: perlio +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t - t/lib/access.t !> (integrate 96 files) ____________________________________________________________________________ [ 15195] By: nick on 2002/03/12 06:08:24 Log: Integrate mainline (a while ago) Branch: perlio +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t +> ext/Encode/t/TW.t - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm - ext/Encode/lib/Encode/Tcl/HanZi.pm - ext/I18N/Langinfo/fallback.c !> (integrate 80 files) ____________________________________________________________________________ [ 15194] By: ams on 2002/03/12 06:02:20 Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ... From: Jonathan Stowe Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT) Message-Id: Branch: perl ! ext/Encode/CN/Makefile.PL ____________________________________________________________________________ [ 15193] By: ams on 2002/03/12 05:55:07 Log: Subject: [PATCH: pod/perlguts.pod] get magic typo From: Dave Mitchell Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT) Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk> Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 15192] By: ams on 2002/03/12 05:50:08 Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning From: Anton Tagunov Date: Tue, 12 Mar 2002 01:40:58 +0300 Message-Id: <1194068830.20020312014058@motor.ru> (Applied with tweaks.) Branch: perl ! lib/utf8.pm ____________________________________________________________________________ [ 15191] By: ams on 2002/03/12 05:42:21 Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS From: "Mattia Barbon" Date: Sun, 10 Mar 2002 22:10:15 +0100 Message-Id: <3C8BD9C7.13988.73992D@localhost> Branch: perl ! iperlsys.h ____________________________________________________________________________ [ 15190] By: ams on 2002/03/12 05:38:08 Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018] From: Anton Tagunov Date: Mon, 11 Mar 2002 23:27:47 +0300 Message-Id: <19414222180.20020311232747@motor.ru> Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 15189] By: ams on 2002/03/12 05:34:49 Log: Subject: minor patch for comment in utfebcdic.h From: Anton Tagunov Date: Tue, 12 Mar 2002 00:20:21 +0300 Message-Id: <13817376786.20020312002021@motor.ru> Branch: perl ! utfebcdic.h ____________________________________________________________________________ [ 15188] By: ams on 2002/03/12 05:32:30 Log: Subject: [PATCH ?] B::Xref improvements From: Rafael Garcia-Suarez Date: Mon, 11 Mar 2002 23:32:20 +0100 Message-Id: <20020311233220.A12677@rafael> Branch: perl ! ext/B/B/Xref.pm ____________________________________________________________________________ [ 15187] By: ams on 2002/03/12 05:30:02 Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm From: Paul_GreenVOS@vos.stratus.com Date: Mon, 11 Mar 02 17:23 est Message-Id: <200203112225.RAA27594@mailhub1.stratus.com> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 15186] By: ams on 2002/03/12 05:27:06 Log: Subject: [PATCH] installperl - minor untangle for VOS From: Paul_GreenVOS@vos.stratus.com Date: Mon, 11 Mar 02 17:05 est Message-Id: <200203112203.RAA21987@mailhub2.stratus.com> Branch: perl ! installperl ____________________________________________________________________________ [ 15185] By: ams on 2002/03/12 05:25:59 Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS} From: Rafael Garcia-Suarez Date: Mon, 11 Mar 2002 22:37:39 +0100 Message-Id: <20020311223739.A691@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 15184] By: ams on 2002/03/12 05:20:54 Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc From: Michael G Schwern Date: Tue, 12 Mar 2002 01:12:08 -0500 Message-Id: <20020312061208.GD904@blackrider> Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 15183] By: ams on 2002/03/12 04:12:30 Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173 From: Autrijus Tang Date: Tue, 12 Mar 2002 13:05:53 +0800 Message-Id: <20020312050553.GA7864@not.autrijus.org> (Only doc hunk applied, supplementing #15182.) Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 15182] By: ams on 2002/03/12 04:04:34 Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173 From: Autrijus Tang Date: Tue, 12 Mar 2002 12:56:46 +0800 Message-Id: <20020312045646.GA7689@not.autrijus.org> (Private mail.) Branch: perl ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm ____________________________________________________________________________ [ 15181] By: ams on 2002/03/12 03:09:20 Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173 From: Autrijus Tang Date: Tue, 12 Mar 2002 11:55:06 +0800 Message-Id: <20020312035506.GA6946@not.autrijus.org> Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 15180] By: jhi on 2002/03/11 22:32:10 Log: Deypo. Branch: metaconfig ! U/threads/d_asctime_r.U ____________________________________________________________________________ [ 15179] By: jhi on 2002/03/11 21:42:58 Log: FAQ sync. Branch: perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq4.pod pod/perlfaq5.pod ____________________________________________________________________________ [ 15178] By: jhi on 2002/03/11 17:34:34 Log: The test needs perlio. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 15177] By: ams on 2002/03/11 15:41:08 Log: Subject: perlreftut update From: Mark-Jason Dominus Date: Mon, 11 Mar 2002 11:36:27 -0500 Message-Id: <20020311163627.31020.qmail@plover.com> Branch: perl ! pod/perlreftut.pod ____________________________________________________________________________ [ 15176] By: ams on 2002/03/11 15:35:24 Log: Subject: Minor correction in perlfaq5 From: mjd@plover.com Date: 11 Mar 2002 16:34:22 -0000 Message-Id: <20020311163422.30963.qmail@plover.com> Branch: perl ! pod/perlfaq5.pod ____________________________________________________________________________ [ 15175] By: gsar on 2002/03/11 15:11:42 Log: number of skipped tests was incorrect Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 15174] By: gsar on 2002/03/11 14:39:11 Log: remove doubled CRs Branch: perl ! win32/Makefile ____________________________________________________________________________ [ 15173] By: jhi on 2002/03/11 14:07:01 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15172] By: jhi on 2002/03/11 13:54:49 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 15171] By: jhi on 2002/03/11 13:48:09 Log: Add t/CN.t and t/TW.t; re-sort. Branch: perl ! ext/Encode/MANIFEST ____________________________________________________________________________ [ 15170] By: jhi on 2002/03/11 13:04:25 Log: Document what to do if one yearns back to the old legacy encoding. Branch: perl ! lib/encoding.pm ____________________________________________________________________________ [ 15169] By: jhi on 2002/03/11 12:57:45 Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode} as general purpose encoding transformation interfaces since that's not what they are. Branch: perl ! lib/utf8.pm pod/perlunicode.pod sv.c ____________________________________________________________________________ [ 15168] By: ams on 2002/03/11 12:54:16 Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF Problems: numconvert, lstat warnings From: Rafael Garcia-Suarez Date: Mon, 11 Mar 2002 14:35:22 +0100 Message-Id: <20020311143522.A7431@rafael> Branch: perl ! t/lib/warnings/pp_sys ____________________________________________________________________________ [ 15167] By: ams on 2002/03/11 04:57:20 Log: A little commonsense is better than 1_compile. Branch: perl ! lib/File/Find/t/find.t lib/File/Find/t/taint.t ____________________________________________________________________________ [ 15166] By: ams on 2002/03/11 04:53:50 Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1 From: Michael G Schwern Date: Sun, 10 Mar 2002 13:27:12 -0500 Message-Id: <20020310182712.GC693@blackrider> Subject: [PATCH] Hash::Util part 2 From: Michael G Schwern Date: Sun, 10 Mar 2002 15:09:34 -0500 Message-Id: <20020310200934.GB27112@blackrider> Subject: [PATCH] Hash::Util MANIFEST correction From: Michael G Schwern Date: Sun, 10 Mar 2002 16:27:07 -0500 Message-Id: <20020310212707.GF27112@blackrider> (Also changes find.t and taint.t, which were looking for access.t) Branch: perl + ext/Data/Util/Changes ext/Data/Util/Makefile.PL + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t + ext/Data/Util/t/Hash.t - t/lib/access.t ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t ! pod/perldiag.pod pod/perltodo.pod universal.c ____________________________________________________________________________ [ 15165] By: jhi on 2002/03/11 04:52:56 Log: metaconfig: more thready fixes. Branch: metaconfig ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U ____________________________________________________________________________ [ 15163] By: jhi on 2002/03/11 04:39:54 Log: Skip obsoleted interfaces. Branch: perl ! Porting/findrfuncs ____________________________________________________________________________ [ 15162] By: ams on 2002/03/11 03:48:14 Log: Typo fixes. Branch: perl ! perl.c ____________________________________________________________________________ [ 15161] By: jhi on 2002/03/11 03:36:51 Log: Upgrade to Locale::Codes 2.02. Branch: perl + lib/Locale/Codes/t/rename.t ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm ! lib/Locale/Country.pod ____________________________________________________________________________ [ 15160] By: jhi on 2002/03/11 03:36:32 Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD From: Nicholas Clark Date: Sun, 10 Mar 2002 18:17:50 +0000 Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net> Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 10 Mar 2002 13:53:34 -0800 Message-ID: (and reenable the feature in freebsd, and move the freebsd pr url to perl.c) Branch: perl ! hints/freebsd.sh perl.c pod/perldelta.pod ____________________________________________________________________________ [ 15159] By: ams on 2002/03/11 03:34:13 Log: Subject: [PATCH stash.t] access::readonly is gone From: Michael G Schwern Date: Sun, 10 Mar 2002 16:18:14 -0500 Message-Id: <20020310211813.GE27112@blackrider> Branch: perl ! ext/B/t/stash.t ____________________________________________________________________________ [ 15158] By: ams on 2002/03/11 03:28:04 Log: Subject: [PATCH] Raw socket require privileged user on Win2k From: "Mattia Barbon" Date: Sun, 10 Mar 2002 22:10:15 +0100 Message-Id: <3C8BD9C7.610.7398DD@localhost> Branch: perl ! lib/Net/Ping/t/110_icmp_inst.t ____________________________________________________________________________ [ 15157] By: jhi on 2002/03/11 03:12:01 Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 From: Michael G Schwern Date: Sun, 10 Mar 2002 19:22:33 -0500 Message-ID: <20020311002233.GE4927@blackrider> Branch: perl ! 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/fail-more.t ____________________________________________________________________________ [ 15156] By: jhi on 2002/03/11 03:10:55 Log: Subject: [PATCH] Test.pm 1.18 -> 1.20 From: Michael G Schwern Date: Sun, 10 Mar 2002 17:14:10 -0500 Message-ID: <20020310221410.GA4915@blackrider> Branch: perl ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t ____________________________________________________________________________ [ 15155] By: jhi on 2002/03/11 03:09:16 Log: Subject: [PATCH] more warnings tidyup From: "Paul Marquess" Date: Sun, 10 Mar 2002 21:01:39 -0000 Message-ID: Branch: perl ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c ! util.c ____________________________________________________________________________ [ 15154] By: jhi on 2002/03/11 03:07:03 Log: Subject: Re: [PATCH] xsubpp prototypes warnings From: Nicholas Clark Date: Sun, 10 Mar 2002 23:21:07 +0000 Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net> Branch: perl ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL ! ext/Encode/TW/Makefile.PL ____________________________________________________________________________ [ 15153] By: ams on 2002/03/11 03:06:59 Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch From: Max Baker Date: Fri, 8 Mar 2002 10:56:19 -0800 Message-Id: <20020308105619.A15039@warped.org> Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 15152] By: jhi on 2002/03/11 03:05:54 Log: Subject: [PATCH] spelling correction From: Nicholas Clark Date: Sun, 10 Mar 2002 18:34:42 +0000 Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net> Branch: perl ! pp.c pp_hot.c ____________________________________________________________________________ [ 15151] By: jhi on 2002/03/11 03:04:33 Log: DG/UX updates from Takis Psarogiannakopoulos. Branch: perl ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h ____________________________________________________________________________ [ 15150] By: ams on 2002/03/11 03:02:47 Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1) From: Chris Nandor Date: Mon, 04 Mar 2002 17:48:12 -0500 Message-Id: Branch: perl ! lib/DB.pm lib/perl5db.pl ____________________________________________________________________________ [ 15149] By: jhi on 2002/03/11 03:01:26 Log: metaconfig unit changes in preparation of reentrancy changes. Branch: metaconfig + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U + U/threads/d_ttyname_r.U ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U ! U/threads/d_strerror_r.U ____________________________________________________________________________ [ 15148] By: jhi on 2002/03/10 22:32:33 Log: Mysterious characters. Branch: perl ! utf8.h ____________________________________________________________________________ [ 15147] By: jhi on 2002/03/10 17:58:43 Log: Unused. Branch: perl ! op.c ____________________________________________________________________________ [ 15146] By: jhi on 2002/03/10 16:35:55 Log: Implement :std subpragma of the open pragma that makes the standard filehandles to talk in encodings. This change set off a weird warning from op.c, though: disabled it now until someone who knows what it is about comes along. Branch: perl ! lib/open.pm op.c ____________________________________________________________________________ [ 15145] By: jhi on 2002/03/10 16:00:46 Log: Document the logic of :locale better. Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 15144] By: jhi on 2002/03/10 15:53:57 Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD From: Slaven Rezic Date: 10 Mar 2002 02:49:17 +0100 Message-ID: <87lmd1qjj6.fsf@vran.herceg.de> Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 15143] By: jhi on 2002/03/10 15:46:22 Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings) From: SADAHIRO Tomoyuki Date: Sun, 10 Mar 2002 17:08:54 +0900 Message-Id: <20020310170748.1F29.BQW10602@nifty.com> Branch: perl ! ext/Encode/lib/Encode/Tcl.pm ! ext/Encode/lib/Encode/Tcl/Escape.pm ! ext/Encode/lib/Encode/Tcl/Extended.pm ! ext/Encode/lib/Encode/Tcl/Table.pm ____________________________________________________________________________ [ 15142] By: jhi on 2002/03/10 15:43:54 Log: The patch does the following: - Nix the unneccessary diagnostics line - Quell -w warnings if the first ENV doesn't exist - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw is too baroque and bloated for daily use (and for perl core inclusion). - "Cannot figure out an encoding to use" when locale is 'C' is rendered non-fatal. - Consequently, the ^OPEN bits is set only when needed. Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 15141] By: jhi on 2002/03/10 05:15:26 Log: Misc tiny tweaks from Sarathy, good for threaded builds. Branch: perl ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c ____________________________________________________________________________ [ 15140] By: jhi on 2002/03/10 05:12:08 Log: Precedence problem. Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15139] By: jhi on 2002/03/10 04:57:07 Log: Renaming tweaks, and split off the reentrant "superbuffer" init routine. Branch: perl ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h ! sv.c util.c ____________________________________________________________________________ [ 15138] By: jhi on 2002/03/10 00:59:50 Log: The 7-bit jis seems to be the hanging one. Branch: perl ! ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15137] By: jhi on 2002/03/10 00:39:18 Log: Begone. Branch: perl ! ext/Encode/MANIFEST ____________________________________________________________________________ [ 15136] By: jhi on 2002/03/09 23:56:42 Log: Better fix from Autrijus. Branch: perl ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm ____________________________________________________________________________ [ 15135] By: jhi on 2002/03/09 18:49:55 Log: Not everybody has Encode::HanExtra. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 15134] By: jhi on 2002/03/09 18:30:18 Log: Decutandpasto. Branch: perl ! ext/Encode/lib/Encode/Tcl.pm ____________________________________________________________________________ [ 15133] By: jhi on 2002/03/09 18:19:38 Log: Subject: [PATCH] Data::Dumper From: Nicholas Clark Date: Sat, 9 Mar 2002 19:03:54 +0000 Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net> Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs ! ext/Data/Dumper/t/dumper.t ____________________________________________________________________________ [ 15132] By: jhi on 2002/03/09 16:55:40 Log: Subject: [PATCH] socketpair.t w/o fork From: "Mattia Barbon" Date: Sat, 9 Mar 2002 14:55:11 +0100 Message-ID: <3C8A224F.29578.13691BA@localhost> (modified as suggested by Sarathy) Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 15131] By: jhi on 2002/03/09 16:05:00 Log: Subject: [PATCH perldelta] Mention Change 14727 From: Autrijus Tang Date: Sat, 9 Mar 2002 23:31:40 +0800 Message-ID: <20020309153140.GA4224@not.autrijus.org> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15130] By: jhi on 2002/03/09 16:02:58 Log: Make Encode.pm implicitly load external CJK tables the first time they're needed (instead of immediately), from Autrijus Tang. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 15129] By: jhi on 2002/03/09 16:01:00 Log: Subject: Re: Two questions From: Nicholas Clark Date: Sat, 9 Mar 2002 12:42:40 +0000 Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net> Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 15128] By: jhi on 2002/03/09 04:19:22 Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian From: Paul_GreenVOS@vos.stratus.com Date: Fri, 8 Mar 02 22:34 est Message-Id: <200203090336.WAA11215@mailhub1.stratus.com> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 15127] By: jhi on 2002/03/09 01:34:41 Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines From: davem@fdgroup.co.uk Date: Sat, 9 Mar 2002 00:13:27 GMT Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk> Branch: perl ! dump.c ____________________________________________________________________________ [ 15126] By: jhi on 2002/03/09 01:23:16 Log: Deglitch from Rafael. Branch: perl ! ext/B/t/lint.t ____________________________________________________________________________ [ 15125] By: jhi on 2002/03/08 23:49:00 Log: Still more portability. Branch: perl ! Porting/findrfuncs ____________________________________________________________________________ [ 15124] By: jhi on 2002/03/08 22:54:50 Log: More portability. Branch: perl ! Porting/findrfuncs ____________________________________________________________________________ [ 15123] By: jhi on 2002/03/08 22:14:37 Log: Shared library paths; running tests manually. Branch: perl ! INSTALL ____________________________________________________________________________ [ 15122] By: jhi on 2002/03/08 22:02:37 Log: Subject: RE: Two questions From: "Green, Paul" Date: Fri, 8 Mar 2002 17:55:19 -0500 Message-ID: Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 15121] By: jhi on 2002/03/08 21:52:51 Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez. (Lint.pm nit noticed by Michael Cook ) Branch: perl + ext/B/t/lint.t ! MANIFEST ext/B/B/Lint.pm ____________________________________________________________________________ [ 15120] By: jhi on 2002/03/08 20:27:42 Log: metaconfig unit change for #15119. Branch: metaconfig ! U/threads/d_pthread_atfork.U ____________________________________________________________________________ [ 15119] By: jhi on 2002/03/08 20:27:17 Log: In DG/UX finding pthread_atfork requires a true compile, from Takis Psarogiannakopoulos. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 15118] By: jhi on 2002/03/08 20:07:07 Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp From: John Peacock Date: Fri, 08 Mar 2002 15:52:41 -0500 Message-ID: <3C892499.4050502@rowman.com> Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 15117] By: jhi on 2002/03/08 20:05:41 Log: Subject: [PATCH @15109] test numbers for t/op/write.t From: "Craig A. Berry" Date: Fri, 08 Mar 2002 15:02:51 -0600 Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01> Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 15116] By: jhi on 2002/03/08 18:53:42 Log: Subject: [PATCH] *BETTER* installperl script patch for VOS From: Paul_GreenVOS@vos.stratus.com Date: Fri, 8 Mar 02 14:45 est Message-Id: <200203081947.OAA29065@mailhub1.stratus.com> Branch: perl ! installperl ____________________________________________________________________________ [ 15115] By: jhi on 2002/03/08 18:52:30 Log: Subject: [PATCH @15109] tm_tm_* for VMS From: "Craig A. Berry" Date: Fri, 08 Mar 2002 13:07:52 -0600 Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 15114] By: jhi on 2002/03/08 18:51:27 Log: Detypo. Branch: perl ! Changes ____________________________________________________________________________ [ 15113] By: jhi on 2002/03/08 18:49:56 Log: Better test for #14795 (bug id 20020124.005) from Andreas. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 15112] By: jhi on 2002/03/08 17:56:36 Log: HP-UX nm seems to repeat itself. Branch: perl ! Porting/findrfuncs ____________________________________________________________________________ [ 15111] By: jhi on 2002/03/08 17:50:21 Log: Nice porting script from Sarathy. Well, less nice in the sense that it shows the looong road ahead. Branch: perl + Porting/findrfuncs ! MANIFEST Porting/makerel ____________________________________________________________________________ [ 15110] By: jhi on 2002/03/08 15:58:25 Log: Subject: Re: Performance considerations for UTF-8 From: Jarkko Hietaniemi Date: Fri, 8 Mar 2002 18:53:28 +0200 Message-ID: <20020308185328.D640@alpha.hut.fi> (put all in perlunicode) Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15109] By: jhi on 2002/03/08 15:09:38 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15108] By: jhi on 2002/03/08 14:59:50 Log: Subject: Cygwin cygipc support skipped From: "Gerrit P. Haase" Date: Fri, 8 Mar 2002 16:59:34 +0100 Message-ID: <113694157285.20020308165934@familiehaase.de> Branch: perl ! hints/cygwin.sh ____________________________________________________________________________ [ 15107] By: jhi on 2002/03/08 14:48:36 Log: metaconfig unit change for #15106. Branch: metaconfig ! U/compline/d_gconvert.U ____________________________________________________________________________ [ 15106] By: jhi on 2002/03/08 14:48:14 Log: Subject: Re: [PATCH] tests for Gconvert From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 07 Mar 2002 16:48:10 -0800 Message-ID: Branch: perl ! Configure config_h.SH t/base/num.t ____________________________________________________________________________ [ 15105] By: jhi on 2002/03/08 14:32:55 Log: The new test has some teething problems. Branch: perl - ext/B/t/lint.t ! MANIFEST ____________________________________________________________________________ [ 15104] By: jhi on 2002/03/08 13:42:24 Log: Subject: [PATCH] B::Lint tests From: Rafael Garcia-Suarez Date: Fri, 8 Mar 2002 14:47:19 +0100 Message-ID: <20020308144719.A2663@rafael> Branch: perl + ext/B/t/lint.t ! MANIFEST ext/B/B/Lint.pm ____________________________________________________________________________ [ 15103] By: jhi on 2002/03/08 13:40:35 Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3 From: Tom Horsley Date: Fri, 8 Mar 2002 13:24:14 GMT Message-Id: <200203081324.NAA00642@cleo> Branch: perl ! hints/powerux.sh ____________________________________________________________________________ [ 15102] By: jhi on 2002/03/08 13:37:04 Log: Subject: HP has some new models From: "H.Merijn Brand" Date: Fri, 08 Mar 2002 13:07:02 +0100 Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 15101] By: ams on 2002/03/08 09:11:40 Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes From: Stas Bekman Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT) Message-Id: Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 15100] By: pudge on 2002/03/08 03:23:17 Log: Update Changes Branch: maint-5.6/macperl ! macos/Changes ____________________________________________________________________________ [ 15099] By: pudge on 2002/03/08 03:20:06 Log: Replace macperlbundled with macperldelta Branch: maint-5.6/macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 15098] By: pudge on 2002/03/08 03:19:44 Log: Comsetic fixes (Thomas Wegner) Branch: maint-5.6/macperl ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r ____________________________________________________________________________ [ 15097] By: pudge on 2002/03/08 03:19:08 Log: Bump OS version Branch: maint-5.6/macperl ! macos/config.sh ____________________________________________________________________________ [ 15096] By: jhi on 2002/03/08 03:14:41 Log: Thought I deleted this already? Branch: perl - ext/I18N/Langinfo/fallback.c ____________________________________________________________________________ [ 15095] By: jhi on 2002/03/08 03:06:20 Log: perlport updates from Pudge. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 15094] By: ams on 2002/03/08 03:06:03 Log: Nitpick. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15093] By: jhi on 2002/03/08 03:00:46 Log: Wrong test. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15091] By: jhi on 2002/03/08 02:25:23 Log: Integrate change 14064 from macperl to blead. Branch: perl !> pod/perlmodinstall.pod pod/perlport.pod ____________________________________________________________________________ [ 15090] By: pudge on 2002/03/08 02:15:01 Log: Integrate recent perlport changes Branch: maint-5.6/macperl !> pod/perlport.pod ____________________________________________________________________________ [ 15089] By: ams on 2002/03/08 01:54:03 Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a minor typo in perlguts.pod From: Anton Tagunov Date: Fri, 8 Mar 2002 05:26:59 +0300 Message-Id: <4649821189.20020308052659@motor.ru> Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 15088] By: jhi on 2002/03/08 01:40:41 Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! From: Anton Tagunov Date: Fri, 8 Mar 2002 04:31:44 +0300 Message-ID: <13946506773.20020308043144@newmail.ru> (one test changed) Branch: perl ! lib/encoding.t sv.c ____________________________________________________________________________ [ 15087] By: jhi on 2002/03/08 00:15:08 Log: Subject: [PATCH perldelta] some more deltas From: Rafael Garcia-Suarez Date: Thu, 7 Mar 2002 23:13:23 +0100 Message-ID: <20020307231323.A13068@rafael> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15086] By: jhi on 2002/03/07 22:43:31 Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug From: Paul_GreenVOS@vos.stratus.com Date: Thu, 7 Mar 02 14:25 est Message-Id: <200203071924.OAA03273@mailhub2.stratus.com> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 15085] By: jhi on 2002/03/07 22:37:51 Log: As suggested by Anton Tagunov, eq and cmp now obey the encoding pragma (by remapping their byte argument if the other argument is in Unicode). Also fix a bug found by Anton where ord undef under the encoding pragma would barf. ([ID 20020307.009] A null pointer dereference with 'use encoding') Finally, use the nicer form of sv_recode_to_utf8. Branch: perl ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c ____________________________________________________________________________ [ 15084] By: jhi on 2002/03/07 20:54:02 Log: Retract #14985, #14899, and #14990, following the principles "Do no harm." and "If it ain't broke, don't fix it." Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed some, but still broken, and I do not have the extra brain cells for the EBCDIC backport. Secondly, the old version worked both in EBCDIC and non-. Thirdly, the old version may be more amenable for the behaviour suggsted by Anton Tagunov regarding the encoding pragma. Branch: perl ! embed.fnc embed.h global.sym proto.h sv.c util.c ____________________________________________________________________________ [ 15083] By: jhi on 2002/03/07 20:26:36 Log: Long doubles give you long doubles. Branch: perl ! t/base/num.t ____________________________________________________________________________ [ 15082] By: jhi on 2002/03/07 18:16:39 Log: Forgotten deMANIFESTation. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15081] By: jhi on 2002/03/07 17:29:17 Log: Obsolete unused file, noticed by Dank Kogai. Branch: perl - ext/Encode/lib/Encode/JP/Tr.pm ____________________________________________________________________________ [ 15080] By: ams on 2002/03/07 11:31:46 Log: Subject: [PATCH Changes] Changes should mirror version number From: Robin Barker Date: Thu, 7 Mar 2002 11:04:24 GMT Message-Id: <200203071104.LAA17200@tempest.npl.co.uk> Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 15079] By: jhi on 2002/03/07 04:40:06 Log: metaconfig unit change for #15078. Branch: metaconfig ! U/compline/d_gconvert.U ____________________________________________________________________________ [ 15078] By: jhi on 2002/03/07 04:39:39 Log: Subject: Re: [PATCH] tests for Gconvert From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 06 Mar 2002 20:22:54 -0800 Message-ID: Branch: perl ! Configure pod/perldelta.pod t/base/num.t ____________________________________________________________________________ [ 15077] By: jhi on 2002/03/07 03:27:38 Log: Mac OS X UFS does not do ctime. Branch: perl ! pod/perldelta.pod pod/perlport.pod ____________________________________________________________________________ [ 15076] By: jhi on 2002/03/07 02:40:09 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 15075] By: jhi on 2002/03/07 01:48:46 Log: Continued Chinese puzzles from Autrijus. Branch: perl + ext/Encode/t/CN.t ext/Encode/t/TW.t ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm ____________________________________________________________________________ [ 15074] By: jhi on 2002/03/07 00:16:10 Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm From: Nikola Knezevic Date: Wed, 6 Mar 2002 18:13:51 +0100 Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu> Branch: perl ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 15073] By: jhi on 2002/03/07 00:15:11 Log: perlport tweaks. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 15072] By: jhi on 2002/03/07 00:05:11 Log: Subject: Re: [PATCH docs] Re: Bug with -M From: Michael G Schwern Date: Wed, 6 Mar 2002 16:20:27 -0500 Message-ID: <20020306212027.GC4257@blackrider> Branch: perl ! pod/perlfunc.pod pod/perlport.pod ____________________________________________________________________________ [ 15071] By: jhi on 2002/03/06 20:20:29 Log: perldelta updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15070] By: jhi on 2002/03/06 20:06:37 Log: 5005threads wasn't even compiling. Branch: perl ! perl.c ____________________________________________________________________________ [ 15069] By: jhi on 2002/03/06 15:06:33 Log: Subject: Re: perl@15047 New format tests for still existing bugs From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 12:59:29 +0100 Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl> Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 15068] By: jhi on 2002/03/06 15:04:41 Log: Regen Glossary et al. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 15067] By: jhi on 2002/03/06 14:39:58 Log: Use HAS_TM_TM_ZONE (from #15065). Should help [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set Branch: perl ! util.c ____________________________________________________________________________ [ 15066] By: jhi on 2002/03/06 14:39:40 Log: metaconfig unit change for #15065. Branch: metaconfig ! U/compline/i_time.U ____________________________________________________________________________ [ 15065] By: jhi on 2002/03/06 14:39:18 Log: Scan for tm_zone (and tm_gmtoff, while we are at it). Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 15064] By: jhi on 2002/03/06 14:14:02 Log: Must remove fallback.c also from here. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 15063] By: jhi on 2002/03/06 13:37:31 Log: Subject: Re: perl@15047 WinCE From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 13:41:30 +0100 Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 Win32 From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 13:46:02 +0100 Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 Epoc From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 13:48:31 +0100 Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl> Subject: Re: perl@15047 NetWare From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 13:55:46 +0100 Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl> Branch: perl ! NetWare/config_H.wc epoc/config.sh win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! wince/Makefile.ce wince/config.h ____________________________________________________________________________ [ 15062] By: ams on 2002/03/06 09:26:49 Log: Subject: Re: perl@15047 From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 11:25:50 +0100 Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl> Branch: perl ! cygwin/perlld.in ____________________________________________________________________________ [ 15061] By: ams on 2002/03/06 08:44:12 Log: Subject: Re: perl@15047 From: "H.Merijn Brand" Date: Wed, 06 Mar 2002 10:38:02 +0100 Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15060] By: ams on 2002/03/06 08:30:33 Log: Subject: Update perlhist.pod From: mjd@plover.com Date: 6 Mar 2002 07:11:55 -0000 Message-Id: <20020306071155.10240.qmail@plover.com> Subject: [PATCH pod/perlvar.pod] $^V => string From: Stas Bekman Date: Wed, 06 Mar 2002 14:56:55 +0800 Message-Id: <3C85BDB7.7050700@stason.org> Branch: perl ! pod/perlhist.pod pod/perlvar.pod ____________________________________________________________________________ [ 15059] By: ams on 2002/03/06 04:15:38 Log: Subject: [PATCH] assorted configure.com fix-ups From: "Craig A. Berry" Date: Tue, 5 Mar 2002 23:11:22 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 15058] By: jhi on 2002/03/06 04:01:27 Log: IRIX failure with long doubles. Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 15057] By: jhi on 2002/03/06 03:12:15 Log: Make reality and Changes coincide. Branch: perl ! Changes ____________________________________________________________________________ [ 15056] By: jhi on 2002/03/06 00:49:03 Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description From: Anton Tagunov Date: Wed, 6 Mar 2002 02:10:21 +0300 Message-ID: <11152782757.20020306021021@motor.ru> (reworded) Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 15055] By: jhi on 2002/03/06 00:35:22 Log: Subject: [PATCH] B::Lint doesn't work From: Rafael Garcia-Suarez Date: Tue, 5 Mar 2002 22:51:18 +0100 Message-ID: <20020305225118.C733@rafael> Branch: perl ! ext/B/B/Lint.pm ____________________________________________________________________________ [ 15054] By: jhi on 2002/03/06 00:34:32 Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 04 Mar 2002 16:24:32 -0800 Message-ID: Branch: perl ! op.h pp_ctl.c t/op/flip.t ____________________________________________________________________________ [ 15053] By: jhi on 2002/03/06 00:31:02 Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3 From: Nicholas Clark Date: Tue, 5 Mar 2002 22:30:49 +0000 Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15052] By: jhi on 2002/03/06 00:28:40 Log: Subject: [PATCH] tests for Gconvert From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 05 Mar 2002 16:35:45 -0800 Message-ID: Branch: perl ! t/base/num.t ____________________________________________________________________________ [ 15051] By: jhi on 2002/03/06 00:25:27 Log: Subject: [PATCH] toplevel Makefile.SH From: Paul_GreenVOS@vos.stratus.com Date: Tue, 5 Mar 02 17:34 est Message-Id: <200203052233.RAA18424@mailhub2.stratus.com> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15050] By: jhi on 2002/03/05 20:46:40 Log: Subject: [PATCH] pointer to perldelta in Changes From: Chris Nandor Date: Tue, 05 Mar 2002 16:04:50 -0500 Message-ID: Branch: perl ! Changes ____________________________________________________________________________ [ 15049] By: jhi on 2002/03/05 20:45:33 Log: Subject: [PATCH perldelta] chom?p overridability is the other way From: Rafael Garcia-Suarez Date: Tue, 5 Mar 2002 22:26:20 +0100 Message-ID: <20020305222620.A733@rafael> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15048] By: jhi on 2002/03/05 20:43:45 Log: Solaris: allow for /usr/bin/df not to exist. Subject: [ID 20020305.014] Configure: /usr/bin/df: not found From: Kingpin Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST) Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com> Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 15047] By: jhi on 2002/03/05 15:36:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15046] By: jhi on 2002/03/05 14:56:19 Log: Double MANIFESTing. Branch: perl ! ext/Encode/MANIFEST ____________________________________________________________________________ [ 15045] By: jhi on 2002/03/05 14:29:41 Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki. Branch: perl - ext/Encode/Encode/7bit-kr.enc - ext/Encode/lib/Encode/Tcl/HanZi.pm ! MANIFEST ext/Encode/lib/Encode/Tcl.pm ____________________________________________________________________________ [ 15044] By: jhi on 2002/03/05 13:40:31 Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN From: Rafael Garcia-Suarez Date: Tue, 5 Mar 2002 14:35:57 +0100 Message-ID: <20020305143557.C695@rafael> Branch: perl ! pp_sys.c t/lib/warnings/pp_sys ____________________________________________________________________________ [ 15043] By: jhi on 2002/03/05 13:36:30 Log: Subject: [PATCH Devel::PPPort] From: Robin Barker Date: Tue, 5 Mar 2002 13:37:59 GMT Message-Id: <200203051337.NAA14686@tempest.npl.co.uk> Branch: perl ! ext/Devel/PPPort/Makefile.PL ____________________________________________________________________________ [ 15042] By: jhi on 2002/03/05 13:33:55 Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests. Branch: perl ! ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15041] By: nick on 2002/03/05 07:23:58 Log: Integrate mainline (5.7.3) Branch: perlio +> ext/Encode/lib/Encode/CN/HZ.pm - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc !> (integrate 54 files) ____________________________________________________________________________ [ 15040] By: ams on 2002/03/05 05:10:33 Log: Subject: DOC PATCH 5.7.3 (perldelta) From: mjd@plover.com Date: 5 Mar 2002 05:35:58 -0000 Message-Id: <20020305053558.31677.qmail@plover.com> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15039] By: jhi on 2002/03/05 03:32:07 Log: This is 5.7.3. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 15038] By: jhi on 2002/03/05 03:31:32 Log: Shoo. Branch: perl ! ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15037] By: jhi on 2002/03/05 03:15:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15036] By: jhi on 2002/03/05 03:11:17 Log: Regen perlapi. Branch: perl ! pod/perlapi.pod ____________________________________________________________________________ [ 15035] By: jhi on 2002/03/05 03:08:50 Log: Tie::File doc tweak for Win32 from mjd. Branch: perl ! lib/Tie/File.pm ____________________________________________________________________________ [ 15034] By: jhi on 2002/03/05 02:51:47 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 15033] By: jhi on 2002/03/05 02:34:32 Log: Decommission Encode::Tcl HZ testing for now. Branch: perl ! ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 15032] By: jhi on 2002/03/05 02:05:23 Log: Must have a return. Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 15031] By: jhi on 2002/03/05 01:45:21 Log: The very latest win32 score from Jan Dubois. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15030] By: ams on 2002/03/05 01:40:01 Log: Subject: [PATCH] README.macos From: Chris Nandor Date: Mon, 04 Mar 2002 17:37:59 -0500 Message-Id: Branch: perl ! README.macos ____________________________________________________________________________ [ 15029] By: jhi on 2002/03/05 01:39:29 Log: "The last pieces of Chinese puzzle" from Autrijus. Branch: perl + ext/Encode/lib/Encode/CN/HZ.pm - ext/Encode/Encode/HZ.enc ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm ____________________________________________________________________________ [ 15028] By: jhi on 2002/03/05 00:53:36 Log: Known test failures updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15027] By: jhi on 2002/03/04 23:48:07 Log: One more nit from mjd. Branch: perl ! lib/Tie/File/t/16_handle.t ____________________________________________________________________________ [ 15026] By: jhi on 2002/03/04 23:42:28 Log: Upgrade to Tie::File 0.17 from mjd. Branch: perl ! lib/Tie/File.pm lib/Tie/File/t/05_size.t ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t ____________________________________________________________________________ [ 15025] By: jhi on 2002/03/04 23:14:54 Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5 From: Nicholas Clark Date: Mon, 4 Mar 2002 23:33:52 +0000 Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15024] By: jhi on 2002/03/04 22:21:44 Log: Escapee. Branch: perl ! proto.h ____________________________________________________________________________ [ 15023] By: jhi on 2002/03/04 22:17:56 Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs) From: Nicholas Clark Date: Mon, 4 Mar 2002 22:48:38 +0000 Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> Branch: perl ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL ____________________________________________________________________________ [ 15022] By: jhi on 2002/03/04 22:09:39 Log: Cleaner. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 15021] By: jhi on 2002/03/04 22:06:22 Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English' From: Jeffrey Friedl Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST) Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com> Branch: perl ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod ! pod/perlvar.pod ____________________________________________________________________________ [ 15020] By: jhi on 2002/03/04 21:44:42 Log: More Han tweaks from Autrjius Tang: most importantly, gbk is identical to cp936, so gbk can be removed and taken care of by an alias. Branch: perl - ext/Encode/Encode/gbk.enc ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm ____________________________________________________________________________ [ 15019] By: jhi on 2002/03/04 21:23:42 Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5 From: Nicholas Clark Date: Mon, 4 Mar 2002 22:20:13 +0000 Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 15018] By: jhi on 2002/03/04 21:19:31 Log: Based on Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description From: Anton Tagunov Date: Mon, 4 Mar 2002 21:14:39 +0300 Message-ID: <1814137429.20020304211439@motor.ru> Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 15017] By: jhi on 2002/03/04 20:43:05 Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword From: John Peacock Date: Mon, 04 Mar 2002 16:18:42 -0500 Message-ID: <3C83E4B2.3060700@rowman.com> Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword From: John Peacock Date: Mon, 04 Mar 2002 16:42:55 -0500 Message-ID: <3C83EA5F.80303@rowman.com> Branch: perl ! lib/ExtUtils/xsubpp pod/perlxs.pod ____________________________________________________________________________ [ 15016] By: jhi on 2002/03/04 20:07:04 Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165 From: "Craig A. Berry" Date: Mon, 04 Mar 2002 14:47:59 -0600 Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01> Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165 From: "Craig A. Berry" Date: Mon, 04 Mar 2002 15:04:58 -0600 Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com> Branch: perl ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL ____________________________________________________________________________ [ 15015] By: jhi on 2002/03/04 18:58:03 Log: metaconfig unit change for #15014. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 15014] By: jhi on 2002/03/04 18:57:23 Log: Add Encode::CN, Encode::KR, and Encode::TW to the list of known extensions, where Encode::JP already is. Branch: perl ! Configure Porting/config.sh Porting/config_H uconfig.h ____________________________________________________________________________ [ 15013] By: jhi on 2002/03/04 18:36:05 Log: SJIS, from Dan Kogai. Branch: perl ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL ____________________________________________________________________________ [ 15012] By: nick on 2002/03/04 17:35:50 Log: Intergrate perlio's Encode/compile Branch: perl !> ext/Encode/compile ____________________________________________________________________________ [ 15011] By: nick on 2002/03/04 17:29:54 Log: Avoid $Id$ cleverness and just have a $VERSION. Branch: perlio ! ext/Encode/compile ____________________________________________________________________________ [ 15010] By: nick on 2002/03/04 17:29:14 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/isa.t !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c !> lib/warnings.pm op.c perly.c pod/perldelta.pod !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h !> warnings.pl ____________________________________________________________________________ [ 15009] By: jhi on 2002/03/04 17:24:30 Log: Integrate ext/Encode/compile from perlio. Branch: perl !> ext/Encode/compile ____________________________________________________________________________ [ 15008] By: jhi on 2002/03/04 17:11:19 Log: Integrate perlio: [ 15002] Win32 tweak [ 14999] Win32 hack [ 14995] Remove debugging assert Branch: perl !> ext/Encode/t/JP.t ext/threads/shared/shared.xs !> lib/Tie/File/t/16_handle.t ____________________________________________________________________________ [ 15007] By: nick on 2002/03/04 17:08:17 Log: Integrate mainline Branch: perlio !> AUTHORS Changes Porting/Glossary Porting/config.sh !> Porting/config_H ext/Encode/Encode.pm patchlevel.h !> pod/perltoc.pod ____________________________________________________________________________ [ 15006] By: jhi on 2002/03/04 16:46:49 Log: A new M::BI test. Branch: perl + lib/Math/BigInt/t/isa.t ! MANIFEST ____________________________________________________________________________ [ 15005] By: jhi on 2002/03/04 16:43:53 Log: Subject: VMS test and perldelta update From: "Craig A. Berry" Date: Mon, 04 Mar 2002 11:03:37 -0600 Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01> Branch: perl ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t ____________________________________________________________________________ [ 15004] By: jhi on 2002/03/04 16:41:50 Log: Needed for threaded builds. Branch: perl ! embed.fnc embed.h ____________________________________________________________________________ [ 15003] By: jhi on 2002/03/04 16:37:13 Log: Subject: [PATCH] taint + deprecated warnings From: "Paul Marquess" Date: Mon, 4 Mar 2002 16:33:23 -0000 Message-ID: Branch: perl ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl ____________________________________________________________________________ [ 15002] By: nick on 2002/03/04 16:19:06 Log: Win32 tweak Branch: perlio ! lib/Tie/File/t/16_handle.t ____________________________________________________________________________ [ 15001] By: jhi on 2002/03/04 15:39:11 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 15000] By: jhi on 2002/03/04 15:28:01 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 14999] By: nick on 2002/03/04 15:26:43 Log: Win32 hack Branch: perlio ! ext/Encode/compile ext/Encode/t/JP.t ____________________________________________________________________________ [ 14998] By: jhi on 2002/03/04 15:23:35 Log: Encode doc tweak from Autrijus Tang. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 14997] By: jhi on 2002/03/04 14:53:38 Log: Regen Glossary et al. (It seems the #14875 didn't quite work in removing the double-dot?) Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 14996] By: jhi on 2002/03/04 14:46:29 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 14995] By: nick on 2002/03/04 14:42:09 Log: Remove debugging assert Branch: perlio ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 14994] By: nick on 2002/03/04 14:41:54 Log: Integrate mainline Branch: perlio !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t !> lib/Tie/File/t/15_pushpop.t util.c ____________________________________________________________________________ [ 14993] By: jhi on 2002/03/04 14:10:07 Log: Han update from Autrijus Tang. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 14992] By: nick on 2002/03/04 14:08:38 Log: Integrate mainline - all tests pass - some noise from threads av_simple (SuSE7.3). Branch: perlio +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t +> lib/Tie/File/t/11_rv_splice_rs.t +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t - lib/Tie/File/15_pushpop.t !> (integrate 47 files) ____________________________________________________________________________ [ 14991] By: jhi on 2002/03/04 13:37:52 Log: Missing MANIFESTations. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14990] By: jhi on 2002/03/04 13:34:15 Log: Attempt at portability. Branch: perl ! util.c ____________________________________________________________________________ [ 14989] By: jhi on 2002/03/04 13:04:06 Log: Needed by #14985. Branch: perl ! embed.h global.sym proto.h ____________________________________________________________________________ [ 14988] By: ams on 2002/03/04 08:59:27 Log: Upgrade to Tie::File 0.16. Branch: perl + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t ! lib/Tie/File/t/15_pushpop.t ____________________________________________________________________________ [ 14987] By: ams on 2002/03/04 08:48:11 Log: Subject: [PATCH @14577] perly-fixer From: Ilya Zakharevich Date: Mon, 4 Mar 2002 02:28:51 -0500 Message-Id: <20020304022851.A14119@math.ohio-state.edu> Branch: perl ! Makefile.SH perly.fixer ____________________________________________________________________________ [ 14986] By: ams on 2002/03/04 08:43:37 Log: Subject: [PATCH @14577] xsubpp From: Ilya Zakharevich Date: Mon, 4 Mar 2002 02:25:52 -0500 Message-Id: <20020304022552.A14106@math.ohio-state.edu> Branch: perl ! lib/ExtUtils/xsubpp pod/perlxs.pod ____________________________________________________________________________ [ 14985] By: ams on 2002/03/04 08:40:46 Log: Subject: [PATCH @14577] sv_cmp and friends From: Ilya Zakharevich Date: Mon, 4 Mar 2002 02:31:04 -0500 Message-Id: <20020304023103.A14140@math.ohio-state.edu> Branch: perl ! embed.fnc sv.c util.c ____________________________________________________________________________ [ 14984] By: ams on 2002/03/04 08:16:06 Log: Fix File::Path docs as suggested by Ronald Kimball. Branch: perl ! lib/File/Path.pm ____________________________________________________________________________ [ 14983] By: ams on 2002/03/04 08:11:20 Log: Update perldata fix as suggested by Benjamin Goldberg. Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 14982] By: jhi on 2002/03/04 03:56:46 Log: Faulty skip. Branch: perl ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 14981] By: jhi on 2002/03/04 03:46:31 Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification From: Anton Tagunov Date: Mon, 4 Mar 2002 05:41:41 +0300 Message-Id: <7916563907.20020304054141@motor.ru> Subject: [ID 20020303.005] Patch perlinicode C API description From: Anton Tagunov Date: Mon, 4 Mar 2002 06:08:23 +0300 Message-Id: <2018165510.20020304060823@motor.ru> Branch: perl ! lib/utf8.pm pod/perlunicode.pod ____________________________________________________________________________ [ 14980] By: ams on 2002/03/04 02:19:20 Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage? From: Anton Tagunov Date: Mon, 4 Mar 2002 02:17:40 +0300 Message-Id: <1344322124.20020304021740@motor.ru> Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 14979] By: ams on 2002/03/04 02:17:54 Log: Subject: RE: [PATCH] RE: DB_File breakage From: "Paul Marquess" Date: Sun, 3 Mar 2002 23:56:31 -0000 Message-Id: Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 14978] By: ams on 2002/03/04 02:07:16 Log: Subject: [PATCH] docs for ExtUtils::Manifest From: Nicholas Clark Date: Sun, 3 Mar 2002 23:29:25 +0000 Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net> Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 14977] By: jhi on 2002/03/04 02:07:06 Log: Forgot from the M::BI 1.54 update. Branch: perl ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc ! lib/Math/BigInt/t/upgrade.inc ____________________________________________________________________________ [ 14976] By: ams on 2002/03/04 02:04:32 Log: Subject: [PATCH] attr From: "Paul Marquess" Date: Sun, 3 Mar 2002 22:09:58 -0000 Message-Id: Branch: perl ! lib/warnings.pm warnings.pl ____________________________________________________________________________ [ 14975] By: ams on 2002/03/04 02:01:27 Log: Subject: [PATCH] File::Path documentation From: Colin Meyer Date: Sun, 3 Mar 2002 14:54:24 -0800 Message-Id: <20020303145424.A21774@hobart.helvella.org> Branch: perl ! lib/File/Path.pm ____________________________________________________________________________ [ 14974] By: jhi on 2002/03/04 01:54:17 Log: Typo. Branch: perl ! lib/Math/BigInt/t/upgrade.t ____________________________________________________________________________ [ 14973] By: jhi on 2002/03/04 01:30:49 Log: Editing errors. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14972] By: jhi on 2002/03/04 01:18:02 Log: Upgrade to Math::BigInt 1.54. Branch: perl ! 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.t ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t ____________________________________________________________________________ [ 14971] By: jhi on 2002/03/04 01:06:53 Log: Test tweak from Craig Berry. Branch: perl ! lib/Tie/File/t/15_pushpop.t ____________________________________________________________________________ [ 14970] By: jhi on 2002/03/04 01:05:17 Log: Upgrade to Tie::File 0.15. Branch: perl + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t + lib/Tie/File/t/11_rv_splice_rs.t + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t - lib/Tie/File/15_pushpop.t ! MANIFEST lib/Tie/File.pm ____________________________________________________________________________ [ 14969] By: jhi on 2002/03/04 00:25:33 Log: The EBCDIC gaps apply only to the real A-Z. Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14968] By: jhi on 2002/03/03 19:00:06 Log: EBCDIC: deparse \cX correctly. Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14967] By: ams on 2002/03/03 18:18:00 Log: Subject: [PATCH] nit in perlsyn.pod From: "Wolfgang Laun" Date: Sun, 03 Mar 2002 20:16:10 +0100 Message-Id: <200203032016100050.00066EE7@smtp.chello.at> Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 14966] By: ams on 2002/03/03 18:06:32 Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config; From: Michael G Schwern Date: Sun, 3 Mar 2002 13:33:28 -0500 Message-Id: <20020303183328.GA3296@blackrider> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 14965] By: ams on 2002/03/03 18:00:03 Log: Subject: [ PATCH ] HP back to default From: "H.Merijn Brand" Date: Sun, 03 Mar 2002 18:48:34 +0100 Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 14964] By: jhi on 2002/03/03 16:54:55 Log: EBCDIC: special cases of special cases. Branch: perl ! t/uni/case.pl ____________________________________________________________________________ [ 14963] By: jhi on 2002/03/03 16:11:07 Log: EBCDIC: the v-string components cannot exceed 2147483647. Branch: perl ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c ____________________________________________________________________________ [ 14962] By: jhi on 2002/03/03 15:06:55 Log: Remove the bogus "incorrect case" warning completely. The problem exists, but the cure, in which ever form it will be, needs to be something more subtle. Branch: perl ! op.c pod/perldiag.pod ____________________________________________________________________________ [ 14961] By: ams on 2002/03/03 13:39:09 Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays From: Mark-Jason Dominus Date: Sun, 03 Mar 2002 09:32:16 -0500 Message-Id: <20020303143216.10536.qmail@plover.com> Branch: perl ! t/op/tiearray.t ____________________________________________________________________________ [ 14960] By: nick on 2002/03/03 09:59:59 Log: Integrate mainline Branch: perlio +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t - ext/Encode/t/table.rnd ext/Encode/t/table.utf8 ! ext/Encode/compile !> (integrate 27 files) ____________________________________________________________________________ [ 14959] By: ams on 2002/03/03 08:11:34 Log: Fix #14957. Branch: perl ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 14958] By: ams on 2002/03/03 05:51:00 Log: Subject: [PATCH @14577] NL in debugger From: Ilya Zakharevich Date: Sat, 2 Mar 2002 05:34:12 -0500 Message-Id: <20020302053412.A5465@math.ohio-state.edu> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 14957] By: ams on 2002/03/03 05:00:04 Log: Subject: Re: DB_File breakage From: Schuyler Erle Date: Sat, 02 Mar 2002 21:50:30 -0800 Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com> Branch: perl ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 14956] By: ams on 2002/03/03 04:40:08 Log: Subject: [PATCH @14577] Debugging OPs From: Ilya Zakharevich Date: Sat, 2 Mar 2002 05:49:58 -0500 Message-Id: <20020302054958.A5511@math.ohio-state.edu> Branch: perl ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h ! pod/perlrun.pod sv.h ____________________________________________________________________________ [ 14955] By: ams on 2002/03/03 04:34:41 Log: Subject: Tie::Array doc patch From: Tatsuhiko Miyagawa Date: Sat, 02 Mar 2002 08:42:56 +0900 Message-Id: <863czj97nj.wl@mail.edge.co.jp> Branch: perl ! lib/Tie/Array.pm ____________________________________________________________________________ [ 14954] By: ams on 2002/03/03 04:23:33 Log: Subject: Re: Smoke 14870 From: Nicholas Clark Date: Sat, 2 Mar 2002 20:00:53 +0000 Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net> Branch: perl ! README.hpux ____________________________________________________________________________ [ 14953] By: ams on 2002/03/03 04:15:49 Log: Subject: RE: VERSION core From: "Paul Marquess" Date: Sat, 2 Mar 2002 22:50:44 -0000 Message-Id: Branch: perl ! t/comp/use.t ____________________________________________________________________________ [ 14952] By: jhi on 2002/03/02 23:41:54 Log: The #14949 removed this error from non-Win32. Branch: perl ! t/lib/warnings/op ____________________________________________________________________________ [ 14951] By: jhi on 2002/03/02 19:54:15 Log: BeOS back on track. Branch: perl ! README.beos ____________________________________________________________________________ [ 14950] By: jhi on 2002/03/02 19:52:58 Log: The _POSIX_OPEN_MAX values are allowed *minimums*, higher is okay. Branch: perl ! ext/POSIX/t/posix.t ____________________________________________________________________________ [ 14949] By: jhi on 2002/03/02 19:33:29 Log: For now, make "incorrect case" a Win32-only warning. Branch: perl ! op.c ____________________________________________________________________________ [ 14948] By: jhi on 2002/03/02 17:55:48 Log: Demand more before attempting socketpair(). Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 14947] By: jhi on 2002/03/02 17:35:09 Log: Remove obsolete hack. Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 14946] By: ams on 2002/03/02 16:00:32 Log: Forgot to delete encode.* from MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14945] By: ams on 2002/03/02 14:41:03 Log: Delete ex-test output. Branch: perl - ext/Encode/t/table.rnd ext/Encode/t/table.utf8 ____________________________________________________________________________ [ 14944] By: ams on 2002/03/02 13:54:35 Log: Subject: [PATCH] DB_File 1.803 From: "Paul Marquess" Date: Sat, 2 Mar 2002 14:33:32 -0000 Message-Id: Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t ____________________________________________________________________________ [ 14943] By: ams on 2002/03/02 13:43:06 Log: Upgrade to Tie::File 0.14. Branch: perl + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t ____________________________________________________________________________ [ 14942] By: nick on 2002/03/02 11:05:53 Log: Integrate mainline Branch: perlio +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd +> ext/Encode/t/table.utf8 !> Configure MANIFEST av.c ext/Encode/CN/CN.pm !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t !> universal.c utils/perldoc.PL ____________________________________________________________________________ [ 14941] By: jhi on 2002/03/02 02:40:01 Log: More CJK (just C, really) tables from Autrijus Tang (originally from iconv, used with permission of Bruno Haible) Branch: perl + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc + ext/Encode/Encode/iso-ir-165.enc ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm ____________________________________________________________________________ [ 14940] By: jhi on 2002/03/02 02:29:11 Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section From: Ronald J Kimball Date: Fri, 1 Mar 2002 15:32:13 -0500 Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 14939] By: jhi on 2002/03/02 02:27:05 Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2) From: Schuyler Erle Date: Fri, 01 Mar 2002 14:22:19 -0800 Message-ID: <3C7FFF1B.E74979B1@oreilly.com> Subject: Re: PATCH: "splice() offset past end of array" warning. From: Mark-Jason Dominus Date: Fri, 01 Mar 2002 17:19:49 -0500 Message-ID: <20020301221949.7610.qmail@plover.com> Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t ____________________________________________________________________________ [ 14938] By: jhi on 2002/03/02 02:24:25 Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays From: Mark-Jason Dominus Date: Fri, 01 Mar 2002 18:35:35 -0500 Message-ID: <20020301233535.15969.qmail@plover.com> Branch: perl ! av.c ____________________________________________________________________________ [ 14937] By: jhi on 2002/03/01 23:00:08 Log: Subject: RE: VERSION core From: "Paul Marquess" Date: Fri, 1 Mar 2002 23:47:48 -0000 Message-ID: Branch: perl ! pod/perldiag.pod universal.c ____________________________________________________________________________ [ 14936] By: pudge on 2002/03/01 18:02:45 Log: Update Changes Branch: maint-5.6/macperl ! macos/Changes ____________________________________________________________________________ [ 14935] By: pudge on 2002/03/01 17:58:11 Log: Fix update to resources Branch: maint-5.6/macperl ! macos/macperl/MacPerl.r ____________________________________________________________________________ [ 14934] By: jhi on 2002/03/01 17:35:14 Log: metaconfig unit change for #14930. Branch: metaconfig ! U/modified/Init.U ____________________________________________________________________________ [ 14933] By: pudge on 2002/03/01 17:32:52 Log: Fix debugger to handle Mac OS psedofiles Branch: maint-5.6/macperl ! lib/DB.pm lib/perl5db.pl ____________________________________________________________________________ [ 14932] By: pudge on 2002/03/01 17:32:02 Log: Various fixes from Thomas Wegner Branch: maint-5.6/macperl ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c ____________________________________________________________________________ [ 14931] By: pudge on 2002/03/01 17:30:00 Log: Some resource updates Branch: maint-5.6/macperl ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r ! macos/macperl/MacPerl.rsrc ____________________________________________________________________________ [ 14930] By: jhi on 2002/03/01 17:29:32 Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Fri, 01 Mar 2002 09:38:59 -0800 Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 14928] By: pudge on 2002/03/01 17:28:09 Log: Add some missing sfio symbols (Alan Fry) Branch: maint-5.6/macperl ! macos/macperl.sym ____________________________________________________________________________ [ 14927] By: pudge on 2002/03/01 17:27:29 Log: Update version and README Branch: maint-5.6/macperl ! README.macos macos/MPVersion.r ____________________________________________________________________________ [ 14926] By: nick on 2002/03/01 15:56:41 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t +> lib/Tie/File/13_size_rs.t !> (integrate 80 files) ____________________________________________________________________________ [ 14925] By: jhi on 2002/03/01 15:28:10 Log: Better advertising. Branch: perl ! pod/perldelta.pod pod/perlfaq5.pod ____________________________________________________________________________ [ 14924] By: jhi on 2002/03/01 14:32:16 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14923] By: jhi on 2002/03/01 14:17:54 Log: Lost in the shuffle. Branch: perl + lib/Math/BigInt/t/downgrade.t ! MANIFEST ____________________________________________________________________________ [ 14922] By: jhi on 2002/03/01 13:23:41 Log: Advertise Tie::File. Branch: perl ! pod/perldelta.pod pod/perlfaq5.pod ____________________________________________________________________________ [ 14921] By: jhi on 2002/03/01 13:14:18 Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Thu, 28 Feb 2002 18:55:48 +0100 Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl> Branch: perl ! x2p/walk.c ____________________________________________________________________________ [ 14920] By: ams on 2002/03/01 09:06:01 Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix From: Ilya Zakharevich Date: Tue, 26 Feb 2002 19:54:31 -0500 Message-Id: <20020226195431.A9625@math.ohio-state.edu> Branch: perl ! embed.fnc ext/B/B/Deparse.pm gv.c ____________________________________________________________________________ [ 14919] By: ams on 2002/03/01 03:03:12 Log: Upgrade to Tie::File 0.13 (Win32 fixes.) Branch: perl ! lib/Tie/File.pm lib/Tie/File/01_gen.t ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t ____________________________________________________________________________ [ 14918] By: ams on 2002/03/01 02:36:58 Log: Add Tie::File 0.12 from MJD. Branch: perl + lib/Tie/File.pm lib/Tie/File/01_gen.t + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t ! MANIFEST ____________________________________________________________________________ [ 14917] By: jhi on 2002/03/01 02:13:24 Log: Encoding name mapping tweaks. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 14916] By: jhi on 2002/02/28 21:26:07 Log: metaconfig unit change for #14915. Branch: metaconfig ! U/modified/Init.U ____________________________________________________________________________ [ 14915] By: jhi on 2002/02/28 21:25:23 Log: Subject: [PATCH] Configure to correctly recognize Amiga OS From: Paul_GreenVOS@vos.stratus.com Date: Thu, 28 Feb 02 15:05 est Message-Id: <200202282007.PAA11412@mailhub1.stratus.com> Branch: perl ! Configure ____________________________________________________________________________ [ 14914] By: jhi on 2002/02/28 14:10:44 Log: PL_bostr was pointing to the wrong string (a string left around from the loading of the Unicode \w) "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g" http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html Branch: perl ! regexec.c ____________________________________________________________________________ [ 14913] By: gbarr on 2002/02/28 13:06:11 Log: Sync with libnet-1.10 Branch: perl ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm ! lib/Net/t/netrc.t ____________________________________________________________________________ [ 14912] By: ams on 2002/02/28 13:02:50 Log: Subject: [PATCH] perldelta.pod fixes From: Autrijus Tang Date: Thu, 28 Feb 2002 21:44:15 +0800 Message-Id: <20020228134415.GB16422@not.autrijus.org> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14911] By: ams on 2002/02/28 11:31:44 Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX From: Stas Bekman Date: Mon, 04 Feb 2002 16:18:53 +0800 Message-Id: <3C7E1E5F.1000605@stason.org> (Applied by hand). Branch: perl ! lib/File/Copy.pm ____________________________________________________________________________ [ 14910] By: ams on 2002/02/28 11:26:47 Log: Subject: [PATCH lib/Pod/Html.pm] From: Stas Bekman Date: Thu, 28 Feb 2002 20:05:01 +0800 Message-Id: <3C7E1CED.7000307@stason.org> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 14909] By: jhi on 2002/02/28 05:50:24 Log: Tests for #14908. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14908] By: jhi on 2002/02/28 05:43:45 Log: Make shared hash keys to be \0-terminated: one possible resolution for "UTF-8, weird \w behaviour after HASH-KEY-ification" http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html The hash keys were shared (the SvLEN(sv) = 0 was the giveaway). The hash keys weren't \0-terminated. This meant that the EOL ($) in regmatch() got the nextchr beyond the last character. Since the keys were UTF-8, the nextchr was \1, not the usual string-terminating \0. Wham, no match. I think another possible resolution could be to stop the nextchr computation in regmatch() from peeking beyond the last character of the string: nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0; Branch: perl ! hv.c hv.h ____________________________________________________________________________ [ 14907] By: jhi on 2002/02/28 03:25:44 Log: Subject: [PATCH] Perl interface to newIO() From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 27 Feb 2002 20:15:27 -0800 Message-ID: Branch: perl ! lib/Symbol.pm ____________________________________________________________________________ [ 14906] By: jhi on 2002/02/28 00:50:01 Log: The "list" part of Subject: [PATCH perlop] .. returns a *list* of *integers* From: Mike Guy Date: Tue, 26 Feb 2002 18:30:22 +0000 Message-Id: plus few nits. Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 14905] By: jhi on 2002/02/27 22:44:52 Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test From: Abe Timmerman Date: Thu, 28 Feb 2002 00:04:06 +0100 Message-ID: Branch: perl ! lib/File/stat.t ____________________________________________________________________________ [ 14904] By: pudge on 2002/02/27 21:25:39 Log: Integrate from maintperl. Branch: maint-5.6/macperl !> doio.c op.c t/io/open.t t/pragma/strict-subs ____________________________________________________________________________ [ 14903] By: jhi on 2002/02/27 21:23:14 Log: Upgrade to Math::BigInt 1.53. Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t ____________________________________________________________________________ [ 14902] By: jhi on 2002/02/27 21:17:38 Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited From: "Craig A. Berry" Date: Wed, 27 Feb 2002 15:36:38 -0600 Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01> Branch: perl ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t ! vms/ext/filespec.t ____________________________________________________________________________ [ 14901] By: jhi on 2002/02/27 21:14:22 Log: Subject: [PATCH] Some minor changes for Cygwin From: "Gerrit P. Haase" Date: Wed, 27 Feb 2002 22:25:41 +0100 Message-ID: <14296492589.20020227222541@familiehaase.de> Branch: perl ! Makefile.SH README.cygwin cygwin/perlld.in ____________________________________________________________________________ [ 14900] By: jhi on 2002/02/27 19:06:39 Log: Update the UTF-8 explanation table. Branch: perl ! pod/perlunicode.pod utf8.h ____________________________________________________________________________ [ 14899] By: jhi on 2002/02/27 17:50:09 Log: Repatch from Robin Barker: anon subs in C are now __ANON__::__ANON__ (should help for mod_perl breakage since #12251) Branch: perl ! gv.c op.c t/op/runlevel.t toke.c ____________________________________________________________________________ [ 14898] By: jhi on 2002/02/27 16:01:47 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14897] By: jhi on 2002/02/27 15:26:12 Log: perldelta updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14896] By: jhi on 2002/02/27 15:23:21 Log: Signedness nit. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14895] By: jhi on 2002/02/27 15:12:36 Log: Subject: Re: Smoke 14870 From: "H.Merijn Brand" Date: Wed, 27 Feb 2002 16:48:35 +0100 Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl> (with some additional garnish) Branch: perl ! README.hpux hints/hpux.sh ____________________________________________________________________________ [ 14894] By: jhi on 2002/02/27 15:08:06 Log: Avoid PL_OpPtr et al getting unnecessarily (when not used) into perl.exp in AIX. Branch: perl ! makedef.pl perl.h ____________________________________________________________________________ [ 14893] By: jhi on 2002/02/27 13:49:59 Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage From: Robin Barker Date: Wed, 27 Feb 2002 14:39:35 GMT Message-Id: <200202271439.OAA25005@tempest.npl.co.uk> Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 14892] By: jhi on 2002/02/27 13:41:14 Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems From: Robin Barker Date: Wed, 27 Feb 2002 12:25:30 GMT Message-Id: <200202271225.MAA24806@tempest.npl.co.uk> Branch: perl ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod ! pod/perlunicode.pod pod/perluniintro.pod ____________________________________________________________________________ [ 14891] By: jhi on 2002/02/27 01:11:13 Log: Only modify LD_LIBRARY_PATH in case there are directories. Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 14890] By: jhi on 2002/02/27 01:01:11 Log: Subject: [PATCH] perl/hints/vos.sh From: Paul_GreenVOS@vos.stratus.com Date: Tue, 26 Feb 02 15:19 est Message-Id: <200202262021.PAA24979@mailhub1.stratus.com> Branch: perl ! hints/vos.sh ____________________________________________________________________________ [ 14889] By: jhi on 2002/02/27 00:59:33 Log: Forgot from #14888. Branch: perl ! ext/Unicode/Normalize/mkheader ____________________________________________________________________________ [ 14888] By: jhi on 2002/02/27 00:50:55 Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki. Branch: perl ! ext/Unicode/Normalize/Changes ! ext/Unicode/Normalize/Normalize.pm ! ext/Unicode/Normalize/Normalize.xs ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t ! ext/Unicode/Normalize/t/test.t ____________________________________________________________________________ [ 14887] By: ams on 2002/02/26 23:51:52 Log: Subject: Missing diagnostics From: Simon Glover Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST) Message-Id: Subject: [PATCH] Better wording for the lvalue vec diagnostic From: Simon Glover Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST) Message-Id: Branch: perl ! doop.c pod/perldiag.pod t/op/vec.t ____________________________________________________________________________ [ 14886] By: ams on 2002/02/26 15:48:34 Log: Subject: [PATCH] Not OK 5.7.2@14884 From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Tue, 26 Feb 2002 15:03:55 +0100 Message-Id: Branch: perl ! t/lib/access.t ____________________________________________________________________________ [ 14885] By: nick on 2002/02/26 13:48:55 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl !> (integrate 102 files) ____________________________________________________________________________ [ 14884] By: jhi on 2002/02/26 11:17:42 Log: Cray FP strikes again: things like 1.1 + 0.1 are easily 1.1999999999999996, or thereabouts (yes, even sprintf). Branch: perl ! t/base/num.t ____________________________________________________________________________ [ 14883] By: jhi on 2002/02/26 11:09:07 Log: Neither. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14882] By: ams on 2002/02/26 08:46:55 Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"? From: Michael G Schwern Date: Tue, 26 Feb 2002 01:01:28 -0500 Message-Id: <20020226060128.GA2439@blackrider> Branch: perl ! hv.c pod/perldiag.pod ____________________________________________________________________________ [ 14881] By: jhi on 2002/02/26 03:01:28 Log: Subject: [PATCH B::Concise] docs, typos From: Rafael Garcia-Suarez Date: Mon, 25 Feb 2002 16:41:16 +0100 Message-ID: <20020225164116.A1054@rafael> Branch: perl ! ext/B/B/Concise.pm ____________________________________________________________________________ [ 14880] By: jhi on 2002/02/26 02:36:16 Log: POSIX: add isatty to @EXPORT_OK, reformat. Branch: perl ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 14879] By: jhi on 2002/02/26 01:03:17 Log: If using -Dloclibpth=... the directories need to be appended to LD_LIBRARY_PATH (and ickily, if those directories contain a (newer?) libdb.so, we need to prepend /usr/shlib to loclibpth). Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 14878] By: jhi on 2002/02/26 01:01:13 Log: Subject: [PATCH] Perl interface to newIO() From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 25 Feb 2002 15:04:57 -0800 Message-ID: Branch: perl ! lib/Symbol.pm lib/Symbol.t ____________________________________________________________________________ [ 14877] By: jhi on 2002/02/26 00:06:16 Log: Subject: [PATCH perlvar] "." is not in @INC when -T From: Rafael Garcia-Suarez Date: Mon, 25 Feb 2002 21:58:30 +0100 Message-ID: <20020225215830.A744@rafael> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 14876] By: jhi on 2002/02/25 22:23:11 Log: Big5 tweaks from Autrijus Tang. Branch: perl ! ext/Encode/Encode/big5.enc ____________________________________________________________________________ [ 14875] By: jhi on 2002/02/25 22:19:56 Log: Subject: [PATCH Glossary configpm] cleanups From: Rafael Garcia-Suarez Date: Mon, 25 Feb 2002 23:27:15 +0100 Message-ID: <20020225232715.C744@rafael> Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H configpm ____________________________________________________________________________ [ 14874] By: jhi on 2002/02/25 21:53:29 Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current) From: Nicholas Clark Date: Mon, 25 Feb 2002 21:53:24 +0000 Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net> Branch: perl ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL ! ext/Encode/TW/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 14873] By: jhi on 2002/02/25 21:28:54 Log: Upgrade to I18N::LangTags 0.27. (Causes one flipflop back to perl.com URL, must poke Sean.) Branch: perl ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog ! lib/I18N/LangTags/List.pm ____________________________________________________________________________ [ 14872] By: jhi on 2002/02/25 21:22:32 Log: Upgrade to Getopt::Long 2.28. Branch: perl ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES ! lib/Getopt/Long/README ____________________________________________________________________________ [ 14871] By: jhi on 2002/02/25 19:46:35 Log: No =head. Branch: perl ! pod/perlebcdic.pod ____________________________________________________________________________ [ 14870] By: jhi on 2002/02/25 15:02:50 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14869] By: jhi on 2002/02/25 14:54:00 Log: metaconfig unit change for #14868. Branch: metaconfig ! U/modified/Chk_MANI.U ____________________________________________________________________________ [ 14868] By: jhi on 2002/02/25 14:53:43 Log: Some hosts understand split -l 50, some only split -50 (from Paul Eggert). Branch: perl ! Configure ____________________________________________________________________________ [ 14867] By: jhi on 2002/02/25 14:44:07 Log: Subject: Re: [PATCH bleadperl] socketpair.t From: Nikola Knezevic Date: Sun, 24 Feb 2002 10:31:25 +0100 Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu> (the pid half only) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 14866] By: jhi on 2002/02/25 14:35:19 Log: Mention the new pack tricks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14865] By: jhi on 2002/02/25 14:30:28 Log: Subject: [PATCH] consistent commands for perl5db.pl etc. From: Richard.Foley@t-online.de (Richard Foley) Date: Mon, 25 Feb 2002 13:47:03 +0100 Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com> Branch: perl ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod ! pod/perldebug.pod pod/perldelta.pod ____________________________________________________________________________ [ 14864] By: jhi on 2002/02/25 13:51:32 Log: Typo corrections from John P. Linderman. Branch: perl ! ext/IPC/SysV/Semaphore.pm ____________________________________________________________________________ [ 14863] By: jhi on 2002/02/25 13:49:32 Log: Upgrade to Math::BigInt 1.52. Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm ____________________________________________________________________________ [ 14862] By: ams on 2002/02/25 10:39:40 Log: Subject: [PATCH Cwd.pm] cut-n-paste error? From: Robin Barker Date: Mon, 25 Feb 2002 11:35:06 GMT Message-Id: <200202251135.LAA00573@tempest.npl.co.uk> Subject: [PATCH Net/Cmd.pm] From: Robin Barker Date: Mon, 25 Feb 2002 11:37:06 GMT Message-Id: <200202251137.LAA00579@tempest.npl.co.uk> Branch: perl ! lib/Cwd.pm lib/Net/Cmd.pm ____________________________________________________________________________ [ 14861] By: jhi on 2002/02/25 03:40:45 Log: Cut-and-paste errors. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14860] By: jhi on 2002/02/25 03:36:24 Log: EBCDIC: the control characters are not that easy to find. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14859] By: jhi on 2002/02/25 03:02:23 Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters From: John Peacock Date: Sun, 24 Feb 2002 22:08:28 -0500 Message-ID: <3C79AAAC.6060903@rowman.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 14858] By: jhi on 2002/02/25 00:01:13 Log: SvSetSV() is not returnable, but that's okay since sv_copypv() returns void. Branch: perl ! sv.c ____________________________________________________________________________ [ 14857] By: jhi on 2002/02/24 23:33:33 Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters From: John Peacock Date: Sun, 24 Feb 2002 16:40:07 -0500 Message-ID: <3C795DB7.40105@rowman.com> Branch: perl ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod ! pp_hot.c proto.h sv.c ____________________________________________________________________________ [ 14856] By: jhi on 2002/02/24 20:15:51 Log: Tiny code cleanup. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14855] By: jhi on 2002/02/24 19:49:01 Log: Use to_uni_fold(). Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14854] By: jhi on 2002/02/24 19:45:43 Log: Document the new taint behaviour of exec LIST and system LIST. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14853] By: jhi on 2002/02/24 18:28:31 Log: Subject: [PATCH] Re: taint news From: Rick Delaney Date: 24 Feb 2002 11:35:00 -0500 Message-ID: Branch: perl ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t ____________________________________________________________________________ [ 14852] By: jhi on 2002/02/24 18:20:55 Log: EBCDIC tweak (native instead of uni) and comment update. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14851] By: jhi on 2002/02/24 13:02:53 Log: Using uninitialized (and wrong) variables is not good. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14850] By: jhi on 2002/02/24 05:28:15 Log: EBCDIC: this seems to calm the last of the Malformed UTF-8 warnings. Branch: perl ! regcomp.c utf8.c ____________________________________________________________________________ [ 14849] By: jhi on 2002/02/23 23:35:03 Log: EBCDIC: document using Encode for character conversions. Branch: perl ! pod/perlebcdic.pod ____________________________________________________________________________ [ 14848] By: jhi on 2002/02/23 23:20:57 Log: EBCDIC: disable also Unicode::Collate and Unicode::Normalize for now. Real users of EBCDIC have to decide what they want. Branch: perl ! ext/Unicode/Normalize/Normalize.pm ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm ! lib/Unicode/Collate/t/test.t ____________________________________________________________________________ [ 14847] By: jhi on 2002/02/23 20:12:21 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 14846] By: jhi on 2002/02/23 20:05:10 Log: Retract #14571: there may be a better solution than tweaking the test. Branch: perl ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t ____________________________________________________________________________ [ 14845] By: jhi on 2002/02/23 19:15:32 Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS From: "Craig A. Berry" Date: Sat, 23 Feb 2002 14:14:35 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 14844] By: jhi on 2002/02/23 18:37:14 Log: metaconfig unit change for #14843. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 14843] By: jhi on 2002/02/23 18:36:43 Log: Also Encode/JP needs to be listed explicitly. (Any other sub-Encode extensions?) Branch: perl ! Configure ____________________________________________________________________________ [ 14842] By: jhi on 2002/02/23 18:17:07 Log: Document known UNICOS/mk deficiency. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14841] By: jhi on 2002/02/23 16:29:49 Log: Subject: [PATCH] README mention version 5.0 From: Autrijus Tang Date: Sat, 23 Feb 2002 09:35:22 +0800 Message-ID: <20020223013522.GA8694@not.autrijus.org> Branch: perl ! README ____________________________________________________________________________ [ 14840] By: jhi on 2002/02/23 03:32:59 Log: metaconfig unit change for #14839. Branch: metaconfig ! U/modified/Signal.U ____________________________________________________________________________ [ 14839] By: jhi on 2002/02/23 03:32:32 Log: Old hosts like NeXT Classic don't have sort -k, from Paul Eggert. Branch: perl ! Configure ____________________________________________________________________________ [ 14838] By: ams on 2002/02/22 21:14:29 Log: Minor clarifications as suggested by Anton Tagunov. Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 14837] By: ams on 2002/02/22 21:07:02 Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob From: Rafael Garcia-Suarez Date: Fri, 22 Feb 2002 23:01:07 +0100 Message-Id: <20020222230107.A15069@rafael> Branch: perl ! sv.c t/op/gv.t ____________________________________________________________________________ [ 14836] By: jhi on 2002/02/22 20:39:11 Log: metaconfig unit change for #14835. Branch: metaconfig ! U/modified/Chk_MANI.U ____________________________________________________________________________ [ 14835] By: jhi on 2002/02/22 20:38:32 Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls. Branch: perl ! Configure ____________________________________________________________________________ [ 14834] By: jhi on 2002/02/22 18:06:01 Log: Subject: [PATCH] Re: Pyrrhic compression in Encode From: Michael G Schwern Date: Fri, 22 Feb 2002 12:10:28 -0500 Message-ID: <20020222171027.GB4181@blackrider> Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 14833] By: jhi on 2002/02/22 14:51:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14832] By: jhi on 2002/02/22 14:25:18 Log: Implement IV/UV/NV/long double pack/unpack with template letters j/J/F/D (the latter two have been undocumented aliases of f/d). Branch: perl ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 14831] By: jhi on 2002/02/22 13:47:08 Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile From: Nicholas Clark Date: Fri, 22 Feb 2002 14:01:25 +0000 Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net> Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 14830] By: jhi on 2002/02/22 13:44:27 Log: NetWare change from Ananth Kesari. Branch: perl - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl ! MANIFEST ____________________________________________________________________________ [ 14829] By: jhi on 2002/02/22 13:42:42 Log: Subject: [PATCH @14577] pack with a human face: part ]|[ From: Ilya Zakharevich Date: Fri, 22 Feb 2002 03:55:13 -0500 Message-ID: <20020222035513.A894@math.ohio-state.edu> Branch: perl ! pod/perlfunc.pod pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 14828] By: jhi on 2002/02/22 13:19:19 Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now. Branch: perl ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm ____________________________________________________________________________ [ 14827] By: jhi on 2002/02/22 13:11:00 Log: Make measure_struct a file static. Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 14826] By: jhi on 2002/02/22 04:30:27 Log: EBCDIC: someone who knows what they are doing and whether it is possible at all in the first place needs to figure these tests out on EBCDIC. The CJK encodings heavily abuse their knowledge of ASCII and that may require a translation layer or four to survive UTF-EBCDIC. Branch: perl ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t ____________________________________________________________________________ [ 14825] By: jhi on 2002/02/22 02:43:03 Log: croak() needs context. Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 14824] By: jhi on 2002/02/22 01:56:06 Log: Subject: [PATCH @14577] pack with a human face: the sequel From: Ilya Zakharevich Date: Thu, 21 Feb 2002 21:33:37 -0500 Message-ID: <20020221213337.A23848@math.ohio-state.edu> Branch: perl ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c ! proto.h t/op/pack.t ____________________________________________________________________________ [ 14823] By: jhi on 2002/02/22 00:38:19 Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile From: Nicholas Clark Date: Fri, 22 Feb 2002 00:49:44 +0000 Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net> Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 14822] By: jhi on 2002/02/21 22:42:17 Log: Test for #14795. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14821] By: jhi on 2002/02/21 22:05:20 Log: Testing for ASCII in EBCDIC makes one's brain hurt. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14820] By: jhi on 2002/02/21 21:53:00 Log: Subject: [PATCH] next batch of bugfixes From: Rafael Garcia-Suarez Date: Thu, 21 Feb 2002 23:54:41 +0100 Message-ID: <20020221235441.A17260@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14819] By: jhi on 2002/02/21 21:06:54 Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1) From: chromatic Date: Thu, 21 Feb 2002 14:17:35 -0700 Message-ID: <20020221211823.80922.qmail@onion.perl.org> Branch: perl ! lib/File/stat.pm lib/File/stat.t ____________________________________________________________________________ [ 14818] By: jhi on 2002/02/21 21:01:36 Log: Externalization from Jatan Shah . Branch: perl ! ext/re/re.xs ____________________________________________________________________________ [ 14817] By: jhi on 2002/02/21 20:02:27 Log: Upgrade to Math::BigInt 1.51. Branch: perl + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm ____________________________________________________________________________ [ 14816] By: jhi on 2002/02/21 19:33:01 Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken From: "Gerrit P. Haase" Date: Thu, 21 Feb 2002 21:20:25 +0100 Message-ID: <69510538936.20020221212025@familiehaase.de> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14815] By: jhi on 2002/02/21 17:28:23 Log: Subject: [PATCH @14577] grouping in pack/unpack From: Ilya Zakharevich Date: Thu, 21 Feb 2002 06:06:14 -0500 Message-ID: <20020221060614.A29836@math.ohio-state.edu> Branch: perl ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t ____________________________________________________________________________ [ 14814] By: jhi on 2002/02/21 15:41:10 Log: Subject: [PATCH propose] question about fs.t From: Nikola Knezevic Date: Thu, 21 Feb 2002 15:10:21 +0100 Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 14813] By: jhi on 2002/02/21 15:37:44 Log: Subject: [PATCH] 'make clobber' on Cygwin broken From: "Gerrit P. Haase" Date: Thu, 21 Feb 2002 09:54:28 +0100 Message-ID: <13576559576.20020221095428@familiehaase.de> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14812] By: ams on 2002/02/21 14:59:09 Log: Subject: typo correction From: mjd@plover.com Date: 21 Feb 2002 15:43:49 -0000 Message-Id: <20020221154349.22772.qmail@plover.com> Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 14811] By: ams on 2002/02/21 14:02:12 Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden From: Rafael Garcia-Suarez Date: Thu, 21 Feb 2002 15:22:22 +0100 Message-Id: <20020221152222.A15095@rafael> Branch: perl ! op.h toke.c ____________________________________________________________________________ [ 14810] By: ams on 2002/02/21 12:45:28 Log: Subject: [PATCH @14577] cosmetic OS/2 patches From: Ilya Zakharevich Date: Thu, 21 Feb 2002 06:02:48 -0500 Message-Id: <20020221060248.A29705@math.ohio-state.edu> Branch: perl ! lib/ExtUtils/Mksymlists.pm makedef.pl ____________________________________________________________________________ [ 14809] By: nick on 2002/02/21 09:31:08 Log: Integrate mainline Branch: perlio +> lib/Pod/t/Select.t !> (integrate 37 files) ____________________________________________________________________________ [ 14808] By: jhi on 2002/02/21 05:33:27 Log: metaconfig unit change for #14807. Branch: metaconfig ! U/modified/Signal.U ____________________________________________________________________________ [ 14807] By: jhi on 2002/02/21 05:33:07 Log: Revert #14805, didn't quite work. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 14806] By: jhi on 2002/02/21 05:21:52 Log: metaconfig changes for #14805. Branch: metaconfig ! U/modified/Signal.U dist-3.0at70b/kit/makeSH ____________________________________________________________________________ [ 14805] By: jhi on 2002/02/21 05:21:21 Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts From: Paul Eggert Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST) Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com> Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 14804] By: jhi on 2002/02/21 04:56:05 Log: More advice. Branch: perl ! README.os390 ____________________________________________________________________________ [ 14803] By: jhi on 2002/02/21 04:40:37 Log: Missing MANIFESTation. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14802] By: ams on 2002/02/20 22:55:25 Log: Subject: [PATCH] Add missing Tolkien quotes to *.c From: Autrijus Tang Date: Thu, 21 Feb 2002 07:13:12 +0800 Message-Id: <20020220231312.GA775@not.autrijus.org> Branch: perl ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c ____________________________________________________________________________ [ 14801] By: ams on 2002/02/20 22:27:20 Log: Subject: Re: Make Schwern poor in just 20 easy steps! From: Abe Timmerman Date: Thu, 21 Feb 2002 00:20:40 +0100 Message-Id: Branch: perl + lib/Pod/t/Select.t ____________________________________________________________________________ [ 14800] By: jhi on 2002/02/20 22:15:23 Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument twice, causing the loop to skip every other character. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14799] By: jhi on 2002/02/20 21:43:21 Log: Better debugging info. Branch: perl ! t/uni/case.pl ____________________________________________________________________________ [ 14798] By: jhi on 2002/02/20 21:13:50 Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile From: Nicholas Clark Date: Wed, 20 Feb 2002 22:13:05 +0000 Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net> Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 14797] By: jhi on 2002/02/20 18:31:14 Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts From: Paul Eggert Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST) Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 14796] By: nick on 2002/02/20 18:15:00 Log: Integrate mainline Branch: perlio +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod +> lib/Locale/Country.pod lib/Locale/Currency.pod +> lib/Locale/Language.pod lib/Locale/Script.pm +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t +> t/uni/title.t t/uni/upper.t !> (integrate 41 files) ____________________________________________________________________________ [ 14795] By: ams on 2002/02/20 17:08:38 Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports From: Hugo van der Sanden Date: Wed, 20 Feb 2002 18:06:59 +0000 Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 14794] By: ams on 2002/02/20 16:41:56 Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark From: Paul_GreenVOS@vos.stratus.com Date: Wed, 20 Feb 02 12:21 est Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14793] By: jhi on 2002/02/20 16:26:56 Log: Forgot from #14790. Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 14792] By: jhi on 2002/02/20 16:23:00 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14791] By: jhi on 2002/02/20 15:24:19 Log: Integrate change #14778 from maintperl; constant folding on the range operator had the effect of disabling peephole optimizations in all the siblings of the range OP; the effect of this was that barewords could escape strictures when they were hiding in such places Branch: perl ! t/lib/strict/subs !> op.c ____________________________________________________________________________ [ 14790] By: jhi on 2002/02/20 15:08:06 Log: Subject: Re: [ID 20020220.001] pack w with objects From: Ulrich Pfeifer Date: 20 Feb 2002 11:21:15 +0100 Message-ID: Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 14789] By: jhi on 2002/02/20 15:05:54 Log: Subject: Re: [PATCH] go faster for Encode's compile From: Nicholas Clark Date: Tue, 19 Feb 2002 23:38:36 +0000 Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net> Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 14788] By: jhi on 2002/02/20 15:02:31 Log: Regen Glossary. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 14787] By: jhi on 2002/02/20 14:57:37 Log: metaconfig unit change for #14786 (not visible yet, since Glossary needs regenerating) Branch: metaconfig ! U/compline/d_gconvert.U ____________________________________________________________________________ [ 14786] By: jhi on 2002/02/20 14:56:55 Log: Subject: d_Gconvert hints and Glossary From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 19 Feb 2002 11:55:36 -0800 Message-ID: <42qc8gzkgOFN092yn@efn.org> Branch: perl ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh ! hints/svr5.sh ____________________________________________________________________________ [ 14785] By: jhi on 2002/02/20 14:38:45 Log: metaconfig unit changes for #14784. Branch: metaconfig ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U ____________________________________________________________________________ [ 14784] By: jhi on 2002/02/20 14:38:14 Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts From: Paul Eggert Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> Branch: perl ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh ! pod/perlhack.pod ____________________________________________________________________________ [ 14783] By: jhi on 2002/02/20 14:21:32 Log: metaconfig unit change for #14782. Branch: metaconfig/U/perl ! Mksymlinks.U ____________________________________________________________________________ [ 14782] By: jhi on 2002/02/20 14:20:33 Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin) From: "Gerrit P. Haase" Date: Wed, 20 Feb 2002 00:23:29 +0100 Message-ID: <70348722516.20020220002329@familiehaase.de> Branch: perl ! Configure ____________________________________________________________________________ [ 14781] By: jhi on 2002/02/20 13:58:16 Log: Subject: Re: Lexical scoping bug with EXPR for EXPR? From: Nicholas Clark Date: Tue, 19 Feb 2002 19:27:42 +0000 Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net> (with modifications) Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 14780] By: jhi on 2002/02/20 13:49:44 Log: NetWare tweak from Ananth Kesari. Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14779] By: ams on 2002/02/20 06:51:55 Log: Fix suggested by Anton Tagunov . Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 14778] By: gsar on 2002/02/20 04:17:22 Log: constant folding on the range operator had the effect of disabling peephole optimizations in all the siblings of the range OP; the effect of this was that barewords could escape strictures when they were hiding in such places Branch: maint-5.6/perl ! op.c t/pragma/strict-subs ____________________________________________________________________________ [ 14777] By: ams on 2002/02/20 00:56:21 Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970) From: Graham Barr Date: Tue, 19 Feb 2002 23:08:47 +0000 Message-Id: <20020219230847.G66560@pobox.com> Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 14776] By: ams on 2002/02/19 17:20:28 Log: Subject: [DOCPATCH] C<< >> in Tie::Hash From: Nicholas Clark Date: Tue, 19 Feb 2002 16:23:22 +0000 Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net> Branch: perl ! lib/Tie/Hash.pm ____________________________________________________________________________ [ 14775] By: jhi on 2002/02/19 15:20:52 Log: Regen doc, regen toc. Branch: perl ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 14774] By: jhi on 2002/02/19 15:18:03 Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR? From: Dave Mitchell Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk> Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 14773] By: jhi on 2002/02/19 15:13:57 Log: Detypo. Branch: perl ! lib/Tie/Memoize.pm ____________________________________________________________________________ [ 14772] By: jhi on 2002/02/19 15:01:25 Log: UTF-8 C API doc tweaks. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 14771] By: jhi on 2002/02/19 14:03:08 Log: Mention that the case-switchers know about Unicode, too. Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 14770] By: jhi on 2002/02/19 13:49:52 Log: Upgrade to Locale::Codes 2.01. Branch: perl + lib/Locale/Constants.pod lib/Locale/Country.pod + lib/Locale/Currency.pod lib/Locale/Language.pod + lib/Locale/Script.pod ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README ! lib/Locale/Constants.pm lib/Locale/Country.pm ! lib/Locale/Currency.pm lib/Locale/Language.pm ! lib/Locale/Maketext.pm lib/Locale/Script.pm ____________________________________________________________________________ [ 14769] By: jhi on 2002/02/19 13:34:16 Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR? From: Dave Mitchell Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk> Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 14768] By: jhi on 2002/02/19 13:32:32 Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs From: Sam Tregar Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) Message-ID: Branch: perl ! sv.h ____________________________________________________________________________ [ 14767] By: jhi on 2002/02/19 13:29:04 Log: The test requires perlio. Branch: perl ! ext/Encode/t/JP.t ____________________________________________________________________________ [ 14766] By: jhi on 2002/02/19 04:57:59 Log: Misplaced block end. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14765] By: jhi on 2002/02/19 04:53:30 Log: The POSIX extensions are deadly. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14764] By: jhi on 2002/02/19 04:44:41 Log: Let's not overdo the growth. Branch: perl ! pp.c ____________________________________________________________________________ [ 14763] By: jhi on 2002/02/19 04:19:21 Log: Third time makes the charm. Branch: perl ! README.os390 ____________________________________________________________________________ [ 14762] By: jhi on 2002/02/19 04:03:46 Log: Oops. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14761] By: jhi on 2002/02/19 03:49:34 Log: Add back the new casing tests. Branch: perl + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t ! MANIFEST ____________________________________________________________________________ [ 14760] By: jhi on 2002/02/19 03:49:16 Log: Prefer special case mappings. Branch: perl ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl ! lib/unicore/To/Upper.pl lib/unicore/mktables ____________________________________________________________________________ [ 14759] By: jhi on 2002/02/19 03:48:46 Log: Try special casing first. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14758] By: jhi on 2002/02/19 01:55:14 Log: Not extending enough. Branch: perl ! pp.c utf8.h ____________________________________________________________________________ [ 14757] By: jhi on 2002/02/19 00:21:07 Log: No need to store identity mappings. Branch: perl ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl ! lib/unicore/mktables ____________________________________________________________________________ [ 14756] By: ams on 2002/02/18 20:21:17 Log: Forward port #14704 from maint-5.6. Branch: perl ! doio.c ____________________________________________________________________________ [ 14755] By: jhi on 2002/02/18 20:16:40 Log: Regen Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 14754] By: ams on 2002/02/18 19:01:09 Log: Subject: [PATCH] VMS cando_by_name and current process privs From: "Craig A. Berry" Date: Mon, 18 Feb 2002 14:03:30 -0600 Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 14753] By: jhi on 2002/02/18 17:58:39 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14752] By: jhi on 2002/02/18 17:54:44 Log: What do you know; these tests unearthed nasty problems. Will resolve those first. Branch: perl - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t ! MANIFEST ____________________________________________________________________________ [ 14751] By: jhi on 2002/02/18 17:52:23 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14750] By: ams on 2002/02/18 17:36:05 Log: Subject: Re: IO::Poll: Removing Handles From: Matthew Sachs Date: Mon, 18 Feb 2002 13:19:01 -0500 Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com> Branch: perl ! ext/IO/lib/IO/t/io_poll.t ____________________________________________________________________________ [ 14749] By: jhi on 2002/02/18 16:49:51 Log: Subject: VMS test fix-ups (alarm.t and glob.t) From: "Craig A. Berry" Date: Mon, 18 Feb 2002 11:52:21 -0600 Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01> Branch: perl ! t/op/alarm.t t/op/glob.t ____________________________________________________________________________ [ 14748] By: ams on 2002/02/18 15:53:36 Log: s/load_module/Perl_load_module/ Branch: perl ! gv.c ____________________________________________________________________________ [ 14747] By: jhi on 2002/02/18 15:43:06 Log: Unused in ASCII, used in EBCDIC. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14746] By: jhi on 2002/02/18 15:26:32 Log: Upgrade to Locale::Codes 2.00. Branch: perl + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README + lib/Locale/Codes/t/script.t lib/Locale/Script.pm ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t ! lib/Locale/Constants.pm lib/Locale/Country.pm ! lib/Locale/Currency.pm lib/Locale/Language.pm ____________________________________________________________________________ [ 14745] By: ams on 2002/02/18 15:20:44 Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation From: Rafael Garcia-Suarez Date: Sat, 16 Feb 2002 00:06:01 +0100 Message-Id: <20020216000601.A17249@rafael> Branch: perl ! gv.c ____________________________________________________________________________ [ 14744] By: jhi on 2002/02/18 14:54:47 Log: More Unicode casing checks. Branch: perl + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t ! MANIFEST ____________________________________________________________________________ [ 14743] By: ams on 2002/02/18 14:35:38 Log: Subject: IO::Poll: Removing Handles From: Matthew Sachs Date: Sun, 17 Feb 2002 04:49:46 -0500 Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com> Branch: perl ! ext/IO/lib/IO/Poll.pm ____________________________________________________________________________ [ 14741] By: ams on 2002/02/18 13:59:48 Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER" From: Rafael Garcia-Suarez Date: Mon, 18 Feb 2002 15:41:26 +0100 Message-Id: <20020218154126.A692@rafael> Branch: perl ! pp_ctl.c t/op/do.t ____________________________________________________________________________ [ 14740] By: nick on 2002/02/18 09:09:23 Log: Integrate mainline Branch: perlio +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm +> ext/Encode/lib/Encode/JP/Constants.pm +> ext/Encode/lib/Encode/JP/H2Z.pm +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl +> os2/OS2/Process/t/os2_process.t +> os2/OS2/Process/t/os2_process_kid.t +> os2/OS2/Process/t/os2_process_text.t - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL - ext/Encode/t/Japanese.t !> (integrate 47 files) ____________________________________________________________________________ [ 14739] By: jhi on 2002/02/18 05:02:47 Log: EBCDIC: now the worst seems to be over for the "Malformed" warnings. Still a few of them, and plenty of test failures, but getting better. Branch: perl ! regcomp.c utf8.c ____________________________________________________________________________ [ 14738] By: jhi on 2002/02/18 02:31:05 Log: Upgrade to Net::Ping 2.12. Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README ! lib/Net/Ping/t/110_icmp_inst.t ____________________________________________________________________________ [ 14737] By: jhi on 2002/02/18 02:24:31 Log: After much rewriting we are now pretty much back to where we started. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14736] By: ams on 2002/02/18 01:23:00 Log: Subject: [PATCH B::Deparse] two fixes From: Rafael Garcia-Suarez Date: Sun, 17 Feb 2002 23:58:59 +0100 Message-Id: <20020217235859.A32513@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14735] By: jhi on 2002/02/17 21:24:26 Log: Buglet. Branch: perl ! ext/Encode/lib/Encode/JP/JIS.pm ____________________________________________________________________________ [ 14734] By: jhi on 2002/02/17 20:44:59 Log: Clearing up to_utf8_case() continues: this time use a single return, and EBCDICification for all paths. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14733] By: jhi on 2002/02/17 19:51:01 Log: Small tweaks to get the test running (fix @INC and do not overwrite the table.utf8 and table.rnd). Branch: perl ! ext/Encode/t/JP.t ____________________________________________________________________________ [ 14732] By: jhi on 2002/02/17 18:40:24 Log: Tiny tweak. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14731] By: jhi on 2002/02/17 16:56:17 Log: Redundant casts. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14730] By: jhi on 2002/02/17 16:50:34 Log: More filename portability tips. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 14729] By: jhi on 2002/02/17 16:25:06 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq5.pod ____________________________________________________________________________ [ 14728] By: ams on 2002/02/17 16:15:09 Log: Subject: podlators 1.21 released From: Russ Allbery Date: Sat, 16 Feb 2002 21:42:56 -0800 Message-Id: Branch: perl ! lib/Pod/Text/Overstrike.pm ____________________________________________________________________________ [ 14727] By: sky on 2002/02/17 11:36:52 Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die() From: Autrijus Tang Date: Sun, 17 Feb 2002 19:46:47 +0800 Message-ID: <20020217194647.A1410@not.autrijus.org> Branch: perl ! pp_ctl.c t/op/tiehandle.t util.c ____________________________________________________________________________ [ 14726] By: jhi on 2002/02/17 03:13:30 Log: EBCDIC: to_utf8_case() is supposed to get its low 256 input in native code points, not Unicode. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14725] By: jhi on 2002/02/17 01:43:42 Log: Regen Glossary. Branch: perl ! Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 14724] By: jhi on 2002/02/17 01:12:37 Log: The #14715 and #14716 were okay: they just revealed a bug in the EXACTF matching. Branch: perl ! regexec.c utf8.c ____________________________________________________________________________ [ 14723] By: jhi on 2002/02/16 16:14:19 Log: Retreat, retreat! (retract #14715 and #14716) Branch: perl ! utf8.c ____________________________________________________________________________ [ 14722] By: jhi on 2002/02/16 16:06:00 Log: Encode 0.40, from Dan Kogai. Branch: perl + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm + ext/Encode/lib/Encode/JP/Constants.pm + ext/Encode/lib/Encode/JP/H2Z.pm + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm + ext/Encode/t/JP.t ext/Encode/t/japanese.pl + ext/Encode/t/table.rnd ext/Encode/t/table.utf8 - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL - ext/Encode/t/Japanese.t ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST ! ext/Encode/t/Encode.t ____________________________________________________________________________ [ 14721] By: jhi on 2002/02/16 15:37:40 Log: metaconfig unit change for #14720. Branch: perl ! Configure ____________________________________________________________________________ [ 14720] By: jhi on 2002/02/16 15:36:42 Log: Regenerate Configure (small tweaks on Yitzchak's, main difference being that the preference variables are called gconvert_...). Branch: metaconfig ! U/compline/d_gconvert.U ____________________________________________________________________________ [ 14719] By: ams on 2002/02/16 14:11:01 Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 14 Feb 2002 22:27:33 -0800 Message-Id: (Applied by hand.) Branch: perl ! Configure ____________________________________________________________________________ [ 14718] By: ams on 2002/02/16 13:45:28 Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open From: Philip Newton Date: Sat, 16 Feb 2002 10:05:05 +0100 Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com> (Applied by hand.) Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 14717] By: ams on 2002/02/16 04:30:23 Log: Remove dubious test. Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 14716] By: jhi on 2002/02/16 04:24:45 Log: Tiny tweak. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14715] By: jhi on 2002/02/16 03:49:14 Log: Restructure to_utf8_case() for simpler execution paths. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14714] By: ams on 2002/02/16 02:43:59 Log: Absorb #14701 by Sarathy from maint-5.6. Branch: perl ! doio.c t/io/open.t ____________________________________________________________________________ [ 14713] By: ams on 2002/02/16 01:51:27 Log: Subject: [PATCH] VOS patches for perl 5.8 From: Paul_GreenVOS@vos.stratus.com Date: Fri, 15 Feb 02 17:41 est Message-Id: <200202152243.RAA01195@mailhub1.stratus.com> Branch: perl ! README.vos vos/Changes vos/build.cm vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! vos/install_perl.cm ____________________________________________________________________________ [ 14712] By: jhi on 2002/02/15 21:08:13 Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615 From: Rafael Garcia-Suarez Date: Fri, 15 Feb 2002 23:05:44 +0100 Message-ID: <20020215230544.A690@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14711] By: jhi on 2002/02/15 19:26:07 Log: Add $VERSION. Branch: perl ! lib/Tie/Memoize.pm ____________________________________________________________________________ [ 14710] By: jhi on 2002/02/15 15:40:30 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14709] By: jhi on 2002/02/15 15:01:54 Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc From: Robin Barker Date: Thu, 14 Feb 2002 19:07:40 GMT Message-Id: <200202141907.TAA21516@tempest.npl.co.uk> (the hints part only) Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 14708] By: jhi on 2002/02/15 15:00:27 Log: metaconfig unit changes for #14707. Branch: metaconfig ! U/modified/cc.U Branch: metaconfig/U/perl ! Checkcc.U ____________________________________________________________________________ [ 14707] By: jhi on 2002/02/15 15:00:01 Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc From: Robin Barker Date: Fri, 15 Feb 2002 12:14:39 GMT Message-Id: <200202151214.MAA26466@tempest.npl.co.uk> Split checking-for-gcc and checking-for-cc. Branch: perl ! Configure ____________________________________________________________________________ [ 14706] By: ams on 2002/02/15 13:57:15 Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2 From: Ville =?ISO-8859-1?Q?Skytt=E4?= Date: 15 Feb 2002 10:53:06 +0200 Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 14705] By: ams on 2002/02/15 08:42:55 Log: Subject: [PATCH @14577] OS/2 tests and more From: Ilya Zakharevich Date: Fri, 15 Feb 2002 03:56:24 -0500 Message-Id: <20020215035624.A16467@math.ohio-state.edu> Branch: perl + os2/OS2/Process/t/os2_process.t + os2/OS2/Process/t/os2_process_kid.t + os2/OS2/Process/t/os2_process_text.t ! MANIFEST configpm hints/os2.sh makedef.pl ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t ! os2/os2ish.h ____________________________________________________________________________ [ 14704] By: gsar on 2002/02/15 08:42:48 Log: don't Safefree() PerlIO pointers we didn't allocate to begin with; avoid wasteful PL_fdpid fiddling where that is not warranted; mostly whitespace fixes these were longstanding todo items from: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html Branch: maint-5.6/perl ! doio.c ____________________________________________________________________________ [ 14702] By: nick on 2002/02/15 08:31:41 Log: Integrate mainline Branch: perlio +> lib/if.pm lib/if.t !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm !> lib/charnames.t pod/perluniintro.pod pp_sys.c !> t/lib/warnings/pp_sys ____________________________________________________________________________ [ 14701] By: gsar on 2002/02/15 08:04:58 Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms (and also dies quickly on Windows); this bug crept in as change#610, a.k.a change#646 Branch: maint-5.6/perl ! doio.c t/io/open.t ____________________________________________________________________________ [ 14700] By: jhi on 2002/02/15 02:51:13 Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2 From: Ville "Skyttä" Date: Wed, 13 Feb 2002 22:29:39 +0200 Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 14699] By: jhi on 2002/02/14 23:47:43 Log: Document and test the C0 and C1. Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 14698] By: jhi on 2002/02/14 22:21:55 Log: metaconfig unit change for #14697. Branch: metaconfig ! U/modified/Init.U ____________________________________________________________________________ [ 14697] By: jhi on 2002/02/14 22:21:20 Log: Also OS/2 seems to need exe set early. Branch: perl ! Configure ____________________________________________________________________________ [ 14696] By: jhi on 2002/02/14 22:13:18 Log: Document pack U0U. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 14695] By: jhi on 2002/02/14 21:56:52 Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS From: Rafael Garcia-Suarez Date: Thu, 14 Feb 2002 23:58:00 +0100 Message-ID: <20020214235800.A12901@rafael> Branch: perl ! pp_sys.c t/lib/warnings/pp_sys ____________________________________________________________________________ [ 14694] By: jhi on 2002/02/14 21:54:43 Log: Subject: [PATCH @13746] conditional pragmas From: Ilya Zakharevich Date: Mon, 31 Dec 2001 18:18:09 -0500 Message-ID: <20011231181809.A29528@math.ohio-state.edu> Branch: perl + lib/if.pm lib/if.t ! MANIFEST ____________________________________________________________________________ [ 14693] By: jhi on 2002/02/14 21:47:08 Log: Deparse bug introduced by #14615: the fix is just a workaround, I suspect there to be another deeper bug, must distill simpler test case. Branch: perl ! ext/B/B/Deparse.pm ext/B/t/deparse.t ____________________________________________________________________________ [ 14692] By: jhi on 2002/02/14 19:52:26 Log: Integrate perlio: [ 14685] Make dependencies more precise (for nmake) Branch: perl !> ext/Encode/EUC_JP/Makefile.PL ____________________________________________________________________________ [ 14691] By: jhi on 2002/02/14 18:08:58 Log: Just a guess. Branch: perl ! lib/Tie/Handle.pm ____________________________________________________________________________ [ 14690] By: nick on 2002/02/14 16:30:56 Log: Integrate mainline Branch: perlio +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t !> Changes MANIFEST Makefile.SH ext/threads/threads.pm !> ext/threads/threads.xs lib/ExtUtils/Installed.pm !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t !> utf8.c ____________________________________________________________________________ [ 14689] By: jhi on 2002/02/14 16:03:50 Log: Upgrade to Net::Ping 2.11. Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t ____________________________________________________________________________ [ 14688] By: jhi on 2002/02/14 15:15:17 Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t] From: Robin Barker Date: Wed, 13 Feb 2002 17:37:07 GMT Message-Id: <200202131737.RAA29010@tempest.npl.co.uk> (updated version of the above) Branch: perl ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t ____________________________________________________________________________ [ 14687] By: jhi on 2002/02/14 14:44:02 Log: Excise inexact blather. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14686] By: jhi on 2002/02/14 14:30:35 Log: Subject: Re: [PATCH @13746] tied hashes: memoization From: Ilya Zakharevich Date: Mon, 31 Dec 2001 20:28:46 -0500 Message-ID: <20011231202845.A1323@math.ohio-state.edu> Branch: perl + lib/Tie/Memoize.pm lib/Tie/Memoize.t ! MANIFEST ____________________________________________________________________________ [ 14685] By: nick on 2002/02/14 14:20:20 Log: Make dependencies more precise (for nmake) Branch: perlio ! ext/Encode/EUC_JP/Makefile.PL ____________________________________________________________________________ [ 14684] By: jhi on 2002/02/14 14:09:10 Log: Subject: [PATCH @13746] tied hashes From: Ilya Zakharevich Date: Mon, 31 Dec 2001 19:15:39 -0500 Message-ID: <20011231191539.A46@math.ohio-state.edu> Branch: perl ! lib/Tie/Hash.pm pod/perltie.pod ____________________________________________________________________________ [ 14683] By: jhi on 2002/02/13 22:30:55 Log: Subject: Re: [PATCH] Configure followed by make minitest From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 10 Feb 2002 23:22:05 -0800 Message-ID: Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14682] By: jhi on 2002/02/13 15:50:37 Log: Subject: Re: perl@14647 From: "H.Merijn Brand" Date: Mon, 11 Feb 2002 19:30:36 +0100 Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl> Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 14681] By: jhi on 2002/02/13 15:14:25 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14680] By: jhi on 2002/02/13 13:41:50 Log: Integrate perlio: [ 14677] Do not lc() the file names before doing dirname() or they don't match. Branch: perl !> lib/ExtUtils/t/Installed.t ____________________________________________________________________________ [ 14679] By: sky on 2002/02/13 12:56:13 Log: rename mutex to make a bit more sense Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 14678] By: sky on 2002/02/13 12:46:11 Log: Track active threads.... Branch: perl ! ext/threads/threads.pm ext/threads/threads.xs ____________________________________________________________________________ [ 14677] By: nick on 2002/02/13 09:30:42 Log: Do not lc() the file names before doing dirname() or they don't match. Branch: perlio ! lib/ExtUtils/t/Installed.t ____________________________________________________________________________ [ 14676] By: sky on 2002/02/13 09:03:37 Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again From: Michael G Schwern Date: ons feb 13, 2002 11:00:17 Europe/Stockholm Message-Id: <20020213100017.GA6288@blackrider> Branch: perl ! lib/File/Spec/t/rel2abs2rel.t ____________________________________________________________________________ [ 14675] By: sky on 2002/02/13 09:00:24 Log: Do not propagate END blocks to child threads, test. Branch: perl + ext/threads/t/end.t ! MANIFEST ext/threads/threads.xs ____________________________________________________________________________ [ 14674] By: nick on 2002/02/13 08:34:55 Log: Integrate mainline Branch: perlio +> ext/threads/t/join.t !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c ____________________________________________________________________________ [ 14673] By: jhi on 2002/02/13 05:17:26 Log: metaconfig unit change for #14672. Branch: metaconfig ! U/modified/lns.U ____________________________________________________________________________ [ 14672] By: jhi on 2002/02/13 05:17:07 Log: $ln is supposed to be already set to $ln + executable suffix on platforms that need it, from Paul Green. Branch: perl ! Configure ____________________________________________________________________________ [ 14671] By: jhi on 2002/02/13 05:12:28 Log: Subject: New command syntax for 'x' command From: Mark-Jason Dominus Date: Tue, 12 Feb 2002 20:54:01 -0500 Message-ID: <20020213015401.25685.qmail@plover.com> Branch: perl ! lib/perl5db.pl pod/perldebug.pod ____________________________________________________________________________ [ 14670] By: jhi on 2002/02/13 05:11:12 Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command From: Mark-Jason Dominus Date: Tue, 12 Feb 2002 20:20:42 -0500 Message-ID: <20020213012042.25245.qmail@plover.com> Branch: perl ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod ____________________________________________________________________________ [ 14669] By: jhi on 2002/02/13 04:43:43 Log: Iteration continues. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14668] By: jhi on 2002/02/13 02:37:31 Log: Duh. Branch: perl ! pp_pack.c t/op/length.t ____________________________________________________________________________ [ 14667] By: jhi on 2002/02/13 01:33:01 Log: Retract #14666. Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 14666] By: jhi on 2002/02/13 01:22:13 Log: (retracted by #14667) Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 14665] By: jhi on 2002/02/13 00:45:02 Log: Tiny test script tweaks. Branch: perl ! t/uni/fold.t ____________________________________________________________________________ [ 14664] By: jhi on 2002/02/13 00:24:37 Log: Rewrite the "special mapping" part of to_utf8_case(), this time with fewer bugs. (See: The Law of Cybernetic Entymology.) Branch: perl ! utf8.c ____________________________________________________________________________ [ 14663] By: sky on 2002/02/12 18:26:16 Log: Stop failures if you pass an object, sv_dup might not be the right thing to use since I have a feeling we end up cloning far too much. (Like the stash for example).... Maybe we need a lightweight sv_dup that searches the target for things.... Real fix is another option to perl_clone which controls if you should save stashes. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 14662] By: jhi on 2002/02/12 17:19:49 Log: Retract #14661. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 14661] By: jhi on 2002/02/12 17:16:20 Log: (retracted by #14662) Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 14660] By: jhi on 2002/02/12 15:03:58 Log: EBCDIC: another "can't happen". Branch: perl ! utf8.c ____________________________________________________________________________ [ 14659] By: sky on 2002/02/12 14:38:21 Log: Join support, however something wierd seems to happen with filehandles that are passed along threads... Branch: perl + ext/threads/t/join.t ! MANIFEST ext/threads/threads.xs ____________________________________________________________________________ [ 14658] By: nick on 2002/02/12 13:54:06 Log: Integrate mainline Branch: perlio !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 14657] By: jhi on 2002/02/12 13:44:34 Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function From: Jan Dubois Date: Tue, 12 Feb 2002 00:56:31 -0800 Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com> Branch: perl ! lib/Win32.pod win32/win32.c win32/win32.h ____________________________________________________________________________ [ 14656] By: jhi on 2002/02/12 13:39:18 Log: Subject: [PATCH] Re: 14654 introduced a bug From: Michael G Schwern Date: Tue, 12 Feb 2002 05:37:36 -0500 Message-ID: <20020212103736.GC14327@blackrider> Branch: perl ! lib/File/Spec/t/rel2abs2rel.t ____________________________________________________________________________ [ 14655] By: jhi on 2002/02/12 04:50:58 Log: More unset installman[13]dir tweaks from chromatic. Branch: perl ! lib/ExtUtils/Installed.pm ____________________________________________________________________________ [ 14654] By: jhi on 2002/02/12 04:31:44 Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?) From: Michael G Schwern Date: Mon, 11 Feb 2002 12:23:02 -0500 Message-ID: <20020211172302.GD9556@blackrider> Branch: perl ! lib/File/Spec/t/rel2abs2rel.t ____________________________________________________________________________ [ 14653] By: jhi on 2002/02/12 04:29:10 Log: Use `` instead of -| to be a little bit more portable, from Michael Schwern. Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 14652] By: jhi on 2002/02/12 03:17:44 Log: EBCDIC: this change for \N{} in particular is now unnecessary because of the recent more general pack U change. Branch: perl ! toke.c ____________________________________________________________________________ [ 14651] By: jhi on 2002/02/12 02:15:05 Log: Subject: [PATCH @14647] t/test.pl fix for VMS From: "Craig A. Berry" Date: Mon, 11 Feb 2002 17:13:47 -0600 Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 14650] By: jhi on 2002/02/11 23:44:09 Log: EBCDIC: pack U bytes change. Branch: perl ! t/op/length.t ____________________________________________________________________________ [ 14649] By: jhi on 2002/02/11 23:38:28 Log: EBCDIC: pack U is no more equal to concat of \xHHs. Branch: perl ! t/op/each.t ____________________________________________________________________________ [ 14648] By: nick on 2002/02/11 16:14:50 Log: Integrate mainline Branch: perlio !> Changes Configure Makefile.SH autodoc.pl !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c !> os2/os2ish.h patchlevel.h pod/perltoc.pod ____________________________________________________________________________ [ 14647] By: jhi on 2002/02/11 15:11:14 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14646] By: jhi on 2002/02/11 15:07:28 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 14645] By: jhi on 2002/02/11 14:59:02 Log: Forgot from #14641. Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 14644] By: jhi on 2002/02/11 14:49:14 Log: A forgotten metaconfig unit. Branch: metaconfig/U/perl + i_features.U ____________________________________________________________________________ [ 14643] By: jhi on 2002/02/11 14:47:11 Log: metaconfig unit changes for #14642. Branch: metaconfig + U/modified/lns.U Branch: metaconfig/U/perl ! issymlink.U ____________________________________________________________________________ [ 14642] By: jhi on 2002/02/11 14:46:39 Log: -Dmksymlinks was broken by #14628. Branch: perl ! Configure ____________________________________________________________________________ [ 14641] By: jhi on 2002/02/11 14:32:12 Log: Subject: [PATCH @14577] OS/2 build From: Ilya Zakharevich Date: Mon, 11 Feb 2002 06:56:41 -0500 Message-ID: <20020211065640.A14993@math.ohio-state.edu> (sans the Configure, perlio.sym, and t/op/stat.t parts) Branch: perl ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c ! os2/os2ish.h ____________________________________________________________________________ [ 14640] By: jhi on 2002/02/11 14:11:13 Log: Integrate perlio: [ 14639] Patch up the failing multi-byte write case, and un-skip the test. [ 14638] Add test for Japanese encoding (well euc-jp anyway). Fix one bug shown by above Skip test which does not pass yet. [ 14637] Split Japanese encodings - part 2 - build separate .c files with separate 'compile' steps - overall Japanese.xs / Japanese.pm which loads them [ 14636] Re-structure Japanese encodings - part 1 Branch: perl +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t +> ext/Encode/t/table.euc ext/Encode/t/table.ref - ext/Encode/EUC_JP/EUC_JP.pm !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs ____________________________________________________________________________ [ 14639] By: nick on 2002/02/11 11:59:18 Log: Patch up the failing multi-byte write case, and un-skip the test. Branch: perlio ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t ____________________________________________________________________________ [ 14638] By: nick on 2002/02/11 10:55:39 Log: Add test for Japanese encoding (well euc-jp anyway). Fix one bug shown by above Skip test which does not pass yet. Branch: perlio + ext/Encode/t/Japanese.t ext/Encode/t/table.euc + ext/Encode/t/table.ref ! MANIFEST ext/Encode/Encode.xs ____________________________________________________________________________ [ 14637] By: nick on 2002/02/11 09:07:04 Log: Split Japanese encodings - part 2 - build separate .c files with separate 'compile' steps - overall Japanese.xs / Japanese.pm which loads them Branch: perlio ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL ____________________________________________________________________________ [ 14636] By: nick on 2002/02/11 08:15:42 Log: Re-structure Japanese encodings - part 1 Branch: perlio +> ext/Encode/EUC_JP/Japanese.pm - ext/Encode/EUC_JP/EUC_JP.pm ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ____________________________________________________________________________ [ 14635] By: nick on 2002/02/11 08:05:12 Log: Integrate mainline Branch: perlio !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t ____________________________________________________________________________ [ 14634] By: jhi on 2002/02/11 03:40:01 Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency From: Mike Guy Date: Mon, 11 Feb 2002 02:50:42 +0000 Message-Id: Branch: perl ! t/op/arith.t ____________________________________________________________________________ [ 14633] By: jhi on 2002/02/11 01:53:01 Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. Stepping backward in the string would be majorly bad. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14632] By: jhi on 2002/02/11 01:38:40 Log: The debugger part of Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager From: Michael G Schwern Date: Wed, 6 Feb 2002 17:32:12 -0500 Message-ID: <20020206223212.GG1346@blackrider> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 14631] By: jhi on 2002/02/10 22:11:53 Log: Integrate perlio: [ 14626] Move PerlIO_perlio to layer_syms where it belongs? [ 14625] Borland/Win32 tuning Branch: perl !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc ____________________________________________________________________________ [ 14630] By: jhi on 2002/02/10 22:10:19 Log: EBCDIC: the low 256 needs to be shuffled also in pack/unpack U (this breaks the equivalence of pack U and v-strings, but I think if someone has to give, v-strings are a good victim) Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 14629] By: jhi on 2002/02/10 21:56:17 Log: metaconfig unit changes for #14628. Branch: metaconfig/U/perl ! d_u32align.U issymlink.U ____________________________________________________________________________ [ 14628] By: jhi on 2002/02/10 21:55:45 Log: Two Configure tweaks; the u32align test was trying to write into a string literal, the ln -s test was failing in VOS. Branch: perl ! Configure ____________________________________________________________________________ [ 14627] By: jhi on 2002/02/10 21:07:20 Log: DJGPP tweaks from Laszlo Molnar. Branch: perl ! djgpp/djgpp.c lib/File/Spec.pm ____________________________________________________________________________ [ 14626] By: nick on 2002/02/10 18:36:47 Log: Move PerlIO_perlio to layer_syms where it belongs? Branch: perlio ! makedef.pl ____________________________________________________________________________ [ 14625] By: nick on 2002/02/10 18:02:21 Log: Borland/Win32 tuning Branch: perlio ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc ____________________________________________________________________________ [ 14624] By: jhi on 2002/02/10 15:33:40 Log: Additional explanation for the [:...:] failure. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 14623] By: jhi on 2002/02/10 15:15:53 Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Sun, 10 Feb 2002 13:32:48 +0100 Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl> Branch: perl ! makedef.pl ____________________________________________________________________________ [ 14622] By: jhi on 2002/02/10 15:08:06 Log: Test tweaks from chromatic for cases where there are no installman1dir or installman3dir. Branch: perl ! lib/ExtUtils/t/Installed.t ____________________________________________________________________________ [ 14621] By: jhi on 2002/02/10 15:07:21 Log: Integrate perlio: [ 14618] Nick Clark's tweaks to Encode compile process 1. Use decimal constants to unit string arrays rather than very long string litterals (latter having possible "\0" on end issues, and needing ANSI C line splicing). 2. Replace tail-recursion during insert process with itteration. Nick C sees 12peedup from these. Branch: perl !> ext/Encode/Encode.pm ext/Encode/compile ____________________________________________________________________________ [ 14620] By: jhi on 2002/02/10 15:04:19 Log: Portability notes: filename characters, character sets. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 14619] By: nick on 2002/02/10 11:06:05 Log: Integrate mainline Branch: perlio ! ext/Encode/Encode.pm !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c ____________________________________________________________________________ [ 14618] By: nick on 2002/02/10 10:48:15 Log: Nick Clark's tweaks to Encode compile process 1. Use decimal constants to unit string arrays rather than very long string litterals (latter having possible "\0" on end issues, and needing ANSI C line splicing). 2. Replace tail-recursion during insert process with itteration. Nick C sees 12% speedup from these. Branch: perlio ! ext/Encode/compile ____________________________________________________________________________ [ 14617] By: jhi on 2002/02/10 02:56:54 Log: Use the "Unicode 1.0" name field for control characters, as suggested by Mark Davis. Note that Unicode 3.2 will require some more legwork on this because of certain alternative names. Branch: perl ! lib/unicore/Name.pl lib/unicore/mktables ____________________________________________________________________________ [ 14616] By: jhi on 2002/02/09 22:41:18 Log: The -W 0,float(ieee) and gcvt() are the bad combination. Branch: perl ! hints/os390.sh ____________________________________________________________________________ [ 14615] By: jhi on 2002/02/09 22:34:00 Log: EBCDIC: the non-printable characters are different. Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14614] By: jhi on 2002/02/09 21:42:26 Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio From: Nicholas Clark Date: Sat, 9 Feb 2002 22:31:29 +0000 Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net> Branch: perl ! t/lib/warnings/pp_hot ____________________________________________________________________________ [ 14613] By: jhi on 2002/02/09 21:12:12 Log: Subject: [PATCH] Re: Modulus operator inconsistency From: Nicholas Clark Date: Sat, 9 Feb 2002 21:00:13 +0000 Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net> Branch: perl ! op.c t/op/arith.t ____________________________________________________________________________ [ 14612] By: jhi on 2002/02/09 18:15:39 Log: Use the same escaping mechanism for all the *flags. Branch: perl ! lib/ExtUtils/Embed.pm ____________________________________________________________________________ [ 14611] By: jhi on 2002/02/09 17:26:06 Log: Protect possible parentheses in ccflags, ccdlflags, and ldflags. (In OS/390 there are parentheses in ccflags.) Branch: perl ! lib/ExtUtils/Embed.pm ____________________________________________________________________________ [ 14610] By: jhi on 2002/02/09 16:12:03 Log: Subject: [PATCH] perl5db.pl: restart in taint mode From: Peter Scott Date: Fri, 08 Feb 2002 19:20:19 -0800 Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 14609] By: jhi on 2002/02/08 21:33:59 Log: FAQ sync. Branch: perl ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod ____________________________________________________________________________ [ 14608] By: jhi on 2002/02/08 20:46:38 Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName From: Chris Nandor Date: Fri, 08 Feb 2002 16:31:41 -0500 Message-ID: Branch: perl ! cop.h deb.c pp_ctl.c toke.c util.c ____________________________________________________________________________ [ 14607] By: pudge on 2002/02/08 19:21:04 Log: Redo CopFILE / MacPerl_MPWFIleName patch Branch: maint-5.6/macperl ! cop.h deb.c pp_ctl.c toke.c util.c ____________________________________________________________________________ [ 14606] By: jhi on 2002/02/08 19:18:41 Log: The metaconfig unit change to go with #14605. Branch: metaconfig/U/perl ! libperl.U ____________________________________________________________________________ [ 14605] By: jhi on 2002/02/08 19:18:17 Log: The Configure change to go with #14604. Branch: perl ! Configure ____________________________________________________________________________ [ 14604] By: jhi on 2002/02/08 19:13:56 Log: Subject: [PATCH] Re: [ID 20020205.007] BSDi test failure perl 5.6.1 From: Andy Dougherty Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST) Message-ID: Branch: perl ! hints/bsdos.sh ____________________________________________________________________________ [ 14603] By: nick on 2002/02/08 18:16:09 Log: Integrate mainline Branch: perlio +> ext/threads/t/libc.t !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t ____________________________________________________________________________ [ 14602] By: sky on 2002/02/08 15:19:15 Log: Start testing for safe localtime functions, TODO, test more functions. Branch: perl + ext/threads/t/libc.t ! MANIFEST ____________________________________________________________________________ [ 14601] By: jhi on 2002/02/08 14:14:16 Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle From: Rafael Garcia-Suarez Date: Fri, 8 Feb 2002 00:21:07 +0100 Message-ID: <20020208002107.E763@rafael> Branch: perl ! doio.c pp_sys.c t/io/argv.t ____________________________________________________________________________ [ 14600] By: jhi on 2002/02/08 14:07:15 Log: Subject: [PATCH] Configure followed by make minitest From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 06 Feb 2002 21:35:20 -0800 Message-ID: Branch: perl ! t/op/taint.t t/run/fresh_perl.t ____________________________________________________________________________ [ 14599] By: jhi on 2002/02/08 14:05:12 Log: Integrate perlio: [ 14595] Extract something from yesterdays effort - convert my mail on pad data structures (incoporating Sarathy's corrections/clarifications) into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. Branch: perl !> cv.h pod/perlapi.pod pod/perlintern.pod ____________________________________________________________________________ [ 14598] By: jhi on 2002/02/08 14:01:28 Log: metaconfig unit changes for #14597. Branch: metaconfig ! U/modified/Loc.U Branch: metaconfig/U/perl ! libperl.U ____________________________________________________________________________ [ 14597] By: jhi on 2002/02/08 14:01:01 Log: Configure DJGPP tweak from Laszlo Molnar. Branch: perl ! Configure ____________________________________________________________________________ [ 14596] By: jhi on 2002/02/08 14:00:23 Log: DJGPP tweaks from Laszlo Molnar. Branch: perl ! djgpp/djgppsed.sh perl.c ____________________________________________________________________________ [ 14595] By: nick on 2002/02/08 09:19:29 Log: Extract something from yesterdays effort - convert my mail on pad data structures (incoporating Sarathy's corrections/clarifications) into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod. Branch: perlio ! cv.h pod/perlapi.pod pod/perlintern.pod ____________________________________________________________________________ [ 14594] By: nick on 2002/02/08 08:34:49 Log: Integrate mainline Branch: perlio +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl +> NetWare/t/NWScripts-Exist.pl t/base/num.t !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t !> op.c patchlevel.h t/run/fresh_perl.t utf8.c ____________________________________________________________________________ [ 14593] By: jhi on 2002/02/08 03:08:20 Log: To really skip the test an exit() is needed. Branch: perl ! lib/encoding.t ____________________________________________________________________________ [ 14592] By: jhi on 2002/02/08 02:57:30 Log: More diagnostics from Nicholas Clark. Branch: perl ! lib/Benchmark.t ____________________________________________________________________________ [ 14591] By: jhi on 2002/02/07 22:54:57 Log: In case of failure be more verbose. Branch: perl ! t/base/num.t ____________________________________________________________________________ [ 14590] By: pudge on 2002/02/07 19:29:03 Log: Update Changes Branch: maint-5.6/macperl ! macos/Changes ____________________________________________________________________________ [ 14589] By: pudge on 2002/02/07 19:26:55 Log: Merge AEGizmos library into PPC binary Branch: maint-5.6/macperl ! macos/Makefile.mk ____________________________________________________________________________ [ 14588] By: pudge on 2002/02/07 18:51:05 Log: Add -ansifor for MrCpp options Branch: maint-5.6/macperl ! macos/BuildRules.mk ____________________________________________________________________________ [ 14587] By: pudge on 2002/02/07 18:46:28 Log: Check ownership of CatInfos (MacPerl Bug #494482) Branch: maint-5.6/macperl ! macos/ext/Mac/Files/Files.xs ____________________________________________________________________________ [ 14586] By: pudge on 2002/02/07 18:40:21 Log: Resource updates Branch: maint-5.6/macperl ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc ____________________________________________________________________________ [ 14585] By: pudge on 2002/02/07 18:38:44 Log: Empty path is ENOENT (MacPerl Bug #512351) Branch: maint-5.6/macperl ! macos/macperl/MPAppleEvents.c ____________________________________________________________________________ [ 14584] By: pudge on 2002/02/07 18:38:03 Log: Fix horrible list maintencance bugs (MacPerl Bug #443568) Branch: maint-5.6/macperl ! macos/macperl/MPAEVTStream.cp ____________________________________________________________________________ [ 14583] By: pudge on 2002/02/07 18:36:29 Log: macify(ABSTRACT_FROM) Branch: maint-5.6/macperl ! macos/lib/ExtUtils/MM_MacOS.pm ____________________________________________________________________________ [ 14582] By: pudge on 2002/02/07 18:35:20 Log: Use correct Mac filenames in error messages, caller() Branch: maint-5.6/macperl ! deb.c pp_ctl.c toke.c util.c ____________________________________________________________________________ [ 14581] By: jhi on 2002/02/07 17:10:06 Log: Sanity checks to see that the IV/NV and the PV of numeric scalars stay in sync (unearthed this via the OS/390 gcvt() brokenness) Branch: perl + t/base/num.t ! MANIFEST ____________________________________________________________________________ [ 14580] By: jhi on 2002/02/07 14:07:33 Log: Retract the anon leak subpatch of #14418 and #14431 (the latter came into bleadperl as part of #14433). Branch: perl ! op.c t/run/fresh_perl.t ____________________________________________________________________________ [ 14579] By: jhi on 2002/02/06 23:38:10 Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it mangles 0.1 to "10". sprintf() seems more well-behaved. Branch: perl ! hints/os390.sh ____________________________________________________________________________ [ 14578] By: jhi on 2002/02/06 19:56:53 Log: Subject: [PATCH @14557] another Encode fix for VMS From: "Craig A. Berry" Date: Wed, 06 Feb 2002 14:44:20 -0600 Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01> Branch: perl ! ext/Encode/Encode.xs ext/Encode/Makefile.PL ____________________________________________________________________________ [ 14577] By: jhi on 2002/02/06 15:38:25 Log: Integrate perlio: [ 14575] One way to avoid OS390 winge about #line directives. Branch: perl !> ext/Encode/EUC_JP/Makefile.PL ____________________________________________________________________________ [ 14576] By: jhi on 2002/02/06 15:36:55 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14575] By: nick on 2002/02/06 15:23:24 Log: One way to avoid OS390 winge about #line directives. Branch: perlio ! ext/Encode/EUC_JP/Makefile.PL ____________________________________________________________________________ [ 14574] By: jhi on 2002/02/06 15:11:05 Log: s/Netware/NetWare/ Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14573] By: jhi on 2002/02/06 15:10:00 Log: New Netware scripts. Branch: perl + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl + NetWare/t/NWScripts-Exist.pl ! MANIFEST ____________________________________________________________________________ [ 14572] By: jhi on 2002/02/06 15:02:20 Log: EBCDIC: the encoding pragma would need some rethinking, probably a pass of EBCDIC->Unicode mapping. For now, disable it on EBCDIC. Branch: perl ! lib/encoding.pm lib/encoding.t ____________________________________________________________________________ [ 14571] By: jhi on 2002/02/06 14:44:27 Log: (retracted by #14846) EBCDIC: Unicode::Normalize NFC emits EBCDIC code points for the low 256. Now tweaked the tests, but maybe it's the module that needs few NATIVE_TO_UNI()s somewhere? Branch: perl ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t ____________________________________________________________________________ [ 14570] By: jhi on 2002/02/06 13:59:19 Log: Subject: [PATCH utf8.c] format problem From: Robin Barker Date: Wed, 6 Feb 2002 14:01:43 GMT Message-Id: <200202061401.OAA25053@tempest.npl.co.uk> Branch: perl ! utf8.c ____________________________________________________________________________ [ 14569] By: nick on 2002/02/06 09:52:23 Log: Integrate mainline Branch: perlio !> NetWare/Makefile NetWare/bat/BldNWExt.bat !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t !> lib/File/Spec/t/rel2abs2rel.t makedef.pl ____________________________________________________________________________ [ 14568] By: jhi on 2002/02/06 04:44:33 Log: EBCDIC: 0x41 is not cricket. Branch: perl ! ext/Encode/t/Encode.t ____________________________________________________________________________ [ 14567] By: jhi on 2002/02/05 23:12:19 Log: NetWare update from Ananth Kesari. Branch: perl ! NetWare/Makefile NetWare/bat/BldNWExt.bat ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl ! NetWare/t/NWScripts.pl makedef.pl ____________________________________________________________________________ [ 14566] By: sky on 2002/02/05 18:39:13 Log: Subject: Re: File::Spec::rel2abs2rel (?) From: Michael G Schwern Date: Tue, 5 Feb 2002 13:47:39 -0500 Message-ID: <20020205184739.GB17375@blackrider> Branch: perl ! lib/File/Spec/t/rel2abs2rel.t ____________________________________________________________________________ [ 14565] By: nick on 2002/02/05 17:31:24 Log: Integrate mainline Branch: perlio !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t !> utf8.h ____________________________________________________________________________ [ 14564] By: jhi on 2002/02/05 17:05:40 Log: Integrate perlio: [ 14563] More Encode tweaks: - make expensive and marginal substring search optional (-O) - enable -O for ASCII-oid encodings (search space is small) - add ASCII-oid jis0201 to basic Encode.so - add some other Japanese encodings to EUC_JP bundle (without -O) Branch: perl +> ext/Encode/Encode/jis0201.ucm !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL !> ext/Encode/compile ____________________________________________________________________________ [ 14563] By: nick on 2002/02/05 16:01:15 Log: More Encode tweaks: - make expensive and marginal substring search optional (-O) - enable -O for ASCII-oid encodings (search space is small) - add ASCII-oid jis0201 to basic Encode.so - add some other Japanese encodings to EUC_JP bundle (without -O) Branch: perlio + ext/Encode/Encode/jis0201.ucm ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL ! ext/Encode/compile ____________________________________________________________________________ [ 14562] By: sky on 2002/02/05 14:50:36 Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks. Branch: perl ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t ____________________________________________________________________________ [ 14561] By: jhi on 2002/02/05 14:25:36 Log: EBCDIC: SHARP S is different. Branch: perl ! regexec.c utf8.h ____________________________________________________________________________ [ 14560] By: sky on 2002/02/05 13:49:40 Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks Branch: perl ! t/op/filetest.t ____________________________________________________________________________ [ 14559] By: sky on 2002/02/05 11:39:24 Log: Add . first to the PATH environment to test that we really get ./perl and not some other older perl. Branch: perl ! lib/File/Spec/t/rel2abs2rel.t ____________________________________________________________________________ [ 14558] By: sky on 2002/02/05 11:20:21 Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance... Branch: perl ! ext/POSIX/t/posix.t ____________________________________________________________________________ [ 14557] By: sky on 2002/02/05 10:30:58 Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them. Branch: perl ! hints/darwin.sh perl.h ____________________________________________________________________________ [ 14556] By: nick on 2002/02/05 06:58:52 Log: Integrate mainline Branch: perlio !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL !> ext/Encode/Encode.xs lib/File/Find/t/find.t !> lib/File/Find/t/taint.t ____________________________________________________________________________ [ 14555] By: pudge on 2002/02/05 02:20:45 Log: Integrate change #14439 from maintperl Branch: maint-5.6/macperl !> op.c ____________________________________________________________________________ [ 14554] By: jhi on 2002/02/04 23:22:28 Log: Subject: [PATCH] File::Find tests not cleaning up properly From: Rafael Garcia-Suarez Date: Mon, 4 Feb 2002 22:09:07 +0100 Message-ID: <20020204220907.A8288@rafael> Branch: perl ! lib/File/Find/t/find.t lib/File/Find/t/taint.t ____________________________________________________________________________ [ 14553] By: jhi on 2002/02/04 22:27:11 Log: Signedness mumblings from Tru64. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14552] By: jhi on 2002/02/04 22:22:16 Log: Subject: [PATCH @14550] Encode build fix-ups for VMS From: "Craig A. Berry" Date: Mon, 04 Feb 2002 17:16:00 -0600 Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01> Branch: perl ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14551] By: nick on 2002/02/04 16:00:31 Log: Integrate mainline Branch: perlio !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod !> regcomp.c ____________________________________________________________________________ [ 14550] By: jhi on 2002/02/04 14:47:00 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14549] By: jhi on 2002/02/04 13:57:42 Log: Comment microtweaks. Branch: perl ! lib/locale.t ____________________________________________________________________________ [ 14548] By: jhi on 2002/02/04 13:32:00 Log: Subject: trivial docu patch From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 04 Feb 2002 08:15:19 +0100 Message-ID: Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 14547] By: jhi on 2002/02/04 13:30:55 Log: Subject: [PATCH] (??{ }) anomaly From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 03 Feb 2002 20:21:45 -0800 Message-ID: Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14546] By: jhi on 2002/02/04 04:41:02 Log: Integrate perlio: [ 14545] Remove debugging warning, be consistent about API fails. [ 14544] Carry on where we left off if we have to grow destination SV during XS encode/decode Branch: perl !> ext/Encode/Encode.xs ____________________________________________________________________________ [ 14545] By: nick on 2002/02/03 20:03:38 Log: Remove debugging warning, be consistent about API fails. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14544] By: nick on 2002/02/03 19:47:48 Log: Carry on where we left off if we have to grow destination SV during XS encode/decode Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14543] By: jhi on 2002/02/03 19:06:06 Log: Subject: PATCH CPAN.pm From: Mark-Jason Dominus Date: Sun, 03 Feb 2002 12:36:36 -0500 Message-ID: <20020203173636.27451.qmail@plover.com> Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 14542] By: jhi on 2002/02/03 19:05:13 Log: Must search further back. Branch: perl ! lib/h2xs.t ____________________________________________________________________________ [ 14541] By: nick on 2002/02/03 18:52:09 Log: Integrate mainline Branch: perlio !> (integrate 29 files) ____________________________________________________________________________ [ 14540] By: jhi on 2002/02/03 18:33:53 Log: EBCDIC: more natification. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14539] By: jhi on 2002/02/03 18:32:31 Log: Debug noise. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14538] By: jhi on 2002/02/03 18:13:07 Log: Integrate perlio: [ 14536] Stable intermediate point in Encode cleanup. :encode(euc-jp) works on Dan's table.euc Much buffer copying and other silliness remains. Branch: perl !> ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/Encode/lib/Encode/Encoding.pm ____________________________________________________________________________ [ 14537] By: jhi on 2002/02/03 17:57:31 Log: Prettify. Branch: perl ! lib/unicore/mktables ____________________________________________________________________________ [ 14536] By: nick on 2002/02/03 17:32:03 Log: Stable intermediate point in Encode cleanup. :encode(euc-jp) works on Dan's table.euc Much buffer copying and other silliness remains. Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/lib/Encode/Encoding.pm ____________________________________________________________________________ [ 14535] By: jhi on 2002/02/03 17:29:57 Log: EBCDIC: it's much nicer to compare Unicode code points to Unicode code points. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14534] By: jhi on 2002/02/03 17:04:34 Log: EBCDIC: character classes must remap the low 256. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14533] By: jhi on 2002/02/03 16:05:12 Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke. Branch: perl ! lib/I18N/LangTags/List.pm ____________________________________________________________________________ [ 14532] By: jhi on 2002/02/03 15:36:36 Log: FAQ sync. Branch: perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod ! pod/perlfaq6.pod pod/perlfaq7.pod ____________________________________________________________________________ [ 14531] By: jhi on 2002/02/03 15:35:28 Log: Integrate perlio: [ 14526] Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data. (Mis-feature discovered by Encode.) [ 14518] indent -kr -nce and some manual tweaks to match perl style. Branch: perl !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c ____________________________________________________________________________ [ 14530] By: jhi on 2002/02/03 15:30:24 Log: Subject: [PATCH] lstat FH and -l FH warnings From: Rafael Garcia-Suarez Date: Sat, 2 Feb 2002 22:24:54 +0100 Message-ID: <20020202222454.A11608@rafael> Branch: perl ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t ____________________________________________________________________________ [ 14529] By: jhi on 2002/02/03 15:27:26 Log: Subject: [PATCH t/op/taint.t] remove possible false positive From: Rafael Garcia-Suarez Date: Sat, 2 Feb 2002 13:11:01 +0100 Message-ID: <20020202131101.A722@rafael> Subject: [PATCH t/op/ver.t] another false positive From: Rafael Garcia-Suarez Date: Sat, 2 Feb 2002 13:38:22 +0100 Message-ID: <20020202133822.E722@rafael> Subject: [PATCH] t/test.pl:ok() doesn't work From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 03 Feb 2002 00:02:38 -0800 Message-ID: Branch: perl ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t ! t/test.pl ____________________________________________________________________________ [ 14528] By: jhi on 2002/02/03 15:26:33 Log: Subject: [PATCH @13746] OS2::Process's constants From: Ilya Zakharevich Date: Sat, 2 Feb 2002 01:00:55 -0500 Message-ID: <20020202010055.A12924@math.ohio-state.edu> Branch: perl ! os2/OS2/Process/Makefile.PL ____________________________________________________________________________ [ 14527] By: jhi on 2002/02/03 15:16:46 Log: Subject: [PATCH @13746] h2xs From: Ilya Zakharevich Date: Sat, 2 Feb 2002 00:58:44 -0500 Message-ID: <20020202005844.A12756@math.ohio-state.edu> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 14526] By: nick on 2002/02/03 14:54:18 Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data. (Mis-feature discovered by Encode.) Branch: perlio ! sv.c ____________________________________________________________________________ [ 14525] By: jhi on 2002/02/02 16:44:58 Log: EBCDIC: since #14519 made \N{...} to remap, the test cannot expect an ASCII code point. Branch: perl ! lib/charnames.t ____________________________________________________________________________ [ 14524] By: jhi on 2002/02/02 05:03:24 Log: Sub-MANIFEST-tweak. Branch: perl ! ext/Encode/MANIFEST ____________________________________________________________________________ [ 14523] By: jhi on 2002/02/02 02:54:44 Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like From: SADAHIRO Tomoyuki Date: Fri, 01 Feb 2002 23:51:03 +0900 Message-Id: <20020201234727.15ED.BQW10602@nifty.com> Branch: perl ! ext/Encode/lib/Encode/Tcl/Escape.pm ____________________________________________________________________________ [ 14522] By: jhi on 2002/02/02 02:53:29 Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1) From: Andy Dougherty Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST) Message-ID: Branch: perl ! README.solaris hints/solaris_2.sh ____________________________________________________________________________ [ 14521] By: jhi on 2002/02/02 02:08:42 Log: EBCDIC: no hope to get the low 256 right in unifolding. Branch: perl ! t/uni/fold.t ____________________________________________________________________________ [ 14520] By: jhi on 2002/02/02 02:02:13 Log: todo entry for missing pack formats. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 14519] By: jhi on 2002/02/02 01:31:50 Log: EBCDIC: the low 256 \N{...} need to be remapped. Branch: perl ! toke.c ____________________________________________________________________________ [ 14518] By: nick on 2002/02/01 18:32:03 Log: indent -kr -nce and some manual tweaks to match perl style. Branch: perlio ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14517] By: nick on 2002/02/01 18:20:46 Log: Integrate mainline Branch: perlio !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c ____________________________________________________________________________ [ 14516] By: jhi on 2002/02/01 16:46:16 Log: Integrate perlio: [ 14515] Minor Encode tweaks: - move Encode.pm back to top of Encode like normal XS extension - avoid .def as a file extension (Win32 builds) Branch: perl ! MANIFEST !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs !> ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 14515] By: nick on 2002/02/01 16:27:59 Log: Minor Encode tweaks: - move Encode.pm back to top of Encode like normal XS extension - avoid .def as a file extension (Win32 builds) Branch: perlio +> ext/Encode/Encode.pm - ext/Encode/lib/Encode.pm ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs ! ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 14514] By: jhi on 2002/02/01 14:45:26 Log: Subject: [PATCH utf8.t] temp file not cleaned up From: Rafael Garcia-Suarez Date: Fri, 1 Feb 2002 15:47:46 +0100 Message-ID: <20020201154746.A24079@rafael> Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 14513] By: jhi on 2002/02/01 14:44:39 Log: Subject: [PATCH] make "lstat FH" croak From: Rafael Garcia-Suarez Date: Fri, 1 Feb 2002 15:12:50 +0100 Message-ID: <20020201151250.A738@rafael> Branch: perl ! pod/perldiag.pod pp_sys.c t/op/stat.t ____________________________________________________________________________ [ 14512] By: jhi on 2002/02/01 14:42:58 Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure From: Kay Röpke Date: Fri, 1 Feb 2002 01:10:43 +0100 Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 14511] By: jhi on 2002/02/01 05:17:59 Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC I got it in Tru64 + ithreads but only without -g, took some debugging by printf (which was no fun either since adding some debug printfs hid the error) Branch: perl ! regexec.c utf8.c ____________________________________________________________________________ [ 14510] By: jhi on 2002/01/31 22:48:13 Log: Subject: Re: [PATCH] perl -V: From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 31 Jan 2002 12:10:20 -0800 Message-ID: Subject: Re: [PATCH] perl -V: From: Michael G Schwern Date: Thu, 31 Jan 2002 16:43:13 -0500 Message-ID: <20020131214313.GH6498@blackrider> Branch: perl ! t/run/switches.t ____________________________________________________________________________ [ 14509] By: jhi on 2002/01/31 21:30:46 Log: #14505 effect. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 14508] By: jhi on 2002/01/31 16:57:18 Log: Daniel S. Lewart adopts the Math::Complex. Branch: perl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 14507] By: jhi on 2002/01/31 16:54:44 Log: More Complex DWIMmery. Branch: perl ! lib/Math/Complex.pm lib/Math/Complex.t ____________________________________________________________________________ [ 14506] By: jhi on 2002/01/31 15:27:49 Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _ From: Rafael Garcia-Suarez Date: Thu, 31 Jan 2002 14:37:52 +0100 Message-ID: <20020131143752.A1452@rafael> Branch: perl ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t ____________________________________________________________________________ [ 14505] By: jhi on 2002/01/31 15:26:41 Log: Turn the I/O Unicode error by default on, but the character-generating Unicode error by default off, as Larry suggested. Branch: perl ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8 ! utf8.c ____________________________________________________________________________ [ 14504] By: jhi on 2002/01/31 14:08:44 Log: Subject: [PATCH] open.pm minor cleanup From: Rafael Garcia-Suarez Date: Thu, 31 Jan 2002 15:03:02 +0100 Message-ID: <20020131150302.C1452@rafael> Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 14503] By: jhi on 2002/01/30 15:28:29 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14502] By: jhi on 2002/01/30 14:32:25 Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status From: Robin Barker Date: Wed, 30 Jan 2002 11:58:33 GMT Message-Id: <200201301158.LAA14883@tempest.npl.co.uk> Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 14501] By: jhi on 2002/01/30 14:20:32 Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm; re-sort MANIFEST. Branch: perl + ext/Encode/Encode.pm - ext/Encode/lib/Encode.pm ! MANIFEST ext/Encode/Makefile.PL ____________________________________________________________________________ [ 14500] By: jhi on 2002/01/30 14:05:13 Log: Integrate perlio: [ 14499] Collect some stats during compile process. Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR as one XS - inconclusive - marginal win? Add some comments to encode.h [ 14490] Basics of a compiled Encode XS extension Branch: perl !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile !> ext/Encode/encode.h ____________________________________________________________________________ [ 14499] By: nick on 2002/01/30 09:57:47 Log: Collect some stats during compile process. Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR as one XS - inconclusive - marginal win? Add some comments to encode.h Branch: perlio ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile ! ext/Encode/encode.h ____________________________________________________________________________ [ 14498] By: nick on 2002/01/30 07:27:55 Log: Integrate Jarkko's path/INC tweaks Branch: perlio !> ext/Encode/compile ____________________________________________________________________________ [ 14497] By: jhi on 2002/01/30 04:40:56 Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 29 Jan 2002 01:13:09 -0800 Message-ID: Branch: perl ! configpm ____________________________________________________________________________ [ 14496] By: jhi on 2002/01/30 01:55:57 Log: Subject: [PATCH t/op/inccode.t] new test From: Rafael Garcia-Suarez Date: Tue, 29 Jan 2002 22:03:45 +0100 Message-ID: <20020129220345.A704@rafael> Branch: perl ! t/op/inccode.t ____________________________________________________________________________ [ 14495] By: jhi on 2002/01/30 01:01:26 Log: EBCDIC: t/op/lc.t now passes. Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 14494] By: jhi on 2002/01/30 00:41:52 Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40 Branch: perl ! utf8.c ____________________________________________________________________________ [ 14493] By: jhi on 2002/01/29 22:32:05 Log: Must find stuff during build. Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 14492] By: jhi on 2002/01/29 22:24:54 Log: Integrate with perlio; Basics of a compiled Encode XS extension Branch: perl +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL +> ext/Encode/Encode/euc-jp.ucm !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile !> ext/Encode/encode.h ____________________________________________________________________________ [ 14491] By: jhi on 2002/01/29 22:23:25 Log: EBCDIC tweaks-- no new test passes, but getting closer. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14490] By: nick on 2002/01/29 21:20:57 Log: Basics of a compiled Encode XS extension Branch: perlio + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL + ext/Encode/Encode/euc-jp.ucm ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile ! ext/Encode/encode.h ____________________________________________________________________________ [ 14489] By: nick on 2002/01/29 18:40:54 Log: Integrate mainline Branch: perlio +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm +> ext/Encode/lib/Encode/Encoding.pm +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm +> ext/Encode/lib/Encode/Tcl/Escape.pm +> ext/Encode/lib/Encode/Tcl/Extended.pm +> ext/Encode/lib/Encode/Tcl/HanZi.pm +> ext/Encode/lib/Encode/Tcl/Table.pm +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm +> ext/Encode/lib/Encode/iso10646_1.pm +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t +> ext/Encode/t/Tcl.t - ext/Encode.t ext/Encode/Encode.pm - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm - ext/Encode/Encode/Tcl.t ext/Encode/Todo !> (integrate 33 files) ____________________________________________________________________________ [ 14488] By: jhi on 2002/01/29 16:38:58 Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high) From: Richard Clamp Date: Mon, 28 Jan 2002 02:17:55 +0000 Message-ID: <20020128021755.GA28344@mirth.demon.co.uk> Branch: perl ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t ____________________________________________________________________________ [ 14487] By: jhi on 2002/01/29 14:23:03 Log: OS/390 seems to do length 0 udp reads, Nicholas says skippage is for now the best cause of action. Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 14486] By: jhi on 2002/01/29 14:09:21 Log: Encode cleanup from Dan Kogai; reworked even further. Branch: perl + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm + ext/Encode/lib/Encode/Encoding.pm + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm + ext/Encode/lib/Encode/Tcl/Escape.pm + ext/Encode/lib/Encode/Tcl/Extended.pm + ext/Encode/lib/Encode/Tcl/HanZi.pm + ext/Encode/lib/Encode/Tcl/Table.pm + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm + ext/Encode/lib/Encode/iso10646_1.pm + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t + ext/Encode/t/Tcl.t - ext/Encode.t ext/Encode/Encode.pm - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm - ext/Encode/Encode/Tcl.t ext/Encode/Todo ! MANIFEST ext/Encode/Encode/8859-1.ucm ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL ! ext/Encode/compile ____________________________________________________________________________ [ 14485] By: jhi on 2002/01/28 23:17:20 Log: Workaround for DJGPP broken F_GETFL from Laszlo. Branch: perl ! djgpp/djgpp.c perlio.c ____________________________________________________________________________ [ 14484] By: jhi on 2002/01/28 23:15:22 Log: Prettier printing from Michael Schwern. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 14483] By: jhi on 2002/01/28 23:08:27 Log: Show also the debug and debugcolor as known pragmas. Branch: perl ! ext/re/re.pm ____________________________________________________________________________ [ 14482] By: jhi on 2002/01/28 22:08:38 Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader From: "Craig A. Berry" Date: Mon, 28 Jan 2002 16:30:30 -0600 Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01> Branch: perl ! ext/B/t/assembler.t ____________________________________________________________________________ [ 14481] By: jhi on 2002/01/28 21:58:44 Log: metaconfig unit change for #14480. Branch: metaconfig ! U/modified/Init.U ____________________________________________________________________________ [ 14480] By: jhi on 2002/01/28 21:57:37 Log: DJGPP needs to know its exe soon, too. Branch: perl ! Configure ____________________________________________________________________________ [ 14479] By: jhi on 2002/01/28 21:36:34 Log: Round #2 on EBCDICation. Branch: perl ! t/op/append.t ____________________________________________________________________________ [ 14478] By: jhi on 2002/01/28 21:19:40 Log: Integrate perlio: [ 14477] Set makefile.mk CCHOME etc. for default locations of MinGW and free Borland compilers. (Borland builds one or two oddities.) Branch: perl !> win32/config.bc win32/makefile.mk ____________________________________________________________________________ [ 14477] By: nick on 2002/01/28 20:12:31 Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free Borland compilers. (Borland builds one or two oddities.) Branch: perlio ! win32/config.bc win32/makefile.mk ____________________________________________________________________________ [ 14476] By: nick on 2002/01/28 18:43:47 Log: Integrate mainline Branch: perlio !> Configure hints/hpux.sh ____________________________________________________________________________ [ 14475] By: nick on 2002/01/28 17:15:12 Log: Integrate mainline Branch: perlio !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t !> patchlevel.h pp_sys.c t/lib/warnings/perl ____________________________________________________________________________ [ 14474] By: jhi on 2002/01/28 17:12:51 Log: metaconfig unit change for #14472. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 14473] By: jhi on 2002/01/28 17:12:27 Log: Misunderstood Merijn's patch. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 14472] By: jhi on 2002/01/28 17:11:58 Log: Misapplied Merijn's patch. Branch: perl ! Configure ____________________________________________________________________________ [ 14471] By: jhi on 2002/01/28 14:51:20 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14470] By: jhi on 2002/01/28 14:33:36 Log: BeOS has sockets but not true ones. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 14469] By: jhi on 2002/01/28 14:04:44 Log: metaconfig unit change for #14467. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 14468] By: jhi on 2002/01/28 14:03:01 Log: For some strange reason under the smoke harness the alignment test hangs in HP-UX 10.20. So hint it to avoid the test. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 14467] By: jhi on 2002/01/28 14:00:32 Log: Allow d_u32align to be hinted. Branch: perl ! Configure ____________________________________________________________________________ [ 14466] By: jhi on 2002/01/28 13:41:18 Log: The shift key is important. Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 14465] By: jhi on 2002/01/28 13:36:15 Log: The "used only once" warnings (from gv_check) come in pseudorandom hash order-- in EBCDIC the order is different. Add a new option that allow the warnings to come in any order (Paul Marquess). Branch: perl ! lib/warnings.t t/lib/warnings/perl ____________________________________________________________________________ [ 14464] By: jhi on 2002/01/28 13:04:58 Log: Integrate perlio: [ 14462] 1st attempt at skipping broke threads case. [ 14461] Skip new threads::shared test unless -Duseithreads Branch: perl !> ext/threads/shared/t/0nothread.t ____________________________________________________________________________ [ 14463] By: nick on 2002/01/28 08:22:36 Log: Integrate mainline Branch: perlio !> (integrate 37 files) ____________________________________________________________________________ [ 14462] By: nick on 2002/01/28 08:09:53 Log: 1st attempt at skipping broke threads case. Branch: perlio ! ext/threads/shared/t/0nothread.t ____________________________________________________________________________ [ 14461] By: nick on 2002/01/28 07:25:58 Log: Skip new threads::shared test unless -Duseithreads Branch: perlio ! ext/threads/shared/t/0nothread.t ____________________________________________________________________________ [ 14460] By: jhi on 2002/01/28 03:37:30 Log: FAQ sync. Branch: perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod ! pod/perlfaq9.pod ____________________________________________________________________________ [ 14459] By: jhi on 2002/01/28 02:28:10 Log: Upgrade to podlators 1.20. Branch: perl ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t ____________________________________________________________________________ [ 14458] By: jhi on 2002/01/28 01:36:28 Log: Retract #14448, a better patch coming up. Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 14457] By: jhi on 2002/01/28 01:31:40 Log: EBCDIC portability. Branch: perl ! t/op/append.t ____________________________________________________________________________ [ 14456] By: jhi on 2002/01/27 23:49:40 Log: Further cygwin installperl tweak from Gerrit P. Haase. Branch: perl ! installperl ____________________________________________________________________________ [ 14455] By: jhi on 2002/01/27 23:47:42 Log: A bug in Bulgarian EBCDIC locale (this sounds like a Sherlock Holmes mystery...) Well, a few more EBCDICs locales failed, too. The patch works around the bug by skipping the test, but the real problem may be deeper (affecting probably only EBCDIC platforms, though): see the comment in locale.t for more details. Branch: perl ! lib/locale.t ____________________________________________________________________________ [ 14454] By: jhi on 2002/01/27 22:37:48 Log: metaconfig unit change for #14453. Branch: metaconfig/U/perl ! libperl.U ____________________________________________________________________________ [ 14453] By: jhi on 2002/01/27 22:36:08 Log: Subject: Bleadperl on Cygwin today From: "Gerrit P. Haase" Date: Sun, 27 Jan 2002 22:30:41 +0100 Message-ID: <462007239437.20020127223041@familiehaase.de> Branch: perl ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t ! lib/ExtUtils/t/MM_Cygwin.t ____________________________________________________________________________ [ 14452] By: jhi on 2002/01/27 21:57:56 Log: Unfinished EBCDIC branch. Branch: perl ! t/op/ver.t ____________________________________________________________________________ [ 14451] By: jhi on 2002/01/27 21:47:29 Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez. Branch: perl ! ext/B/B.xs ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14450] By: jhi on 2002/01/27 21:44:37 Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting platforms. Branch: perl ! ext/B/t/stash.t ____________________________________________________________________________ [ 14449] By: jhi on 2002/01/27 19:34:56 Log: Apparently no need for EBCDIC exception any more. Branch: perl ! ext/B/t/showlex.t ____________________________________________________________________________ [ 14448] By: jhi on 2002/01/27 18:48:17 Log: (retracted by #14458) (Russ Allbery) OS/390 is using a high-bit character for ESC, skip the test for now. A better fix would be to override the notion of the platform's escape sequence in the test of Pod::Text::Termcap. We may have to apply a filter to the output to substitute back in the ESC character that the test expects, but only on OS/390. Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 14447] By: jhi on 2002/01/27 18:19:01 Log: Detypo. Branch: perl ! ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 14446] By: jhi on 2002/01/27 17:57:21 Log: OS/390 USS has a different idea of the pw* functions. Also, test the name with eq, not with ==. Branch: perl ! lib/User/pwent.t ____________________________________________________________________________ [ 14445] By: jhi on 2002/01/27 17:37:54 Log: O_RDONLY/O_WRONLY/O_RDWR portability. Branch: perl ! doio.c ____________________________________________________________________________ [ 14444] By: jhi on 2002/01/27 16:32:32 Log: ASCIIisms. Branch: perl ! ext/PerlIO/t/encoding.t ____________________________________________________________________________ [ 14443] By: jhi on 2002/01/27 15:59:31 Log: chr(42) ne '*' if one is in EBCDIC. Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 14442] By: jhi on 2002/01/27 15:26:52 Log: Subject: [PATCH] Fix up recent op/stat.t failures From: Andy Dougherty Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST) Message-ID: Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 14441] By: jhi on 2002/01/27 15:21:49 Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Sun, 27 Jan 2002 15:03:18 +0100 Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl> Branch: perl ! lib/ExtUtils/t/Command.t ____________________________________________________________________________ [ 14440] By: jhi on 2002/01/27 15:20:52 Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing From: Rafael Garcia-Suarez Date: Sun, 27 Jan 2002 14:51:10 +0100 Message-ID: <20020127145110.A16332@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14439] By: gsar on 2002/01/27 00:02:48 Log: integrate change#14431 from perlio branch (Nick's fix for change#13474 to be more defensive about looking at pad entries that may not exist yet) Branch: maint-5.6/perl ! op.c ____________________________________________________________________________ [ 14438] By: jhi on 2002/01/26 23:56:53 Log: Comment to avoid later "cleanups." Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14437] By: jhi on 2002/01/26 23:54:50 Log: USS V2R10 seems to be happier with env FOO=... cmd ... instead of just FOO=... cmd ... Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14436] By: jhi on 2002/01/26 23:14:04 Log: Overquoting bad (in UNIX one would get Can't open perl script "'-I../lib'": No such file or directory) Branch: perl ! lib/Pod/t/Usage.t ____________________________________________________________________________ [ 14435] By: jhi on 2002/01/26 22:41:05 Log: Integrate perlio: [ 14434] "All tests successful" VC6.0 Win32 (Update config.vc to need cppstdin so those tests are skipped...) Branch: perl !> win32/config.vc win32/config_H.bc win32/config_H.gc !> win32/config_H.vc ____________________________________________________________________________ [ 14434] By: nick on 2002/01/26 22:27:08 Log: "All tests successful" VC6.0 Win32 (Update config.vc to need cppstdin so those tests are skipped...) Branch: perlio ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc ____________________________________________________________________________ [ 14433] By: jhi on 2002/01/26 21:38:56 Log: Integrate perlio: [ 14432] Gurusamy Sarathy 's patch to Filter::Simple for CRLF line endings. [ 14431] Fix/band-aid for op.c's anon CV leak fix co-existing with threads. Should really be looked at by someone that knows about pads. [ 14429] Tinkering with thread cleanup mutex-ing - not the problem (op.c is) but could have been... [ 14428] Win32 signal emulation cleanup. [ 14427] If we get to sighandler by mistake (no perl handler set) then warn() and exit() rather than die() - should never happen but if it does context needed to die is likely to be trashed as well. [ 14425] 1st two tests of File/Find/t/find.t and taint.t were run after calling cleanup(). If previous fail had left for_find directory, but no content in it then cleanup() returned cd'ed to that directory. So tests failed. Fixed cleanup()-s. Branch: perl !> ext/threads/threads.xs lib/File/Find/t/find.t !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h ____________________________________________________________________________ [ 14432] By: nick on 2002/01/26 21:10:38 Log: Gurusamy Sarathy 's patch to Filter::Simple for CRLF line endings. Branch: perlio ! lib/Filter/Simple.pm ____________________________________________________________________________ [ 14431] By: nick on 2002/01/26 21:08:35 Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads. Should really be looked at by someone that knows about pads. Branch: perlio ! op.c ____________________________________________________________________________ [ 14430] By: jhi on 2002/01/26 20:54:16 Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test From: "Craig A. Berry" Date: Sat, 26 Jan 2002 11:19:44 -0600 Message-Id: Branch: perl ! lib/Pod/Usage.pm lib/Pod/t/Usage.t ____________________________________________________________________________ [ 14429] By: nick on 2002/01/26 18:04:22 Log: Tinkering with thread cleanup mutex-ing - not the problem (op.c is) but could have been... Branch: perlio ! ext/threads/threads.xs ____________________________________________________________________________ [ 14428] By: nick on 2002/01/26 18:03:13 Log: Win32 signal emulation cleanup. Branch: perlio ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h ____________________________________________________________________________ [ 14427] By: nick on 2002/01/26 13:59:33 Log: If we get to sighandler by mistake (no perl handler set) then warn() and exit() rather than die() - should never happen but if it does context needed to die is likely to be trashed as well. Branch: perlio ! mg.c ____________________________________________________________________________ [ 14426] By: nick on 2002/01/26 13:56:23 Log: Integrate mainline Branch: perlio !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t !> t/run/fresh_perl.t ____________________________________________________________________________ [ 14425] By: nick on 2002/01/26 08:11:33 Log: 1st two tests of File/Find/t/find.t and taint.t were run after calling cleanup(). If previous fail had left for_find directory, but no content in it then cleanup() returned cd'ed to that directory. So tests failed. Fixed cleanup()-s. Branch: perlio ! lib/File/Find/t/find.t lib/File/Find/t/taint.t ____________________________________________________________________________ [ 14424] By: jhi on 2002/01/25 22:10:11 Log: Integrate perlio: [ 14422] Save $! so that other syscalls don't disturb it before we test it. [ 14421] More Win32 tuning [ 14420] Fix winsystem.t's attempt to build showav.exe to work with gcc (which writes a.exe unless told with -o ). Also put in a few more fail-safes to check .exe got built somehow. Branch: perl !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t !> t/op/winsystem.t ____________________________________________________________________________ [ 14423] By: jhi on 2002/01/25 22:08:09 Log: Subject: [PATCH] new test in op/universal.t From: Rafael Garcia-Suarez Date: Fri, 25 Jan 2002 23:17:33 +0100 Message-ID: <20020125231733.A11733@rafael> Branch: perl ! t/op/universal.t ____________________________________________________________________________ [ 14422] By: nick on 2002/01/25 21:37:03 Log: Save $! so that other syscalls don't disturb it before we test it. Branch: perlio ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 14421] By: nick on 2002/01/25 19:05:57 Log: More Win32 tuning Branch: perlio ! t/op/stat.t t/op/taint.t ____________________________________________________________________________ [ 14420] By: nick on 2002/01/25 18:21:42 Log: Fix winsystem.t's attempt to build showav.exe to work with gcc (which writes a.exe unless told with -o ). Also put in a few more fail-safes to check .exe got built somehow. Branch: perlio ! t/op/winsystem.t ____________________________________________________________________________ [ 14419] By: jhi on 2002/01/25 17:25:05 Log: Subject: [Patch Encode.xs] calculation of need overflows From: SADAHIRO Tomoyuki Date: Sat, 26 Jan 2002 00:58:50 +0900 Message-Id: <20020126005802.89B3.BQW10602@nifty.com> Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 14418] By: jhi on 2002/01/25 16:28:40 Log: Integrate changes 13474+13478+13584 from maintperl; anon sub leakage. Branch: perl ! op.c t/run/fresh_perl.t ____________________________________________________________________________ [ 14417] By: jhi on 2002/01/25 15:34:18 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14416] By: jhi on 2002/01/25 15:04:25 Log: Integrate perlio: [ 14411] Linux/NFS hackery was not faking right number of passes. [ 14410] threads::shared tidy up: - Add _id() function to shared.xs so we can test refs point at same thing. - Use that rather that comparing stringified ref in shared/t/hv_refs.t - Allow no_share to pass if sharing to works despite mis-ordering. - Change docs of threads to document ->create() (as used in tests), and not mention "new". [ 14401] Expand command line test globs on Win32. [ 14393] Except Win32 from echo tests. (Alarm does not break into connect) [ 14392] SvTEMP_off to stop private PV's being stolen and stored in shared space [ 14387] thread::shared nearly working again - remaining issue is references withing shared space. Added bulk test with no threads involved (for debugging) Tuned tests to skip those needing _thrcnt [ 14378] Implement recursive lock and use of scope for PL_sharedsv_space, so now croak() from asserts does not leave locks. Make hv_simple compile (new prototype for debugging probe). [ 14377] Shared scalars working, some shared array ops working. [ 14373] Miss mg_len == 0 meaning don't Safefree [ 14372] XS side of new threads::shared designed, coded and compiles, and mostly commented but is totaly untested. submit in case anyone wants a preview. [ 14363] Add new threads/typemap to MANIFEST [ 14357] #14352 deleted ext/threads/threads.h [ 14356] Eradicate sharedsv.* [ 14355] threads work again on Win32. (Not threads::shared yet) Submit to see if they do on Linux. [ 14352] Nearly-working threads re-structuring. Do not integrate, submit-ing to get to Win32, and as "off site" backup. Branch: perl +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap +> ext/threads/typemap - ext/threads/threads.h sharedsv.c sharedsv.h ! NetWare/config_H.wc !> (integrate 38 files) ____________________________________________________________________________ [ 14415] By: jhi on 2002/01/25 14:33:43 Log: Subject: Re: perldebguts minor tweaks From: Joe McMahon Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST) Message-ID: Branch: perl ! pod/perldebguts.pod ____________________________________________________________________________ [ 14414] By: jhi on 2002/01/25 14:08:17 Log: metaconfig unit change for #14413. Branch: metaconfig ! U/modified/prototype.U ____________________________________________________________________________ [ 14413] By: jhi on 2002/01/25 14:05:49 Log: Okay, you can come home now, _(). Branch: perl ! config_h.SH ____________________________________________________________________________ [ 14412] By: nick on 2002/01/25 11:01:49 Log: Integrate mainline All but ../lib/Unicode/UCD.t pass. Branch: perlio +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt +> lib/unicore/CaseFolding.txt +> lib/unicore/CompositionExclusions.txt +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt +> vos/vos.c - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt - lib/unicore/NamesList.html lib/unicore/PropList.html - lib/unicore/SpecCase.txt lib/unicore/UCD.html - lib/unicore/Unicode.html lib/unicore/Unicode.txt - lib/unicore/rename !> (integrate 424 files) ____________________________________________________________________________ [ 14411] By: nick on 2002/01/25 09:45:13 Log: Linux/NFS hackery was not faking right number of passes. Branch: perlio ! t/io/fs.t ____________________________________________________________________________ [ 14410] By: nick on 2002/01/25 09:35:07 Log: threads::shared tidy up: - Add _id() function to shared.xs so we can test refs point at same thing. - Use that rather that comparing stringified ref in shared/t/hv_refs.t - Allow no_share to pass if sharing to works despite mis-ordering. - Change docs of threads to document ->create() (as used in tests), and not mention "new". Branch: perlio ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t ! ext/threads/threads.pm ____________________________________________________________________________ [ 14409] By: jhi on 2002/01/24 21:08:35 Log: Subject: perldebguts minor tweaks From: Joe McMahon Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST) Message-ID: Branch: perl ! pod/perldebguts.pod ____________________________________________________________________________ [ 14408] By: jhi on 2002/01/24 20:58:15 Log: Subject: [PATCH] perldebguts.pod [bleadperl] From: Peter Scott Date: Thu, 24 Jan 2002 08:51:34 -0800 Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com> Branch: perl ! pod/perldebguts.pod ____________________________________________________________________________ [ 14407] By: jhi on 2002/01/24 20:55:34 Log: Few more paranoia checks for Unicode hash keys. Branch: perl ! t/op/each.t ____________________________________________________________________________ [ 14406] By: jhi on 2002/01/24 18:03:02 Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t From: Andy Dougherty Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST) Message-ID: Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 14405] By: jhi on 2002/01/24 15:44:31 Log: The Subject: Very old debugger UTF-8 bug From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 24 Jan 2002 12:45:44 +0100 Message-ID: still broken, but this should work as a stopgap measure to stop pp_match accessing naughty data. Branch: perl ! pod/perldiag.pod pp_hot.c ____________________________________________________________________________ [ 14404] By: jhi on 2002/01/24 13:13:55 Log: metaconfig unit change for #14403. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 14403] By: jhi on 2002/01/24 13:13:29 Log: Pacify picky compilers (this time Sun Workshop). Branch: perl ! Configure ____________________________________________________________________________ [ 14402] By: jhi on 2002/01/24 12:45:02 Log: Subject: Very old debugger UTF-8 bug From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 24 Jan 2002 12:45:44 +0100 Message-ID: Branch: perl ! lib/dumpvar.pl ____________________________________________________________________________ [ 14401] By: nick on 2002/01/24 07:50:38 Log: Expand command line test globs on Win32. Branch: perlio ! t/harness ____________________________________________________________________________ [ 14400] By: jhi on 2002/01/24 02:49:05 Log: Sprinkle some copyrights (use the oldest timestamp to be found in the repository, which is most often not right, but at least consistent) Branch: perl ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h ! fakesdio.h fakethr.h global.sym globals.c keywords.h ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c ! unixish.h xsutils.c ____________________________________________________________________________ [ 14399] By: pudge on 2002/01/23 21:00:29 Log: Don't crash on Help for long text (bug #506672) Branch: maint-5.6/macperl ! macos/macperl/MPHelp.c ____________________________________________________________________________ [ 14398] By: pudge on 2002/01/23 20:03:38 Log: Fix minor path problem Branch: maint-5.6/macperl ! macos/macperl/Droplets/tarzipme.plx ____________________________________________________________________________ [ 14397] By: pudge on 2002/01/23 20:03:19 Log: Minor text changes Branch: maint-5.6/macperl ! macos/Perl.r ____________________________________________________________________________ [ 14396] By: pudge on 2002/01/23 20:02:45 Log: Bump versions, dates, etc. Branch: maint-5.6/macperl ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c ____________________________________________________________________________ [ 14395] By: pudge on 2002/01/23 20:01:43 Log: coderefs in @INC and absolute paths Branch: maint-5.6/macperl ! embed.h pp_ctl.c proto.h ____________________________________________________________________________ [ 14394] By: pudge on 2002/01/23 20:00:35 Log: Minor module thingys Branch: maint-5.6/macperl ! macos/ext/Mac/Controls/Controls.xs ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm ! macos/ext/Mac/ImageCompression/ImageCompression.xs ! macos/ext/Mac/InternetConfig/InternetConfig.pm ! macos/ext/Mac/InternetConfig/InternetConfig.xs ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs ! macos/ext/Mac/MoreFiles/MoreFiles.pm ! macos/ext/Mac/Movies/Movies.xs ! macos/ext/Mac/Navigation/Navigation.pm ! macos/ext/Mac/Navigation/Navigation.xs ! macos/ext/Mac/Notification/Notification.xs ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm ! macos/ext/Mac/Processes/Processes.xs ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs ! macos/ext/Mac/QuickDraw/QuickDraw.pm ! macos/ext/Mac/QuickDraw/QuickDraw.xs ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs ! macos/ext/Mac/Resources/Resources.pm ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm ____________________________________________________________________________ [ 14393] By: nick on 2002/01/23 19:52:19 Log: Except Win32 from echo tests. (Alarm does not break into connect) Branch: perlio ! ext/Socket/Socket.t ____________________________________________________________________________ [ 14392] By: nick on 2002/01/23 19:31:57 Log: SvTEMP_off to stop private PV's being stolen and stored in shared space Branch: perlio ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 14391] By: jhi on 2002/01/23 18:48:45 Log: Copyright++. (Not all the toplevel *.h have one, it seems.) Branch: perl ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h ! x2p/util.c x2p/util.h x2p/walk.c ____________________________________________________________________________ [ 14390] By: jhi on 2002/01/23 18:30:18 Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and therefore quite probably also obsolete code. Branch: perl ! sv.c ____________________________________________________________________________ [ 14389] By: jhi on 2002/01/23 15:09:38 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14388] By: jhi on 2002/01/23 15:04:06 Log: Small update on todo. Could use a lot more. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 14387] By: nick on 2002/01/23 14:19:30 Log: thread::shared nearly working again - remaining issue is references withing shared space. Added bulk test with no threads involved (for debugging) Tuned tests to skip those needing _thrcnt Branch: perlio + ext/threads/shared/t/0nothread.t ! MANIFEST ext/threads/shared/shared.pm ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t ! ext/threads/shared/t/hv_refs.t ! ext/threads/shared/t/hv_simple.t ! ext/threads/shared/t/sv_simple.t ____________________________________________________________________________ [ 14386] By: jhi on 2002/01/23 14:19:01 Log: Subject: [ID 20020121.003] perldata doco bug From: John Stumbles Date: Mon, 21 Jan 2002 14:19:56 -0000 Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com> Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 14385] By: jhi on 2002/01/23 14:17:52 Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ? From: Michael G Schwern Date: Mon, 21 Jan 2002 15:16:42 -0500 Message-ID: <20020121201642.GA6659@blackrider> Branch: perl ! embed.fnc embed.h proto.h t/op/universal.t universal.c ____________________________________________________________________________ [ 14384] By: jhi on 2002/01/23 13:45:30 Log: Subject: [PATCH] Re: eval not catching warnings? From: abigail@foad.org Date: Wed, 23 Jan 2002 15:35:47 +0100 Message-ID: <20020123143547.24798.qmail@foad.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 14383] By: jhi on 2002/01/23 03:57:58 Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 22 Jan 2002 17:00:54 -0800 Message-Id: Branch: perl ! t/run/fresh_perl.t ____________________________________________________________________________ [ 14382] By: jhi on 2002/01/23 03:47:35 Log: metaconfig unit change for #14381. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 14381] By: jhi on 2002/01/23 03:47:05 Log: HP-UX 10.20 cc pacifying from Merijn. Branch: perl ! Configure ____________________________________________________________________________ [ 14380] By: jhi on 2002/01/23 03:41:26 Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369) From: "Craig A. Berry" Date: Tue, 22 Jan 2002 22:14:26 -0600 Message-Id: Branch: perl ! vms/test.com ____________________________________________________________________________ [ 14379] By: jhi on 2002/01/23 03:11:31 Log: AIX cpp bug: having macro arguments and character constants "the same" means trouble (here s and 's') What broke now was 841 and 842 of t/op/pat.t, because of the ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0 (note that breakage happened only under cc_r and usethreads+ useithreads) Branch: perl ! utf8.h ____________________________________________________________________________ [ 14378] By: nick on 2002/01/22 20:33:15 Log: Implement recursive lock and use of scope for PL_sharedsv_space, so now croak() from asserts does not leave locks. Make hv_simple compile (new prototype for debugging probe). Branch: perlio ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ! ext/threads/shared/t/hv_simple.t ____________________________________________________________________________ [ 14377] By: nick on 2002/01/22 17:32:21 Log: Shared scalars working, some shared array ops working. Branch: perlio ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ! ext/threads/shared/t/sv_refs.t ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h ____________________________________________________________________________ [ 14376] By: jhi on 2002/01/22 16:46:48 Log: Subject: [PATCH] Support truncate() in VOS port From: Paul_GreenVOS@vos.stratus.com Date: Mon, 21 Jan 02 23:27 est Message-Id: <200201220428.XAA15304@mailhub1.stratus.com> Branch: perl + vos/vos.c ! MANIFEST hints/vos.sh vos/vosish.h ____________________________________________________________________________ [ 14375] By: jhi on 2002/01/22 16:38:06 Log: metaconfig unit changes for #14374. Couldn't figure how to get completely rid of _() (some weird dependency pulling it in?) so renamed it as PROTO_(). Branch: metaconfig + U/modified/d_shmat.U U/modified/prototype.U ! U/protos/d_drand48proto.U Branch: metaconfig/U/perl ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U ____________________________________________________________________________ [ 14374] By: jhi on 2002/01/22 16:36:41 Log: Get rid of the _() macro since (1) we require ANSI anyway (2) Other software (GNU) seems to use it and we don't need it, so let's give it up. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c ! plan9/config.plan9 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.win64 ! wince/config.h wince/config_H.ce ____________________________________________________________________________ [ 14373] By: nick on 2002/01/22 10:10:48 Log: Miss mg_len == 0 meaning don't Safefree Branch: perlio ! mg.c ____________________________________________________________________________ [ 14372] By: nick on 2002/01/21 22:34:06 Log: XS side of new threads::shared designed, coded and compiles, and mostly commented but is totaly untested. submit in case anyone wants a preview. Branch: perlio + ext/threads/shared/typemap ! MANIFEST ext/threads/shared/shared.pm ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 14371] By: jhi on 2002/01/21 19:36:04 Log: Subject: [BUG] /\_/ an unrecognized escape? From: Michael G Schwern Date: Mon, 21 Jan 2002 15:22:54 -0500 Message-ID: <20020121202254.GA6731@blackrider> Branch: perl ! t/lib/warnings/toke toke.c ____________________________________________________________________________ [ 14370] By: jhi on 2002/01/21 19:16:00 Log: Undo the renaming of the Unicode data files; the simple solution being not including the *.html files. This means that in the future there is no need for any renamings (well, assuming that the Consortium doesn't cause any), and the files are named like they are in the Consortium website, thus alleviating confusion. Branch: perl + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt + lib/unicore/CaseFolding.txt + lib/unicore/CompositionExclusions.txt + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt - lib/unicore/NamesList.html lib/unicore/PropList.html - lib/unicore/SpecCase.txt lib/unicore/UCD.html - lib/unicore/Unicode.html lib/unicore/Unicode.txt - lib/unicore/rename ! (edit 285 files) ____________________________________________________________________________ [ 14369] By: jhi on 2002/01/21 15:10:59 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14368] By: jhi on 2002/01/21 14:56:42 Log: Subject: RE: BCC for Win32 is unhappy @14331 From: "Konovalov, Vadim" Date: Mon, 21 Jan 2002 09:48:40 +0300 Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com> (using IV instead of int) Branch: perl ! hv.h ____________________________________________________________________________ [ 14367] By: jhi on 2002/01/21 14:29:05 Log: path_is_absolute() needs a prototype (and maybe a better name, but that's another story). Branch: perl ! embed.fnc embed.h pp_ctl.c proto.h ____________________________________________________________________________ [ 14366] By: jhi on 2002/01/21 14:07:35 Log: Subject: Re: coderefs in @INC From: Chris Nandor Date: Thu, 17 Jan 2002 11:26:02 -0500 Message-Id: Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 14365] By: jhi on 2002/01/21 14:06:11 Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics From: Rafael Garcia-Suarez Date: Sun, 20 Jan 2002 22:53:56 +0100 Message-ID: <20020120225356.A12093@rafael> Branch: perl ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use ! t/lib/warnings/9enabled warnings.h warnings.pl ____________________________________________________________________________ [ 14364] By: jhi on 2002/01/21 03:53:08 Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS From: "Craig A. Berry" Date: Sun, 20 Jan 2002 22:49:42 -0600 Message-Id: Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14363] By: nick on 2002/01/20 20:38:23 Log: Add new threads/typemap to MANIFEST Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 14362] By: nick on 2002/01/20 20:34:36 Log: Integrate mainline Branch: perlio +> lib/Pod/t/Usage.t !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t !> util.c ____________________________________________________________________________ [ 14361] By: nick on 2002/01/20 18:51:47 Log: Integrate MANIFEST Branch: perlio !> MANIFEST ____________________________________________________________________________ [ 14360] By: jhi on 2002/01/20 17:11:12 Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes From: Paul_GreenVOS@vos.stratus.com Date: Sat, 19 Jan 02 17:17 est Message-Id: <200201192218.RAA07911@mailhub1.stratus.com> Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests From: Paul_GreenVOS@vos.stratus.com Date: Sat, 19 Jan 02 17:19 est Message-Id: <200201192218.RAA12331@mailhub2.stratus.com> Branch: perl ! lib/ExtUtils/t/Command.t ____________________________________________________________________________ [ 14359] By: jhi on 2002/01/20 17:09:40 Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix From: Paul_GreenVOS@vos.stratus.com Date: Sat, 19 Jan 02 14:30 est Message-Id: <200201191932.OAA05601@mailhub1.stratus.com> Branch: perl ! lib/AnyDBM_File.t ____________________________________________________________________________ [ 14358] By: jhi on 2002/01/20 17:01:38 Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch From: Rafael Garcia-Suarez Date: Sun, 20 Jan 2002 13:51:36 +0100 Message-ID: <20020120135136.A710@rafael> Branch: perl ! ext/File/Glob/t/basic.t ____________________________________________________________________________ [ 14357] By: jhi on 2002/01/20 16:44:29 Log: #14352 deleted ext/threads/threads.h Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 14356] By: jhi on 2002/01/20 16:40:34 Log: Eradicate sharedsv.* Branch: perlio ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce ____________________________________________________________________________ [ 14355] By: nick on 2002/01/20 11:50:22 Log: threads work again on Win32. (Not threads::shared yet) Submit to see if they do on Linux. Branch: perlio ! ext/threads/shared/shared.xs ext/threads/threads.xs ! win32/makefile.mk ____________________________________________________________________________ [ 14354] By: jhi on 2002/01/20 06:35:54 Log: Make also hex() and oct() to croak if their arguments cannot be downgraded (that is, if they contain wide characters), just like crypt() does (and use the croak feature of sv_utf8_downgrade()). Branch: perl ! pp.c t/op/oct.t ____________________________________________________________________________ [ 14353] By: nick on 2002/01/19 22:20:09 Log: Integrate Time/Local and its test Branch: perlio !> lib/Time/Local.pm lib/Time/Local.t ____________________________________________________________________________ [ 14352] By: nick on 2002/01/19 22:17:07 Log: Nearly-working threads re-structuring. Do not integrate, submit-ing to get to Win32, and as "off site" backup. Branch: perlio + ext/threads/typemap - ext/threads/threads.h sharedsv.c sharedsv.h ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h ! embedvar.h ext/threads/shared/shared.pm ! ext/threads/shared/shared.xs ext/threads/threads.pm ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c ____________________________________________________________________________ [ 14351] By: jhi on 2002/01/19 21:06:58 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 14350] By: jhi on 2002/01/19 21:03:07 Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names From: David Dyck Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) Message-ID: Branch: perl ! pod/perl5004delta.pod pod/perl5005delta.pod ! pod/perl561delta.pod pod/perl56delta.pod ____________________________________________________________________________ [ 14349] By: jhi on 2002/01/19 20:07:17 Log: FAQ sync. Branch: perl ! pod/perlfaq1.pod pod/perlfaq2.pod ____________________________________________________________________________ [ 14348] By: jhi on 2002/01/19 17:58:34 Log: Subject: [PATCH lib/Pod/t/Usage.t] From: Abe Timmerman Date: Sat, 19 Jan 2002 19:57:57 +0100 Message-ID: Branch: perl + lib/Pod/t/Usage.t ! MANIFEST ____________________________________________________________________________ [ 14347] By: jhi on 2002/01/19 17:57:08 Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix From: Paul_GreenVOS@vos.stratus.com Date: Sat, 19 Jan 02 13:15 est Message-Id: <200201191814.NAA09367@mailhub2.stratus.com> Branch: perl ! ext/SDBM_File/sdbm.t ____________________________________________________________________________ [ 14346] By: jhi on 2002/01/19 17:55:55 Log: Integrate perlio: [ 14335] Split out core of sv_magic() into sv_magicext(). sv_magic provides the extra restictions (no READONLY, only one of each type, canned set of vtables), and sv_magicext() does the actual data twiddling. Also enhances semantics of ->mg_ptr setting via name/namlen to allow either an uncopied ptr (namlen == 0), or a Newz()ed scratch area (namlen > 0 && name == NULL). sv_magicext also returns the MAGIC * it added. sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic. To come sv_unmagicext() - which will remove just one magic of particular type, and additionaly match against ->mg_ptr, or the MAGIC * (need to experiment as to which is more natural). Branch: perl !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c ____________________________________________________________________________ [ 14345] By: gbarr on 2002/01/19 16:51:23 Log: Alternative Time::Local algorithm that uses matemathical formula for timegm instead of progressive guessing Branch: perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 14344] By: jhi on 2002/01/19 16:11:09 Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch From: Paul_GreenVOS@vos.stratus.com Date: Sat, 19 Jan 02 11:20 est Message-Id: <200201191619.LAA07751@mailhub2.stratus.com> Branch: perl ! ext/File/Glob/t/basic.t ____________________________________________________________________________ [ 14343] By: jhi on 2002/01/19 16:09:52 Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS From: Paul_GreenVOS@vos.stratus.com Date: Fri, 18 Jan 02 22:56 est Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> Branch: perl ! ext/Cwd/t/cwd.t ____________________________________________________________________________ [ 14342] By: jhi on 2002/01/19 16:08:19 Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check From: Paul_GreenVOS@vos.stratus.com Date: Fri, 18 Jan 02 22:48 est Message-Id: <200201190349.WAA28294@mailhub2.stratus.com> Branch: perl ! lib/Time/Local.t ____________________________________________________________________________ [ 14341] By: jhi on 2002/01/19 16:06:56 Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way From: Paul_GreenVOS@vos.stratus.com Date: Fri, 18 Jan 02 16:22 est Message-Id: <200201182125.QAA08563@mailhub1.stratus.com> Branch: perl ! ext/Devel/DProf/DProf.t ____________________________________________________________________________ [ 14340] By: jhi on 2002/01/19 03:00:26 Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext From: Tels Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) Message-Id: <200201182106.XAA19133@taku.hut.fi> Branch: perl ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t ____________________________________________________________________________ [ 14339] By: jhi on 2002/01/19 02:56:26 Log: Don't do socketpair udp unless you've got all what it takes. Branch: perl ! util.c ____________________________________________________________________________ [ 14338] By: jhi on 2002/01/19 02:51:34 Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy From: Tels Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) Message-Id: <200201182206.AAA15310@taku.hut.fi> Branch: perl ! lib/ExtUtils/MM_BeOS.pm ____________________________________________________________________________ [ 14337] By: jhi on 2002/01/19 02:48:15 Log: metaconfig unit change for #14336. Branch: metaconfig ! U/modified/myhostname.U ____________________________________________________________________________ [ 14336] By: jhi on 2002/01/19 02:47:50 Log: Avoid bare "set", and kiss .uucp goodbye. Branch: perl ! Configure ____________________________________________________________________________ [ 14335] By: nick on 2002/01/18 22:11:42 Log: Split out core of sv_magic() into sv_magicext(). sv_magic provides the extra restictions (no READONLY, only one of each type, canned set of vtables), and sv_magicext() does the actual data twiddling. Also enhances semantics of ->mg_ptr setting via name/namlen to allow either an uncopied ptr (namlen == 0), or a Newz()ed scratch area (namlen > 0 && name == NULL). sv_magicext also returns the MAGIC * it added. sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic. To come sv_unmagicext() - which will remove just one magic of particular type, and additionaly match against ->mg_ptr, or the MAGIC * (need to experiment as to which is more natural). Branch: perlio ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c ____________________________________________________________________________ [ 14334] By: jhi on 2002/01/18 21:16:08 Log: Retract #14327 for now, going to the limit seems to be too much for many platforms. Branch: perl ! lib/Time/Local.t ____________________________________________________________________________ [ 14333] By: nick on 2002/01/18 18:58:33 Log: Integrate mainline Branch: perlio !> Changes patchlevel.h ____________________________________________________________________________ [ 14332] By: nick on 2002/01/18 16:19:06 Log: Integrate mainline Branch: perlio +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm - lib/ExtUtils/inst !> (integrate 32 files) ____________________________________________________________________________ [ 14331] By: jhi on 2002/01/18 16:09:38 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14330] By: jhi on 2002/01/18 15:07:49 Log: Try to make the connect/read/write timeouting. Branch: perl ! ext/Socket/Socket.t ____________________________________________________________________________ [ 14329] By: jhi on 2002/01/18 14:49:49 Log: Netware Makefile tweak from Ananth Kesari. Branch: perl ! NetWare/Makefile ____________________________________________________________________________ [ 14328] By: jhi on 2002/01/18 14:37:02 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation From: Michael G Schwern Date: Fri, 18 Jan 2002 03:10:27 -0500 Message-ID: <20020118081027.GE7226@blackrider> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 14327] By: jhi on 2002/01/18 14:33:19 Log: (retracted by #14334) Subject: [PATCH] Improving lib/Time/Local.t From: Paul_GreenVOS@vos.stratus.com Date: Thu, 17 Jan 02 22:36 est Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> Branch: perl ! lib/Time/Local.t ____________________________________________________________________________ [ 14326] By: jhi on 2002/01/18 14:32:08 Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 From: Abe Timmerman Date: Fri, 18 Jan 2002 13:18:47 +0100 Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> Branch: perl ! lib/ExtUtils/t/MM_Win32.t ____________________________________________________________________________ [ 14325] By: jhi on 2002/01/18 14:30:49 Log: Subject: [PATCH] Syncing with bleadperl From: Michael G Schwern Date: Fri, 18 Jan 2002 03:04:33 -0500 Message-ID: <20020118080432.GC7226@blackrider> Branch: perl + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm - lib/ExtUtils/inst ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t ! lib/ExtUtils/testlib.pm ____________________________________________________________________________ [ 14324] By: jhi on 2002/01/18 13:40:56 Log: Detypo. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 14323] By: jhi on 2002/01/18 00:35:24 Log: Subject: [PATCH] MM check_hints test From: Michael G Schwern Date: Thu, 17 Jan 2002 20:25:57 -0500 Message-ID: <20020118012557.GE32762@blackrider> Branch: perl + lib/ExtUtils/t/hints.t ! MANIFEST ____________________________________________________________________________ [ 14322] By: jhi on 2002/01/18 00:21:11 Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ? From: Michael G Schwern Date: Thu, 17 Jan 2002 20:12:20 -0500 Message-ID: <20020118011220.GC32762@blackrider> (#14317 replaced with this) Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14321] By: jhi on 2002/01/17 22:51:55 Log: Subject: [PATCH perldiag] overload.pm warnings From: Rafael Garcia-Suarez Date: Thu, 17 Jan 2002 23:53:49 +0100 Message-ID: <20020117235349.A14530@rafael> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 14320] By: jhi on 2002/01/17 22:49:36 Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation From: Michael G Schwern Date: Thu, 17 Jan 2002 16:35:47 -0500 Message-ID: <20020117213546.GD23830@blackrider> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 14319] By: jhi on 2002/01/17 22:43:12 Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE From: chromatic Date: Thu, 17 Jan 2002 13:04:22 -0700 Message-ID: <20020117200557.98720.qmail@onion.perl.org> Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 14318] By: jhi on 2002/01/17 22:42:12 Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version) From: chromatic Date: Thu, 17 Jan 2002 12:59:04 -0700 Message-ID: <20020117200039.96481.qmail@onion.perl.org> Branch: perl ! lib/ExtUtils/t/Mkbootstrap.t ____________________________________________________________________________ [ 14317] By: jhi on 2002/01/17 22:39:48 Log: (replaced by #14322) The #14300 broke hints file handling. Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14316] By: jhi on 2002/01/17 22:14:56 Log: metaconfig unit change for #14315. Branch: metaconfig/U/perl ! uselongdbl.U ____________________________________________________________________________ [ 14315] By: jhi on 2002/01/17 22:13:44 Log: Subject: [PATCH] long doubles From: Nicholas Clark Date: Thu, 17 Jan 2002 17:06:28 +0000 Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net> Branch: perl ! Configure ____________________________________________________________________________ [ 14314] By: jhi on 2002/01/17 21:52:03 Log: metaconfig unit change for #14313. Branch: metaconfig ! U/modified/i_ndbm.U ____________________________________________________________________________ [ 14313] By: jhi on 2002/01/17 21:51:05 Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U) From: Andy Dougherty Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST) Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 14312] By: nick on 2002/01/17 21:38:38 Log: Integrate mainline (for ndbm fixes etc.) Branch: perlio +> t/run/fresh_perl.t - t/run/kill_perl.t !> Changes MANIFEST ext/Opcode/Opcode.xs !> ext/SDBM_File/sdbm/Makefile.PL !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t !> t/lib/warnings/mg t/op/crypt.t t/test.pl ____________________________________________________________________________ [ 14311] By: sky on 2002/01/17 21:01:00 Log: Simplify the code that duplicates the threads init function and the parameters to the thread by using sv_dup. Note,what happens if you pass a shared variable as a parameter? Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 14310] By: jhi on 2002/01/17 15:23:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14309] By: jhi on 2002/01/17 14:39:20 Log: Rename kill_perl to fresh_perl; replace fresh_perl() with fresh_perl_is() and fresh_perl_like(). Branch: perl + t/run/fresh_perl.t - t/run/kill_perl.t ! MANIFEST t/test.pl ____________________________________________________________________________ [ 14308] By: jhi on 2002/01/17 14:06:46 Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize From: Benjamin Goldberg Date: Wed, 09 Jan 2002 21:03:16 -0500 Message-ID: <3C3CF664.A2BF3AC2@earthlink.net> Branch: perl ! ext/Unicode/Normalize/Normalize.pm ____________________________________________________________________________ [ 14307] By: jhi on 2002/01/17 14:04:06 Log: Retract #14144 as Hugo isn't happy with it. Branch: perl ! scope.c t/run/kill_perl.t ____________________________________________________________________________ [ 14306] By: jhi on 2002/01/17 13:57:53 Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus From: Richard Clamp Date: Wed, 16 Jan 2002 17:34:31 +0000 Message-ID: <20020116173431.GA28924@mirth.demon.co.uk> Branch: perl ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t ____________________________________________________________________________ [ 14305] By: jhi on 2002/01/17 13:32:56 Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c From: Nikola Knezevic Date: Tue, 15 Jan 2002 21:23:30 +0100 Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu> Branch: perl ! ext/Opcode/Opcode.xs ____________________________________________________________________________ [ 14304] By: jhi on 2002/01/16 16:55:52 Log: Subject: [PATCH] Fix crypt.t and fs.t tests From: Paul_GreenVOS@vos.stratus.com Date: Wed, 16 Jan 02 6:42 est Message-Id: <200201161143.GAA02292@mailhub1.stratus.com> Branch: perl ! t/io/fs.t t/op/crypt.t ____________________________________________________________________________ [ 14303] By: jhi on 2002/01/16 14:55:57 Log: Subject: Re: [PATCH] length of undefined $(digit) should warn From: Rafael Garcia-Suarez Date: Wed, 16 Jan 2002 13:43:39 +0100 Message-ID: <20020116134339.A704@rafael> (replaces #14302) Branch: perl ! mg.c t/lib/warnings/mg ____________________________________________________________________________ [ 14302] By: jhi on 2002/01/16 13:47:58 Log: (replaced by #14303) Subject: [PATCH] length of undefined $(digit) should warn From: Rafael Garcia-Suarez Date: Tue, 15 Jan 2002 23:02:44 +0100 Message-ID: <20020115230244.A31786@rafael> Branch: perl ! mg.c t/lib/warnings/mg ____________________________________________________________________________ [ 14301] By: jhi on 2002/01/16 13:45:20 Log: The non-MakeMaker.pm parts of Subject: [PATCH] Re: MM_Beos.pm? From: Tels Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET) Message-Id: <200201142006.WAA29544@taas.iki.fi> Branch: perl ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/t/MM_Unix.t ____________________________________________________________________________ [ 14300] By: jhi on 2002/01/16 13:40:53 Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3 From: Michael G Schwern Date: Tue, 15 Jan 2002 20:07:50 -0500 Message-ID: <20020116010750.GH625@blackrider> Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14299] By: jhi on 2002/01/16 13:37:41 Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup From: Jeffrey Friedl Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST) Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com> Branch: perl ! lib/Text/Tabs.pm ____________________________________________________________________________ [ 14298] By: jhi on 2002/01/16 13:34:29 Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm From: "Green, Paul" Date: Tue, 15 Jan 2002 22:28:10 -0500 Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 14297] By: jhi on 2002/01/16 13:21:26 Log: Integrate perlio: [ 14296] offsetof() is in Branch: perl !> ext/Socket/Socket.xs ____________________________________________________________________________ [ 14296] By: nick on 2002/01/16 13:02:29 Log: offsetof() is in Branch: perlio ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 14295] By: nick on 2002/01/16 07:25:29 Log: Integrate mainline Branch: perlio +> (branch 262 files) - (delete 285 files) !> (integrate 34 files) ____________________________________________________________________________ [ 14294] By: jhi on 2002/01/16 05:37:29 Log: Jeffrey's Unicode adventure continues: unify the In/*.pl and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce Canonical.pl and Exact.pl. Branch: perl + (add 259 files) - (delete 288 files) ! MANIFEST lib/unicore/Makefile lib/unicore/Properties ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl ____________________________________________________________________________ [ 14293] By: jhi on 2002/01/16 00:32:27 Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas. Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 14292] By: jhi on 2002/01/15 20:06:49 Log: Subject: [PATCH] Add Slab_Free to embed.fnc From: "Mattia Barbon" Date: Tue, 15 Jan 2002 21:59:19 +0100 Message-ID: <3C44A637.16602.25EB208@localhost> Branch: perl ! embed.fnc embed.h proto.h ____________________________________________________________________________ [ 14291] By: jhi on 2002/01/15 20:00:02 Log: Duh. The updated In/*.pl weren't checked in. Branch: perl ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl ____________________________________________________________________________ [ 14290] By: jhi on 2002/01/15 18:39:54 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14289] By: jhi on 2002/01/15 18:38:03 Log: Jeffrey is trying very hard to avoid working on his book, it would seem :-) (better naming, better comments in the files) Branch: perl + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl - lib/unicore/Is/IDStart.pl ! (edit 200 files) ____________________________________________________________________________ [ 14288] By: jhi on 2002/01/15 17:56:29 Log: metaconfig unit changes for #14287. Branch: metaconfig + U/modified/Chk_MANI.U ! U/modified/Extract.U U/modified/Finish.U Branch: metaconfig/U/perl ! Extensions.U dlsrc.U ____________________________________________________________________________ [ 14287] By: jhi on 2002/01/15 17:55:54 Log: Some protection against spaces in directory names. (Tru64 still has some makedepend problems in such cases but that looks like Tru64's problem.) Branch: perl ! Configure Makefile.SH ____________________________________________________________________________ [ 14286] By: jhi on 2002/01/15 17:13:28 Log: Should have been in #14285 but I have sausages for fingers. Branch: perl + lib/ExtUtils/MM_BeOS.pm ____________________________________________________________________________ [ 14285] By: jhi on 2002/01/15 17:12:59 Log: MM_BeOS from Tels. Branch: perl + lib/ExtUtils/t/MM_BeOS.t ! MANIFEST ____________________________________________________________________________ [ 14284] By: jhi on 2002/01/15 15:55:53 Log: Integrate perlio: [ 14281] Correct slab allocator for case where sizeof(IV) > sizeof(IV *) e.g. -Duse64bitint on a 32-bit platform. Now uses I32 for use-count and is more careful with its casts. [ 14277] Correct name of PL_OP_SLAB_ALLOC [ 14271] Regen embed enable slab for PERL_IMPLICIT_SYS [ 14269] Typo in #else branch of PL_SLAB_ALLOC [ 14268] const-ness fix in savepv's passing of NULL [ 14267] Hand merge of non slab allocator stuff [ 14259] Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! Need to use CopXXXXX macros everywhere and add CopSTASH_free Add new scope type and add support for it to scope.c and scope stack dup-er in sv.c. Add savesharedpv(). Also zealous version of Win32's vmem.h to catch all the abuses. With this t/op/fork.t passes even with zealous checking and checker is point a finger at various threads/shared issues. PL_curcop->cop_io is still an issue. [ 14257] Inverted sense of special-ness of specialCopIO - supposed to be true if value is "special" i.e. NOT an SV. Branch: perl !> (integrate 28 files) ____________________________________________________________________________ [ 14283] By: pudge on 2002/01/15 15:21:30 Log: Add Shuck URL Branch: maint-5.6/macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 14282] By: pudge on 2002/01/15 15:21:18 Log: Remove obsolete docs Branch: maint-5.6/macperl ! ext/File/Glob/Glob.pm ____________________________________________________________________________ [ 14281] By: nick on 2002/01/15 15:08:43 Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *) e.g. -Duse64bitint on a 32-bit platform. Now uses I32 for use-count and is more careful with its casts. Branch: perlio ! intrpvar.h op.c ____________________________________________________________________________ [ 14280] By: pudge on 2002/01/15 14:55:25 Log: Update bundled modules. Yow! Branch: maint-5.6/macperl + macos/bundled_ext/Compress/Zlib/constants.h + macos/bundled_ext/Compress/Zlib/constants.xs + macos/bundled_ext/Filter/Util/Call/ppport.h + macos/bundled_ext/Storable/t/compat-0.6.t + macos/bundled_ext/Storable/t/dump.pl + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm + macos/bundled_lib/blib/lib/Net/HTTPS.pm + macos/bundled_lib/blib/lib/URI/ssh.pm + macos/bundled_lib/t/Filter/Simple/ExportTest.pm + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm + macos/bundled_lib/t/Filter/Simple/FilterTest.pm + macos/bundled_lib/t/Filter/Simple/ImportTest.pm + macos/bundled_lib/t/Filter/Simple/data.t + macos/bundled_lib/t/Filter/Simple/export.t + macos/bundled_lib/t/Filter/Simple/filter_only.t + macos/bundled_lib/t/Filter/Simple/import.t + macos/bundled_lib/t/NEXT/actual.t + macos/bundled_lib/t/NEXT/actuns.t + macos/bundled_lib/t/NEXT/next.t + macos/bundled_lib/t/NEXT/unseen.t + macos/bundled_lib/t/libnet/netrc.t + macos/bundled_lib/t/libwww-perl/base/http.t + macos/bundled_lib/t/libwww-perl/live/activestate.t - macos/bundled_ext/Filter/t/FilterTest.pm - macos/bundled_ext/Storable/t/compat06.t - macos/bundled_ext/Storable/t/st-dump.pl - macos/bundled_lib/t/NEXT/test.pl - macos/bundled_lib/t/libwww-perl/live/google.t ! macos/bundled_ext/Compress/Zlib/ANNOUNCE ! macos/bundled_ext/Compress/Zlib/Makefile.PL ! macos/bundled_ext/Compress/Zlib/Makefile.mk ! macos/bundled_ext/Compress/Zlib/README ! macos/bundled_ext/Compress/Zlib/Zlib.pm ! macos/bundled_ext/Compress/Zlib/Zlib.xs ! macos/bundled_ext/Compress/Zlib/t/examples.t ! macos/bundled_ext/Filter/Util/Call/Call.pm ! macos/bundled_ext/Filter/Util/Call/Call.xs ! macos/bundled_ext/Filter/Util/Call/Makefile.PL ! macos/bundled_ext/Filter/t/call.t ! macos/bundled_ext/Filter/t/filter-util.pl ! macos/bundled_ext/Storable/ChangeLog ! macos/bundled_ext/Storable/README ! macos/bundled_ext/Storable/Storable.pm ! macos/bundled_ext/Storable/t/blessed.t ! macos/bundled_ext/Storable/t/canonical.t ! macos/bundled_ext/Storable/t/dclone.t ! macos/bundled_ext/Storable/t/forgive.t ! macos/bundled_ext/Storable/t/freeze.t ! macos/bundled_ext/Storable/t/lock.t ! macos/bundled_ext/Storable/t/overload.t ! macos/bundled_ext/Storable/t/recurse.t ! macos/bundled_ext/Storable/t/retrieve.t ! macos/bundled_ext/Storable/t/store.t ! macos/bundled_ext/Storable/t/tied.t ! macos/bundled_ext/Storable/t/tied_hook.t ! macos/bundled_ext/Storable/t/tied_items.t ! macos/bundled_ext/Storable/t/utf8.t ! macos/bundled_lib/blib/lib/File/Sort.pm ! macos/bundled_lib/blib/lib/Filter/Simple.pm ! macos/bundled_lib/blib/lib/HTTP/Headers.pm ! macos/bundled_lib/blib/lib/HTTP/Message.pm ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm ! macos/bundled_lib/blib/lib/HTTP/Request.pm ! macos/bundled_lib/blib/lib/HTTP/Response.pm ! macos/bundled_lib/blib/lib/LWP.pm ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm ! macos/bundled_lib/blib/lib/Mail/Address.pm ! macos/bundled_lib/blib/lib/Mail/Cap.pm ! macos/bundled_lib/blib/lib/Mail/Field.pm ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm ! macos/bundled_lib/blib/lib/Mail/Filter.pm ! macos/bundled_lib/blib/lib/Mail/Header.pm ! macos/bundled_lib/blib/lib/Mail/Internet.pm ! macos/bundled_lib/blib/lib/Mail/Mailer.pm ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm ! macos/bundled_lib/blib/lib/Mail/Send.pm ! macos/bundled_lib/blib/lib/Mail/Util.pm ! macos/bundled_lib/blib/lib/NEXT.pm ! macos/bundled_lib/blib/lib/Net/Config.pm ! macos/bundled_lib/blib/lib/Net/Domain.pm ! macos/bundled_lib/blib/lib/Net/FTP.pm ! macos/bundled_lib/blib/lib/Net/FTP/E.pm ! macos/bundled_lib/blib/lib/Net/FTP/L.pm ! macos/bundled_lib/blib/lib/Net/HTTP.pm ! macos/bundled_lib/blib/lib/Net/NNTP.pm ! macos/bundled_lib/blib/lib/Net/POP3.pm ! macos/bundled_lib/blib/lib/Net/SMTP.pm ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod ! macos/bundled_lib/blib/lib/Switch.pm ! macos/bundled_lib/blib/lib/Text/Balanced.pm ! macos/bundled_lib/blib/lib/URI/Escape.pm ! macos/bundled_lib/blib/lib/URI/ftp.pm ! macos/bundled_lib/blib/lib/lwpcook.pod ! macos/bundled_lib/t/Filter/Simple/filter.t ! macos/bundled_lib/t/Switch/t/nested.t ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t ! macos/bundled_lib/t/Text/Balanced/t/extdel.t ! macos/bundled_lib/t/Text/Balanced/t/extmul.t ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t ! macos/bundled_lib/t/Text/Balanced/t/exttag.t ! macos/bundled_lib/t/Text/Balanced/t/extvar.t ! macos/bundled_lib/t/Text/Balanced/t/gentag.t ! macos/bundled_lib/t/libnet/config.t ! macos/bundled_lib/t/libnet/ftp.t ! macos/bundled_lib/t/libnet/hostname.t ! macos/bundled_lib/t/libnet/nntp.t ! macos/bundled_lib/t/libnet/require.t ! macos/bundled_lib/t/libnet/smtp.t ! macos/bundled_lib/t/libwww-perl/base/headers.t ! macos/bundled_lib/t/libwww-perl/base/negotiate.t ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t ! macos/bundled_lib/t/libwww-perl/live/validator.t ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm ____________________________________________________________________________ [ 14279] By: jhi on 2002/01/15 14:43:04 Log: Subject: [PATCH] Socket::sockaddr_family From: Gisle Aas Date: 15 Jan 2002 06:35:28 -0800 Message-ID: Branch: perl ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs ____________________________________________________________________________ [ 14278] By: jhi on 2002/01/15 14:37:34 Log: Subject: [PATCH perldiag] Style issue From: Rafael Garcia-Suarez Date: Tue, 15 Jan 2002 15:36:30 +0100 Message-ID: <20020115153630.A11568@rafael> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 14277] By: nick on 2002/01/15 14:30:51 Log: Correct name of PL_OP_SLAB_ALLOC Branch: perlio ! perl.h ____________________________________________________________________________ [ 14276] By: jhi on 2002/01/15 14:22:38 Log: NetWare tweak from Ananth Kesari. Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 14275] By: jhi on 2002/01/15 14:19:43 Log: Throwback. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14274] By: jhi on 2002/01/15 14:16:28 Log: A couple of additional character classes from Jeffrey, hopefully useful in future for internal use for implementing some special cases of casing. Also regenerate once more all the character classes, now without the timestamp. A timestamp would be kind of nice but it's not: having a timestamp in a file means that even if the effective contents of file really didn't change, the file looks as if it changed. Branch: perl + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl + lib/unicore/Is/CombAbov.pl ! (edit 304 files) ____________________________________________________________________________ [ 14273] By: jhi on 2002/01/15 13:53:01 Log: Make the test harder. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14272] By: jhi on 2002/01/15 13:51:11 Log: Additional utf8_heavy.pl tweak from Jeffrey. Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 14271] By: nick on 2002/01/15 11:29:47 Log: Regen embed enable slab for PERL_IMPLICIT_SYS Branch: perlio ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c ____________________________________________________________________________ [ 14270] By: nick on 2002/01/15 08:19:08 Log: Integrate rest of mainline Branch: perlio !> (integrate 28 files) ____________________________________________________________________________ [ 14269] By: nick on 2002/01/15 08:02:44 Log: Typo in #else branch of PL_SLAB_ALLOC Branch: perlio ! op.c ____________________________________________________________________________ [ 14268] By: nick on 2002/01/15 07:57:47 Log: const-ness fix in savepv's passing of NULL Branch: perlio ! util.c ____________________________________________________________________________ [ 14267] By: nick on 2002/01/15 07:42:17 Log: Hand merge of non slab allocator stuff Branch: perlio ! op.c ____________________________________________________________________________ [ 14266] By: nick on 2002/01/15 07:39:33 Log: Slab allocator submit after resolve -ay to keep it! Branch: perlio !> op.c ____________________________________________________________________________ [ 14265] By: nick on 2002/01/15 07:05:06 Log: Blind integrate of bulk of mainline. Branch: perlio +> (branch 173 files) - (delete 184 files) !> (integrate 146 files) ____________________________________________________________________________ [ 14264] By: jhi on 2002/01/15 04:19:11 Log: Pod nits. Branch: perl ! lib/Unicode/UCD.pm pod/perlunicode.pod ____________________________________________________________________________ [ 14263] By: jhi on 2002/01/15 02:14:29 Log: The Unicode categories doc patch to go with #14254, from Jeffrey. Branch: perl ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod ____________________________________________________________________________ [ 14262] By: jhi on 2002/01/15 01:30:09 Log: There isn't going to be perl.third.exe. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14261] By: jhi on 2002/01/15 01:25:11 Log: Subject: [PATCH] small coredump correction From: Rafael Garcia-Suarez Date: Tue, 15 Jan 2002 00:22:52 +0100 Message-ID: <20020115002252.I691@rafael> Branch: perl ! op.c ____________________________________________________________________________ [ 14260] By: jhi on 2002/01/15 01:23:53 Log: Subject: [PATCH] Overriding readline() should also override From: Rafael Garcia-Suarez Date: Mon, 14 Jan 2002 23:03:04 +0100 Message-ID: <20020114230304.A691@rafael> Subject: Re: [PATCH] Overriding readline() should also override From: Rafael Garcia-Suarez Date: Mon, 14 Jan 2002 23:18:43 +0100 Message-ID: <20020114231843.E691@rafael> Branch: perl ! pod/perlsub.pod t/op/override.t toke.c ____________________________________________________________________________ [ 14259] By: nick on 2002/01/14 22:02:49 Log: Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! Need to use CopXXXXX macros everywhere and add CopSTASH_free Add new scope type and add support for it to scope.c and scope stack dup-er in sv.c. Add savesharedpv(). Also zealous version of Win32's vmem.h to catch all the abuses. With this t/op/fork.t passes even with zealous checking and checker is point a finger at various threads/shared issues. PL_curcop->cop_io is still an issue. Branch: perlio ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc ! win32/config_h.PL win32/perlhost.h win32/perllib.c ! win32/vmem.h win32/win32.c win32/win32.h ____________________________________________________________________________ [ 14258] By: nick on 2002/01/14 20:24:28 Log: Integrate build parts of mainline Branch: perlio !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t !> lib/ExtUtils/t/MM_Win32.t ____________________________________________________________________________ [ 14257] By: nick on 2002/01/14 16:10:54 Log: Inverted sense of special-ness of specialCopIO - supposed to be true if value is "special" i.e. NOT an SV. Branch: perlio ! perlio.h ____________________________________________________________________________ [ 14256] By: jhi on 2002/01/14 14:42:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14255] By: jhi on 2002/01/14 14:04:24 Log: Retract #14251 (the op slab allocator from perlio) until we figure out why 2.2.19 x86 debian gets a circular sibling chain and therefore hangs in the Perl_ck_subr() sibling for-loop. Branch: perl ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h ! perlapi.c perlapi.h proto.h ____________________________________________________________________________ [ 14254] By: jhi on 2002/01/14 13:25:07 Log: Big mktables rewrite from Jeffrey; documentation not yet updated. Branch: perl + (add 171 files) - (delete 182 files) ! (edit 135 files) ____________________________________________________________________________ [ 14253] By: ams on 2002/01/14 03:15:05 Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH} From: Michael G Schwern Date: Sun, 13 Jan 2002 21:00:07 -0500 Message-Id: <20020114020007.GB2877@blackrider> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 14252] By: jhi on 2002/01/14 00:27:41 Log: Subject: Re: Win32 status - progress ! From: Abe Timmerman Date: Mon, 14 Jan 2002 02:29:51 +0100 Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com> Branch: perl ! lib/ExtUtils/t/MM_Win32.t ____________________________________________________________________________ [ 14251] By: jhi on 2002/01/13 23:30:05 Log: Integrate perlio: [ 14250] Slab allocator for ops - moved the statics to intrpvar.h - implemented Slab_Free() - uses PerlMemShared (for now) if distinction exists. Branch: perl !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h !> perlapi.c perlapi.h proto.h ____________________________________________________________________________ [ 14250] By: nick on 2002/01/13 23:22:34 Log: Slab allocator for ops - moved the statics to intrpvar.h - implemented Slab_Free() - uses PerlMemShared (for now) if distinction exists. Branch: perlio ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h ! perlapi.c perlapi.h proto.h ____________________________________________________________________________ [ 14249] By: jhi on 2002/01/13 19:55:10 Log: Start a new test category: uni. Much of t/op/pat should probably be moved here, but holding on that until Jeffrey finishes his big mktables rewrite. Bits and pieces of op/split, op/pack, op/append, op/join, could probably be moved to respective uni tests, too. Branch: perl + t/uni/fold.t t/uni/sprintf.t - t/op/unifold.t t/op/unisprintf.t ! MANIFEST t/TEST t/harness ____________________________________________________________________________ [ 14248] By: jhi on 2002/01/13 19:52:02 Log: Subject: [PATCH] enable Win32 to build again From: "Mattia Barbon" Date: Sun, 13 Jan 2002 21:49:24 +0100 Message-ID: <3C4200E4.15926.23F6131@localhost> miniperl.exe.exe does not exe that well. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 14247] By: jhi on 2002/01/13 19:50:23 Log: Mention some of the load-affected tests. Branch: perl ! INSTALL ____________________________________________________________________________ [ 14246] By: jhi on 2002/01/13 19:38:17 Log: Move the UTF-8 conversion code earlier so that op/ver is happy. Branch: perl ! sv.c t/op/ver.t ____________________________________________________________________________ [ 14245] By: jhi on 2002/01/13 19:19:59 Log: Upgrade to Scalar-List-Util 1.06. The Makefile.PLs have diverged quite a bit so no updates there. Branch: perl ! ext/List/Util/ChangeLog ext/List/Util/Util.xs ! ext/List/Util/lib/List/Util.pm ! ext/List/Util/lib/Scalar/Util.pm ____________________________________________________________________________ [ 14244] By: jhi on 2002/01/13 18:27:00 Log: Make the crypt() pickier: if downgrading doesn't work, croak. Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t ____________________________________________________________________________ [ 14243] By: jhi on 2002/01/13 18:12:23 Log: Grow the buffer in case Unicode caused size changes (and it very probably did). Branch: perl ! sv.c ____________________________________________________________________________ [ 14242] By: jhi on 2002/01/13 17:46:45 Log: Future-proofing from Jeffrey Friedl (for conflicting In* and Is* names). Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 14241] By: jhi on 2002/01/13 17:40:29 Log: Subject: [PATCH] Re: Warning in B.xs From: "Mattia Barbon" Date: Sun, 13 Jan 2002 19:39:52 +0100 Message-ID: <3C41E288.20562.1C8C895@localhost> Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 14240] By: jhi on 2002/01/13 17:35:48 Log: Subject: Re: lookbehind broken with latest bleedperl From: Hugo van der Sanden Date: Sun, 13 Jan 2002 18:06:22 +0000 Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 14239] By: jhi on 2002/01/13 17:24:51 Log: Subject: [PATCH] more MM_Unix.t tests From: Tels Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) Message-Id: <200201131621.SAA17925@tiku.hut.fi> Subject: [PATCH] 14220 misunderstood, I bet From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 12 Jan 2002 21:31:58 +0100 Message-ID: Branch: perl ! lib/ExtUtils/t/MM_Unix.t ____________________________________________________________________________ [ 14238] By: jhi on 2002/01/13 17:14:25 Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION From: Tels Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) Message-Id: <200201131602.SAA15687@tiku.hut.fi> Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION From: Tels Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) Message-Id: <200201131610.SAA18974@tiku.hut.fi> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 14237] By: jhi on 2002/01/13 17:12:04 Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure From: Nicholas Clark Date: Sun, 13 Jan 2002 15:58:34 +0000 Message-ID: <20020113155833.C314@Bagpuss.unfortu.net> Branch: perl ! lib/Benchmark.t ____________________________________________________________________________ [ 14236] By: jhi on 2002/01/13 17:08:18 Log: Anton Berezin did more reading and the uid setting story gets more complex. Branch: perl ! pod/perltodo.pod utils/perldoc.PL ____________________________________________________________________________ [ 14235] By: jhi on 2002/01/13 16:45:52 Log: Integrate perlio: [ 14232] Win32 fixes: - vmem.h hack to handle free-by-wrong-thread after eval "". - Initialize timerid Branch: perl !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c ____________________________________________________________________________ [ 14234] By: jhi on 2002/01/13 16:44:07 Log: Subject: Re: HiRes From: "H.Merijn Brand" Date: Sun, 13 Jan 2002 10:18:46 +0100 Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> Give up on socketpair in HP-UX. Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 14233] By: nick on 2002/01/13 16:29:30 Log: Integrate mainline Branch: perlio +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t !> (integrate 46 files) ____________________________________________________________________________ [ 14232] By: nick on 2002/01/13 15:37:48 Log: Win32 fixes: - vmem.h hack to handle free-by-wrong-thread after eval "". - Initialize timerid Branch: perlio ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c ____________________________________________________________________________ [ 14231] By: jhi on 2002/01/13 05:15:01 Log: *groan* Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14230] By: jhi on 2002/01/13 05:13:03 Log: One more sharp s case found by Jeffrey. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 14229] By: jhi on 2002/01/13 04:43:33 Log: Comment tweak. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14228] By: jhi on 2002/01/13 04:30:45 Log: Don't bother checking for the Greek special cases if the node is too short. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14227] By: jhi on 2002/01/12 21:00:04 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14226] By: jhi on 2002/01/12 20:28:23 Log: metaconfig unit change for #14225. Branch: metaconfig + U/modified/i_ndbm.U ____________________________________________________________________________ [ 14225] By: jhi on 2002/01/12 20:28:05 Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm From: Jonathan Stowe Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) Message-ID: Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 14224] By: jhi on 2002/01/12 20:18:02 Log: Quick reformat using indent -kr -nce, as requested by Dan Kogai and suggest by NI-S. Branch: perl ! ext/Encode/encengine.c ____________________________________________________________________________ [ 14223] By: jhi on 2002/01/12 20:08:54 Log: Couple more Unicode lookbehind tests. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14222] By: jhi on 2002/01/12 20:05:29 Log: Sharp S as a special treat for our German UTF-8 testers :-) Branch: perl ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h ____________________________________________________________________________ [ 14221] By: jhi on 2002/01/12 18:38:54 Log: Subject: {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs From: "Mattia Barbon" Date: Sat, 12 Jan 2002 20:37:32 +0100 Message-ID: <3C409E8C.16203.196C2D3@localhost> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14220] By: jhi on 2002/01/12 18:27:32 Log: Hrmph. Is having a test for an exact version of MM_Unix.pm really worth the bits it's printed on? Branch: perl ! lib/ExtUtils/t/MM_Unix.t ____________________________________________________________________________ [ 14219] By: jhi on 2002/01/12 18:06:49 Log: Special treatment for U+03B0 and U+0390 in //i, this means that we can remove the minlen pessimisations introduced by the #14096. Branch: perl ! pp_hot.c regcomp.c regexec.c ____________________________________________________________________________ [ 14218] By: jhi on 2002/01/12 16:14:52 Log: Integrate perlio: [ 14214] Win32-ize socketpair test - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. [ 14213] Abstract out the cloning of SvPVX and handle shared pv in a safe (if suboptimal) manner. Does not fix op/fork.t :-( Branch: perl !> ext/Socket/socketpair.t sv.c ____________________________________________________________________________ [ 14217] By: jhi on 2002/01/12 16:09:59 Log: One should first drop the real uid, not the effective uid. [ID 20020110.003] Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 14216] By: jhi on 2002/01/12 15:50:38 Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs From: "Mattia Barbon" Date: Fri, 11 Jan 2002 23:29:48 +0100 Message-ID: <3C3F756C.4581.2E2A938@localhost> Branch: perl + ext/B/C/C.xs ext/B/C/Makefile.PL ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST ! utils/perlcc.PL ____________________________________________________________________________ [ 14215] By: jhi on 2002/01/12 15:22:01 Log: Subject: [PATCH] Re: Magic numbers in B::Concise From: Stephen McCamant Date: Fri, 11 Jan 2002 14:29:30 -0800 Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu> Branch: perl ! ext/B/t/concise.t ____________________________________________________________________________ [ 14214] By: nick on 2002/01/12 12:31:12 Log: Win32-ize socketpair test - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. Branch: perlio ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 14213] By: nick on 2002/01/12 11:46:28 Log: Abstract out the cloning of SvPVX and handle shared pv in a safe (if suboptimal) manner. Does not fix op/fork.t :-( Branch: perlio ! sv.c ____________________________________________________________________________ [ 14212] By: ams on 2002/01/12 06:10:52 Log: Subject: [PATCH] More fixes for Stratus VOS From: "Green, Paul" Date: Fri, 11 Jan 2002 17:30:37 -0500 Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com> Branch: perl ! hints/vos.sh lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 14211] By: jhi on 2002/01/12 06:01:29 Log: Upgrade to CGI.pm 2.80. Branch: perl ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t ____________________________________________________________________________ [ 14210] By: jhi on 2002/01/12 05:57:36 Log: FAQ sync. Branch: perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod ! pod/perlfaq8.pod ____________________________________________________________________________ [ 14209] By: jhi on 2002/01/12 05:54:24 Log: This is getting embarrassing. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14208] By: jhi on 2002/01/12 05:30:03 Log: Doc tweaks. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 14207] By: jhi on 2002/01/12 05:16:55 Log: Updating the test count is good; also rephrasing so that there is no ok output containing "not". Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14206] By: jhi on 2002/01/12 05:11:20 Log: Andreas is busy :-) Branch: perl ! doop.c t/op/unisprintf.t ____________________________________________________________________________ [ 14205] By: jhi on 2002/01/12 04:55:20 Log: Unicode lookbehind looked bad. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 14204] By: jhi on 2002/01/12 01:43:48 Log: Garbage collection. Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 14203] By: jhi on 2002/01/12 00:10:51 Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals From: "Mattia Barbon" Date: Fri, 11 Jan 2002 23:29:48 +0100 Message-ID: <3C3F756C.21561.2E2A9CE@localhost> Branch: perl ! embed.fnc global.sym makedef.pl ____________________________________________________________________________ [ 14202] By: jhi on 2002/01/12 00:07:41 Log: Subject: [PATCH] perldelta nit? From: Robert Spier Date: Fri, 11 Jan 2002 15:19:16 -0800 Message-ID: <15423.29428.164185.251700@rls.cx> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14201] By: jhi on 2002/01/12 00:06:02 Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More From: Michael G Schwern Date: Fri, 11 Jan 2002 17:08:17 -0500 Message-ID: <20020111220817.GG2838@blackrider> Branch: perl ! t/run/kill_perl.t t/test.pl ____________________________________________________________________________ [ 14200] By: jhi on 2002/01/12 00:02:05 Log: Subject: [PATCH] Correct misleading error message From: Mike Guy Date: Fri, 11 Jan 2002 18:36:33 +0000 Message-Id: hash assignment -> anonymous hash Branch: perl ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t ____________________________________________________________________________ [ 14199] By: jhi on 2002/01/11 23:58:00 Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c From: Nikola Knezevic Date: Fri, 11 Jan 2002 16:58:14 +0100 Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu> Branch: perl ! ext/Unicode/Normalize/mkheader ____________________________________________________________________________ [ 14198] By: jhi on 2002/01/11 23:53:05 Log: Add a new test for is-sprintf-preserving Unicodeness: #14194 and an old one from kill_perl.t (I could have used sprintf.t, but it's format was quite fixed, and I didn't feel like breaking the format) Branch: perl + t/op/unisprintf.t ! MANIFEST t/run/kill_perl.t ____________________________________________________________________________ [ 14197] By: jhi on 2002/01/11 21:48:49 Log: Integrate perlio: [ 14196] Install dummy signal() handlers for Win32's SIGINT and SIGBREAK as C runtime seems to get its hands on them even though we said they were handled. Still an issue with "die" out of signal handler - get panic: pp_iter Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 14196] By: nick on 2002/01/11 20:58:20 Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK as C runtime seems to get its hands on them even though we said they were handled. Still an issue with "die" out of signal handler - get panic: pp_iter Branch: perlio ! win32/win32.c ____________________________________________________________________________ [ 14195] By: jhi on 2002/01/11 20:07:35 Log: Integrate perlio: [ 14192] A mostly-stable version of "new" Win32 signal/kill support. Branch: perl !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc !> win32/config.gc win32/config.vc win32/config_H.bc !> win32/config_H.gc win32/config_H.vc win32/config_h.PL !> win32/makefile.mk win32/win32.c win32/win32.h ____________________________________________________________________________ [ 14194] By: jhi on 2002/01/11 20:04:26 Log: Fix for Subject: UTF-8 sprintf bug in bleadperl From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 11 Jan 2002 15:47:15 +0100 Message-ID: I have tests, have just to figure out where to put them since op/sprintf looks a bit unfriendly for tests of somewhat freer form. Branch: perl ! doop.c sv.c ____________________________________________________________________________ [ 14193] By: nick on 2002/01/11 18:25:34 Log: Integrate mainline (on Win32 - risky) for vmem.h stuff Builds and passes a few tests. Branch: perlio +> ext/B/t/concise.t lib/Test/Harness/Assert.pm +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t +> t/lib/sample-tests/lone_not_bug +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint +> t/lib/sample-tests/vms_nit !> (integrate 63 files) ____________________________________________________________________________ [ 14192] By: nick on 2002/01/11 17:49:39 Log: A mostly-stable version of "new" Win32 signal/kill support. Branch: perlio ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_h.PL win32/makefile.mk win32/win32.c ! win32/win32.h ____________________________________________________________________________ [ 14191] By: jhi on 2002/01/11 15:34:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14190] By: jhi on 2002/01/11 14:52:51 Log: Subject: [PATCH] Re: Magic numbers in B::Concise From: Stephen McCamant Date: Thu, 10 Jan 2002 18:21:34 -0800 Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu> Branch: perl + ext/B/t/concise.t ! MANIFEST ____________________________________________________________________________ [ 14189] By: jhi on 2002/01/11 14:51:11 Log: Upgrade to CGI.pm 2.79. Manual tweaks were necessary in form.t and html.t @INC setups. Branch: perl ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t ____________________________________________________________________________ [ 14188] By: jhi on 2002/01/11 14:31:17 Log: Yet another twist. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 14187] By: jhi on 2002/01/11 14:14:12 Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed From: "H.Merijn Brand" Date: Fri, 11 Jan 2002 13:04:15 +0100 Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl> Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 14186] By: jhi on 2002/01/11 14:13:02 Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3 From: Jonathan Stowe Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT) Message-ID: Branch: perl ! lib/AnyDBM_File.t ____________________________________________________________________________ [ 14185] By: jhi on 2002/01/11 14:10:01 Log: Arguments were being mangled. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 14184] By: jhi on 2002/01/11 14:05:53 Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More From: Jonathan Stowe Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT) Message-ID: Branch: perl ! lib/AnyDBM_File.t ____________________________________________________________________________ [ 14183] By: jhi on 2002/01/11 13:59:22 Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl() From: Michael G Schwern Date: Fri, 11 Jan 2002 04:26:27 -0500 Message-ID: <20020111092626.GA16544@blackrider> Branch: perl ! t/run/kill_perl.t t/test.pl ____________________________________________________________________________ [ 14182] By: jhi on 2002/01/11 13:57:59 Log: Subject: [PATCH] Test::Harness 2.01 From: Michael G Schwern Date: Thu, 10 Jan 2002 21:11:24 -0500 Message-ID: <20020111021123.GA30666@blackrider> Branch: perl + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t + lib/Test/Harness/t/nonumbers.t + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + t/lib/sample-tests/lone_not_bug + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint + t/lib/sample-tests/vms_nit ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 14181] By: jhi on 2002/01/11 13:57:38 Log: patch is silly when creating new files: don't run patch more than once. Branch: perl ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t ____________________________________________________________________________ [ 14180] By: jhi on 2002/01/11 13:53:49 Log: Forgot from #14179. Branch: perl ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t ____________________________________________________________________________ [ 14179] By: jhi on 2002/01/11 13:24:13 Log: Subject: [PATCH] is() undef/'' behavior change From: Michael G Schwern Date: Fri, 11 Jan 2002 03:35:51 -0500 Message-ID: <20020111083551.GC30666@blackrider> Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix From: Michael G Schwern Date: Fri, 11 Jan 2002 03:37:44 -0500 Message-ID: <20020111083744.GD30666@blackrider> Branch: perl ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm ! lib/Pod/t/InputObjects.t lib/blib.t ____________________________________________________________________________ [ 14178] By: jhi on 2002/01/11 13:21:59 Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41 From: Michael G Schwern Date: Thu, 10 Jan 2002 19:56:23 -0500 Message-ID: <20020111005623.GA13192@blackrider> Branch: perl + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm ! lib/Test/Simple.pm lib/Test/Simple/Changes ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t ! lib/Test/Simple/t/plan_is_noplan.t ! lib/Test/Simple/t/plan_no_plan.t ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t ! lib/Test/Tutorial.pod ____________________________________________________________________________ [ 14177] By: gsar on 2002/01/11 02:56:05 Log: malloc() things must be free()d, not Safefree()d (bug in change#11280 revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST) turns out even the malloc() was never really needed to begin with, so get rid of it Branch: perl ! sv.c ____________________________________________________________________________ [ 14176] By: jhi on 2002/01/11 02:11:21 Log: Small doc tweaks. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 14175] By: gsar on 2002/01/11 01:05:15 Log: support using the CRT's malloc() family of functions instead of the internal one when ithreads is enabled; allocate large blocks using VirtualAlloc() since the Heap*() functions may only be tuned for small allocations (from Doug Lankshear ) pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc(); also see comments at the top of win32/vmem.h for other options that can be set Branch: perl ! win32/vmem.h ____________________________________________________________________________ [ 14174] By: jhi on 2002/01/10 19:33:29 Log: Subject: micropatch From: Hugo van der Sanden Date: Thu, 10 Jan 2002 18:20:58 +0000 Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14173] By: jhi on 2002/01/10 19:32:16 Log: Subject: [PATCH] Embed.t on Win32 From: "Mattia Barbon" Date: Thu, 10 Jan 2002 18:56:21 +0100 Message-ID: <3C3DE3D5.7359.1FEB994@localhost> Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 14172] By: jhi on 2002/01/10 19:31:00 Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our From: Gisle Aas Date: 10 Jan 2002 08:56:05 -0800 Message-ID: Branch: perl ! toke.c ____________________________________________________________________________ [ 14171] By: jhi on 2002/01/10 19:29:08 Log: Subject: [PATCH] doc fixes From: "Brendan O'Dea" Date: Fri, 11 Jan 2002 03:49:54 +1100 Message-ID: <20020110164954.GA21891@compusol.com.au> Branch: perl ! lib/I18N/Collate.pm pod/perlfunc.pod ____________________________________________________________________________ [ 14170] By: jhi on 2002/01/10 17:48:42 Log: Integrate perlio: [ 14167] More signal hackery Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 14169] By: jhi on 2002/01/10 17:47:34 Log: No need to show internal encodings, or return them in random order. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 14168] By: nick on 2002/01/10 17:33:31 Log: Integrate mainline Branch: perlio - ext/Unicode/Normalize/Normalize.pod !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm !> ext/Unicode/Normalize/Makefile.PL !> ext/Unicode/Normalize/Normalize.pm !> ext/Unicode/Normalize/Normalize.xs !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t !> t/run/kill_perl.t toke.c ____________________________________________________________________________ [ 14167] By: nick on 2002/01/10 17:08:35 Log: More signal hackery Branch: perlio ! win32/win32.c ____________________________________________________________________________ [ 14166] By: jhi on 2002/01/10 15:24:41 Log: I think we can claim to be supporting Unicode "loose matching" now. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 14165] By: jhi on 2002/01/10 15:07:56 Log: Subject: doc patch From: mjd@plover.com Date: 10 Jan 2002 15:12:27 -0000 Message-ID: <20020110151227.14850.qmail@plover.com> Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 14164] By: jhi on 2002/01/10 14:54:38 Log: Subject: Re: [ID 20011223.001] accept leaks memory From: Andy Dougherty Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST) Message-ID: Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 14163] By: jhi on 2002/01/10 14:52:08 Log: Integrate perlio: [ 14160] Skeleton coding of more kill() support on Win32. Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 14162] By: jhi on 2002/01/10 14:50:03 Log: Subject: [PATCH] Magic numbers in B::Concise From: Stephen McCamant Date: Wed, 9 Jan 2002 23:04:01 -0800 Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu> Branch: perl ! ext/B/B/Concise.pm ext/B/O.pm ____________________________________________________________________________ [ 14161] By: jhi on 2002/01/10 14:48:52 Log: Subject: [PATCH] No 'once' warnings for variables declared with our From: Gisle Aas Date: 09 Jan 2002 21:52:40 -0800 Message-ID: Branch: perl ! t/lib/strict/vars toke.c ____________________________________________________________________________ [ 14160] By: nick on 2002/01/09 21:29:39 Log: Skeleton coding of more kill() support on Win32. Branch: perlio ! win32/win32.c ____________________________________________________________________________ [ 14159] By: jhi on 2002/01/09 21:28:13 Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes From: Rafael Garcia-Suarez Date: Wed, 9 Jan 2002 23:24:32 +0100 Message-ID: <20020109232432.A692@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14158] By: jhi on 2002/01/09 21:25:19 Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) From: Jonathan Stowe Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT) Message-ID: Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 14157] By: jhi on 2002/01/09 19:59:28 Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly From: Hugo van der Sanden Date: Wed, 09 Jan 2002 20:16:54 +0000 Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk> Branch: perl ! regexec.c ____________________________________________________________________________ [ 14156] By: jhi on 2002/01/09 19:46:27 Log: Subject: [Patch @14129] fixes Unicode::Normalize From: SADAHIRO Tomoyuki Date: Thu, 10 Jan 2002 01:08:56 +0900 Message-Id: <20020110010110.690B.BQW10602@nifty.com> Branch: perl - ext/Unicode/Normalize/Normalize.pod ! MANIFEST ext/Unicode/Normalize/Makefile.PL ! ext/Unicode/Normalize/Normalize.pm ! ext/Unicode/Normalize/Normalize.xs ! ext/Unicode/Normalize/mkheader ____________________________________________________________________________ [ 14155] By: jhi on 2002/01/09 19:09:15 Log: Integrate perlio: [ 14151] (Re-)implement alarm() for Win32. Branch: perl !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h !> win32/win32iop.h ____________________________________________________________________________ [ 14154] By: jhi on 2002/01/09 19:08:15 Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152) From: Nicholas Clark Date: Wed, 9 Jan 2002 17:56:04 +0000 Message-ID: <20020109175604.H354@Bagpuss.unfortu.net> Branch: perl ! t/op/readdir.t ____________________________________________________________________________ [ 14153] By: nick on 2002/01/09 16:18:57 Log: Integrate mainline Branch: perlio +> ext/threads/t/stress_re.t t/op/unifold.t - lib/unifold.t !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c ____________________________________________________________________________ [ 14152] By: jhi on 2002/01/09 14:37:01 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14151] By: nick on 2002/01/09 14:27:36 Log: (Re-)implement alarm() for Win32. Branch: perlio ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h ! win32/win32iop.h ____________________________________________________________________________ [ 14150] By: jhi on 2002/01/09 14:27:23 Log: Thinko. Branch: perl ! ext/threads/t/stress_re.t ____________________________________________________________________________ [ 14149] By: jhi on 2002/01/09 13:47:31 Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly From: Hugo van der Sanden Date: Wed, 09 Jan 2002 13:37:17 +0000 Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 14148] By: jhi on 2002/01/09 13:00:09 Log: Subject: Re: Weird Malformed warning in bleadperl From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 09 Jan 2002 11:12:37 +0100 Message-ID: Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 14147] By: jhi on 2002/01/09 12:59:42 Log: Forgot stress_re.t from MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 14146] By: jhi on 2002/01/09 12:47:27 Log: In dumping use isPRINT() instead of isprint() so that locale does not come into play. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14145] By: jhi on 2002/01/09 02:52:39 Log: Add a threads stress test for regular expressions (mostly just a modified stress_string.t) and doesn't test that much of regular expressions, just that $1 doesn't get stomped by competing threads (as it does in the 5005threads of old). Branch: perl + ext/threads/t/stress_re.t ! MANIFEST ____________________________________________________________________________ [ 14144] By: jhi on 2002/01/09 02:28:33 Log: (retracted by #14307) Subject: Re: [ID 20010912.007] substr reference core dump From: Hugo van der Sanden Date: Tue, 08 Jan 2002 19:17:50 +0000 Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk> Branch: perl ! scope.c t/run/kill_perl.t ____________________________________________________________________________ [ 14143] By: jhi on 2002/01/09 01:32:05 Log: SANY (. with /s) wasn't happy on Unicode. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 14142] By: ams on 2002/01/08 22:42:10 Log: Subject: [PATCH] perldebug nit From: Tels Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET) Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 14141] By: ams on 2002/01/08 21:32:59 Log: Subject: [PATCH] Minor fix to perl/Makefile.SH From: "Green, Paul" Date: Tue, 8 Jan 2002 17:31:35 -0500 Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 14140] By: ams on 2002/01/08 21:27:57 Log: Subject: [PATCH] Re: Slight chokage from Deparse From: Rafael Garcia-Suarez Date: Tue, 8 Jan 2002 23:04:45 +0100 Message-Id: <20020108230445.A4798@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14139] By: jhi on 2002/01/08 19:13:43 Log: Subject: [patch] peep() is rude From: Hugo van der Sanden Date: Tue, 08 Jan 2002 19:17:50 +0000 Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk> Branch: perl ! op.c t/run/kill_perl.t ____________________________________________________________________________ [ 14138] By: jhi on 2002/01/08 19:01:16 Log: unifold is really an op test since it requires no external modules for its actual testing: only the unicore CaseFold.txt file, and File::Spec to portably access that file. Branch: perl + t/op/unifold.t - lib/unifold.t ! MANIFEST ____________________________________________________________________________ [ 14137] By: jhi on 2002/01/08 16:29:48 Log: Subject: [patch] save a test From: Hugo van der Sanden Date: Tue, 08 Jan 2002 16:18:47 +0000 Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14136] By: nick on 2002/01/08 16:11:55 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t !> (integrate 37 files) ____________________________________________________________________________ [ 14135] By: jhi on 2002/01/08 15:12:38 Log: Subject: Not OK 13843 From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 08 Jan 2002 14:12:29 +0100 Message-ID: Branch: perl ! op.c t/op/subst.t ____________________________________________________________________________ [ 14134] By: jhi on 2002/01/08 14:30:00 Log: Missed one variant of the fold testing, noticed bu Hugo. Branch: perl ! lib/unifold.t ____________________________________________________________________________ [ 14133] By: jhi on 2002/01/08 14:23:39 Log: Enchance the Storable magic description. Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 14132] By: ams on 2002/01/08 09:16:12 Log: Subject: [PATCH] don't installperl pods From: H.Merijn Brand Date: Tue, 08 Jan 2002 10:36:01 +0100 Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl> Branch: perl ! installperl ____________________________________________________________________________ [ 14131] By: ams on 2002/01/08 03:38:40 Log: Subject: Math-BigInt v1.49 released From: Tels Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET) Branch: perl + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm ! t/lib/Math/BigInt/Subclass.pm ____________________________________________________________________________ [ 14130] By: jhi on 2002/01/08 02:13:53 Log: A little better comments. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14129] By: jhi on 2002/01/07 23:45:05 Log: No normalization form DNF. Branch: perl ! ext/Unicode/Normalize/Normalize.pm ____________________________________________________________________________ [ 14128] By: jhi on 2002/01/07 23:40:15 Log: Extension nits found by -Wall (several from threads and threads::shared, but leaving them to Arthur). Branch: perl ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs ! ext/Unicode/Normalize/mkheader x2p/str.c ____________________________________________________________________________ [ 14127] By: pudge on 2002/01/07 22:25:55 Log: Sync up Changes etc. Branch: maint-5.6/macperl ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs ____________________________________________________________________________ [ 14126] By: pudge on 2002/01/07 22:23:06 Log: Eliminate nested calls to exit() (MacPerl bug #469132) Branch: maint-5.6/macperl ! macos/macperl/MPFile.c macos/macperl/MPMain.c ____________________________________________________________________________ [ 14125] By: ams on 2002/01/07 22:03:22 Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter) From: Nicholas Clark (sans From field in mail header) Date: Mon, 7 Jan 2002 16:18:23 +0000 Message-Id: <20020107161823.A599@Bagpuss.unfortu.net> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 14124] By: ams on 2002/01/07 21:46:11 Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS From: "Green, Paul" Date: Mon, 7 Jan 2002 16:59:38 -0500 Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> Branch: perl ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h ____________________________________________________________________________ [ 14123] By: nick on 2002/01/07 18:49:55 Log: Integrate mainline Branch: perlio !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c !> regexec.c t/op/re_tests utf8.c utf8.h ____________________________________________________________________________ [ 14122] By: jhi on 2002/01/07 16:09:50 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14121] By: jhi on 2002/01/07 16:03:34 Log: Subject: [PATCH] Correct module name in perldelta* From: Mike Guy Date: Mon, 07 Jan 2002 17:02:43 +0000 Message-Id: Branch: perl ! pod/perl561delta.pod pod/perl56delta.pod ____________________________________________________________________________ [ 14120] By: jhi on 2002/01/07 15:55:25 Log: AUTHORS update. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 14119] By: jhi on 2002/01/07 15:52:34 Log: Add file magic for Storable, from Jim Cromie Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 14118] By: jhi on 2002/01/07 15:06:25 Log: perldelta updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 14117] By: jhi on 2002/01/07 13:52:30 Log: Document the flags of pv_uni_display(). Branch: perl ! pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 14116] By: jhi on 2002/01/07 13:49:17 Log: Forgot from #14115. Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 14115] By: jhi on 2002/01/07 13:48:06 Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d From: "Jeff 'japhy' Pinyan" Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST) Message-ID: Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14114] By: jhi on 2002/01/07 04:44:05 Log: More regex and utf8 debug dumping. Branch: perl ! dump.c regcomp.c regexec.c utf8.c utf8.h ____________________________________________________________________________ [ 14113] By: jhi on 2002/01/07 01:05:01 Log: Unused variable. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14112] By: jhi on 2002/01/07 00:52:46 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 14111] By: jhi on 2002/01/07 00:03:57 Log: capitalize correctly, noticed by David Dyck. Branch: perl ! lib/sort.pm ____________________________________________________________________________ [ 14110] By: nick on 2002/01/06 22:05:19 Log: Integrate mainline - threads mended, DB_File sick? Branch: perlio !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL !> ext/DB_File/Changes ext/DB_File/DB_File.pm !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL ____________________________________________________________________________ [ 14109] By: jhi on 2002/01/06 20:51:32 Log: No need to overqualify. Branch: perl ! lib/sort.pm ____________________________________________________________________________ [ 14108] By: jhi on 2002/01/06 20:38:34 Log: PL_debug_pad wasn't initialized to zeroes which broke ithreads + DEBUGGING. Branch: perl ! sv.c ____________________________________________________________________________ [ 14107] By: jhi on 2002/01/06 15:39:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14106] By: jhi on 2002/01/06 15:33:51 Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) From: Jonathan Stowe Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT) Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 14105] By: jhi on 2002/01/06 15:11:15 Log: DB_File sync from Paul Marquess. Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ! ext/DB_File/t/db-recno.t ext/DB_File/version.c ____________________________________________________________________________ [ 14104] By: jhi on 2002/01/06 15:08:14 Log: Subject: [PATCH] B, B::C, perlcc, t/TEST From: "Mattia Barbon" Date: Sun, 6 Jan 2002 11:44:30 +0100 Message-ID: <3C38389E.7831.493570@localhost> Branch: perl ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST ! utils/perlcc.PL ____________________________________________________________________________ [ 14103] By: jhi on 2002/01/06 14:57:01 Log: Tests for #14098. Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 14102] By: nick on 2002/01/06 11:33:55 Log: Integrate mainline (PPPort still multi-building). Branch: perlio +> lib/unifold.t !> (integrate 30 files) ____________________________________________________________________________ [ 14101] By: ams on 2002/01/06 04:52:50 Log: Subject: [PATCH] Bad prototype detection now an optional warning From: Sam Tregar Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST) Message-Id: Branch: perl ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod ! t/comp/proto.t toke.c ____________________________________________________________________________ [ 14100] By: ams on 2002/01/06 01:56:59 Log: Subject: [PATCH] Correct several Stratus VOS build issues From: "Green, Paul" Date: Sat, 5 Jan 2002 21:30:56 -0500 Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> Branch: perl ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h ____________________________________________________________________________ [ 14099] By: jhi on 2002/01/05 22:51:38 Log: Further perl.org URL elaboration from Ask. Branch: perl ! pod/perlfaq1.pod pod/perlfaq2.pod ____________________________________________________________________________ [ 14098] By: jhi on 2002/01/05 22:47:59 Log: The same problem with To{Lower,Title,Upper} as earlier with ToFold. Branch: perl ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl ! lib/unicore/To/Upper.pl lib/unicore/mktables ____________________________________________________________________________ [ 14097] By: jhi on 2002/01/05 22:11:35 Log: Retract #14057 for now; the alarm/setitimer timers seen to be the same in many systems, which leads into hangups. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 14096] By: jhi on 2002/01/05 22:09:20 Log: Finish up (ha!) the Unicode case folding; enhance regex dumping code. Branch: perl + lib/unifold.t ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h ____________________________________________________________________________ [ 14095] By: jhi on 2002/01/05 22:07:33 Log: Use the perl.org news gw instead of the perl.com one (from Ask). Branch: perl ! pod/perlfaq1.pod pod/perlfaq2.pod ____________________________________________________________________________ [ 14094] By: jhi on 2002/01/05 21:26:09 Log: Zero() wasn't documented. Branch: perl ! pod/perlclib.pod ____________________________________________________________________________ [ 14093] By: ams on 2002/01/05 17:58:35 Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more. From: Nicholas Clark Date: Sat, 5 Jan 2002 18:55:39 +0000 Message-Id: <20020105185538.K300@Bagpuss.unfortu.net> Branch: perl ! lib/Memoize/t/tie_ndbm.t ____________________________________________________________________________ [ 14092] By: jhi on 2002/01/05 17:26:05 Log: Also UNICOS/mk has deviant socketpair(). Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 14091] By: jhi on 2002/01/05 17:21:12 Log: Ooops. Retract the regex parts of #14090. Branch: perl ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c ____________________________________________________________________________ [ 14090] By: jhi on 2002/01/05 17:18:43 Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too From: Nicholas Clark Date: Sat, 5 Jan 2002 18:10:13 +0000 Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> Branch: perl ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c ! regcomp.h regexec.c ____________________________________________________________________________ [ 14089] By: jhi on 2002/01/05 15:42:12 Log: Integrate perlio: [ 14088] One missing aTHX_ Branch: perl !> op.c ____________________________________________________________________________ [ 14088] By: nick on 2002/01/05 12:35:01 Log: One missing aTHX_ Branch: perlio ! op.c ____________________________________________________________________________ [ 14087] By: nick on 2002/01/05 12:00:48 Log: Raw integrate of mainline - op.c looks dodgy. Branch: perlio +> lib/Pod/t/Functions.t t/op/winsystem.t - lib/File/Spec/NW5.pm t/op/system.t !> (integrate 77 files) ____________________________________________________________________________ [ 14086] By: gsar on 2002/01/05 00:19:01 Log: integrate changes from maint-5.6/macperl branch Branch: maint-5.6/perl !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod ____________________________________________________________________________ [ 14085] By: jhi on 2002/01/04 23:36:23 Log: In the UTF-8 branch of crypt() the extra \0 byte is required, found by Marc Lehmann. Branch: perl ! pp.c ____________________________________________________________________________ [ 14084] By: jhi on 2002/01/04 22:57:03 Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking From: Rafael Garcia-Suarez Date: Sat, 5 Jan 2002 00:31:12 +0100 Message-ID: <20020105003112.E1850@rafael> Branch: perl ! t/comp/proto.t ____________________________________________________________________________ [ 14083] By: jhi on 2002/01/04 22:56:23 Log: A bit of "perl.com" cleanup. Branch: perl ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod ! pod/perlmodlib.PL pod/perlmodlib.pod ____________________________________________________________________________ [ 14082] By: jhi on 2002/01/04 21:53:30 Log: Subject: [PATCH op.c] Bad \[...] prototype checking From: Rafael Garcia-Suarez Date: Fri, 4 Jan 2002 23:35:19 +0100 Message-ID: <20020104233519.A1850@rafael> Branch: perl ! op.c ____________________________________________________________________________ [ 14081] By: jhi on 2002/01/04 21:45:22 Log: Integrate change #14062 from macperl; Define setbuf, setvbuf for Mac OS Branch: perl !> ext/IO/IO.xs ____________________________________________________________________________ [ 14080] By: pudge on 2002/01/04 21:21:22 Log: Bump version, update Changes Branch: maint-5.6/macperl ! macos/Changes macos/MPVersion.r ____________________________________________________________________________ [ 14079] By: pudge on 2002/01/04 21:09:40 Log: Add more droplets Branch: maint-5.6/macperl + macos/macperl/Droplets/gluedialect.plx + macos/macperl/Droplets/glueedit.plx + macos/macperl/Droplets/gluemac.plx + macos/macperl/Droplets/gluescriptadds.plx + macos/macperl/Droplets/installme.plx + macos/macperl/Droplets/show_glue_pods.plx + macos/macperl/Droplets/tarzipme.plx + macos/macperl/Droplets/untarzipme.plx ____________________________________________________________________________ [ 14078] By: jhi on 2002/01/04 21:07:05 Log: Display the native pwd command. Branch: perl ! ext/Cwd/t/cwd.t ____________________________________________________________________________ [ 14077] By: jhi on 2002/01/04 21:00:53 Log: Under Mac OS X /dev/stdout is normally a symlink, but when running the test it seems to become a socket. So let's extend our censorship. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 14076] By: pudge on 2002/01/04 20:44:23 Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481) Branch: maint-5.6/macperl + macos/HandleSocket.cp ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t ! macos/macperl.sym ____________________________________________________________________________ [ 14075] By: pudge on 2002/01/04 20:42:06 Log: Doc updates Branch: maint-5.6/macperl ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs ____________________________________________________________________________ [ 14074] By: pudge on 2002/01/04 20:41:26 Log: Update libraries Branch: maint-5.6/macperl ! macos/macperl/Makefile.mk ____________________________________________________________________________ [ 14073] By: pudge on 2002/01/04 20:40:11 Log: Update tests to Mac::StandardFile from StandardFile.pl, plus other fixes Branch: maint-5.6/macperl ! macos/ext/Mac/Menus/t/MenuBar.t ! macos/ext/Mac/Movies/t/PlayMacMovie.t ! macos/ext/Mac/Movies/t/PlayMovie.t ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t ! macos/ext/Mac/Resources/t/Resources.t ____________________________________________________________________________ [ 14072] By: pudge on 2002/01/04 20:37:44 Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482) Branch: maint-5.6/macperl ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs ! macos/ext/Mac/Movies/Movies.xs ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs ! macos/ext/Mac/StandardFile/StandardFile.xs ! macos/ext/Mac/Windows/Windows.xs ____________________________________________________________________________ [ 14071] By: pudge on 2002/01/04 20:35:52 Log: Updates for Universal Headers 3.4 (forgot one) Branch: maint-5.6/macperl ! macos/macperl/MPConsole.cp ____________________________________________________________________________ [ 14070] By: pudge on 2002/01/04 20:32:57 Log: Updates for Universal Headers 3.4 Branch: maint-5.6/macperl ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c ! macos/macperl/MPHelp.c macos/macperl/MPMain.c ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp ! macos/macperl/MPSave.c macos/macperl/MPScript.c ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c ____________________________________________________________________________ [ 14069] By: pudge on 2002/01/04 20:28:20 Log: Change AddEmulationProc to MacPerl_AddEmulationProc from <200112112327.JAA25434@gpo.metropolis.net.au>; don't crash on quit for 68K (MacPerl Bug #490013) Branch: maint-5.6/macperl ! macos/macish.c macos/macperl/MPConsole.cp ____________________________________________________________________________ [ 14068] By: jhi on 2002/01/04 20:24:59 Log: If we do have socketpair(), make my_socketpair() just call the real socketpair(). This way we always have real code behind my_socketpair() and a symbol corresponding to the my_socketpair in global.sym. Branch: perl ! embed.fnc embed.h makedef.pl proto.h util.c ____________________________________________________________________________ [ 14067] By: pudge on 2002/01/04 20:19:18 Log: Disable sigaction (MacPerl Bug #470321) Branch: maint-5.6/macperl ! macos/config.h macos/config.sh ____________________________________________________________________________ [ 14066] By: pudge on 2002/01/04 20:16:47 Log: Make GUSI resource work (MacPerl Bug #464638) Branch: maint-5.6/macperl ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r ! macos/macperl/MacPerl.rsrc ____________________________________________________________________________ [ 14065] By: pudge on 2002/01/04 20:14:26 Log: Make AutoSplit go a little deeper Branch: maint-5.6/macperl ! macos/Makefile.mk ____________________________________________________________________________ [ 14064] By: pudge on 2002/01/04 20:13:36 Log: A few doc updates from bleadperl Branch: maint-5.6/macperl ! pod/perlmodinstall.pod pod/perlport.pod ____________________________________________________________________________ [ 14063] By: pudge on 2002/01/04 20:12:11 Log: Sync up to latest changes from bleadperl Branch: maint-5.6/macperl ! lib/File/Find.pm ____________________________________________________________________________ [ 14062] By: pudge on 2002/01/04 20:09:20 Log: Define setbuf, setvbuf for Mac OS Branch: maint-5.6/macperl ! ext/IO/IO.xs ____________________________________________________________________________ [ 14061] By: pudge on 2002/01/04 20:07:38 Log: Delete by request of Mark-Jason Dominus (change #13676) Branch: maint-5.6/macperl - macos/bundled_lib/blib/lib/Memoize/Saves.pm ____________________________________________________________________________ [ 14060] By: jhi on 2002/01/04 20:06:58 Log: Spread the good word of "env". Branch: perl ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod ____________________________________________________________________________ [ 14059] By: jhi on 2002/01/04 19:57:11 Log: Till the system tests do something non-Win*, better rename the test so that people on other platforms don't get confused. (Not win32system, because assumedly there's win64, too.) Branch: perl + t/op/winsystem.t - t/op/system.t ! MANIFEST ____________________________________________________________________________ [ 14058] By: jhi on 2002/01/04 19:48:09 Log: Some tweaks. Branch: perl ! lib/Pod/t/Functions.t ____________________________________________________________________________ [ 14057] By: ams on 2002/01/04 17:40:31 Log: (retracted by #14057) Subject: [PATCH] Time/HiRes/HiRes.t From: Nicholas Clark Date: Fri, 4 Jan 2002 17:28:46 +0000 Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 14056] By: jhi on 2002/01/04 17:35:34 Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test From: Abe Timmerman Date: Fri, 04 Jan 2002 18:42:33 +0100 Message-ID: Branch: perl + lib/Pod/t/Functions.t ! MANIFEST lib/Pod/Functions.pm ____________________________________________________________________________ [ 14055] By: jhi on 2002/01/04 14:33:09 Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try From: "Craig A. Berry" Date: Thu, 3 Jan 2002 17:32:20 -0600 Message-Id: Branch: perl ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 14054] By: jhi on 2002/01/04 04:04:05 Log: Document the U+0085, U+2028, and U+2029. Branch: perl ! pod/perlre.pod pod/perlretut.pod ____________________________________________________________________________ [ 14053] By: ams on 2002/01/04 03:27:44 Log: Subject: [PATCH] warn if not CORE::dump From: Rafael Garcia-Suarez Date: Thu, 3 Jan 2002 22:04:00 +0100 Message-Id: <20020103220400.A13958@rafael> Branch: perl ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c ____________________________________________________________________________ [ 14052] By: jhi on 2002/01/04 03:13:50 Log: Add U+0085, U+2028, and U+2029 to \s under Unicode. Branch: perl ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t ____________________________________________________________________________ [ 14051] By: ams on 2002/01/04 03:00:12 Log: Subject: [PATCH] File::Compare::VERSION From: Rafael Garcia-Suarez Date: Thu, 3 Jan 2002 23:42:52 +0100 Message-Id: <20020103234252.G13958@rafael> Branch: perl ! lib/File/Compare.pm ____________________________________________________________________________ [ 14050] By: ams on 2002/01/04 02:58:05 Log: Subject: [PATCH @14042] threads::shared doc From: =?iso-8859-1?q?Andy=20Bussey?= Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT) Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> Branch: perl ! ext/threads/shared/shared.pm ____________________________________________________________________________ [ 14049] By: jhi on 2002/01/03 20:38:22 Log: #14048 exposed few false positives, to be fixed soonish. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14048] By: jhi on 2002/01/03 20:36:38 Log: Do not add the first characters of multicharacter foldings into character classes. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14047] By: jhi on 2002/01/03 20:30:55 Log: A bit of testing for #14046. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 14046] By: jhi on 2002/01/03 20:22:48 Log: Allow emitting the foldcased version of "\x{df}", "ss" (among others, another example would be \x{fb00} -> "ff") Branch: perl ! regcomp.c ____________________________________________________________________________ [ 14045] By: jhi on 2002/01/03 19:29:35 Log: Subject: [PATCH] File::Spec & NetWare From: Dave Rolsky Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST) Message-ID: Branch: perl - lib/File/Spec/NW5.pm ! MANIFEST lib/File/Spec.pm ____________________________________________________________________________ [ 14044] By: jhi on 2002/01/03 19:26:53 Log: FAQ sync (RCS Ids only?) Branch: perl ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod ____________________________________________________________________________ [ 14043] By: jhi on 2002/01/03 19:25:48 Log: AUTHORs updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 14042] By: jhi on 2002/01/03 16:04:24 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14041] By: jhi on 2002/01/03 15:57:42 Log: Missed the =head1 additions. Branch: perl ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c ! util.c ____________________________________________________________________________ [ 14040] By: jhi on 2002/01/03 15:05:06 Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy From: Robin Barker Date: Thu, 3 Jan 2002 15:26:20 GMT Message-Id: <200201031526.PAA06095@tempest.npl.co.uk> Branch: perl ! lib/Carp.t lib/Carp/Heavy.pm ____________________________________________________________________________ [ 14039] By: jhi on 2002/01/03 15:02:12 Log: Subject: [PATCH hv.c] From: Robin Barker Date: Thu, 3 Jan 2002 14:49:06 GMT Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> -Wformat check. Branch: perl ! hv.c ____________________________________________________________________________ [ 14038] By: jhi on 2002/01/03 15:01:09 Log: NetWare tweaks from Ananth Kesari. Branch: perl ! NetWare/t/NWScripts.pl lib/File/Find.pm ____________________________________________________________________________ [ 14037] By: jhi on 2002/01/03 13:41:38 Log: Cast. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14036] By: ams on 2002/01/03 12:12:31 Log: Grammar fix suggested by Gwyn Judd. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 14035] By: nick on 2002/01/03 09:22:42 Log: More strange perlio != mainline differences where I have not been. Branch: perlio !> hints/unicos.sh hints/unicosmk.sh ____________________________________________________________________________ [ 14034] By: nick on 2002/01/03 09:19:37 Log: Integrate mainline (including force integrate of lib/charnames.pm which had got out-of-step) Branch: perlio !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm ____________________________________________________________________________ [ 14033] By: ams on 2002/01/03 08:24:24 Log: Subject: Not ok 14031: PPPort Makefile.PL From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 03 Jan 2002 10:17:46 +0100 Message-Id: Branch: perl ! ext/Devel/PPPort/Makefile.PL ____________________________________________________________________________ [ 14032] By: nick on 2002/01/03 08:24:00 Log: Integrate mainline. Branch: perlio +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t +> lib/Pod/t/man.t lib/Pod/t/text-errors.t !> (integrate 31 files) ____________________________________________________________________________ [ 14031] By: jhi on 2002/01/03 01:52:04 Log: Off-by-one is my middle name. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14030] By: ams on 2002/01/02 23:56:37 Log: Subject: [PATCH @14015] threads::shared disabling From: Andy Bussey Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT) Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com> Branch: perl + ext/threads/shared/t/no_share.t ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm ____________________________________________________________________________ [ 14029] By: jhi on 2002/01/02 23:40:08 Log: Simon's new perlapi scheme, I hope I got all the pieces. Branch: perl + autodoc.pl embed.fnc ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod ____________________________________________________________________________ [ 14028] By: jhi on 2002/01/02 23:29:03 Log: Integrate perlio: [ 14022] More PPPort Makefile source dependence removal Branch: perl !> ext/Devel/PPPort/Makefile.PL perl.h ____________________________________________________________________________ [ 14027] By: ams on 2002/01/02 21:42:50 Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax From: Rafael Garcia-Suarez Date: Wed, 2 Jan 2002 23:09:13 +0100 Message-Id: <20020102230913.A17373@rafael> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 14026] By: ams on 2002/01/02 21:38:34 Log: Subject: Re: PATCH: lib/Term/Cap.pm From: Jonathan Stowe Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT) Message-Id: Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 14025] By: ams on 2002/01/02 18:34:26 Log: Subject: [PATCH] Bad prototype detection changed from error to warning From: Sam Tregar Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST) Message-Id: Branch: perl ! pod/perldiag.pod t/comp/proto.t toke.c ____________________________________________________________________________ [ 14024] By: ams on 2002/01/02 18:16:12 Log: Subject: PATCH: lib/Term/Cap.pm From: Norton Allen Date: Wed, 2 Jan 2002 14:22:09 -0500 (est) Message-Id: <200201021922.OAA18505@bottesini.harvard.edu> Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 14023] By: ams on 2002/01/02 18:12:31 Log: Subject: PATCH: lib/Cwd.pm for QNX4 From: Norton Allen Date: Wed, 2 Jan 2002 14:19:42 -0500 (est) Message-Id: <200201021919.OAA18012@bottesini.harvard.edu> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 14022] By: nick on 2002/01/02 18:01:21 Log: More PPPort Makefile source dependence removal Branch: perlio ! ext/Devel/PPPort/Makefile.PL ____________________________________________________________________________ [ 14021] By: nick on 2002/01/02 17:44:36 Log: Sort out muddle of editing on three machines ... Branch: perlio !> Changes MANIFEST cygwin/Makefile.SHs !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c ____________________________________________________________________________ [ 14020] By: ams on 2002/01/02 17:06:27 Log: Fix misplaced application of #14016. Branch: perl ! op.c ____________________________________________________________________________ [ 14019] By: jhi on 2002/01/02 16:51:38 Log: Integrate perlio: [ 14017] Avoid un-init perl_debug_pad in clones Branch: perl !> sv.c ____________________________________________________________________________ [ 14018] By: jhi on 2002/01/02 16:50:22 Log: makedepend VOS fix from Paul Green. Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 14017] By: nick on 2002/01/02 16:09:43 Log: Avoid un-init perl_debug_pad in clones Branch: perlio ! sv.c ____________________________________________________________________________ [ 14016] By: ams on 2002/01/02 15:58:11 Log: Subject: [PATCH] random crash in B::LISTOP::last From: "Mattia Barbon" Date: Wed, 2 Jan 2002 17:37:28 +0100 Message-Id: <3C334558.3906.19CB98D@localhost> Branch: perl ! op.c ____________________________________________________________________________ [ 14015] By: jhi on 2002/01/02 15:21:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 14014] By: jhi on 2002/01/02 15:12:57 Log: One more iteration of the ibcmp_utf8() interface, hopefully this is a convergent iteration... Branch: perl ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c ____________________________________________________________________________ [ 14013] By: ams on 2002/01/02 13:43:58 Log: Upgrade to podlators-1.19. Branch: perl + lib/Pod/t/man.t lib/Pod/t/text-errors.t ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt ____________________________________________________________________________ [ 14012] By: ams on 2002/01/02 09:48:51 Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value From: martyn@inpharmatica.co.uk Date: Wed, 19 Dec 2001 19:05:00 +0000 Message-Id: Branch: perl ! lib/Pod/Usage.pm ____________________________________________________________________________ [ 14011] By: nick on 2002/01/02 08:38:18 Log: Integrate mainline Branch: perlio !> (integrate 28 files) ____________________________________________________________________________ [ 14010] By: jhi on 2002/01/02 03:59:22 Log: Make ibcmp_utf8() optionally progress in either string for as long as it takes and optionally record how far it got. Branch: perl ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c ____________________________________________________________________________ [ 14009] By: jhi on 2002/01/02 00:35:15 Log: Once more try to get the PPPort Makefile right. Branch: perl ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL ____________________________________________________________________________ [ 14008] By: jhi on 2002/01/02 00:03:27 Log: -Wall silencing. Branch: perl ! utf8.c ____________________________________________________________________________ [ 14007] By: jhi on 2002/01/01 23:48:19 Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes From: Rafael Garcia-Suarez Date: Tue, 1 Jan 2002 22:45:21 +0100 Message-ID: <20020101224521.A691@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 14006] By: jhi on 2002/01/01 23:40:10 Log: VOS tweak from Paul Green: VOS has different O_BINARY and O_TEXT, but VOS always uses LF, never CRLF. Branch: perl ! perl.h ____________________________________________________________________________ [ 14005] By: jhi on 2002/01/01 23:34:25 Log: Make ibcmp_utf8() more robust and make regmatch() use it. Branch: perl ! regexec.c utf8.c ____________________________________________________________________________ [ 14004] By: jhi on 2002/01/01 18:27:50 Log: Now that to_utf8_fold() was fixed. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 14003] By: jhi on 2002/01/01 18:04:02 Log: Integrate perlio: [ 13991] Experimental binmode() re-coding (UNIX okay - but it would be...) Branch: perl !> perlio.c ____________________________________________________________________________ [ 14002] By: jhi on 2002/01/01 17:53:44 Log: Document the to_utf8_*() functions. Branch: perl ! embed.pl pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 14001] By: jhi on 2002/01/01 17:29:05 Log: Better support for multicharacter foldings. Now all but two of the CaseFold.txt cases work-- but only when the target string is single-character, more debugging needed. Branch: perl ! regexec.c ____________________________________________________________________________ [ 14000] By: ams on 2002/01/01 15:59:43 Log: Subject: [PATCH] don't installperl pods From: Nicholas Clark Date: Tue, 1 Jan 2002 16:44:12 +0000 Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net> Branch: perl ! installperl ____________________________________________________________________________ [ 13999] By: ams on 2002/01/01 14:34:04 Log: Subject: [PATCH] perldiag.pod transposition From: Nicholas Clark Date: Tue, 1 Jan 2002 15:03:52 +0000 Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 13998] By: ams on 2002/01/01 13:36:49 Log: Subject: [PATCH perldiag] Corrections : unknown warning category From: Rafael Garcia-Suarez Date: Tue, 1 Jan 2002 15:12:36 +0100 Message-Id: <20020101151236.A951@rafael> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 13997] By: ams on 2002/01/01 13:33:06 Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl From: Nicholas Clark Date: Tue, 1 Jan 2002 13:13:17 +0000 Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 13996] By: ams on 2002/01/01 04:44:28 Log: Subject: [PATCH @13746] Leaner exporter From: Ilya Zakharevich Date: Mon, 31 Dec 2001 18:16:08 -0500 Message-Id: <20011231181608.A29253@math.ohio-state.edu> Branch: perl ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 13995] By: ams on 2002/01/01 04:29:44 Log: Subject: [PATCH @13746] h2xs broken From: Ilya Zakharevich Date: Mon, 31 Dec 2001 17:48:55 -0500 Message-Id: <20011231174855.A29128@math.ohio-state.edu> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 13994] By: ams on 2002/01/01 04:25:46 Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken From: Ilya Zakharevich Date: Mon, 31 Dec 2001 17:42:25 -0500 Message-Id: <20011231174225.A29048@math.ohio-state.edu> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13993] By: jhi on 2002/01/01 03:45:24 Log: Rename the variables to be a bit more consistent. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13992] By: jhi on 2002/01/01 03:35:01 Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching (found by Jeffrey Friedl) Branch: perl ! regexec.c t/op/pat.t utf8.c ____________________________________________________________________________ [ 13991] By: nick on 2001/12/31 18:08:55 Log: Experimental binmode() re-coding (UNIX okay - but it would be...) Branch: perlio ! perlio.c ____________________________________________________________________________ [ 13990] By: jhi on 2001/12/31 17:13:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13989] By: jhi on 2001/12/31 16:47:28 Log: Less unused ones. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13988] By: jhi on 2001/12/31 16:46:29 Log: Unused variable. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 13987] By: jhi on 2001/12/31 16:41:15 Log: Forgotten file. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13986] By: jhi on 2001/12/31 16:35:57 Log: Subject: Re: Cygwin: one down one to go From: "H.Merijn Brand" Date: Mon, 31 Dec 2001 18:34:36 +0100 Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> Branch: perl ! cygwin/Makefile.SHs ____________________________________________________________________________ [ 13985] By: jhi on 2001/12/31 16:33:08 Log: Add some comments to the recent Unicode case-folding saga. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 13984] By: jhi on 2001/12/31 16:19:13 Log: Slight comment tweakage. Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 13983] By: jhi on 2001/12/31 16:05:18 Log: Clarify the BeOS O_TEXT/O_BINARY situation. Branch: perl ! perl.h ____________________________________________________________________________ [ 13982] By: jhi on 2001/12/31 15:05:36 Log: Subject: [ PATCH] Cygwin: one down one to go From: "H.Merijn Brand" Date: Mon, 31 Dec 2001 17:03:40 +0100 Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl> Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 13981] By: jhi on 2001/12/31 14:44:03 Log: Tweak the dependencies not to recompile everytime, as suggested by NI-S. Branch: perl ! ext/Devel/PPPort/Makefile.PL ____________________________________________________________________________ [ 13980] By: jhi on 2001/12/31 14:29:17 Log: Planning still not right. Branch: perl ! lib/User/grent.t ____________________________________________________________________________ [ 13979] By: jhi on 2001/12/31 14:19:55 Log: Subject: [PATCH lib/User/grent.t] Double double test test header header From: Michael G Schwern Date: Sun, 30 Dec 2001 18:07:55 -0500 Message-ID: <20011230230755.GG12840@blackrider> (lib/User/grent, really) Branch: perl ! lib/User/grent.t ____________________________________________________________________________ [ 13978] By: jhi on 2001/12/31 14:17:55 Log: Integrate perlio: [ 13975] perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL) if PerlIONext is NULL. Branch: perl !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h ____________________________________________________________________________ [ 13977] By: jhi on 2001/12/31 14:15:58 Log: Subject: typo in IO::Socket::INET.pm From: mjd@plover.com Date: 31 Dec 2001 14:31:10 -0000 Message-ID: <20011231143110.4989.qmail@plover.com> Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 13976] By: nick on 2001/12/31 13:56:11 Log: Integrate mainline Branch: perlio !> (integrate 29 files) ____________________________________________________________________________ [ 13975] By: nick on 2001/12/31 12:40:50 Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL) if PerlIONext is NULL. Branch: perlio ! perlio.c perliol.h ____________________________________________________________________________ [ 13974] By: jhi on 2001/12/31 04:59:53 Log: Subject: Re: [PATCH] Basic bad prototype detection From: Sam Tregar Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST) Message-ID: Branch: perl ! t/comp/proto.t toke.c ____________________________________________________________________________ [ 13973] By: jhi on 2001/12/31 04:14:45 Log: Subject: [PATCH] configure.com / scriptdirexp From: "Craig A. Berry" Date: Sun, 30 Dec 2001 15:47:28 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 13972] By: jhi on 2001/12/31 04:07:35 Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods From: Abe Timmerman Date: Mon, 31 Dec 2001 03:55:27 +0100 Message-ID: Branch: perl ! lib/ExtUtils/t/MM_Win32.t ____________________________________________________________________________ [ 13971] By: jhi on 2001/12/31 04:05:46 Log: Subject: [PATCH] Basic bad prototype detection From: Sam Tregar Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) Message-ID: Branch: perl ! pod/perldiag.pod t/comp/proto.t toke.c ____________________________________________________________________________ [ 13970] By: jhi on 2001/12/31 03:53:54 Log: Makefiles are sloppy about the exe suffix (from Paul Green) Branch: perl ! Makefile.SH x2p/Makefile.SH ____________________________________________________________________________ [ 13969] By: jhi on 2001/12/31 03:42:15 Log: Delay folding until necessary; start of handling folding into several characters. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 13968] By: jhi on 2001/12/31 00:35:35 Log: gcc -Wall dewhine. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13967] By: jhi on 2001/12/31 00:29:37 Log: More Unicode folding tweaks, avoid potential false matches. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13966] By: jhi on 2001/12/30 23:30:56 Log: Make that six wrongs. Branch: perl ! regexec.c utf8.c ____________________________________________________________________________ [ 13965] By: jhi on 2001/12/30 23:12:17 Log: Four wrongs can make a right. Branch: perl ! regexec.c utf8.c ____________________________________________________________________________ [ 13964] By: jhi on 2001/12/30 21:12:25 Log: Fix all the I case foldings as per CaseFold.txt. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 13963] By: jhi on 2001/12/30 20:04:32 Log: Fix all the C(ommon) case foldings as per CaseFold.txt. Branch: perl ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c ! regexec.c utf8.c ____________________________________________________________________________ [ 13962] By: nick on 2001/12/30 18:33:41 Log: Integrate 8.3 fix for PPPort fix Branch: perlio +> ext/Devel/PPPort/ppport_h.PL - ext/Devel/PPPort/ppport.h.PL ! ext/Devel/PPPort/MANIFEST !> ext/Devel/PPPort/Makefile.PL ____________________________________________________________________________ [ 13961] By: jhi on 2001/12/30 17:35:45 Log: Integrate perlio: [ 13959] Win32 stuff: A. Use Perl_my_socketpair() B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock. C. (In passing) work round fact that $$ is now SvREADONLY so we need to take special measures to set it during pseudo-fork. Branch: perl !> util.c win32/perlhost.h ____________________________________________________________________________ [ 13960] By: jhi on 2001/12/30 17:33:24 Log: Fix ppport.h for Unix. Branch: perl + ext/Devel/PPPort/ppport_h.PL - ext/Devel/PPPort/ppport.h.PL ! MANIFEST ext/Devel/PPPort/Makefile.PL ____________________________________________________________________________ [ 13959] By: nick on 2001/12/30 16:53:42 Log: Win32 stuff: A. Use Perl_my_socketpair() B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock. C. (In passing) work round fact that $$ is now SvREADONLY so we need to take special measures to set it during pseudo-fork. Branch: perlio ! util.c win32/perlhost.h ____________________________________________________________________________ [ 13958] By: jhi on 2001/12/30 16:33:58 Log: Integrate perlio: [ 13950] Win32 hides some errno-oid constants in under assumed names. This gets them into Errno.pm - yet to prove they end up in $!. [ 13948] remove embed.pl duplicates [ 13944] "Port" Devel::PPPort to Win32: - need to set @INC before use in the test - {} are special to dmake, so use ppport.h.PL rather than commandline Branch: perl +> ext/Devel/PPPort/ppport.h.PL !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym !> proto.h ____________________________________________________________________________ [ 13957] By: jhi on 2001/12/30 16:32:33 Log: metaconfig unit change for #13956. Branch: metaconfig ! U/modified/spitshell.U ____________________________________________________________________________ [ 13956] By: jhi on 2001/12/30 16:32:11 Log: Must look for cat also in $PATH (noticed by Philip Newton). Branch: perl ! Configure ____________________________________________________________________________ [ 13955] By: jhi on 2001/12/30 16:19:46 Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE From: Blair Zajac Date: Sat, 29 Dec 2001 22:37:03 -0800 Message-ID: <3C2EB60F.BB4321DD@orcaware.com> Branch: perl ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ____________________________________________________________________________ [ 13954] By: jhi on 2001/12/30 16:17:44 Log: Regen files. Branch: perl ! embed.h global.sym pod/perlapi.pod uconfig.h ____________________________________________________________________________ [ 13953] By: jhi on 2001/12/30 15:57:25 Log: Subject: [PATCH] -t without -w From: Michael G Schwern Date: Sat, 29 Dec 2001 23:46:25 -0500 Message-ID: <20011230044625.GA14386@blackrider> Branch: perl ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h ! warnings.pl ____________________________________________________________________________ [ 13952] By: jhi on 2001/12/30 15:52:59 Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm From: Dave Rolsky Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) Message-ID: $^O is NetWare, not Netware. Branch: perl ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm ____________________________________________________________________________ [ 13951] By: jhi on 2001/12/30 15:51:19 Log: Sarathy thinks undoing C++ comments from C++ files is a bit too zealous. Branch: perl ! win32/perlhost.h win32/vmem.h ____________________________________________________________________________ [ 13950] By: nick on 2001/12/30 14:30:02 Log: Win32 hides some errno-oid constants in under assumed names. This gets them into Errno.pm - yet to prove they end up in $!. Branch: perlio ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 13949] By: nick on 2001/12/30 12:02:21 Log: Integrate Cwd muddle Branch: perlio !> MANIFEST installperl lib/Cwd.pm ____________________________________________________________________________ [ 13948] By: nick on 2001/12/30 11:51:40 Log: remove embed.pl duplicates Branch: perlio ! embed.h embed.pl global.sym proto.h ____________________________________________________________________________ [ 13947] By: nick on 2001/12/30 11:35:51 Log: More Cwd tidy up Branch: perl ! MANIFEST installperl ____________________________________________________________________________ [ 13946] By: nick on 2001/12/30 11:12:42 Log: Undo a mess trying Cwd.pm in its ext directory Branch: perl + lib/Cwd.pm - ext/Cwd/Cwd.pm ____________________________________________________________________________ [ 13945] By: nick on 2001/12/30 10:03:43 Log: Integrate mainline Branch: perl +> ext/Cwd/Cwd.pm - lib/Cwd.pm ! MANIFEST Branch: perlio !> (integrate 45 files) ____________________________________________________________________________ [ 13944] By: nick on 2001/12/30 09:27:16 Log: "Port" Devel::PPPort to Win32: - need to set @INC before use in the test - {} are special to dmake, so use ppport.h.PL rather than commandline Branch: perlio + ext/Devel/PPPort/ppport.h.PL ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t ____________________________________________________________________________ [ 13943] By: jhi on 2001/12/29 21:30:48 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13942] By: jhi on 2001/12/29 21:12:02 Log: Subject: [PATCH] cleaner close on tests, take 2 From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 29 Dec 2001 21:42:37 +0100 Message-ID: (the DB_File patches) Branch: perl ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 13941] By: jhi on 2001/12/29 20:25:22 Log: Integrate perlio: [ 13936] Routine regen_config_h - no real differences other than order of crypt Branch: perl !> win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 13940] By: jhi on 2001/12/29 20:22:57 Log: Subject: [PATCH] cleaner close on tests, take 2 From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 29 Dec 2001 21:42:37 +0100 Message-ID: (except for the three DB_File patch fragments) Branch: perl ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t ! t/op/runlevel.t t/op/write.t t/run/switches.t ____________________________________________________________________________ [ 13939] By: jhi on 2001/12/29 20:17:55 Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32) From: "H.Merijn Brand" Date: Sat, 29 Dec 2001 20:38:59 +0100 Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> (NetWare tree not touched because it's very //) Branch: perl ! XSUB.h os2/os2.c perl.h win32/include/netdb.h ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h ! wince/include/errno.h wince/include/netdb.h ! wince/include/sys/socket.h wince/include/sys/stat.h ! wince/perllib.c wince/perlmain.c wince/win32.h ! wince/win32iop.h wince/win32thread.c wince/win32thread.h ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c ____________________________________________________________________________ [ 13938] By: nick on 2001/12/29 19:23:32 Log: Integrate mainline (ok linux) Branch: perlio +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t !> (integrate 33 files) ____________________________________________________________________________ [ 13937] By: jhi on 2001/12/29 18:28:36 Log: Give up on serious testing of langinfo(). Leave the old code in place, though. Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 13936] By: nick on 2001/12/29 18:20:33 Log: Routine regen_config_h - no real differences other than order of crypt Branch: perlio ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 13935] By: jhi on 2001/12/29 17:36:08 Log: Integrate perlio: [ 13934] Fudge Config.pm so File::Spec does not croak. [ 13931] Define the two socket error numbers in terms of WSAEXXXXX equivalents (just to get util.c to compile) Branch: perl !> win32/FindExt.pm win32/win32.h ____________________________________________________________________________ [ 13934] By: nick on 2001/12/29 17:27:50 Log: Fudge Config.pm so File::Spec does not croak. Branch: perlio ! win32/FindExt.pm ____________________________________________________________________________ [ 13933] By: jhi on 2001/12/29 17:24:45 Log: metaconfig unit changes for #13932. Branch: metaconfig + U/modified/Init.U ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U ____________________________________________________________________________ [ 13932] By: jhi on 2001/12/29 17:24:24 Log: VOS tweaks from Paul Green. The Configure tweaks: the _exe needs to be set after the init; VOS has fd 3 hardwired to /dev/tty; the grep/ln/make substitutions really need to stick. Branch: perl ! Configure hints/vos.sh perl.h util.c vos/build.cm ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h vos/vosish.h ____________________________________________________________________________ [ 13931] By: nick on 2001/12/29 17:00:38 Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents (just to get util.c to compile) Branch: perlio ! win32/win32.h ____________________________________________________________________________ [ 13930] By: jhi on 2001/12/29 15:35:00 Log: Subject: [PATCH] Pod whitespace cleanup, round 0. From: coral@eekeek.org Date: Fri, 28 Dec 2001 19:58:22 -0500 Message-Id: <200112290058.fBT0wMD26750@eekeek.org> Branch: perl ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod ! pod/perlunicode.pod pod/perlxs.pod util.c ____________________________________________________________________________ [ 13929] By: jhi on 2001/12/29 15:31:20 Log: op/exec Win32 patch from Schwern via Abe Timmerman. Branch: perl ! t/op/exec.t ____________________________________________________________________________ [ 13928] By: jhi on 2001/12/29 15:30:14 Log: Subject: [PATCH lib/Pod/t/InputObjects.t] From: Abe Timmerman Date: Sat, 29 Dec 2001 13:10:06 +0100 Message-ID: Branch: perl + lib/Pod/t/InputObjects.t ____________________________________________________________________________ [ 13927] By: jhi on 2001/12/29 15:27:39 Log: Integrate perlio: [ 13926] Nick Clark's embed.pl fix for my_socketpair [ 13923] Quick fix (after couple of clever fixes failed) for "accept leaks memory" fail [ID 20011223.001] Branch: perl !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h ____________________________________________________________________________ [ 13926] By: nick on 2001/12/29 15:23:21 Log: Nick Clark's embed.pl fix for my_socketpair Branch: perlio ! embed.h embed.pl global.sym pod/perlapi.pod proto.h ____________________________________________________________________________ [ 13925] By: jhi on 2001/12/29 15:21:53 Log: Slight tweaks on the MM_Win32.t. Branch: perl ! lib/ExtUtils/t/MM_Win32.t ____________________________________________________________________________ [ 13924] By: jhi on 2001/12/29 15:16:47 Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] From: Abe Timmerman Date: Sat, 29 Dec 2001 12:51:36 +0100 Message-ID: Branch: perl + lib/ExtUtils/t/MM_Win32.t ! MANIFEST ____________________________________________________________________________ [ 13923] By: nick on 2001/12/29 15:12:07 Log: Quick fix (after couple of clever fixes failed) for "accept leaks memory" fail [ID 20011223.001] Branch: perlio ! pp_sys.c ____________________________________________________________________________ [ 13922] By: jhi on 2001/12/29 15:09:00 Log: Subject: [PATCH] Module names and other nits From: Autrijus Tang Date: Sat, 29 Dec 2001 01:59:28 +0800 Message-ID: <20011229015928.A29712@geb.elixus.org> Branch: perl ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod ____________________________________________________________________________ [ 13921] By: jhi on 2001/12/29 15:05:08 Log: socketpair tweaks from Nicholas Clark. Branch: perl ! ext/Socket/socketpair.t util.c ____________________________________________________________________________ [ 13920] By: nick on 2001/12/29 12:36:21 Log: Integrate mainline Branch: perlio !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t !> t/op/sysio.t ____________________________________________________________________________ [ 13919] By: jhi on 2001/12/28 17:01:39 Log: Retract #13917. Branch: perl ! doop.c ____________________________________________________________________________ [ 13918] By: jhi on 2001/12/28 17:00:53 Log: Subject: provisional MakeMaker patch for VMS From: "Craig A. Berry" Date: Thu, 27 Dec 2001 22:29:37 -0600 Message-Id: Branch: perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 13917] By: jhi on 2001/12/28 16:57:19 Log: (retracted by #13919) Branch: perl ! doop.c ____________________________________________________________________________ [ 13916] By: jhi on 2001/12/28 01:17:04 Log: metaconfig unit change for #13915. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 13915] By: jhi on 2001/12/28 01:16:45 Log: Remove debris in any case. Branch: perl ! Configure ____________________________________________________________________________ [ 13914] By: jhi on 2001/12/28 00:22:10 Log: Subject: [PATCH] Re: B::walksymtable oddness From: "Mattia Barbon" Date: Thu, 27 Dec 2001 19:14:24 +0100 Message-ID: <3C2B7310.861.18820D0@localhost> Branch: perl ! ext/B/B.pm ____________________________________________________________________________ [ 13913] By: jhi on 2001/12/27 23:57:34 Log: Subject: [PATCH] because (sys)?read doesn't reset buffers From: Nicholas Clark Date: Fri, 28 Dec 2001 00:43:02 +0000 Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 13912] By: jhi on 2001/12/27 23:56:20 Log: Fast Latin1<->UTF-8 conversion for older Perls. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13911] By: jhi on 2001/12/27 14:52:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13910] By: jhi on 2001/12/27 14:32:23 Log: More wait status trickery for BeOS. Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 13909] By: jhi on 2001/12/27 14:15:49 Log: metaconfig unit change for #13908. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 13908] By: jhi on 2001/12/27 14:15:27 Log: Try to catch the SIGBUS, as suggested by Nicholas Clark. Branch: perl ! Configure ____________________________________________________________________________ [ 13907] By: jhi on 2001/12/27 14:05:09 Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED) From: gbarr@monty.mutatus.co.uk Date: 27 Dec 2001 14:41:36 -0000 Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk> Branch: perl ! lib/ExtUtils/t/Embed.t ____________________________________________________________________________ [ 13906] By: jhi on 2001/12/27 13:58:18 Log: Subject: [PATCH] Re: socketpair emulation From: Nicholas Clark Date: Wed, 26 Dec 2001 20:08:14 +0000 Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net> Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 13905] By: jhi on 2001/12/27 13:55:03 Log: Subject: [DOC PATCH] left is right and right is left From: Philip Newton Date: Thu, 27 Dec 2001 10:04:17 +0100 Message-ID: Branch: perl ! pod/perlfunc.pod pod/perlport.pod ____________________________________________________________________________ [ 13904] By: jhi on 2001/12/27 13:53:25 Log: Subject: [PATCH] check return of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:47:30 +0100 Message-ID: Subject: [PATCH] improve error reporting From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:54:55 +0100 Message-ID: Subject: [PATCH] check return value of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:03:55 +0100 Message-ID: Subject: [PATCH] return of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:22:15 +0100 Message-ID: Branch: perl ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t ! t/io/fflush.t ____________________________________________________________________________ [ 13903] By: jhi on 2001/12/27 13:44:57 Log: Subject: [PATCH] check return of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:47:30 +0100 Message-ID: Branch: perl ! t/base/rs.t ____________________________________________________________________________ [ 13902] By: jhi on 2001/12/27 13:38:30 Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:21:16 +0100 Message-ID: Branch: perl ! t/op/sysio.t ____________________________________________________________________________ [ 13901] By: jhi on 2001/12/27 13:35:03 Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)) From: "Gerrit P. Haase" Date: Thu, 27 Dec 2001 09:23:55 +0100 Message-ID: <98211521662.20011227092355@familiehaase.de> Branch: perl ! lib/ExtUtils/t/MM_Cygwin.t ____________________________________________________________________________ [ 13900] By: nick on 2001/12/27 11:11:51 Log: Integrate mainline Branch: perlio +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm +> lib/File/Spec/NW5.pm !> (integrate 52 files) ____________________________________________________________________________ [ 13899] By: jhi on 2001/12/26 21:30:13 Log: Replace the awful (most likely generated and not very persistent) URL with something tangible. Branch: perl ! README.hpux ____________________________________________________________________________ [ 13898] By: jhi on 2001/12/26 21:21:01 Log: Naughty /dev/printer (ls -l, really) of IRIX. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13897] By: jhi on 2001/12/26 20:56:09 Log: Upgrade to Net::Ping 2.10. Branch: perl ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t ____________________________________________________________________________ [ 13896] By: jhi on 2001/12/26 20:15:32 Log: BeOS has times() tick of 1000000, not CLK_TCK (1000) (this showed up in Benchmark.t) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 13895] By: jhi on 2001/12/26 19:52:03 Log: BeOS updates. Branch: perl ! README.beos beos/beos.c ____________________________________________________________________________ [ 13894] By: jhi on 2001/12/26 19:31:38 Log: Subject: Re: bleadperl doesn't compile From: "Gerrit P. Haase" Date: Wed, 26 Dec 2001 21:29:08 +0100 Message-ID: <22168634623.20011226212908@familiehaase.de> Cygwin with multiplicity. Branch: perl ! perlio.c ____________________________________________________________________________ [ 13893] By: jhi on 2001/12/26 19:11:49 Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) From: Nicholas Clark Date: Wed, 26 Dec 2001 19:07:33 +0000 Message-ID: <20011226190732.J48842@plum.flirble.org> socketpair() (un)signedness nit. Branch: perl ! util.c ____________________________________________________________________________ [ 13892] By: jhi on 2001/12/26 19:10:15 Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) From: Nicholas Clark Date: Wed, 26 Dec 2001 19:19:47 +0000 Message-ID: <20011226191946.K48842@plum.flirble.org> Use report_evil_fh(). Branch: perl ! doio.c ____________________________________________________________________________ [ 13891] By: jhi on 2001/12/26 18:58:09 Log: Bad $? assumptions. Branch: perl ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod ____________________________________________________________________________ [ 13890] By: jhi on 2001/12/26 17:47:57 Log: Net::Ping isn't going to work much without the Socket extension; fail more gracefully. Branch: perl ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t ! lib/Net/Ping/t/300_ping_stream.t ____________________________________________________________________________ [ 13889] By: jhi on 2001/12/26 17:19:18 Log: metaconfig unit change for #13888. Branch: metaconfig ! U/modified/Oldconfig.U ____________________________________________________________________________ [ 13888] By: jhi on 2001/12/26 17:18:59 Log: test -d /system is a bit too generic test for VOS (false hit in BeOS) Branch: perl ! Configure ____________________________________________________________________________ [ 13887] By: jhi on 2001/12/26 17:13:27 Log: No AF_UNIX in BeOS. Branch: perl ! util.c ____________________________________________________________________________ [ 13886] By: jhi on 2001/12/26 17:07:39 Log: FAQ sync. Branch: perl ! pod/perlfaq5.pod ____________________________________________________________________________ [ 13885] By: jhi on 2001/12/25 16:24:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13884] By: jhi on 2001/12/25 16:20:19 Log: Make -t equal -tw. Branch: perl ! perl.c pod/perlrun.pod ____________________________________________________________________________ [ 13883] By: jhi on 2001/12/25 15:56:49 Log: Subject: Re: Not OK 13881 From: John Peacock Date: Tue, 25 Dec 2001 06:02:12 -0500 Message-ID: <3C285CB4.8040006@rowman.com> Branch: perl ! embed.h embed.pl global.sym pod/perlapi.pod util.c ____________________________________________________________________________ [ 13882] By: jhi on 2001/12/25 15:45:52 Log: Subject: Re: Not OK 13881 From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 25 Dec 2001 07:33:23 +0100 Message-ID: Branch: perl ! op.c ____________________________________________________________________________ [ 13881] By: jhi on 2001/12/24 23:47:53 Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error From: Mark-Jason Dominus Date: Mon, 24 Dec 2001 18:14:48 -0500 Message-ID: <20011224231448.25826.qmail@plover.com> Branch: perl ! op.c t/op/eval.t ____________________________________________________________________________ [ 13880] By: jhi on 2001/12/24 22:58:18 Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec From: Dave Rolsky Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) Message-ID: Branch: perl + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm ! lib/File/Spec.pm lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 13879] By: jhi on 2001/12/24 18:52:10 Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked From: Jeffrey Friedl Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> The rest of the tests for plus few extras. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 13878] By: jhi on 2001/12/24 17:16:10 Log: metaconfig unit change for #13877. Branch: metaconfig ! U/modified/Unix.U ____________________________________________________________________________ [ 13877] By: jhi on 2001/12/24 17:13:53 Log: No-op. Branch: perl ! Configure ____________________________________________________________________________ [ 13876] By: jhi on 2001/12/24 17:13:16 Log: More constant casting. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13875] By: jhi on 2001/12/24 16:47:30 Log: Subject: perlhack.pod From: "John P. Linderman" Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) Message-Id: <200112232116.QAA18463@raptor.research.att.com> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 13874] By: jhi on 2001/12/24 16:41:03 Log: File::Find patch patches from Thomas Wegner. Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 13873] By: jhi on 2001/12/24 16:38:10 Log: Subject: Re: socketpair emulation From: Nicholas Clark Date: Mon, 24 Dec 2001 16:11:30 +0000 Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net> Branch: perl ! ext/Socket/socketpair.t ____________________________________________________________________________ [ 13872] By: jhi on 2001/12/24 02:53:02 Log: Must cast constants if they can be quads. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 13871] By: jhi on 2001/12/24 01:40:12 Log: Promote the e/uid to wide enough un/signed integers and printf them as such. Branch: perl ! taint.c ____________________________________________________________________________ [ 13870] By: jhi on 2001/12/24 01:14:52 Log: metaconfig unit change for #13869. Branch: metaconfig/U/perl ! d_u32align.U ____________________________________________________________________________ [ 13869] By: jhi on 2001/12/24 01:14:06 Log: The U32 alignment test wasn't really working, noticed by Paul Green. Now the test works, but this means that we may see coredumps from the test. I sure hope MMUless places don't crash on the test. Branch: perl ! Configure ____________________________________________________________________________ [ 13868] By: jhi on 2001/12/23 23:46:54 Log: metaconfig unit changes for #13867. Branch: metaconfig ! U/compline/nblock_io.U U/modified/Unix.U ! U/modified/spitshell.U ____________________________________________________________________________ [ 13867] By: jhi on 2001/12/23 23:46:18 Log: More VOS tweaks. Branch: perl ! Configure ____________________________________________________________________________ [ 13866] By: jhi on 2001/12/23 16:43:29 Log: The funky final sigma casefolding. Branch: perl ! regcomp.c regexec.c t/op/pat.t utf8.h ____________________________________________________________________________ [ 13865] By: jhi on 2001/12/23 13:55:23 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13864] By: jhi on 2001/12/23 13:50:25 Log: Move the \C and \X to pat.t. Branch: perl ! t/op/pat.t t/op/re_tests ____________________________________________________________________________ [ 13863] By: jhi on 2001/12/23 04:04:20 Log: More logical test ordering. Branch: perl ! perl.h ____________________________________________________________________________ [ 13862] By: jhi on 2001/12/23 01:47:23 Log: Integrate perlio: [ 13854] Win32 and makedef.pl fall-out of PerlIO/pTHX stuff [ 13853] Put PerlIO stuff inside EXTERN C [ 13852] Add at least the "important" PerlIO_xxxx functions to embed.pl so that they get implicit pTHX_ and we can avoid slow dTHX. Branch: perl !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h !> win32/win32.c ____________________________________________________________________________ [ 13861] By: jhi on 2001/12/23 01:38:54 Log: Even more \X fixing. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 13860] By: jhi on 2001/12/23 01:29:45 Log: More \X fixing. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 13859] By: jhi on 2001/12/23 00:57:10 Log: Fix encoding pragma. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 13858] By: jhi on 2001/12/23 00:12:51 Log: Subject: socketpair emulation From: Nicholas Clark Date: Sat, 22 Dec 2001 18:38:18 +0000 Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> Branch: perl + ext/Socket/socketpair.t ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod ! pp_sys.c proto.h util.c ____________________________________________________________________________ [ 13857] By: jhi on 2001/12/22 23:53:26 Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked From: Jeffrey Friedl Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> (partially applied, most of the new tests need to be rethought) Branch: perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 13856] By: jhi on 2001/12/22 23:45:35 Log: Small tweaks. Branch: perl ! handy.h regexec.c ____________________________________________________________________________ [ 13855] By: jhi on 2001/12/22 20:10:01 Log: Unicode casefolding continues. (lib/encoding.t still failing.) Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 13854] By: nick on 2001/12/22 20:01:27 Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff Branch: perlio ! makedef.pl perlio.h perlio.sym win32/win32.c ____________________________________________________________________________ [ 13853] By: nick on 2001/12/22 19:58:53 Log: Put PerlIO stuff inside EXTERN C Branch: perlio ! embed.pl proto.h ____________________________________________________________________________ [ 13852] By: nick on 2001/12/22 18:04:34 Log: Add at least the "important" PerlIO_xxxx functions to embed.pl so that they get implicit pTHX_ and we can avoid slow dTHX. Branch: perlio ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c ! perlio.h pod/perlapi.pod proto.h ____________________________________________________________________________ [ 13851] By: jhi on 2001/12/22 17:42:10 Log: metaconfig unit change for #13850. Branch: metaconfig ! U/modified/Loc.U ____________________________________________________________________________ [ 13850] By: jhi on 2001/12/22 17:41:40 Log: Rework the make logic (again). Branch: perl ! Configure ____________________________________________________________________________ [ 13849] By: jhi on 2001/12/22 16:40:24 Log: Integrate perlio: [ 13848] The CR at EOF fix earlier broke CR at end-of-buffer. This should be okay for both? [ 13847] Correct checking code which Ilya spotted was tripped by CR at EOF. Also tone down perl -DP tracing of sv_gets. [ 13846] Fix mis-parse of autoloaded usage code by declaring the sub Branch: perl ! regexec.c !> ext/POSIX/POSIX.pm perlio.c sv.c ____________________________________________________________________________ [ 13848] By: nick on 2001/12/22 15:11:17 Log: The CR at EOF fix earlier broke CR at end-of-buffer. This should be okay for both? Branch: perlio ! perlio.c ____________________________________________________________________________ [ 13847] By: nick on 2001/12/22 12:26:32 Log: Correct checking code which Ilya spotted was tripped by CR at EOF. Also tone down perl -DP tracing of sv_gets. Branch: perlio ! perlio.c sv.c ____________________________________________________________________________ [ 13846] By: nick on 2001/12/22 10:49:27 Log: Fix mis-parse of autoloaded usage code by declaring the sub Branch: perlio ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 13845] By: nick on 2001/12/22 10:44:11 Log: Integrate mainline - some fails: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- ../ext/POSIX/t/posix.t 255 65280 38 9 23.68% 30-38 ../lib/encoding.t 19 2 10.53% 17-18 op/pat.t 770 3 0.39% 754-755 757 Branch: perlio +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t !> (integrate 36 files) ____________________________________________________________________________ [ 13844] By: jhi on 2001/12/22 04:27:46 Log: More Unicode casing fixes. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 13843] By: jhi on 2001/12/22 02:47:08 Log: Unicode casefolding fixes. Branch: perl ! op.c regcomp.c regexec.c t/op/pat.t ____________________________________________________________________________ [ 13842] By: jhi on 2001/12/21 22:32:14 Log: Subject: [PATCH B::Deparse] __DATA__ and packages From: Rafael Garcia-Suarez Date: Sat, 22 Dec 2001 00:01:29 +0100 Message-ID: <20011222000129.A713@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 13841] By: jhi on 2001/12/21 20:38:28 Log: VOS config from Paul Green. Branch: perl ! hints/vos.sh ____________________________________________________________________________ [ 13840] By: jhi on 2001/12/21 20:00:43 Log: Subject: [PATCH @13746] CreateTTY on OS/2 From: Ilya Zakharevich Date: Fri, 21 Dec 2001 15:59:45 -0500 Message-ID: <20011221155945.A6806@math.ohio-state.edu> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 13839] By: jhi on 2001/12/21 19:52:49 Log: Subject: [PATCH @13746] uninstalled build of modules broken From: Ilya Zakharevich Date: Fri, 21 Dec 2001 15:49:09 -0500 Message-ID: <20011221154909.A6760@math.ohio-state.edu> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13838] By: jhi on 2001/12/21 19:52:09 Log: Subject: [PATCH @13746] OS/2 File::* modules From: Ilya Zakharevich Date: Fri, 21 Dec 2001 15:43:24 -0500 Message-ID: <20011221154324.A6524@math.ohio-state.edu> Branch: perl ! lib/File/Basename.pm lib/File/Spec/OS2.pm ____________________________________________________________________________ [ 13837] By: jhi on 2001/12/21 19:49:41 Log: Subject: [PATCH] perltie.pod (or what does it mean?) From: Wolfgang Laun Date: Fri, 21 Dec 2001 17:29:07 +0100 Message-ID: <3C236353.6625C4C0@alcatel.at> Branch: perl ! pod/perltie.pod ____________________________________________________________________________ [ 13836] By: jhi on 2001/12/21 19:47:52 Log: metaconfig unit changes for #13835 Branch: metaconfig ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U ! U/modified/sh.U ____________________________________________________________________________ [ 13835] By: jhi on 2001/12/21 19:47:03 Log: Further VOS tweaks: the _exe needs to be introduced in the very beginning, and the make/gmake needs special VOS logic. Branch: perl ! Configure Makefile.SH ____________________________________________________________________________ [ 13834] By: jhi on 2001/12/21 15:12:26 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13833] By: jhi on 2001/12/21 14:46:45 Log: metaconfig unit change for #13832. Branch: metaconfig ! U/modified/spitshell.U ____________________________________________________________________________ [ 13832] By: jhi on 2001/12/21 14:46:24 Log: Also the search for cat needs to be _exe-aware. Branch: perl ! Configure ____________________________________________________________________________ [ 13831] By: jhi on 2001/12/21 13:43:53 Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition From: Wolfgang Laun Date: Fri, 21 Dec 2001 14:02:01 +0100 Message-ID: <3C2332C9.7CFED5F2@alcatel.at> Branch: perl ! ext/B/B/Xref.pm ____________________________________________________________________________ [ 13830] By: jhi on 2001/12/21 13:42:31 Log: packing I32 with L is not nice, need l; from Wolfgang Laun. Branch: perl ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm ! ext/B/t/assembler.t ____________________________________________________________________________ [ 13829] By: jhi on 2001/12/21 13:39:06 Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Fri, 21 Dec 2001 11:15:38 +0100 Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl> Branch: perl ! hv.c ____________________________________________________________________________ [ 13828] By: jhi on 2001/12/21 01:59:10 Log: A plan is good. Branch: perl ! ext/re/re.t ____________________________________________________________________________ [ 13827] By: jhi on 2001/12/21 01:57:48 Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma From: chromatic Date: Thu, 20 Dec 2001 16:16:48 -0700 Message-ID: <20011220231726.23878.qmail@onion.perl.org> Branch: perl + ext/re/re.t ! MANIFEST ____________________________________________________________________________ [ 13826] By: jhi on 2001/12/21 01:34:37 Log: Synchronize the skippage message. Branch: perl ! lib/ExtUtils/t/MM_OS2.t ____________________________________________________________________________ [ 13825] By: jhi on 2001/12/21 01:32:42 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2 From: chromatic Date: Thu, 20 Dec 2001 16:09:10 -0700 Message-ID: <20011220230948.18010.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/t/MM_OS2.t ! MANIFEST ____________________________________________________________________________ [ 13824] By: jhi on 2001/12/21 01:14:12 Log: Subject: perlfunc.pod patch re flock via fcntl From: "Tye McQueen" Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) Message-Id: <200112202052.fBKKqKH16263@metronet.com> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13823] By: jhi on 2001/12/21 00:54:49 Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), U+...FFFE, U+...FFFF, and characters beyond U+10FFFF (the Unicode maximum code point) warnable offenses. Branch: perl ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h ____________________________________________________________________________ [ 13822] By: jhi on 2001/12/20 20:59:55 Log: Sterner admonishment on -t. Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 13821] By: jhi on 2001/12/20 20:53:42 Log: Subject: [PATCH B::Dpparse] minor qr// fix From: Rafael Garcia-Suarez Date: Thu, 20 Dec 2001 22:53:34 +0100 Message-ID: <20011220225334.A735@rafael> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 13820] By: jhi on 2001/12/20 15:18:25 Log: Subject: [PATCH} typo fix in Carp/Heavy.pm From: Robert Spier Date: Thu, 20 Dec 2001 08:10:00 -0800 Message-ID: <15394.3416.693353.107334@rls.cx> Branch: perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 13819] By: jhi on 2001/12/20 14:56:30 Log: Integrate perlio: [ 13815] pTHX_ fixes for :win32 layer Branch: perl !> win32/win32io.c ____________________________________________________________________________ [ 13818] By: jhi on 2001/12/20 14:53:05 Log: Subject: Re: [PATCH pod/perliol.pod] resend From: Stas Bekman Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT) Message-ID: Branch: perl ! pod/perliol.pod ____________________________________________________________________________ [ 13817] By: jhi on 2001/12/20 14:51:24 Log: Fix up the APIs noone hopefully uses. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13816] By: jhi on 2001/12/20 14:18:56 Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval Date: Wed, 19 Dec 2001 14:13:38 -0800 From: Robert Spier Message-ID: <15393.4370.605214.548582@rls.cx> Branch: perl ! lib/Carp.t lib/Carp/Heavy.pm ____________________________________________________________________________ [ 13815] By: nick on 2001/12/20 10:23:42 Log: pTHX_ fixes for :win32 layer Branch: perlio ! win32/win32io.c ____________________________________________________________________________ [ 13814] By: nick on 2001/12/20 08:20:11 Log: Integrate mainline (mostly) utf8.c does not compile. Branch: perlio +> lib/Net/Ping/CHANGES lib/Net/Ping/README +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t +> lib/Net/Ping/t/300_ping_stream.t !> Changes MANIFEST embed.h embed.pl embedvar.h !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def ____________________________________________________________________________ [ 13813] By: jhi on 2001/12/19 21:29:49 Log: Some bincompat clawbacks. Branch: perl ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c ! wince/perldll.def ____________________________________________________________________________ [ 13812] By: jhi on 2001/12/19 17:56:53 Log: gcc pacifying (RH 7.1/ia64). Branch: perl ! pp.c ____________________________________________________________________________ [ 13811] By: jhi on 2001/12/19 16:55:09 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13810] By: jhi on 2001/12/19 16:50:12 Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) From: Wolfgang Laun Date: Wed, 19 Dec 2001 12:35:07 +0100 Message-ID: <3C207B6B.A687A8EC@alcatel.at> Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) From: Hugo van der Sanden Date: Wed, 19 Dec 2001 17:34:51 +0000 Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk> Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 13809] By: jhi on 2001/12/19 16:47:11 Log: Integrate perlio: [ 13808] Add pTHX to all vtable functions for future-proofing and consistency of PerlIO layers. [ 13797] Remove the sometimes-lvalue cast [ 13796] alarm.t with -Uuseperlio fix - SA_RESTART should only be function of PERL_OLD_SIGNALS not USE_PERLIO [ 13795] Fix READONLY hashes: 1. Discovered need for disabled scope.c part of Jeff's patch. 2. Corrected hv_delete* - entry was being de-linked from chain (patch program not smart enough?) Branch: perl !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs !> ext/PerlIO/Via/Via.xs perlio.c perliol.h ____________________________________________________________________________ [ 13808] By: nick on 2001/12/19 16:08:27 Log: Add pTHX to all vtable functions for future-proofing and consistency of PerlIO layers. Branch: perlio ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs ! ext/PerlIO/Via/Via.xs perlio.c perliol.h ____________________________________________________________________________ [ 13807] By: jhi on 2001/12/19 15:59:02 Log: One more embedded (?sx) de-embedded, from Wolfgang Laun. Branch: perl ! ext/B/B/Assembler.pm ____________________________________________________________________________ [ 13806] By: jhi on 2001/12/19 15:08:29 Log: Reword the alarm explanation. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13805] By: jhi on 2001/12/19 15:04:03 Log: Subject: [PATCH @13746] OS/2 build From: Ilya Zakharevich Date: Wed, 19 Dec 2001 02:45:41 -0500 Message-ID: <20011219024541.A29803@math.ohio-state.edu> (skipped the t/TEST change) Branch: perl ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c ____________________________________________________________________________ [ 13804] By: jhi on 2001/12/19 14:55:26 Log: Upgrade to Net::Ping 2.09. Branch: perl + lib/Net/Ping/CHANGES lib/Net/Ping/README + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t + lib/Net/Ping/t/300_ping_stream.t ! MANIFEST lib/Net/Ping.pm ____________________________________________________________________________ [ 13803] By: nick on 2001/12/19 14:43:24 Log: Integrate mainline Branch: perlio +> ext/B/t/assembler.t lib/lib.t !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm !> lib/lib_pm.PL t/op/glob.t utf8.c ____________________________________________________________________________ [ 13802] By: jhi on 2001/12/19 14:25:27 Log: B::Assembler/B::Disassembler patches and test; from Wolfgang Laun. TODO: getting perlcc working. Branch: perl + ext/B/t/assembler.t ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm ____________________________________________________________________________ [ 13801] By: jhi on 2001/12/19 14:18:10 Log: Can't printf U8s as UVs. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13800] By: jhi on 2001/12/19 14:12:02 Log: Subject: Re: [PATCH] ...while $var = glob(...) From: Robin Houston Date: Wed, 19 Dec 2001 13:48:55 +0000 Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk> Not exactly a glob test but internal-logically correct. Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 13799] By: jhi on 2001/12/19 13:51:37 Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag From: Michael G Schwern Date: Wed, 19 Dec 2001 07:42:54 -0500 Message-ID: <20011219124254.GF8630@blackrider> Branch: perl + lib/lib.t ! MANIFEST lib/lib_pm.PL ____________________________________________________________________________ [ 13798] By: jhi on 2001/12/19 13:35:59 Log: Integrate with perlio. Branch: perl !> hv.c hv.h scope.c util.c ____________________________________________________________________________ [ 13797] By: nick on 2001/12/19 12:03:21 Log: Remove the sometimes-lvalue cast Branch: perlio ! hv.h ____________________________________________________________________________ [ 13796] By: nick on 2001/12/19 11:02:27 Log: alarm.t with -Uuseperlio fix - SA_RESTART should only be function of PERL_OLD_SIGNALS not USE_PERLIO Branch: perlio ! util.c ____________________________________________________________________________ [ 13795] By: nick on 2001/12/19 10:19:40 Log: Fix READONLY hashes: 1. Discovered need for disabled scope.c part of Jeff's patch. 2. Corrected hv_delete* - entry was being de-linked from chain (patch program not smart enough?) Branch: perlio ! hv.c scope.c ____________________________________________________________________________ [ 13794] By: nick on 2001/12/19 09:35:13 Log: Integrate mainline Branch: perlio !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c ____________________________________________________________________________ [ 13793] By: jhi on 2001/12/19 04:58:51 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 13792] By: jhi on 2001/12/19 04:56:42 Log: FAQ sync. Branch: perl ! pod/perlfaq5.pod ____________________________________________________________________________ [ 13791] By: jhi on 2001/12/19 04:38:47 Log: Reformat round. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13790] By: jhi on 2001/12/19 04:32:06 Log: Subject: [PATCH] pod/perlunicode.pod From: Jeffrey Friedl Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13789] By: jhi on 2001/12/19 04:16:39 Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) From: Jeffrey Friedl Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13788] By: jhi on 2001/12/19 03:54:08 Log: Slight pod reformatting. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13787] By: jhi on 2001/12/19 03:41:45 Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) From: Jeffrey Friedl Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST) Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com> Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13786] By: jhi on 2001/12/19 01:14:04 Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test From: Hugo van der Sanden Date: Wed, 19 Dec 2001 01:45:23 +0000 Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk> Branch: perl ! sv.c ____________________________________________________________________________ [ 13785] By: jhi on 2001/12/19 01:11:45 Log: Subject: Porting/checkURL.pl From: abigail@foad.org Date: Tue, 18 Dec 2001 19:03:22 +0100 Message-ID: <20011218180322.8278.qmail@foad.org> Branch: perl ! Porting/checkURL.pl ____________________________________________________________________________ [ 13784] By: jhi on 2001/12/19 01:05:25 Log: metaconfig unit change for #13783. Branch: metaconfig ! U/modified/Loc.U ____________________________________________________________________________ [ 13783] By: jhi on 2001/12/19 00:26:34 Log: A bit too oversweeping matching in #13778. Branch: perl ! Configure ____________________________________________________________________________ [ 13782] By: jhi on 2001/12/19 00:09:10 Log: Re-gen Configure based on #13778..13781. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 13781] By: jhi on 2001/12/18 23:59:59 Log: First assume that crypt() can live happy normal life in the libc or the moral equivalent; only then try magic. Branch: metaconfig + U/modified/d_crypt.U ____________________________________________________________________________ [ 13780] By: jhi on 2001/12/18 23:52:03 Log: In VOS ACLs confuse the testing. Branch: metaconfig ! U/modified/Findhdr.U ____________________________________________________________________________ [ 13779] By: jhi on 2001/12/18 23:47:39 Log: Either make or gmake. Branch: metaconfig ! U/modified/Loc.U ____________________________________________________________________________ [ 13778] By: jhi on 2001/12/18 23:44:56 Log: If your _exe is different from .exe and your test -f $foo doesn't do magic to recognize $foo$_exe, you will need to specify -D_exe=... on command line-- and this patch. Branch: metaconfig + U/modified/sh.U ! U/modified/Loc.U ____________________________________________________________________________ [ 13777] By: jhi on 2001/12/18 23:28:37 Log: Fix the bugs in #13768..13776, and regen Configure. Branch: metaconfig ! U/compline/nblock_io.U U/modified/Findhdr.U ! U/modified/spitshell.U Branch: metaconfig/U/perl ! issymlink.U perlpath.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 13776] By: jhi on 2001/12/18 23:02:42 Log: Must test with $_exe. (There are plenty of similar spots earlier but they are a tad more complex to fix since they come before the hints are run.) Branch: metaconfig + U/modified/yacc.U ____________________________________________________________________________ [ 13775] By: jhi on 2001/12/18 22:59:04 Log: F_SETFL might require Branch: metaconfig ! U/compline/nblock_io.U ____________________________________________________________________________ [ 13774] By: jhi on 2001/12/18 22:53:41 Log: Don't require make; have both make and gmake optional. (Maybe have a check that at least one of them is available?) Branch: metaconfig ! U/modified/Loc.U ____________________________________________________________________________ [ 13773] By: jhi on 2001/12/18 22:49:56 Log: cat might be farther than /bin or /usr/bin. Branch: metaconfig ! U/modified/spitshell.U ____________________________________________________________________________ [ 13772] By: jhi on 2001/12/18 22:44:45 Log: In VOS the path component separator is >, not /. Branch: metaconfig ! U/modified/Findhdr.U ____________________________________________________________________________ [ 13771] By: jhi on 2001/12/18 22:35:40 Log: The VOS shell doesn't implement the ? wildcard (? is used for other purposes, I assume); but it does implement the * wildcard, and that works in the general case just fine. Branch: metaconfig/U/perl ! d_dlsymun.U ____________________________________________________________________________ [ 13770] By: jhi on 2001/12/18 22:28:41 Log: VOS detection. Branch: metaconfig ! U/modified/Oldconfig.U ____________________________________________________________________________ [ 13769] By: jhi on 2001/12/18 22:23:25 Log: Proper path for VOS. Branch: metaconfig ! U/modified/Head.U ____________________________________________________________________________ [ 13768] By: jhi on 2001/12/18 22:21:00 Log: Change s/>& 4/>&4/g for consistency. Branch: metaconfig + U/modified/d_dosuid.U ! U/modified/d_socket.U Branch: metaconfig/U/perl ! issymlink.U perlxvf.U ____________________________________________________________________________ [ 13767] By: jhi on 2001/12/18 22:13:14 Log: Subject: Re: Benchmark.t failure on Linux From: Nicholas Clark Date: Tue, 18 Dec 2001 22:51:25 +0000 Message-ID: <20011218225124.N21702@plum.flirble.org> Branch: perl ! lib/Benchmark.t ____________________________________________________________________________ [ 13766] By: jhi on 2001/12/18 22:07:35 Log: Re-applying #13752 until a better solution can be found. Branch: perl ! lib/ExtUtils/t/MM_Unix.t ____________________________________________________________________________ [ 13765] By: jhi on 2001/12/18 21:05:13 Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm From: "Giroux, Mike (Exchange)" Date: Tue, 18 Dec 2001 12:05:40 -0500 Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 13764] By: jhi on 2001/12/18 20:58:44 Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha findings -- some of the warnings I can't explain except by NVgf being detected wrong, though. Branch: perl ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c ____________________________________________________________________________ [ 13763] By: jhi on 2001/12/18 20:54:28 Log: Subject: [PATCH] pod/perluniintro.pod From: Jeffrey Friedl Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST) Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com> Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13762] By: jhi on 2001/12/18 17:49:07 Log: ".pm" is the native executable suffix in VOS. Branch: perl ! hints/vos.sh ____________________________________________________________________________ [ 13761] By: jhi on 2001/12/18 15:57:39 Log: Integrate perlio: [ 13760] Tidied version of Jeffrey Friedl's restricted hashes - added delete of READONLY value inhibit & test for same - re-tabbed Branch: perl !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t ____________________________________________________________________________ [ 13760] By: nick on 2001/12/18 15:55:22 Log: Tidied version of Jeffrey Friedl's restricted hashes - added delete of READONLY value inhibit & test for same - re-tabbed Branch: perlio ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t ____________________________________________________________________________ [ 13759] By: jhi on 2001/12/18 15:54:19 Log: (Undone by #13766.) Retract #13752. Branch: perl ! lib/ExtUtils/t/MM_Unix.t ____________________________________________________________________________ [ 13758] By: jhi on 2001/12/18 15:26:18 Log: Echoes of #13757. Branch: perl ! t/lib/warnings/utf8 ____________________________________________________________________________ [ 13757] By: jhi on 2001/12/18 15:24:50 Log: Make the utf8 malformedness messages more verbose. Branch: perl ! lib/utf8.t utf8.c ____________________________________________________________________________ [ 13756] By: nick on 2001/12/18 14:43:58 Log: Integrate mainline Branch: perlio +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t +> lib/ExtUtils/t/testlib.t t/op/alarm.t - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t - lib/ExtUtils/testlib.t !> (integrate 28 files) ____________________________________________________________________________ [ 13755] By: jhi on 2001/12/18 14:05:26 Log: README.aix updates from Jens-Uwe Mager. Branch: perl ! README.aix ____________________________________________________________________________ [ 13754] By: jhi on 2001/12/18 14:03:31 Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure From: Michael G Schwern Date: Tue, 18 Dec 2001 00:58:18 -0500 Message-ID: <20011218055818.GC4362@blackrider> Branch: perl ! lib/Benchmark.t ____________________________________________________________________________ [ 13753] By: jhi on 2001/12/18 14:02:49 Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable From: Michael G Schwern Date: Tue, 18 Dec 2001 00:40:38 -0500 Message-ID: <20011218054038.GB4362@blackrider> Branch: perl ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t ____________________________________________________________________________ [ 13752] By: jhi on 2001/12/18 14:01:44 Log: (reintroduced by #13766) (retracted by #13759) Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix From: Michael G Schwern Date: Tue, 18 Dec 2001 00:00:23 -0500 Message-ID: <20011218050023.GA27893@blackrider> Branch: perl ! lib/ExtUtils/t/MM_Unix.t ____________________________________________________________________________ [ 13751] By: jhi on 2001/12/18 13:59:32 Log: Re-patch #13749. Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 13750] By: jhi on 2001/12/18 13:56:34 Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts} From: Hugo van der Sanden Date: Tue, 18 Dec 2001 12:55:43 +0000 Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk> Branch: perl ! ext/Devel/Peek/Peek.pm ____________________________________________________________________________ [ 13749] By: jhi on 2001/12/18 13:55:12 Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...)) From: Robin Houston Date: Tue, 18 Dec 2001 14:54:33 +0000 Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk> Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 13748] By: jhi on 2001/12/17 23:54:41 Log: Subject: [PATCH] slightly more for Exporter.pm From: Nicholas Clark Date: Tue, 18 Dec 2001 00:22:03 +0000 Message-ID: <20011218002203.M21702@plum.flirble.org> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 13747] By: jhi on 2001/12/17 21:59:07 Log: Subject: [PATCH] Re: chomp/chop prototype changed? From: Rafael Garcia-Suarez Date: Mon, 17 Dec 2001 16:37:18 +0100 Message-ID: <20011217163718.A2292@rafael> Subject: Re: [PATCH] Re: chomp/chop prototype changed? From: Rafael Garcia-Suarez Date: Mon, 17 Dec 2001 23:17:06 +0100 Message-ID: <20011217231706.A730@rafael> Branch: perl ! pod/perlsub.pod pp.c toke.c ____________________________________________________________________________ [ 13746] By: jhi on 2001/12/17 20:22:08 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13745] By: jhi on 2001/12/17 20:12:37 Log: New test warrants a MANIFEST entry. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13744] By: jhi on 2001/12/17 19:27:40 Log: Subject: Re: [PATCH] ...while $var = glob(...) From: Robin Houston Date: Mon, 17 Dec 2001 20:27:30 +0000 Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk> Can't portably unlink open files. Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 13743] By: jhi on 2001/12/17 19:26:34 Log: perluniintro tweaks as suggested by Jeffrey Friedl. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13742] By: jhi on 2001/12/17 19:18:52 Log: Move typeglob test from glob.t to gv.t. Branch: perl ! t/op/glob.t t/op/gv.t ____________________________________________________________________________ [ 13741] By: jhi on 2001/12/17 19:12:16 Log: Subject: Re: [PATCH] ...while $var = glob(...) From: Robin Houston Date: Mon, 17 Dec 2001 20:07:02 +0000 Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk> Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 13740] By: jhi on 2001/12/17 19:11:29 Log: Demote the surrogate and non-character errors to warnings. Branch: perl ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c ____________________________________________________________________________ [ 13739] By: jhi on 2001/12/17 18:47:41 Log: Subject: [PATCH] more POSIX tests, and more autoloading From: Nicholas Clark Date: Mon, 17 Dec 2001 18:27:47 +0000 Message-ID: <20011217182747.D21702@plum.flirble.org> Branch: perl ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t ____________________________________________________________________________ [ 13738] By: jhi on 2001/12/17 18:43:55 Log: Subject: [PATCH] ...while $var = glob(...) From: Robin Houston Date: Mon, 17 Dec 2001 15:51:54 +0000 Message-ID: <20011217155153.A311@robin.kitsite.com> Branch: perl ! op.c ____________________________________________________________________________ [ 13737] By: jhi on 2001/12/17 18:38:33 Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT From: Rafael Garcia-Suarez Date: Mon, 17 Dec 2001 15:23:01 +0100 Message-ID: <20011217152301.A704@rafael> Branch: perl ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t ____________________________________________________________________________ [ 13736] By: jhi on 2001/12/17 18:36:20 Log: The system() vs $SIG{ARLM} is no more a todo. Branch: perl ! t/op/alarm.t ____________________________________________________________________________ [ 13735] By: jhi on 2001/12/17 18:34:43 Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two From: Michael G Schwern Date: Sun, 16 Dec 2001 23:59:01 -0500 Message-ID: <20011217045901.GL17232@blackrider> Branch: perl + t/op/alarm.t ! MANIFEST ____________________________________________________________________________ [ 13734] By: jhi on 2001/12/17 17:54:19 Log: s/UNIX/Unix/ Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13733] By: jhi on 2001/12/17 17:50:22 Log: Move ExtUtils tests to lib/ExtUtils/t. Branch: perl + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t + lib/ExtUtils/t/testlib.t - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t ! MANIFEST ____________________________________________________________________________ [ 13732] By: jhi on 2001/12/17 17:45:33 Log: Subject: [PATCH] MM_Unix tests, and some questions From: Tels Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET) Message-Id: <200112162132.XAA12694@tiku.hut.fi> Subject: Re: [PATCH] MM_Unix tests, and some questions From: Tels Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET) Message-Id: <200112162332.BAA25411@tiku.hut.fi> Branch: perl + lib/ExtUtils/MM_Unix.t ! MANIFEST lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13731] By: jhi on 2001/12/17 17:31:35 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl From: Michael G Schwern Date: Sun, 16 Dec 2001 17:53:55 -0500 Message-ID: <20011216225354.GE8900@blackrider> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13730] By: jhi on 2001/12/17 17:26:44 Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones. From: Michael G Schwern Date: Sun, 16 Dec 2001 16:12:55 -0500 Message-ID: <20011216211255.GV8900@blackrider> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 13729] By: jhi on 2001/12/17 17:25:09 Log: Subject: [PATCH] Exporter.pm From: Nicholas Clark Date: Sun, 16 Dec 2001 19:24:25 +0000 Message-ID: <20011216192425.R21702@plum.flirble.org> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 13728] By: jhi on 2001/12/17 17:20:51 Log: Subject: [PATCH] Exporter.t (and question) From: Nicholas Clark Date: Sun, 16 Dec 2001 17:24:55 +0000 Message-ID: <20011216172455.P21702@plum.flirble.org> Branch: perl ! lib/Exporter.t ____________________________________________________________________________ [ 13727] By: jhi on 2001/12/17 17:18:21 Log: Subject: Re: perl@13661 From: "John P. Linderman" Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST) Message-Id: <200112171211.HAA71597@raptor.research.att.com> Branch: perl ! pp_sort.c ____________________________________________________________________________ [ 13726] By: jhi on 2001/12/17 16:57:57 Log: Subject: Will the real Unicode encoding please stand up? From: Jeffrey Friedl Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST) Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com> Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13725] By: jhi on 2001/12/17 16:43:09 Log: Integrate perlio: [ 13724] Fix for alarm() breaking into wait*(). Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch signal handler before caller re-does the system call. Branch: perl !> util.c ____________________________________________________________________________ [ 13724] By: nick on 2001/12/17 09:16:50 Log: Fix for alarm() breaking into wait*(). Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch signal handler before caller re-does the system call. Branch: perlio ! util.c ____________________________________________________________________________ [ 13723] By: nick on 2001/12/17 07:45:13 Log: Integrate mainline Branch: perlio +> (branch 26 files) !> (integrate 47 files) ____________________________________________________________________________ [ 13722] By: jhi on 2001/12/16 16:12:57 Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and 0xFFFE..0xFFFF. Ranges 0x...FFFE..0x...FFFF in general, and characters beyond 0x10FFF should be disallowed, too, but some tests would need changing, but more importantly some APIs would need remodeling since one can easily generate such characters either by bitwise complements, tr complements, or v-strings. Branch: perl ! pod/perldiag.pod utf8.c ____________________________________________________________________________ [ 13721] By: jhi on 2001/12/16 15:34:52 Log: Make surrogates illegal also on EBCDIC. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13720] By: jhi on 2001/12/16 14:49:18 Log: Subject: [patch @13687] Unicode::Collate 0.10 From: SADAHIRO Tomoyuki Date: Sun, 16 Dec 2001 21:22:12 +0900 Message-Id: <20011216211615.8ED5.BQW10602@nifty.com> Branch: perl ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t ____________________________________________________________________________ [ 13719] By: jhi on 2001/12/16 14:39:34 Log: More documentation for the encoding pragma. Branch: perl ! lib/encoding.pm ____________________________________________________________________________ [ 13718] By: jhi on 2001/12/16 14:34:02 Log: Subject: [PATCH] lib/open.pm From: Jeffrey Friedl Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST) Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com> Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 13717] By: jhi on 2001/12/16 14:18:49 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed From: chromatic Date: Sat, 15 Dec 2001 23:24:40 -0700 Message-ID: <20011216062507.71492.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/Installed.t ! MANIFEST ____________________________________________________________________________ [ 13716] By: jhi on 2001/12/16 14:17:10 Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit From: Michael G Schwern Date: Sun, 16 Dec 2001 01:14:00 -0500 Message-ID: <20011216061400.GC8900@blackrider> Branch: perl ! lib/diagnostics.pm ____________________________________________________________________________ [ 13715] By: jhi on 2001/12/16 14:16:17 Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR From: Michael G Schwern Date: Sun, 16 Dec 2001 01:12:42 -0500 Message-ID: <20011216061242.GB8900@blackrider> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13714] By: jhi on 2001/12/16 04:21:53 Log: I sometimes outsmart myself. Branch: perl ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t ____________________________________________________________________________ [ 13713] By: jhi on 2001/12/16 03:24:34 Log: Subject: [PATCH lib/AutoSplit.pm] Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] From: Michael G Schwern Date: Sat, 15 Dec 2001 15:08:29 -0500 Message-ID: <20011215200829.GK1548@blackrider> Branch: perl ! lib/AutoSplit.pm ____________________________________________________________________________ [ 13712] By: jhi on 2001/12/16 03:22:39 Log: perlunicode enchancements suggested by Jeffrey Friedl. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13711] By: jhi on 2001/12/16 03:00:44 Log: Subject: [PATCH] perlunicode.pod From: Jeffrey Friedl Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com> Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13710] By: jhi on 2001/12/16 02:57:09 Log: Subject: RESENT - [PATCH] utf8_heavy.pl From: Jeffrey Friedl Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com> Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 13709] By: jhi on 2001/12/16 02:47:36 Log: Can't create surrogates; so can't match them, either. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13708] By: jhi on 2001/12/16 02:46:07 Log: Subject: [PATCH t/test.pl] diagnostics to STDERR From: Michael G Schwern Date: Sat, 15 Dec 2001 21:20:35 -0500 Message-ID: <20011216022035.GE5672@blackrider> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13707] By: jhi on 2001/12/16 02:45:06 Log: Make creating UTF-8 surrogates a punishable act. Branch: perl ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c ____________________________________________________________________________ [ 13706] By: jhi on 2001/12/15 23:00:56 Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}. Branch: perl + lib/unicore/In/172.pl lib/unicore/In/173.pl ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl ! lib/unicore/In/165.pl lib/unicore/In/166.pl ! lib/unicore/In/167.pl lib/unicore/In/168.pl ! lib/unicore/In/169.pl lib/unicore/In/170.pl ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl ____________________________________________________________________________ [ 13705] By: jhi on 2001/12/15 22:17:10 Log: Subject: [PATCH B::Deparse] rcatline support ($_.=) From: Rafael Garcia-Suarez Date: Sat, 15 Dec 2001 23:21:43 +0100 Message-ID: <20011215232143.A11790@rafael> Branch: perl ! ext/B/B/Deparse.pm ext/B/t/deparse.t ____________________________________________________________________________ [ 13704] By: jhi on 2001/12/15 22:09:20 Log: Make charnames more robust. Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 13703] By: jhi on 2001/12/15 17:30:55 Log: The hoops one has to jump through. Branch: perl ! ext/I18N/Langinfo/Langinfo.pm ____________________________________________________________________________ [ 13702] By: jhi on 2001/12/15 17:18:49 Log: Subject: [PATCH] perlstyle.pod nit on warnings From: Autrijus Tang Date: Sat, 15 Dec 2001 04:24:34 -0800 Message-ID: <20011215122434.GA1682@egb.elixus.org> Branch: perl ! pod/perlstyle.pod ____________________________________________________________________________ [ 13701] By: jhi on 2001/12/15 17:17:47 Log: I don't think we are in FooOS, Toto. Branch: perl ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t ____________________________________________________________________________ [ 13700] By: jhi on 2001/12/15 17:15:50 Log: Subject: Re: Untested modules update: There's more than we thought From: chromatic Date: Fri, 14 Dec 2001 17:20:24 -0700 Message-ID: <20011215002049.37259.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/MM_Cygwin.t ! MANIFEST ____________________________________________________________________________ [ 13699] By: jhi on 2001/12/15 17:14:26 Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc From: Michael G Schwern Date: Fri, 14 Dec 2001 20:59:42 -0500 Message-ID: <20011215015942.GF28596@blackrider> Branch: perl ! t/TEST ____________________________________________________________________________ [ 13698] By: jhi on 2001/12/15 17:13:35 Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test From: Michael G Schwern Date: Fri, 14 Dec 2001 20:03:46 -0500 Message-ID: <20011215010346.GD28596@blackrider> Branch: perl + ext/B/t/bblock.t ! MANIFEST ____________________________________________________________________________ [ 13697] By: jhi on 2001/12/15 17:12:32 Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs From: Michael G Schwern Date: Fri, 14 Dec 2001 19:59:13 -0500 Message-ID: <20011215005913.GC28596@blackrider> Branch: perl ! ext/B/B/Bblock.pm ____________________________________________________________________________ [ 13696] By: jhi on 2001/12/15 17:11:32 Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test From: Michael G Schwern Date: Fri, 14 Dec 2001 19:36:12 -0500 Message-ID: <20011215003611.GA28596@blackrider> Branch: perl + ext/B/t/asmdata.t ! MANIFEST ____________________________________________________________________________ [ 13695] By: jhi on 2001/12/15 17:10:05 Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs From: Michael G Schwern Date: Fri, 14 Dec 2001 19:14:14 -0500 Message-ID: <20011215001414.GA25077@blackrider> Branch: perl ! bytecode.pl ext/B/B/Asmdata.pm ____________________________________________________________________________ [ 13694] By: jhi on 2001/12/15 17:00:44 Log: Permissions. Branch: perl ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c ! ext/Devel/PPPort/module3.c ____________________________________________________________________________ [ 13693] By: jhi on 2001/12/14 23:48:59 Log: Benchmark test from Nicholas Clark. Branch: perl + lib/Benchmark.t ! MANIFEST lib/Benchmark.pm ____________________________________________________________________________ [ 13692] By: jhi on 2001/12/14 23:33:28 Log: Mithing. Branch: perl + lib/Attribute/Handlers/demo/demo2.pl + lib/Attribute/Handlers/demo/demo3.pl + lib/Attribute/Handlers/demo/demo4.pl ____________________________________________________________________________ [ 13691] By: jhi on 2001/12/14 21:26:08 Log: Silence compiler worries found by Schwern/Digital cc. Branch: perl ! perlio.c sv.c x2p/str.c ____________________________________________________________________________ [ 13690] By: jhi on 2001/12/14 20:26:51 Log: User may not have a valid home directory even if getpwuid() succedds. Branch: perl ! ext/File/Glob/t/basic.t ____________________________________________________________________________ [ 13689] By: jhi on 2001/12/14 18:14:52 Log: Integrate with perlio. (No changes, but that's okay.) Branch: perl !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod ____________________________________________________________________________ [ 13688] By: jhi on 2001/12/14 18:06:18 Log: Add a Configure hints file for VOS: the POSIX support of VOS is getting close to the point where it can run Configure (some Configure tweaks will be required). Branch: perl + hints/vos.sh ! MANIFEST ____________________________________________________________________________ [ 13687] By: jhi on 2001/12/14 16:15:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13686] By: jhi on 2001/12/14 16:07:02 Log: Reintroduce Attribute::Handlers with Spider's fixes. Branch: perl + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + lib/Attribute/Handlers/README + lib/Attribute/Handlers/demo/Demo.pm + lib/Attribute/Handlers/demo/Descriptions.pm + lib/Attribute/Handlers/demo/MyClass.pm + lib/Attribute/Handlers/demo/demo.pl + lib/Attribute/Handlers/demo/demo_call.pl + lib/Attribute/Handlers/demo/demo_chain.pl + lib/Attribute/Handlers/demo/demo_cycle.pl + lib/Attribute/Handlers/demo/demo_hashdir.pl + lib/Attribute/Handlers/demo/demo_phases.pl + lib/Attribute/Handlers/demo/demo_range.pl + lib/Attribute/Handlers/demo/demo_rawdata.pl + lib/Attribute/Handlers/t/multi.t ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 13685] By: nick on 2001/12/14 15:57:00 Log: Integrate mainline Branch: perlio +> t/run/switcht.t !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c !> perlapi.h pod/perlrun.pod t/TEST taint.c ____________________________________________________________________________ [ 13684] By: jhi on 2001/12/14 14:43:40 Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings From: Michael G Schwern Date: Thu, 13 Dec 2001 19:27:08 -0500 Message-ID: <20011214002707.GA10532@blackrider> (reword the perlrun -t description a bit, and move the Itaint_warn to the bottom of the intrpvar.h for binary compatibility) Branch: perl + t/run/switcht.t ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c ! perlapi.h pod/perlrun.pod t/TEST taint.c ____________________________________________________________________________ [ 13683] By: nick on 2001/12/14 12:29:41 Log: Integrate mainline Branch: perlio +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t +> lib/Term/ReadLine.t t/op/hashassign.t - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes - lib/Attribute/Handlers/README - lib/Attribute/Handlers/demo/Demo.pm - lib/Attribute/Handlers/demo/Descriptions.pm - lib/Attribute/Handlers/demo/MyClass.pm - lib/Attribute/Handlers/demo/demo.pl - lib/Attribute/Handlers/demo/demo2.pl - lib/Attribute/Handlers/demo/demo3.pl - lib/Attribute/Handlers/demo/demo4.pl - lib/Attribute/Handlers/demo/demo_call.pl - lib/Attribute/Handlers/demo/demo_chain.pl - lib/Attribute/Handlers/demo/demo_cycle.pl - lib/Attribute/Handlers/demo/demo_hashdir.pl - lib/Attribute/Handlers/demo/demo_phases.pl - lib/Attribute/Handlers/demo/demo_range.pl - lib/Attribute/Handlers/demo/demo_rawdata.pl - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm !> (integrate 101 files) ____________________________________________________________________________ [ 13682] By: jhi on 2001/12/14 04:10:37 Log: Detypo. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13681] By: jhi on 2001/12/14 04:07:08 Log: Buffer overflow checks. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13680] By: jhi on 2001/12/13 21:30:14 Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED) From: Spider Boardman Date: Thu, 13 Dec 2001 15:32:51 -0500 Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com> Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 13679] By: jhi on 2001/12/13 21:27:31 Log: More on the Unicode "line" definition. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13678] By: jhi on 2001/12/13 21:18:47 Log: Open-ended VERSION? Branch: perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 13677] By: jhi on 2001/12/13 19:13:13 Log: Subject: [PATCH] Better make distclean From: "H.Merijn Brand" Date: Thu, 13 Dec 2001 21:10:18 +0100 Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 13676] By: jhi on 2001/12/13 17:11:42 Log: Remove Memoize::Saves as requested by mjd. Branch: perl - lib/Memoize/Saves.pm ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 13675] By: jhi on 2001/12/13 16:16:12 Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag From: Michael G Schwern Date: Tue, 11 Dec 2001 23:17:32 -0500 Message-ID: <20011212041732.GS17250@blackrider> Branch: perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 13674] By: jhi on 2001/12/13 16:12:19 Log: Subject: [PATCH] Re: use utf8; with bad utf8 From: Nicholas Clark Date: Thu, 13 Dec 2001 17:09:39 +0000 Message-ID: <20011213170939.L21702@plum.flirble.org> Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13673] By: jhi on 2001/12/13 16:09:18 Log: Subject: (LONG!) Sort benchmarks and patch From: "John P. Linderman" Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST) Message-Id: <200112131450.JAA84836@raptor.research.att.com> Branch: perl ! pp_sort.c ____________________________________________________________________________ [ 13672] By: jhi on 2001/12/13 14:19:28 Log: Unadorned numbers evil. Branch: perl ! pp.c regcomp.c regexec.c utf8.c utf8.h ____________________________________________________________________________ [ 13671] By: jhi on 2001/12/13 13:35:47 Log: "preprocessing directive not recognized within macro arg" Branch: perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 13670] By: jhi on 2001/12/13 13:32:37 Log: Subject: Clarifying the documentation of goto From: "Benjamin J. Tilly" Date: Thu, 13 Dec 2001 08:57:38 -0500 Message-ID: <3C18BD8B@operamail.com> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13669] By: jhi on 2001/12/13 04:38:19 Log: It could be possible for the case-insensitive Unicode-aware string comparison to wander off to the la-la land. Branch: perl ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h ! regexec.c utf8.c ____________________________________________________________________________ [ 13668] By: jhi on 2001/12/13 02:48:14 Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out From: Michael G Schwern Date: Wed, 12 Dec 2001 21:53:46 -0500 Message-ID: <20011213025346.GH25129@blackrider> Branch: perl ! lib/Net/hostent.t t/op/stat.t t/test.pl ____________________________________________________________________________ [ 13667] By: jhi on 2001/12/13 02:47:27 Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink From: Michael G Schwern Date: Wed, 12 Dec 2001 20:33:42 -0500 Message-ID: <20011213013342.GX25129@blackrider> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 13666] By: jhi on 2001/12/12 23:22:27 Log: Subject: Re: [PATCH] use utf8; tests From: Nicholas Clark Date: Thu, 13 Dec 2001 00:16:58 +0000 Message-ID: <20011213001658.I21702@plum.flirble.org> Branch: perl ! lib/utf8.t ____________________________________________________________________________ [ 13665] By: jhi on 2001/12/12 21:45:49 Log: EPOC fixes from Olaf Flebbe. Branch: perl ! README.epoc epoc/config.sh epoc/createpkg.pl ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 13664] By: jhi on 2001/12/12 21:33:50 Log: Subject: [PATCH perl@13661] VMS test fix-ups From: "Craig A. Berry" Date: Wed, 12 Dec 2001 16:27:48 -0600 Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01> Branch: perl ! lib/Net/hostent.t t/io/fs.t ____________________________________________________________________________ [ 13663] By: jhi on 2001/12/12 19:59:56 Log: Subject: Re: Next cygwin round. From: "Gerrit P. Haase" Date: Wed, 12 Dec 2001 21:59:00 +0100 Message-ID: <122343874595.20011212215900@familiehaase.de> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 13662] By: jhi on 2001/12/12 19:12:36 Log: Subject: [PATCH] use utf8; tests From: Nicholas Clark Date: Wed, 12 Dec 2001 20:07:04 +0000 Message-ID: <20011212200704.E21702@plum.flirble.org> Branch: perl ! lib/utf8.t t/test.pl ____________________________________________________________________________ [ 13661] By: jhi on 2001/12/12 15:24:42 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13660] By: jhi on 2001/12/12 15:04:03 Log: Subject: [PATCH] Passing in env to perl_parse did not work From: Gisle Aas Date: 11 Dec 2001 20:52:57 -0800 Message-ID: Branch: perl ! perl.c perl.h ____________________________________________________________________________ [ 13659] By: jhi on 2001/12/12 14:33:30 Log: Fixes for casting problems detected on a SuSE 7.2 Itanium, mostly gcc -Wall complaining about the argument of %p not being a void *. Branch: perl ! perlio.c regcomp.c taint.c toke.c ____________________________________________________________________________ [ 13658] By: jhi on 2001/12/12 14:09:09 Log: metaconfig unit change for #13657. Branch: metaconfig ! U/modified/nis.U ____________________________________________________________________________ [ 13657] By: jhi on 2001/12/12 14:08:49 Log: Try YP/NIS also from /usr/lib/yp. Branch: perl ! Configure ____________________________________________________________________________ [ 13656] By: jhi on 2001/12/12 14:05:28 Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used From: Michael G Schwern Date: Wed, 12 Dec 2001 05:27:02 -0500 Message-ID: <20011212102702.GW17250@blackrider> (the op/grent part) Branch: perl ! t/op/grent.t ____________________________________________________________________________ [ 13655] By: jhi on 2001/12/12 14:01:55 Log: Weed out .files from ls and readdir() results. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13654] By: jhi on 2001/12/12 13:45:21 Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" From: "Wolfgang Laun" Date: Wed, 12 Dec 2001 10:52:21 +0100 Message-ID: <200112121052210220.001ACE6B@smtp.chello.at> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 13653] By: jhi on 2001/12/12 13:34:06 Log: Subject: [PATCH] doio fatal on cygwin for 13651 From: "H.Merijn Brand" Date: Wed, 12 Dec 2001 11:28:13 +0100 Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl> Branch: perl ! doio.c ____________________________________________________________________________ [ 13652] By: jhi on 2001/12/12 13:32:51 Log: Get the whole line of ls, makes debugging easier (from Schwern) Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13651] By: jhi on 2001/12/12 05:42:05 Log: rename() must be tested even without link() or the utime() and rename-directory tests fail. (Also got the BeOS utime atime/time the wrong way round.) Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 13650] By: jhi on 2001/12/12 05:36:31 Log: Now that the beos.c is compiled at the main level the header is in the beos/ Branch: perl ! beos/beos.c ____________________________________________________________________________ [ 13649] By: jhi on 2001/12/12 04:25:21 Log: Must remember to require Socket. Branch: perl ! ext/Sys/Syslog/syslog.t ____________________________________________________________________________ [ 13648] By: jhi on 2001/12/12 04:12:05 Log: In BeOS Errno must resort to actual compilation and execution for some of the error constants. Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 13647] By: jhi on 2001/12/12 03:23:26 Log: BeOS still has no good sockets. Branch: perl ! ext/IO/lib/IO/t/io_sel.t ____________________________________________________________________________ [ 13646] By: jhi on 2001/12/12 03:19:56 Log: BeOS sockets are not true sockets. Branch: perl ! ext/IO/lib/IO/t/io_poll.t ____________________________________________________________________________ [ 13645] By: jhi on 2001/12/12 03:14:32 Log: No Socket, no Syslog. Branch: perl ! ext/Sys/Syslog/syslog.t ____________________________________________________________________________ [ 13644] By: jhi on 2001/12/12 03:12:46 Log: (On some platforms) missing truncate FH. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 13643] By: jhi on 2001/12/12 03:09:37 Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/... and vms would be muchly appreciated. Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 13642] By: jhi on 2001/12/12 02:32:05 Log: utime() updates only the mtime in BeOS. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 13641] By: jhi on 2001/12/12 01:50:13 Log: No link(), no need to dSP. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 13640] By: jhi on 2001/12/12 01:49:40 Log: Missing argument. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13639] By: jhi on 2001/12/12 01:44:39 Log: (1) To assume any setuid programs is silly. (2) Chaining tests with booleans means that some of them may not get run which means getting out of test count sync. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13638] By: jhi on 2001/12/12 01:12:49 Log: The beos.c needs to be in the main directory. Branch: perl ! hints/beos.sh ____________________________________________________________________________ [ 13637] By: jhi on 2001/12/12 00:37:20 Log: Detypo and rename. Branch: perl ! doio.c perl.h perlio.c perliol.h ____________________________________________________________________________ [ 13636] By: jhi on 2001/12/12 00:22:16 Log: This time I test compiled. Honest. Branch: perl ! beos/beos.c ____________________________________________________________________________ [ 13635] By: jhi on 2001/12/11 22:57:07 Log: Subject: [PATCH] slightly more pack tests From: Nicholas Clark Date: Tue, 11 Dec 2001 23:41:23 +0000 Message-ID: <20011211234123.Y21702@plum.flirble.org> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 13634] By: jhi on 2001/12/11 21:49:58 Log: Subject: [PATCH perl@13600] Gconvert for VMS again From: "Craig A. Berry" Date: Tue, 11 Dec 2001 16:39:13 -0600 Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 13633] By: jhi on 2001/12/11 21:48:57 Log: metaconfig unit change for #13632. Branch: metaconfig/U/perl ! perlpath.U ____________________________________________________________________________ [ 13632] By: jhi on 2001/12/11 21:48:26 Log: Subject: $Config{perlpath} and -Dversiononly From: Rafael Garcia-Suarez Date: Tue, 11 Dec 2001 23:32:33 +0100 Message-ID: <20011211233233.A11587@rafael> Branch: perl ! Configure ____________________________________________________________________________ [ 13631] By: jhi on 2001/12/11 21:01:00 Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment From: Nicholas Clark Date: Tue, 11 Dec 2001 21:59:36 +0000 Message-ID: <20011211215935.W21702@plum.flirble.org> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 13630] By: jhi on 2001/12/11 20:16:29 Log: More UTF-8 API docs. Branch: perl ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c ____________________________________________________________________________ [ 13629] By: jhi on 2001/12/11 19:17:16 Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup From: Nicholas Clark Date: Tue, 11 Dec 2001 20:08:59 +0000 Message-ID: <20011211200859.S21702@plum.flirble.org> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 13628] By: jhi on 2001/12/11 19:13:57 Log: Subject: Re: use utf8; with bad utf8 From: Nicholas Clark Date: Tue, 11 Dec 2001 19:49:21 +0000 Message-ID: <20011211194921.R21702@plum.flirble.org> Branch: perl ! lib/utf8.t ____________________________________________________________________________ [ 13627] By: jhi on 2001/12/11 17:29:01 Log: Can't spell worth a dam. (Try Three Gorges.) Branch: perl ! beos/beos.c ____________________________________________________________________________ [ 13626] By: jhi on 2001/12/11 15:55:51 Log: We need DWIM cpps. Branch: perl ! perlio.c ____________________________________________________________________________ [ 13625] By: jhi on 2001/12/11 15:53:41 Log: The unixish.h needs to be found and the waitpid wrapper could use a proto. Branch: perl ! beos/beosish.h ____________________________________________________________________________ [ 13624] By: jhi on 2001/12/11 15:27:06 Log: The BeOS waitpid() seems to be broken, have a wrapper for it. Branch: perl + beos/beos.c beos/beosish.h ! MANIFEST hints/beos.sh perl.h ____________________________________________________________________________ [ 13623] By: jhi on 2001/12/11 15:12:18 Log: Unlean the leaning tower of Babel. Branch: perl ! perl.h ____________________________________________________________________________ [ 13622] By: jhi on 2001/12/11 14:34:53 Log: Retract #13607 until we figure out what to do with autouse. Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 13621] By: jhi on 2001/12/11 14:33:14 Log: Try to handle platforms that have O_TEXT != O_BINARY but which are not DOSish, BeOS being one of such platforms. Ideally this should be a Configure test, not a hardwired cpp symbol test... Branch: perl ! doio.c perl.h perlio.c perliol.h ____________________________________________________________________________ [ 13620] By: jhi on 2001/12/11 13:56:17 Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version From: Jonathan Stowe Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) Message-ID: Branch: perl ! lib/Term/Cap.pm lib/Term/Cap.t ____________________________________________________________________________ [ 13619] By: jhi on 2001/12/11 13:51:21 Log: Subject: [patch perlio.c] test for NULL before derefencing From: Stas Bekman Date: Tue, 11 Dec 2001 16:17:55 +0800 Message-ID: <3C15C133.8@stason.org> Branch: perl ! perlio.c ____________________________________________________________________________ [ 13618] By: jhi on 2001/12/11 05:22:39 Log: metaconfig unit change for #13617. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 13617] By: jhi on 2001/12/11 05:22:08 Log: BeOS has socket() but not enough to build a working Socket. Go figure. ("BONE" (BeOS NEtworking?) is some sort of rumored new networking implementation, which is rumored to fix the non-standardness of sockets, but it's apparently not publicly available, and anything to do with BeOS has become quite complicated with the sale of the Be assets to Palm.) Branch: perl ! Configure ____________________________________________________________________________ [ 13616] By: pudge on 2001/12/11 05:11:44 Log: Update changes Branch: maint-5.6/macperl ! macos/Changes ____________________________________________________________________________ [ 13615] By: pudge on 2001/12/11 05:09:34 Log: Add extra pod to help Branch: maint-5.6/macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 13614] By: pudge on 2001/12/11 05:08:51 Log: Return DoAppleScript errors in $@ Branch: maint-5.6/macperl ! macos/ext/MacPerl/OSA.xs ____________________________________________________________________________ [ 13613] By: pudge on 2001/12/11 05:08:19 Log: Clear out $^E before each script run Branch: maint-5.6/macperl ! macos/macperl/MPScript.c ____________________________________________________________________________ [ 13612] By: pudge on 2001/12/11 04:58:52 Log: Integrate various changes from maint-5.6/perl/. Branch: maint-5.6/macperl !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t !> t/op/system_tests util.c win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 13611] By: jhi on 2001/12/11 04:29:32 Log: Subject: Exporter's documentation shouldn't lie From: "Benjamin J. Tilly" Date: Mon, 10 Dec 2001 21:30:20 -0500 Message-ID: <3C4AA201@operamail.com> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 13610] By: jhi on 2001/12/11 04:28:31 Log: Make Errno better in BeOS (the second hunk is good on any platform). Still not working in BeOS are the E constants that refer BeOS native error constants (B_...) which are enums (*groan*). Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 13609] By: jhi on 2001/12/11 00:59:31 Log: The BeOS linker seems to link the last seen symbol, not the first (so the symbols of op.o from libperl.so would get linked to miniperl instead of the symbols of opmini.o)-- use the same trick as for NeXT4 for linking miniperl. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 13608] By: jhi on 2001/12/11 00:49:15 Log: Subject: Re: [PATCH] tests for hash assignment From: Hugo van der Sanden Date: Tue, 11 Dec 2001 01:48:55 +0000 Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk> Branch: perl ! utf8.c ____________________________________________________________________________ [ 13607] By: jhi on 2001/12/11 00:40:47 Log: (retracted by #13622) Subject: RE: More verbose POD for Carp From: "Benjamin J. Tilly" Date: Mon, 10 Dec 2001 20:23:20 -0500 Message-ID: <3C4A3566@operamail.com> Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 13606] By: jhi on 2001/12/11 00:39:20 Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS) From: "Craig A. Berry" Date: Mon, 10 Dec 2001 18:25:37 -0600 Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com> Branch: perl ! t/op/write.t t/test.pl ____________________________________________________________________________ [ 13605] By: jhi on 2001/12/11 00:37:54 Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check From: Michael G Schwern Date: Mon, 10 Dec 2001 08:00:01 -0500 Message-ID: <20011210130000.GK1770@blackrider> Branch: perl ! t/comp/multiline.t ____________________________________________________________________________ [ 13604] By: jhi on 2001/12/10 22:51:44 Log: Subject: Re: [PATCH] tests for hash assignment From: Nicholas Clark Date: Mon, 10 Dec 2001 23:22:28 +0000 Message-ID: <20011210232228.M21702@plum.flirble.org> Branch: perl + t/op/hashassign.t ! MANIFEST t/op/each.t t/test.pl ____________________________________________________________________________ [ 13603] By: jhi on 2001/12/10 21:34:46 Log: Subject: [PATCH perl@13600] cat2type in tests for VMS From: "Craig A. Berry" Date: Mon, 10 Dec 2001 16:38:14 -0600 Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01> Branch: perl ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t ____________________________________________________________________________ [ 13602] By: jhi on 2001/12/10 19:52:01 Log: Subject: [PATCH perl@13600] configure.com fixes From: "Craig A. Berry" Date: Mon, 10 Dec 2001 14:40:20 -0600 Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 13601] By: jhi on 2001/12/10 18:25:30 Log: Silence BeOS compilation moaning. Branch: perl ! perl.h ____________________________________________________________________________ [ 13600] By: jhi on 2001/12/10 15:11:40 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13599] By: jhi on 2001/12/10 13:35:57 Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch From: Michael G Schwern Date: Mon, 10 Dec 2001 01:21:03 -0500 Message-ID: <20011210062103.GC1770@blackrider> Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 13598] By: jhi on 2001/12/10 13:35:20 Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra From: Michael G Schwern Date: Mon, 10 Dec 2001 01:10:57 -0500 Message-ID: <20011210061057.GB1770@blackrider> Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 13597] By: jhi on 2001/12/10 13:33:51 Log: Retract #13596, #13593 should do the trick. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13596] By: jhi on 2001/12/10 13:31:38 Log: (retracted by #13597, #13593 does the job better) Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix From: Michael G Schwern Date: Mon, 10 Dec 2001 00:53:16 -0500 Message-ID: <20011210055316.GA1770@blackrider> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13595] By: jhi on 2001/12/10 13:28:30 Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems From: Michael G Schwern Date: Mon, 10 Dec 2001 02:19:14 -0500 Message-ID: <20011210071914.GF1770@blackrider> Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 13594] By: jhi on 2001/12/10 13:26:24 Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup From: Michael G Schwern Date: Mon, 10 Dec 2001 02:47:40 -0500 Message-ID: <20011210074739.GH1770@blackrider> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 13593] By: jhi on 2001/12/10 13:22:49 Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl From: Michael G Schwern Date: Mon, 10 Dec 2001 02:54:22 -0500 Message-ID: <20011210075422.GI1770@blackrider> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13592] By: jhi on 2001/12/10 13:21:06 Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM From: Wolfgang Laun Date: Mon, 10 Dec 2001 08:45:20 +0100 Message-ID: <3C146810.60B5B7C0@alcatel.at> Branch: perl ! pp_pack.c ____________________________________________________________________________ [ 13591] By: jhi on 2001/12/10 13:18:17 Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup From: Michael G Schwern Date: Mon, 10 Dec 2001 03:27:02 -0500 Message-ID: <20011210082702.GN1770@blackrider> Branch: perl ! t/io/openpid.t ____________________________________________________________________________ [ 13590] By: jhi on 2001/12/10 13:17:08 Log: More chmod +w. Branch: perl ! Porting/makerel ____________________________________________________________________________ [ 13589] By: jhi on 2001/12/10 04:21:59 Log: Just skip the readability test if running as root. Branch: perl ! lib/Net/t/netrc.t ____________________________________________________________________________ [ 13588] By: jhi on 2001/12/10 04:03:10 Log: Tell about the downside of safe signals. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13587] By: jhi on 2001/12/10 03:38:20 Log: Make the whole -lperl thing NetBSD only until we find some other platform that needs the same. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13586] By: jhi on 2001/12/10 03:13:59 Log: Subject: [PATCH t/op/pack.t] Cleanup From: Michael G Schwern Date: Sun, 9 Dec 2001 23:08:26 -0500 Message-ID: <20011210040826.GD660@blackrider> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 13585] By: jhi on 2001/12/10 02:47:01 Log: Add threads support for NetBSD. This is also the first (I think) Perl threads build with the GNU pth ( http://www.gnu.org/software/pth/pth.html ). NetBSD does not as of yet have true kernel POSIX threads, but the user-level pth seems to be doing pretty well-- the only failure is that threads/t/basic okays 6 and 7 consistently seem be arriving in the reverse order. Well, gdbm.t is also failing: 'Undefined PLT symbol "gdbm_open" (reloc type = 7, symnum = 28)', but I'm guessing that GDBM would need a threaded rebuild. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 13584] By: gsar on 2001/12/10 02:04:58 Log: restrict change#13474 to eval"" CVs instead of any CV (avoids potential performance hit and change in semantics of closure lookups after C) Branch: maint-5.6/perl ! op.c ____________________________________________________________________________ [ 13583] By: jhi on 2001/12/10 02:01:49 Log: metaconfig unit change for #13582. Branch: metaconfig ! U/threads/usethreads.U ____________________________________________________________________________ [ 13582] By: jhi on 2001/12/10 02:01:26 Log: Update the ithreads selection info in Configure, as suggested by Michael Schwern. Branch: perl ! Configure ____________________________________________________________________________ [ 13581] By: jhi on 2001/12/10 01:56:14 Log: Clearing locale environment simply doesn't seem to guarantee that (nl_)langinfo(CODESET) would return nil. (I for example get "ISO8859-1", so maybe there can be per-system default settings at work.) Branch: perl ! lib/open.t ____________________________________________________________________________ [ 13580] By: jhi on 2001/12/10 01:53:11 Log: Subject: RE: Exporter fixes reversed in 13540? From: "Benjamin J. Tilly" Date: Sun, 9 Dec 2001 12:55:15 -0500 Message-ID: <3C13F455@operamail.com> Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 13579] By: jhi on 2001/12/10 01:26:53 Log: Root is the lizard king. Branch: perl ! lib/Net/t/netrc.t ____________________________________________________________________________ [ 13578] By: jhi on 2001/12/10 01:01:24 Log: Telling how many tests we are expecting helps. Branch: perl ! ext/POSIX/t/waitpid.t ____________________________________________________________________________ [ 13577] By: jhi on 2001/12/10 00:38:09 Log: Add a test case for waitpid(): from Rocco Caputo. Branch: perl + ext/POSIX/t/waitpid.t ! MANIFEST ____________________________________________________________________________ [ 13576] By: jhi on 2001/12/10 00:15:19 Log: Subject: [PATCH] Term::ReadLine tweaks and test From: Richard Clamp Date: Mon, 10 Dec 2001 00:51:47 +0000 Message-ID: <20011210005147.GA1073@mirth.demon.co.uk> Branch: perl + lib/Term/ReadLine.t ! MANIFEST lib/Term/ReadLine.pm ____________________________________________________________________________ [ 13575] By: jhi on 2001/12/10 00:04:56 Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32 From: Rocco Caputo Date: Sun, 9 Dec 2001 18:12:38 -0500 Message-ID: <20011209181238.A803@eyrie.homenet> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 13574] By: jhi on 2001/12/09 23:49:19 Log: make sure that va_start() has matching va_end(); from OpenBSD 3.0. Branch: perl ! x2p/util.c ____________________________________________________________________________ [ 13573] By: jhi on 2001/12/09 23:45:57 Log: h2ph updates from OpenBSD 3.0. Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 13572] By: jhi on 2001/12/09 23:44:25 Log: OpenBSD hints update from OpenBSD 3.0. Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 13571] By: jhi on 2001/12/09 23:32:08 Log: DJGPP tweaks from Laszlo Molnar. Branch: perl ! djgpp/config.over lib/File/Find/t/find.t ! lib/File/Find/t/taint.t t/pod/find.t ____________________________________________________________________________ [ 13570] By: jhi on 2001/12/09 23:28:55 Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok From: Michael G Schwern Date: Sun, 9 Dec 2001 19:28:12 -0500 Message-ID: <20011210002812.GF13586@blackrider> Branch: perl ! README.cygwin ____________________________________________________________________________ [ 13569] By: jhi on 2001/12/09 21:51:37 Log: README.cygwin update from Gerrit P. Haase. Branch: perl ! README.cygwin ____________________________________________________________________________ [ 13568] By: jhi on 2001/12/09 21:49:06 Log: Apply NetBSD patch-ag: shared/static linking, but make the change less intrusive on non-NetBSD. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13567] By: jhi on 2001/12/09 21:09:10 Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths. Branch: perl ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 13566] By: jhi on 2001/12/09 20:55:32 Log: Apply NetBSD patch-ae: another gcc sparc64 bug. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 13565] By: jhi on 2001/12/09 20:50:57 Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug. Branch: perl ! pp.c ____________________________________________________________________________ [ 13564] By: jhi on 2001/12/09 20:38:48 Log: Apply NetBSD patch-ac. (the fix has already been done: change #9706, fully qualified pathnames in packlists) Branch: perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 13563] By: jhi on 2001/12/09 20:32:52 Log: Apply NetBSD patch-ab: NetBSD hints update. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 13562] By: jhi on 2001/12/09 20:31:38 Log: metaconfig unit changes for #13560. Branch: metaconfig/U/perl ! dlsrc.U i_ieeefp.U libperl.U ____________________________________________________________________________ [ 13561] By: jhi on 2001/12/09 20:31:14 Log: NetBSD has but hidden. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ [ 13560] By: jhi on 2001/12/09 20:29:35 Log: Implement NetBSD patch-aa. Branch: perl ! Configure ____________________________________________________________________________ [ 13559] By: jhi on 2001/12/09 19:21:45 Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted() From: "Wolfgang Laun" Date: Sun, 09 Dec 2001 13:40:58 +0100 Message-ID: <200112091340580550.008ED513@smtp.chello.at> (The lstat()s were there in 5.6.1: what happened to them?) Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 13558] By: jhi on 2001/12/09 19:04:23 Log: Quickie documentation of the C UTF-8 API. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13557] By: jhi on 2001/12/09 18:36:20 Log: Subject: bleadperl on cygwin weirdness... From: "Gerrit P. Haase" Date: Sun, 9 Dec 2001 20:31:28 +0100 Message-ID: <13779422183.20011209203128@familiehaase.de> (plus libperl*.dll version portability tweaks) Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 13556] By: jhi on 2001/12/09 18:21:46 Log: Instead of muting symbol export error if under eval, delay the errors until the croak(). (replaces #13408) Branch: perl ! lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 13555] By: jhi on 2001/12/09 18:09:12 Log: Basegroup 0 is a cygwin_nt thing. Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 13554] By: jhi on 2001/12/09 17:57:44 Log: Also WinME is LoseLink. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13553] By: jhi on 2001/12/09 16:25:52 Log: Forgotten checkin. Branch: perl ! lib/User/grent.t ____________________________________________________________________________ [ 13552] By: jhi on 2001/12/09 16:23:14 Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" From: "Wolfgang Laun" Date: Sun, 09 Dec 2001 13:45:06 +0100 Message-ID: <200112091345060760.00929EA9@smtp.chello.at> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 13551] By: jhi on 2001/12/09 16:18:20 Log: Tweakback. Branch: perl ! lib/Net/hostent.t ____________________________________________________________________________ [ 13550] By: jhi on 2001/12/09 16:01:55 Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities From: Michael G Schwern Date: Sat, 8 Dec 2001 14:48:38 -0500 Message-ID: <20011208194838.GA8650@blackrider> Branch: perl ! t/op/grent.t ____________________________________________________________________________ [ 13549] By: jhi on 2001/12/09 15:40:28 Log: Subject: [README.cygwin] Removing old expected test failures From: Michael G Schwern Date: Sat, 8 Dec 2001 15:38:28 -0500 Message-ID: <20011208203828.GB9017@blackrider> Branch: perl ! README.cygwin ____________________________________________________________________________ [ 13548] By: jhi on 2001/12/09 15:37:48 Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity From: Michael G Schwern Date: Sat, 8 Dec 2001 15:26:59 -0500 Message-ID: <20011208202659.GA9017@blackrider> Branch: perl ! lib/Net/hostent.t ____________________________________________________________________________ [ 13547] By: jhi on 2001/12/09 15:33:43 Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links From: Michael G Schwern Date: Sat, 8 Dec 2001 15:06:16 -0500 Message-ID: <20011208200616.GA8915@blackrider> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13546] By: jhi on 2001/12/09 15:31:19 Log: Developer deprecations and an incompatibility. Branch: perl ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 13545] By: jhi on 2001/12/09 15:27:14 Log: Shoo. Branch: perl - lib/Attribute/Handlers.pm ____________________________________________________________________________ [ 13544] By: jhi on 2001/12/09 15:20:08 Log: Remove Attribute::Handlers, as per Damian's request. (Because of fixing the my variables to be now handled in run-time, the whole internals of the A::H needs to be rewritten and Damian will not have time for that for months.) Branch: perl - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README - lib/Attribute/Handlers/demo/Demo.pm - lib/Attribute/Handlers/demo/Descriptions.pm - lib/Attribute/Handlers/demo/MyClass.pm - lib/Attribute/Handlers/demo/demo.pl - lib/Attribute/Handlers/demo/demo2.pl - lib/Attribute/Handlers/demo/demo3.pl - lib/Attribute/Handlers/demo/demo4.pl - lib/Attribute/Handlers/demo/demo_call.pl - lib/Attribute/Handlers/demo/demo_chain.pl - lib/Attribute/Handlers/demo/demo_cycle.pl - lib/Attribute/Handlers/demo/demo_hashdir.pl - lib/Attribute/Handlers/demo/demo_phases.pl - lib/Attribute/Handlers/demo/demo_range.pl - lib/Attribute/Handlers/demo/demo_rawdata.pl - lib/Attribute/Handlers/t/multi.t ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 13543] By: jhi on 2001/12/09 15:00:50 Log: Subject: Re: attributes are broken From: Spider Boardman Date: Sun, 09 Dec 2001 00:09:23 -0500 Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> Branch: perl ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t ! xsutils.c ____________________________________________________________________________ [ 13542] By: jhi on 2001/12/09 14:49:46 Log: Forgotten checkin. Branch: perl ! lib/Pod/Text.pm ____________________________________________________________________________ [ 13541] By: jhi on 2001/12/09 14:48:15 Log: uconfig.h update. Branch: perl ! uconfig.h ____________________________________________________________________________ [ 13540] By: jhi on 2001/12/08 18:39:51 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13539] By: jhi on 2001/12/08 18:28:02 Log: Note that some of the Unicode features are dependent on perlio. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13538] By: jhi on 2001/12/08 17:53:00 Log: Regen perlapi, regen toc. Branch: perl ! pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 13537] By: jhi on 2001/12/08 17:44:48 Log: FAQ sync. Branch: perl ! pod/perlfaq4.pod pod/perlfaq6.pod ____________________________________________________________________________ [ 13536] By: jhi on 2001/12/08 17:37:53 Log: Subject: [PATCH] Fix odd language in an sv.c comment From: coral@eekeek.org Date: Sat, 8 Dec 2001 12:19:39 -0500 Message-Id: <200112081719.fB8HJdZ14747@eekeek.org> Branch: perl ! sv.c ____________________________________________________________________________ [ 13535] By: jhi on 2001/12/08 15:29:18 Log: Subject: [PATCH lib/vmsish.t] Small test name abuse. From: Michael G Schwern Date: Fri, 7 Dec 2001 20:03:45 -0500 Message-ID: <20011208010345.GD642@blackrider> Subject: [PATCH vms/test.com] Goodbye frightening echo kludge! From: Michael G Schwern Date: Fri, 7 Dec 2001 20:13:54 -0500 Message-ID: <20011208011354.GE642@blackrider> Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING From: Michael G Schwern Date: Fri, 7 Dec 2001 21:47:36 -0500 Message-ID: <20011208024736.GH642@blackrider> Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests From: Michael G Schwern Date: Fri, 7 Dec 2001 23:09:43 -0500 Message-ID: <20011208040943.GK642@blackrider> Subject: [PATCH] vms/test.com -- skip tty tests when not interactive Message-Id: Date: Fri, 7 Dec 2001 23:28:15 -0600 From: "Craig A. Berry" Branch: perl ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com ____________________________________________________________________________ [ 13534] By: jhi on 2001/12/08 15:16:14 Log: Integrate perlio: [ 13531] Tweak multi-arg open error messages [ 13530] Allow multi-arg open() if opening layer declares this legal. Branch: perl !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c ____________________________________________________________________________ [ 13533] By: jhi on 2001/12/08 15:13:39 Log: Retract #11156 since Sarathy has found that it breaks code: http://bugs.ActiveState.com/show_bug.cgi?id=18457 http://bugs.ActiveState.com/show_bug.cgi?id=18858 Branch: perl ! op.c sv.c t/op/pos.t ____________________________________________________________________________ [ 13532] By: nick on 2001/12/08 14:11:12 Log: Integrate mainline Branch: perlio !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl ____________________________________________________________________________ [ 13531] By: nick on 2001/12/08 13:48:21 Log: Tweak multi-arg open error messages Branch: perlio ! perlio.c ____________________________________________________________________________ [ 13530] By: nick on 2001/12/08 10:20:06 Log: Allow multi-arg open() if opening layer declares this legal. Branch: perlio ! doio.c perlio.c perliol.h ____________________________________________________________________________ [ 13529] By: jhi on 2001/12/07 23:48:58 Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO From: Michael G Schwern Date: Fri, 7 Dec 2001 19:41:31 -0500 Message-ID: <20011208004131.GC642@blackrider> Branch: perl ! t/run/switches.t t/test.pl ____________________________________________________________________________ [ 13528] By: jhi on 2001/12/07 23:47:26 Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO From: Michael G Schwern Date: Fri, 7 Dec 2001 19:12:44 -0500 Message-ID: <20011208001244.GB642@blackrider> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13527] By: jhi on 2001/12/07 22:31:22 Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck! From: Michael G Schwern Date: Fri, 7 Dec 2001 17:28:57 -0500 Message-ID: <20011207222857.GI23210@blackrider> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 13526] By: jhi on 2001/12/07 22:27:46 Log: which_perl: if File::Spec fails, assume "./" and hope for the best. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13525] By: jhi on 2001/12/07 22:21:25 Log: which_perl: delay as much a possible till runtime. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13524] By: jhi on 2001/12/07 21:58:15 Log: Further tweakage to which_perl(). Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13523] By: jhi on 2001/12/07 21:57:30 Log: perluniintro tweaks. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13522] By: jhi on 2001/12/07 21:01:02 Log: Tweak the $Perl computation. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13521] By: jhi on 2001/12/07 17:27:02 Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery From: Nicholas Clark Date: Fri, 7 Dec 2001 17:06:56 +0000 Message-ID: <20011207170656.G21702@plum.flirble.org> Branch: perl ! doop.c t/op/chop.t ____________________________________________________________________________ [ 13520] By: jhi on 2001/12/07 15:55:34 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13519] By: jhi on 2001/12/07 15:32:58 Log: Missing ). Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13518] By: jhi on 2001/12/07 15:24:32 Log: Allow several arguments to display(). Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13517] By: jhi on 2001/12/07 15:19:20 Log: /dev/stdout could be either a character special file or a named pipe, so let's pretend it doesn't exist. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13516] By: nick on 2001/12/07 15:09:23 Log: Integrate again - can I catch up ? Branch: perlio !> t/test.pl ____________________________________________________________________________ [ 13515] By: nick on 2001/12/07 15:08:17 Log: Integrate mainline some more Branch: perlio !> README.hpux hints/linux.sh pod/perlfunc.pod ____________________________________________________________________________ [ 13514] By: nick on 2001/12/07 15:07:15 Log: Integrate mainline Branch: perlio +> djgpp/djgpp.h ext/Devel/PPPort/Changes +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t +> hints/super-ux.sh lib/File/Spec/t/Functions.t +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod +> t/lib/Math/BigInt/BareCalc.pm - ext/Devel/PPPort/harness/Harness.pm - ext/Devel/PPPort/harness/Harness.xs - ext/Devel/PPPort/harness/Makefile.PL - ext/Devel/PPPort/harness/module2.c - ext/Devel/PPPort/harness/module3.c - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t - lib/File/Spec/Functions.t !> (integrate 103 files) ____________________________________________________________________________ [ 13513] By: jhi on 2001/12/07 14:58:06 Log: Add display() for displaying icky scalars. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13511] By: jhi on 2001/12/07 14:40:58 Log: Subject: [ID 20011207.001] documentation bug for waitpid From: Jan-Pieter Cornet Date: Fri, 7 Dec 2001 12:44:56 +0100 Message-Id: <200112071144.MAA12790@pc.xs4all.nl> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13510] By: jhi on 2001/12/07 14:38:39 Log: gcc version matching didn't. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 13509] By: jhi on 2001/12/07 14:21:33 Log: Subject: HP renamed their servers From: "H.Merijn Brand" Date: Fri, 07 Dec 2001 12:07:22 +0100 Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 13508] By: jhi on 2001/12/07 14:01:41 Log: Subject: Re: [patch pod/perlport.pod] wrong escape From: Ronald J Kimball Date: Fri, 7 Dec 2001 00:24:55 -0500 Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 13507] By: jhi on 2001/12/07 03:07:03 Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2 From: Michael G Schwern Date: Thu, 6 Dec 2001 22:56:34 -0500 Message-ID: <20011207035634.GO22648@blackrider> Branch: perl ! t/base/lex.t t/op/exec.t ____________________________________________________________________________ [ 13506] By: jhi on 2001/12/07 03:05:38 Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing From: Michael G Schwern Date: Thu, 6 Dec 2001 22:45:44 -0500 Message-ID: <20011207034544.GN22648@blackrider> (plus op/ref tweak) Branch: perl ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t ! t/run/kill_perl.t t/test.pl ____________________________________________________________________________ [ 13505] By: jhi on 2001/12/07 01:30:25 Log: Upgrade to Math::BigInt 1.48. Branch: perl + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm ____________________________________________________________________________ [ 13504] By: jhi on 2001/12/07 00:56:58 Log: Mention also perl56delta in case someone is upgrading from Perl 5.005_03. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13503] By: jhi on 2001/12/07 00:46:55 Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests From: Michael G Schwern Date: Thu, 6 Dec 2001 15:15:28 -0500 Message-ID: <20011206201528.GF16414@blackrider> (just the term.t, not the lex.t) Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now From: Michael G Schwern Date: Thu, 6 Dec 2001 15:22:22 -0500 Message-ID: <20011206202222.GG16414@blackrider> Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic From: Michael G Schwern Date: Thu, 6 Dec 2001 15:31:58 -0500 Message-ID: <20011206203158.GI16414@blackrider> Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge From: Michael G Schwern Date: Thu, 6 Dec 2001 17:38:55 -0500 Message-ID: <20011206223855.GC22648@blackrider> Branch: perl ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t ! t/test.pl ____________________________________________________________________________ [ 13502] By: jhi on 2001/12/06 22:15:49 Log: Update the thr5005 situation. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13501] By: jhi on 2001/12/06 22:06:28 Log: perldelta borrowings from perl561delta. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13500] By: jhi on 2001/12/06 21:21:59 Log: Add the 5.6.1 perldelta as perl561delta. (Makes it easier to steal stuff for perldelta :-) Branch: perl + pod/perl561delta.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 13499] By: jhi on 2001/12/06 20:46:04 Log: Retract #13496 for now. Branch: perl ! t/base/lex.t t/base/term.t ____________________________________________________________________________ [ 13498] By: jhi on 2001/12/06 20:16:04 Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix) From: "Craig A. Berry" Date: Thu, 6 Dec 2001 14:54:36 -0600 Message-Id: Branch: perl ! vms/ext/filespec.t ____________________________________________________________________________ [ 13496] By: jhi on 2001/12/06 19:47:53 Log: (retracted by #13499) Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests From: Michael G Schwern Date: Thu, 6 Dec 2001 15:15:28 -0500 Message-ID: <20011206201528.GF16414@blackrider> Branch: perl ! t/base/lex.t t/base/term.t ____________________________________________________________________________ [ 13495] By: jhi on 2001/12/06 17:56:15 Log: Subject: [PATCH t/op/stat.t] VMS has no link count From: Michael G Schwern Date: Thu, 6 Dec 2001 13:54:48 -0500 Message-ID: <20011206185448.GC16414@blackrider> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13494] By: jhi on 2001/12/06 17:54:14 Log: The #4 has nothing to do with Unicode. Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 13493] By: jhi on 2001/12/06 17:52:43 Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests From: Michael G Schwern Date: Thu, 6 Dec 2001 13:45:48 -0500 Message-ID: <20011206184548.GB16414@blackrider> Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 13492] By: jhi on 2001/12/06 15:47:08 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13491] By: jhi on 2001/12/06 15:43:22 Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 6 Dec 2001 11:41:25 EST Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 13490] By: jhi on 2001/12/06 15:08:40 Log: Subject: [PATCH] Re: weirdness in regexps From: Robin Houston Date: Thu, 6 Dec 2001 14:44:01 +0000 Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk> Branch: perl ! op.c t/lib/strict/subs ____________________________________________________________________________ [ 13489] By: jhi on 2001/12/06 15:07:18 Log: Make the -b -c -S tests count all of the /dev, not just check the first one, as suggested by Benjamin Goldberg. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13488] By: jhi on 2001/12/06 14:41:02 Log: Subject: Re: [PATCH: bleadperl] casefold backref From: "Jeff 'japhy' Pinyan" Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) Message-ID: Branch: perl ! regexec.c ____________________________________________________________________________ [ 13487] By: jhi on 2001/12/06 14:30:45 Log: Nits noticed by Philip Newton, and de-tab DB.t. Branch: perl ! lib/DB.t ____________________________________________________________________________ [ 13486] By: jhi on 2001/12/06 14:23:06 Log: Subject: [PATCH] Re: counting tr thinks it's modifying From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 6 Dec 2001 11:06:01 -0000 Message-Id: Branch: perl ! op.c t/op/tr.t ____________________________________________________________________________ [ 13485] By: jhi on 2001/12/06 14:07:54 Log: Subject: [PATCH: bleadperl] casefold backref From: Hugo van der Sanden Date: Wed, 05 Dec 2001 17:27:05 +0000 Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 13484] By: jhi on 2001/12/06 03:04:18 Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 5 Dec 2001 22:34:53 EST Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu> Branch: perl ! mg.c vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 13483] By: jhi on 2001/12/06 02:59:40 Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests From: Michael G Schwern Date: Wed, 5 Dec 2001 19:52:58 -0500 Message-ID: <20011205195257.A903@blackrider> Branch: perl + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t + lib/File/Spec/t/rel2abs2rel.t - lib/File/Spec.t lib/File/Spec/Functions.t ! MANIFEST ____________________________________________________________________________ [ 13482] By: jhi on 2001/12/06 02:48:27 Log: Subject: Re: Silly stat() portability questions From: Benjamin Goldberg Date: Wed, 05 Dec 2001 22:52:35 -0500 Message-ID: <3C0EEB83.8CE93CA2@earthlink.net> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 13481] By: jhi on 2001/12/06 02:39:43 Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix From: "Craig A. Berry" Date: Wed, 05 Dec 2001 16:41:59 -0600 Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01> Branch: perl ! README.vms configure.com lib/File/Spec/VMS.pm ! vms/ext/filespec.t ____________________________________________________________________________ [ 13480] By: jhi on 2001/12/05 19:53:05 Log: $apply->('club', $glibc_maintainers); (Nick Clark just reported that YESSTR is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5) Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 13479] By: jhi on 2001/12/05 19:49:16 Log: Admonish against assuming A^HUNIX fs/uid/gid semantics. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 13478] By: gsar on 2001/12/05 18:22:38 Log: tweak change#13474 (pad entries can apparently be null in some situations) Branch: maint-5.6/perl ! op.c ____________________________________________________________________________ [ 13477] By: jhi on 2001/12/05 17:53:13 Log: Restore the /dev -b -c -S part of the test. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13476] By: jhi on 2001/12/05 17:29:36 Log: Retract #13475 until Arthur gets back to the mine. Branch: perl ! op.c t/run/kill_perl.t ____________________________________________________________________________ [ 13475] By: jhi on 2001/12/05 17:07:00 Log: (retracted by #13476) Manually apply #13474; fixes stale reference to dead CvOUTSIDE(); this can happen when anonymous subroutines that aren't closures are returned from an eval"" (threads/shared/sv_refs.t is coredump-unhappy about this change) Branch: perl ! op.c t/run/kill_perl.t ____________________________________________________________________________ [ 13474] By: gsar on 2001/12/05 15:14:24 Log: replacement for change#10451 fixes stale reference to dead CvOUTSIDE(); this can happen when anonymous subroutines that aren't closures are returned from an eval"" Branch: maint-5.6/perl ! op.c t/op/misc.t ____________________________________________________________________________ [ 13473] By: gsar on 2001/12/05 15:08:18 Log: revert change#10451,10472; it was a naive fix that simply reintroduced the memory leak! Branch: maint-5.6/perl ! op.c t/op/misc.t ____________________________________________________________________________ [ 13472] By: jhi on 2001/12/05 13:30:47 Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split)) From: Wolfgang Laun Date: Wed, 05 Dec 2001 10:49:20 +0100 Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at> Branch: perl ! lib/File/Basename.pm lib/File/Basename.t ____________________________________________________________________________ [ 13471] By: jhi on 2001/12/05 13:22:50 Log: Subject: [PATCH t/op/magic.t] Removing a TODO From: Michael G Schwern Date: Wed, 5 Dec 2001 02:47:59 -0500 Message-ID: <20011205024759.H14333@blackrider> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 13470] By: jhi on 2001/12/05 13:21:09 Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception! From: Michael G Schwern Date: Wed, 5 Dec 2001 02:22:05 -0500 Message-ID: <20011205022205.F14333@blackrider> Branch: perl ! t/op/stat.t vms/test.com ____________________________________________________________________________ [ 13469] By: jhi on 2001/12/05 03:44:59 Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass From: Michael G Schwern Date: Tue, 4 Dec 2001 23:40:10 -0500 Message-ID: <20011204234010.B14333@blackrider> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13468] By: jhi on 2001/12/05 01:37:04 Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass From: Michael G Schwern Date: Tue, 4 Dec 2001 21:09:18 -0500 Message-ID: <20011204210918.D13279@blackrider> t/test. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13467] By: jhi on 2001/12/05 01:36:44 Log: (accidentally empty check-in) Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13466] By: jhi on 2001/12/04 22:51:19 Log: Subject: [PATCH] $., $%, $=, and $- are IV's now From: "H.Merijn Brand" Date: Tue, 04 Dec 2001 23:40:27 +0100 Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl> Branch: perl ! mg.c ____________________________________________________________________________ [ 13465] By: jhi on 2001/12/04 22:50:26 Log: Subject: [PATCH] minor pod fix in Safe.pm From: Rafael Garcia-Suarez Date: Tue, 4 Dec 2001 22:02:34 +0100 Message-ID: <20011204220234.A17293@rafael> Branch: perl ! ext/Opcode/Safe.pm ____________________________________________________________________________ [ 13464] By: jhi on 2001/12/04 22:47:43 Log: CRLF GRRR. Branch: perl ! djgpp/configure.bat ____________________________________________________________________________ [ 13463] By: jhi on 2001/12/04 22:46:28 Log: DJGPP fixes from Laszlo Molnar. Branch: perl ! djgpp/configure.bat djgpp/djgpp.h ____________________________________________________________________________ [ 13462] By: jhi on 2001/12/04 14:56:22 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13461] By: jhi on 2001/12/04 14:49:45 Log: Must wipe out the memory of real Socket before starting to use the new fake one. Branch: perl ! lib/Net/t/config.t ____________________________________________________________________________ [ 13460] By: jhi on 2001/12/04 14:40:28 Log: LC_ALL might trump LANG. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 13459] By: jhi on 2001/12/04 14:39:38 Log: Make the eval runtime. Branch: perl ! lib/open.pm ____________________________________________________________________________ [ 13458] By: jhi on 2001/12/04 14:08:17 Log: Make the Langinfo test both more lenient (allow for any symbol not to exists) and stricter (add more symbols). Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 13457] By: gsar on 2001/12/04 14:07:01 Log: integrate change#13453 from maint-5.6 tweak change#11399 to use an explicit flag rather than ass_u_ming w32_pseudo_id will only be zero for the real toplevel interpreter; avoids multiple hosts from diddling the environment at the same time Branch: perl !> win32/perlhost.h ____________________________________________________________________________ [ 13456] By: jhi on 2001/12/04 13:35:58 Log: Subject: [PATCH] VMS update for perldelta.pod From: "Craig A. Berry" Date: Tue, 4 Dec 2001 00:23:12 -0600 Message-Id: Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13455] By: jhi on 2001/12/04 13:23:19 Log: NetWare tweak from Ananth Kesari. Branch: perl ! NetWare/Makefile ____________________________________________________________________________ [ 13454] By: jhi on 2001/12/04 13:17:38 Log: Upgrade to Net::Ping 2.07, from Rob Brown. Not adding the test suite because of its many assumptions. Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 13453] By: gsar on 2001/12/04 07:54:58 Log: tweak change#11399 to use an explicit flag rather than ass_u_ming w32_pseudo_id will only be zero for the real toplevel interpreter; avoids multiple hosts from diddling the environment at the same time Branch: maint-5.6/perl ! win32/perlhost.h ____________________________________________________________________________ [ 13452] By: jhi on 2001/12/04 04:28:29 Log: Add hints file for SUPER-UX: the UNIX of NEC SX series, from Len Makin. Branch: perl + hints/super-ux.sh ! MANIFEST ____________________________________________________________________________ [ 13451] By: jhi on 2001/12/04 01:58:03 Log: Add Mac OS X known failures to perldelta. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13450] By: jhi on 2001/12/04 01:26:38 Log: I think it's time to call the utf8 code non-test. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13449] By: jhi on 2001/12/04 00:59:27 Log: Retract #13303, need rethink. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13448] By: jhi on 2001/12/03 22:40:22 Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands From: "Craig A. Berry" Date: Mon, 03 Dec 2001 16:28:06 -0600 Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01> Branch: perl ! configure.com lib/File/Basename.pm vms/descrip_mms.template ____________________________________________________________________________ [ 13447] By: jhi on 2001/12/03 22:37:12 Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib From: Andy Dougherty Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST) Message-ID: Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 13446] By: jhi on 2001/12/03 22:29:58 Log: This test is not very robust on 8.3-constrained systems: all the "with truncated name" lines between "Autosplitting ..." and "some names are not unique" lines are unexpected, and the truncation message becomes: testtest.al, testtest.al truncate to testtest Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 13445] By: jhi on 2001/12/03 22:13:07 Log: DOS/DJGPP has nl_langinfo() but nothing much in it. Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 13444] By: jhi on 2001/12/03 22:02:52 Log: Test::Morify UCD.t Branch: perl ! lib/Unicode/UCD.t ____________________________________________________________________________ [ 13443] By: jhi on 2001/12/03 21:50:13 Log: If Socket has not been built (e.g. DJGPP) the libnet tests fall over with (too) much noise. Branch: perl ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t ! lib/Net/t/smtp.t lib/Net/t/time.t ____________________________________________________________________________ [ 13442] By: jhi on 2001/12/03 17:22:08 Log: Subject: [PATCH] shared hash keys and ++/-- From: Nicholas Clark Date: Mon, 3 Dec 2001 16:37:16 +0000 Message-ID: <20011203163716.C21702@plum.flirble.org> Branch: perl ! pp.c pp_hot.c sv.c t/op/inc.t ____________________________________________________________________________ [ 13441] By: jhi on 2001/12/03 17:15:52 Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys From: Jonathan Stowe Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT) Message-ID: Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 13440] By: jhi on 2001/12/03 14:26:58 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13439] By: jhi on 2001/12/03 14:22:05 Log: perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13438] By: jhi on 2001/12/03 14:12:08 Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial From: Sam Tregar Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST) Message-ID: Branch: perl ! pod/perlnewmod.pod ____________________________________________________________________________ [ 13437] By: jhi on 2001/12/03 14:08:59 Log: microperl casting nit. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13436] By: jhi on 2001/12/03 14:03:21 Log: Make sharepvn a macro since all it does is a deref. Branch: perl ! embed.h embed.pl global.sym hv.c hv.h proto.h ____________________________________________________________________________ [ 13435] By: jhi on 2001/12/03 13:38:14 Log: perldelta updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13434] By: jhi on 2001/12/03 13:13:02 Log: PPPort update from Paul Marquess. Branch: perl + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c + ext/Devel/PPPort/t/test.t - ext/Devel/PPPort/harness/Harness.pm - ext/Devel/PPPort/harness/Harness.xs - ext/Devel/PPPort/harness/Makefile.PL - ext/Devel/PPPort/harness/module2.c - ext/Devel/PPPort/harness/module3.c - ext/Devel/PPPort/harness/t/test.t ! MANIFEST ext/Devel/PPPort/MANIFEST ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO ! ext/Devel/PPPort/soak ____________________________________________________________________________ [ 13433] By: jhi on 2001/12/03 12:57:23 Log: No use talking about dynamic library search patch unless we are having a dynamic build. Branch: perl ! t/TEST ____________________________________________________________________________ [ 13432] By: jhi on 2001/12/02 22:35:04 Log: Be more explicit on the List::Util build trick, should also stop unneeded rebuilds on static builds. Branch: perl ! ext/List/Util/Makefile.PL ____________________________________________________________________________ [ 13431] By: jhi on 2001/12/02 22:18:45 Log: We need to replace the optimize (-O1) with the -h scalar0 -h vector0, not append them to the ccflags. Branch: perl ! hints/unicos.sh hints/unicosmk.sh ____________________________________________________________________________ [ 13430] By: jhi on 2001/12/02 20:01:24 Log: Subject: [PATCH] Shared hash keys From: Nicholas Clark Date: Sun, 2 Dec 2001 20:52:32 +0000 Message-ID: <20011202205232.U21702@plum.flirble.org> Branch: perl ! doop.c t/op/tr.t ____________________________________________________________________________ [ 13429] By: jhi on 2001/12/02 19:19:54 Log: Better add new files to MANIFEST, too. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13428] By: jhi on 2001/12/02 18:38:18 Log: Subject: {PATCH] perlpacktut.pod From: "Wolfgang Laun" Date: Sun, 02 Dec 2001 19:55:06 +0100 Message-ID: <200112021955060600.009C0EF9@smtp.chello.at> Branch: perl ! pod/perlpacktut.pod ____________________________________________________________________________ [ 13427] By: jhi on 2001/12/02 17:07:57 Log: Various small nits found by DJGPP build. Branch: perl ! doio.c mg.c pp.c util.c ____________________________________________________________________________ [ 13426] By: jhi on 2001/12/02 16:55:21 Log: Subject: RE: More verbose POD for Carp From: "Benjamin J. Tilly" Date: Sun, 2 Dec 2001 11:32:51 -0500 Message-ID: <3C0A9748@operamail.com> Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 13425] By: jhi on 2001/12/02 16:54:06 Log: Add a header for DJGPP with the function prototypes. Branch: perl + djgpp/djgpp.h ! MANIFEST djgpp/djgpp.c ____________________________________________________________________________ [ 13424] By: jhi on 2001/12/02 01:17:43 Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32 From: Abe Timmerman Date: Sun, 02 Dec 2001 02:41:25 +0100 Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 13423] By: jhi on 2001/12/02 01:05:43 Log: There isn't PTR2INT(), there's PTR2IV(). Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 13422] By: jhi on 2001/12/02 00:56:05 Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users From: Marc Lehmann Date: Sun, 02 Dec 2001 02:44:53 +0100 Message-Id: Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 13421] By: jhi on 2001/12/02 00:25:35 Log: encode()/decode() examples. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 13420] By: jhi on 2001/12/02 00:14:38 Log: DJGPP tweaks from Laszlo Molnar. Branch: perl ! djgpp/config.over djgpp/djgppsed.sh ____________________________________________________________________________ [ 13419] By: jhi on 2001/12/01 20:52:19 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13418] By: jhi on 2001/12/01 20:40:03 Log: Integrate perlio: [ 13409] Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not have file descriptors. Noticed a possibly worse problem in the process ... Branch: perl !> doio.c ____________________________________________________________________________ [ 13417] By: jhi on 2001/12/01 20:37:40 Log: Non-VMS-fixed and Win32-skipped version of Subject: [PATCH t/op/exec.t] Portabilty fix From: Michael G Schwern Date: Fri, 30 Nov 2001 16:09:27 -0500 Message-ID: <20011130160927.A10406@blackrider> Branch: perl ! t/op/exec.t ____________________________________________________________________________ [ 13416] By: jhi on 2001/12/01 20:35:31 Log: Subject: Enabling strict on Carp/Heavy, + internal documentation From: "Benjamin J. Tilly" Date: Sat, 1 Dec 2001 07:01:09 -0500 Message-ID: <3C0D2E39@operamail.com> Subject: More verbose POD for Carp From: "Benjamin J. Tilly" Date: Sat, 1 Dec 2001 08:04:16 -0500 Message-ID: <3C285C2B@operamail.com> Branch: perl ! lib/Carp.pm lib/Carp/Heavy.pm ____________________________________________________________________________ [ 13415] By: jhi on 2001/12/01 20:31:06 Log: Subject: [PATCH lib/DB.t] Strictures, dual variables From: chromatic Date: Sat, 01 Dec 2001 12:41:58 -0700 Message-ID: <20011201194946.50449.qmail@onion.perl.org> Branch: perl ! lib/DB.t ____________________________________________________________________________ [ 13414] By: jhi on 2001/12/01 20:30:17 Log: Try to make a missing RADIXCHAR a softer kinder error. Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 13413] By: jhi on 2001/12/01 20:21:27 Log: Have a little faith on nl_langinfo() itself. Branch: perl ! ext/I18N/Langinfo/Langinfo.xs ____________________________________________________________________________ [ 13412] By: jhi on 2001/12/01 18:47:07 Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is the max, not max plus one) Branch: perl ! ext/I18N/Langinfo/Langinfo.xs ____________________________________________________________________________ [ 13411] By: jhi on 2001/12/01 18:45:32 Log: Make reality agree with the comment. Branch: perl ! ext/I18N/Langinfo/Langinfo.xs ____________________________________________________________________________ [ 13410] By: jhi on 2001/12/01 18:43:11 Log: Try to protect against wild langinfo() arguments. Branch: perl ! ext/I18N/Langinfo/Langinfo.xs ____________________________________________________________________________ [ 13409] By: nick on 2001/12/01 18:19:59 Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not have file descriptors. Noticed a possibly worse problem in the process ... Branch: perlio ! doio.c ____________________________________________________________________________ [ 13408] By: jhi on 2001/12/01 18:18:34 Log: (replaced by #13556) If we are inside an eval, let's be silent about separate symbols and just croak() in the end. Branch: perl ! lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 13407] By: nick on 2001/12/01 17:14:05 Log: Integrate mainline Branch: perlio !> (integrate 26 files) ____________________________________________________________________________ [ 13406] By: jhi on 2001/12/01 16:31:02 Log: Subject: Fix for Exporter error reporting behaviour From: "Benjamin J. Tilly" Date: Sat, 1 Dec 2001 06:34:48 -0500 Message-ID: <3C0D1B9A@operamail.com> Branch: perl ! lib/Exporter.pm lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 13405] By: jhi on 2001/12/01 16:29:27 Log: Need to hide behind an eval to avoid a warning about :utf8 on non-perlio configs. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 13404] By: jhi on 2001/12/01 15:55:51 Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods From: Rafael Garcia-Suarez Date: Fri, 30 Nov 2001 23:46:58 +0100 Message-ID: <20011130234658.A717@rafael> Branch: perl ! op.c t/op/method.t ____________________________________________________________________________ [ 13403] By: jhi on 2001/12/01 15:54:23 Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt From: Rafael Garcia-Suarez Date: Thu, 29 Nov 2001 22:46:12 +0100 Message-ID: <20011129224612.A699@rafael> Branch: perl ! ext/B/B/Xref.pm ____________________________________________________________________________ [ 13402] By: jhi on 2001/12/01 15:52:13 Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open From: Tels Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET) Message-Id: <200112010931.LAA29309@tiku.hut.fi> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13401] By: jhi on 2001/12/01 15:48:13 Log: Subject: [REPATCH] reference pointer comparison From: Nicholas Clark Date: Sat, 1 Dec 2001 13:00:17 +0000 Message-ID: <20011201130017.I21702@plum.flirble.org> Branch: perl ! pp.c ____________________________________________________________________________ [ 13400] By: jhi on 2001/12/01 15:43:15 Log: Upgrade to Storable 1.0.14. Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ____________________________________________________________________________ [ 13399] By: jhi on 2001/12/01 15:40:13 Log: Add simple caches for ::viacode() and ::vianame(). Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 13398] By: nick on 2001/12/01 10:36:24 Log: Integrate mainline. Branch: perlio +> (branch 44 files) - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm - lib/Math/BigInt/t/Math/BigInt/Subclass.pm - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm !> (integrate 250 files) ____________________________________________________________________________ [ 13397] By: jhi on 2001/12/01 04:35:39 Log: Regen toc and modlib. Branch: perl ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 13396] By: jhi on 2001/12/01 04:31:53 Log: Upgrade to podlators-1.18. Branch: perl ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm ____________________________________________________________________________ [ 13395] By: jhi on 2001/11/30 23:03:20 Log: -h scalar0 -h vector0 seems to help for both UNICOS and UNICOS/mk on the unpack %65c problems. (replaces #13393) Branch: perl ! hints/unicos.sh hints/unicosmk.sh ____________________________________________________________________________ [ 13394] By: jhi on 2001/11/30 22:51:17 Log: More Socket constants. Branch: perl ! ext/Socket/Makefile.PL ext/Socket/Socket.pm ____________________________________________________________________________ [ 13393] By: jhi on 2001/11/30 22:00:04 Log: (replaced by #13395) Branch: perl ! hints/unicosmk.sh ____________________________________________________________________________ [ 13392] By: jhi on 2001/11/30 20:26:22 Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385) From: Andy Dougherty Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST) Message-ID: Simplify the test skippage criterion now that we are no more dependent on sed. Branch: perl ! t/comp/cpp.t t/run/switchPx.t ____________________________________________________________________________ [ 13391] By: jhi on 2001/11/30 20:19:37 Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk From: Michael G Schwern Date: Fri, 30 Nov 2001 11:48:44 -0500 Message-ID: <20011130114844.C1303@blackrider> (replaces #13381) Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13390] By: jhi on 2001/11/30 18:12:54 Log: Let's not assume how much memory has been allocated to PVs. Branch: perl ! ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 13389] By: jhi on 2001/11/30 17:38:37 Log: VOS needs to know the modules, including pp_sort. Branch: perl ! vos/perl.bind ____________________________________________________________________________ [ 13388] By: jhi on 2001/11/30 15:18:51 Log: Unused variables. Branch: perl ! ext/Unicode/Normalize/Normalize.xs ____________________________________________________________________________ [ 13387] By: jhi on 2001/11/30 14:57:19 Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t From: John Peacock Date: Fri, 30 Nov 2001 10:24:00 -0500 Message-ID: <3C07A490.A22A76B0@rowman.com> Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 13386] By: jhi on 2001/11/30 14:55:02 Log: Tweak for the VOS building script from Paul Green. Branch: perl ! vos/configure_perl.cm ____________________________________________________________________________ [ 13385] By: jhi on 2001/11/30 14:11:18 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13384] By: jhi on 2001/11/30 14:00:55 Log: Cannot test if cppstdin has not yet been installed. Branch: perl ! t/run/switchPx.t ____________________________________________________________________________ [ 13383] By: jhi on 2001/11/30 13:59:18 Log: Subject: [PATCH perl.c ...] -P on VMS. Evicting sed From: Michael G Schwern Date: Thu, 29 Nov 2001 22:05:11 -0500 Message-ID: <20011129220510.A18869@blackrider> TODO 1: if cppstdin is used and not yet installed, the Px.t will fail (must do the same as in cpp.t) TODO 2: does this work if no Perl whatsoever has yet been installed? That is, we should be using the Perl we are building to execute the one-liner. Branch: perl + t/run/switchPx.aux t/run/switchPx.t ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t ! vms/test.com ____________________________________________________________________________ [ 13382] By: jhi on 2001/11/30 13:41:15 Log: Upgrade to Unicode::Normalize 0.12. Branch: perl ! ext/Unicode/Normalize/Changes ! ext/Unicode/Normalize/Normalize.pm ! ext/Unicode/Normalize/Normalize.xs ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t ! ext/Unicode/Normalize/t/test.t ____________________________________________________________________________ [ 13381] By: jhi on 2001/11/30 13:23:06 Log: (replaced by #13391) Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net Date: 30 Nov 2001 11:41:53 -0000 Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net> No need to die if we have high-paranoia (non-chdirable) system directories. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 13380] By: jhi on 2001/11/30 04:49:56 Log: Paragraph rewrapping. Branch: perl ! pod/perliol.pod ____________________________________________________________________________ [ 13379] By: jhi on 2001/11/30 04:38:34 Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/ From: Stas Bekman Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT) Message-ID: Branch: perl ! pod/perliol.pod ____________________________________________________________________________ [ 13378] By: jhi on 2001/11/30 04:34:40 Log: Whether select() gets restarted on signals is implementation dependent. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 13377] By: jhi on 2001/11/30 01:24:29 Log: More forgotten checkins. Branch: perl ! embed.h embed.pl proto.h ____________________________________________________________________________ [ 13376] By: jhi on 2001/11/30 01:16:22 Log: Add a note about folding vs lowercase. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13375] By: jhi on 2001/11/30 01:09:17 Log: Use to_uni_fold (and add changed global.sym) Branch: perl ! global.sym utf8.c ____________________________________________________________________________ [ 13374] By: jhi on 2001/11/30 00:49:35 Log: Make to Unicode character functions to use UVs instead of U32s and add to_uni_fold(). Branch: perl ! embed.pl proto.h utf8.c ____________________________________________________________________________ [ 13373] By: jhi on 2001/11/29 22:34:44 Log: Subject: Re: DRAFT perlpacktut.pod v0.0 From: Nicholas Clark Date: Thu, 29 Nov 2001 22:47:32 +0000 Message-ID: <20011129224732.W37621@plum.flirble.org> Branch: perl ! pod/perlpacktut.pod ____________________________________________________________________________ [ 13372] By: jhi on 2001/11/29 22:32:49 Log: README.vos updates from Paul Green. Branch: perl ! README.vos ____________________________________________________________________________ [ 13371] By: jhi on 2001/11/29 21:01:31 Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 29 Nov 2001 14:18:51 EST Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu> Branch: perl ! mg.c vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 13370] By: jhi on 2001/11/29 20:59:35 Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms] From: Michael G Schwern Date: Thu, 29 Nov 2001 13:12:31 -0500 Message-ID: <20011129131231.E11300@blackrider> Branch: perl ! README.vms ____________________________________________________________________________ [ 13369] By: jhi on 2001/11/29 20:58:10 Log: BGET_IV was missing. Branch: perl ! ext/ByteLoader/bytecode.h ____________________________________________________________________________ [ 13368] By: jhi on 2001/11/29 15:40:40 Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from [PATCH Perl@13013] Term::Cap and VMS ) From: Jonathan Stowe Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT) Message-ID: Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 13367] By: jhi on 2001/11/29 15:11:43 Log: Porting/checkURL.pl was missing. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13366] By: jhi on 2001/11/29 15:03:52 Log: Subject: INSTALL and READMEs should be reviewed From: Rafael Garcia-Suarez Date: Thu, 29 Nov 2001 16:49:36 +0100 Message-ID: <20011129164936.A17492@rafael> Branch: perl ! README.cygwin ____________________________________________________________________________ [ 13365] By: jhi on 2001/11/29 14:39:01 Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link From: Peter Prymmer Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT) Message-ID: Branch: perl ! README.os390 ____________________________________________________________________________ [ 13364] By: jhi on 2001/11/29 14:34:18 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13363] By: jhi on 2001/11/29 14:26:48 Log: The changes to the curliffed files didn't stick in #13348. Branch: perl ! README.dos README.win32 ____________________________________________________________________________ [ 13362] By: jhi on 2001/11/29 14:13:03 Log: Subject: Re: Found the rev where File::Glob broke From: Andy Dougherty Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST) Message-ID: Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13361] By: jhi on 2001/11/29 14:08:30 Log: Use __DATA__ instead of __END__. Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 13360] By: jhi on 2001/11/29 14:03:28 Log: Subject: [PATCH toke.c] autosplit into @F fix From: Rafael Garcia-Suarez Date: Thu, 29 Nov 2001 14:52:23 +0100 Message-ID: <20011129145223.A25817@rafael> Branch: perl ! toke.c ____________________________________________________________________________ [ 13359] By: jhi on 2001/11/29 13:47:07 Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak From: Rafael Garcia-Suarez Date: Thu, 29 Nov 2001 15:48:15 +0100 Message-ID: <20011129154815.C25817@rafael> Branch: perl ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t ____________________________________________________________________________ [ 13358] By: jhi on 2001/11/29 13:43:40 Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1 From: "Wolfgang Laun" Date: Wed, 28 Nov 2001 20:35:29 +0100 Message-ID: <200111282035290250.0067732D@smtp.chello.at> Branch: perl ! pod/perlpacktut.pod ____________________________________________________________________________ [ 13357] By: jhi on 2001/11/29 13:42:18 Log: Subject: [patch pod/perlapio.pod] csh temp env setting From: Stas Bekman Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) Message-ID: (with tweaks) Branch: perl ! pod/perlapio.pod ____________________________________________________________________________ [ 13356] By: jhi on 2001/11/29 13:39:06 Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs From: Tels Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) Message-Id: <200111290630.IAA08631@tiku.hut.fi> (plus paragraph rewrapping) Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 13355] By: jhi on 2001/11/29 04:43:54 Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum. From: Hugo van der Sanden Date: Wed, 28 Nov 2001 21:47:59 +0000 Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk> Branch: perl ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL ____________________________________________________________________________ [ 13354] By: jhi on 2001/11/29 04:28:29 Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current From: Andy Dougherty Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) Message-ID: Branch: perl ! INSTALL ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 13353] By: jhi on 2001/11/29 04:19:40 Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp) From: Michael G Schwern Date: Wed, 28 Nov 2001 16:37:01 -0500 Message-ID: <20011128163701.H676@blackrider> Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 13352] By: jhi on 2001/11/29 04:18:08 Log: @INC tweak. Branch: perl ! t/op/ref.t ____________________________________________________________________________ [ 13351] By: jhi on 2001/11/29 02:28:06 Log: Subject: [PATCH] Re: [ID 20011127.153] installman error From: Nicholas Clark Date: Wed, 28 Nov 2001 23:38:43 +0000 Message-ID: <20011128233843.N37621@plum.flirble.org> Branch: perl ! installman ____________________________________________________________________________ [ 13350] By: jhi on 2001/11/29 02:18:30 Log: Tweak the forking logic. Branch: perl ! Porting/checkURL.pl ____________________________________________________________________________ [ 13349] By: jhi on 2001/11/29 01:37:48 Log: Update perlmodlib.PL as per #13348. The L<> got changed back because that is coming from ParseLink.pm. Branch: perl ! pod/perlmodlib.PL pod/perlmodlib.pod ____________________________________________________________________________ [ 13348] By: jhi on 2001/11/29 01:31:48 Log: URL fixups from Michael Schwern. Branch: perl ! README.cygwin README.dos README.hpux README.mint README.mpeix ! README.os390 README.qnx README.solaris README.vos README.win32 ! pod/perlmodlib.pod ____________________________________________________________________________ [ 13347] By: jhi on 2001/11/29 01:23:08 Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs From: Barrie Slaymaker Date: Wed, 28 Nov 2001 14:10:01 -0500 Message-ID: <20011128140957.D5236@sizzle.whoville.com> Branch: perl ! lib/Exporter.pm ____________________________________________________________________________ [ 13346] By: jhi on 2001/11/29 01:22:02 Log: Change $=, $., $*, $%, and $- to be IVs instead of longs. Branch: perl ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h ____________________________________________________________________________ [ 13345] By: jhi on 2001/11/29 00:11:56 Log: Subject: [PATCH] Re: $\ very broken From: Rafael Garcia-Suarez Date: Wed, 28 Nov 2001 22:33:08 +0100 Message-ID: <20011128223308.E732@rafael> Subject: Re: [PATCH] Re: $\ very broken From: Nicholas Clark Date: Wed, 28 Nov 2001 22:29:00 +0000 Message-ID: <20011128222859.K37621@plum.flirble.org> Branch: perl ! mg.c t/op/ref.t ____________________________________________________________________________ [ 13344] By: jhi on 2001/11/29 00:05:19 Log: Add Abigail's link checker with the following tweaks: - known dummy URLs (Peter Prymmer) - do also READMEs and INSTALL (Michael Schwern) - do also ftp URLs - add fork retry loop in case the allowed number of processes per user is low Branch: perl + Porting/checkURL.pl ! MANIFEST ____________________________________________________________________________ [ 13343] By: jhi on 2001/11/28 14:56:50 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13342] By: jhi on 2001/11/28 14:15:25 Log: In Linux if we have modern enough gcc and supported enough CPU, crank up the optimization level to -O3. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 13341] By: jhi on 2001/11/28 14:00:12 Log: Add perlpacktut from Wolfgang Laun; regen toc. Branch: perl + pod/perlpacktut.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 13340] By: jhi on 2001/11/28 13:45:00 Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS From: PPrymmer@factset.com Date: Wed, 28 Nov 2001 07:51:26 -0500 Message-ID: Branch: perl ! vms/test.com ____________________________________________________________________________ [ 13339] By: jhi on 2001/11/28 13:37:31 Log: Test cases for the first half of #13338. Branch: perl ! t/lib/h2ph.h t/lib/h2ph.pht ____________________________________________________________________________ [ 13338] By: jhi on 2001/11/28 13:28:08 Log: Subject: Re: h2ph confused by comments in an enum. From: Hugo van der Sanden Date: Wed, 28 Nov 2001 04:19:21 +0000 Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk> Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.] From: Hugo van der Sanden Date: Wed, 28 Nov 2001 13:36:35 +0000 Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk> Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 13337] By: jhi on 2001/11/28 13:15:41 Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS From: Jonathan Stowe Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT) Message-ID: (replace #13327) Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 13336] By: jhi on 2001/11/28 04:21:05 Log: Replace #13335 with Subject: Re: [PATCH perl@13323] Termcap.pm with no termios From: Russ Allbery Date: 27 Nov 2001 20:42:49 -0800 Message-ID: Branch: perl ! lib/Pod/Text/Termcap.pm ____________________________________________________________________________ [ 13335] By: jhi on 2001/11/28 03:33:10 Log: (replaced by #13336) Subject: [PATCH perl@13323] Termcap.pm with no termios From: "Craig A. Berry" Date: Tue, 27 Nov 2001 22:28:50 -0600 Message-Id: Branch: perl ! lib/Pod/Text/Termcap.pm ____________________________________________________________________________ [ 13334] By: jhi on 2001/11/28 03:31:51 Log: Subject: [PATCH perl@13323] solve identity crisis on VMS From: "Craig A. Berry" Date: Tue, 27 Nov 2001 21:46:45 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 13333] By: jhi on 2001/11/28 03:30:03 Log: Upgrade to podlators 1.17. Branch: perl ! lib/Pod/Man.pm lib/Pod/Text/Color.pm ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm ____________________________________________________________________________ [ 13332] By: jhi on 2001/11/28 03:23:04 Log: Fix for "a\x{100}" =~ /A/i. Branch: perl ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t ! utf8.c ____________________________________________________________________________ [ 13331] By: jhi on 2001/11/28 00:52:19 Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS From: "Craig A. Berry" Date: Tue, 27 Nov 2001 17:11:49 -0600 Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01> Branch: perl ! lib/DB.t ____________________________________________________________________________ [ 13330] By: jhi on 2001/11/28 00:50:53 Log: Subject: [PATCH] unterminated C<< ... >> in perldelta From: Ronald J Kimball Date: Tue, 27 Nov 2001 14:55:23 -0500 Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu> Subject: [PATCH: perl@13324] updates to perldelta.pod From: PPrymmer@factset.com Date: Tue, 27 Nov 2001 18:06:04 -0500 Message-ID: plus added some known problems. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13329] By: jhi on 2001/11/28 00:35:53 Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Tue, 27 Nov 2001 15:38:02 EST Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 13328] By: jhi on 2001/11/28 00:34:12 Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core From: Michael G Schwern Date: Tue, 27 Nov 2001 15:31:12 -0500 Message-ID: <20011127153112.G20929@blackrider> Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 13327] By: jhi on 2001/11/28 00:23:10 Log: (replaced by #13337) VMS can safely hardcode a termcap entry for VT100. Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 13326] By: jhi on 2001/11/27 17:47:28 Log: VMS piping fixes from Charles Lane (perl -P should be working now). Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 13325] By: jhi on 2001/11/27 17:44:31 Log: Subject: [PATCH] perlvar.pod fix From: Ronald J Kimball Date: Tue, 27 Nov 2001 13:11:47 -0500 Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 13324] By: jhi on 2001/11/27 15:56:06 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13323] By: jhi on 2001/11/27 15:51:08 Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century From: "Craig A. Berry" Date: Tue, 27 Nov 2001 10:21:18 -0600 Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01> Branch: perl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 13322] By: jhi on 2001/11/27 15:24:12 Log: Protect against accumulating -options -options -options. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 13321] By: jhi on 2001/11/27 15:16:28 Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS From: Barrie Slaymaker Date: Tue, 27 Nov 2001 10:58:54 -0500 Message-ID: <20011127105850.B696@sizzle.whoville.com> Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 13320] By: jhi on 2001/11/27 15:05:33 Log: Tiny fix from John P. Linderman. Branch: perl ! lib/sort.pm ____________________________________________________________________________ [ 13319] By: jhi on 2001/11/27 15:04:37 Log: The Story of sort(), from John P. Linderman. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13318] By: jhi on 2001/11/27 14:58:06 Log: Add information what to do if you are reading perluniintro but using some older Perl. Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13317] By: jhi on 2001/11/27 14:51:42 Log: Update the 'wide characters' FAQ entry. Branch: perl ! pod/perlfaq6.pod ____________________________________________________________________________ [ 13316] By: jhi on 2001/11/27 14:26:25 Log: Fix for Subject: [ID 20011127.151] regex result vars no longer marked as utf8 From: Marc Lehmann Date: Tue, 27 Nov 2001 14:27:14 +0100 Message-Id: Branch: perl ! ext/Encode.t ext/Encode/Encode.xs ____________________________________________________________________________ [ 13315] By: jhi on 2001/11/27 14:06:45 Log: Subject: [PATCH] DB_File 1.801 From: "Paul Marquess" Date: Tue, 27 Nov 2001 15:06:45 -0000 Message-ID: Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL ____________________________________________________________________________ [ 13314] By: jhi on 2001/11/27 13:51:49 Log: Regen perlmodlib. (TODO: why does Pod::t::basic get listed?) Branch: perl ! pod/perlmodlib.pod ____________________________________________________________________________ [ 13313] By: jhi on 2001/11/27 13:49:55 Log: sort() doc tweaks from John P. Linderman. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13312] By: jhi on 2001/11/27 13:36:44 Log: Subject: [PATCH] More perldelta.pod nits From: Simon Glover Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) Message-ID: Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13311] By: jhi on 2001/11/27 13:26:38 Log: Subject: RE: [PATCH @ 13283] Devel::PPPort From: "Paul Marquess" Date: Tue, 27 Nov 2001 11:52:31 -0000 Message-ID: Branch: perl ! ext/Devel/PPPort/harness/Makefile.PL ____________________________________________________________________________ [ 13310] By: jhi on 2001/11/27 13:23:28 Log: Subject: [PATCH t/TEST] Remove redundant #! parsing. Deparse tests better. From: Michael G Schwern Date: Tue, 27 Nov 2001 03:38:24 -0500 Message-ID: <20011127033824.A17775@blackrider> Branch: perl ! t/TEST ____________________________________________________________________________ [ 13309] By: jhi on 2001/11/27 13:16:44 Log: Subject: Re: perlcc very broken From: John Peacock Date: Tue, 27 Nov 2001 06:48:01 -0500 Message-ID: <3C037D71.4030508@rowman.com> Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 13308] By: jhi on 2001/11/27 12:57:49 Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. From: David Dyck Date: Mon, 26 Nov 2001 22:04:38 -0800 Message-Id: <200111270604.WAA20274@dd.tc.fluke.com> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 13307] By: jhi on 2001/11/27 12:56:09 Log: Subject: [ID 20011126.149] t/op/split fails step 37 From: David Dyck Date: Mon, 26 Nov 2001 21:52:35 -0800 Message-Id: <200111270552.VAA09394@dd.tc.fluke.com> Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 13306] By: gbarr on 2001/11/27 12:19:40 Log: incorporate last minute change from libnet 1.0901-tobe Branch: perl ! lib/Net/SMTP.pm ____________________________________________________________________________ [ 13305] By: jhi on 2001/11/27 02:39:35 Log: Pass 7 at perldelta - random edits. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13304] By: jhi on 2001/11/27 02:04:19 Log: Portability and skippage tweaks. Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 13303] By: jhi on 2001/11/27 02:03:49 Log: (retracted by #13449) Try to make Unicode casemapping to work for EBCDIC, too. Branch: perl ! utf8.c ____________________________________________________________________________ [ 13302] By: jhi on 2001/11/27 01:35:23 Log: Just printing 1..0 is not quite enough... Branch: perl ! lib/Dumpvalue.t ____________________________________________________________________________ [ 13301] By: jhi on 2001/11/27 01:22:22 Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC. Delay the match until runtime. Branch: perl ! t/op/append.t ____________________________________________________________________________ [ 13300] By: jhi on 2001/11/27 01:08:10 Log: UTF-EBCDIC. Branch: perl ! ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 13299] By: jhi on 2001/11/27 01:02:21 Log: Be UTF-EBCDIC aware. Branch: perl ! lib/bytes.t ____________________________________________________________________________ [ 13298] By: jhi on 2001/11/27 00:59:44 Log: Bad assumption which way digits and letters sort. Branch: perl ! lib/English.t ____________________________________________________________________________ [ 13297] By: jhi on 2001/11/27 00:55:04 Log: If in EBCDIC but no Convert::EBCDIC the libnet tests will all fail. Branch: perl ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t ! lib/Net/t/smtp.t lib/Net/t/time.t ____________________________________________________________________________ [ 13296] By: jhi on 2001/11/27 00:45:55 Log: Just sorting to guarantee order is not enough. (Think EBCDIC.) Branch: perl ! lib/ExtUtils/Manifest.t ____________________________________________________________________________ [ 13295] By: jhi on 2001/11/27 00:43:38 Log: OS/390 cleanable gunk. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13294] By: jhi on 2001/11/27 00:40:02 Log: Update the EBCDIC MD5 checksums. Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 13293] By: jhi on 2001/11/27 00:28:40 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC From: Nicholas Clark Date: Mon, 26 Nov 2001 23:06:34 +0000 Message-ID: <20011126230633.Q37621@plum.flirble.org> Branch: perl ! installman ____________________________________________________________________________ [ 13292] By: jhi on 2001/11/27 00:24:36 Log: sort tweaks from John P. Linderman. Branch: perl ! lib/sort.pm lib/sort.t perl.h pp_sort.c ____________________________________________________________________________ [ 13291] By: jhi on 2001/11/27 00:20:09 Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string From: Bob Dalgleish Date: Mon, 26 Nov 2001 18:47:25 -0600 Message-Id: Craig Berry submitted half of this patch just yesterday. Spooky cosmic resonance. Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 13290] By: jhi on 2001/11/27 00:15:07 Log: Subject: [PATCH] doio slightly smaller From: Nicholas Clark Date: Tue, 27 Nov 2001 00:40:23 +0000 Message-ID: <20011127004023.S37621@plum.flirble.org> Branch: perl ! doio.c ____________________________________________________________________________ [ 13289] By: jhi on 2001/11/27 00:12:11 Log: perldelta nits from Autrijus Tang and Ron Kimball. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13288] By: jhi on 2001/11/27 00:08:23 Log: Subject: [PATCH] unpack P* uses random length for item From: "Wolfgang Laun" Date: Mon, 26 Nov 2001 19:56:32 +0100 Message-ID: <200111261956320450.01E7217F@smtp.chello.at> Branch: perl ! pod/perldiag.pod pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 13287] By: jhi on 2001/11/26 23:55:02 Log: Subject: [PATCH current] system and taintedness From: Radu Greab Date: Mon, 26 Nov 2001 18:42:29 +0200 Message-ID: <15362.28917.697078.551412@ix.netsoft.ro> Branch: perl ! pp_sys.c t/op/taint.t ____________________________________________________________________________ [ 13286] By: jhi on 2001/11/26 23:53:21 Log: Subject: [PATCH @ 13283] Devel::PPPort From: "Paul Marquess" Date: Mon, 26 Nov 2001 14:37:17 -0000 Message-ID: Branch: perl + ext/Devel/PPPort/MANIFEST ! MANIFEST ext/Devel/PPPort/Makefile.PL ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm ! ext/Devel/PPPort/harness/Harness.xs ! ext/Devel/PPPort/harness/Makefile.PL ! ext/Devel/PPPort/harness/module2.c ! ext/Devel/PPPort/harness/module3.c ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak ____________________________________________________________________________ [ 13285] By: jhi on 2001/11/26 14:08:36 Log: Update the test list. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13284] By: gbarr on 2001/11/26 12:41:45 Log: Sync-up tests with libnet distribution Branch: perl + lib/Net/t/netrc.t ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t ____________________________________________________________________________ [ 13283] By: jhi on 2001/11/26 11:34:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13282] By: jhi on 2001/11/26 11:28:18 Log: Upgrade to podlators 1.16. Branch: perl + lib/Pod/t/basic.cap ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm ! lib/Pod/t/basic.t pod/pod2man.PL ____________________________________________________________________________ [ 13281] By: jhi on 2001/11/26 11:11:08 Log: Pass 6 at perldelta - sort enhancements, generic and platform specific bug fixes. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13280] By: jhi on 2001/11/26 10:35:56 Log: PROPAGATE documentation from Tony Cook. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13279] By: jhi on 2001/11/25 23:45:27 Log: DJGPP cannot do signals that well. Branch: perl ! ext/POSIX/t/sigaction.t ____________________________________________________________________________ [ 13278] By: jhi on 2001/11/25 23:43:30 Log: Can't do subsecond alarms without ualarm; and break out early if alarms do not seem to be coming in as expected. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 13277] By: jhi on 2001/11/25 23:01:39 Log: No Socket, little Net. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13276] By: jhi on 2001/11/25 22:58:44 Log: Take the taint brush to the getcwds. Branch: perl ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c ____________________________________________________________________________ [ 13275] By: jhi on 2001/11/25 21:42:02 Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak From: "Craig A. Berry" Date: Sun, 25 Nov 2001 16:20:45 -0600 Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01> Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 13274] By: jhi on 2001/11/25 21:32:17 Log: Since in some DOS filesystems the timestamp granularity may be only two seconds, better sleep for three to play safe. (Helps CygWin, at least.) Branch: perl ! lib/Memoize/t/expire_file.t ____________________________________________________________________________ [ 13273] By: jhi on 2001/11/25 21:22:10 Log: For some reason CygWin wasn't collapsing multiple slashes into one, which made some Spec.t tests to fail. Either CygWin was being too prudish or the collapsing logic needs to be rethunk. Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 13272] By: jhi on 2001/11/25 20:40:23 Log: Cygwin needs to have libperl.dll around if trying to link with -lperl. Note: this change cures the test but whether it cures CygPerl installation, I don't know: hopefully the libperl5_7_2.dll, or the version equivalent, gets installed also as libperl.dll to the proper place(s). Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 13271] By: jhi on 2001/11/25 20:18:53 Log: -I../lib/.. and -L../lib/..? Strange. Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 13270] By: jhi on 2001/11/25 19:57:54 Log: $MM? Branch: perl ! lib/ExtUtils/Embed.pm ____________________________________________________________________________ [ 13269] By: jhi on 2001/11/25 19:46:55 Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec From: Dave Rolsky Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST) Message-ID: Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm ____________________________________________________________________________ [ 13268] By: jhi on 2001/11/25 19:44:38 Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests From: chromatic Date: Sat, 24 Nov 2001 14:56:57 -0700 Message-ID: <20011124220430.97697.qmail@onion.perl.org> plus a tweak for ithreads builds. Branch: perl + lib/DB.t ! MANIFEST lib/DB.pm ____________________________________________________________________________ [ 13267] By: jhi on 2001/11/25 19:38:50 Log: Win32 compilation tweaks for Blair Zajac. Branch: perl ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h ____________________________________________________________________________ [ 13266] By: jhi on 2001/11/25 19:11:38 Log: I don't think trying to bracket the hires time with lores times is going to be portable enough: Cygwin seems to be capable of getting hires ones rather consistently lower than the lores ones. So let's try average difference instead. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 13265] By: jhi on 2001/11/25 18:28:04 Log: Subject: Re: benchmarks, sorts and reproducibility From: "John P. Linderman" Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST) Message-Id: <200111251925.OAA77172@raptor.research.att.com> Randomize large partitions for quicksort to dodge the angry gods of quadratic. Branch: perl ! pp_sort.c ____________________________________________________________________________ [ 13264] By: jhi on 2001/11/25 18:23:54 Log: The joys of portable quoting. Branch: perl ! ext/Devel/PPPort/harness/Makefile.PL ____________________________________________________________________________ [ 13263] By: jhi on 2001/11/25 18:12:31 Log: sort pragma tweaks. Branch: perl ! lib/sort.pm ____________________________________________________________________________ [ 13262] By: jhi on 2001/11/25 17:10:09 Log: Skip the link= directives of utils.lst if no mandir (if no manpages). Branch: perl ! installman ____________________________________________________________________________ [ 13261] By: gsar on 2001/11/25 16:48:38 Log: integrate changes#8340,13260 from mainline Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process change#3373 introduced a handle leak in backticks and piped open()s that fail Branch: maint-5.6/perl ! t/io/pipe.t util.c ____________________________________________________________________________ [ 13260] By: gsar on 2001/11/25 16:37:29 Log: change#3373 introduced a handle leak in backticks and piped open()s that fail Branch: perl ! util.c ____________________________________________________________________________ [ 13259] By: jhi on 2001/11/25 05:58:47 Log: metaconfig unit change for #13258. Branch: metaconfig/U/perl ! d_procselfexe.U ____________________________________________________________________________ [ 13258] By: jhi on 2001/11/25 05:58:30 Log: Extraenous breaks noticed by David Dyck. Branch: perl ! Configure ____________________________________________________________________________ [ 13257] By: jhi on 2001/11/25 05:32:18 Log: Revert the /proc/self/auxv experiment for now. Branch: perl ! lib/ExtUtils.t perl.c t/lib/1_compile.t ____________________________________________________________________________ [ 13256] By: jhi on 2001/11/25 04:59:31 Log: Also ExtUtils.t had $^X assumptions. Branch: perl ! lib/ExtUtils.t ____________________________________________________________________________ [ 13255] By: jhi on 2001/11/25 04:20:02 Log: Now is Solaris if you start the t/perl in the t/ as "./perl", the $^X will be "../perl", not "./perl". Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13254] By: jhi on 2001/11/25 03:59:06 Log: The new way of finding out $^X in Solaris requires a little tweak if the executable pathname is *not* absolute: prepend "./" (otherwise `$^X ...` will start perl from PATH...) Branch: perl ! perl.c ____________________________________________________________________________ [ 13253] By: jhi on 2001/11/25 03:18:05 Log: Avoid "will not stay shared" warnings. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13252] By: jhi on 2001/11/25 03:00:49 Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two From: Michael G Schwern Date: Sat, 24 Nov 2001 19:56:18 -0500 Message-ID: <20011124195618.A14614@blackrider> Branch: perl ! perl.c pp_sys.c t/op/magic.t util.c ____________________________________________________________________________ [ 13251] By: jhi on 2001/11/25 02:48:04 Log: In the MakeMaker pm_to_blib target don't copy all the files in one fell swoop, deal with them hunkwise, helps for CLIs with limited line lengths. (This seems to help for DJGPP building Encode, where there are dozens of files to copy.) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 13250] By: gsar on 2001/11/25 00:50:10 Log: testsuite leaves stray files behind on windows Branch: perl ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t ____________________________________________________________________________ [ 13249] By: gsar on 2001/11/25 00:32:36 Log: xsubpp produces a spurious warning on directories called 'typemap' Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 13248] By: gsar on 2001/11/25 00:17:28 Log: xsubpp treats invalid (indented) cpp directives as comments Branch: perl ! ext/IO/IO.xs ____________________________________________________________________________ [ 13247] By: gsar on 2001/11/25 00:02:37 Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm Branch: perl ! win32/Makefile win32/Makefile.win64 win32/makefile.mk ____________________________________________________________________________ [ 13246] By: jhi on 2001/11/24 21:45:32 Log: The debug_pag needs to be visible at all times because of the re extension. Branch: perl ! intrpvar.h makedef.pl perl.c perl.h regexec.c ____________________________________________________________________________ [ 13245] By: jhi on 2001/11/24 20:09:20 Log: Subject: Re: [PATCH] Tests are good From: Philip Newton Date: Sat, 24 Nov 2001 21:24:00 +0100 Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 13244] By: jhi on 2001/11/24 19:06:29 Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS From: "Craig A. Berry" Date: Sat, 24 Nov 2001 12:45:44 -0600 Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01> (with tweaks, and combined with Sarathy's #13242) Branch: perl ! configure.com ext/Devel/PPPort/harness/Makefile.PL ____________________________________________________________________________ [ 13243] By: jhi on 2001/11/24 18:46:31 Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION() From: John Peacock Date: Sat, 24 Nov 2001 14:27:46 -0500 Message-ID: <3BFFF4B2.40509@rowman.com> Branch: perl ! lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 13242] By: gsar on 2001/11/24 17:16:18 Log: use portable quotes Branch: perl ! ext/Devel/PPPort/harness/Makefile.PL ____________________________________________________________________________ [ 13241] By: jhi on 2001/11/24 17:09:25 Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC From: Nicholas Clark Date: Sat, 24 Nov 2001 18:06:26 +0000 Message-ID: <20011124180626.T37621@plum.flirble.org> Branch: perl ! installman ____________________________________________________________________________ [ 13240] By: jhi on 2001/11/24 17:06:11 Log: Subject: [PATCH] perl5005delta.pod L<> From: Nicholas Clark Date: Sat, 24 Nov 2001 18:04:21 +0000 Message-ID: <20011124180421.S37621@plum.flirble.org> Branch: perl ! pod/perl5005delta.pod ____________________________________________________________________________ [ 13239] By: gsar on 2001/11/24 17:01:17 Log: fix typo in config.vc; regenerate win32 config_H.* files Branch: perl ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc ____________________________________________________________________________ [ 13238] By: jhi on 2001/11/24 16:16:01 Log: Mention the charnames::vianame(). Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13237] By: jhi on 2001/11/24 16:12:31 Log: Add charnames::vianame() in case people want to access the codes in run-time (as opposed to the compile-timeness of \N{...}). Branch: perl ! lib/charnames.pm lib/charnames.t ____________________________________________________________________________ [ 13236] By: jhi on 2001/11/24 16:11:04 Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times From: Nicholas Clark Date: Sat, 24 Nov 2001 16:30:42 +0000 Message-ID: <20011124163042.R37621@plum.flirble.org> Branch: perl ! regcomp.c regcomp.h ____________________________________________________________________________ [ 13235] By: jhi on 2001/11/24 15:26:37 Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current From: Nicholas Clark Date: Sat, 24 Nov 2001 16:24:33 +0000 Message-ID: <20011124162433.Q37621@plum.flirble.org> cmp fixes. Branch: perl ! pp.c ____________________________________________________________________________ [ 13234] By: jhi on 2001/11/24 15:23:34 Log: Use /proc/self/auxv in Solaris to figure out the $^X. (It seems that "./perl" gets resolved to "perl" now.) Branch: perl ! perl.c ____________________________________________________________________________ [ 13233] By: jhi on 2001/11/24 14:58:52 Log: Subject: [PATCH] DB_File 1.800 From: "Paul Marquess" Date: Sat, 24 Nov 2001 11:41:41 -0000 Message-ID: Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 13232] By: jhi on 2001/11/24 14:48:34 Log: Tweak the PUSHED documentation. Branch: perl ! ext/PerlIO/Via/Via.pm ____________________________________________________________________________ [ 13231] By: jhi on 2001/11/24 04:09:41 Log: Update 1_compile for new known tests. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13230] By: jhi on 2001/11/24 04:07:39 Log: Move the MBF/MBI test modules to t/lib. Branch: perl + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm - lib/Math/BigInt/t/Math/BigInt/Subclass.pm ! MANIFEST lib/Math/BigInt/t/sub_mbf.t ! lib/Math/BigInt/t/sub_mbi.t ____________________________________________________________________________ [ 13229] By: jhi on 2001/11/23 23:09:27 Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218 From: "Craig A. Berry" Date: Fri, 23 Nov 2001 18:05:35 -0600 Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 13228] By: jhi on 2001/11/23 21:11:56 Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char From: PPrymmer@factset.com Date: Fri, 23 Nov 2001 17:03:07 -0500 Message-ID: Branch: perl ! ext/Unicode/Normalize/mkheader ____________________________________________________________________________ [ 13227] By: jhi on 2001/11/23 20:09:36 Log: Here are the right helper files. Branch: perl + t/lib/Filter/Simple/ExportTest.pm + t/lib/Filter/Simple/FilterOnlyTest.pm + t/lib/Filter/Simple/FilterTest.pm + t/lib/Filter/Simple/ImportTest.pm ! MANIFEST ____________________________________________________________________________ [ 13226] By: jhi on 2001/11/23 20:03:28 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13225] By: jhi on 2001/11/23 19:53:53 Log: Never mind. Branch: perl - lib/Filter/Simple/lib/ExportTest.pm - lib/Filter/Simple/lib/ImportTest.pm ____________________________________________________________________________ [ 13224] By: jhi on 2001/11/23 19:52:03 Log: Mis-add. Branch: perl + lib/Filter/Simple/lib/ExportTest.pm + lib/Filter/Simple/lib/ImportTest.pm ____________________________________________________________________________ [ 13223] By: jhi on 2001/11/23 19:39:57 Log: Upgrade to Filter::Simple 0.77. Branch: perl + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t ____________________________________________________________________________ [ 13222] By: jhi on 2001/11/23 19:12:20 Log: Missing p4 add. Branch: perl + lib/ExtUtils/MM_VMS.t ____________________________________________________________________________ [ 13221] By: jhi on 2001/11/23 19:10:18 Log: Pass 5 at perldelta - module and utility updates cleanup. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13220] By: jhi on 2001/11/23 18:55:20 Log: metaconfig unit change for #13219. Branch: metaconfig/U/perl ! d_procselfexe.U ____________________________________________________________________________ [ 13219] By: jhi on 2001/11/23 18:55:06 Log: Regen Porting stuff; regen toc; cleanup nit in Configure. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! pod/buildtoc.PL pod/perltoc.pod ____________________________________________________________________________ [ 13218] By: jhi on 2001/11/23 18:48:18 Log: Add procselfexe and d_dirfd to strange lands. Branch: perl ! NetWare/config.wc configure.com epoc/config.sh uconfig.h ! uconfig.sh vos/config.alpha.def vos/config.alpha.h ! vos/config.ga.def vos/config.ga.h win32/config.bc ! win32/config.gc win32/config.vc win32/config.win64 ! wince/config.ce ____________________________________________________________________________ [ 13217] By: jhi on 2001/11/23 18:47:41 Log: metaconfig unit change for #13216. Branch: metaconfig/U/perl ! d_procselfexe.U ____________________________________________________________________________ [ 13216] By: jhi on 2001/11/23 18:47:17 Log: Better to "quote" the pathname. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 13215] By: jhi on 2001/11/23 18:34:24 Log: Use PROCSELFEXE_PATH. Branch: perl ! perl.c ____________________________________________________________________________ [ 13214] By: jhi on 2001/11/23 18:31:27 Log: metaconfig unit change for #13213. Branch: metaconfig/U/perl ! d_procselfexe.U ____________________________________________________________________________ [ 13213] By: jhi on 2001/11/23 18:31:13 Log: Add probing for BSD-like /proc/curproc/file. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 13212] By: jhi on 2001/11/23 18:10:05 Log: metaconfig unit change for 13211. Branch: metaconfig/U/perl + d_dirfd.U ____________________________________________________________________________ [ 13211] By: jhi on 2001/11/23 18:09:37 Log: Add probing for dirfd() so that it can be added it IO::Dir. Branch: perl ! Configure config_h.SH perl.h ____________________________________________________________________________ [ 13210] By: jhi on 2001/11/23 17:37:27 Log: ...and update the test count. Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 13209] By: jhi on 2001/11/23 17:19:12 Log: Must remove the cap test also from the test script. Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 13208] By: jhi on 2001/11/23 17:11:58 Log: Subject: [PATCH] Tests are good From: Nicholas Clark Date: Fri, 23 Nov 2001 18:12:21 +0000 Message-ID: <20011123181220.F37621@plum.flirble.org> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 13207] By: jhi on 2001/11/23 17:08:31 Log: The basic.cap from podlators 1.14 is not very portable. Branch: perl - lib/Pod/t/basic.cap ! MANIFEST ____________________________________________________________________________ [ 13206] By: jhi on 2001/11/23 16:41:13 Log: Subject: Re: [DOC PATCHES] pod cleanups From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 22 Nov 2001 12:54:16 -0000 Message-Id: Branch: perl ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod ____________________________________________________________________________ [ 13205] By: jhi on 2001/11/23 16:38:10 Log: FAQ sync. Branch: perl ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod ____________________________________________________________________________ [ 13204] By: jhi on 2001/11/23 16:37:21 Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS From: PPrymmer@factset.com Date: Fri, 23 Nov 2001 11:43:45 -0500 Message-ID: Branch: perl ! MANIFEST lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 13203] By: jhi on 2001/11/23 15:47:13 Log: Corify podlators 1.14 test. Branch: perl ! lib/Pod/t/basic.t ____________________________________________________________________________ [ 13202] By: jhi on 2001/11/23 15:38:36 Log: Output tweak needed because of podlators 1.14. Branch: perl ! t/pod/multiline_items.xr ____________________________________________________________________________ [ 13201] By: jhi on 2001/11/23 15:38:04 Log: Upgrade to podlators 1.14. Branch: perl + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t + lib/Pod/t/basic.txt lib/Pod/t/parselink.t ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm ! lib/Pod/Text/Overstrike.pm ____________________________________________________________________________ [ 13200] By: jhi on 2001/11/23 15:32:06 Log: perlmodinstall tweaks from Philip Newton. Branch: perl ! pod/perlmodinstall.pod ____________________________________________________________________________ [ 13199] By: jhi on 2001/11/23 15:05:02 Log: Subject: Re: [PATCH] Porting/genlog -bi and range From: Autrijus Tang Date: Fri, 23 Nov 2001 23:55:53 +0800 Message-ID: <20011123235553.A2310@not.autrijus.org> Branch: perl ! Porting/genlog ____________________________________________________________________________ [ 13198] By: jhi on 2001/11/23 14:58:40 Log: Subject: Re: regex oddness with \Z and $& From: Hugo van der Sanden Date: Fri, 23 Nov 2001 15:15:24 +0000 Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk> Branch: perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 13197] By: jhi on 2001/11/23 14:44:19 Log: regen_headers. Branch: perl ! embed.h global.sym pod/perlapi.pod proto.h ____________________________________________________________________________ [ 13196] By: jhi on 2001/11/23 14:24:08 Log: Forgotten check-in. Branch: perl ! pod/perlapi.pod ____________________________________________________________________________ [ 13195] By: jhi on 2001/11/23 14:23:49 Log: Remembered everything in 13152 but Test/Simple.pm itself, duh. Branch: perl ! lib/Test/Simple.pm ____________________________________________________________________________ [ 13194] By: jhi on 2001/11/22 11:31:59 Log: Retract #13173 (effectively retract Net::Ping 2.06, go back to 2.04, the 2.06 hasn't seen the patches that have gone to the blead version.) Branch: perl - lib/Net/Ping/CHANGES lib/Net/Ping/README - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t - lib/Net/Ping/t/200_ping_tcp.t ! MANIFEST lib/Net/Ping.pm ____________________________________________________________________________ [ 13193] By: jhi on 2001/11/22 11:27:49 Log: Subject: Re: [PATCH perldoc] problems with pod2man From: Robin Barker Date: Thu, 22 Nov 2001 11:00:38 GMT Message-Id: <200111221100.LAA08582@tempest.npl.co.uk> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 13192] By: jhi on 2001/11/22 05:06:35 Log: metaconfig unit change for #13191. Branch: metaconfig/U/perl ! d_procselfexe.U ____________________________________________________________________________ [ 13191] By: jhi on 2001/11/22 05:06:09 Log: procselfexe tweak: for some reason I had a ls in /proc/self/exe, not the ls Configure thought it would found. Branch: perl ! Configure ____________________________________________________________________________ [ 13190] By: jhi on 2001/11/22 04:45:36 Log: Corify the Net::Ping tests; skip the tests unless $ENV{PERL_TEST_Net_Ping} is true. Branch: perl ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t ! lib/Net/Ping/t/200_ping_tcp.t ____________________________________________________________________________ [ 13189] By: jhi on 2001/11/22 04:44:03 Log: metaconfig units changes for #13188. Branch: metaconfig ! U/modified/Head.U Branch: metaconfig/U/perl ! issymlink.U ____________________________________________________________________________ [ 13188] By: jhi on 2001/11/22 04:43:29 Log: The #13182 didn't really help. The real problem seems to be that 'sh' can in AIX mean at least three different things, and we can't know which one it is unless we export $newsh from an earlier run (and it's the 'bsh' aka 'sh' that has the the broken test -h). Branch: perl ! Configure ____________________________________________________________________________ [ 13187] By: gsar on 2001/11/22 03:42:58 Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides Branch: perl ! op.c t/op/override.t ____________________________________________________________________________ [ 13186] By: jhi on 2001/11/22 03:18:49 Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS From: PPrymmer@factset.com Date: Wed, 21 Nov 2001 20:17:25 -0500 Message-ID: Branch: perl ! lib/Shell.t ____________________________________________________________________________ [ 13185] By: jhi on 2001/11/22 03:09:27 Log: Reapply perlmodinstall parts of #12897. Branch: perl ! pod/perlmodinstall.pod ____________________________________________________________________________ [ 13184] By: jhi on 2001/11/22 03:08:00 Log: perlmodinstall 2.01 from Jon Orwant. Branch: perl ! pod/perlmodinstall.pod ____________________________________________________________________________ [ 13183] By: jhi on 2001/11/21 22:33:20 Log: Subject: [PATCH @10907] REXX on OS/2 From: Ilya Zakharevich Date: Wed, 21 Nov 2001 15:26:11 -0500 Message-ID: <20011121152611.A13664@math.ohio-state.edu> Branch: perl ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c ____________________________________________________________________________ [ 13182] By: jhi on 2001/11/21 22:31:10 Log: metaconfig unit change for #13181. Branch: metaconfig/U/perl ! issymlink.U ____________________________________________________________________________ [ 13181] By: jhi on 2001/11/21 22:30:37 Log: AIX has broken builtin 'test'. Branch: perl ! Configure ____________________________________________________________________________ [ 13180] By: jhi on 2001/11/21 22:27:16 Log: Subject: [PATCH 5.7.x] INSTALL size update From: Andy Dougherty Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) Message-ID: Branch: perl ! INSTALL ____________________________________________________________________________ [ 13179] By: jhi on 2001/11/21 22:25:14 Log: Implement the sort pragma. Split sort code from pp_ctl.c to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. Branch: perl + lib/sort.pm lib/sort.t pp_sort.c ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h ! embed.pl global.sym perl.h pp_ctl.c proto.h ! vms/descrip_mms.template vos/build.cm win32/Makefile ! win32/makefile.mk wince/Makefile.ce ____________________________________________________________________________ [ 13178] By: gbarr on 2001/11/21 18:30:10 Log: Sync file with libnet-1.0901-tobe Branch: perl + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod ____________________________________________________________________________ [ 13177] By: jhi on 2001/11/21 17:31:28 Log: Subject: [PATCH perldoc] problems with pod2man From: Robin Barker Date: Wed, 21 Nov 2001 17:48:51 GMT Message-Id: <200111211748.RAA07123@tempest.npl.co.uk> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 13176] By: jhi on 2001/11/21 17:27:30 Log: debug_pad only visible when debugging. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 13175] By: jhi on 2001/11/21 16:02:14 Log: metaconfig units changes for #13174. Branch: metaconfig/U/perl + d_procselfexe.U - procselfexe.U ____________________________________________________________________________ [ 13174] By: jhi on 2001/11/21 16:01:39 Log: procselfexe tweaks. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 13173] By: jhi on 2001/11/21 15:55:08 Log: Upgrade to Net::Ping 2.06. Branch: perl + lib/Net/Ping/CHANGES lib/Net/Ping/README + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + lib/Net/Ping/t/200_ping_tcp.t ! MANIFEST lib/Net/Ping.pm ____________________________________________________________________________ [ 13172] By: jhi on 2001/11/21 15:17:13 Log: Upgrade to Math::BigInt 1.47. Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t ! lib/Math/BigInt/t/sub_mbi.t ____________________________________________________________________________ [ 13171] By: jhi on 2001/11/21 15:03:53 Log: Dynaloading for POSIX-BC from Thomas Dorner. Branch: perl ! hints/posix-bc.sh ____________________________________________________________________________ [ 13170] By: jhi on 2001/11/21 15:02:39 Log: Strange: the same mysterious regex study bug seems to be present both in OS/390 and POSIX-BC. Deep EBCDIC magic that regex engine gets wrong, or a bug in some compiler/library shared by the two platforms? From Thomas Dorner. Branch: perl ! t/op/study.t ____________________________________________________________________________ [ 13169] By: jhi on 2001/11/21 14:47:03 Log: More lost and found. Branch: perl + lib/Test/Simple/README ! MANIFEST ____________________________________________________________________________ [ 13168] By: jhi on 2001/11/21 14:45:05 Log: MANIFESTly missing. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13167] By: jhi on 2001/11/21 14:42:35 Log: Subject: Re: PERFORCE change 13162 for review From: Philip Newton Date: Wed, 21 Nov 2001 16:44:30 +0100 Message-ID: Branch: perl ! ext/Devel/PPPort/PPPort.pm ____________________________________________________________________________ [ 13166] By: jhi on 2001/11/21 14:39:27 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13165] By: jhi on 2001/11/21 14:34:43 Log: Small doc tweaks. Branch: perl ! ext/PerlIO/Via/Via.pm ____________________________________________________________________________ [ 13164] By: jhi on 2001/11/21 14:13:00 Log: Redundant return. Branch: perl ! ext/MIME/Base64/QuotedPrint.pm ____________________________________________________________________________ [ 13163] By: jhi on 2001/11/21 13:52:30 Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly From: "Wolfgang Laun" Date: Wed, 21 Nov 2001 10:23:16 +0100 Message-ID: <200111211023160020.0050BD28@smtp.chello.at> Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 13162] By: jhi on 2001/11/21 13:44:41 Log: Add Devel::PPPort originally from Kenneth Albanowski, revigorated by Paul Marquess: gives h2xs a Perl version portability boost. Branch: perl + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ext/Devel/PPPort/README ext/Devel/PPPort/TODO + ext/Devel/PPPort/harness/Harness.pm + ext/Devel/PPPort/harness/Harness.xs + ext/Devel/PPPort/harness/Makefile.PL + ext/Devel/PPPort/harness/module2.c + ext/Devel/PPPort/harness/module3.c + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak ! MANIFEST lib/h2xs.t utils/h2xs.PL ____________________________________________________________________________ [ 13161] By: jhi on 2001/11/21 13:43:08 Log: Oops. Branch: perl ! lib/Test/Simple/t/filehandles.t ____________________________________________________________________________ [ 13160] By: jhi on 2001/11/21 13:23:07 Log: Subject: Re: PERFORCE change 13152 for review From: Philip Newton Date: Wed, 21 Nov 2001 09:04:05 +0100 Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com> Branch: perl ! lib/Test/Builder.pm ____________________________________________________________________________ [ 13159] By: jhi on 2001/11/21 13:19:08 Log: Subject: Re: PERFORCE change 13142 for review From: Philip Newton Date: Wed, 21 Nov 2001 09:04:03 +0100 Message-ID: plus rewrap few paragraphs. Branch: perl ! lib/Pod/LaTeX.pm ____________________________________________________________________________ [ 13158] By: jhi on 2001/11/21 03:59:51 Log: Integrate #13154 from macperl; Remove comments. Branch: perl !> lib/File/Spec/Mac.pm ____________________________________________________________________________ [ 13157] By: jhi on 2001/11/21 03:53:06 Log: Update the list of modules having tests. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13156] By: pudge on 2001/11/21 03:19:09 Log: Slight doc changes. Branch: maint-5.6/macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 13155] By: pudge on 2001/11/21 03:18:48 Log: Add UTF-16 coercion. Branch: maint-5.6/macperl ! macos/lib/Mac/AppleEvents/Simple.pm ____________________________________________________________________________ [ 13154] By: pudge on 2001/11/21 03:16:55 Log: Remove comments. Branch: maint-5.6/macperl ! lib/File/Spec/Mac.pm ____________________________________________________________________________ [ 13153] By: pudge on 2001/11/21 03:16:00 Log: Fix FSpGetCatInfo (and other functions) corrupting memory with bad filespecs (bug #471867) Branch: maint-5.6/macperl ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap ____________________________________________________________________________ [ 13152] By: jhi on 2001/11/21 03:09:46 Log: Upgrade to Test::Simple 0.33. Branch: perl ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod ____________________________________________________________________________ [ 13151] By: jhi on 2001/11/21 03:01:36 Log: Upgrade to Test::Harness 1.26. Branch: perl ! lib/Test/Harness.pm lib/Test/Harness/Changes ____________________________________________________________________________ [ 13150] By: jhi on 2001/11/21 02:15:47 Log: Integrate change #13145 from maintperl; another compatibility tweak to change#12559: avoid quoting arguments that already have quotes; add test case Branch: perl !> t/op/system_tests win32/win32.c ____________________________________________________________________________ [ 13149] By: gsar on 2001/11/21 02:00:28 Log: integrate change#13147 from mainline (fixes nit in change#10091) Subject: [PATCH] spaceship and refs Branch: maint-5.6/perl ! pp.c pp_hot.c t/op/cmp.t ____________________________________________________________________________ [ 13148] By: jhi on 2001/11/21 00:44:56 Log: Subject: [PATCH] Add test for Pod::ParseUtils From: Tim Jenness Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST) Message-ID: Branch: perl + lib/Pod/t/utils.t ! MANIFEST ____________________________________________________________________________ [ 13147] By: jhi on 2001/11/21 00:40:09 Log: Subject: [PATCH] spaceship and refs From: Nicholas Clark Date: Tue, 20 Nov 2001 21:59:51 +0000 Message-ID: <20011120215951.U62891@plum.flirble.org> Branch: perl ! pp.c pp_hot.c t/op/cmp.t ____________________________________________________________________________ [ 13146] By: jhi on 2001/11/21 00:37:00 Log: Try to clarify which I/O call operates on bytes, which on characters, which on either. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13145] By: gsar on 2001/11/21 00:14:29 Log: another compatibility tweak to change#12559: avoid quoting arguments that already have quotes; add test case Branch: maint-5.6/perl ! t/op/system_tests win32/win32.c ____________________________________________________________________________ [ 13144] By: jhi on 2001/11/20 22:31:47 Log: Give a simple example of writing PerlIO::Via handlers in Perl. Branch: perl ! ext/PerlIO/Via/Via.pm ____________________________________________________________________________ [ 13143] By: jhi on 2001/11/20 20:50:41 Log: Add test for Pod::LaTeX; re-sort MANIFEST. Branch: perl + lib/Pod/t/latex.t ! MANIFEST ____________________________________________________________________________ [ 13142] By: jhi on 2001/11/20 20:42:48 Log: Subject: [PATCH] Pod::LaTeX up to V0.54 From: Tim Jenness Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST) Message-ID: Branch: perl ! lib/Pod/LaTeX.pm pod/pod2latex.PL ____________________________________________________________________________ [ 13141] By: jhi on 2001/11/20 20:35:14 Log: Spread d_procselfexe to far-off lands (undefined). Branch: perl ! NetWare/config.wc configure.com epoc/config.sh uconfig.h ! uconfig.sh vos/config.alpha.def vos/config.alpha.h ! vos/config.ga.def vos/config.ga.h win32/config.bc ! win32/config.gc win32/config.vc win32/config.win64 ! wince/config.ce ____________________________________________________________________________ [ 13140] By: jhi on 2001/11/20 20:17:13 Log: Integrate perlio: [ 13138] perl.c change to use HAS_PROCSELFEXE, also tweak to $^X test to comprehend full path to real executable being returned (like Cygwin as it happens...) Branch: perl !> Configure config_h.SH perl.c t/op/magic.t ____________________________________________________________________________ [ 13139] By: jhi on 2001/11/20 20:12:06 Log: Really define do_report_used() only if DEBUGGING. Branch: perl ! sv.c ____________________________________________________________________________ [ 13138] By: nick on 2001/11/20 20:01:05 Log: perl.c change to use HAS_PROCSELFEXE, also tweak to $^X test to comprehend full path to real executable being returned (like Cygwin as it happens...) Branch: perlio ! perl.c t/op/magic.t ____________________________________________________________________________ [ 13137] By: nick on 2001/11/20 19:46:00 Log: Integrate mainline Branch: perlio +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t +> lib/NEXT/t/unseen.t - lib/NEXT/test.pl !> (integrate 34 files) ____________________________________________________________________________ [ 13136] By: jhi on 2001/11/20 17:47:36 Log: Subject: [?PATCH] terser pp_eq From: Nicholas Clark Date: Mon, 19 Nov 2001 23:09:02 +0000 Message-ID: <20011119230901.O62891@plum.flirble.org> Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 13135] By: jhi on 2001/11/20 17:40:13 Log: Pass 4 at perldelta - cleanup problems found by podchecker. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13134] By: jhi on 2001/11/20 16:59:54 Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6 From: Andy Dougherty Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST) Message-ID: Branch: perl ! ext/re/Makefile.PL ext/re/re.xs ____________________________________________________________________________ [ 13133] By: jhi on 2001/11/20 15:51:04 Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6 From: Andy Dougherty Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST) Message-ID: Branch: perl ! ext/re/re.xs ____________________________________________________________________________ [ 13132] By: jhi on 2001/11/20 15:31:43 Log: Integrate change #13119 from macperl. (No changes since already applied the patch, just keep perforce happy and well-fed.) Branch: perl !> lib/Pod/Html.pm ____________________________________________________________________________ [ 13131] By: jhi on 2001/11/20 15:29:55 Log: Subject: [PATCH] filter-util.pl for Mac OS From: Chris Nandor Date: Tue, 20 Nov 2001 00:16:11 -0500 Message-Id: Branch: perl ! t/lib/filter-util.pl ____________________________________________________________________________ [ 13130] By: jhi on 2001/11/20 15:23:11 Log: Subject: [PATCH] Portability fix for Pod::Html From: Chris Nandor Date: Tue, 20 Nov 2001 00:01:05 -0500 Message-Id: Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 13129] By: jhi on 2001/11/20 15:14:49 Log: Need to skip more tests if not perlio. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 13128] By: jhi on 2001/11/20 15:04:55 Log: Pass 3 at perldelta - sort the lists of new modules, module improvements, and new platforms. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13127] By: jhi on 2001/11/20 13:42:22 Log: Document ${^OPEN}. Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 13126] By: pudge on 2001/11/20 03:28:51 Log: Make configpm work with extra keys Branch: maint-5.6/macperl ! macos/configpm ____________________________________________________________________________ [ 13125] By: pudge on 2001/11/20 03:28:09 Log: Version and doc updates Branch: maint-5.6/macperl ! macos/MPVersion.r macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 13124] By: pudge on 2001/11/20 03:27:44 Log: More fixes for error message parsing (bug #470316) Branch: maint-5.6/macperl ! macos/macish.c ____________________________________________________________________________ [ 13123] By: pudge on 2001/11/20 03:26:32 Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732), remove obsolete function (bug #465225) Branch: maint-5.6/macperl ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c ! macos/macperl/MPScript.c ____________________________________________________________________________ [ 13122] By: pudge on 2001/11/20 03:20:17 Log: Add p2as droplet to distribution. Branch: maint-5.6/macperl + macos/macperl/Droplets/p2as.plx ____________________________________________________________________________ [ 13121] By: pudge on 2001/11/20 03:10:36 Log: Bundle File::Sort. Branch: maint-5.6/macperl + macos/bundled_lib/blib/lib/File/Sort.pm ____________________________________________________________________________ [ 13120] By: pudge on 2001/11/20 03:09:21 Log: Various bundled module fixes. Branch: maint-5.6/macperl ! macos/bundled_ext/Compress/Zlib/Makefile.mk ! macos/bundled_ext/Digest/MD5/t/files.t ! macos/bundled_ext/Filter/t/filter-util.pl ! macos/bundled_lib/blib/lib/Net/Config.pm ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t ____________________________________________________________________________ [ 13119] By: pudge on 2001/11/20 03:08:27 Log: Portability fix for Pod::Html. Branch: maint-5.6/macperl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 13118] By: jhi on 2001/11/20 02:58:38 Log: Upgrade to Text::Balanced 1.89. Branch: perl ! lib/Text/Balanced.pm lib/Text/Balanced/Changes ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t ! lib/Text/Balanced/t/gentag.t ____________________________________________________________________________ [ 13117] By: jhi on 2001/11/20 02:53:32 Log: Upgrade to NEXT 0.50. Branch: perl + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t + lib/NEXT/t/unseen.t - lib/NEXT/test.pl ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README ____________________________________________________________________________ [ 13116] By: pudge on 2001/11/20 02:47:23 Log: Integrate with maint-5.6/perl. Branch: maint-5.6/macperl !> win32/win32.c ____________________________________________________________________________ [ 13115] By: jhi on 2001/11/20 01:57:41 Log: Update the README.threads scary header a bit. Branch: perl ! README.threads ____________________________________________________________________________ [ 13114] By: jhi on 2001/11/20 01:49:59 Log: Pass 2 at perldelta: add some changes since 5.7.2. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13113] By: jhi on 2001/11/20 00:55:25 Log: Subject: [DOC PATCH] perlfaq4.pod From: Tim Jenness Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST) Message-ID: Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 13112] By: jhi on 2001/11/20 00:53:17 Log: Subject: [PATCH perl.c] Extra diagnostics for -DP From: Michael G Schwern Date: Mon, 19 Nov 2001 19:53:12 -0500 Message-ID: <20011119195311.I11883@blackrider> Branch: perl ! perl.c ____________________________________________________________________________ [ 13111] By: jhi on 2001/11/20 00:48:46 Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog From: PPrymmer@factset.com Date: Mon, 19 Nov 2001 17:08:59 -0500 Message-ID: Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 13110] By: jhi on 2001/11/20 00:39:02 Log: Create a per-interpeter debug scratchpad container and use that for the regexec debugging. Branch: perl ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c ____________________________________________________________________________ [ 13109] By: nick on 2001/11/19 22:01:45 Log: Use /proc/self/exe to set $^X on linux (or anywhere new Configure unit detects the feature). Branch: metaconfig/U/perl + procselfexe.U Branch: perlio ! Configure config_h.SH ____________________________________________________________________________ [ 13108] By: nick on 2001/11/19 20:39:17 Log: Integrate mainline Branch: perlio +> t/op/or.t !> (integrate 44 files) ____________________________________________________________________________ [ 13107] By: jhi on 2001/11/19 20:22:36 Log: sysseek tweak. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 13106] By: jhi on 2001/11/19 20:18:42 Log: Move the sysio tests from io/utf8 to lib/open. Branch: perl ! lib/open.t t/io/utf8.t ____________________________________________________________________________ [ 13105] By: nick on 2001/11/19 20:15:39 Log: Add a .package and a README to //depot/metaconfig Branch: metaconfig + .package README ____________________________________________________________________________ [ 13104] By: jhi on 2001/11/19 20:01:54 Log: Thou shalt not mix stdio and sysio. Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 13103] By: jhi on 2001/11/19 19:28:40 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13102] By: jhi on 2001/11/19 19:17:14 Log: The runops_debug needs to be present always, otherwise places like AIX which need an explicit symbol export list will croak when trying to build Devel::Peek (which uses the runops_debug). Branch: perl ! makedef.pl ____________________________________________________________________________ [ 13101] By: jhi on 2001/11/19 19:06:48 Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t From: PPrymmer@factset.com Date: Mon, 19 Nov 2001 11:34:22 -0500 Message-ID: Branch: perl ! lib/Memoize/t/tie_sdbm.t ____________________________________________________________________________ [ 13100] By: jhi on 2001/11/19 18:57:11 Log: Retract #13088: it seems that unless dump.c is extensively reorganized as to what symbols it shows, when, and to whom, we are stuck with having the dump.o symbols in the libperl and thusly in the main Perl binary. Branch: perl ! embedvar.h perlapi.h perlvars.h ____________________________________________________________________________ [ 13099] By: jhi on 2001/11/19 18:02:14 Log: The _uni_display should not be in dump.c since they are used under normal operation (S_not_a_number()). Branch: perl ! dump.c embed.h embed.pl global.sym proto.h utf8.c ____________________________________________________________________________ [ 13098] By: jhi on 2001/11/19 17:37:26 Log: Protect sv_dump() from being included unless DEBUGGING, as noticed by Ilya. Branch: perl ! sv.c ____________________________________________________________________________ [ 13097] By: jhi on 2001/11/19 15:11:41 Log: Pending further investigation skip the tell() tests. The tell() is okay on Solaris, HP-UX and Tru64, but fails (by returning too much) in Linux. Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 13096] By: jhi on 2001/11/19 14:28:57 Log: Retract #13082 until a better solution is found: statics break ithreads. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13095] By: jhi on 2001/11/19 14:24:33 Log: Figures 1 and 2 for UTF-8. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13094] By: jhi on 2001/11/19 14:09:34 Log: Subject: [PATCH] new warning "Useless use of sort in scalar context" From: Rafael Garcia-Suarez Date: Mon, 19 Nov 2001 13:26:45 +0100 Message-ID: <20011119132645.A15034@rafael> Branch: perl ! op.c pod/perldiag.pod t/lib/warnings/op ____________________________________________________________________________ [ 13093] By: jhi on 2001/11/19 14:07:20 Log: Subject: [PATCH t/op/closure.t] A little extra debugging output From: Michael G Schwern Date: Mon, 19 Nov 2001 03:11:12 -0500 Message-ID: <20011119031112.E786@blackrider> Branch: perl ! t/op/closure.t ____________________________________________________________________________ [ 13092] By: jhi on 2001/11/19 14:05:21 Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test From: Michael G Schwern Date: Mon, 19 Nov 2001 03:42:56 -0500 Message-ID: <20011119034256.I786@blackrider> Branch: perl + t/op/or.t ! MANIFEST ____________________________________________________________________________ [ 13091] By: jhi on 2001/11/19 13:50:45 Log: Subject: [PATCH] io_poll.t vms/test.com tweaks From: "Craig A. Berry" Date: Sun, 18 Nov 2001 14:33:48 -0600 Message-Id: Branch: perl ! ext/IO/lib/IO/t/io_poll.t vms/test.com ____________________________________________________________________________ [ 13090] By: jhi on 2001/11/19 13:49:28 Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker From: Dave Rolsky Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) Message-ID: Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 13089] By: jhi on 2001/11/19 13:48:35 Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker From: Dave Rolsky Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) Message-ID: Branch: perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 13088] By: jhi on 2001/11/19 13:44:49 Log: The runops_dbg should not be needed. Branch: perl ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod ____________________________________________________________________________ [ 13087] By: jhi on 2001/11/19 13:28:22 Log: do_spawn() cleanup from Charles Lane. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 13086] By: jhi on 2001/11/19 13:22:26 Log: Update the list of tests. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 13085] By: jhi on 2001/11/18 21:57:23 Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn From: Michael G Schwern Date: Fri, 16 Nov 2001 17:37:04 -0500 Message-ID: <20011116173703.L30160@blackrider> Branch: perl ! t/lib/warnings/sv ____________________________________________________________________________ [ 13084] By: jhi on 2001/11/18 21:38:50 Log: FAQ sync. Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 13083] By: jhi on 2001/11/18 21:37:06 Log: Integrate perlio: [ 13081] Win32 layer has a dup which needs to match new prototype. [ 13080] Wrong way to get stdio mode used. [ 13072] Allow dup'ing of PerlIO::Scalar etc. Branch: perl !> perlio.c win32/win32io.c ____________________________________________________________________________ [ 13082] By: jhi on 2001/11/18 19:13:06 Log: (retracted by #13096) Debugging would be badly skewed by a malloc per regex dump. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13081] By: nick on 2001/11/18 19:08:40 Log: Win32 layer has a dup which needs to match new prototype. Branch: perlio ! win32/win32io.c ____________________________________________________________________________ [ 13080] By: nick on 2001/11/18 19:05:02 Log: Wrong way to get stdio mode used. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 13079] By: jhi on 2001/11/18 18:59:28 Log: Retract #13048: that introduced a malloc() (through savepvn()) to *every* m//, which killed the performance quite badly. Branch: perl ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests ____________________________________________________________________________ [ 13078] By: jhi on 2001/11/18 17:37:31 Log: Pass 1 at perldelta.pod: sort the section contents together, drop all but the 5.7.2 known problems, leave the 5.7.1 security note since that's the fullest explanation (update the date on that). Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13077] By: jhi on 2001/11/18 17:07:12 Log: Retract 11635: close 20011113.110, reopen 20010809.028. Tiny problem in the test for 20011113.110: I hope 'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-) Branch: perl ! pp.c t/op/repeat.t ____________________________________________________________________________ [ 13076] By: jhi on 2001/11/18 16:46:11 Log: All of syswrite/send/sendto need to return character counts, and character counts from the offset, not the beginning of the scalar. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 13075] By: jhi on 2001/11/18 16:39:32 Log: Integrate PerlIO: duping fixes. Branch: perl !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h !> perliol.h sv.c ____________________________________________________________________________ [ 13074] By: jhi on 2001/11/18 16:34:29 Log: syswrite() was still returning byte counts, not character counts. Branch: perl ! pp_sys.c t/io/utf8.t ____________________________________________________________________________ [ 13073] By: jhi on 2001/11/18 16:16:17 Log: Add test for sysread(). Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 13072] By: nick on 2001/11/18 16:15:31 Log: Allow dup'ing of PerlIO::Scalar etc. Branch: perlio ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h ! perliol.h sv.c ____________________________________________________________________________ [ 13071] By: jhi on 2001/11/18 16:12:32 Log: Prepend a null byte to the test set. Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 13070] By: jhi on 2001/11/18 15:13:57 Log: Document how "no utf8;" can become handy. Branch: perl ! lib/utf8.pm ____________________________________________________________________________ [ 13069] By: jhi on 2001/11/18 14:05:23 Log: Integrate perlio: [ 13068] embed.pl generated changes I forgot to include [ 13067] Force inclusion of both Perl_runops_* in perl itself, so they are available for Peek.xs etc. [ 12874] Keep It Simple and Stupid version of readonly hash support. - Test for SvREAONLY(hv) at a few spots in hv.c - add the error message to perldiag.pod - (dubious) add access::readonly() to univeral.c - add test using above - fixup ext/B/t/stash.t to account for access:: existing Branch: perl !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod ____________________________________________________________________________ [ 13068] By: nick on 2001/11/18 13:23:33 Log: embed.pl generated changes I forgot to include Branch: perlio ! embedvar.h perlapi.h pod/perlapi.pod ____________________________________________________________________________ [ 13067] By: nick on 2001/11/18 12:50:19 Log: Force inclusion of both Perl_runops_* in perl itself, so they are available for Peek.xs etc. Branch: perlio ! perlvars.h ____________________________________________________________________________ [ 13066] By: nick on 2001/11/18 11:00:34 Log: Integrate mainline - a few Devel::Peak fails. Branch: perlio +> (branch 29 files) - ext/Thread/Thread.pm lib/Benchmark.t - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes - lib/Lingua/KO/Hangul/Util/README - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t - vms/ext/vmsish.pm vms/ext/vmsish.t ! hv.c !> (integrate 389 files) ____________________________________________________________________________ [ 13065] By: jhi on 2001/11/18 01:22:25 Log: Start working on perldelta. This is not yet any sort of editing; just concatenating perl570delta, perl571delta, and perl572delta. Any sorting not done, any duplicate removal not done, any removal or update of obsolete items not done, any changes since 5.7.2 not included. So there. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 13064] By: jhi on 2001/11/17 22:22:47 Log: Banish "use utf8". Branch: perl ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod ____________________________________________________________________________ [ 13063] By: jhi on 2001/11/17 17:53:38 Log: Tweak from Charles Lane. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 13062] By: jhi on 2001/11/17 15:35:22 Log: Integrate change #13058 from maintperl; change#12559 breaks things on Win9x because command.com doesn't grok dquotes at all; disable all the system() smarts for command.com Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 13061] By: ams on 2001/11/17 13:46:11 Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version From: Jonathan Stowe Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT) Message-Id: Branch: perl ! lib/Term/Cap.pm ____________________________________________________________________________ [ 13060] By: ams on 2001/11/17 09:49:10 Log: Subject: [PATCH9 File/Find.pm doc nits From: Tels Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET) Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 13059] By: ams on 2001/11/17 09:38:38 Log: Subject: [PATCH] Benchmark.pm nit From: Tels Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET) Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 13058] By: gsar on 2001/11/17 03:50:49 Log: change#12559 breaks things on Win9x because command.com doesn't grok dquotes at all; disable all the system() smarts for command.com Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 13057] By: ams on 2001/11/16 20:30:03 Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity From: Andy Dougherty Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST) Message-Id: Branch: perl ! lib/Unicode/UCD.t ____________________________________________________________________________ [ 13056] By: jhi on 2001/11/16 19:18:21 Log: Subject: [Patch Perl@13023] VMS system() warning From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 16 Nov 2001 15:20:11 EST Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 13055] By: jhi on 2001/11/16 19:03:39 Log: It's neither-nor, and protect against the impossible. Branch: perl ! lib/Thread.pm ____________________________________________________________________________ [ 13054] By: jhi on 2001/11/16 18:37:30 Log: 5005threads didn't work because $Thread::VERSION wasn't visible. Oops. Branch: perl ! ext/Thread/Makefile.PL lib/Thread.pm ____________________________________________________________________________ [ 13053] By: jhi on 2001/11/16 17:08:15 Log: Robustness against Linux using something else than gcc; based on Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2 From: Charles Randall Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST) Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com> Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 13052] By: ams on 2001/11/16 16:46:39 Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems] From: Russ Allbery Date: 16 Nov 2001 09:44:21 -0800 Message-Id: Branch: perl ! lib/Pod/ParseLink.pm ____________________________________________________________________________ [ 13051] By: jhi on 2001/11/16 15:26:41 Log: Update perluniintro on the UTF-8 output matters (that -w will warn unless the stream is explicitly UTF-8-ified). Branch: perl ! pod/perluniintro.pod ____________________________________________________________________________ [ 13050] By: jhi on 2001/11/16 15:08:52 Log: Adding new files to MANIFEST is nice. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 13049] By: jhi on 2001/11/16 15:04:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13048] By: jhi on 2001/11/16 14:46:17 Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix From: "Jeff 'japhy' Pinyan" Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) Message-ID: Branch: perl ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests ____________________________________________________________________________ [ 13047] By: jhi on 2001/11/16 14:37:32 Log: Rename perlunintro to perluniintro; regen toc. Branch: perl + pod/perluniintro.pod - pod/perlunintro.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 13046] By: jhi on 2001/11/16 14:14:38 Log: Document the negated lookahead trick to emulate character class subtraction. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 13045] By: jhi on 2001/11/16 14:08:43 Log: Subject: [PATCH perl@13023] Unicode General Category: Cn From: SADAHIRO Tomoyuki Date: Fri, 16 Nov 2001 23:31:04 +0900 Message-Id: <20011116232709.23CF.BQW10602@nifty.com> (with the tweak that Cntrl is not C, it's Cc) Branch: perl ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl ! lib/unicore/mktables ____________________________________________________________________________ [ 13044] By: jhi on 2001/11/16 13:42:44 Log: Subject: [PATCH current] runtime runops switch From: Ilya Zakharevich Date: Fri, 16 Nov 2001 00:48:09 -0500 Message-ID: <20011116004809.A934@math.ohio-state.edu> Branch: perl ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod ! pod/perlintern.pod proto.h run.c ____________________________________________________________________________ [ 13043] By: jhi on 2001/11/16 13:24:28 Log: Further discourage old Thread code; tell how to tell the difference. Branch: perl ! lib/Thread.pm ____________________________________________________________________________ [ 13042] By: jhi on 2001/11/16 13:16:13 Log: A missing return; from Charles Lane. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 13041] By: ams on 2001/11/16 12:11:14 Log: Subject: [PATCH] Doc spellcheck + podcheck From: Autrijus Tang Date: Thu, 15 Nov 2001 22:49:05 -0800 Message-Id: <20011116064905.GA44092@egb.elixus.org> Subject: [PATCH] podcheck+spellcheck, the rest of the story From: Autrijus Tang Date: Fri, 16 Nov 2001 00:42:20 -0800 Message-Id: <20011116084220.GA44295@egb.elixus.org> Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story From: Nicholas Clark Date: Fri, 16 Nov 2001 10:32:01 +0000 Message-Id: <20011116103200.F62891@plum.flirble.org> (Applied after suitable de-mangling.) Branch: perl ! README.aix README.dgux README.dos README.epoc README.hpux ! README.mint README.mpeix README.netware README.os2 ! README.os390 README.plan9 README.qnx README.solaris ! README.threads doio.c pod/perl571delta.pod ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c ____________________________________________________________________________ [ 13040] By: jhi on 2001/11/16 04:48:16 Log: Avoid redefinedness warning for now. Branch: perl ! lib/Thread.pm ____________________________________________________________________________ [ 13039] By: jhi on 2001/11/16 04:44:30 Log: use strict. Branch: perl ! lib/Thread.pm ____________________________________________________________________________ [ 13038] By: jhi on 2001/11/16 04:40:19 Log: Subject: [PATCH Perl@13023] subprocess command line size increase From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 15 Nov 2001 22:54:47 EST Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/vms.c vms/vmspipe.com ____________________________________________________________________________ [ 13037] By: jhi on 2001/11/16 04:38:47 Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current) From: "chromatic" Date: Thu, 15 Nov 2001 19:54:23 -0700 Message-ID: <20011116030139.6821.qmail@onion.perl.org> Branch: perl ! lib/File/stat.t ____________________________________________________________________________ [ 13036] By: jhi on 2001/11/16 04:37:52 Log: Make Thread a wrapper for both ithreads and 5005threads. Needs a lot of work and Arthur's eyeballing (and finishing few missing odds and ends of threads.pm). Now Thread is an extension without its own .pm. If there are people who have experience working with either the 5005threads or the ithreads: cleaning up the documentation (Thread.pm, threads.pm, and perl*thrtut.pod), and porting the various Thread::* modules, like Thread::Queue, to work also with ithreads, is needed. Removed the 5005threads requirement from the 5005 tests for easier testing (not all of them work yet since they use the Thread::* modules that have not been made to work with ithreads). Leave the 5005 tests named as *.tx so that they are not run by "make test". Branch: perl + lib/Thread.pm - ext/Thread/Thread.pm ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod ____________________________________________________________________________ [ 13035] By: jhi on 2001/11/16 03:30:38 Log: $VERSION "a5" doesn't quite work. Branch: perl ! ext/B/Makefile.PL ____________________________________________________________________________ [ 13034] By: jhi on 2001/11/16 00:38:41 Log: Add the fruits of Larry Shatzer's version verifying script. (There are some straddlers, but they will be fixed in the upcoming releases of the modules.) Branch: perl ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm ! wince/FindExt.pm ____________________________________________________________________________ [ 13033] By: jhi on 2001/11/16 00:37:36 Log: Add Larry Shatzer's VERSION verifying script. Branch: perl + Porting/checkVERSION.pl ! MANIFEST Porting/pumpkin.pod ____________________________________________________________________________ [ 13032] By: jhi on 2001/11/16 00:09:31 Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin From: Michael G Schwern Date: Thu, 15 Nov 2001 19:26:40 -0500 Message-ID: <20011115192640.R31399@blackrider> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13031] By: jhi on 2001/11/15 23:18:19 Log: Document the MY_CXT business; from Paul Marquess. Branch: perl ! pod/perlxs.pod ____________________________________________________________________________ [ 13030] By: jhi on 2001/11/15 22:03:46 Log: VMSCMD synch attempt. Branch: perl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 13029] By: jhi on 2001/11/15 21:35:36 Log: Advise against -P as instructed by Schwern. Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 13028] By: jhi on 2001/11/15 21:21:29 Log: Subject: [PATCH] v-strings as Objects Step 1 From: John Peacock Date: Thu, 15 Nov 2001 12:41:04 -0500 Message-ID: <3BF3FE30.70D7EDCA@rowman.com> Branch: perl ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c ! util.c ____________________________________________________________________________ [ 13027] By: jhi on 2001/11/15 21:16:57 Log: Subject: [PATCH] -x (was Re: [PATCH] new tests for command-line switches) From: Michael G Schwern Date: Thu, 15 Nov 2001 12:47:59 -0500 Message-ID: <20011115124759.E31399@blackrider> Branch: perl + t/run/switchx.aux t/run/switchx.t ! MANIFEST t/run/switches.t ____________________________________________________________________________ [ 13026] By: jhi on 2001/11/15 20:55:31 Log: Upgrade to Getopt::Long 2.26_03. Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 13025] By: ams on 2001/11/15 20:46:22 Log: Subject: [PATCH vms/vms.c] VMSCMD missing From: Michael G Schwern Date: Thu, 15 Nov 2001 16:24:11 -0500 Message-Id: <20011115162411.M31399@blackrider> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 13024] By: ams on 2001/11/15 19:32:06 Log: Subject: Re: [ID 20010713.001] use lib segmentation fault From: rspier@pobox.com (Robert Spier) Date: Thu, 15 Nov 2001 11:19:21 -0800 Message-Id: <15348.5433.732364.963687@rls.cx> Branch: perl ! op.c ____________________________________________________________________________ [ 13023] By: jhi on 2001/11/15 15:35:48 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 13022] By: jhi on 2001/11/15 15:11:37 Log: Subject: [PATCH] new tests for command-line switches From: Rafael Garcia-Suarez Date: Thu, 15 Nov 2001 17:00:30 +0100 Message-ID: <20011115170030.A14193@rafael> Branch: perl + t/run/switches.t ! MANIFEST ____________________________________________________________________________ [ 13021] By: jhi on 2001/11/15 15:06:36 Log: Upgrade to podlators 1.13. Branch: perl + lib/Pod/ParseLink.pm ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr ! t/pod/pod2usage.xr t/pod/podselect.xr ____________________________________________________________________________ [ 13020] By: jhi on 2001/11/15 14:47:29 Log: skip "might be used uninitialized". Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 13019] By: jhi on 2001/11/15 14:35:55 Log: Fix for "perlio bug in koi8-r encoding". The problem seemed to be that binmode() always flushed the handle, which is not so good when switching encodings. Fixed, added Matt Sergeant's testcase, documented in perlfunc/binmode, also added a pointer about disciplines to perlfunc/open, and in general cleaned up and reformatted the open entry. Branch: perl ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod ____________________________________________________________________________ [ 13018] By: jhi on 2001/11/15 13:22:57 Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 15 Nov 2001 08:57:06 -0000 Message-Id: chop() and chomp() are not real list functions, so let's not have them overrideable. (Casey will be confused since in #7071 he patched the other way.) Branch: perl ! pod/perlfunc.pod toke.c ____________________________________________________________________________ [ 13017] By: ams on 2001/11/15 12:56:49 Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map From: Robin Barker Date: Thu, 15 Nov 2001 13:48:34 GMT Message-Id: <200111151348.NAA01299@tempest.npl.co.uk> (Applied with tweaks.) Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 13016] By: ams on 2001/11/15 09:12:48 Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun From: Rafael Garcia-Suarez Date: Thu, 15 Nov 2001 09:06:39 +0100 Message-Id: <20011115090639.A13005@rafael> Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 13015] By: jhi on 2001/11/15 04:08:50 Log: "link =" from utils.lst was being processed oddly. Branch: perl ! installman ____________________________________________________________________________ [ 13014] By: ams on 2001/11/15 02:52:52 Log: Subject: [PATCH current] CreateTTY in -d From: Ilya Zakharevich Date: Wed, 14 Nov 2001 21:26:31 -0500 Message-Id: <20011114212631.A25705@math.ohio-state.edu> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 13013] By: jhi on 2001/11/15 00:46:07 Log: Corify the Filter::Simple tests. Branch: perl ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t ! lib/Filter/Simple/t/filter_only.t ____________________________________________________________________________ [ 13012] By: jhi on 2001/11/15 00:42:25 Log: Upgrade to Filter::Simple 0.70. Branch: perl + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t + t/lib/FilterOnlyTest.pm ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t ! t/lib/FilterTest.pm ____________________________________________________________________________ [ 13011] By: jhi on 2001/11/14 22:38:31 Log: Cleanliness inspired by Cygwin. Branch: perl ! Makefile.SH x2p/Makefile.SH ____________________________________________________________________________ [ 13010] By: jhi on 2001/11/14 22:30:59 Log: Add perlunintro (formerly known as perlunitut); regen toc. Branch: perl + pod/perlunintro.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 13009] By: jhi on 2001/11/14 22:27:12 Log: FAQ sync. Branch: perl ! pod/perlfaq6.pod ____________________________________________________________________________ [ 13008] By: jhi on 2001/11/14 22:16:06 Log: Quieten pgcc 2.91.66 worries. Branch: perl ! gv.c pp_ctl.c utf8.c ____________________________________________________________________________ [ 13007] By: jhi on 2001/11/14 22:05:01 Log: Upgrade to Switch 2.06. Branch: perl ! lib/Switch.pm lib/Switch/Changes lib/Switch/README ! lib/Switch/t/nested.t ____________________________________________________________________________ [ 13006] By: jhi on 2001/11/14 21:55:51 Log: Upgrade to Attribute::Handlers 0.76. Branch: perl ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes ! lib/Attribute/Handlers/README ! lib/Attribute/Handlers/demo/Demo.pm ! lib/Attribute/Handlers/demo/Descriptions.pm ! lib/Attribute/Handlers/demo/MyClass.pm ! lib/Attribute/Handlers/demo/demo_cycle.pl ! lib/Attribute/Handlers/demo/demo_hashdir.pl ! lib/Attribute/Handlers/t/multi.t ____________________________________________________________________________ [ 13005] By: jhi on 2001/11/14 21:53:22 Log: Signedness nit. Branch: perl ! regexec.c ____________________________________________________________________________ [ 13004] By: jhi on 2001/11/14 21:24:39 Log: VERSIONize. Branch: perl ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm ! lib/integer.pm ____________________________________________________________________________ [ 13003] By: jhi on 2001/11/14 21:17:02 Log: No pod in internal Net::FTP classes. Branch: perl ! pod/buildtoc.PL ____________________________________________________________________________ [ 13002] By: jhi on 2001/11/14 21:11:48 Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* From: "Jeff 'japhy' Pinyan" Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST) Message-ID: Branch: perl ! regexec.c ____________________________________________________________________________ [ 13001] By: jhi on 2001/11/14 21:09:48 Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered Pudge correctly). Branch: perl ! t/test.pl ____________________________________________________________________________ [ 13000] By: jhi on 2001/11/14 21:00:23 Log: Add comments to mark where $^X is being handled. Branch: perl ! perl.c toke.c ____________________________________________________________________________ [ 12999] By: jhi on 2001/11/14 20:45:42 Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test From: Michael G Schwern Date: Wed, 14 Nov 2001 16:38:25 -0500 Message-ID: <20011114163825.D6519@blackrider> Branch: perl ! t/op/repeat.t ____________________________________________________________________________ [ 12998] By: jhi on 2001/11/14 20:22:06 Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t] From: Michael G Schwern Date: Wed, 14 Nov 2001 13:19:15 -0500 Message-ID: <20011114131915.K5096@blackrider> Branch: perl ! t/op/die_exit.t ____________________________________________________________________________ [ 12997] By: jhi on 2001/11/14 19:36:57 Log: Subject: Re: [PATCH] new version of runperl() From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 14 Nov 2001 15:39:12 EST Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu> "VMS $^X pipes etc" patch. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 12996] By: jhi on 2001/11/14 19:31:01 Log: test.pl runperl() nits from Chris Nandor and Craig Berry, and add "verbose" option to show the final command. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 12995] By: jhi on 2001/11/14 15:02:29 Log: Goof in some of the comment fields of #12994. Branch: perl ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl ! lib/unicore/In/9.pl ____________________________________________________________________________ [ 12994] By: jhi on 2001/11/14 14:59:32 Log: The First, Last ranges in the Unicode data weren't getting their general categories added properly; noticed by Jeffrey Friedl. Branch: perl ! lib/unicore/Category.pl lib/unicore/In/0.pl ! lib/unicore/In/1.pl lib/unicore/In/164.pl ! lib/unicore/In/169.pl lib/unicore/In/170.pl ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl ! lib/unicore/In/8.pl lib/unicore/In/9.pl ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl ! lib/unicore/Is/Word.pl lib/unicore/Name.pl ! lib/unicore/mktables ____________________________________________________________________________ [ 12993] By: jhi on 2001/11/14 13:54:20 Log: Subject: [PATCH] new version of runperl() From: Rafael Garcia-Suarez Date: Wed, 14 Nov 2001 12:23:01 +0100 Message-ID: <20011114122301.A29384@rafael> Branch: perl ! t/io/argv.t t/test.pl ____________________________________________________________________________ [ 12992] By: ams on 2001/11/14 13:40:39 Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/ From: Michael G Schwern Date: Tue, 13 Nov 2001 23:17:54 -0500 Message-Id: <20011113231754.S32567@blackrider> Branch: perl ! perl.c ____________________________________________________________________________ [ 12991] By: jhi on 2001/11/14 13:24:34 Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix] From: Philip Newton Date: Wed, 14 Nov 2001 10:59:53 +0100 Message-ID: plus a lot of paragraph reformatting because of long lines. Branch: perl ! pod/perlapio.pod ____________________________________________________________________________ [ 12990] By: jhi on 2001/11/14 13:19:19 Log: A bool is not a pointer. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 12989] By: jhi on 2001/11/14 02:41:42 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 12988] By: jhi on 2001/11/14 02:18:44 Log: There are several MIME RFCs. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12987] By: ams on 2001/11/14 01:09:28 Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix From: Michael G Schwern Date: Tue, 13 Nov 2001 20:59:13 -0500 Message-Id: <20011113205913.H32567@blackrider> Branch: perl ! t/op/groups.t vms/test.com ____________________________________________________________________________ [ 12986] By: ams on 2001/11/14 01:07:06 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix From: Michael G Schwern Date: Tue, 13 Nov 2001 20:51:34 -0500 Message-Id: <20011113205134.F32567@blackrider> Branch: perl ! ext/IO/lib/IO/t/io_sel.t vms/test.com ____________________________________________________________________________ [ 12985] By: ams on 2001/11/14 00:43:59 Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS? From: Michael G Schwern Date: Tue, 13 Nov 2001 20:38:42 -0500 Message-Id: <20011113203842.E32567@blackrider> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12984] By: ams on 2001/11/14 00:32:15 Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests From: Michael G Schwern Date: Tue, 13 Nov 2001 20:27:02 -0500 Message-Id: <20011113202702.D32567@blackrider> Branch: perl ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t ! ext/IO/lib/IO/t/io_xs.t vms/test.com ____________________________________________________________________________ [ 12983] By: ams on 2001/11/14 00:00:27 Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo From: Michael G Schwern Date: Tue, 13 Nov 2001 19:51:59 -0500 Message-Id: <20011113195159.B32567@blackrider> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12982] By: ams on 2001/11/13 23:53:11 Log: Subject: [PATCH pod/perlapio.pod double-word fix] From: Larry Shatzer Date: Tue, 13 Nov 2001 17:27:59 -0700 Message-Id: <20011113172759.E27768@zippy.zyx.net> Branch: perl ! pod/perlapio.pod ____________________________________________________________________________ [ 12981] By: jhi on 2001/11/13 22:50:27 Log: Fix for the :utf8 read() bug noticed by Matt Sergeant: "large enough" Unicode characters returned more than one as their "Unicode size". Branch: perl ! pp_sys.c t/io/utf8.t ____________________________________________________________________________ [ 12980] By: ams on 2001/11/13 19:32:33 Log: Subject: [PATCH] vms/gen_shrfls.pl tweak From: "Craig A. Berry" Date: Tue, 13 Nov 2001 14:33:25 -0600 Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01> Branch: perl ! vms/gen_shrfls.pl ____________________________________________________________________________ [ 12979] By: jhi on 2001/11/13 18:10:15 Log: Subject: Minor patch to Encode.pm (detypo) From: "Philip Newton" Date: Tue, 13 Nov 2001 20:11:01 +0100 Message-ID: <20011113.200845@ID-11583.news.dfncis.de> Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12978] By: jhi on 2001/11/13 17:55:02 Log: Evil tabulators. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12977] By: jhi on 2001/11/13 17:52:17 Log: Document the available encodings. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12976] By: ams on 2001/11/13 17:14:07 Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? From: Barrie Slaymaker Date: Tue, 13 Nov 2001 12:41:36 -0500 Message-Id: <20011113124133.C24305@sizzle.whoville.com> Branch: perl ! t/op/universal.t ____________________________________________________________________________ [ 12975] By: ams on 2001/11/13 16:24:21 Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? From: Barrie Slaymaker Date: Tue, 13 Nov 2001 10:56:20 -0500 Message-Id: <20011113105620.B24192@sizzle.whoville.com> (Test applied with minor tweaks and ->isa("HASH") omission.) Branch: perl ! lib/UNIVERSAL.pm t/op/universal.t ____________________________________________________________________________ [ 12974] By: ams on 2001/11/13 15:46:07 Log: Subject: [PATCH Benchmark.pm] docco tweaks From: Barrie Slaymaker Date: Tue, 13 Nov 2001 11:34:45 -0500 Message-Id: <20011113113442.B24305@sizzle.whoville.com> Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 12973] By: jhi on 2001/11/13 13:42:40 Log: Subject: [PATCH] Attack of the C loops, round 1 From: Richard Soderberg Date: Mon, 12 Nov 2001 12:07:29 -0800 Message-Id: <200111122007.MAA01994@oregonnet.com> Subject: [PATCH] bytecode.pl (tiny patch) From: Richard Soderberg Date: Mon, 12 Nov 2001 12:53:24 -0800 Message-Id: <200111122053.MAA06272@oregonnet.com> Branch: perl ! bytecode.pl installhtml ____________________________________________________________________________ [ 12972] By: jhi on 2001/11/13 13:41:02 Log: Subject: [PATCH] Update to Filter::Util::Call From: "Paul Marquess" Date: Sun, 11 Nov 2001 22:33:33 -0000 Message-ID: Use the new CXT* macros. Branch: perl ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs ____________________________________________________________________________ [ 12971] By: jhi on 2001/11/13 13:31:34 Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS From: Michael G Schwern Date: Mon, 12 Nov 2001 20:50:34 -0500 Message-ID: <20011112205034.H2888@blackrider> Branch: perl + lib/vmsish.pm lib/vmsish.t - vms/ext/vmsish.pm vms/ext/vmsish.t ! MANIFEST vms/descrip_mms.template ____________________________________________________________________________ [ 12970] By: jhi on 2001/11/13 13:09:23 Log: :utf8 works only with perlio. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 12969] By: jhi on 2001/11/13 13:03:36 Log: Subject: Re: @Config -"des" not quite working on VMS From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Tue, 13 Nov 2001 08:35:13 EST Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com ____________________________________________________________________________ [ 12968] By: jhi on 2001/11/13 12:59:11 Log: Subject: [PATCH] lib/charnames.pm From: Jeffrey Friedl Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com> Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 12967] By: pudge on 2001/11/13 05:44:13 Log: Docs for Mac::err. Branch: maint-5.6/macperl ! macos/ext/Mac/err/err.pm ____________________________________________________________________________ [ 12966] By: pudge on 2001/11/13 05:43:58 Log: Some cleanup; change some globals to references for possible persistence later. Branch: maint-5.6/macperl ! macos/lib/Mac/Glue.pm ____________________________________________________________________________ [ 12965] By: pudge on 2001/11/13 05:42:59 Log: Add in a bunch of Mac OS 9 constants for Mac::Files. Branch: maint-5.6/macperl ! macos/ext/Mac/Files/Files.pm ____________________________________________________________________________ [ 12964] By: pudge on 2001/11/13 05:42:35 Log: Get Mac::Navigation to compile (bug #464684). Branch: maint-5.6/macperl ! macos/Makefile.mk macos/ext/Mac/Makefile.mk ! macos/ext/Mac/Navigation/Makefile.PL ! macos/ext/Mac/Navigation/Navigation.xs ! macos/macperl/Makefile.mk ____________________________________________________________________________ [ 12963] By: pudge on 2001/11/13 05:41:12 Log: Add in modules and POD to help menu. Branch: maint-5.6/macperl ! macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 12962] By: pudge on 2001/11/13 05:28:18 Log: Update bundled modules. Branch: maint-5.6/macperl + macos/bundled_ext/Filter/t/FilterTest.pm + macos/bundled_ext/List/Util/t/shuffle.t + macos/bundled_ext/Storable/t/compat06.t + macos/bundled_ext/Storable/t/st-dump.pl + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl + macos/bundled_lib/blib/lib/LWP/ConnCache.pm + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm + macos/bundled_lib/blib/lib/lwpcook.pod + macos/bundled_lib/t/Filter/Simple/filter.t + macos/bundled_lib/t/Switch/t/given.t + macos/bundled_lib/t/Switch/t/nested.t + macos/bundled_lib/t/Switch/t/switch.t + macos/bundled_lib/t/Text/Balanced/t/extbrk.t + macos/bundled_lib/t/Text/Balanced/t/extcbk.t + macos/bundled_lib/t/Text/Balanced/t/extdel.t + macos/bundled_lib/t/Text/Balanced/t/extmul.t + macos/bundled_lib/t/Text/Balanced/t/extqlk.t + macos/bundled_lib/t/Text/Balanced/t/exttag.t + macos/bundled_lib/t/Text/Balanced/t/extvar.t + macos/bundled_lib/t/Text/Balanced/t/gentag.t + macos/bundled_lib/t/URI/rfc2732.t + macos/bundled_lib/t/libnet/config.t + macos/bundled_lib/t/libnet/libnet_t.pl + macos/bundled_lib/t/libwww-perl/live/google.t + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t + macos/bundled_lib/t/libwww-perl/live/validator.t - macos/bundled_ext/Filter/t/MyFilter.pm - macos/bundled_ext/Storable/t/compat-0.6.t - macos/bundled_ext/Storable/t/dump.pl - macos/bundled_ext/Time/Piece/Makefile.PL - macos/bundled_ext/Time/Piece/Piece.pm - macos/bundled_ext/Time/Piece/Piece.t - macos/bundled_ext/Time/Piece/Piece.xs - macos/bundled_ext/Time/Piece/README - macos/bundled_ext/Time/Piece/Seconds.pm - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm - macos/bundled_lib/blib/lib/Net/DummyInetd.pm - macos/bundled_lib/blib/lib/Net/PH.pm - macos/bundled_lib/blib/lib/Net/SNPP.pm - macos/bundled_lib/blib/lib/Text/Balanced.pod - macos/bundled_lib/t/Filter/Simple/test.pl - macos/bundled_lib/t/Switch/test.pl - macos/bundled_lib/t/Text/Balanced/t/genxt.t - macos/bundled_lib/t/Text/Balanced/t/xbrak.t - macos/bundled_lib/t/Text/Balanced/t/xcode.t - macos/bundled_lib/t/Text/Balanced/t/xdeli.t - macos/bundled_lib/t/Text/Balanced/t/xmult.t - macos/bundled_lib/t/Text/Balanced/t/xquot.t - macos/bundled_lib/t/Text/Balanced/t/xtagg.t - macos/bundled_lib/t/Text/Balanced/t/xvari.t - macos/bundled_lib/t/libnet/ph.t ! (edit 125 files) ____________________________________________________________________________ [ 12961] By: ams on 2001/11/13 00:45:08 Log: Subject: [PATCH pod/perlport.pod] exit docs out of order From: Michael G Schwern Date: Mon, 12 Nov 2001 20:16:45 -0500 Message-Id: <20011112201644.G2888@blackrider> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12960] By: ams on 2001/11/12 23:54:00 Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com] Recoving dup tests for VMS From: Michael G Schwern Date: Mon, 12 Nov 2001 19:35:33 -0500 Message-Id: <20011112193533.D2888@blackrider> Branch: perl ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com ____________________________________________________________________________ [ 12959] By: jhi on 2001/11/12 20:23:59 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12958] By: jhi on 2001/11/12 16:33:01 Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Mon, 12 Nov 2001 12:35:18 EST Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> Branch: perl ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c ____________________________________________________________________________ [ 12957] By: jhi on 2001/11/12 15:26:37 Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result From: Barrie Slaymaker Date: Mon, 12 Nov 2001 11:19:52 -0500 Message-ID: <20011112111948.C7626@sizzle.whoville.com> Branch: perl ! lib/File/Spec.t lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 12956] By: jhi on 2001/11/12 15:23:48 Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result From: Barrie Slaymaker Date: Mon, 12 Nov 2001 11:07:36 -0500 Message-ID: <20011112110733.B7626@sizzle.whoville.com> Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 12955] By: jhi on 2001/11/12 15:22:23 Log: Misplaced test, noticed by Barrie Slaymaker. (We are missing Benchmark tests, then.) Branch: perl + ext/Devel/DProf/DProf.t - lib/Benchmark.t ! MANIFEST ____________________________________________________________________________ [ 12954] By: jhi on 2001/11/12 14:50:44 Log: Subject: [PATCH] a few typo fixes From: Jeffrey Friedl Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST) Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. Branch: perl ! (edit 109 files) ____________________________________________________________________________ [ 12953] By: jhi on 2001/11/12 13:11:55 Log: Add a note about the dangers of bad UTF-8. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12952] By: jhi on 2001/11/12 12:54:52 Log: NetWare Nit from Ananth Kesari. Branch: perl ! NetWare/config.wc ____________________________________________________________________________ [ 12951] By: jhi on 2001/11/12 12:32:13 Log: Ooops. I was "fixing" the wrong routine in #12947 and #12950. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12950] By: jhi on 2001/11/12 12:14:53 Log: (retracted by #12951) Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12949] By: ams on 2001/11/12 06:40:18 Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted From: Robert Spier Date: Sun, 11 Nov 2001 18:50:18 -0800 Message-Id: <15343.14570.121505.233336@rls.cx> Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted From: Rick Delaney Date: 12 Nov 2001 00:15:52 -0500 Message-Id: Branch: perl ! pp_hot.c t/op/taint.t ____________________________________________________________________________ [ 12948] By: jhi on 2001/11/12 01:23:58 Log: It seems that we actually have this detail implemented as for as Level 1 Support of Unicode regex support is concerned: at Level 1 only 1:1 support for loose (aka caseless, aka caseigoring ) matching is required. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12947] By: jhi on 2001/11/11 21:41:44 Log: (retracted by #12951) Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12946] By: jhi on 2001/11/11 21:09:31 Log: BOM, bom, Bom. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12945] By: jhi on 2001/11/11 21:07:18 Log: Upgrade to Math::BigInt 1.46. Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t ____________________________________________________________________________ [ 12944] By: jhi on 2001/11/11 18:52:22 Log: Subject: Re: PERFORCE change 12943 for review From: "Philip Newton" Date: Sun, 11 Nov 2001 20:53:36 +0100 Message-ID: <20011111.204950@ID-11583.news.dfncis.de> Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12943] By: jhi on 2001/11/11 18:00:03 Log: Doc updates; make the Unicode discussions a little bit less alarming, and add information about encodings, surrogates, and BOMs. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12942] By: ams on 2001/11/11 16:45:00 Log: Subject: [PATCH @12917] Unicode::Collate v0.09 From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= Date: Mon, 12 Nov 2001 00:22:57 +0900 Message-Id: <20011112002232.BD46.BQW10602@nifty.com> Branch: perl ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t ____________________________________________________________________________ [ 12941] By: ams on 2001/11/11 13:01:40 Log: Subject: Re: PERFORCE change 12929 for review From: "Philip Newton" Date: Sun, 11 Nov 2001 14:27:44 +0100 Message-Id: <20011111.142505@ID-11583.news.dfncis.de> Branch: perl ! MANIFEST ____________________________________________________________________________ [ 12940] By: ams on 2001/11/11 05:06:43 Log: Subject: [PATCH t/op/chdir.t] %ENV protection From: Michael G Schwern Date: Thu, 8 Nov 2001 22:56:45 -0500 Message-Id: <20011108225645.H5587@blackrider> Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12939] By: ams on 2001/11/11 05:01:00 Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup From: Michael G Schwern Date: Sun, 11 Nov 2001 00:54:43 -0500 Message-Id: <20011111005443.A24450@blackrider> Branch: perl ! ext/Cwd/t/cwd.t ____________________________________________________________________________ [ 12938] By: ams on 2001/11/11 03:25:13 Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t] (was Re: [ID 20011110.104] File::stat vs. $! conflict) From: "chromatic" Date: Sat, 10 Nov 2001 21:03:20 -0700 Message-Id: <20011111041025.12984.qmail@onion.perl.org> Branch: perl ! lib/File/stat.pm lib/File/stat.t ____________________________________________________________________________ [ 12937] By: ams on 2001/11/11 02:05:23 Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS From: "Craig A. Berry" Date: Sat, 10 Nov 2001 17:23:52 -0600 Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 12936] By: jhi on 2001/11/10 18:55:21 Log: Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x. Branch: perl ! lib/open.pm lib/open.t ____________________________________________________________________________ [ 12935] By: jhi on 2001/11/10 17:47:21 Log: The Official name of ASCII. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12934] By: jhi on 2001/11/10 17:44:27 Log: The KOI8-R example wasn't quite right. Branch: perl ! lib/open.pm lib/open.t ____________________________________________________________________________ [ 12933] By: jhi on 2001/11/10 17:30:52 Log: Enhance the open pragma to support :utf8, :locale, and :encoding directly as special cases, and rename the INOUT to IO. Branch: perl ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c ____________________________________________________________________________ [ 12932] By: jhi on 2001/11/10 15:15:29 Log: Document the UTF-16 surrogate encoding and decoding. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12931] By: jhi on 2001/11/10 15:05:56 Log: A potential recursion breaker. Branch: perl ! sv.c ____________________________________________________________________________ [ 12930] By: ams on 2001/11/10 07:46:53 Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests (was Re: perl@12892) From: "chromatic" Date: Sat, 10 Nov 2001 01:28:09 -0700 Message-Id: <20011110083514.86488.qmail@onion.perl.org> Branch: perl ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t ____________________________________________________________________________ [ 12929] By: jhi on 2001/11/10 06:38:07 Log: Add a test for the bytes pragma. Branch: perl + lib/bytes.t ! MANIFEST ____________________________________________________________________________ [ 12928] By: jhi on 2001/11/10 06:10:39 Log: Doc update. Branch: perl ! lib/bytes.pm ____________________________________________________________________________ [ 12927] By: jhi on 2001/11/10 04:19:44 Log: Cease to exist. Branch: perl - lib/Unicode/Normalize.pm ____________________________________________________________________________ [ 12926] By: ams on 2001/11/10 03:23:16 Log: Subject: [patch] my_setenv speedup + fixes From: Doug MacEachern Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST) Message-Id: Branch: perl ! util.c ____________________________________________________________________________ [ 12925] By: jhi on 2001/11/10 01:55:13 Log: Newline trouble. Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12924] By: jhi on 2001/11/10 01:42:29 Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix From: "Craig A. Berry" Date: Fri, 09 Nov 2001 18:13:16 -0600 Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01> Branch: perl ! vms/munchconfig.c ____________________________________________________________________________ [ 12923] By: jhi on 2001/11/10 01:39:01 Log: Subject: [PATCH] new tests for swiches -n -p -a -F From: Rafael Garcia-Suarez Date: Sat, 10 Nov 2001 00:10:45 +0100 Message-ID: <20011110001045.A11945@rafael> Branch: perl + t/run/noswitch.t t/run/switchF.t t/run/switcha.t + t/run/switchn.t t/run/switchp.t ! MANIFEST ____________________________________________________________________________ [ 12922] By: jhi on 2001/11/10 01:34:51 Log: Subject: [PATCH] some tests not cleaning up properly From: Rafael Garcia-Suarez Date: Fri, 9 Nov 2001 22:13:10 +0100 Message-ID: <20011109221310.A11115@rafael> Branch: perl ! ext/Cwd/t/cwd.t t/io/argv.t ____________________________________________________________________________ [ 12921] By: jhi on 2001/11/10 01:32:52 Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 9 Nov 2001 15:07:19 EST Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu> Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12920] By: dougm on 2001/11/10 00:34:50 Log: when PERL_USE_SAFE_PUTENV is defined environ will not have been copied so it shouldn't be freed in perl_destruct() Branch: perl ! perl.c ____________________________________________________________________________ [ 12919] By: ams on 2001/11/09 15:36:22 Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself From: Michael G Schwern Date: Fri, 9 Nov 2001 00:38:59 -0500 Message-Id: <20011109003859.K5587@blackrider> (Applied with directory name changes suggested by Craig Berry.) Branch: perl ! ext/Cwd/t/cwd.t ____________________________________________________________________________ [ 12918] By: ams on 2001/11/09 15:29:15 Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename From: Michael G Schwern Date: Fri, 9 Nov 2001 01:44:14 -0500 Message-Id: <20011109014414.N5587@blackrider> Branch: perl ! vms/ext/filespec.t ____________________________________________________________________________ [ 12917] By: jhi on 2001/11/09 14:39:14 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12916] By: jhi on 2001/11/09 14:33:39 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 12915] By: jhi on 2001/11/09 14:08:30 Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot, see http://www.jepstone.net/bjepson//jpl/cvs.html Branch: perl ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL ____________________________________________________________________________ [ 12914] By: ams on 2001/11/09 14:05:12 Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order? From: Michael G Schwern Date: Thu, 8 Nov 2001 22:05:49 -0500 Message-Id: <20011108220549.F5587@blackrider> Branch: perl ! vms/test.com ____________________________________________________________________________ [ 12913] By: jhi on 2001/11/09 13:54:23 Log: NetWare update from Ananth Kesari. Branch: perl ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h ____________________________________________________________________________ [ 12912] By: ams on 2001/11/09 13:40:26 Log: Subject: [PATCH ID 20011109.100] #!perl -F... From: Rafael Garcia-Suarez Date: Fri, 9 Nov 2001 14:32:28 +0100 Message-Id: <20011109143228.A18996@rafael> Branch: perl ! perl.c ____________________________________________________________________________ [ 12911] By: jhi on 2001/11/09 13:37:01 Log: FAQ sync. Branch: perl ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 12910] By: ams on 2001/11/09 07:33:49 Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code From: Michael G Schwern Date: Fri, 9 Nov 2001 00:41:56 -0500 Message-Id: <20011109004156.L5587@blackrider> Branch: perl ! lib/File/Find/t/find.t ____________________________________________________________________________ [ 12909] By: jhi on 2001/11/09 00:23:40 Log: Upgrade to Unicode::Normalize 0.10, now in XS. The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. Branch: perl + ext/Unicode/Normalize/Changes + ext/Unicode/Normalize/Makefile.PL + ext/Unicode/Normalize/Normalize.pm + ext/Unicode/Normalize/Normalize.pod + ext/Unicode/Normalize/Normalize.xs + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + ext/Unicode/Normalize/t/test.t - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes - lib/Lingua/KO/Hangul/Util/README - lib/Lingua/KO/Hangul/Util/t/test.t - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 12908] By: jhi on 2001/11/08 23:49:42 Log: Test miscounting. Branch: perl ! ext/POSIX/t/posix.t ____________________________________________________________________________ [ 12907] By: jhi on 2001/11/08 22:06:31 Log: Quote the variables in failures messages more nicely. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 12906] By: jhi on 2001/11/08 21:55:32 Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup From: Michael G Schwern Date: Thu, 8 Nov 2001 17:24:49 -0500 Message-ID: <20011108172449.A5587@blackrider> Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup From: "Craig A. Berry" Date: Thu, 8 Nov 2001 16:35:00 -0600 Message-Id: Branch: perl ! ext/POSIX/t/posix.t t/test.pl vms/test.com ____________________________________________________________________________ [ 12905] By: jhi on 2001/11/08 21:51:51 Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3 From: "Paul Marquess" Date: Thu, 8 Nov 2001 22:52:50 -0000 Message-ID: Branch: perl ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 12904] By: jhi on 2001/11/08 21:49:20 Log: Unicode::UCD is not yet supported in EBCDIC platforms. (Probably not an EBCDIC issue the way one would think since no chr() et alia are used in UCD.pm.) Branch: perl ! lib/Unicode/UCD.pm lib/Unicode/UCD.t ____________________________________________________________________________ [ 12903] By: jhi on 2001/11/08 15:16:49 Log: Whether overwriting the $self->{...} values (see #12902) is a good policy or not is debatable, but let's at least be consistent. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 12902] By: jhi on 2001/11/08 15:13:15 Log: The MakeMaker argument () quoting patch that sneaked in at #12883 didn't handle make macros like this $(...). Leaning toothpicks, we've got them. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 12901] By: jhi on 2001/11/08 14:28:38 Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS From: Michael G Schwern Date: Wed, 7 Nov 2001 02:02:29 -0500 Message-ID: <20011107020229.K2858@blackrider> Branch: perl ! t/io/argv.t t/test.pl vms/test.com ____________________________________________________________________________ [ 12900] By: jhi on 2001/11/08 14:14:40 Log: Subject: [PATCH 20011106.084] -s on #! line From: Rafael Garcia-Suarez Date: Wed, 7 Nov 2001 22:23:39 +0100 Message-ID: <20011107222339.E729@rafael> Branch: perl ! embed.h embed.pl perl.c proto.h toke.c ____________________________________________________________________________ [ 12899] By: jhi on 2001/11/08 13:46:02 Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries From: Michael G Schwern Date: Wed, 7 Nov 2001 16:52:49 -0500 Message-ID: <20011107165249.I7346@blackrider> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 12898] By: ams on 2001/11/08 13:02:19 Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ From: Mark-Jason Dominus Date: Thu, 08 Nov 2001 08:59:02 -0500 Message-Id: <20011108135902.2275.qmail@plover.com> Branch: perl ! INSTALL README README.amiga README.os2 README.vms ! lib/I18N/LangTags.pm lib/I18N/LangTags/README ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 12897] By: ams on 2001/11/08 12:49:28 Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ From: mjd@plover.com Date: 8 Nov 2001 13:33:18 -0000 Message-Id: <20011108133318.1786.qmail@plover.com> Branch: perl ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod ! pod/perlport.pod pod/perlvar.pod ____________________________________________________________________________ [ 12896] By: ams on 2001/11/08 11:22:12 Log: open(FH, $file) should strip leading and trailing whitespace. Branch: perl ! doio.c ____________________________________________________________________________ [ 12895] By: ams on 2001/11/08 10:17:14 Log: Subject: [PATCH] resurrect t/op/glob.t on VMS From: "Craig A. Berry" Date: Wed, 07 Nov 2001 13:41:50 -0600 Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01> Branch: perl ! t/op/glob.t ____________________________________________________________________________ [ 12894] By: ams on 2001/11/08 08:32:20 Log: Subject: [ID 20011108.092] makedepend bug with new gcc From: Alexander Klimov Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST) Message-Id: Branch: perl ! makedepend.SH ____________________________________________________________________________ [ 12893] By: ams on 2001/11/08 08:26:31 Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod From: mjd@plover.com Date: 8 Nov 2001 08:08:07 -0000 Message-Id: <20011108080807.30147.qmail@plover.com> Subject: bleadperl perl.pod From: mjd@plover.com Date: 8 Nov 2001 08:10:47 -0000 Message-Id: <20011108081047.30178.qmail@plover.com> Subject: more bleadperl perl.pod From: mjd@plover.com Date: 8 Nov 2001 08:16:28 -0000 Message-Id: <20011108081628.30229.qmail@plover.com> Branch: perl ! pod/perl.pod pod/perldebug.pod ____________________________________________________________________________ [ 12892] By: jhi on 2001/11/07 16:01:37 Log: Tweak for Cray-friendliness from Nicholas Clark. Branch: perl ! sv.c ____________________________________________________________________________ [ 12891] By: jhi on 2001/11/07 15:54:24 Log: VMS patch redo from Charles Lane. Branch: perl ! vms/gen_shrfls.pl ____________________________________________________________________________ [ 12890] By: ams on 2001/11/07 15:16:10 Log: Subject: [ID 20011107.088] two perl pod nits From: lvirden@cas.org Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST) Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org> Branch: perl ! pod/perl.pod pod/perlfaq3.pod ____________________________________________________________________________ [ 12889] By: jhi on 2001/11/07 15:07:18 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12888] By: jhi on 2001/11/07 14:26:42 Log: The (emulated) "no utf8" must be in a BEGIN block to be effective. Branch: perl ! lib/CGI/t/html.t ____________________________________________________________________________ [ 12887] By: jhi on 2001/11/07 13:52:58 Log: "v-strings" is the right term. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 12886] By: jhi on 2001/11/07 13:48:36 Log: Add vstrings-as-objects need to perltodo. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 12885] By: jhi on 2001/11/07 13:43:33 Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc From: Nicholas Clark Date: Wed, 7 Nov 2001 14:36:32 +0000 Message-ID: <20011107143631.I24980@plum.flirble.org> Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 12884] By: jhi on 2001/11/07 13:34:44 Log: The Embed test requires a major rewrite for VMS (plus it reveals a couple of annoying glitches in buffering), so skip the test for now; from Charles Lane. Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12883] By: jhi on 2001/11/07 13:33:16 Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 7 Nov 2001 09:23:28 EST Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu> (Also i seems that an unrelated experimental patch to lib/ExtUtils/MM_Unix.pm was accidentally included.) Branch: perl ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl ____________________________________________________________________________ [ 12882] By: ams on 2001/11/07 05:14:04 Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings From: Mark-Jason Dominus Date: Wed, 07 Nov 2001 00:43:46 -0500 Message-Id: <20011107054346.14428.qmail@plover.com> Branch: perl ! gv.c op.c toke.c ____________________________________________________________________________ [ 12881] By: jhi on 2001/11/07 03:33:08 Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts From: Michael G Schwern Date: Tue, 6 Nov 2001 22:04:39 -0500 Message-ID: <20011106220439.D2858@blackrider> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 12880] By: jhi on 2001/11/07 01:35:30 Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)) From: Jonathan Stowe Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT) Message-ID: (except for one hunk where indentation differs) Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12879] By: jhi on 2001/11/07 01:22:40 Log: Subject: [PATCH File::Spec::*] a bunch of untested patches From: Rafael Garcia-Suarez Date: Tue, 6 Nov 2001 21:45:01 +0100 Message-ID: <20011106214501.A704@rafael> Branch: perl ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 12878] By: jhi on 2001/11/07 01:06:41 Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() From: Michael G Schwern Date: Tue, 6 Nov 2001 20:58:45 -0500 Message-ID: <20011106205845.G29411@blackrider> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 12877] By: jhi on 2001/11/07 01:01:18 Log: Subject: making do_sprintf public From: Doug MacEachern Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST) Message-ID: Branch: perl ! embed.h embed.pl global.sym ____________________________________________________________________________ [ 12876] By: jhi on 2001/11/06 22:12:28 Log: Update to CGI.pm 2.78. TODO: the test suite needs to be merged so that when in core, the core version is tested, and when using the CPAN version, testing the CPAN version. (the changes need to be sent to Lincoln, too...) Branch: perl ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t ____________________________________________________________________________ [ 12875] By: jhi on 2001/11/06 22:10:03 Log: Integrate with perlio; (strictly) readonly hashes via XS. Branch: perl +> t/lib/access.t !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c ____________________________________________________________________________ [ 12874] By: nick on 2001/11/06 21:05:16 Log: Keep It Simple and Stupid version of readonly hash support. - Test for SvREAONLY(hv) at a few spots in hv.c - add the error message to perldiag.pod - (dubious) add access::readonly() to univeral.c - add test using above - fixup ext/B/t/stash.t to account for access:: existing Branch: perlio + t/lib/access.t ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c ____________________________________________________________________________ [ 12873] By: jhi on 2001/11/06 17:07:50 Log: Fix incorrect warnings about broken globbing; from Andy Dougherty. Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 12872] By: jhi on 2001/11/06 15:18:41 Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 toggle-on from the encoding pragma. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 12871] By: jhi on 2001/11/06 13:19:46 Log: Retract #12824, doesn't help and is ignored by Configure anyway. Branch: perl ! hints/beos.sh ____________________________________________________________________________ [ 12870] By: ams on 2001/11/06 10:40:37 Log: Subject: Cosmetic change From: H.Merijn Brand Date: Tue, 06 Nov 2001 12:30:52 +0100 Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 12869] By: nick on 2001/11/06 08:26:40 Log: Integrate mainline Branch: perlio !> ext/DB_File/DB_File.pm global.sym hints/os390.sh !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c ____________________________________________________________________________ [ 12868] By: jhi on 2001/11/06 03:15:50 Log: The parentheses are protected enough. Branch: perl ! hints/os390.sh ____________________________________________________________________________ [ 12867] By: jhi on 2001/11/06 03:13:50 Log: ccflags, not ldflags. Branch: perl ! hints/os390.sh ____________________________________________________________________________ [ 12866] By: jhi on 2001/11/06 03:12:57 Log: ... and the proto to go with #12865. Branch: perl ! proto.h ____________________________________________________________________________ [ 12865] By: jhi on 2001/11/06 03:11:12 Log: Oops. Luckily nothing was using this symbol yet. Branch: perl ! global.sym ____________________________________________________________________________ [ 12864] By: jhi on 2001/11/06 03:05:34 Log: Implement the encoding pragma for regex literals. Branch: perl ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c ____________________________________________________________________________ [ 12863] By: jhi on 2001/11/06 01:01:49 Log: More UTF8 EXACT fixing. Branch: perl ! regexec.c ____________________________________________________________________________ [ 12862] By: jhi on 2001/11/06 00:05:19 Log: More re debugging. Branch: perl ! regexec.c ____________________________________________________________________________ [ 12861] By: jhi on 2001/11/05 23:24:24 Log: EXACT correction attempt. Continued in #12863. Branch: perl ! regexec.c ____________________________________________________________________________ [ 12860] By: jhi on 2001/11/05 22:57:04 Log: Unterminated L<. Branch: perl ! ext/DB_File/DB_File.pm ____________________________________________________________________________ [ 12859] By: nick on 2001/11/05 19:15:17 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t +> lib/Math/BigInt/t/sub_mbi.t - lib/Math/BigInt/t/Math/Subclass.pm - lib/Math/BigInt/t/subclass.t !> (integrate 30 files) ____________________________________________________________________________ [ 12858] By: jhi on 2001/11/05 17:05:38 Log: Regex debugging fixes from Hugo. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 12857] By: jhi on 2001/11/05 16:09:51 Log: IRIX: at some point the cc -version has started to output to stderr, not stdout any more. Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 12856] By: jhi on 2001/11/05 15:27:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12855] By: jhi on 2001/11/05 15:21:13 Log: The ${"\cTAINT"} raises the ire of 'use strict'. Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 12854] By: jhi on 2001/11/05 15:16:24 Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir() From: rgarciasuarez@free.fr Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET) Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr> Branch: perl ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 12853] By: jhi on 2001/11/05 14:54:37 Log: Use config.arch in OS/390 where the combination of IEEE floats and ldflags is tricky. Branch: perl ! hints/os390.sh ____________________________________________________________________________ [ 12852] By: jhi on 2001/11/05 14:53:53 Log: Metaconfig unit change for #12851. Branch: metaconfig ! U/modified/Config_sh.U ____________________________________________________________________________ [ 12851] By: jhi on 2001/11/05 14:53:14 Log: Support a config.arch file, similar to config.over, but loaded just before it. Branch: perl ! Configure INSTALL ____________________________________________________________________________ [ 12850] By: jhi on 2001/11/05 13:34:25 Log: Subject: [PATCH Symbol.{pm.t}] bugfixes From: Rafael Garcia-Suarez Date: Mon, 5 Nov 2001 14:26:24 +0100 Message-ID: <20011105142624.C31977@rafael> Branch: perl ! lib/Symbol.pm lib/Symbol.t ____________________________________________________________________________ [ 12849] By: jhi on 2001/11/04 22:15:39 Log: Subject: [PATCH] unbalanced parenthesis in pods From: Rafael Garcia-Suarez Date: Sun, 4 Nov 2001 22:28:57 +0100 Message-ID: <20011104222857.C696@rafael> Branch: perl ! pod/perldebug.pod pod/perlpodspec.pod ____________________________________________________________________________ [ 12848] By: jhi on 2001/11/04 22:11:24 Log: The missing pieces from the Math::BigInt 1.45 puzzle. Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t ____________________________________________________________________________ [ 12847] By: jhi on 2001/11/04 17:44:41 Log: Math::Big* test tweaks to work better with core: but the coast still not clear. Branch: perl ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t ____________________________________________________________________________ [ 12846] By: jhi on 2001/11/04 17:43:10 Log: Protect against high load: measure how much wall clock time went by while sleeping. Avoids some false negatives, while may introduce some false positives. Life is hard. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12845] By: jhi on 2001/11/04 17:29:40 Log: More forgotten from #12843. Branch: perl ! lib/Math/BigInt/t/bigfltpm.inc ____________________________________________________________________________ [ 12844] By: jhi on 2001/11/04 17:19:13 Log: Forgot from #12843. Branch: perl + lib/Math/BigInt/t/bigintpm.inc ! MANIFEST ____________________________________________________________________________ [ 12843] By: jhi on 2001/11/04 16:52:45 Log: Upgrade to Math::BigInt 1.45; from Tels. NOTE: some of the tests are failing but that's because the core integration is not yet done. Branch: perl + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + lib/Math/BigInt/t/Math/BigInt/Subclass.pm + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t - lib/Math/BigInt/t/Math/Subclass.pm - lib/Math/BigInt/t/subclass.t ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t ! lib/Math/BigInt/t/mbimbf.t ____________________________________________________________________________ [ 12842] By: jhi on 2001/11/04 16:45:02 Log: VMS: adds capability to control more configuration stuff with -D and -U switches; parsing config.sh to extract previous config info in VMS-form, and a rewrite of the "prompt/response" routine; from Charles Lane. Branch: perl ! configure.com ____________________________________________________________________________ [ 12841] By: jhi on 2001/11/04 15:18:39 Log: Subject: Typo correction in perldebguts.pod From: mjd@plover.com Date: 4 Nov 2001 16:20:05 -0000 Message-ID: <20011104162005.16699.qmail@plover.com> Branch: perl ! pod/perldebguts.pod ____________________________________________________________________________ [ 12840] By: jhi on 2001/11/04 15:17:22 Log: Subject: Re: Where are my 'O's? [+ 12836 smoke] From: Rafael Garcia-Suarez Date: Sun, 4 Nov 2001 11:47:30 +0100 Message-ID: <20011104114730.A715@rafael> Remove -T from the test, wrong place for that. Branch: perl ! lib/File/Temp/t/mktemp.t ____________________________________________________________________________ [ 12839] By: jhi on 2001/11/04 15:15:42 Log: Subject: [REPATCH] Re: PerlIOBuf_dup From: Nicholas Clark Date: Sun, 4 Nov 2001 10:41:24 +0000 Message-ID: <20011104104123.U20123@plum.flirble.org> Branch: perl ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c ____________________________________________________________________________ [ 12838] By: jhi on 2001/11/03 21:19:43 Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress) From: Michael G Schwern Date: Sat, 3 Nov 2001 15:41:47 -0500 Message-ID: <20011103154147.C600@blackrider> Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12837] By: jhi on 2001/11/03 21:14:34 Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t From: "Craig A. Berry" Date: Sat, 03 Nov 2001 16:02:28 -0600 Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01> Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12836] By: jhi on 2001/11/03 18:41:33 Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress) From: "chromatic" Date: Sat, 03 Nov 2001 12:28:17 -0700 Message-ID: <20011103193507.94848.qmail@onion.perl.org> Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12835] By: jhi on 2001/11/03 18:34:08 Log: Don't bother doing POSIX charclass parsing if it possibly cannot be so. Prepares way for charclass syntax like [[abc]||[def]] (or just [[abc][def]]) for union, [[\w]&&[$a]] for intersection, and [[a-z]&&[^def]] for subtraction. Currently /[[a]/ (or /[a[]/) parses as a character class containing two characters, "[" and "a", this may have to be broken for the syntax described above, otherwise we would have to scan the whole pattern to find out whether the square brackets match pairwise. Luckily, the special case of "[" doesn't seem to be documented (as opposed to "]" and "-"), so we may have better story for breaking it... One can always use \[ if one wants a literal "[", so there. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 12834] By: jhi on 2001/11/03 17:51:44 Log: Comment correction. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 12833] By: jhi on 2001/11/03 17:33:21 Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets. The latter is a RedHatism. Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 12832] By: jhi on 2001/11/03 15:43:03 Log: Integrate perlio: [ 12830] Fix clone_leak problem. PerlIOStdio_dup was leaking FILE * as it was still doing fdopen() as vestige of calling PerlLIO_dup(). [ 12829] Tweaks attempting to locate Doug's clone_leak leak. - add some PerlIO_debug() - handle PerlIO_clone() with empty lists (clone before Perl_parse()) - Even if it closing stdout etc. do a fflush() Branch: perl !> perlio.c ____________________________________________________________________________ [ 12831] By: nick on 2001/11/03 11:42:15 Log: Integrate mainline Branch: perlio !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c !> sv.c t/test.pl ____________________________________________________________________________ [ 12830] By: nick on 2001/11/03 10:27:34 Log: Fix clone_leak problem. PerlIOStdio_dup was leaking FILE * as it was still doing fdopen() as vestige of calling PerlLIO_dup(). Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12829] By: nick on 2001/11/03 09:40:46 Log: Tweaks attempting to locate Doug's clone_leak leak. - add some PerlIO_debug() - handle PerlIO_clone() with empty lists (clone before Perl_parse()) - Even if it closing stdout etc. do a fflush() Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12828] By: nick on 2001/11/03 08:34:31 Log: Integrate mainline Branch: perlio !> (integrate 54 files) ____________________________________________________________________________ [ 12827] By: ams on 2001/11/03 03:45:19 Log: Ugly bandaid to stop C from segfaulting (remember to remove this later). Based on a patch from Robert Spier in <15330.61459.14452.795263@rls.cx>. Branch: perl ! sv.c ____________________________________________________________________________ [ 12826] By: jhi on 2001/11/02 23:56:00 Log: microperl sync. Branch: perl ! doio.c perl.c perl.h perlio.c regexec.c ____________________________________________________________________________ [ 12825] By: jhi on 2001/11/02 23:20:03 Log: Definitions for the Unicode Newline Guidelines. Branch: perl ! perl.h ____________________________________________________________________________ [ 12824] By: jhi on 2001/11/02 23:08:05 Log: (retracted by #12871) There is no csh of any kind in default BeOS. For the purposes of miniperl globbing, bash will do. Branch: perl ! hints/beos.sh ____________________________________________________________________________ [ 12823] By: jhi on 2001/11/02 21:56:36 Log: Integrate change #12820 from macperl to maint and blead; Fix up (dynaloading) to work properly with multiplicity Branch: maint-5.6/perl !> ext/DynaLoader/dl_mac.xs Branch: perl !> ext/DynaLoader/dl_mac.xs ____________________________________________________________________________ [ 12822] By: pudge on 2001/11/02 21:38:22 Log: Several fixes for various exit problems and clearing out task queue, as well as another (incomplete) go at fixing error message handling Branch: maint-5.6/macperl ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp ____________________________________________________________________________ [ 12821] By: pudge on 2001/11/02 21:36:26 Log: Add source files for bleadperl builds Branch: maint-5.6/macperl ! macos/Makefile.mk ____________________________________________________________________________ [ 12820] By: pudge on 2001/11/02 21:35:15 Log: Fix up to work properly with multiplicity Branch: maint-5.6/macperl ! ext/DynaLoader/dl_mac.xs ____________________________________________________________________________ [ 12819] By: pudge on 2001/11/02 21:21:56 Log: Integrate with maintperl. Branch: maint-5.6/macperl +> t/op/system.t t/op/system_tests !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h !> pod/perltodo.pod util.c win32/win32.c ____________________________________________________________________________ [ 12818] By: jhi on 2001/11/02 21:03:58 Log: Locate _PATH_LOG if it's a socket even if not #defined (helps Tru64) From Paul David Fardy , via Nick Clark. Branch: perl ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t ____________________________________________________________________________ [ 12817] By: jhi on 2001/11/02 20:07:05 Log: Subject: [PATCH t/test.pl] _expect and other little tweaks From: Michael G Schwern Date: Fri, 2 Nov 2001 15:36:41 -0500 Message-ID: <20011102153641.E23234@blackrider> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 12816] By: jhi on 2001/11/02 17:53:00 Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2 From: merlyn@stonehenge.com (Randal L. Schwartz) Date: 02 Nov 2001 09:33:34 -0800 Message-ID: (two of the changes) Better coexistence with extensions. Branch: perl ! ext/Errno/Errno_pm.PL hints/darwin.sh ____________________________________________________________________________ [ 12815] By: ams on 2001/11/02 16:47:43 Log: Subject: Re: [PATCH] the the double double word word fix fix From: Wolfgang Laun Date: Fri, 02 Nov 2001 19:43:07 +0100 Message-Id: <3BE2E93B.627C198E@alcatel.at> Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 12814] By: jhi on 2001/11/02 15:24:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12813] By: jhi on 2001/11/02 15:19:35 Log: More encoding testing. Branch: perl ! lib/encoding.pm lib/encoding.t ____________________________________________________________________________ [ 12812] By: ams on 2001/11/02 15:07:11 Log: Slight modification of #12811. Branch: perl ! op.c ____________________________________________________________________________ [ 12811] By: jhi on 2001/11/02 14:58:13 Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar" From: Radu Greab Date: Fri, 2 Nov 2001 15:28:58 +0200 Message-ID: <15330.40858.629851.468818@ix.netsoft.ro> Branch: perl ! op.c t/op/stat.t ____________________________________________________________________________ [ 12810] By: jhi on 2001/11/02 14:15:34 Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791 From: Rafael Garcia-Suarez Date: Thu, 1 Nov 2001 22:35:50 +0100 Message-ID: <20011101223550.A10849@rafael> Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12809] By: jhi on 2001/11/02 14:10:05 Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 2 Nov 2001 14:48:51 -0000 Message-Id: Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 12808] By: jhi on 2001/11/02 05:40:21 Log: Add documentation. Branch: perl ! embed.pl pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 12807] By: jhi on 2001/11/02 05:18:45 Log: Unicode: add ToFold mapping. Not used yet; but basically a more useful mapping for caseless aka case-ignoring than doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full algorithm for creating the foldings uses equivalence classes, see http://www.unicode.org/unicode/reports/tr21/ Hopefully this feature will be used in //i. (The folding tables were introduced by #12689.) Branch: perl ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c ! utf8.c ____________________________________________________________________________ [ 12806] By: jhi on 2001/11/02 05:04:05 Log: Subject: [PATCH] AutoSplit.t clean-up for VMS From: "Craig A. Berry" Date: Fri, 02 Nov 2001 00:03:52 -0600 Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01> Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 12805] By: jhi on 2001/11/02 04:17:04 Log: Subject: Trivial doc patch From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 02 Nov 2001 06:11:35 +0100 Message-ID: Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12804] By: jhi on 2001/11/02 02:14:46 Log: Make encoding and charnames pragmas coexist. Branch: perl ! lib/charnames.pm lib/encoding.pm lib/encoding.t ____________________________________________________________________________ [ 12803] By: jhi on 2001/11/02 01:26:53 Log: The basic character classes seem to go untested with Unicode. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 12802] By: ams on 2001/11/02 00:39:36 Log: Subject: [PATCH] the the double double word word fix fix From: Richard Soderberg Date: Thu, 1 Nov 2001 13:12:03 -0800 Message-Id: <200111012112.NAA23288@oregonnet.com> Subject: Re: [PATCH] the the double double word word fix fix From: Mark-Jason Dominus Date: Thu, 01 Nov 2001 16:43:40 -0500 Message-Id: <20011101214340.2044.qmail@plover.com> Subject: Re: [PATCH] the the double double word word fix fix From: Mark-Jason Dominus Date: Thu, 01 Nov 2001 16:51:39 -0500 Message-Id: <20011101215139.2196.qmail@plover.com> Branch: perl ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod ! pod/perltodo.pod pod/perlxstut.pod ____________________________________________________________________________ [ 12801] By: jhi on 2001/11/01 14:27:51 Log: Comment tweaks. Branch: perl ! toke.c ____________________________________________________________________________ [ 12800] By: jhi on 2001/11/01 14:06:04 Log: FAQ sync. Branch: perl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 12799] By: jhi on 2001/11/01 13:59:42 Log: If an encoding is set by -M/-m, it must be in effect only for the actual script, not any other required/-M/-m'ed module, otherwise we enter a nasty recursion in regexec.c while trying to init the simple UTF-8 charclasses like PL_utf8_alnum. Branch: perl ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c ____________________________________________________________________________ [ 12798] By: jhi on 2001/10/31 21:10:09 Log: A bit more descriptive name. Branch: perl ! mg.c ____________________________________________________________________________ [ 12797] By: jhi on 2001/10/31 20:32:29 Log: Subject: [PATCH Perl@12768] Time::Hires test fix From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 31 Oct 2001 13:47:04 EST Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu> Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12796] By: jhi on 2001/10/31 20:31:20 Log: Subject: [PATCH Perl@12768] make setting signal() persistent From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 31 Oct 2001 13:43:29 EST Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu> Branch: perl ! mg.c ____________________________________________________________________________ [ 12795] By: jhi on 2001/10/31 20:29:37 Log: Subject: [PATCH] Various test cleanups From: Rafael Garcia-Suarez Date: Tue, 30 Oct 2001 21:56:26 +0100 Message-ID: <20011030215626.A28503@rafael> Branch: perl ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t ! ext/DB_File/t/db-recno.t ext/Encode.t ____________________________________________________________________________ [ 12794] By: jhi on 2001/10/31 15:26:59 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12793] By: jhi on 2001/10/31 15:23:12 Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs From: Rafael Garcia-Suarez Date: Wed, 31 Oct 2001 17:16:39 +0100 Message-ID: <20011031171639.A32511@rafael> Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t ____________________________________________________________________________ [ 12792] By: jhi on 2001/10/31 15:20:01 Log: Skip message nit. Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 12791] By: jhi on 2001/10/31 14:54:19 Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 31 Oct 2001 14:49:37 -0000 Message-Id: Branch: perl ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t ____________________________________________________________________________ [ 12790] By: jhi on 2001/10/31 14:44:33 Log: Extend the effect of the encoding pragma to chr() and ord(). TODO: regex literals, reentrancy problems with the utf8 and charnames pragmas. Branch: perl ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c ____________________________________________________________________________ [ 12789] By: jhi on 2001/10/31 13:25:02 Log: Doc tweaks. Branch: perl ! lib/encoding.pm ____________________________________________________________________________ [ 12788] By: nick on 2001/10/31 08:59:56 Log: Integrate mainline Branch: perlio +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests !> (integrate 49 files) ____________________________________________________________________________ [ 12787] By: jhi on 2001/10/31 03:22:34 Log: Forgot new proto. Branch: perl ! proto.h ____________________________________________________________________________ [ 12786] By: jhi on 2001/10/31 02:32:35 Log: Clarification: use encoding cannot be used to change the default encoding of "your whole script"; only the default encoding of the *data*. Also, it seems that "use encoding" does not mix with "use utf8" (a coredumping recursion ensues). Should not be a huge problem since "use utf8" is pretty marginal nowadays. Branch: perl ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod ____________________________________________________________________________ [ 12785] By: jhi on 2001/10/31 02:19:49 Log: More documentation for the encode pragma. Branch: perl ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm ! pod/perlapi.pod pod/perlunicode.pod sv.c ____________________________________________________________________________ [ 12784] By: jhi on 2001/10/31 02:08:27 Log: Thinko in #12783. Branch: perl ! sv.c ____________________________________________________________________________ [ 12783] By: jhi on 2001/10/31 02:04:22 Log: Make sv_recode_to_utf8() a real API: the encoding is a parameter, instead of a global. Document the PERL_ENCODING. Branch: perl ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c ! toke.c ____________________________________________________________________________ [ 12782] By: jhi on 2001/10/31 00:57:42 Log: Enable -Mencoding=foobar also for string literals. Branch: perl ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t ! pod/perlapi.pod proto.h sv.c toke.c ____________________________________________________________________________ [ 12781] By: jhi on 2001/10/30 17:06:39 Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box From: Andy Dougherty Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST) Message-ID: Branch: perl ! ext/POSIX/hints/svr4.pl ____________________________________________________________________________ [ 12780] By: jhi on 2001/10/30 14:54:12 Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules From: "Paul Marquess" Date: Mon, 29 Oct 2001 23:11:58 -0000 Message-ID: Add compat.h. Branch: perl ! lib/h2xs.t utils/h2xs.PL ____________________________________________________________________________ [ 12779] By: jhi on 2001/10/30 13:51:43 Log: Subject: PerlIOBuf_dup From: Nicholas Clark Date: Mon, 29 Oct 2001 21:52:35 +0000 Message-ID: <20011029215235.K41204@plum.flirble.org> Add prototype. Branch: perl ! perliol.h ____________________________________________________________________________ [ 12778] By: jhi on 2001/10/30 13:49:51 Log: Subject: [PATCH] Make malloc.c errors more useful From: Richard Soderberg Date: Mon, 29 Oct 2001 22:28:02 -0800 Message-Id: <200110300628.WAA11025@oregonnet.com> Branch: perl ! malloc.c ____________________________________________________________________________ [ 12777] By: jhi on 2001/10/30 04:02:10 Log: Retract #12776 - the bug 19990906.001 is still valid. Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 12776] By: jhi on 2001/10/30 03:03:49 Log: (Retracted by #12777) Subject: Perlbug 19990906.001 - segfault on long escaped quote regex From: Michael G Schwern Date: Mon, 29 Oct 2001 23:01:08 -0500 Message-ID: <20011029230108.G18053@blackrider> Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 12775] By: jhi on 2001/10/30 02:56:41 Log: Comment nits. Branch: perl ! lib/encoding.t ____________________________________________________________________________ [ 12774] By: gsar on 2001/10/30 01:32:57 Log: integrate change#12772 from mainline Subject: [PATCH] Mommy, what's a pointer cast? Branch: maint-5.6/perl ! perl.h ____________________________________________________________________________ [ 12773] By: jhi on 2001/10/30 01:19:32 Log: Subject: [PATCH] Mommy, what's a pointer cast? From: Richard Soderberg Date: Mon, 29 Oct 2001 17:01:10 -0800 Message-Id: <200110300101.RAA31561@oregonnet.com> (threads* parts) Branch: perl ! ext/threads/shared/shared.xs ext/threads/threads.xs ____________________________________________________________________________ [ 12772] By: jhi on 2001/10/30 01:19:13 Log: Subject: [PATCH] Mommy, what's a pointer cast? From: Richard Soderberg Date: Mon, 29 Oct 2001 17:01:10 -0800 Message-Id: <200110300101.RAA31561@oregonnet.com> (the perl.h part) Branch: perl ! perl.h ____________________________________________________________________________ [ 12771] By: jhi on 2001/10/30 01:17:21 Log: Subject: [PATCH] OpenBSD likes signal.h From: Richard Soderberg Date: Mon, 29 Oct 2001 17:00:31 -0800 Message-Id: <200110300100.RAA31533@oregonnet.com> Branch: perl ! unixish.h ____________________________________________________________________________ [ 12770] By: jhi on 2001/10/30 01:10:24 Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3 From: "Paul Marquess" Date: Mon, 29 Oct 2001 23:04:23 -0000 Message-ID: Branch: perl ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 12769] By: jhi on 2001/10/30 01:08:01 Log: Subject: [PATCH perl@12718] HiRes.t tweaks From: "Craig A. Berry" Date: Mon, 29 Oct 2001 12:34:07 -0600 Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01> Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12768] By: jhi on 2001/10/29 15:10:04 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12767] By: jhi on 2001/10/29 14:49:28 Log: AIX needs an explicit symbol export list. Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12766] By: jhi on 2001/10/29 14:08:21 Log: The test (and the module) would require some quality hacking time to work on EBCDIC. Based on the test results nothing seems to be majorly broken, the module just seems to have strange assumptions: got: ''\226\225\205' expected: ''one' The \226\225\205 being, of course, 'one', in EBCDIC. Branch: perl ! lib/Dumpvalue.t ____________________________________________________________________________ [ 12765] By: jhi on 2001/10/29 13:58:48 Log: Mark the test known to be failing in EBCDIC. Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 12764] By: jhi on 2001/10/29 13:51:51 Log: None of the libnet modules are going to work in EBCDIC without the Convert::EBCDIC. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 12763] By: jhi on 2001/10/29 13:45:39 Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1. Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 12762] By: jhi on 2001/10/29 13:40:17 Log: UTF-EBCDIC ain't UTF-8. Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 12761] By: jhi on 2001/10/29 13:35:35 Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 12760] By: jhi on 2001/10/29 13:32:20 Log: Let's not assume ASCII. Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 12759] By: jhi on 2001/10/29 13:24:54 Log: Call the new perlio symbols differently. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12758] By: jhi on 2001/10/29 13:23:11 Log: Don't expect ASCII ordering. Branch: perl ! lib/ExtUtils/Manifest.t ____________________________________________________________________________ [ 12757] By: jhi on 2001/10/29 13:13:09 Log: Forgot from #12756. Branch: perl ! perlio.h ____________________________________________________________________________ [ 12756] By: jhi on 2001/10/29 13:12:41 Log: BeOS tweaks: - fseeko and ftello can be found by Configure but we do not seem to have prototypes for them so let's make up some - BeOS didn't use to have real sockets (sockets as filedescriptors) but the BONE package is supposed to fix this. I do not know how to detect BONEness, see hints/beos.sh for a spot that needs to fixed. - BeOS has O_TEXT != O_BINARY but has no setmode() Branch: perl ! hints/beos.sh perlio.c ____________________________________________________________________________ [ 12755] By: sky on 2001/10/29 12:56:12 Log: Ugly fix to not die when a thread creator is holding locks. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ! ext/threads/threads.xs ____________________________________________________________________________ [ 12754] By: jhi on 2001/10/29 12:31:34 Log: Integrate change #12752 from maintperl; croak(Nullch) wasn't printing the contents of ERRSV if there was no outer eval (bug in change#6125) Branch: perl !> util.c ____________________________________________________________________________ [ 12753] By: jhi on 2001/10/29 12:28:41 Log: Subject: [PATCH h2xs] Use of static data in XS modules From: "Paul Marquess" Date: Sun, 28 Oct 2001 21:19:07 -0000 Message-ID: with nits from Sarathy. Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 12752] By: gsar on 2001/10/29 03:07:15 Log: croak(Nullch) wasn't printing the contents of ERRSV if there was no outer eval (bug in change#6125) Branch: maint-5.6/perl ! util.c ____________________________________________________________________________ [ 12751] By: jhi on 2001/10/28 23:11:15 Log: More todo for the encoding pragma. Branch: perl ! lib/encoding.pm ____________________________________________________________________________ [ 12750] By: jhi on 2001/10/28 22:55:24 Log: Add the encoding pragma to control the "upgrade" from the native eight bit data to Unicode. TODO: \x.. and \0... literals. \N{}. chr()? ord()? Branch: perl + lib/encoding.pm lib/encoding.t ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h ! pod/perlunicode.pod pod/perlvar.pod sv.c ____________________________________________________________________________ [ 12749] By: sky on 2001/10/28 21:02:33 Log: Update documentation. Branch: perl ! ext/threads/shared/shared.pm ____________________________________________________________________________ [ 12748] By: jhi on 2001/10/28 20:55:57 Log: Integrate change #12747 from maintperl; finishing touches to system() fixes on windows: * detect cmd shell correctly even if it had full path in it * more quoting needed for single-arg system if the argument really had multiple quoted arguments within it * be smarter about not calling the shell when the executable has spaces, but otherwise does not need shell involvement * add a testsuite (windows-specific currently) Branch: perl +> t/op/system.t t/op/system_tests ! MANIFEST pod/perltodo.pod !> win32/win32.c ____________________________________________________________________________ [ 12747] By: gsar on 2001/10/28 18:33:23 Log: finishing touches to system() fixes on windows: * detect cmd shell correctly even if it had full path in it * more quoting needed for single-arg system if the argument really had multiple quoted arguments within it * be smarter about not calling the shell when the executable has spaces, but otherwise does not need shell involvement * add a testsuite (windows-specific currently) Branch: maint-5.6/perl + t/op/system.t t/op/system_tests ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c ____________________________________________________________________________ [ 12746] By: jhi on 2001/10/28 16:34:35 Log: Integrate perlio: [ 12745] Mingw32 fixup for Embed.t [ 12744] GCC vs MS 64-bit constant syntax Branch: perl !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12745] By: nick on 2001/10/28 16:08:14 Log: Mingw32 fixup for Embed.t Branch: perlio ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12744] By: nick on 2001/10/28 15:54:14 Log: GCC vs MS 64-bit constant syntax Branch: perlio ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12743] By: nick on 2001/10/28 15:42:55 Log: Integrate mainline Branch: perlio !> ext/threads/threads.pm lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12742] By: sky on 2001/10/28 14:47:10 Log: Manpage updates. Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 12741] By: jhi on 2001/10/28 14:39:55 Log: Newline confusion: t/TEST sees an extra newline and gets huffy. Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12740] By: nick on 2001/10/28 14:14:24 Log: Integrate mainline Branch: perlio !> lib/ExtUtils/Embed.t win32/win32.c ____________________________________________________________________________ [ 12739] By: jhi on 2001/10/28 14:06:58 Log: Need to be ./executed. Branch: perl ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12738] By: jhi on 2001/10/28 14:03:58 Log: Integrate perlio: [ 12737] Tweak for build with Mingw32 - __attribute__((unused)) is not liked by gcc -xc++. [ 12736] Have :stdio layer update an honour the fd refcnt table. Embed.t now passes with PERLIO=stdio as well (tested under ithreads) Branch: perl !> perlio.c win32/win32.h ____________________________________________________________________________ [ 12737] By: nick on 2001/10/28 13:53:45 Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked by gcc -xc++. Branch: perlio ! win32/win32.h ____________________________________________________________________________ [ 12736] By: nick on 2001/10/28 13:50:50 Log: Have :stdio layer update an honour the fd refcnt table. Embed.t now passes with PERLIO=stdio as well (tested under ithreads) Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12735] By: jhi on 2001/10/28 13:34:37 Log: Integrate changes #12724 and #12725 from maintperl; multiarg system now works. Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 12734] By: jhi on 2001/10/28 13:31:54 Log: Integrate perlio: [ 12733] Use fd refcounts to solve the problem highlighted by new Embed.t, at least for PERLIO=perlio unthreaded case [ 12732] Typo in exe name [ 12730] Fixup Embed.t for Win32/VC++ [ 12729] Adapt testcase from Doug Maceachern for perlio_destruct bug as lib/ExtUtils/Embed.t which tests that and some aspects of ExtUtils::Embed. [ 12711] Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). Restores op/fork.t on Win32 (still segfault on exit of ok 2). [ 12557] All tests pass (legitimately) on ithreads [ 12555] Restore non-ithreads build. Interestingly binmode test passes non-ithreads - so crlf layer is not damaged and ithreads fail is a symptom ... [ 12552] Win32 PerlIO_cleanup special cases should no longer be required. [ 12551] Multiple win32io.o is fatal for GCC (and noise with VC++) [ 12547] Convert rest of PerlIO's memory tables to per-interp and add clone functions for them. Call explicit cleanup during destruct process. - one binmode test is failing - also ext/threads/t/basic.t fails under make test, and is noisy under harness. (Threads results are intermingled and don't match order expected.) [ 12544] PerlIO layer table as PL_perlio (per-interpreter) [ 12541] Fix typos in new locking on MemShared Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...) - seems to make segfaults more deterministic - suspect they are attempt to free() after Interp and Host have gone. [ 12540] Remove the MemShared re-#define (again) [ 12539] Use locks on MemShared Branch: perl +> lib/ExtUtils/Embed.t !> MANIFEST perlio.c ____________________________________________________________________________ [ 12733] By: nick on 2001/10/28 13:07:16 Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at least for PERLIO=perlio unthreaded case Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12732] By: nick on 2001/10/28 11:10:24 Log: Typo in exe name Branch: perlio ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12731] By: nick on 2001/10/28 11:09:59 Log: Integrate Mainline Branch: perlio !> Changes configure.com ext/DB_File/DB_File.pm !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h !> t/TEST t/op/regexp.t win32/buildext.pl ____________________________________________________________________________ [ 12730] By: nick on 2001/10/28 11:05:35 Log: Fixup Embed.t for Win32/VC++ Branch: perlio ! lib/ExtUtils/Embed.t ____________________________________________________________________________ [ 12729] By: nick on 2001/10/28 09:36:20 Log: Adapt testcase from Doug Maceachern for perlio_destruct bug as lib/ExtUtils/Embed.t which tests that and some aspects of ExtUtils::Embed. Branch: perlio + lib/ExtUtils/Embed.t ! MANIFEST ____________________________________________________________________________ [ 12728] By: sky on 2001/10/28 08:12:53 Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that line manually! Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 12727] By: sky on 2001/10/28 08:02:09 Log: And here we use the prototypes. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12726] By: sky on 2001/10/28 08:00:48 Log: Support [] style prototypes. Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 12725] By: gsar on 2001/10/28 04:49:15 Log: yet another multi-arg system() fix on windows: batch files as the first argument (i.e. directly executed by CreateProcess()) need extra quoting to escape shell-shock Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 12724] By: gsar on 2001/10/28 03:49:31 Log: another multi-arg system() fix on windows: passing empty arguments now works Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 12723] By: jhi on 2001/10/28 03:32:32 Log: Explicitly expect only 4 or 8 bytes of PTRSIZE. No final #else #error because we do not seem to be using #error? Branch: perl ! op.h ____________________________________________________________________________ [ 12722] By: jhi on 2001/10/28 02:41:04 Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Sat, 27 Oct 2001 23:28:44 EST Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu> Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12721] By: jhi on 2001/10/28 01:53:34 Log: Regen perlapi, perltoc. Branch: perl ! pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 12720] By: jhi on 2001/10/28 01:30:04 Log: Subject: [PATCH] sv.h documentation From: Tim Jenness Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) Message-ID: Branch: perl ! sv.h ____________________________________________________________________________ [ 12719] By: gsar on 2001/10/27 23:42:51 Log: "nmake clean" fails to clean ext/... because buildext.pl calls system("nmake -nologo", "clean") and there is no executable called "nmake -nologo"; this used to "work" pre-change#12559 due to bugs in multiarg system() that have since been fixed Branch: perl ! win32/buildext.pl ____________________________________________________________________________ [ 12718] By: jhi on 2001/10/27 21:58:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12717] By: jhi on 2001/10/27 21:54:11 Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface) From: Richard.Foley@t-online.de (Richard Foley) Date: Sun, 28 Oct 2001 00:48:32 +0200 Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 12716] By: jhi on 2001/10/27 21:41:02 Log: Must store pointers with the right width. Branch: perl ! op.h ____________________________________________________________________________ [ 12715] By: jhi on 2001/10/27 21:22:52 Log: Integrate change #12711 from perlio; Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). Restores op/fork.t on Win32 (still segfault on exit of ok 2). Branch: perl !> perlio.c ____________________________________________________________________________ [ 12714] By: jhi on 2001/10/27 21:04:59 Log: Subject: [PATCH] make minitest From: Nicholas Clark Date: Sat, 27 Oct 2001 22:56:16 +0100 Message-ID: <20011027225616.L20275@plum.flirble.org> Branch: perl ! t/TEST ____________________________________________________________________________ [ 12713] By: jhi on 2001/10/27 20:58:33 Log: Patch #12661 missed this. Branch: perl ! ext/DB_File/DB_File.pm ____________________________________________________________________________ [ 12712] By: jhi on 2001/10/27 20:56:38 Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS From: "Craig A. Berry" Date: Sat, 27 Oct 2001 16:07:47 -0500 Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01> Branch: perl ! configure.com perlio.c ____________________________________________________________________________ [ 12711] By: nick on 2001/10/27 19:49:25 Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). Restores op/fork.t on Win32 (still segfault on exit of ok 2). Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12710] By: jhi on 2001/10/27 17:07:46 Log: Let's not replace reason if there's one already supplied. Branch: perl ! t/op/regexp.t ____________________________________________________________________________ [ 12709] By: jhi on 2001/10/27 17:02:30 Log: is not good. Branch: perl ! t/op/regexp.t ____________________________________________________________________________ [ 12708] By: jhi on 2001/10/27 16:54:07 Log: ldlibpth can exist but be unset. Branch: perl ! t/TEST ____________________________________________________________________________ [ 12707] By: jhi on 2001/10/27 16:47:07 Log: Unicode: property alias naming cleanup. Branch: perl ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod ____________________________________________________________________________ [ 12706] By: jhi on 2001/10/27 15:24:06 Log: FAQ sync. Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 12705] By: jhi on 2001/10/27 15:23:15 Log: Integrate change #12703 from maintperl; typemap stuff intervenes before declaration, move it to PREINIT section (an empty integrate, but now the files are in sync between the branches) Branch: perl !> ext/ODBM_File/ODBM_File.xs ____________________________________________________________________________ [ 12704] By: jhi on 2001/10/27 15:21:17 Log: More PerlIO symbols. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12703] By: gsar on 2001/10/27 15:12:54 Log: typemap stuff intervenes before declaration, move it to PREINIT section Branch: maint-5.6/perl ! ext/ODBM_File/ODBM_File.xs ____________________________________________________________________________ [ 12702] By: nick on 2001/10/27 14:09:35 Log: Integrate mainline Branch: perlio +> ext/threads/shared/t/av_simple.t +> ext/threads/shared/t/hv_refs.t +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl !> (integrate 109 files) ____________________________________________________________________________ [ 12700] By: ams on 2001/10/26 21:22:23 Log: Subject: [PATCH] tweak divide From: Nicholas Clark Date: Fri, 26 Oct 2001 22:52:17 +0100 Message-Id: <20011026225217.B20275@plum.flirble.org> Branch: perl ! pp.c ____________________________________________________________________________ [ 12699] By: pudge on 2001/10/26 20:49:00 Log: Integrate a buncha things from maintperl. Branch: maint-5.6/macperl !> (integrate 32 files) ____________________________________________________________________________ [ 12698] By: jhi on 2001/10/26 19:13:24 Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box From: Andy Dougherty Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT) Message-ID: Branch: perl ! hints/svr4.sh ____________________________________________________________________________ [ 12697] By: jhi on 2001/10/26 18:42:58 Log: When you're root, many things become writable. Branch: perl ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t ____________________________________________________________________________ [ 12696] By: jhi on 2001/10/26 15:52:58 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12695] By: gsar on 2001/10/26 15:34:31 Log: Term/Cap.t attempts to access the floppy drive for no good reason on dosish systems Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12694] By: gsar on 2001/10/26 15:15:16 Log: fix misleading comment on known inadequacy in B::Terse, and skip it correctly Branch: perl ! ext/B/t/terse.t ____________________________________________________________________________ [ 12693] By: gsar on 2001/10/26 14:53:56 Log: fix spurious AutoSplit.t failure under windows Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 12692] By: gsar on 2001/10/26 14:39:06 Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12691] By: jhi on 2001/10/26 14:34:15 Log: More logical to use %04"UVXf" than %"UVuf" since the Unicode standard prefers hex. Branch: perl ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl ! lib/unicore/mktables utf8.c ____________________________________________________________________________ [ 12690] By: gsar on 2001/10/26 14:15:55 Log: change#12065 seems to have broken Encode build on windows; fix Branch: perl ! ext/Encode/Encode.xs ext/Encode/Makefile.PL ____________________________________________________________________________ [ 12689] By: jhi on 2001/10/26 14:12:04 Log: Unicode: add the case folding table. Branch: perl + lib/unicore/To/Fold.pl ! MANIFEST lib/unicore/mktables ____________________________________________________________________________ [ 12688] By: sky on 2001/10/26 13:51:29 Log: Get the new functions right, do not export lock since we use builtin lock. TODO: fix xsubpp to support the new prototypes Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12687] By: jhi on 2001/10/26 13:43:03 Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL, as suggested by Sarathy. Branch: perl ! mg.c ____________________________________________________________________________ [ 12686] By: gsar on 2001/10/26 13:39:52 Log: avoid compiler warning Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 12685] By: jhi on 2001/10/26 13:39:12 Log: WinCE update from Rainer Keuchel. Branch: perl ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def ! wince/wince.c ____________________________________________________________________________ [ 12684] By: sky on 2001/10/26 13:34:33 Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12683] By: gbarr on 2001/10/26 13:32:47 Log: More fixes that were made to the core and not in the libnet src Branch: perl ! lib/Net/Domain.pm ____________________________________________________________________________ [ 12682] By: jhi on 2001/10/26 13:31:10 Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3 From: "H.Merijn Brand" Date: Fri, 26 Oct 2001 13:55:21 +0200 Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl> (plus make the db-recno.t#59 accept both \n and \r\n) Branch: perl ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t ! ext/DB_File/t/db-recno.t ____________________________________________________________________________ [ 12681] By: gbarr on 2001/10/26 13:22:38 Log: Fix tests to be able to run in the core and the CPAN dist Branch: perl ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t ! lib/Net/t/require.t lib/Net/t/smtp.t ____________________________________________________________________________ [ 12680] By: jhi on 2001/10/26 13:16:03 Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed] From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu> Date: Fri, 26 Oct 2001 08:34:46 EDT Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12679] By: gbarr on 2001/10/26 13:11:00 Log: Sync libnet modules with what will be libnet-1.08 Branch: perl ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t ____________________________________________________________________________ [ 12678] By: jhi on 2001/10/26 13:03:01 Log: Integrate maintperl changes #12268 and #12669; final touches to the audit for statics and thread-unsafe code * make DB_File, ODBM_File thread-safe * remove unnecessary/dangerous statics and protect others from not getting accidentally enabled under threaded perls windows support functions get_childdir() et al aren't exported correctly under vanilla build Testing under win32 appreciated since changes there had to be manually merged and I cannot test how badly did I do. Branch: perl !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c !> win32/vmem.h win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 12677] By: sky on 2001/10/26 12:37:17 Log: More Config::threads to threads::threads changes Branch: perl ! ext/threads/shared/shared.pm ext/threads/t/basic.t ____________________________________________________________________________ [ 12676] By: sky on 2001/10/26 12:31:46 Log: Make new() work exactly like create(). Move from Config::threads to threads::threads Branch: perl ! ext/threads/threads.pm ext/threads/threads.xs ____________________________________________________________________________ [ 12675] By: sky on 2001/10/26 12:06:30 Log: Allocing a TLS in runtime is not too hot. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12674] By: sky on 2001/10/26 11:59:09 Log: Don't display debug data. Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 12673] By: sky on 2001/10/26 11:35:47 Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is complete bar support for blessed objects. TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed. Branch: perl ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t ____________________________________________________________________________ [ 12672] By: sky on 2001/10/26 11:15:28 Log: Fix case where shared reference does not exist in current thread. Branch: perl ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t ____________________________________________________________________________ [ 12671] By: sky on 2001/10/26 08:48:52 Log: Support for references in shared arrays. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12670] By: sky on 2001/10/26 08:30:11 Log: Add tests for references in hashes. Branch: perl + ext/threads/shared/t/hv_refs.t ! MANIFEST ____________________________________________________________________________ [ 12669] By: gsar on 2001/10/26 06:07:10 Log: windows support functions get_childdir() et al aren't exported correctly under vanilla build Branch: maint-5.6/perl ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 12668] By: gsar on 2001/10/26 03:52:12 Log: final touches to the audit for statics and thread-unsafe code * make DB_File, ODBM_File thread-safe * remove unnecessary/dangerous statics and protect others from not getting accidentally enabled under threaded perls Branch: maint-5.6/perl ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h ! win32/win32.c ____________________________________________________________________________ [ 12667] By: ams on 2001/10/26 03:48:36 Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings. From: "Richard Soderberg" Date: Thu, 25 Oct 2001 23:42:50 -0400 Message-Id: Branch: perl ! sharedsv.c ____________________________________________________________________________ [ 12666] By: jhi on 2001/10/26 02:07:17 Log: Integrate change #12664 from maintperl; the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as C<"string1" STRING2> (latter appears to work everywhere) Branch: perl !> ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 12665] By: jhi on 2001/10/26 02:04:29 Log: Subject: [PATCH] perl.h for Mac OS (Classic) From: Chris Nandor Date: Thu, 25 Oct 2001 22:15:03 -0400 Message-Id: Branch: perl ! perl.h ____________________________________________________________________________ [ 12664] By: gsar on 2001/10/26 00:22:35 Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as C<"string1" STRING2> (latter appears to work everywhere) Branch: maint-5.6/perl ! ext/DynaLoader/dlutils.c ____________________________________________________________________________ [ 12663] By: jhi on 2001/10/25 22:59:44 Log: AUTHORS update. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 12662] By: jhi on 2001/10/25 22:50:41 Log: Integrate change #12660 from maintperl; make the dMY_CXT stuff available under all of MULTIPLICITY/PERL_OBJECT/USE_ITHREADS Branch: perl !> perl.h ____________________________________________________________________________ [ 12661] By: jhi on 2001/10/25 22:47:28 Log: Subject: [PATCH] DB_File-1.79 From: "Paul Marquess" Date: Fri, 26 Oct 2001 00:03:54 +0100 Message-ID: Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.xs ! ext/DB_File/t/db-recno.t ext/DB_File/version.c ____________________________________________________________________________ [ 12660] By: gsar on 2001/10/25 22:44:44 Log: make the dMY_CXT stuff available under all of MULTIPLICITY/PERL_OBJECT/USE_ITHREADS Branch: maint-5.6/perl ! perl.h ____________________________________________________________________________ [ 12659] By: jhi on 2001/10/25 21:27:23 Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly From: Michael G Schwern Date: Thu, 25 Oct 2001 18:28:12 -0400 Message-ID: <20011025182812.M4811@blackrider> Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 12658] By: jhi on 2001/10/25 20:54:58 Log: STRLEN != int. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 12657] By: jhi on 2001/10/25 20:51:44 Log: Subject: [PATCH] remove small IVop redundancy From: Nicholas Clark Date: Thu, 25 Oct 2001 22:48:28 +0100 Message-ID: <20011025224827.M66471@plum.flirble.org> Branch: perl ! pp.c pp_hot.c ____________________________________________________________________________ [ 12656] By: jhi on 2001/10/25 18:45:52 Log: Metaconfig unit change for #12655. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 12655] By: jhi on 2001/10/25 18:45:18 Log: Subject: Re: Not OK @12650 From: Andy Dougherty Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT) Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 12654] By: jhi on 2001/10/25 18:07:58 Log: Integrate changes #12652 and #12653 from maintperl; more tweaks to change#12626 * move the boilerplate code over to perl.h and make DynaLoader use it * make re, Opcode, File::Glob and B threadsafe * re.xs needed s/deinstall/uninstall/ (guess nobody uses C anywhere) include XS_VERSION in MY_CXT_KEY (tweak for change#12652) File::Glob required a bit more work in bleadperl because of ExtUtils::Constant (see the Makefile.PL change) Branch: perl ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h ____________________________________________________________________________ [ 12653] By: gsar on 2001/10/25 17:23:52 Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652) Branch: maint-5.6/perl ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs ! ext/Opcode/Opcode.xs ext/re/re.xs ____________________________________________________________________________ [ 12652] By: gsar on 2001/10/25 16:46:44 Log: more tweaks to change#12626 * move the boilerplate code over to perl.h and make DynaLoader use it * make re, Opcode, File::Glob and B threadsafe * re.xs needed s/deinstall/uninstall/ (guess nobody uses C anywhere) Branch: maint-5.6/perl ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h ____________________________________________________________________________ [ 12651] By: jhi on 2001/10/25 16:35:51 Log: Metaconfig unit change for #12650. Branch: metaconfig/U/perl ! Extensions.U ____________________________________________________________________________ [ 12650] By: jhi on 2001/10/25 16:35:34 Log: Subject: Re: ithreads doesn't like usedl=n From: Andy Dougherty Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT) Message-ID: Special-case threads::shared. Branch: perl ! Configure ____________________________________________________________________________ [ 12649] By: jhi on 2001/10/25 16:21:35 Log: Getting fancier... Branch: perl ! t/TEST ____________________________________________________________________________ [ 12648] By: jhi on 2001/10/25 14:26:20 Log: csh - what a pain. Branch: perl ! t/TEST ____________________________________________________________________________ [ 12647] By: jhi on 2001/10/25 14:04:01 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12646] By: jhi on 2001/10/25 13:34:19 Log: Allow resetting the locale system for the duration of the build (Mac OS X default setting LANG=En_US ist kaputt) Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 12645] By: jhi on 2001/10/25 13:04:17 Log: Update the MD5 checksum of MD5.xs (caused by #12642) Branch: perl ! ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 12644] By: jhi on 2001/10/25 12:56:33 Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641) From: Andy Dougherty Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) Message-ID: Branch: perl ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL ! ext/threads/shared/Makefile.PL ____________________________________________________________________________ [ 12643] By: sky on 2001/10/25 12:28:26 Log: Add support for reference members of hashes. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12642] By: ams on 2001/10/25 12:21:13 Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo From: "Norton Allen" Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt) Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu> Branch: perl ! ext/Digest/MD5/MD5.xs ____________________________________________________________________________ [ 12641] By: sky on 2001/10/25 10:27:39 Log: Tests shared hashes. Branch: perl + ext/threads/shared/t/hv_simple.t ! MANIFEST ____________________________________________________________________________ [ 12640] By: sky on 2001/10/25 10:18:23 Log: Fix threadcounts for arrays and hashes. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12639] By: sky on 2001/10/25 10:17:26 Log: Note to self, doing *src_ary++ in a macro that evaluates the value more than once is a good way to dump core. Branch: perl ! sharedsv.c ____________________________________________________________________________ [ 12638] By: jhi on 2001/10/25 05:18:06 Log: Integrate change #12636 from maintperl; more dl fixups. Branch: perl !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs !> ext/DynaLoader/dl_vms.xs ____________________________________________________________________________ [ 12637] By: jhi on 2001/10/25 05:14:17 Log: Like dl_hpux, like dl_dld. Branch: perl ! ext/DynaLoader/dl_dld.xs ____________________________________________________________________________ [ 12636] By: gsar on 2001/10/25 02:34:06 Log: followups to change#12635 Branch: maint-5.6/perl ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs ! ext/DynaLoader/dl_vms.xs ____________________________________________________________________________ [ 12635] By: gsar on 2001/10/25 02:22:03 Log: add part of change#12634 to the two files that need it; dl_aix.xs in maint-5.6 doesn't have the branch that had the problem in mainline Branch: maint-5.6/perl ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs ____________________________________________________________________________ [ 12634] By: jhi on 2001/10/25 01:53:03 Log: Fixes for #12627. Branch: perl ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs ____________________________________________________________________________ [ 12633] By: jhi on 2001/10/25 01:52:33 Log: Since pv_uni_display and sv_uni_display are now used in the re extension, their symbols have to be exported. Branch: perl ! embed.pl global.sym ____________________________________________________________________________ [ 12632] By: jhi on 2001/10/25 01:00:06 Log: Subject: Re: [PATCH Perl@12567] debug /list From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Tue, 23 Oct 2001 21:40:33 EDT Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com ____________________________________________________________________________ [ 12631] By: jhi on 2001/10/25 00:25:55 Log: This takes care of some of the re 'debug' cases but not all cases since the information whether the pattern or the target are utf8 seems to be either lost or not spread widely enough, sigh. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 12630] By: jhi on 2001/10/25 00:03:07 Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure From: John Peacock Date: Wed, 24 Oct 2001 16:53:29 -0400 Message-ID: <3BD72A49.1508D152@rowman.com> Branch: perl ! configure.com ____________________________________________________________________________ [ 12629] By: jhi on 2001/10/24 23:16:21 Log: Upgrade NetWare and WinCE as in #12626. Branch: perl ! NetWare/dl_netware.xs wince/dl_win32.xs ____________________________________________________________________________ [ 12628] By: jhi on 2001/10/24 23:07:00 Log: Tru64 compiler nit. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12627] By: jhi on 2001/10/24 22:02:23 Log: Integrate change #12626 from maintperl; make DynaLoader threadsafe by moving all statics into interpreter-local space TODO: Netware, OS/2, WinCE Branch: perl !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs !> ext/DynaLoader/dlutils.c win32/dl_win32.xs ____________________________________________________________________________ [ 12626] By: gsar on 2001/10/24 21:43:10 Log: make DynaLoader threadsafe by moving all statics into interpreter-local space Branch: maint-5.6/perl ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs ! ext/DynaLoader/dlutils.c win32/dl_win32.xs ____________________________________________________________________________ [ 12625] By: sky on 2001/10/24 20:05:26 Log: Change #12623 inflicted an infinite hang. Fixed. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12624] By: sky on 2001/10/24 19:06:55 Log: Adds support for hashes. Neither hashes nor arrays can contain references yet. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12623] By: sky on 2001/10/24 18:06:34 Log: We need to do sharedsv_find in the original perl context. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 12622] By: sky on 2001/10/24 17:26:51 Log: Add support for basic support for AVs, references not supported yet. Add test for AVs. Add more tests to sv_refs Fix documentation issues. Branch: perl + ext/threads/shared/t/av_simple.t ! MANIFEST ext/threads/shared/shared.pm ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t ____________________________________________________________________________ [ 12621] By: jhi on 2001/10/24 14:08:39 Log: Dump Unicode better for re 'debug'. The regprop() is unfinished since have to figure out how to detect Unicodeness in there. Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 12620] By: sky on 2001/10/24 13:18:07 Log: Add support for finding shared arrays and hashes. Branch: perl ! sharedsv.c ____________________________________________________________________________ [ 12619] By: jhi on 2001/10/24 13:06:24 Log: Rewrite sv_uni_display() as pv_uni_display() as reimplement sv_uni_display() using that. Branch: perl ! dump.c embed.h embed.pl proto.h ____________________________________________________________________________ [ 12618] By: jhi on 2001/10/24 12:14:03 Log: Integrate change #12615 from maintperl; on Windows, IO::File::new_tmpfile() fails after being called 32767 times because MSVCRT thinks stdio's TMP_MAX is a process-wide limit Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 12617] By: jhi on 2001/10/24 12:10:37 Log: Don't try to print ints as IVs. Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12616] By: sky on 2001/10/24 11:06:35 Log: We only need to fetch the SV from the backend if the index is not the same as mg_private. In theory this could be a problem if there are an exact multiple of U16 changes of a shared variable between two access in a given thread, we choose to avoid theory for now. Branch: perl ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h ____________________________________________________________________________ [ 12615] By: gsar on 2001/10/24 04:09:43 Log: on Windows, IO::File::new_tmpfile() fails after being called 32767 times because MSVCRT thinks stdio's TMP_MAX is a process-wide limit Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 12614] By: jhi on 2001/10/23 22:19:34 Log: Negation and Unicode: sort of solves 20010303.010, except not quite like reported in the Subject (Perl_warner is still utf8-ignorant). Branch: perl ! pp.c t/lib/warnings/sv ____________________________________________________________________________ [ 12613] By: jhi on 2001/10/23 21:53:13 Log: Make the "isn't numeric" warning to show Unicode as Unicode. Branch: perl ! sv.c t/lib/warnings/sv ____________________________________________________________________________ [ 12612] By: jhi on 2001/10/23 21:52:45 Log: sv_uni_display(): do not add the "...", let the caller do it if wanted, and be prepared for more display options. Branch: perl ! dump.c embed.h embed.pl proto.h ____________________________________________________________________________ [ 12611] By: nick on 2001/10/23 20:28:07 Log: Integrate mainline Branch: perlio !> Changes configure.com cygwin/cygwin.c !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t !> utils/h2xs.PL utils/perldoc.PL ____________________________________________________________________________ [ 12610] By: sky on 2001/10/23 19:39:24 Log: Change #12607 introduced a bug, seems like some MAGICAL SVs don't call themselves READONLY but still die with modification attempt. We only call bless for ext and umagic. Branch: perl ! sv.c ____________________________________________________________________________ [ 12609] By: jhi on 2001/10/23 19:35:02 Log: Croak() on negative time; doc tweaks. Branch: perl ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12608] By: jhi on 2001/10/23 18:38:03 Log: FAQ sync. Branch: perl ! pod/perlfaq4.pod pod/perlfaq7.pod ____________________________________________________________________________ [ 12607] By: sky on 2001/10/23 18:27:27 Log: Call setmagic on the referent we are blessing. Branch: perl ! sv.c ____________________________________________________________________________ [ 12606] By: jhi on 2001/10/23 16:30:00 Log: Small test nits. Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 12605] By: jhi on 2001/10/23 13:08:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12604] By: jhi on 2001/10/23 13:03:21 Log: Make the PerlIO_init() prototypes consistent. Branch: perl ! perlio.c ____________________________________________________________________________ [ 12603] By: jhi on 2001/10/23 12:54:52 Log: Upping the test count is a good idea. Branch: perl ! t/op/lc.t ____________________________________________________________________________ [ 12602] By: jhi on 2001/10/23 12:52:10 Log: Document the final sigma spot. Branch: perl ! pp.c ____________________________________________________________________________ [ 12601] By: jhi on 2001/10/23 12:26:12 Log: Fix multicharacter titlecase (ucfirst). Branch: perl ! pod/perlunicode.pod pp.c t/op/lc.t ____________________________________________________________________________ [ 12600] By: jhi on 2001/10/23 11:47:19 Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp From: Mikhail Zabaluev Date: Tue, 23 Oct 2001 10:40:37 +0400 Message-ID: <20011023104037.A12761@localhost.localdomain> (#12406 replaced with this) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 12599] By: jhi on 2001/10/23 00:26:17 Log: MacOS Classic updates from Pudge. Branch: perl ! lib/File/Spec.t lib/File/Spec/Mac.pm ____________________________________________________________________________ [ 12598] By: jhi on 2001/10/22 22:32:59 Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32 From: Nikola Knezevic Date: Sun, 14 Oct 2001 23:14:46 +0200 Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu> except for the 2->4 changes. Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 12597] By: gsar on 2001/10/22 22:02:50 Log: integrate macperl contents into maint-5.6 Branch: maint-5.6/perl ! mg.c !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t !> t/lib/filefind.t t/lib/filespec.t ____________________________________________________________________________ [ 12596] By: jhi on 2001/10/22 21:43:44 Log: At some point the #6234 has been lost from the mainline (noticed by Pudge; what's a Mac guy doing reading Win modules? :-) Branch: perl ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 12595] By: jhi on 2001/10/22 21:31:31 Log: Cygwin seems to round up (or closest, but not down) for time(), so half of the time (bad pun intended) Time::HiRes::time() is less than time(), half of the time it's more. So let's try harder in the loop. Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12594] By: jhi on 2001/10/22 21:23:15 Log: MacOS Classic timeofday(), from Chris Nandor. Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12593] By: jhi on 2001/10/22 21:17:39 Log: Integrate changes #12580 and #12581 from macperl; Fix path construction. (Copyright) Nit. Branch: perl !> ext/DynaLoader/DynaLoader_pm.PL perl.c ____________________________________________________________________________ [ 12592] By: jhi on 2001/10/22 21:00:18 Log: No domainname(1) in Cygwin, either, and the 2>/dev/null doesn't seem to help (the error being output to console, maybe?) Branch: perl ! lib/Net/Domain.pm ____________________________________________________________________________ [ 12591] By: jhi on 2001/10/22 20:55:08 Log: Taint the getcwd() result also in Cygwin. (TODO: which other platforms need the same thing?) Branch: perl ! cygwin/cygwin.c ____________________________________________________________________________ [ 12590] By: jhi on 2001/10/22 20:27:47 Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false. Branch: perl ! t/op/taint.t ____________________________________________________________________________ [ 12589] By: jhi on 2001/10/22 20:10:40 Log: getpwuid() fragility continues. Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 12588] By: jhi on 2001/10/22 19:58:34 Log: getpwuid() might succeed but that's no guarantee that the $home will be defined. Branch: perl ! ext/File/Glob/t/basic.t ____________________________________________________________________________ [ 12587] By: jhi on 2001/10/22 19:50:35 Log: It's safer to to expand the variable, too... (see #12571) Branch: perl ! t/TEST ____________________________________________________________________________ [ 12586] By: pudge on 2001/10/22 19:42:04 Log: Integrate with maintperl. Branch: maint-5.6/macperl !> win32/bin/pl2bat.pl win32/win32.c ____________________________________________________________________________ [ 12585] By: pudge on 2001/10/22 19:32:02 Log: Oops, forgot to include Win32 ... just as well, since it seems in bleadperl, change #7764 was not included (adding C:\temp). Re-added. Rip it back out if it doesn't belong. :-) Branch: maint-5.6/macperl ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 12584] By: jhi on 2001/10/22 19:26:47 Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads From: "Craig A. Berry" Date: Mon, 22 Oct 2001 15:25:19 -0500 Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 12583] By: pudge on 2001/10/22 19:26:00 Log: Add in lots of File::Spec changes, from Thomas Wegner, and sync with changes from bleadperl. Branch: maint-5.6/macperl ! lib/File/Spec.pm lib/File/Spec/Epoc.pm ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm ! lib/File/Spec/Win32.pm t/lib/filespec.t ____________________________________________________________________________ [ 12582] By: pudge on 2001/10/22 19:23:28 Log: Sync with latest File::Find and tests from bleadperl. Branch: maint-5.6/macperl ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t ____________________________________________________________________________ [ 12581] By: pudge on 2001/10/22 19:22:12 Log: Nit. Branch: maint-5.6/macperl ! perl.c ____________________________________________________________________________ [ 12580] By: pudge on 2001/10/22 19:21:37 Log: Fix path construction. Branch: maint-5.6/macperl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 12579] By: nick on 2001/10/22 19:08:35 Log: Integrate mainline (for Arthurs thread.xs fix) Branch: perlio !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t ____________________________________________________________________________ [ 12578] By: pudge on 2001/10/22 19:02:34 Log: Fix up exported symbols, move relevant docs over from macperl.pod. Branch: maint-5.6/macperl ! macos/ext/MacPerl/MacPerl.pm ____________________________________________________________________________ [ 12577] By: pudge on 2001/10/22 19:01:38 Log: Make ADDRESS called optionally as a method. Branch: maint-5.6/macperl ! macos/lib/Mac/Glue.pm ____________________________________________________________________________ [ 12576] By: pudge on 2001/10/22 18:58:22 Log: Fix exit code (MacPerl bug #422129) and add Stop Script Apple event. Branch: maint-5.6/macperl ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c ! macos/macperl/MPTerminology.aete ____________________________________________________________________________ [ 12575] By: pudge on 2001/10/22 18:56:34 Log: Clean up some build utilities. Change Entab to Duplicate; fix docs and error reporting; improve macify() of paths; remove requirement for Exporter.pm presence. Branch: maint-5.6/macperl ! macos/InstallBLIB macos/MacPerlTests.cmd ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm ____________________________________________________________________________ [ 12574] By: pudge on 2001/10/22 18:53:28 Log: Sync Time::HiRes with bleadperl Branch: maint-5.6/macperl ! macos/bundled_ext/Time/HiRes/HiRes.pm ! macos/bundled_ext/Time/HiRes/HiRes.t ! macos/bundled_ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12573] By: pudge on 2001/10/22 18:52:58 Log: Fix up Changes Branch: maint-5.6/macperl ! macos/Changes ____________________________________________________________________________ [ 12572] By: jhi on 2001/10/22 18:49:32 Log: A user might belong to only a single group (the group equal to the group id). Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 12571] By: jhi on 2001/10/22 18:36:46 Log: Prepending (instead of replacing with) the pwd is safer. Branch: perl ! t/TEST ____________________________________________________________________________ [ 12570] By: jhi on 2001/10/22 18:34:54 Log: Be more robust if no hostname or domainname (especially the latter) Branch: perl ! lib/Net/Domain.pm ____________________________________________________________________________ [ 12569] By: sky on 2001/10/22 17:41:07 Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12568] By: nick on 2001/10/22 16:31:24 Log: Integrate mainline Branch: perlio +> ext/threads/shared/Makefile.PL ext/threads/shared/README +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs +> ext/threads/shared/t/sv_refs.t +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl - lib/unicore/To/SpecUpper.pl !> (integrate 42 files) ____________________________________________________________________________ [ 12567] By: jhi on 2001/10/22 12:56:20 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12566] By: jhi on 2001/10/22 12:22:29 Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $] From: Michael G Schwern Date: Mon, 22 Oct 2001 03:48:38 -0400 Message-ID: <20011022034838.B1676@blackrider> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 12565] By: jhi on 2001/10/22 12:21:28 Log: Pod nits, as suggested by Stas Bekman. Branch: perl ! ext/threads/shared/shared.pm ext/threads/threads.pm ____________________________________________________________________________ [ 12564] By: jhi on 2001/10/22 12:17:00 Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules From: "Paul Marquess" Date: Sun, 21 Oct 2001 21:11:15 +0100 Message-ID: Branch: perl ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs ! ext/SDBM_File/sdbm.t ____________________________________________________________________________ [ 12563] By: jhi on 2001/10/22 12:15:19 Log: Integrate change #12559 from maintperl; various fixes for system() and backticks under windows Branch: perl !> win32/win32.c ____________________________________________________________________________ [ 12562] By: jhi on 2001/10/22 12:05:35 Log: Integrate change #12560 from maintperl; make pl2bat use %0 rather than "%0" (the latter fails to work in a lot of common cases) Branch: perl !> win32/bin/pl2bat.pl ____________________________________________________________________________ [ 12561] By: jhi on 2001/10/22 12:00:23 Log: Integrate changes #12549 and #12550 from maintperl; readline() doesn't work with our variables; it confuses them with my variables (change#4227 was incomplete) Branch: perl ! t/lib/strict/vars !> t/base/rs.t toke.c ____________________________________________________________________________ [ 12560] By: gsar on 2001/10/22 09:51:59 Log: make pl2bat use %0 rather than "%0" (the latter fails to work in a lot of common cases) Branch: maint-5.6/perl ! win32/bin/pl2bat.pl ____________________________________________________________________________ [ 12559] By: gsar on 2001/10/22 09:49:51 Log: various fixes for system() and backticks under windows: * avoid munging whitespace that is passed within quotes * work around a cmd.exe misfeature that made multi-arg system() unreliable when there is more than one quoted argument * make multi-arg system() autoquote arguments as needed before passing them to the shell (this avoids having to second guess the shell quoting) * perl's -Dp switch can be used to trace the innards Branch: maint-5.6/perl ! win32/win32.c ____________________________________________________________________________ [ 12558] By: nick on 2001/10/22 08:58:42 Log: Integrate ithreads buffer flush fix from perlio Branch: perl !> ext/threads/t/basic.t perl.c ____________________________________________________________________________ [ 12557] By: nick on 2001/10/22 08:35:09 Log: All tests pass (legitimately) on ithreads Branch: perlio ! ext/threads/t/basic.t perl.c ____________________________________________________________________________ [ 12556] By: nick on 2001/10/22 06:51:22 Log: Integrate non-ithreads fix to mainline Branch: perl !> perlio.c ____________________________________________________________________________ [ 12555] By: nick on 2001/10/22 06:48:33 Log: Restore non-ithreads build. Interestingly binmode test passes non-ithreads - so crlf layer is not damaged and ithreads fail is a symptom ... Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12554] By: jhi on 2001/10/21 22:21:55 Log: Integrate from perlio; restructuring. Branch: perl !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk !> win32/perlhost.h ____________________________________________________________________________ [ 12553] By: pudge on 2001/10/21 21:51:34 Log: Integrate from maintperl (Changes 12350, 12496, 12548, 12549, 12550) Branch: maint-5.6/macperl !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c ____________________________________________________________________________ [ 12552] By: nick on 2001/10/21 19:18:12 Log: Win32 PerlIO_cleanup special cases should no longer be required. Branch: perlio ! perl.c ____________________________________________________________________________ [ 12551] By: nick on 2001/10/21 19:16:56 Log: Multiple win32io.o is fatal for GCC (and noise with VC++) Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 12550] By: gsar on 2001/10/21 19:05:54 Log: change#12549 wasn't aware of strictures Branch: maint-5.6/perl ! t/pragma/strict-vars toke.c ____________________________________________________________________________ [ 12549] By: gsar on 2001/10/21 18:03:19 Log: readline() doesn't work with our variables; it confuses them with my variables (change#4227 was incomplete) Branch: maint-5.6/perl ! t/base/rs.t toke.c ____________________________________________________________________________ [ 12548] By: gsar on 2001/10/21 17:48:01 Log: change#12220 appears to have pulled in a mainline change that isn't applicable to maint-5.6 (some platforms don't taint cwd) Branch: maint-5.6/perl ! t/lib/filefind-taint.t ____________________________________________________________________________ [ 12547] By: nick on 2001/10/21 17:15:54 Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions for them. Call explicit cleanup during destruct process. - one binmode test is failing - also ext/threads/t/basic.t fails under make test, and is noisy under harness. (Threads results are intermingled and don't match order expected.) Branch: perlio ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c ! perlio.h perliol.h pod/perlapi.pod sv.c ____________________________________________________________________________ [ 12546] By: jhi on 2001/10/21 16:12:08 Log: Implement multicharacter case mappings where a single Unicode character can be mapped into several. Branch: perl - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl - lib/unicore/To/SpecUpper.pl ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c ! proto.h t/op/lc.t utf8.c ____________________________________________________________________________ [ 12545] By: sky on 2001/10/21 15:25:16 Log: First support of threads::shared, support shared svs and references. Branch: perl + ext/threads/shared/Makefile.PL ext/threads/shared/README + ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ext/threads/shared/t/sv_refs.t + ext/threads/shared/t/sv_simple.t ! MANIFEST sharedsv.c ____________________________________________________________________________ [ 12544] By: nick on 2001/10/21 14:52:35 Log: PerlIO layer table as PL_perlio (per-interpreter) Branch: perlio ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h ! pod/perlapi.pod sv.c ____________________________________________________________________________ [ 12543] By: jhi on 2001/10/21 13:36:40 Log: Prettyprinting. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12542] By: ams on 2001/10/21 03:50:25 Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final" From: "Sean M. Burke" Date: Sat, 20 Oct 2001 17:51:09 -0600 Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net> Branch: perl + pod/perlpodspec.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 12541] By: nick on 2001/10/20 22:23:53 Log: Fix typos in new locking on MemShared Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...) - seems to make segfaults more deterministic - suspect they are attempt to free() after Interp and Host have gone. Branch: perlio ! perlio.c win32/perlhost.h ____________________________________________________________________________ [ 12540] By: nick on 2001/10/20 21:50:46 Log: Remove the MemShared re-#define (again) Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12539] By: nick on 2001/10/20 21:49:06 Log: Use locks on MemShared Branch: perlio ! win32/perlhost.h ____________________________________________________________________________ [ 12538] By: jhi on 2001/10/20 17:31:07 Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out From: "chromatic" Date: Sat, 20 Oct 2001 11:13:47 -0600 Message-ID: <20011020172003.60024.qmail@onion.perl.org> Branch: perl ! installhtml ____________________________________________________________________________ [ 12537] By: nick on 2001/10/20 16:44:03 Log: Integrate mainline Branch: perlio !> (integrate 48 files) ____________________________________________________________________________ [ 12536] By: jhi on 2001/10/20 15:58:00 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12535] By: jhi on 2001/10/20 15:18:57 Log: Upgrade to podlators 1.11, from Russ Allbery. Branch: perl ! lib/Pod/Man.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 ____________________________________________________________________________ [ 12534] By: jhi on 2001/10/20 15:14:25 Log: Integrate perlio: [ 12532] Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() Use for non-PERLIO fdupopen(). Branch: perl !> doio.c lib/Net/Domain.pm perlio.c perlio.h ____________________________________________________________________________ [ 12533] By: jhi on 2001/10/20 14:42:33 Log: Update to Getopt::Long 2.26_02, from Johan Vromans. Branch: perl ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl ____________________________________________________________________________ [ 12532] By: nick on 2001/10/20 14:25:37 Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() Use for non-PERLIO fdupopen(). Branch: perlio ! doio.c lib/Net/Domain.pm perlio.c perlio.h ____________________________________________________________________________ [ 12531] By: jhi on 2001/10/20 14:05:47 Log: Integrate perlio: [ 12530] Fixed in two places - p4 resolve [ 12529] Fix for ithreads/stdio build [ 12525] Avoid calling (now non-existant) Perl_sv_setsv(), by calling Perl_sv_setsv_flags directly. [ 12524] Add a new flag character 'm' to embed.pl set to represent "functions" which are really macros. Use it foe the troublesome sv_setsv() etc. macros in sv.h - changing latter to define sv_setsv rather than sv_setsv_macro etc. [ 12523] Add comments explaining why win32.h/embed.h are included where they are in perl.h [ 12522] Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not being used yet. [ 12511] Fix gross win32 build issues Branch: perl !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod !> proto.h sv.h win32/win32io.c ____________________________________________________________________________ [ 12530] By: nick on 2001/10/20 12:53:30 Log: Fixed in two places - p4 resolve Branch: perlio ! perlsdio.h ____________________________________________________________________________ [ 12529] By: nick on 2001/10/20 12:51:05 Log: Fix for ithreads/stdio build Branch: perlio ! perlio.c perlsdio.h ____________________________________________________________________________ [ 12528] By: ams on 2001/10/20 12:13:25 Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man From: Michael G Schwern Date: Sat, 20 Oct 2001 01:41:21 -0400 Message-Id: <20011020014121.I3681@blackrider> Branch: perl ! installman ____________________________________________________________________________ [ 12527] By: ams on 2001/10/20 12:09:41 Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo From: Michael G Schwern Date: Sat, 20 Oct 2001 02:04:21 -0400 Message-Id: <20011020020421.A11732@blackrider> Branch: perl ! lib/Pod/Checker.pm ____________________________________________________________________________ [ 12526] By: ams on 2001/10/20 11:59:41 Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos From: "chromatic" Date: Fri, 19 Oct 2001 22:46:39 -0600 Message-Id: <20011020045254.73112.qmail@onion.perl.org> Branch: perl ! lib/Net/Config.pm ____________________________________________________________________________ [ 12525] By: nick on 2001/10/20 11:16:18 Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling Perl_sv_setsv_flags directly. Branch: perlio ! ext/threads/threads.xs ____________________________________________________________________________ [ 12524] By: nick on 2001/10/20 10:28:17 Log: Add a new flag character 'm' to embed.pl set to represent "functions" which are really macros. Use it foe the troublesome sv_setsv() etc. macros in sv.h - changing latter to define sv_setsv rather than sv_setsv_macro etc. Branch: perlio ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h ! pod/perlapi.pod proto.h sv.h ____________________________________________________________________________ [ 12523] By: nick on 2001/10/20 09:17:17 Log: Add comments explaining why win32.h/embed.h are included where they are in perl.h Branch: perlio ! perl.h ____________________________________________________________________________ [ 12522] By: nick on 2001/10/20 08:27:44 Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not being used yet. Branch: perlio ! win32/win32io.c ____________________________________________________________________________ [ 12521] By: jhi on 2001/10/20 02:36:21 Log: Wording tweaks. Branch: perl ! t/TEST ____________________________________________________________________________ [ 12520] By: jhi on 2001/10/20 01:02:26 Log: Subject: IO module with nonblocking socket connect patch From: Raul Dias Date: Fri, 19 Oct 2001 22:45:32 -0300 Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br> Branch: perl ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 12519] By: jhi on 2001/10/20 00:51:07 Log: Test vertical whitespace combined with /x in \p{}. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 12518] By: jhi on 2001/10/20 00:13:47 Log: Subject: [PATCH] PERL_MM_USE_DEFAULT From: Gisle Aas Date: 19 Oct 2001 16:46:02 -0700 Message-ID: Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 12517] By: jhi on 2001/10/19 23:59:34 Log: No more this symbol. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12516] By: jhi on 2001/10/19 23:57:48 Log: Integrate change #12511; fix gross win32 build issues. Branch: perl !> makedef.pl sv.c ____________________________________________________________________________ [ 12515] By: jhi on 2001/10/19 23:16:06 Log: Unpack in scalar context should return the first value returned in list context, as pointed out by Ton Hospel in 2001-05-21 (this is how it works already in blead, just adding the test). Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 12514] By: jhi on 2001/10/19 21:10:43 Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS From: "Craig A. Berry" Date: Fri, 19 Oct 2001 16:59:30 -0500 Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 12513] By: jhi on 2001/10/19 21:09:27 Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 19 Oct 2001 17:45:23 EDT Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c ! vms/vmsish.h ____________________________________________________________________________ [ 12512] By: jhi on 2001/10/19 20:28:48 Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 19 Oct 2001 17:26:35 EDT Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu> Branch: perl ! lib/Term/Complete.t lib/Test/Simple/t/output.t ____________________________________________________________________________ [ 12511] By: nick on 2001/10/19 19:55:36 Log: Fix gross win32 build issues Branch: perlio ! makedef.pl sv.c ____________________________________________________________________________ [ 12510] By: jhi on 2001/10/19 19:52:17 Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current) From: David Dyck Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT) Message-ID: Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 12509] By: jhi on 2001/10/19 19:01:46 Log: Subject: Re: PerlIO and Encode From: SADAHIRO Tomoyuki Date: Tue, 16 Oct 2001 01:50:16 +0900 Message-Id: <20011016014150.0C8E.BQW10602@nifty.com> Branch: perl ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm ! ext/Encode/Encode/Tcl.t ____________________________________________________________________________ [ 12508] By: ams on 2001/10/19 17:59:16 Log: C> hunks from <20011019014551.A35625@not.autrijus.org>. (See #12499) Branch: perl ! pod/perlintro.pod ____________________________________________________________________________ [ 12507] By: nick on 2001/10/19 16:30:43 Log: Integrate mainline Branch: perlio +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64 +> win32/config_H.win64 - lib/Test/Utils.pm lib/unicore/mktables.PL - t/lib/Test/Simple/Catch/More.pm !> (integrate 84 files) ____________________________________________________________________________ [ 12506] By: jhi on 2001/10/19 14:20:15 Log: Retract the #10451 which seems to be the cause of the major leakage from while(){eval"sub{}"} Branch: perl ! op.c t/run/kill_perl.t ____________________________________________________________________________ [ 12505] By: jhi on 2001/10/19 13:39:59 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 12504] By: jhi on 2001/10/19 13:35:59 Log: Tiny tweaks. Branch: perl ! pod/perl.pod ____________________________________________________________________________ [ 12503] By: ams on 2001/10/19 13:34:24 Log: Subject: Re: perlintro.pod From: Abe Timmerman Date: Fri, 19 Oct 2001 14:12:40 +0200 Message-Id: Branch: perl ! pod/perlintro.pod ____________________________________________________________________________ [ 12502] By: ams on 2001/10/19 13:24:12 Log: Slight reorganisation of references. Branch: perl ! pod/perl.pod ____________________________________________________________________________ [ 12501] By: jhi on 2001/10/19 13:19:14 Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's From: Kay Röpke Date: Fri, 19 Oct 2001 14:04:01 +0200 Message-Id: Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 12500] By: jhi on 2001/10/19 03:25:44 Log: Unicode categories continue: implement Category=, Script=, Block= (these are based on an upcoming update of TR#18) Fix a bug where we got two In categories named "old italic", and another where shortcut for the Is categories wasn't taken. Branch: perl ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod ! pod/perlunicode.pod t/op/pat.t ____________________________________________________________________________ [ 12499] By: ams on 2001/10/19 01:42:29 Log: Subject: a small patch to perlintro.pod. From: Autrijus Tang Date: Fri, 19 Oct 2001 01:45:51 +0800 Message-Id: <20011019014551.A35625@not.autrijus.org> (Applied by hand with nits.) Branch: perl ! pod/perlintro.pod ____________________________________________________________________________ [ 12498] By: jhi on 2001/10/19 00:14:50 Log: Subject: [PATCH] OpenBSD hints for ithreads From: Andy Dougherty Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT) Message-ID: Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 12497] By: jhi on 2001/10/18 16:14:13 Log: Retract #12446; the problem solved by #12474. Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 12496] By: gsar on 2001/10/18 15:38:22 Log: Carp::shortmess_heavy() doesn't notice trailing newline in message and suppress line number info (from Steve Hay ) Branch: maint-5.6/perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 12495] By: jhi on 2001/10/18 14:06:52 Log: More documented In categories. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12494] By: jhi on 2001/10/18 13:04:48 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12493] By: jhi on 2001/10/18 12:58:31 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 12492] By: jhi on 2001/10/18 12:37:28 Log: Wrong skip() arguments. Branch: perl ! ext/B/t/terse.t ____________________________________________________________________________ [ 12491] By: jhi on 2001/10/18 12:17:16 Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 17 Oct 2001 09:10:53 EDT Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h ! pod/perlapi.pod vms/vms.c ____________________________________________________________________________ [ 12490] By: ams on 2001/10/18 09:31:00 Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents From: Mark-Jason Dominus Date: Thu, 18 Oct 2001 06:25:35 -0400 Message-Id: <20011018102535.19264.qmail@plover.com> Branch: perl ! pod/perl.pod ____________________________________________________________________________ [ 12489] By: jhi on 2001/10/18 02:24:52 Log: Prettyprinting. Branch: perl ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables ____________________________________________________________________________ [ 12488] By: jhi on 2001/10/18 00:47:19 Log: Regen toc. Branch: perl ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 12487] By: jhi on 2001/10/18 00:43:18 Log: Add perlintro, from Skud. Branch: perl + pod/perlintro.pod ! MANIFEST ____________________________________________________________________________ [ 12486] By: jhi on 2001/10/18 00:10:44 Log: FAQ sync. Branch: perl ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod ! pod/perlfaq8.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 12485] By: jhi on 2001/10/17 23:57:15 Log: Oh, bother. In Tru64 cc -std1 was looking rather nice in speed (upto 20% speedup in certain operations) but meanwhile regexps and arithmetics got slower (5-10%) (according to perlbench average speedup is negligible, and within measuring flutter, 1%). Therefore retracting all the changes aimed at getting -std1 to compile cleanly: #12475, #12476, #12479, #12480, #12481, #12482, #12483, #12484. Branch: perl ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c ! pp_hot.c pp_sys.c toke.c ____________________________________________________________________________ [ 12484] By: jhi on 2001/10/17 21:58:40 Log: (retracted by #12485) Strict ANSI doesn't like the third argument of main() so enable ignoring it if using ultra picky compiler. Branch: perl ! miniperlmain.c ____________________________________________________________________________ [ 12483] By: jhi on 2001/10/17 21:48:24 Log: (retracted by #12485) Move the VMS_FOO_ERROR codes next to the SETERRNO() definition. Branch: perl ! perl.h ____________________________________________________________________________ [ 12482] By: jhi on 2001/10/17 21:42:57 Log: (retracted by #12485) Add explanatory comment. Branch: perl ! mg.c ____________________________________________________________________________ [ 12481] By: jhi on 2001/10/17 20:50:37 Log: (retracted by #12485) More dollar$hiding. Branch: perl ! doio.c perl.h pp_sys.c ____________________________________________________________________________ [ 12480] By: jhi on 2001/10/17 20:27:34 Log: (retracted by #12485) KISS. Branch: perl ! mg.c ____________________________________________________________________________ [ 12479] By: jhi on 2001/10/17 19:57:34 Log: (retracted by #12485) Thou shalt not #ifdef inside macro invocations, noticed by Rafael Garcia-Suarez. Branch: perl ! mg.c ____________________________________________________________________________ [ 12478] By: ams on 2001/10/17 18:50:55 Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept() From: Anton Berezin Date: Wed, 17 Oct 2001 18:25:48 +0200 Message-Id: <20011017182548.A12082@heechee.tobez.org> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 12476] By: jhi on 2001/10/17 16:46:50 Log: (retracted by #12485) Unterminated #ifdef. Branch: perl ! mg.c ____________________________________________________________________________ [ 12475] By: jhi on 2001/10/17 16:42:49 Log: (retracted by #12485) Avoid dollar signs in identifiers (in non-VMS) to placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP). Branch: perl ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c ! toke.c ____________________________________________________________________________ [ 12474] By: ams on 2001/10/17 15:14:50 Log: Subject: Two AIX patches From: H.Merijn Brand Date: Wed, 17 Oct 2001 18:04:35 +0200 Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl> Branch: perl ! hints/aix.sh makedef.pl ____________________________________________________________________________ [ 12473] By: jhi on 2001/10/17 14:48:38 Log: Limiting the Time::HiRes::sleep and usleep to one second is not a good policy if drop-in replacement is still a goal. Branch: perl ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12472] By: jhi on 2001/10/17 11:00:54 Log: Subject: [PATCH] Test::Simple 0.32 From: Michael G Schwern Date: Wed, 17 Oct 2001 03:42:41 -0400 Message-ID: <20011017034241.A25038@blackrider> Branch: perl + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t ! t/lib/Test/Simple/Catch.pm ! t/lib/Test/Simple/sample_tests/five_fail.plx ____________________________________________________________________________ [ 12471] By: jhi on 2001/10/17 10:25:06 Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var From: Michael G Schwern Date: Wed, 17 Oct 2001 04:04:13 -0400 Message-ID: <20011017040413.C25550@blackrider> Branch: perl ! t/TEST t/harness vms/test.com ____________________________________________________________________________ [ 12470] By: jhi on 2001/10/17 02:25:01 Log: Regen doc with perlmodstyle added. Branch: perl ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 12469] By: jhi on 2001/10/17 02:24:02 Log: Pod cleanup. Branch: perl ! lib/File/Spec.pm lib/File/Spec/Mac.pm ____________________________________________________________________________ [ 12468] By: jhi on 2001/10/17 02:16:11 Log: Subject: perlmodstyle as a patch From: Kirrily Robert Date: Tue, 16 Oct 2001 22:47:23 -0400 Message-ID: <20011016224723.A20673@infotrope.net> Branch: perl + pod/perlmodstyle.pod ! MANIFEST ____________________________________________________________________________ [ 12467] By: jhi on 2001/10/17 00:59:43 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google From: Ian Phillipps Date: Thu, 6 Sep 2001 11:09:40 +0100 Message-ID: <20010906110939.A914@homer.diplex.co.uk> Mention also the develooper p5p archive. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 12466] By: jhi on 2001/10/17 00:57:38 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require. From: Kay Röpke Date: Tue, 16 Oct 2001 17:23:52 +0200 Message-Id: Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 12465] By: jhi on 2001/10/17 00:54:28 Log: Add the special casing mappings (from SpecCase.txt) (except for the hyper special case mappings that have the condition list); the special casing mappings are unused for now. Small tidying up on mktables. Branch: perl + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + lib/unicore/To/SpecUpper.pl ! lib/unicore/mktables ____________________________________________________________________________ [ 12464] By: jhi on 2001/10/16 22:38:24 Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata) From: "David H. Adler" Date: Tue, 16 Oct 2001 11:59:35 -0400 Message-ID: <20011016115935.A13078@panix.com> Subject: [ PATCH ] perldata patch, revised From: "David H. Adler" Date: Tue, 16 Oct 2001 18:26:49 -0400 Message-ID: <20011016182649.C23970@panix.com> Branch: perl ! pod/perldata.pod pod/perlop.pod ____________________________________________________________________________ [ 12463] By: jhi on 2001/10/16 19:39:25 Log: Integrate perlio: [ 12462] PerlIOXxxx_dups for all but Win32 [ 12461] Implement PerlIOStdio_dup (explains core dumps - dup was not setting up a FILE * to be fclosed()). [ 12460] When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer overflow. [ 12456] Builds under ithreads (but fails all threads tests) [ 12451] Skeleton of "PerlIO_dup" coded. Still-passes all tests non-threaded (well it would wouldn't it!) [ 12447] Beginings of PerlIO_dup support (unstable) [ 11615] Avoid testing for (non-)existance of "encoding(xxxx)" layer is called "encoding" the (xxxx) is an argument. Branch: perl !> embed.h embed.pl ext/Encode/Encode.xs !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h !> win32/win32io.c ____________________________________________________________________________ [ 12462] By: nick on 2001/10/16 19:11:30 Log: PerlIOXxxx_dups for all but Win32 Branch: perlio ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs ! ext/PerlIO/Via/Via.xs ____________________________________________________________________________ [ 12461] By: nick on 2001/10/16 18:28:48 Log: Implement PerlIOStdio_dup (explains core dumps - dup was not setting up a FILE * to be fclosed()). Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12460] By: nick on 2001/10/16 17:31:47 Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer overflow. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 12459] By: jhi on 2001/10/16 17:10:22 Log: Subject: [PATCH perl@12443] VMS 64-bit configure From: "Craig A. Berry" Date: Tue, 16 Oct 2001 13:08:38 -0500 Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 12458] By: jhi on 2001/10/16 17:07:20 Log: Can't expect too much accuracy from a sleep of one second. (I think this will also fail with high load.) Branch: perl ! ext/Time/HiRes/HiRes.t ____________________________________________________________________________ [ 12457] By: jhi on 2001/10/16 16:50:24 Log: Subject: WIN64 (Itanium) port of Perl 5.6.1 From: "Werner, Randolf" Date: Tue, 16 Oct 2001 18:33:02 +0200 Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de> Branch: perl + win32/Makefile.win64 win32/config.win64 win32/config_H.win64 ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c ____________________________________________________________________________ [ 12456] By: nick on 2001/10/16 14:08:16 Log: Builds under ithreads (but fails all threads tests) Branch: perlio ! hv.c perlio.c sv.c ____________________________________________________________________________ [ 12455] By: jhi on 2001/10/16 13:59:32 Log: I think the Perl_sortsv needs *not* be skipped? Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12454] By: jhi on 2001/10/16 13:05:38 Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin From: "Gerrit P. Haase" Date: Tue, 16 Oct 2001 15:32:44 +0200 Message-ID: <3BCC531C.11494.3E433F@localhost> Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 12453] By: jhi on 2001/10/16 13:04:38 Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin From: "Gerrit P. Haase" Date: Tue, 16 Oct 2001 15:01:04 +0200 Message-ID: <3BCC4BB0.30935.2145B7@localhost> Branch: perl ! t/io/fs.t ____________________________________________________________________________ [ 12452] By: jhi on 2001/10/16 12:03:49 Log: A forgotten deletion. Branch: perl - lib/unicore/mktables.PL ____________________________________________________________________________ [ 12451] By: nick on 2001/10/16 11:32:48 Log: Skeleton of "PerlIO_dup" coded. Still-passes all tests non-threaded (well it would wouldn't it!) Branch: perlio ! embed.h embed.pl ext/Encode/Encode.xs ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h ! win32/win32io.c ____________________________________________________________________________ [ 12450] By: jhi on 2001/10/16 02:27:51 Log: Document the problem with the swash_fetch() API that affects more complex case conversions. Branch: perl ! lib/utf8_heavy.pl utf8.c ____________________________________________________________________________ [ 12449] By: jhi on 2001/10/16 01:55:48 Log: Make Time::HiRes::sleep() and usleep() to return the number of seconds (a floating point value) and microseconds (an integer) actually slept (well, modulo the time spent in measuring the time actually slept...), to be a better drop-in replacement for the builtin sleep(). Noticed by Chris Nandor. Also make usleep() to croak if fed illegal number of useconds (anything greater than 1_000_000). Branch: perl ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12448] By: jhi on 2001/10/16 00:57:05 Log: A missing SvREFCNT_dec. Branch: perl ! perl.c ____________________________________________________________________________ [ 12447] By: nick on 2001/10/15 20:27:53 Log: Beginings of PerlIO_dup support (unstable) Branch: perlio ! perlio.c perliol.h ____________________________________________________________________________ [ 12446] By: jhi on 2001/10/15 18:44:19 Log: (retracted by #12497) In AIX vac 5 just can't seem to get regcomp right. Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 12445] By: jhi on 2001/10/15 16:44:04 Log: Bump the version number to agree with the maintperl one. Branch: perl ! lib/Tie/RefHash.pm ____________________________________________________________________________ [ 12444] By: nick on 2001/10/15 15:59:57 Log: Integrate mainline Branch: perlio +> lib/Math/BigInt/t/Math/Subclass.pm +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl +> lib/unicore/In/164.pl lib/unicore/In/165.pl +> lib/unicore/In/166.pl lib/unicore/In/167.pl +> lib/unicore/In/168.pl lib/unicore/In/169.pl +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl +> lib/unicore/mktables - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl - lib/unicore/syllables.txt !> (integrate 344 files) ____________________________________________________________________________ [ 12443] By: jhi on 2001/10/15 13:40:20 Log: Casting tweak from Paul Marquess, helps Merijn on AIX. Branch: perl ! ext/DB_File/DB_File.xs ____________________________________________________________________________ [ 12442] By: jhi on 2001/10/15 13:35:36 Log: Sync the skip() amounts with the number of tests. Branch: perl ! lib/Term/Complete.t ____________________________________________________________________________ [ 12441] By: jhi on 2001/10/15 13:11:03 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12440] By: jhi on 2001/10/15 12:58:24 Log: MacOS Classic catdir() rewrite from Thomas Wegner (backward incompatibility, but a deliberate one, the old version simply is broken in its logic), also documentation updates, and as suggested replicated the File::Spec::Unix documentation updates also on the File::Spec documentation. TODO: there seems to be duplication of documentation between File::Spec and File::Spec::Unix. I think the ::Unix should be left only with specific UNIXisms, and all the generic documentation should be in ::Spec. Branch: perl ! lib/File/Find/t/find.t lib/File/Find/t/taint.t ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm ! lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 12439] By: jhi on 2001/10/15 12:32:07 Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32 From: Blair Zajac Date: Mon, 24 Sep 2001 11:48:58 -0700 Message-ID: <3BAF801A.88A4F614@orcaware.com> (the skip() messages) Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 12438] By: ams on 2001/10/14 23:43:59 Log: Subject: [PATCH] make PerlIO default on VMS From: "Craig A. Berry" Date: Sun, 14 Oct 2001 15:27:18 -0500 Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01> Branch: perl ! configure.com ____________________________________________________________________________ [ 12437] By: jhi on 2001/10/14 23:05:57 Log: Retract #12436 (Abhijit already did this at #12426) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 12436] By: jhi on 2001/10/14 21:22:43 Log: (retracted by #12437) Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION From: =?iso-8859-1?Q?Kay_R=F6pke?= Date: Sat, 13 Oct 2001 20:33:55 +0200 Message-Id: Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 12435] By: jhi on 2001/10/14 21:21:52 Log: Subject: h2xs grammar nit From: Yitzchak Scott-Thoennes Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT) Message-ID: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 12434] By: jhi on 2001/10/14 13:48:30 Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings From: "Paul Marquess" Date: Sun, 14 Oct 2001 11:25:08 +0100 Message-ID: Branch: perl ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal ! warnings.pl ____________________________________________________________________________ [ 12433] By: jhi on 2001/10/13 23:20:11 Log: Use File::Spec (needs Thomas Wegner's upcoming patch for File::Spec::Mac::catfile) Branch: perl ! lib/h2xs.t ____________________________________________________________________________ [ 12432] By: jhi on 2001/10/13 23:17:31 Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?) From: Nicholas Clark Date: Sat, 13 Oct 2001 00:07:31 +0100 Message-ID: <20011013000731.D67535@plum.flirble.org> Branch: perl ! lib/h2xs.t utils/h2xs.PL ____________________________________________________________________________ [ 12431] By: jhi on 2001/10/13 22:35:58 Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used before DEFINE and INC), and repent by taking DEFINE and INC away from PASTHRU. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 12430] By: jhi on 2001/10/13 21:23:09 Log: More MANIFEST anomalies. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 12429] By: jhi on 2001/10/13 21:01:32 Log: Not that many. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 12428] By: sky on 2001/10/13 20:59:27 Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules From: Rafael Garcia-Suarez Date: Sat, 13 Oct 2001 23:15:55 +0200 Message-ID: <20011013231555.A18071@rafael> Branch: perl ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 12427] By: jhi on 2001/10/13 20:54:17 Log: Rewrite mktables from scratch. - Cleaner. - Faster: 15-20 seconds as opposed to several minutes. - More dynamic: the names of the various categories such as the linebreak ones are dynamic, not static. - Is.pl: long names for the general category properties are now available. - Ranges (<... ,First>, <..., Last>) from the general categories work now. - No more mktables.PL because the mktables.PL is not and never has been run to create a mktables. - syllables.txt and Is/Syl*.pl removed: non-standard (not part of the Unicode), and the whole concept is being reworked (http://syllabary.sourceforge.net/), the old way wouldn't even work with the new Syllables.txt (it would result in 1000+ new categories) Branch: perl + lib/unicore/In/163.pl lib/unicore/In/164.pl + lib/unicore/In/165.pl lib/unicore/In/166.pl + lib/unicore/In/167.pl lib/unicore/In/168.pl + lib/unicore/In/169.pl lib/unicore/In/170.pl + lib/unicore/In/171.pl lib/unicore/Is.pl + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl + lib/unicore/mktables - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl - lib/unicore/syllables.txt ! (edit 304 files) ____________________________________________________________________________ [ 12426] By: ams on 2001/10/13 18:05:36 Log: ExtUtils::MM_Unix should ignore comments when searching for $VERSION. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 12425] By: jhi on 2001/10/13 12:26:41 Log: Subject: Re: New module XML::Clean From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 13 Oct 2001 10:17:09 +0200 Message-ID: Branch: perl ! pod/perlnewmod.pod ____________________________________________________________________________ [ 12424] By: sky on 2001/10/13 09:39:59 Log: Set thread stack size if needed. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12423] By: sky on 2001/10/13 09:36:49 Log: We do want to set the attribute to joinable even on modern posix platforms. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12422] By: jhi on 2001/10/13 02:04:44 Log: Subject: [PATCH ext/Data/Dumper.xs] From: Brian Ingerson Date: Fri, 12 Oct 2001 19:32:35 -0700 Message-ID: <20011012193235.B889@ttul.org> Branch: perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 12421] By: jhi on 2001/10/12 23:22:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12420] By: jhi on 2001/10/12 22:51:17 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq4.pod ____________________________________________________________________________ [ 12419] By: jhi on 2001/10/12 22:46:49 Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles From: "Wilson, Doug" Date: Fri, 12 Oct 2001 11:51:05 -0700 Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com> Branch: perl ! lib/File/Copy.pm ____________________________________________________________________________ [ 12418] By: jhi on 2001/10/12 22:44:24 Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test From: "chromatic" Date: Thu, 11 Oct 2001 10:57:55 -0600 Message-ID: <20011011170354.74354.qmail@onion.perl.org> Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test From: Rafael Garcia-Suarez Date: Thu, 11 Oct 2001 22:34:21 +0200 Message-ID: <20011011223421.A693@rafael> plus undef $Term::Complete::stty as suggested by Rafael. Branch: perl ! lib/Term/Complete.pm lib/Term/Complete.t ____________________________________________________________________________ [ 12417] By: jhi on 2001/10/12 20:35:49 Log: UUnndduupplleexx.. Branch: perl ! perl.h ____________________________________________________________________________ [ 12416] By: sky on 2001/10/12 20:16:19 Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH] From: Andy Dougherty Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT) Message-ID: (Potentially only band-aid) Branch: perl ! sv.c ____________________________________________________________________________ [ 12415] By: jhi on 2001/10/12 20:13:06 Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly mishandles kill(), and therefore the sigaction test should be skipped, from Charles Lane. Branch: perl ! ext/POSIX/t/sigaction.t ____________________________________________________________________________ [ 12414] By: sky on 2001/10/12 18:47:49 Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20 Branch: perl ! op.h ____________________________________________________________________________ [ 12413] By: jhi on 2001/10/12 18:35:31 Log: Upgrade to Math::BigInt 1.44 from Tels and further fixes from John Peacock. Branch: perl + lib/Math/BigInt/t/Math/Subclass.pm + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t + lib/Math/BigInt/t/subclass.t ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/mbimbf.t ____________________________________________________________________________ [ 12412] By: sky on 2001/10/12 18:28:23 Log: perhaps pthread_attr_t really needs to be set for the old api Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12411] By: sky on 2001/10/12 18:11:45 Log: pthread_keycreate not pthread_key_create under the here be dragons API Branch: perl ! ext/threads/threads.h ____________________________________________________________________________ [ 12410] By: sky on 2001/10/12 18:07:37 Log: Apperently OLD PTHREADS API is a bit retarded. This should fix another set of compile failures in HP-UX 10.20. Branch: perl ! ext/threads/threads.h ext/threads/threads.xs ____________________________________________________________________________ [ 12409] By: nick on 2001/10/12 15:30:01 Log: Blind integrate of mainline Branch: perlio +> (branch 32 files) - lib/unicode/README !> (integrate 121 files) ____________________________________________________________________________ [ 12408] By: sky on 2001/10/12 14:55:08 Log: Let us avoid being smart for now. Branch: perl ! ext/threads/threads.h ____________________________________________________________________________ [ 12407] By: sky on 2001/10/12 14:38:12 Log: (void*) the argument to make sure we work with picky compilers Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12406] By: ams on 2001/10/12 13:26:04 Log: (replaced with #12600) Subject: [PATCH 5.6.1 perldoc] use File::Temp From: Mikhail Zabaluev Date: Fri, 12 Oct 2001 12:47:47 +0400 Message-Id: <20011012124747.E13918@localhost.localdomain> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 12405] By: ams on 2001/10/12 13:05:32 Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 12 Oct 2001 11:12:07 +0200 Message-Id: Branch: perl ! lib/Memoize/t/speed.t ____________________________________________________________________________ [ 12404] By: sky on 2001/10/12 12:46:15 Log: A) Support OLD_PTHREADS_API B) Change from using pthread_t to using a TLS to store the index of the thread in an hash, this is to avoid problems when in fact pthread_t was not a seralizable type. Both these changes are because of HP-UX 10.20 This has not been tested on win32 but should work there. Need to add support for NetWare. Branch: perl ! ext/threads/threads.h ext/threads/threads.xs ____________________________________________________________________________ [ 12403] By: ams on 2001/10/12 07:34:19 Log: Subject: Re: New module XML::Clean From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 12 Oct 2001 10:20:35 +0200 Message-Id: Branch: perl ! pod/perlnewmod.pod ____________________________________________________________________________ [ 12402] By: jhi on 2001/10/11 19:51:04 Log: More HP model tweaks from Merijn. Branch: perl ! README.hpux ____________________________________________________________________________ [ 12401] By: jhi on 2001/10/11 13:03:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12400] By: jhi on 2001/10/11 11:33:20 Log: HP-UX update from H.Merijn Brand. Branch: perl ! README.hpux ____________________________________________________________________________ [ 12399] By: jhi on 2001/10/11 00:53:56 Log: Subject: [PATCH] fix link rot in README.vms From: "Craig A. Berry" Date: Wed, 10 Oct 2001 17:17:00 -0500 Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01> Branch: perl ! README.vms ____________________________________________________________________________ [ 12398] By: jhi on 2001/10/11 00:49:42 Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background) From: "chromatic" Date: Wed, 10 Oct 2001 15:50:30 -0600 Message-ID: <20011010215627.13283.qmail@onion.perl.org> Branch: perl ! lib/Term/Complete.t ____________________________________________________________________________ [ 12397] By: jhi on 2001/10/11 00:48:54 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist From: "chromatic" Date: Wed, 10 Oct 2001 15:45:42 -0600 Message-ID: <20011010215140.8913.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/Packlist.t ! MANIFEST ____________________________________________________________________________ [ 12396] By: jhi on 2001/10/10 20:20:22 Log: VMS needs quotes around the -I option to keep it from being downcased, from Charles Lane. Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 12395] By: ams on 2001/10/10 16:22:32 Log: Subject: [PATCH lib/FindBin.pm] From: Stas Bekman Date: Tue, 09 Oct 2001 23:57:10 +0800 Message-Id: <3BC31E56.60805@stason.org> Branch: perl ! lib/FindBin.pm ____________________________________________________________________________ [ 12394] By: ams on 2001/10/10 16:09:53 Log: Subject: Re: /usr/include/sys/e ?? (perl@12340) From: Abhijit Menon-Sen Date: Wed, 10 Oct 2001 21:59:33 +0530 Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org> Branch: perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 12393] By: jhi on 2001/10/10 15:53:39 Log: VMS: reorder the elimination of 000000 in the canonpath logic, from Charles Lane. Branch: perl ! lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 12392] By: ams on 2001/10/10 14:49:43 Log: Subject: [PATCH] two s/// bugfixes From: Rafael Garcia-Suarez Date: Wed, 10 Oct 2001 17:23:44 +0200 Message-Id: <20011010172344.C22440@rafael> Branch: perl ! pp_ctl.c regexec.c t/op/subst.t ____________________________________________________________________________ [ 12391] By: jhi on 2001/10/10 12:22:02 Log: Fix/improve handling of the [000000] special "root" directory, by putting cwd in canonical form when doing abs2rel, and prepending a 000000 to directory "chunks" if missing from base or path. Also adjust test to reflect the (improved) output from abs2rel. From Charles Lane. Branch: perl ! lib/File/Spec.t lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 12390] By: jhi on 2001/10/10 11:48:14 Log: In VMS the copy-to-untaint %ENV in the initialization also loses all of the extra VMSish attributes (such as "treat this logical as a device name") that are necessary to make programs run. A tainted %ENV does not hinder VMS. From Charles Lane. Branch: perl ! lib/File/Find/t/taint.t ____________________________________________________________________________ [ 12389] By: jhi on 2001/10/10 11:40:29 Log: VMS-specific fixes to the ExtUtils::Manifest tests. o VMS is case-insensitive, RTL downcases filenames read by perl... so need to re-upcase filenames like MANIFEST and MANIFEST.SKIP o Need to convert VMS-style to Unix-style filenames when comparing names in MANIFEST to names in filesystem. o Need to remove mantest/MANIFEST before rmdir'ing mantest, since VMS won't let you (easily) delete non-empty directories. From Charles Lane. Branch: perl ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t ____________________________________________________________________________ [ 12388] By: jhi on 2001/10/10 11:28:44 Log: Unix and VMS agree on "*" as a "match any number of any chars" wildcards, but differ ("?" vs. "%") for their "match any single char" wildcard. This patch changes "?" chars to "%" before doing a VMS glob...at no loss of functionality, since "?" isn't a valid filename char on VMS. From Charles Lane. Branch: perl ! doio.c ____________________________________________________________________________ [ 12387] By: jhi on 2001/10/10 11:20:13 Log: (accidentally empty submit; new life as #12390) Branch: perl ! lib/File/Find/t/taint.t ____________________________________________________________________________ [ 12386] By: jhi on 2001/10/10 11:12:40 Log: Even more VMS tweakage from Charles Lane: Tweak #1: splitdir only works on directory part of filespec, split off volume first Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable (it's a horrible kludge in the run-time library, improved in later versions). Check the $Config{'d_setenv'} flag before attempting to set it. Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12385] By: jhi on 2001/10/09 20:34:36 Log: VMS tweakage from Charles Lane. . command.com doubles an output line when prompting for extensions . Term::Cap has no business trying to run obscure Un*x utilities on VMS . perl5db doesn't clean up after itself Branch: perl ! configure.com lib/Term/Cap.pm lib/perl5db.pl ____________________________________________________________________________ [ 12384] By: sky on 2001/10/09 19:16:11 Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT} From: Rafael Garcia-Suarez Date: Tue, 9 Oct 2001 22:10:26 +0200 Message-ID: <20011009221026.A8579@rafael> Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 12383] By: jhi on 2001/10/09 14:33:15 Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 9 Oct 2001 15:15:06 -0000 Message-Id: Branch: perl ! t/op/subst.t ____________________________________________________________________________ [ 12382] By: jhi on 2001/10/09 14:03:30 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12381] By: jhi on 2001/10/09 13:52:50 Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat, when a NULL is passed for the filename string pointer. From Charles Lane. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 12379] By: jhi on 2001/10/09 13:03:49 Log: Subject: HP systems update From: "H.Merijn Brand" Date: Tue, 09 Oct 2001 15:59:22 +0200 Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl> Branch: perl ! README.hpux ____________________________________________________________________________ [ 12378] By: jhi on 2001/10/09 12:52:21 Log: CPAN::Nox does now have a test. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 12377] By: jhi on 2001/10/09 12:23:27 Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl) From: David Dyck Date: Mon, 1 Oct 2001 12:17:36 -0700 Message-Id: <200110011917.MAA11879@dd.tc.fluke.com> Branch: perl ! installperl ____________________________________________________________________________ [ 12376] By: jhi on 2001/10/09 12:18:39 Log: NetWare update from Ananth Kesari. Branch: perl ! NetWare/nwperlsys.h makedef.pl ____________________________________________________________________________ [ 12375] By: jhi on 2001/10/09 11:43:01 Log: Subject: [PATCH Perl@12307] File::Find test on VMS From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Tue, 9 Oct 2001 08:40:57 EDT Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu> Branch: perl ! lib/File/Find/t/find.t ____________________________________________________________________________ [ 12374] By: ams on 2001/10/09 05:31:45 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for ExtUtils::Mkbootstrap From: "chromatic" Date: Tue, 09 Oct 2001 00:08:37 -0600 Message-Id: <20011009061432.46666.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/Mkbootstrap.t ! MANIFEST ____________________________________________________________________________ [ 12373] By: jhi on 2001/10/09 02:56:13 Log: Enable more debugging. Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 12372] By: ams on 2001/10/09 02:11:59 Log: #12370 forgot to modify is_gv_magical(). Branch: perl ! gv.c ____________________________________________________________________________ [ 12371] By: jhi on 2001/10/09 01:48:17 Log: Make the toupper/lower/title API for Unicode not right but at least less wrong: prepare for the mapping being more than just one-character-to-one-character. Branch: perl ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c ! regexec.c utf8.c ____________________________________________________________________________ [ 12370] By: jhi on 2001/10/09 01:23:08 Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT} From: Ronald J Kimball Date: Mon, 8 Oct 2001 22:18:23 -0400 Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu> Branch: perl ! pod/perlvar.pod t/op/taint.t ____________________________________________________________________________ [ 12369] By: jhi on 2001/10/08 23:31:21 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq4.pod ____________________________________________________________________________ [ 12368] By: jhi on 2001/10/08 21:20:45 Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22 From: "chromatic" Date: Mon, 08 Oct 2001 14:05:32 -0600 Message-ID: <20011008201126.73702.qmail@onion.perl.org> Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12367] By: jhi on 2001/10/08 21:10:49 Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT} From: Michael G Schwern Date: Mon, 8 Oct 2001 17:00:14 -0400 Message-ID: <20011008170014.L17083@blackrider> Branch: perl ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t ____________________________________________________________________________ [ 12366] By: jhi on 2001/10/08 20:43:19 Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Mon, 8 Oct 2001 16:01:33 EDT Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu> Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12365] By: jhi on 2001/10/08 20:41:50 Log: Subject: [PATCH] Autosplit patch for VMS From: "Craig A. Berry" Date: Mon, 08 Oct 2001 15:40:43 -0500 Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01> Branch: perl ! lib/AutoSplit.pm lib/AutoSplit.t ____________________________________________________________________________ [ 12364] By: jhi on 2001/10/08 20:36:58 Log: Don't assume that everybody is running OS X 10.1 yet; from Kay Röpke. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 12363] By: jhi on 2001/10/08 14:26:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12362] By: jhi on 2001/10/08 14:05:50 Log: Retract #12358 for now. Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12361] By: jhi on 2001/10/08 13:57:10 Log: Can't figure out what this is testing. (If it is trying to catch SIGKILL, it should stop trying because that is by definition impossible.) Branch: perl ! lib/sigtrap.t ____________________________________________________________________________ [ 12360] By: jhi on 2001/10/08 13:23:28 Log: Subject: [PATCH bleadperl] why some tests fail on Win95... From: Nikola Knezevic Date: Sun, 30 Sep 2001 21:15:13 +0200 Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu> Branch: perl ! lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 12359] By: jhi on 2001/10/08 12:37:17 Log: Clarify the ldlibpth part and condense the overall text. Branch: perl ! t/TEST ____________________________________________________________________________ [ 12358] By: jhi on 2001/10/08 11:56:49 Log: Subject: Re: [PATCH] & what's to be done for 5.8.0? From: "chromatic" Date: Sun, 07 Oct 2001 16:59:26 -0600 Message-ID: <20011007230518.90917.qmail@onion.perl.org> Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12357] By: jhi on 2001/10/08 11:54:50 Log: Update the list because fo #12265. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 12356] By: jhi on 2001/10/08 11:53:30 Log: Subject: [PATCH] & what's to be done for 5.8.0? From: Nicholas Clark Date: Sun, 7 Oct 2001 20:53:33 +0100 Message-ID: <20011007205333.S38756@plum.flirble.org> Branch: perl ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t ! lib/Switch/t/switch.t lib/Term/Complete.t ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t ! t/op/my_stash.t ____________________________________________________________________________ [ 12355] By: jhi on 2001/10/08 11:51:29 Log: Integrate patch #12350 from maintperl; typo in IO::Seekable doc. Branch: perl !> ext/IO/lib/IO/Seekable.pm ____________________________________________________________________________ [ 12354] By: jhi on 2001/10/08 11:41:16 Log: Detypo. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 12353] By: sky on 2001/10/07 17:16:14 Log: Change 12349 didn't really get it right. Branch: perl ! lib/Unicode/README ____________________________________________________________________________ [ 12352] By: jhi on 2001/10/07 15:03:18 Log: If running the harness the dynamic library search path may need setting. Branch: perl ! t/TEST ____________________________________________________________________________ [ 12351] By: jhi on 2001/10/07 14:17:12 Log: It seems that in MacOS X 10.1 one must use -flat_namespace in ldflags. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 12350] By: gsar on 2001/10/07 13:30:42 Log: typo in IO::Seekable doc Branch: maint-5.6/perl ! ext/IO/lib/IO/Seekable.pm ____________________________________________________________________________ [ 12349] By: jhi on 2001/10/07 12:49:31 Log: Give up the fantasy of having lib/Unicode and lib/unicode: doesn't work on Mac OS X 10.1 (when unpacking the tar the latter gets renamed as lib/unicode:1, assumedly for security reasons not to overwrite stuff) Branch: perl + lib/Unicode/README - lib/unicode/README ! MANIFEST ____________________________________________________________________________ [ 12348] By: ams on 2001/10/07 05:33:40 Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox From: "chromatic" Date: Sat, 06 Oct 2001 21:42:03 -0600 Message-Id: <20011007034754.21057.qmail@onion.perl.org> Branch: perl + lib/CPAN/t/Nox.t ! MANIFEST ____________________________________________________________________________ [ 12347] By: ams on 2001/10/07 00:48:10 Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm From: "chromatic" Date: Sat, 06 Oct 2001 18:52:10 -0600 Message-Id: <20011007005801.98381.qmail@onion.perl.org> Branch: perl + lib/sigtrap.t ! MANIFEST ____________________________________________________________________________ [ 12346] By: ams on 2001/10/06 23:14:01 Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?) From: Nicholas Clark Date: Sat, 6 Oct 2001 21:46:43 +0100 Message-Id: <20011006214643.L38756@plum.flirble.org> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 12345] By: ams on 2001/10/06 17:39:53 Log: Subject: [PATCH] Memoize tests From: Nicholas Clark Date: Sat, 6 Oct 2001 18:04:21 +0100 Message-Id: <20011006180421.J38756@plum.flirble.org> Branch: perl ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t ! lib/Memoize/t/expire_module_n.t ! lib/Memoize/t/expire_module_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 ____________________________________________________________________________ [ 12344] By: jhi on 2001/10/06 00:30:23 Log: Retract the latter part of #12343. Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 12343] By: jhi on 2001/10/05 23:32:07 Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022) From: David Dyck Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT) Message-ID: Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022) From: David Dyck Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT) Message-ID: Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 12342] By: jhi on 2001/10/05 16:28:37 Log: Subject: [PATCH perl@12307] Re: test names from C From: Robin Barker Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST) Message-Id: <200110051720.SAA17023@tempest.npl.co.uk> Branch: perl ! t/TEST ____________________________________________________________________________ [ 12341] By: jhi on 2001/10/05 13:54:08 Log: Don't assume that %x is good for displaying UVs. Branch: perl ! dump.c ____________________________________________________________________________ [ 12340] By: jhi on 2001/10/05 12:41:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12339] By: ams on 2001/10/05 10:22:34 Log: Subject: [PATCH] perlfunc/select From: Nicholas Clark Date: Fri, 5 Oct 2001 11:33:58 +0100 Message-Id: <20011005113358.Z38756@plum.flirble.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 12338] By: jhi on 2001/10/04 22:54:06 Log: Retract #12313 and #12249. Branch: perl ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod ! pod/perlebcdic.pod ____________________________________________________________________________ [ 12337] By: jhi on 2001/10/04 17:17:03 Log: Subject: [PATCH] perlvms.pod update From: "Craig A. Berry" Date: Thu, 04 Oct 2001 12:55:52 -0500 Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01> Branch: perl ! vms/perlvms.pod ____________________________________________________________________________ [ 12336] By: jhi on 2001/10/04 14:02:17 Log: Subject: PATCH: Tie::SubstrHash From: Hugo van der Sanden Date: Thu, 04 Oct 2001 12:12:41 +0100 Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> Branch: perl ! lib/Tie/SubstrHash.pm ____________________________________________________________________________ [ 12335] By: jhi on 2001/10/04 04:45:00 Log: Unicode properties saga continues. Branch: perl ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl ! lib/unicore/mktables.PL lib/utf8_heavy.pl ____________________________________________________________________________ [ 12334] By: jhi on 2001/10/04 03:42:04 Log: Yet more Unicode properties. Branch: perl + lib/unicore/In/137.pl lib/unicore/In/138.pl + lib/unicore/In/139.pl lib/unicore/In/140.pl + lib/unicore/In/141.pl lib/unicore/In/142.pl + lib/unicore/In/143.pl lib/unicore/In/144.pl + lib/unicore/In/145.pl lib/unicore/In/146.pl + lib/unicore/In/147.pl lib/unicore/In/148.pl + lib/unicore/In/149.pl lib/unicore/In/150.pl + lib/unicore/In/151.pl lib/unicore/In/152.pl + lib/unicore/In/153.pl lib/unicore/In/154.pl + lib/unicore/In/155.pl lib/unicore/In/156.pl + lib/unicore/In/157.pl lib/unicore/In/158.pl + lib/unicore/In/159.pl lib/unicore/In/160.pl + lib/unicore/In/161.pl lib/unicore/In/162.pl ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod ! pod/perlunicode.pod ____________________________________________________________________________ [ 12333] By: jhi on 2001/10/04 03:02:19 Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks From: "Craig A. Berry" Date: Wed, 03 Oct 2001 17:45:25 -0500 Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01> (the lib/Term/Complete.t patched differently by #12332) Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12332] By: jhi on 2001/10/04 03:00:03 Log: Restore only if something to restore. Branch: perl ! lib/Term/Complete.t ____________________________________________________________________________ [ 12331] By: pudge on 2001/10/03 19:30:48 Log: Update various resources for credits, minor icons fixes, and versions. Branch: maint-5.6/macperl ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc ____________________________________________________________________________ [ 12330] By: pudge on 2001/10/03 19:17:25 Log: Quiet the warnings about using undef value Branch: maint-5.6/macperl ! lib/File/Temp.pm ____________________________________________________________________________ [ 12329] By: pudge on 2001/10/03 19:14:59 Log: Fix up Ballon Help and Help menu docs (first pass); remove balloon rez file, and autogenerate with Balloon2Rez instead. Branch: maint-5.6/macperl + macos/macperl/macscripts/Balloon2Rez - macos/macperl/MPBalloons.r ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp ____________________________________________________________________________ [ 12328] By: pudge on 2001/10/03 19:11:15 Log: Allow overriding of defaults, for change #12327. Branch: maint-5.6/macperl ! perl.h ____________________________________________________________________________ [ 12327] By: pudge on 2001/10/03 19:10:26 Log: Override PerlProc_exit. Branch: maint-5.6/macperl ! macos/macish.h ____________________________________________________________________________ [ 12326] By: pudge on 2001/10/03 19:08:28 Log: Add in new macos/ modules, fix up BuildTools and Makefile. Branch: maint-5.6/macperl + macos/bundled_lib/blib/lib/MD5.pm + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm + macos/lib/Mac/AETE/Dialect.pm + macos/lib/Mac/AETE/Format/Converter.pm + macos/lib/Mac/AETE/Format/Dictionary.pm + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm + macos/lib/Mac/Toolbox.pod ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm ____________________________________________________________________________ [ 12325] By: pudge on 2001/10/03 18:51:28 Log: Sync up silly CVS headers ... I should commit CVS first to avoid this ... Branch: maint-5.6/macperl ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h ! macos/macperl/MPScript.c macos/macperl/MPUtils.c ____________________________________________________________________________ [ 12324] By: pudge on 2001/10/03 18:44:09 Log: Fix Matthias' address, and attributions. Branch: maint-5.6/macperl ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c ! pod/perlport.pod ____________________________________________________________________________ [ 12323] By: pudge on 2001/10/03 18:42:37 Log: Fix Matthias' address, and attributions. Branch: maint-5.6/macperl ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm ! macos/ext/Mac/Components/Components.pm ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm ! macos/ext/Mac/Dialogs/Dialogs.pm ! macos/ext/Mac/Events/Events.pm ! macos/ext/Mac/ExtUtils/MakeToolboxModule ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm ! macos/ext/Mac/Gestalt/Gestalt.pm ! macos/ext/Mac/ImageCompression/ImageCompression.pm ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm ! macos/ext/Mac/Menus/Menus.pm ! macos/ext/Mac/MoreFiles/MoreFiles.pm ! macos/ext/Mac/Movies/Movies.pm ! macos/ext/Mac/Navigation/Navigation.pm ! macos/ext/Mac/Notification/Notification.pm ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm ! macos/ext/Mac/QuickDraw/QuickDraw.pm ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm ! macos/ext/Mac/StandardFile/StandardFile.pm ! macos/ext/Mac/TextEdit/TextEdit.pm ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm ! macos/lib/Mac/LowMem.pm ____________________________________________________________________________ [ 12322] By: sky on 2001/10/03 18:41:07 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS From: "Craig A. Berry" Date: Wed, 03 Oct 2001 14:30:55 -0500 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 12321] By: jhi on 2001/10/03 18:38:34 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS From: "Craig A. Berry" Date: Wed, 03 Oct 2001 14:30:55 -0500 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 12320] By: jhi on 2001/10/03 16:47:30 Log: Unicode properties: fix L& (the #12319 didn't allow L&, only IsL&) and Inherited (negative lookahead good); add tests for Common, Inherited, and L&. Branch: perl ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t ____________________________________________________________________________ [ 12319] By: jhi on 2001/10/03 16:12:53 Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL. (The Unicode standard uses L& quite often.) Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 12318] By: jhi on 2001/10/03 15:57:34 Log: Add the 'Common' Unicode property (code points not explicitly assigned to any other script). Branch: perl + lib/unicore/In/136.pl ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL ____________________________________________________________________________ [ 12317] By: jhi on 2001/10/03 13:23:32 Log: Skip the RV printing test under threads until fixed. Branch: perl ! ext/B/t/terse.t ____________________________________________________________________________ [ 12316] By: jhi on 2001/10/03 12:57:05 Log: Subject: 12309 / cygwin / win2k From: "H.Merijn Brand" Date: Wed, 03 Oct 2001 15:25:15 +0200 Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl> Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12315] By: jhi on 2001/10/03 12:50:17 Log: Metaconfig unit change for #12314. Branch: metaconfig ! U/modified/Head.U ____________________________________________________________________________ [ 12314] By: jhi on 2001/10/03 12:49:26 Log: Subject: Both cygwin and djgpp on one machine From: "H.Merijn Brand" Date: Wed, 03 Oct 2001 15:02:59 +0200 Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl> Branch: perl ! Configure ____________________________________________________________________________ [ 12313] By: jhi on 2001/10/03 12:04:49 Log: (retracted by #12338) Subject: [PATCH] Code clean up for perlboot.pod From: Casey West Date: Tue, 2 Oct 2001 19:24:43 -0400 Message-ID: <20011002192443.B2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perlbot.diff From: Casey West Date: Tue, 2 Oct 2001 19:25:22 -0400 Message-ID: <20011002192522.C2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perlcall.pod From: Casey West Date: Tue, 2 Oct 2001 19:25:57 -0400 Message-ID: <20011002192557.D2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perldata.pod From: Casey West Date: Tue, 2 Oct 2001 19:26:29 -0400 Message-ID: <20011002192629.E2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perldbmfilter.pod From: Casey West Date: Tue, 2 Oct 2001 19:26:59 -0400 Message-ID: <20011002192659.F2163@stupid.geeknest.com> Subject: [PATCH] Code clean up for perlebcdic.pod From: Casey West Date: Tue, 2 Oct 2001 19:27:37 -0400 Message-ID: <20011002192737.G2163@stupid.geeknest.com> Branch: perl ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod ____________________________________________________________________________ [ 12312] By: ams on 2001/10/02 23:43:55 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org From: Michael G Schwern Date: Tue, 2 Oct 2001 17:00:49 -0400 Message-Id: <20011002170049.A9955@blackrider> Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 12311] By: jhi on 2001/10/02 23:24:07 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 12310] By: nick on 2001/10/02 16:09:49 Log: Integrate mainline Branch: perlio !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c !> patchlevel.h t/op/pat.t ____________________________________________________________________________ [ 12309] By: jhi on 2001/10/02 14:34:59 Log: Unicode properties: allow also intra(wordbreak)name whitespace, not just one single space. Branch: perl ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t ____________________________________________________________________________ [ 12308] By: jhi on 2001/10/02 12:49:41 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 12307] By: jhi on 2001/10/02 12:22:21 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12306] By: jhi on 2001/10/02 11:59:12 Log: Work around old buggy glibcs for langinfo constants, from Nicholas Clark and David Dyck. Branch: perl ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL ____________________________________________________________________________ [ 12305] By: jhi on 2001/10/02 11:45:55 Log: Eradicate Time::Piece; add an example. Branch: perl ! ext/I18N/Langinfo/Langinfo.pm ____________________________________________________________________________ [ 12304] By: jhi on 2001/10/02 11:34:18 Log: Subject: [PATCH] Pod::Html makes a poor guess at author From: Robert Spier Date: Mon, 1 Oct 2001 23:20:16 -0700 Message-ID: <15289.23712.422087.878224@rls.cx> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 12303] By: sky on 2001/10/02 10:40:57 Log: Fixes obscure bug that manifests itself by. local $!=0;undef*STDOUT;#segfaults Has been around for a while. Possible other magic IO vars are possibly affected as well. Reported by Jos Boumans. Branch: perl ! mg.c ____________________________________________________________________________ [ 12302] By: nick on 2001/10/02 09:00:52 Log: Integrate mainline Branch: perlio !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t ____________________________________________________________________________ [ 12301] By: nick on 2001/10/02 08:40:57 Log: Integrate mainline + lib/open.t patch from Chromatic Branch: perlio +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG ! lib/open.t !> (integrate 29 files) ____________________________________________________________________________ [ 12300] By: jhi on 2001/10/01 19:22:16 Log: Mac OS X doesn't have threadsafe (_r) libc interfaces. Until it has, better stop early if someone requests threads. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 12299] By: jhi on 2001/10/01 19:01:31 Log: Subject: [ID 20011001.011] redundant code in t/TEST From: David Dyck Date: Mon, 1 Oct 2001 12:56:24 -0700 Message-Id: <200110011956.MAA16250@dd.tc.fluke.com> Branch: perl ! t/TEST ____________________________________________________________________________ [ 12298] By: jhi on 2001/10/01 18:52:12 Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test) From: "chromatic" Date: Mon, 01 Oct 2001 12:27:12 -0600 Message-ID: <20011001183251.89148.qmail@onion.perl.org> Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12297] By: jhi on 2001/10/01 17:04:18 Log: UNICOS testing patches from Nicholas Clark. Branch: perl ! t/op/arith.t t/op/pack.t ____________________________________________________________________________ [ 12296] By: jhi on 2001/10/01 17:01:26 Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests) From: "chromatic" Date: Mon, 01 Oct 2001 10:21:51 -0600 Message-ID: <20011001162731.40639.qmail@onion.perl.org> Branch: perl ! lib/open.t ____________________________________________________________________________ [ 12295] By: jhi on 2001/10/01 14:55:37 Log: Make missing the RADIXCHAR a softer, gentler error. Branch: perl ! ext/I18N/Langinfo/Langinfo.t ____________________________________________________________________________ [ 12294] By: jhi on 2001/10/01 14:51:42 Log: Nuke also the LANG because of glibc. Branch: perl ! lib/open.t ____________________________________________________________________________ [ 12293] By: jhi on 2001/10/01 14:51:20 Log: Also the ^Is is optional. Branch: perl ! pod/perlunicode.pod t/op/pat.t ____________________________________________________________________________ [ 12292] By: jhi on 2001/10/01 14:08:26 Log: Be careful to pull chars from the varargs stack when formatting chars. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 12291] By: jhi on 2001/10/01 12:27:57 Log: sortsv not in place anymore, noticed by John P. Linderman. Branch: perl ! pod/perlapi.pod pp_ctl.c ____________________________________________________________________________ [ 12290] By: jhi on 2001/10/01 12:25:03 Log: Make the diagnostic messages more neutral. Branch: perl ! ext/B/t/terse.t ____________________________________________________________________________ [ 12289] By: jhi on 2001/10/01 03:59:34 Log: Forgotten from #12288. Branch: perl ! ext/Data/Dumper/Dumper.pm ____________________________________________________________________________ [ 12288] By: jhi on 2001/10/01 03:58:37 Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes From: Brian Ingerson Date: Sun, 30 Sep 2001 21:45:56 -0700 Message-ID: <20010930214556.D26392@ttul.org> (remember also the #12289) Branch: perl ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t ____________________________________________________________________________ [ 12287] By: jhi on 2001/10/01 03:33:15 Log: More Unicode property tests for the abbreviated general properties. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 12286] By: jhi on 2001/10/01 02:02:08 Log: Further tweaks to the Unicode properties. Branch: perl ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t ____________________________________________________________________________ [ 12285] By: jhi on 2001/10/01 01:46:35 Log: Retract #12284. Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12284] By: jhi on 2001/10/01 01:24:12 Log: (Retracted by #12285) Branch: perl ! lib/Term/Cap.t ____________________________________________________________________________ [ 12283] By: jhi on 2001/10/01 01:22:05 Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap From: "chromatic" Date: Sun, 30 Sep 2001 16:10:02 -0600 Message-ID: <20010930221540.67279.qmail@onion.perl.org> Branch: perl + lib/Term/Cap.t ! MANIFEST ____________________________________________________________________________ [ 12282] By: jhi on 2001/10/01 01:19:21 Log: Use stty -g to restore the terminal state, do not even try to run the tests if stty -g is not available. Branch: perl ! lib/Term/Complete.t ____________________________________________________________________________ [ 12281] By: jhi on 2001/09/30 21:05:00 Log: Cleanup utf8_heavy; allow dropping the In prefix from Unicode script/block properties. Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 12280] By: jhi on 2001/09/30 13:42:18 Log: Retract the #12259 for now. Branch: perl ! embed.h embed.pl sv.h ____________________________________________________________________________ [ 12279] By: jhi on 2001/09/30 13:37:59 Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff. Branch: perl + lib/Text/TabsWrap/CHANGELOG ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm ____________________________________________________________________________ [ 12278] By: jhi on 2001/09/30 05:05:18 Log: #12272 wasn't right, it introduced an extra (). Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 12277] By: jhi on 2001/09/30 00:31:07 Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD From: Jonathan Stowe Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST) Message-ID: Branch: perl ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm ____________________________________________________________________________ [ 12276] By: jhi on 2001/09/30 00:15:38 Log: Subject: Patch to put qsortsv in the public API From: Brian Ingerson Date: Sat, 29 Sep 2001 17:41:13 -0700 Message-ID: <20010929174113.A30223@ttul.org> Branch: perl ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h ____________________________________________________________________________ [ 12275] By: jhi on 2001/09/30 00:11:21 Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests From: Rafael Garcia-Suarez Date: Sat, 29 Sep 2001 23:54:48 +0200 Message-ID: <20010929235448.A5017@rafael> Branch: perl ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t ____________________________________________________________________________ [ 12274] By: jhi on 2001/09/30 00:03:19 Log: FAQ sync. Branch: perl ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod ! pod/perlfaq9.pod ____________________________________________________________________________ [ 12273] By: bailey on 2001/09/29 23:43:46 Log: Resync with mainline Branch: vmsperl +> (branch 1207 files) - (delete 324 files) !> (integrate 866 files) ____________________________________________________________________________ [ 12272] By: jhi on 2001/09/29 21:32:33 Log: Nasty recursion trap if one would match Unicode. Branch: perl ! lib/utf8_heavy.pl ____________________________________________________________________________ [ 12271] By: jhi on 2001/09/29 21:18:44 Log: More Unicode todo. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 12270] By: jhi on 2001/09/29 20:15:32 Log: Explain a bit the new more flexible \p\P syntax. Branch: perl ! pod/perlunicode.pod ____________________________________________________________________________ [ 12269] By: jhi on 2001/09/29 20:05:24 Log: More leniency to the \p and \P: now can have whitespace between the property definition and the curlies; now can invert the property by having a caret between the open curly and the property. Branch: perl ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t ____________________________________________________________________________ [ 12268] By: nick on 2001/09/29 17:39:26 Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings one test (lib/open.t) fails Branch: perlio +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t +> lib/Tie/Scalar.t lib/open.t - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t - ext/B/Stash.t !> (integrate 62 files) ____________________________________________________________________________ [ 12267] By: jhi on 2001/09/29 13:54:04 Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS. Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12266] By: jhi on 2001/09/29 13:51:49 Log: Subject: [PATCH perl@12258] chdir.t finally (I hope) From: "Craig A. Berry" Date: Sat, 29 Sep 2001 09:35:33 -0500 Message-Id: Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12265] By: jhi on 2001/09/29 13:49:43 Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar From: "chromatic" Date: Fri, 28 Sep 2001 21:20:12 -0600 Message-ID: <20010929032543.58322.qmail@onion.perl.org> Branch: perl + lib/Tie/Scalar.t ! MANIFEST lib/Tie/Scalar.pm ____________________________________________________________________________ [ 12264] By: jhi on 2001/09/29 04:57:42 Log: Allow for more flexibility in the \p{In...} names, now case doesn't matter, and any space or dash can be matched by any space, dash, underbar, or empty. (may be going too far on leniency) Branch: perl ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod ! t/op/pat.t ____________________________________________________________________________ [ 12263] By: jhi on 2001/09/28 23:04:13 Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm From: "chromatic" Date: Fri, 28 Sep 2001 17:39:50 -0600 Message-ID: <20010928234521.14178.qmail@onion.perl.org> Branch: perl + lib/open.t ! MANIFEST ____________________________________________________________________________ [ 12262] By: jhi on 2001/09/28 22:23:53 Log: Subject: [PATCH perl@12258] glob test case tweak for VMS From: "Craig A. Berry" Date: Fri, 28 Sep 2001 16:24:51 -0500 Message-Id: Branch: perl ! ext/File/Glob/t/basic.t ____________________________________________________________________________ [ 12261] By: jhi on 2001/09/28 22:23:05 Log: Subject: [DOC PATCH] Carp.pm pod typo From: Rafael Garcia-Suarez Date: Fri, 28 Sep 2001 23:14:51 +0200 Message-ID: <20010928231451.E16889@rafael> Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 12260] By: jhi on 2001/09/28 22:21:55 Log: Subject: [PATCH] Allow an @INC hook to set %INC From: Rafael Garcia-Suarez Date: Fri, 28 Sep 2001 22:18:13 +0200 Message-ID: <20010928221813.A16889@rafael> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 12259] By: jhi on 2001/09/28 22:20:26 Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO) From: Nicholas Clark Date: Fri, 28 Sep 2001 23:39:33 +0100 Message-ID: <20010928233933.C23673@plum.flirble.org> Branch: perl ! embed.h embed.pl sv.h ____________________________________________________________________________ [ 12258] By: jhi on 2001/09/28 12:45:45 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12256] By: jhi on 2001/09/28 12:18:29 Log: Move the B tests to B/t. Branch: perl + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t - ext/B/Showlex.t ext/B/Stash.t ! MANIFEST ____________________________________________________________________________ [ 12255] By: jhi on 2001/09/28 12:09:40 Log: Forgot from #12254. Branch: perl + ext/B/B/Terse.t ____________________________________________________________________________ [ 12254] By: jhi on 2001/09/28 12:09:06 Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse From: "chromatic" Date: Thu, 27 Sep 2001 23:22:17 -0600 Message-ID: <20010928052747.56587.qmail@onion.perl.org> Branch: perl ! MANIFEST ____________________________________________________________________________ [ 12253] By: jhi on 2001/09/28 02:31:49 Log: Test numbering mismatch. Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12252] By: jhi on 2001/09/27 22:46:42 Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS From: "Craig A. Berry" Date: Wed, 26 Sep 2001 17:43:14 -0500 Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01> Branch: perl ! iperlsys.h t/op/chdir.t ____________________________________________________________________________ [ 12251] By: jhi on 2001/09/27 22:44:35 Log: Subject: [PATCH gv.c] make __ANON__ global From: Robin Barker Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST) Message-Id: <200109261656.RAA27762@tempest.npl.co.uk> Branch: perl ! gv.c t/op/anonsub.t t/op/runlevel.t ____________________________________________________________________________ [ 12250] By: jhi on 2001/09/27 22:33:11 Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs From: Rafael Garcia-Suarez Date: Thu, 27 Sep 2001 22:34:32 +0200 Message-ID: <20010927223432.A1485@rafael> Branch: perl ! ext/B/B/Terse.pm ____________________________________________________________________________ [ 12249] By: jhi on 2001/09/27 22:29:32 Log: (retracted by #12338) Subject: [PATCH] Cleanup of perldsc.pod From: Casey West Date: Thu, 27 Sep 2001 11:13:17 -0400 Message-ID: <20010927111317.A1942@stupid.geeknest.com> Branch: perl ! pod/perldsc.pod ____________________________________________________________________________ [ 12248] By: jhi on 2001/09/27 22:23:24 Log: Not everyone is using ithreads... Branch: perl ! ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 12247] By: jhi on 2001/09/27 13:39:39 Log: Document the nss_delete core dump workaround for HP-UX and Solaris, bug IDs 20010805.018 and 20010629.004. Branch: perl ! README.hpux README.solaris ____________________________________________________________________________ [ 12246] By: jhi on 2001/09/27 12:05:36 Log: Dump Unicode hash keys also as Unicode, not just as a byte string. Branch: perl ! dump.c ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 12245] By: jhi on 2001/09/27 11:15:51 Log: Integrate changes #12241 and #12242 from macperl: Remove unneeded disabling of umask() calls Note (get|set)sockopt are available. Branch: perl !> lib/File/Temp.pm pod/perlport.pod ____________________________________________________________________________ [ 12244] By: sky on 2001/09/27 08:53:00 Log: Flush buffers on thread closedown. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12243] By: jhi on 2001/09/27 02:20:06 Log: Dump SvUTF8(sv)s also as \x{...}. TODO: dump the SvUTF8() hash keys similarly. Branch: perl ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h ____________________________________________________________________________ [ 12242] By: pudge on 2001/09/26 20:41:35 Log: Note (get|set)sockopt are available. Branch: maint-5.6/macperl ! pod/perlport.pod ____________________________________________________________________________ [ 12241] By: pudge on 2001/09/26 20:28:49 Log: Remove unneeded disabling of umask() calls Branch: maint-5.6/macperl ! lib/File/Temp.pm ____________________________________________________________________________ [ 12240] By: sky on 2001/09/26 18:44:56 Log: Documention update Branch: perl ! ext/threads/threads.pm ____________________________________________________________________________ [ 12239] By: jhi on 2001/09/26 13:49:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12238] By: jhi on 2001/09/26 13:40:53 Log: Check that all environment variables are tainted. Branch: perl ! t/op/taint.t ____________________________________________________________________________ [ 12237] By: jhi on 2001/09/26 13:02:07 Log: Manual integration error in #12235. Branch: perl ! lib/File/DosGlob.t ____________________________________________________________________________ [ 12236] By: jhi on 2001/09/26 12:57:11 Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped. From: "chromatic" Date: Tue, 25 Sep 2001 23:57:07 -0600 Message-ID: <20010926060233.7554.qmail@onion.perl.org> Branch: perl ! perlio.c ____________________________________________________________________________ [ 12235] By: jhi on 2001/09/26 12:53:16 Log: Integrate macperl changes from Chris Nandor: 12192 11817 11815 11813 11778 11775 Update CPAN.pm to work with new Mac::BuildTools instead of ExtUtils::MM_MacOS "orphan" functions Fix test Make syntax check report in MPW style, fix tests to use Mac::err=unix to get normal-style error messages. More module and test ports from Thomas Wegner et al Fix open of /dev/null for Mac OS Allow for platforms to override formatting of errors on output from Matthias Neeracher (core files) Branch: perl ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c ____________________________________________________________________________ [ 12234] By: jhi on 2001/09/26 11:58:11 Log: grrr. Branch: perl ! t/op/gv.t ____________________________________________________________________________ [ 12233] By: jhi on 2001/09/26 11:56:09 Log: Retract #12232. Branch: perl ! t/op/gv.t ____________________________________________________________________________ [ 12232] By: jhi on 2001/09/26 11:53:37 Log: (Retracted by #12233.) Branch: perl ! t/op/gv.t ____________________________________________________________________________ [ 12231] By: jhi on 2001/09/26 11:52:09 Log: Detypo. Branch: perl ! ext/Encode/Makefile.PL ____________________________________________________________________________ [ 12230] By: sky on 2001/09/26 11:36:23 Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub. We are using a "delay" here because we do not want to depend on thread synchronization issues. Branch: perl + ext/threads/t/stress_cv.t ! MANIFEST ext/threads/t/stress_string.t ____________________________________________________________________________ [ 12229] By: jhi on 2001/09/26 11:27:54 Log: NetWare tweak from Ananth Kesari. Branch: perl ! NetWare/t/Readme.txt ____________________________________________________________________________ [ 12228] By: jhi on 2001/09/26 11:26:26 Log: Trick to fool case-blind filesystems. Branch: perl ! ext/Encode/Makefile.PL ____________________________________________________________________________ [ 12227] By: sky on 2001/09/26 11:06:50 Log: Threads can start executing in a different order than they were created.... so we cannot ok() inside the threadstarter. Branch: perl ! ext/threads/t/stress_string.t ____________________________________________________________________________ [ 12226] By: sky on 2001/09/26 07:41:45 Log: Add in stress_string.t to stress test threads a bit more. Branch: perl + ext/threads/t/stress_string.t ! MANIFEST ____________________________________________________________________________ [ 12225] By: sky on 2001/09/26 07:04:21 Log: Fix negative refcount introduced by #12223. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12224] By: sky on 2001/09/26 06:57:58 Log: Update documentation to match change #12223 Branch: perl ! sharedsv.c ____________________________________________________________________________ [ 12223] By: sky on 2001/09/26 06:54:32 Log: Use a separate interpreter for the sharedsv space. Another negative sv leak. Sigh. Branch: perl ! sharedsv.c ____________________________________________________________________________ [ 12222] By: sky on 2001/09/26 05:58:35 Log: Do the environ assignment in perl_contruct to match perl_destruct. Now we don't need to perl_parse/perl_run. However environ is a global.... Branch: perl ! perl.c ____________________________________________________________________________ [ 12221] By: sky on 2001/09/26 05:41:02 Log: Move the creation of PL_strtab to perl_construct so we can work with HV and HEs without running perl_parse. Branch: perl ! perl.c ____________________________________________________________________________ [ 12220] By: gsar on 2001/09/26 02:18:26 Log: integrate macperl changes into maint-5.6 Branch: maint-5.6/perl !> (integrate 26 files) ____________________________________________________________________________ [ 12219] By: pudge on 2001/09/26 00:19:35 Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose); fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert). Branch: maint-5.6/macperl ! macos/ext/Mac/Fonts/Fonts.xs ! macos/ext/Mac/InternetConfig/InternetConfig.pm ____________________________________________________________________________ [ 12218] By: ams on 2001/09/25 23:31:33 Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update) From: Nicholas Clark Date: Wed, 26 Sep 2001 01:20:20 +0100 Message-Id: <20010926012020.B48092@plum.flirble.org> Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 12217] By: ams on 2001/09/25 22:33:05 Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS From: "Craig A. Berry" Date: Tue, 25 Sep 2001 18:08:42 -0500 Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 12216] By: ams on 2001/09/25 21:41:01 Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.) From: Michael G Schwern Date: Wed, 26 Sep 2001 00:38:21 -0400 Message-Id: <20010926003821.A627@blackrider> Branch: perl ! lib/AutoSplit.t ____________________________________________________________________________ [ 12215] By: jhi on 2001/09/25 21:40:04 Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse From: Michael G Schwern Date: Tue, 25 Sep 2001 17:43:49 -0400 Message-ID: <20010925174349.B19534@blackrider> Branch: perl ! lib/Test/Simple.pm lib/Test/Utils.pm ____________________________________________________________________________ [ 12214] By: pudge on 2001/09/25 21:11:21 Log: Integrate changes from bleadperl. Branch: maint-5.6/macperl !> pod/perlport.pod ____________________________________________________________________________ [ 12213] By: jhi on 2001/09/25 20:37:14 Log: skip($mess) should result in one skip. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 12212] By: pudge on 2001/09/25 20:21:06 Log: Integrate change #12200 from maintperl. Branch: maint-5.6/macperl !> win32/perlhost.h ____________________________________________________________________________ [ 12211] By: pudge on 2001/09/25 20:11:56 Log: Fix file types to "apple" Branch: maint-5.6/macperl ! macos/ext/Mac/Menus/t/MenuBar.rsrc ! macos/ext/Mac/SAT/t/Collision.rsrc ____________________________________________________________________________ [ 12210] By: pudge on 2001/09/25 19:28:20 Log: Fix rsrc file as snd file; fix path in t file. Branch: maint-5.6/macperl ! macos/ext/Mac/Notification/t/Notification.rsrc ! macos/ext/Mac/Notification/t/Notification.t ____________________________________________________________________________ [ 12209] By: pudge on 2001/09/25 19:15:57 Log: Sync up with File::Find from bleadperl. Branch: maint-5.6/macperl ! lib/File/Find.pm t/lib/filefind-taint.t ____________________________________________________________________________ [ 12208] By: pudge on 2001/09/25 19:06:48 Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade to new version of libnet. (Axel Rose, Paul Schinder, and a cast of hundreds) Branch: maint-5.6/macperl ! macos/bundled_lib/blib/lib/Net/Cmd.pm ! macos/bundled_lib/blib/lib/Net/FTP/A.pm ! macos/bundled_lib/blib/lib/Net/FTP/I.pm ____________________________________________________________________________ [ 12207] By: nick on 2001/09/25 19:04:36 Log: Integrate mainline (untested while modem is up) Branch: perlio +> lib/AutoSplit.t t/test.pl - lib/warnings/register.t !> (integrate 28 files) ____________________________________________________________________________ [ 12206] By: jhi on 2001/09/25 17:21:00 Log: perldiag entry for #12205. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 12205] By: jhi on 2001/09/25 17:20:38 Log: Subject: [PATCH] warning on v-string in use/require From: John Peacock Date: Mon, 24 Sep 2001 17:29:03 -0400 Message-ID: <3BAFA59F.9C0E0339@rowman.com> Branch: perl ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl ____________________________________________________________________________ [ 12204] By: jhi on 2001/09/25 17:11:02 Log: perltooc et al updates. Branch: perl ! plan9/mkfile pod/roffitall ____________________________________________________________________________ [ 12203] By: jhi on 2001/09/25 17:05:19 Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('') From: Michael G Schwern Date: Sun, 23 Sep 2001 00:07:12 -0400 Message-ID: <20010923000712.A7005@blackrider> Branch: perl ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t ____________________________________________________________________________ [ 12202] By: jhi on 2001/09/25 16:55:29 Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected From: SADAHIRO Tomoyuki Date: Wed, 26 Sep 2001 01:25:10 +0900 Message-Id: <20010926012410.5B86.BQW10602@nifty.com> Branch: perl ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc ____________________________________________________________________________ [ 12201] By: jhi on 2001/09/25 16:52:03 Log: Integrate change #12200 from maintperl; on windows, virtualized environment could propagate deleted variables into children if they happen to be at the very end of the table Branch: perl !> win32/perlhost.h ____________________________________________________________________________ [ 12200] By: gsar on 2001/09/25 16:36:01 Log: on windows, virtualized environment could propagate deleted variables into children if they happen to be at the very end of the table (thanks for succinct test case from Johan Holmberg, and fix from Doug Lankshear) Branch: maint-5.6/perl ! win32/perlhost.h ____________________________________________________________________________ [ 12199] By: gsar on 2001/09/25 15:19:13 Log: avoid the use of ftime() (it does a useless, potentially expensive call to GetTimeZoneInformation()); this potentially also results in three more digits of precision from Time::HiRes::time() Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12198] By: jhi on 2001/09/25 14:27:01 Log: Replace the use Test::More in t/{op,io,run} with t/test.pl. Note: io/binmode is failing, have to figure out why. Branch: perl + t/test.pl ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t ! t/run/exit.t ____________________________________________________________________________ [ 12197] By: ams on 2001/09/25 13:48:55 Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update) From: Nicholas Clark Date: Tue, 25 Sep 2001 00:37:40 +0100 Message-Id: <20010925003740.S4971@plum.flirble.org> (Further changes expected.) Branch: perl + lib/AutoSplit.t ! MANIFEST ____________________________________________________________________________ [ 12196] By: sky on 2001/09/25 13:37:12 Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses _ftime to try and be more robust. Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12194] By: ams on 2001/09/25 11:40:00 Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template From: "Craig A. Berry" Date: Mon, 24 Sep 2001 17:54:20 -0500 Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01> Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 12193] By: pudge on 2001/09/25 02:53:42 Log: Fixes for multiline error parsing (Bug #459263); cmd-. not working, cursor not spinning (Bug #422129); external editor problems (Bug #456329); escape/cmd-. not activating "Cancel" in Save dialog box (Bug #446960); Runtimes not executing on launch (Bug #464441). Branch: maint-5.6/macperl ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c ! macos/macperl/MacPerl.r ____________________________________________________________________________ [ 12192] By: pudge on 2001/09/25 02:42:49 Log: Update CPAN.pm to work with new Mac::BuildTools instead of ExtUtils::MM_MacOS "orphan" functions Branch: maint-5.6/macperl ! lib/CPAN.pm ____________________________________________________________________________ [ 12191] By: pudge on 2001/09/25 02:37:58 Log: Fix up another xsubpp problem (Matthias Neeracher) Branch: maint-5.6/macperl ! macos/xsubpp ____________________________________________________________________________ [ 12190] By: pudge on 2001/09/25 02:37:38 Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner) Branch: maint-5.6/macperl ! macos/lib/ExtUtils/MM_MacOS.pm ____________________________________________________________________________ [ 12189] By: pudge on 2001/09/25 02:37:08 Log: Fix up Makefiles for more Mac:: modules (and prepare for static build ...?) Branch: maint-5.6/macperl ! macos/Makefile.mk macos/ext/Mac/Makefile.mk ! macos/macperl/Makefile.mk ____________________________________________________________________________ [ 12188] By: pudge on 2001/09/25 02:36:19 Log: Fix up tests Branch: maint-5.6/macperl ! macos/MacPerlTests.cmd macos/MacPerlTests.plx ____________________________________________________________________________ [ 12187] By: pudge on 2001/09/25 02:11:13 Log: Make malloc smarter, fix bugs. (Bug #404030) Branch: maint-5.6/macperl ! macos/icemalloc.c macos/icemalloc.h ____________________________________________________________________________ [ 12186] By: nick on 2001/09/24 19:18:17 Log: Integrate mainline Branch: perlio +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs +> lib/filetest.t !> (integrate 30 files) ____________________________________________________________________________ [ 12185] By: jhi on 2001/09/24 18:56:40 Log: Retract #12136, the warnings::register is already tested by t/lib/warnings/9enabled, as pointed out by Paul Marquess. Branch: perl - lib/warnings/register.t ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t ____________________________________________________________________________ [ 12184] By: gsar on 2001/09/24 18:39:58 Log: fix Time::HiRes implementation of gettimeofday() on windows (HiRes.t#14 now passes) Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12183] By: gsar on 2001/09/24 18:13:23 Log: File::Spec::catfile() canonifies everything to blackslashes on windows :-( Branch: perl ! lib/ExtUtils/Manifest.t ____________________________________________________________________________ [ 12182] By: gsar on 2001/09/24 17:59:54 Log: test number mismatch Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 12181] By: jhi on 2001/09/24 17:10:41 Log: ok(). Branch: perl ! t/op/pack.t ____________________________________________________________________________ [ 12180] By: jhi on 2001/09/24 16:09:37 Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from Wolfgang Laun Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 12179] By: jhi on 2001/09/24 15:46:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12178] By: jhi on 2001/09/24 14:12:06 Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS From: Michael G Schwern Date: Mon, 24 Sep 2001 11:12:13 -0400 Message-ID: <20010924111213.G27885@blackrider> Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 12177] By: jhi on 2001/09/24 14:02:32 Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition From: Michael G Schwern Date: Mon, 24 Sep 2001 11:02:07 -0400 Message-ID: <20010924110207.E27885@blackrider> Branch: perl ! vms/test.com ____________________________________________________________________________ [ 12176] By: ams on 2001/09/24 14:01:59 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 12175] By: jhi on 2001/09/24 13:20:28 Log: Various cleanups. Branch: perl ! ext/threads/Makefile.PL ext/threads/threads.xs ____________________________________________________________________________ [ 12173] By: pudge on 2001/09/24 12:56:13 Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146. Branch: maint-5.6/macperl !> (integrate 33 files) ____________________________________________________________________________ [ 12171] By: jhi on 2001/09/24 12:26:58 Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm) From: SADAHIRO Tomoyuki Date: Mon, 24 Sep 2001 20:04:58 +0900 Message-Id: <20010924200207.A030.BQW10602@nifty.com> Branch: perl ! ext/Encode/Encode/gb2312.enc ____________________________________________________________________________ [ 12170] By: jhi on 2001/09/24 12:08:30 Log: Clarifying comment to #12164. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 12169] By: jhi on 2001/09/24 11:59:33 Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write? From: Nicholas Clark Date: Sun, 23 Sep 2001 23:00:56 +0100 Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") Branch: perl + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs ! MANIFEST ext/I18N/Langinfo/Langinfo.xs ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm ! lib/h2xs.t utils/h2xs.PL ____________________________________________________________________________ [ 12168] By: jhi on 2001/09/24 11:25:56 Log: Metaconfig unit change for #12167. Branch: metaconfig ! U/modified/Cppsym.U ____________________________________________________________________________ [ 12167] By: jhi on 2001/09/24 11:25:22 Log: Add a few glibc cpp symbols to probe for. Branch: perl ! Configure ____________________________________________________________________________ [ 12166] By: jhi on 2001/09/24 11:14:43 Log: DJGPP tweaks for Laszlo Molnar. Branch: perl ! djgpp/djgppsed.sh dosish.h ____________________________________________________________________________ [ 12165] By: ams on 2001/09/24 10:07:08 Log: Subject: [PATCH t/op/inccode.t] More tests From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 24 Sep 2001 10:01:44 -0000 Message-Id: Branch: perl ! t/op/inccode.t ____________________________________________________________________________ [ 12164] By: ams on 2001/09/24 09:43:29 Log: Subject: [PATCH Cwd.pm] local $/ = "\n"; From: Jeff 'japhy/Marillion' Pinyan Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT) Message-Id: Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 12163] By: jhi on 2001/09/23 22:50:35 Log: 1_compile updates. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 12162] By: jhi on 2001/09/23 21:11:22 Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC From: Rafael Garcia-Suarez Date: Wed, 19 Sep 2001 22:47:14 +0200 Message-ID: <20010919224714.A6382@rafael> Branch: perl ! pod/perlvar.pod pp_ctl.c ____________________________________________________________________________ [ 12161] By: ams on 2001/09/23 17:40:02 Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for filetest Pragma From: "chromatic" Date: Sun, 23 Sep 2001 12:07:25 -0600 Message-Id: <20010923181223.32427.qmail@onion.perl.org> Branch: perl + lib/filetest.t ! MANIFEST t/lib/1_compile.t ____________________________________________________________________________ [ 12160] By: ams on 2001/09/23 16:32:11 Log: Additional minor chdir() tweak. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 12159] By: ams on 2001/09/23 16:25:01 Log: Subject: PATCH lib/ExtUtils/Command.t From: Abe Timmerman Date: Sun, 23 Sep 2001 19:11:44 +0200 Message-Id: Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12158] By: jhi on 2001/09/23 12:52:36 Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS From: "Mattia Barbon" Date: Sun, 23 Sep 2001 02:02:26 +0200 Message-ID: <3BAD42B2.2951.39B2E2A@localhost> Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12157] By: jhi on 2001/09/23 12:46:05 Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix" From: Michael G Schwern (by way of Craig A. Berry) Date: Sat, 22 Sep 2001 12:54:39 -0500 Message-Id: Branch: perl ! t/op/study.t ____________________________________________________________________________ [ 12156] By: nick on 2001/09/23 07:48:44 Log: Integrate mainline Branch: perlio - check83.pl !> ext/Encode/Encode/2022-cn.enc ____________________________________________________________________________ [ 12155] By: nick on 2001/09/23 07:48:01 Log: Integrate mainline Branch: perlio +> (branch 64 files) - ext/Encode/Encode/cns11643-1.enc - ext/Encode/Encode/cns11643-2.enc - ext/Encode/Encode/iso2022-cn.enc - ext/Encode/Encode/iso2022-jp.enc - ext/Encode/Encode/iso2022-jp1.enc - ext/Encode/Encode/iso2022-jp2.enc - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc - ext/Encode/Encode/iso8859-1.enc - ext/Encode/Encode/iso8859-1.ucm - ext/Encode/Encode/iso8859-10.enc - ext/Encode/Encode/iso8859-10.ucm - ext/Encode/Encode/iso8859-13.enc - ext/Encode/Encode/iso8859-13.ucm - ext/Encode/Encode/iso8859-14.enc - ext/Encode/Encode/iso8859-14.ucm - ext/Encode/Encode/iso8859-15.enc - ext/Encode/Encode/iso8859-15.ucm - ext/Encode/Encode/iso8859-16.enc - ext/Encode/Encode/iso8859-16.ucm - ext/Encode/Encode/iso8859-2.enc - ext/Encode/Encode/iso8859-2.ucm - ext/Encode/Encode/iso8859-3.enc - ext/Encode/Encode/iso8859-3.ucm - ext/Encode/Encode/iso8859-4.enc - ext/Encode/Encode/iso8859-4.ucm - ext/Encode/Encode/iso8859-5.enc - ext/Encode/Encode/iso8859-5.ucm - ext/Encode/Encode/iso8859-6.enc - ext/Encode/Encode/iso8859-6.ucm - ext/Encode/Encode/iso8859-7.enc - ext/Encode/Encode/iso8859-7.ucm - ext/Encode/Encode/iso8859-8.enc - ext/Encode/Encode/iso8859-8.ucm - ext/Encode/Encode/iso8859-9.enc - ext/Encode/Encode/iso8859-9.ucm - ext/Encode/Encode/isoir-197.enc - ext/Encode/Encode/macRomania.enc pod/perltootc.pod - t/lib/sample-tests/header_at_end - t/lib/sample-tests/header_at_end_fail !> (integrate 174 files) ____________________________________________________________________________ [ 12154] By: ams on 2001/09/23 07:11:46 Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested by Blair Zajac. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 12153] By: ams on 2001/09/23 06:56:32 Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re: Forgotten deprecation of *glob{FILEHANDLE}? From: "chromatic" Date: Sat, 22 Sep 2001 21:27:56 -0600 Message-Id: <20010923033252.33085.qmail@onion.perl.org> Branch: perl ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t ____________________________________________________________________________ [ 12152] By: ams on 2001/09/23 06:42:58 Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS From: Michael G Schwern Date: Sun, 23 Sep 2001 03:34:39 -0400 Message-Id: <20010923033439.E7005@blackrider> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 12151] By: ams on 2001/09/23 06:37:57 Log: Subject: Re: t/op/magic.t missing tests on Win32 From: Michael G Schwern Date: Sat, 22 Sep 2001 20:29:09 -0400 Message-Id: <20010922202909.I18223@blackrider> Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 12150] By: ams on 2001/09/23 06:36:26 Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for Dumpvalue.pm From: "chromatic" Date: Sat, 22 Sep 2001 19:41:31 -0600 Message-Id: <20010923014628.7739.qmail@onion.perl.org> Branch: perl + lib/Dumpvalue.t ! MANIFEST lib/Dumpvalue.pm ____________________________________________________________________________ [ 12149] By: ams on 2001/09/23 06:25:35 Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm From: SADAHIRO Tomoyuki Date: Sun, 23 Sep 2001 15:27:56 +0900 Message-Id: <20010923152641.5E26.BQW10602@nifty.com> Branch: perl ! ext/Encode/Encode/2022-cn.enc ____________________________________________________________________________ [ 12148] By: jhi on 2001/09/22 23:33:42 Log: Manual eror in #12147. Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 12147] By: jhi on 2001/09/22 23:25:02 Log: Integrate change #12146 from maintperl; win32_chdir() et al don't handle a NULL argument gracefully Branch: perl !> win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 12146] By: gsar on 2001/09/22 23:18:47 Log: win32_chdir() et al don't handle a NULL argument gracefully Branch: maint-5.6/perl ! win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 12145] By: gsar on 2001/09/22 23:17:42 Log: typo in change#12026 Branch: maint-5.6/perl ! op.c ____________________________________________________________________________ [ 12144] By: jhi on 2001/09/22 21:22:28 Log: Subject: [PATCH] Re: scalar context unpack bugs From: Nicholas Clark Date: Sat, 22 Sep 2001 23:07:56 +0100 Message-ID: <20010922230755.O4971@plum.flirble.org> Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 12143] By: jhi on 2001/09/22 21:18:43 Log: Try ExtUtils::Command.t everywhere, not just on Win32 (as suggested by NI-S). Also allow running it either in t/ or in the main directory. Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12142] By: jhi on 2001/09/22 21:04:39 Log: Update the test on warnings/register.t. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 12141] By: jhi on 2001/09/22 20:40:06 Log: The code is now almost tidy enough to keep the IRIX cc happy. Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 12140] By: ams on 2001/09/22 17:26:32 Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out use_ithreads From: "Craig A. Berry" Date: Sat, 22 Sep 2001 13:15:32 -0500 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 12139] By: ams on 2001/09/22 16:44:08 Log: Do what perl_clone() does for sharedsv functions. Branch: perl ! embed.pl proto.h ____________________________________________________________________________ [ 12138] By: jhi on 2001/09/22 16:42:04 Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs (suggested by Sarathy, extensions shouldn't be dabbling with op structures, so binary backward compatibility should not be an issue.) Branch: perl ! hints/irix_6.sh op.h ____________________________________________________________________________ [ 12137] By: ams on 2001/09/22 16:21:05 Log: More cleanups. (What's PERL_DECL_PROT?) Branch: perl ! embed.pl proto.h sharedsv.h ____________________________________________________________________________ [ 12136] By: ams on 2001/09/22 15:14:34 Log: (Retracted by #12185) Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm] Add Tests for warnings::register, Doc Update From: "chromatic" Date: Sat, 22 Sep 2001 09:43:20 -0600 Message-Id: <20010922154815.32004.qmail@onion.perl.org> Branch: perl + lib/warnings/register.t ! MANIFEST lib/warnings/register.pm ____________________________________________________________________________ [ 12135] By: ams on 2001/09/22 15:07:50 Log: `@foo' should be @foo for consistency. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 12134] By: jhi on 2001/09/22 14:20:47 Log: (Retracted by #12138) Add -woff (turn warning off) 3187: "A pointer is converted to a smaller integer." This happens when your pointers are 64-bit: then every case of converting pointers to PADOFFSETs (explicitly 32-bit) faces truncation (even explicit use of INT2PTR doesn't help). CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted. Changing PADOFFSET from U32 to UV would help, but that would break binary backward compatibility of BASEOP and padop (assuming you have been using 64-bit pointers). Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 12133] By: jhi on 2001/09/22 13:53:49 Log: More 8.3-cleanup: there isn't an encoding called macRumanian, but the name comes from the inside the file, not from the file name, and Rumanian is the name of the language. Branch: perl + ext/Encode/Encode/macRumanian.enc - ext/Encode/Encode/macRomania.enc ! MANIFEST ____________________________________________________________________________ [ 12132] By: jhi on 2001/09/22 13:48:29 Log: Rename perltootc as perltooc for 8.3-friedliness. Branch: perl + pod/perltooc.pod - pod/perltootc.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod ! pod/perltoot.pod ____________________________________________________________________________ [ 12131] By: jhi on 2001/09/22 13:38:49 Log: Find more conflicts by lowercasing. Branch: perl + Porting/check83.pl - check83.pl ! MANIFEST ____________________________________________________________________________ [ 12130] By: jhi on 2001/09/22 13:20:20 Log: The AIX cc 5.0.0.0 is simply too buggy. Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 12129] By: ams on 2001/09/22 12:35:38 Log: Uninteresting cleanup. Branch: perl ! form.h ____________________________________________________________________________ [ 12128] By: ams on 2001/09/22 12:28:48 Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV From: "Paul Marquess" Date: Sat, 22 Sep 2001 14:29:13 +0100 Message-Id: Branch: perl ! cv.h ____________________________________________________________________________ [ 12127] By: ams on 2001/09/22 12:04:28 Log: What's a backet? Branch: perl ! dump.c ____________________________________________________________________________ [ 12126] By: ams on 2001/09/22 10:02:34 Log: Removed duplicated tests #19 and #20. Branch: perl ! t/op/do.t ____________________________________________________________________________ [ 12125] By: ams on 2001/09/22 03:58:41 Log: Subject: Re: [ID 20010919.001] local() fails on imported variables From: Michael Carman Date: Fri, 21 Sep 2001 17:54:05 -0500 Message-Id: <3BABC50D.6040202@home.com> (Applied with some changes.) Branch: perl ! pod/perlmod.pod ____________________________________________________________________________ [ 12124] By: ams on 2001/09/22 03:44:19 Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences From: Michael G Schwern Date: Fri, 21 Sep 2001 19:20:40 -0400 Message-Id: <20010921192040.E5494@blackrider> Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12123] By: ams on 2001/09/22 03:41:08 Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS From: Blair Zajac Date: Fri, 21 Sep 2001 15:13:04 -0700 Message-Id: <3BABBB70.55FD41DC@orcaware.com> Branch: perl ! t/op/chdir.t ____________________________________________________________________________ [ 12122] By: ams on 2001/09/22 03:37:07 Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007 From: Michael G Schwern Date: Fri, 21 Sep 2001 17:59:03 -0400 Message-Id: <20010921175903.V5494@blackrider> Branch: perl ! t/op/do.t ____________________________________________________________________________ [ 12121] By: ams on 2001/09/22 03:30:38 Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test suite on WinCE) From: Michael G Schwern Date: Fri, 21 Sep 2001 19:41:03 -0400 Message-Id: <20010921194103.G5494@blackrider> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12120] By: ams on 2001/09/22 03:28:06 Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning From: Michael G Schwern Date: Fri, 21 Sep 2001 17:33:35 -0400 Message-Id: <20010921173335.T5494@blackrider> ($ENV{FOO}=undef hunk not applied.) Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 12119] By: ams on 2001/09/22 03:02:26 Log: Subject: [PATCH] perldiag.pod From: Peter Scott Date: Fri, 21 Sep 2001 18:54:50 -0700 Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com> (Moved to the right place.) Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 12118] By: ams on 2001/09/21 20:05:29 Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007 From: Rafael Garcia-Suarez Date: Fri, 21 Sep 2001 22:36:54 +0200 Message-Id: <20010921223654.A12742@rafael> Branch: perl ! t/op/do.t ____________________________________________________________________________ [ 12117] By: jhi on 2001/09/21 20:05:23 Log: Restore things as they were before the backward compatibility police notices. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 12116] By: jhi on 2001/09/21 17:52:28 Log: More Cwd from Schwern: make also OS/2 and DOS Cwd agree with File::Spec (that is, native path syntax using \ instead of / -- backward compatibility polic warning) and stop Win32 from using bsd_realpath(). Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 12115] By: jhi on 2001/09/21 17:19:03 Log: Subject: [PATCH @12110] RE: Untested libraries update From: "Paul Marquess" Date: Fri, 21 Sep 2001 18:21:07 +0100 Message-ID: Branch: perl ! lib/warnings/register.pm ____________________________________________________________________________ [ 12114] By: jhi on 2001/09/21 17:09:52 Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...) From: Michael G Schwern Date: Thu, 20 Sep 2001 22:54:02 -0400 Message-ID: <20010920225402.A3611@blackrider> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 12113] By: ams on 2001/09/21 17:08:24 Log: Subject: [PATCH] avoid v-strings with require/use From: Ronald J Kimball Date: Fri, 21 Sep 2001 12:34:40 -0400 Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> Branch: perl ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm ! lib/diagnostics.pm lib/fields.pm lib/vars.pm ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL ____________________________________________________________________________ [ 12110] By: jhi on 2001/09/21 13:59:13 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12109] By: jhi on 2001/09/21 13:44:43 Log: Make AIX and Tru64 compilers happy. Branch: perl ! ext/threads/threads.h ext/threads/threads.xs ____________________________________________________________________________ [ 12108] By: jhi on 2001/09/21 12:16:27 Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) Date: 21 Sep 2001 09:16:37 -0000 Message-Id: Branch: perl ! toke.c ____________________________________________________________________________ [ 12107] By: jhi on 2001/09/21 12:14:41 Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix From: Michael G Schwern Date: Thu, 20 Sep 2001 21:21:34 -0400 Message-ID: <20010920212134.Y28291@blackrider> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 12106] By: jhi on 2001/09/21 12:12:09 Log: Subject: Re: GDB Debugging Macros from mod_perl From: rspier@pobox.com (Robert Spier) Date: Thu, 20 Sep 2001 22:45:03 -0700 Message-ID: <15274.54239.413929.49430@rls.cx> Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 12105] By: sky on 2001/09/21 10:33:34 Log: Fixed bug where Time::HiRes::time returned time adjusted to timezone! GetSystemTime should be available on all Win32 platforms we support. Perhaps Time::HiRes should be extended to support WinCE and Novell? Branch: perl ! ext/Time/HiRes/HiRes.xs ____________________________________________________________________________ [ 12104] By: sky on 2001/09/21 08:12:39 Log: Attempt to fix solaris issue raised by Andy Dougherty. Branch: perl ! ext/threads/threads.h ext/threads/threads.xs ____________________________________________________________________________ [ 12103] By: sky on 2001/09/21 07:57:41 Log: Rename the *thread* functions to Perl_* to avoid clashes. Notably on AIX but could become a problem on other platforms. Branch: perl ! ext/threads/threads.h ext/threads/threads.xs ____________________________________________________________________________ [ 12102] By: sky on 2001/09/21 07:35:30 Log: Add the shared sv space to the global vars. Fix problems compiling on win32. Branch: perl ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h ! sharedsv.c sharedsv.h ____________________________________________________________________________ [ 12101] By: ams on 2001/09/21 00:19:55 Log: Subject: [PATCH] win32/Makefile warning fix From: Blair Zajac Date: Thu, 20 Sep 2001 18:15:43 -0700 Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com> Branch: perl ! win32/Makefile ____________________________________________________________________________ [ 12100] By: jhi on 2001/09/20 21:57:04 Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry. From: Nikola Knezevic Date: Thu, 20 Sep 2001 18:36:22 +0200 Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu> Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12099] By: jhi on 2001/09/20 21:53:00 Log: Cant spl wirth a dam. Branch: perl ! intrpvar.h ____________________________________________________________________________ [ 12098] By: jhi on 2001/09/20 21:52:24 Log: Don't use C++ comments. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12097] By: ams on 2001/09/20 21:42:07 Log: Change #12044 didn't. Branch: perl ! lib/constant.pm ____________________________________________________________________________ [ 12096] By: jhi on 2001/09/20 13:38:44 Log: Metaconfig unit changes for #12095. Branch: metaconfig ! U/modified/Myinit.U U/modified/libs.U ____________________________________________________________________________ [ 12095] By: jhi on 2001/09/20 13:38:22 Log: Remove iconv references since we are not using it and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) Branch: perl ! Configure NetWare/config.wc NetWare/config_H.wc ! Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh perl.h ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc wince/config.ce wince/config.h ! wince/config_H.ce ____________________________________________________________________________ [ 12094] By: jhi on 2001/09/20 12:49:17 Log: Subject: [PATCH docs] Re: ARGV and read From: Dave Mitchell Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST) Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk> Branch: perl ! pod/perltodo.pod pod/perlvar.pod ____________________________________________________________________________ [ 12093] By: jhi on 2001/09/20 12:45:35 Log: Fresh copies from the cvs.perl.org perlfaq repository. Branch: perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod ! pod/perlfaq9.pod ____________________________________________________________________________ [ 12092] By: jhi on 2001/09/20 12:32:44 Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack) From: Nicholas Clark Date: Thu, 20 Sep 2001 14:27:08 +0100 Message-ID: <20010920142708.X4971@plum.flirble.org> Branch: perl ! pp_pack.c t/op/pack.t ____________________________________________________________________________ [ 12091] By: jhi on 2001/09/20 12:16:50 Log: The sharedsv_space* are variables, not code. Duh. Branch: perl ! intrpvar.h makedef.pl ____________________________________________________________________________ [ 12090] By: ams on 2001/09/20 11:26:06 Log: Subject: [patch lib/lib_pm.PL] From: Stas Bekman Date: Thu, 20 Sep 2001 18:48:53 +0800 Message-Id: <3BA9C995.6010302@stason.org> (Applied by hand.) Branch: perl ! lib/lib_pm.PL ____________________________________________________________________________ [ 12089] By: jhi on 2001/09/20 01:36:23 Log: Only 21 tests, skipping or not. Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12088] By: jhi on 2001/09/19 18:54:37 Log: New exported symbols. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 12087] By: jhi on 2001/09/19 13:45:59 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12086] By: jhi on 2001/09/19 13:02:58 Log: Correct numbering of the tests is useful. Branch: perl ! ext/threads/t/basic.t ____________________________________________________________________________ [ 12085] By: jhi on 2001/09/19 12:11:15 Log: More tests now too. Branch: perl ! lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12084] By: jhi on 2001/09/19 12:08:33 Log: More tests now. Branch: perl ! ext/threads/t/basic.t ____________________________________________________________________________ [ 12083] By: jhi on 2001/09/19 11:35:55 Log: The test assumed 7-bit ASCII. Now it "just" assumes 8-bit whatever. Branch: perl ! t/op/crypt.t ____________________________________________________________________________ [ 12082] By: jhi on 2001/09/19 11:19:56 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" Date: Wed, 19 Sep 2001 11:45:28 +0200 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl> Lvalue casts are not portable. Branch: perl ! ext/threads/threads.xs ____________________________________________________________________________ [ 12081] By: sky on 2001/09/19 10:17:52 Log: Make the basic test contain only realy basic API tests Seems to be a problem with detach. Branch: perl ! ext/threads/t/basic.t ____________________________________________________________________________ [ 12080] By: ams on 2001/09/19 01:23:55 Log: Subject: [PATCH] Syncing with Test::Simple 0.19 From: Michael G Schwern Date: Tue, 18 Sep 2001 19:53:48 -0400 Message-Id: <20010918195348.M585@blackrider> Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST From: Michael G Schwern Date: Tue, 18 Sep 2001 22:07:13 -0400 Message-Id: <20010918220713.B19616@blackrider> Branch: perl ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t ! lib/Test/Tutorial.pod ____________________________________________________________________________ [ 12079] By: jhi on 2001/09/19 00:19:45 Log: Indent the test a bit. Branch: perl ! ext/threads/t/basic.t ____________________________________________________________________________ [ 12078] By: jhi on 2001/09/18 22:54:21 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32 From: Nikola Knezevic Date: Tue, 18 Sep 2001 18:06:44 +0200 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 12077] By: jhi on 2001/09/18 22:52:24 Log: Subject: stat access time is wrong on Win95 From: Nikola Knezevic Date: Tue, 18 Sep 2001 21:59:24 +0200 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu> Branch: perl ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t ____________________________________________________________________________ [ 12076] By: ams on 2001/09/18 22:11:25 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t From: Michael G Schwern Date: Tue, 18 Sep 2001 18:47:14 -0400 Message-Id: <20010918184714.I585@blackrider> Branch: perl ! t/op/crypt.t ____________________________________________________________________________ [ 12075] By: sky on 2001/09/18 19:29:37 Log: two test failures From: Rafael Garcia-Suarez Message-ID: <20010918221702.A17408@rafael> partly applied, #12074 already fixed half the patch Branch: perl ! ext/threads/t/basic.t ____________________________________________________________________________ [ 12074] By: sky on 2001/09/18 18:49:03 Log: Fixes test case failure introduced by #12071, the warning is now correctly spelled :-) Branch: perl ! ext/IO/lib/IO/t/io_sel.t ____________________________________________________________________________ [ 12073] By: sky on 2001/09/18 18:46:22 Log: Make the test behave properly! Branch: perl ! ext/threads/t/basic.t ____________________________________________________________________________ [ 12072] By: ams on 2001/09/18 18:44:59 Log: OP_RCATLINE is an SVOP, not a BASEOP. Branch: perl ! opcode.h opcode.pl ____________________________________________________________________________ [ 12071] By: ams on 2001/09/18 18:06:27 Log: Deprecate != Depreciate. Branch: perl ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm ! lib/Pod/ParseUtils.pm ____________________________________________________________________________ [ 12070] By: ams on 2001/09/18 15:14:58 Log: Subject: [PATCH] Getopt::Std cleanup From: Rafael Garcia-Suarez Date: Tue, 18 Sep 2001 17:32:13 +0200 Message-Id: <20010918173213.C777@rafael> Branch: perl ! lib/Getopt/Std.pm lib/Getopt/Std.t ____________________________________________________________________________ [ 12069] By: sky on 2001/09/18 14:56:33 Log: Forgot the makefile Branch: perl + ext/threads/Makefile.PL ____________________________________________________________________________ [ 12068] By: sky on 2001/09/18 14:13:26 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN. The test will fail because of Test.pm not knowing about threads. basic needs to be manually tested compile time warnings on IV2PTR conversions need to be fixed Branch: perl + ext/threads/Changes ext/threads/README ext/threads/t/basic.t + ext/threads/threads.h ext/threads/threads.pm + ext/threads/threads.xs ! MANIFEST ____________________________________________________________________________ [ 12067] By: jhi on 2001/09/18 11:51:08 Log: DJGPP tweak from Laszlo Molnar. Branch: perl ! djgpp/config.over ____________________________________________________________________________ [ 12066] By: sky on 2001/09/18 10:24:31 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock. Branch: perl ! sharedsv.c sharedsv.h ____________________________________________________________________________ [ 12065] By: jhi on 2001/09/18 00:00:09 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly, ditto ^cns. Branch: perl + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm + ext/Encode/Encode/ir-197.enc - ext/Encode/Encode/cns11643-1.enc - ext/Encode/Encode/cns11643-2.enc - ext/Encode/Encode/iso2022-cn.enc - ext/Encode/Encode/iso2022-jp.enc - ext/Encode/Encode/iso2022-jp1.enc - ext/Encode/Encode/iso2022-jp2.enc - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc - ext/Encode/Encode/iso8859-1.enc - ext/Encode/Encode/iso8859-1.ucm - ext/Encode/Encode/iso8859-10.enc - ext/Encode/Encode/iso8859-10.ucm - ext/Encode/Encode/iso8859-11.enc - ext/Encode/Encode/iso8859-11.ucm - ext/Encode/Encode/iso8859-13.enc - ext/Encode/Encode/iso8859-13.ucm - ext/Encode/Encode/iso8859-14.enc - ext/Encode/Encode/iso8859-14.ucm - ext/Encode/Encode/iso8859-15.enc - ext/Encode/Encode/iso8859-15.ucm - ext/Encode/Encode/iso8859-16.enc - ext/Encode/Encode/iso8859-16.ucm - ext/Encode/Encode/iso8859-2.enc - ext/Encode/Encode/iso8859-2.ucm - ext/Encode/Encode/iso8859-3.enc - ext/Encode/Encode/iso8859-3.ucm - ext/Encode/Encode/iso8859-4.enc - ext/Encode/Encode/iso8859-4.ucm - ext/Encode/Encode/iso8859-5.enc - ext/Encode/Encode/iso8859-5.ucm - ext/Encode/Encode/iso8859-6.enc - ext/Encode/Encode/iso8859-6.ucm - ext/Encode/Encode/iso8859-7.enc - ext/Encode/Encode/iso8859-7.ucm - ext/Encode/Encode/iso8859-8.enc - ext/Encode/Encode/iso8859-8.ucm - ext/Encode/Encode/iso8859-9.enc - ext/Encode/Encode/iso8859-9.ucm - ext/Encode/Encode/isoir-197.enc ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL ____________________________________________________________________________ [ 12064] By: jhi on 2001/09/17 23:53:38 Log: Must Uppercase. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 12063] By: jhi on 2001/09/17 23:39:28 Log: Add various encodings. Branch: perl + ext/Encode/Encode/iso8859-11.enc + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc + ext/Encode/Encode/viscii.ucm ! MANIFEST ext/Encode/Encode.pm ____________________________________________________________________________ [ 12062] By: jhi on 2001/09/17 22:48:21 Log: lib/unicode relic. Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 12061] By: jhi on 2001/09/17 20:50:16 Log: Subject: [PATCH] Re: filename problems From: Michael G Schwern Date: Mon, 17 Sep 2001 17:26:26 -0400 Message-ID: <20010917172626.Q585@blackrider> Branch: perl + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail - t/lib/sample-tests/header_at_end - t/lib/sample-tests/header_at_end_fail ! MANIFEST lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 12060] By: jhi on 2001/09/17 20:14:53 Log: Explicitly explain the 1e9 seconds, not everybody is a C geek. Branch: perl ! ext/Time/HiRes/HiRes.pm ____________________________________________________________________________ [ 12059] By: jhi on 2001/09/17 20:07:20 Log: Explain an apparent bug reported by Richard J. Barbalace , with additional explanation from Gisle Aas. Branch: perl ! ext/Time/HiRes/HiRes.pm ____________________________________________________________________________ [ 12058] By: ams on 2001/09/17 19:52:01 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests From: Rafael Garcia-Suarez Date: Mon, 17 Sep 2001 22:48:05 +0200 Message-Id: <20010917224805.C11744@rafael> Branch: perl ! t/lib/warnings/op t/lib/warnings/pp ____________________________________________________________________________ [ 12057] By: ams on 2001/09/17 16:51:18 Log: Its a nit! Branch: perl ! sv.h ____________________________________________________________________________ [ 12056] By: ams on 2001/09/17 16:47:55 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS From: "Craig A. Berry" Date: Mon, 17 Sep 2001 12:34:20 -0500 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 12055] By: ams on 2001/09/17 16:05:15 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5 From: Gisle Aas Date: 16 Apr 2001 16:20:34 -0700 Message-ID: (Applied by hand.) Branch: perl ! lib/CPAN.pm lib/CPAN/Nox.pm ____________________________________________________________________________ [ 12054] By: jhi on 2001/09/17 14:06:26 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12053] By: jhi on 2001/09/17 13:45:26 Log: Adding new files to the MANIFEST is always nice. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 12052] By: jhi on 2001/09/17 13:12:31 Log: Reindent the PerlIO files (suggested by NI-S), used indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t (GNU indent). Note that wholesale re-indenting might be nice, but that would break nice formatting/alignment of assignments, equality testing, and complex boolean expressions with lots of &s and |s. Branch: perl ! perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 12051] By: jhi on 2001/09/17 12:55:53 Log: Add a script for being 8.3-polite. The found conflicts are being worked on. Branch: perl + check83.pl ! MANIFEST Porting/pumpkin.pod ____________________________________________________________________________ [ 12050] By: sky on 2001/09/17 12:44:36 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for finding it. Branch: perl ! sv.c ____________________________________________________________________________ [ 12049] By: jhi on 2001/09/17 11:55:07 Log: Bump up versions because of #12041. Branch: perl ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm ! lib/Time/localtime.pm ____________________________________________________________________________ [ 12048] By: jhi on 2001/09/17 11:51:54 Log: Bump the version number because of #12042. Branch: perl ! lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 12047] By: ams on 2001/09/17 11:21:40 Log: Subject: Re: [PATCH] turn $a.= into an RCATLINE From: Abhijit Menon-Sen Date: Mon, 17 Sep 2001 17:44:12 +0530 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org> Branch: perl ! op.c ____________________________________________________________________________ [ 12046] By: sky on 2001/09/17 07:14:17 Log: Subject: Re: t/op/ver.t using skip() improperly From: "chromatic" Date: Mon, 17 Sep 2001 00:22:29 -0600 Message-ID: <20010917062713.47716.qmail@onion.perl.org> Branch: perl ! t/op/ver.t ____________________________________________________________________________ [ 12045] By: nick on 2001/09/17 07:12:14 Log: Integrate mainline Branch: perlio +> t/op/chdir.t !> (integrate 117 files) ____________________________________________________________________________ [ 12044] By: ams on 2001/09/17 05:49:53 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm From: Ilmari Karonen Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST) Message-Id: (And $VERSION = '1.05'.) Branch: perl ! lib/constant.pm ____________________________________________________________________________ [ 12043] By: ams on 2001/09/17 05:44:50 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug From: Michael G Schwern Date: Mon, 17 Sep 2001 07:49:04 +0200 Message-Id: <20010917074904.V1588@blackrider> (Applied with tweaks to chdir.t and pp_sys.c hunks.) Branch: perl + t/op/chdir.t ! MANIFEST pp_sys.c ____________________________________________________________________________ [ 12042] By: jhi on 2001/09/17 02:54:13 Log: Subject: Re: CPAN.pm needs some hacking From: "chromatic" Date: Sun, 16 Sep 2001 16:46:29 -0600 Message-ID: <20010916225113.5606.qmail@onion.perl.org> Branch: perl ! lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 12041] By: jhi on 2001/09/16 20:43:15 Log: Change use|require 5.005_64 to use|require 5.6.1. Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm ! lib/base.pm lib/fields.pm ____________________________________________________________________________ [ 12040] By: jhi on 2001/09/16 20:36:58 Log: Bump up version numbers. TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". Branch: perl ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm ____________________________________________________________________________ [ 12039] By: jhi on 2001/09/16 19:23:07 Log: Use UCHARAT() as suggested by Inaba Hiroto. Branch: perl ! regexec.c ____________________________________________________________________________ [ 12038] By: ams on 2001/09/16 15:16:24 Log: Subject: [PATCH] Re: Core module version numbers review From: Peter Scott Date: Sun, 16 Sep 2001 09:09:58 -0700 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 12037] By: jhi on 2001/09/16 14:27:54 Log: Supply more details on how lc/uc/lcfirst/ucfirst are not yet fully implemented. Branch: perl ! pod/perlfunc.pod pod/perlunicode.pod ____________________________________________________________________________ [ 12036] By: jhi on 2001/09/15 23:13:12 Log: Subject: [patch] plug PL_beginav_save leak From: Doug MacEachern Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT) Message-ID: Branch: perl ! perl.c ____________________________________________________________________________ [ 12035] By: jhi on 2001/09/15 23:12:28 Log: (accidentally empty checkin) Branch: perl ! sv.c ____________________________________________________________________________ [ 12034] By: jhi on 2001/09/15 23:08:09 Log: Subject: [patch] ithreads+PL_beginav_save From: Doug MacEachern Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT) Message-ID: Branch: perl ! sv.c ____________________________________________________________________________ [ 12033] By: jhi on 2001/09/15 23:07:19 Log: Subject: [PATCH] h2xs.PL with C::Scan From: Tim Jenness Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST) Message-ID: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 12032] By: jhi on 2001/09/15 18:43:20 Log: Elaborate (well, make more vague, really) #12030. Branch: perl ! pod/perltodo.pod pod/perlunicode.pod ____________________________________________________________________________ [ 12031] By: jhi on 2001/09/15 18:37:07 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching From: "Jeff 'japhy/Marillion' Pinyan" Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT) Message-ID: Branch: perl ! regexec.c ____________________________________________________________________________ [ 12030] By: jhi on 2001/09/15 17:15:40 Log: Document that the lc(), uc(), lcfirst(), ucfirst() are not yet complete. Branch: perl ! pod/perltodo.pod pod/perlunicode.pod ____________________________________________________________________________ [ 12029] By: jhi on 2001/09/15 13:53:42 Log: Document what's still to be done on the regular expression Unicode support, based on the UTR#18. Branch: perl ! pod/perltodo.pod pod/perlunicode.pod ____________________________________________________________________________ [ 12028] By: jhi on 2001/09/15 12:37:31 Log: Regen headers. Branch: perl ! embedvar.h perlapi.h ____________________________________________________________________________ [ 12027] By: jhi on 2001/09/15 12:33:49 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex From: Hugo van der Sanden Date: Sun, 09 Sep 2001 18:41:54 +0100 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk> Branch: perl ! Porting/findvars ext/ByteLoader/bytecode.h ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def ____________________________________________________________________________ [ 12026] By: gsar on 2001/09/15 04:04:04 Log: enable most warnings for windows build; fix the various typecasting nits that showed up (no bugfixes here) Branch: maint-5.6/perl ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c ! x2p/walk.c ____________________________________________________________________________ [ 12025] By: jhi on 2001/09/14 22:22:58 Log: Integrate change #12024 from maintperl (a local() precedence bug) Branch: perl !> lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 12024] By: gsar on 2001/09/14 22:11:06 Log: fix local() precedence bug in change#8311, came into maint-5.6 as change#8642 Branch: maint-5.6/perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 12023] By: jhi on 2001/09/14 15:04:16 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12022] By: jhi on 2001/09/14 14:49:52 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on From: "chromatic" Date: Fri, 14 Sep 2001 09:44:57 -0600 Message-ID: <20010914154936.70059.qmail@onion.perl.org> Branch: perl ! lib/ExtUtils/Manifest.t ____________________________________________________________________________ [ 12021] By: jhi on 2001/09/14 14:46:36 Log: Hopefully better skipping of the Complete.t tests in case of not a tty. Branch: perl ! lib/Term/Complete.t t/op/stat.t ____________________________________________________________________________ [ 12020] By: jhi on 2001/09/14 14:10:44 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug From: "Jeff 'japhy/Marillion' Pinyan" Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT) Message-ID: Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 12019] By: jhi on 2001/09/14 14:02:59 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod From: Robin Barker Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST) Message-Id: <200109141501.QAA13044@tempest.npl.co.uk> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12018] By: jhi on 2001/09/14 13:55:56 Log: NetWare tweaks from Ananth Kesari. Branch: perl ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c ! NetWare/nwutil.h ____________________________________________________________________________ [ 12017] By: jhi on 2001/09/14 13:50:08 Log: Subject: unterminated C<...> at line 426 in file perlport.pod From: "H.Merijn Brand" Date: Fri, 14 Sep 2001 10:51:13 +0200 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl> Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 12016] By: jhi on 2001/09/14 13:28:08 Log: Subject: Re: [PATCH 2 pl2pm.PL] From: Joe Smith Date: Fri, 14 Sep 2001 00:13:32 -0700 Message-Id: <3BA1AE1C.64313CEE@inwap.com> Eradicate qu. Branch: perl ! keywords.h keywords.pl utils/pl2pm.PL ____________________________________________________________________________ [ 12015] By: jhi on 2001/09/14 02:38:23 Log: Retract #12013, didn't go over too well in Tru64. Branch: perl ! embed.h embed.pl sv.h ____________________________________________________________________________ [ 12014] By: jhi on 2001/09/14 02:31:05 Log: Subject: [PATCH] Execute files of debugger commands From: Peter Scott Date: Thu, 13 Sep 2001 15:26:31 -0700 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com> Branch: perl ! lib/perl5db.pl pod/perldebug.pod ____________________________________________________________________________ [ 12013] By: jhi on 2001/09/14 02:25:05 Log: (Retracted by #12015) Subject: [proposed PATCH] Re: perl@11920 From: Nicholas Clark Date: Wed, 12 Sep 2001 23:46:09 +0100 Message-ID: <20010912234609.H4971@plum.flirble.org> Branch: perl ! embed.h embed.pl sv.h ____________________________________________________________________________ [ 12012] By: jhi on 2001/09/14 02:12:02 Log: ucblib shouldn't be linked against in nonstop-ux, from Tom Bates. Branch: perl ! hints/nonstopux.sh ____________________________________________________________________________ [ 12011] By: jhi on 2001/09/13 12:54:51 Log: Do stty only if we have stty. TODO: non-UNIX platforms. Solaris and /usr/ucb/stty? Branch: perl ! lib/Term/Complete.pm ____________________________________________________________________________ [ 12010] By: jhi on 2001/09/13 12:44:28 Log: Skip the test if not running on a tty. Branch: perl ! lib/Term/Complete.t ____________________________________________________________________________ [ 12009] By: jhi on 2001/09/13 12:01:56 Log: Regen headers. Branch: perl ! embed.h opcode.h pod/perlapi.pod proto.h ____________________________________________________________________________ [ 12008] By: jhi on 2001/09/12 17:51:32 Log: Subject: [PATCH op.c] Re: perl@12003 From: Robin Barker Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST) Message-Id: <200109121800.TAA05256@tempest.npl.co.uk> Branch: perl ! op.c ____________________________________________________________________________ [ 12007] By: jhi on 2001/09/12 17:49:39 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003 From: Robin Barker Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST) Message-Id: <200109121800.TAA05250@tempest.npl.co.uk> Branch: perl ! sv.c ____________________________________________________________________________ [ 12006] By: jhi on 2001/09/12 17:41:49 Log: Upgrade to Memoize 0.66. Branch: perl ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t ____________________________________________________________________________ [ 12005] By: jhi on 2001/09/12 13:14:59 Log: Subject: [ID 20010912.007] substr reference core dump From: me-01@ton.iguana.be Date: 12 Sep 2001 14:11:16 -0000 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix> Branch: perl ! mg.c ____________________________________________________________________________ [ 12004] By: ams on 2001/09/12 01:13:49 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code From: Ilmari Karonen Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST) Message-Id: Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 12003] By: jhi on 2001/09/11 13:02:37 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 12002] By: jhi on 2001/09/11 11:50:48 Log: NetWare update from Ananth Kesari. Branch: perl ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h ____________________________________________________________________________ [ 12001] By: jhi on 2001/09/11 11:40:51 Log: Retract #11984: div() being redefined, and 1397 failing on 64-bit platforms. Branch: perl ! lib/Math/BigInt/Calc.pm ____________________________________________________________________________ [ 12000] By: jhi on 2001/09/11 11:19:07 Log: Metaconfig unit change for #11999. Branch: metaconfig ! U/protos/d_lseekproto.U ____________________________________________________________________________ [ 11999] By: jhi on 2001/09/11 11:18:36 Log: The lseek fix (#11991) was no fix. Branch: perl ! Configure ____________________________________________________________________________ [ 11998] By: sky on 2001/09/11 07:52:06 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support From: Matt Sergeant Date: Tue, 11 Sep 2001 09:22:32 +0100 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040> Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 11997] By: sky on 2001/09/11 06:35:29 Log: Sometimes dTHX is added because it is needed on non gnuc platforms, but not needed there. This uses GCC to silence GCC specific warnings by marking pTHX as unused. Branch: perl ! perl.h ____________________________________________________________________________ [ 11996] By: nick on 2001/09/11 06:25:27 Log: Integrate mainline Branch: perlio - ext/POSIX/sigaction.t lib/File/Find/taint.t !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t ____________________________________________________________________________ [ 11995] By: nick on 2001/09/11 06:23:39 Log: Part Integrate mainline Branch: perlio +> (branch 69 files) - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t - lib/Switch/t/switch_case.t lib/Test/Harness.t - lib/Test/More/Changes lib/Test/More/t/More.t - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm - t/lib/Test/More/Catch.pm wince/perl.ico !> (integrate 197 files) ____________________________________________________________________________ [ 11994] By: jhi on 2001/09/11 03:12:44 Log: Subject: Re: [PATCH] Encode.pm docs fix From: Gisle Aas Date: 10 Sep 2001 11:27:02 -0700 Message-ID: Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 11993] By: jhi on 2001/09/11 02:27:25 Log: Fix unpack U to be the reverse of pack U (but implement unpack U0U as a backdoor to get the UTF-8 malformed warnings from un-UTF-8 data) Branch: perl ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t ____________________________________________________________________________ [ 11992] By: jhi on 2001/09/11 00:14:24 Log: Metaconfig unit change for #11991; delete an unused unit (d_strtoull.U is the one used) Branch: metaconfig ! U/protos/d_lseekproto.U Branch: metaconfig/U/perl - strtoull.U ____________________________________________________________________________ [ 11991] By: jhi on 2001/09/11 00:14:01 Log: Subject: [PATCH] Configure not recording lseek proto From: Blair Zajac Date: Mon, 10 Sep 2001 17:52:37 -0700 Message-ID: <3B9D6055.BA334A31@orcaware.com> plus regen Configure. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH uconfig.h ____________________________________________________________________________ [ 11990] By: jhi on 2001/09/10 23:59:25 Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))) From: Nicholas Clark Date: Tue, 11 Sep 2001 00:00:31 +0100 Message-ID: <20010911000031.G1512@plum.flirble.org> Branch: perl + t/op/qq.t ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c ____________________________________________________________________________ [ 11989] By: jhi on 2001/09/10 23:31:45 Log: Subject: [PATCH] Building on win32 w/o perlio From: "Mattia Barbon" Date: Mon, 10 Sep 2001 23:38:46 +0200 Message-ID: <3B9D4F06.14433.2C37644@localhost> Branch: perl ! perl.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 11988] By: jhi on 2001/09/10 23:26:40 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push From: "chromatic" Date: Mon, 10 Sep 2001 15:14:01 -0600 Message-ID: <20010910211833.30177.qmail@onion.perl.org> Branch: perl + lib/CGI/t/push.t ! MANIFEST ____________________________________________________________________________ [ 11987] By: jhi on 2001/09/10 23:24:11 Log: Subject: avoiding hoardes of zombies From: Nicholas Clark Date: Mon, 10 Sep 2001 22:00:40 +0100 Message-ID: <20010910220040.C1512@plum.flirble.org> Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 11986] By: jhi on 2001/09/10 23:22:10 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf From: John Peacock Date: Mon, 10 Sep 2001 16:34:30 -0400 Message-ID: <3B9D23D6.90BCCC25@rowman.com> Branch: perl ! sv.c t/op/ver.t utf8.h ____________________________________________________________________________ [ 11985] By: ams on 2001/09/10 23:20:13 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 11984] By: jhi on 2001/09/10 23:09:31 Log: (Retracted by #12001) Subject: Calc with USE_MUL/USE_DIV From: Tels Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST) Message-Id: <200109071651.TAA11249@tiku.hut.fi> Branch: perl ! lib/Math/BigInt/Calc.pm ____________________________________________________________________________ [ 11983] By: jhi on 2001/09/10 22:37:14 Log: Subject: [PATCH op.c] Re: perl@11978 From: Robin Barker Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST) Message-Id: <200109101758.SAA07670@tempest.npl.co.uk> Format errors. Branch: perl ! op.c ____________________________________________________________________________ [ 11982] By: jhi on 2001/09/10 22:35:57 Log: Switch PADOFFSET back to U32 both because of binary backward compatibility and because Arthur seems to have been fixing the problems with naughty integer-pointer casting. Branch: perl ! op.h ____________________________________________________________________________ [ 11981] By: ams on 2001/09/10 16:31:43 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t] Fix Pod Typo, Add Test for ExtUtils::Command From: "chromatic" Date: Mon, 10 Sep 2001 11:20:56 -0600 Message-Id: <20010910172528.54160.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/Command.t ! MANIFEST lib/ExtUtils/Command.pm ____________________________________________________________________________ [ 11980] By: jhi on 2001/09/10 13:29:35 Log: Subject: [PATCH] Encode.pm docs fix From: Matt Sergeant Date: Mon, 10 Sep 2001 15:24:01 +0100 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040> Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 11979] By: jhi on 2001/09/10 13:17:48 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 11978] By: jhi on 2001/09/10 12:59:40 Log: Revert #11973, the dTHX seems to be needed in there for threaded builds. Branch: perl ! perlio.c ____________________________________________________________________________ [ 11977] By: jhi on 2001/09/10 12:55:47 Log: Detypo. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 11976] By: jhi on 2001/09/10 12:46:34 Log: Further Class::Struct patching from Damian. The new new semantics are: * If you pass an initializer for a nested object, it has to be: a) a reference to an object of that class, or b) a reference to an object of a subclass of that class, or c) a reference to a hash of arguments to be passed to the class's constructor * If you pass no initializer for a nested object, the attribute is initialized to C Branch: perl ! lib/Class/Struct.pm ____________________________________________________________________________ [ 11975] By: jhi on 2001/09/10 12:42:24 Log: Skip the crypt test if no crypt. Branch: perl ! t/op/crypt.t ____________________________________________________________________________ [ 11974] By: jhi on 2001/09/10 12:39:25 Log: Warn against using bare v-strings as IP addresses (okay if using the wrappers from Socket) Branch: perl ! pod/perldata.pod pod/perlport.pod ____________________________________________________________________________ [ 11973] By: sky on 2001/09/10 11:57:58 Log: Remove unused dTHX. Silenced another warning. Branch: perl ! perlio.c ____________________________________________________________________________ [ 11972] By: sky on 2001/09/10 11:54:25 Log: Silence some more warnings INT2PTR. Branch: perl ! pp.c pp_ctl.c sharedsv.c sv.c taint.c ____________________________________________________________________________ [ 11971] By: sky on 2001/09/10 11:21:50 Log: Silence another ITHREAD 64bit INT/32bit PTR warning. Branch: perl ! cop.h ____________________________________________________________________________ [ 11970] By: sky on 2001/09/10 11:17:25 Log: Apply INT2PTR with force to silence warnings from PM_GETRE and friends. No more warnings with 64bit IVs and 32bit pointers. Branch: perl ! op.c op.h perl.c ____________________________________________________________________________ [ 11969] By: sky on 2001/09/10 10:13:02 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 11968] By: sky on 2001/09/10 10:02:51 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS Rename to custop_op_name to Perl_custom_op_name to match perlapi Clone the hashtable PL_custom_op_names and PL_custop_op_descs in perl_clone. Branch: perl ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c ____________________________________________________________________________ [ 11967] By: jhi on 2001/09/10 03:14:35 Log: Using strlen() not good on embedded nul bytes. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 11966] By: ams on 2001/09/09 21:06:13 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict From: Rafael Garcia-Suarez Date: Mon, 13 Aug 2001 22:51:59 +0200 Message-ID: <20010813225159.C6681@rafael> (Applied with several tweaks.) Branch: perl ! embed.h embed.pl proto.h toke.c ____________________________________________________________________________ [ 11965] By: jhi on 2001/09/09 14:40:39 Log: The exact error message is system-dependent. Branch: perl ! lib/ExtUtils/Manifest.t ____________________________________________________________________________ [ 11964] By: jhi on 2001/09/09 14:38:05 Log: Add Windows and Mac Sami support to Encode (http://www.egt.ie/standards/se/sami-teastabaiki.html) Branch: perl + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc ! MANIFEST ____________________________________________________________________________ [ 11963] By: jhi on 2001/09/09 13:54:07 Log: Use the tried method. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 11962] By: jhi on 2001/09/09 13:46:59 Log: Can't count parentheses. Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 11961] By: jhi on 2001/09/09 13:34:12 Log: perlport additions: 1 while unlink, add/delete directory entries and permissions, cygwin stat funkiness (from Michael Schwern and Nicholas Clark) Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 11960] By: jhi on 2001/09/09 13:19:12 Log: blib does have a detectable test. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 11959] By: jhi on 2001/09/09 13:16:43 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete From: "chromatic" Date: Sat, 08 Sep 2001 19:33:42 -0600 Message-ID: <20010909013810.11522.qmail@onion.perl.org> Branch: perl + lib/Term/Complete.t ! MANIFEST ____________________________________________________________________________ [ 11958] By: jhi on 2001/09/09 13:09:02 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial? From: Michael G Schwern Date: Sat, 8 Sep 2001 02:40:26 -0400 Message-ID: <20010908024026.A26283@blackrider> Branch: perl + lib/Test/Tutorial.pod ! MANIFEST ____________________________________________________________________________ [ 11957] By: jhi on 2001/09/09 13:03:33 Log: Try to look up protocol (by name) only iff it has non-numbers: nice if the server is in a chrooted environment (no /etc/protocols, server code using hardcorded protocol numbers like 6 for tcp), suggested by John Holdsworth . In other words, if we are given a number, why look it up again (by number)? Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 11956] By: jhi on 2001/09/09 12:53:12 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d From: "Jeff 'japhy/Marillion' Pinyan" Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) Message-ID: Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test From: "Jeff 'japhy/Marillion' Pinyan" Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT) Message-ID: Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now From: "Jeff 'japhy/Marillion' Pinyan" Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT) Message-ID: Branch: perl ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t ____________________________________________________________________________ [ 11955] By: ams on 2001/09/09 02:54:21 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm From: "Craig A. Berry" Date: Sat, 08 Sep 2001 19:02:16 -0500 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com> Branch: perl ! lib/CGI/t/carp.t ____________________________________________________________________________ [ 11954] By: jhi on 2001/09/09 02:30:39 Log: Documentation tweaks; think the IP address as an opaque string. Branch: perl ! ext/Socket/Socket.pm ____________________________________________________________________________ [ 11953] By: jhi on 2001/09/09 00:32:05 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t From: Michael G Schwern Date: Sat, 8 Sep 2001 19:45:46 -0400 Message-ID: <20010908194546.C9193@blackrider> Branch: perl + lib/blib.t ! MANIFEST lib/blib.pm t/lib/1_compile.t ____________________________________________________________________________ [ 11952] By: jhi on 2001/09/09 00:27:15 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast From: "chromatic" Date: Sat, 08 Sep 2001 12:31:44 -0600 Message-ID: <20010908183612.49960.qmail@onion.perl.org> Branch: perl + lib/CGI/t/fast.t ! MANIFEST ____________________________________________________________________________ [ 11951] By: jhi on 2001/09/09 00:24:07 Log: The Socket tests were wrong: they were assuming too much. Branch: perl ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs ____________________________________________________________________________ [ 11950] By: jhi on 2001/09/08 20:09:07 Log: Retract the portability changes since they seem to have opened a can of worms... will go back to UNICOS/mk and do the bare minimum required to get the tests working. Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 11949] By: jhi on 2001/09/08 19:48:20 Log: PADOFFSET is used to cast pointers into integers, if pointers are 64 bits and U32 32 bits, bad things may happen, or at least warnings issued. Branch: perl ! op.h ____________________________________________________________________________ [ 11948] By: jhi on 2001/09/08 18:50:07 Log: Still more Socket portability tweaking. Now Socket.t seems to be happy in all of Linux/x86, Tru64/alpha, Solaris/sparc, IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha. Addendum: it seems that io_multihomed, io_sock, and hostent were broken in little-endians (linux/x86 and tru64/alpha) because of this change. Argh. Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 11947] By: jhi on 2001/09/08 17:23:23 Log: More portability kicking on inet_ntoa(). Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 11946] By: jhi on 2001/09/08 15:09:58 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test From: Michael G Schwern Date: Fri, 7 Sep 2001 23:06:51 -0400 Message-ID: <20010907230651.R606@blackrider> Branch: perl + lib/ExtUtils/Manifest.t ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 11945] By: jhi on 2001/09/08 14:49:15 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests From: "chromatic" Date: Fri, 07 Sep 2001 17:53:15 -0600 Message-ID: <20010907235740.80566.qmail@onion.perl.org> Branch: perl + lib/ExtUtils/testlib.t ! MANIFEST ____________________________________________________________________________ [ 11944] By: jhi on 2001/09/07 22:57:00 Log: Thinko. Branch: perl ! lib/integer.t ____________________________________________________________________________ [ 11943] By: jhi on 2001/09/07 20:34:55 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm From: "Craig A. Berry" Date: Fri, 07 Sep 2001 15:30:03 -0500 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01> Branch: perl ! lib/CGI/Carp.pm ____________________________________________________________________________ [ 11942] By: jhi on 2001/09/07 20:30:43 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods) From: Michael G Schwern Date: Fri, 7 Sep 2001 15:38:13 -0400 Message-ID: <20010907153813.K606@blackrider> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 11941] By: jhi on 2001/09/07 20:28:24 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning From: Robin Barker Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST) Message-Id: <200109071728.SAA13569@tempest.npl.co.uk> Branch: perl ! Porting/pumpkin.pod mg.c perl.h pp_sys.c ____________________________________________________________________________ [ 11940] By: jhi on 2001/09/07 20:26:29 Log: Clean up 1_compile.t; move tests to more consistent places (t/ subdirectories); add integer.t (much of the pragma is tested elsewhere but there is no one centralized place) Branch: perl + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t - lib/File/Find/find.t lib/File/Find/taint.t ! MANIFEST t/lib/1_compile.t t/op/lfs.t ____________________________________________________________________________ [ 11939] By: jhi on 2001/09/07 17:25:32 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More From: "chromatic" Date: Fri, 07 Sep 2001 10:17:40 -0600 Message-ID: <20010907162205.84723.qmail@onion.perl.org> Branch: perl ! lib/File/Find/taint.t ____________________________________________________________________________ [ 11938] By: jhi on 2001/09/07 14:04:43 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 11937] By: jhi on 2001/09/07 13:52:03 Log: Rename the old threading tutorial, start a new one, regen toc. Branch: perl + pod/perlothrtut.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 11936] By: jhi on 2001/09/07 13:05:48 Log: vars very much has a test. Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 11935] By: jhi on 2001/09/07 12:52:06 Log: Subject: Re: wince/perl.ico marked as binary From: Nicholas Clark Date: Fri, 7 Sep 2001 13:54:40 +0100 Message-ID: <20010907135439.D39150@plum.flirble.org> and wince/Makefile.ce change from Rainer Keuchel. Branch: perl + wince/makeico.pl ! MANIFEST wince/Makefile.ce ____________________________________________________________________________ [ 11934] By: jhi on 2001/09/07 12:43:50 Log: Subject: Re: [PATCH regexec.c] more general .* and .*? From: "Jeff 'japhy/Marillion' Pinyan" Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT) Message-ID: Branch: perl ! regexec.c ____________________________________________________________________________ [ 11933] By: jhi on 2001/09/07 12:37:46 Log: (Replaced by #11934) Subject: Re: [PATCH regexec.c] more general .* and .*? From: "Jeff 'japhy/Marillion' Pinyan" Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT) Message-ID: Branch: perl ! regexec.c ____________________________________________________________________________ [ 11932] By: jhi on 2001/09/07 12:27:14 Log: The #11931 patching misbehaved. Branch: perl ! lib/Test/Harness/t/test-harness.t ____________________________________________________________________________ [ 11931] By: jhi on 2001/09/07 12:21:30 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync From: Michael G Schwern Date: Fri, 7 Sep 2001 03:30:41 -0400 Message-ID: <20010907033041.A2796@blackrider> Branch: perl + lib/Test/Harness/Changes lib/Test/Harness/t/base.t + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t + t/lib/sample-tests/header_at_end_fail + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline - lib/Test/Harness.t ! MANIFEST lib/Test/Harness.pm t/TEST ____________________________________________________________________________ [ 11930] By: jhi on 2001/09/07 11:59:17 Log: Subject: [PATCH] Digest::MD5 update From: Gisle Aas Date: 06 Sep 2001 23:32:56 -0700 Message-ID: Branch: perl ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t ____________________________________________________________________________ [ 11929] By: jhi on 2001/09/07 11:23:05 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma From: "chromatic" Date: Thu, 06 Sep 2001 23:11:44 -0600 Message-ID: <20010907051609.91459.qmail@onion.perl.org> Branch: perl + lib/less.t ! MANIFEST t/lib/1_compile.t ____________________________________________________________________________ [ 11928] By: jhi on 2001/09/07 11:19:29 Log: The binary file must somehow differently stored. Branch: perl - wince/perl.ico ! MANIFEST ____________________________________________________________________________ [ 11927] By: jhi on 2001/09/07 03:53:29 Log: Add more modules to the list of modules that have tests, Schwern's wallet is getting more nervous. (Run t/lib/1_compile.t manually to see which modules are lacking tests, or the tests can't be run for some reason or another, such as the Net:: modules) Branch: perl ! t/lib/1_compile.t ____________________________________________________________________________ [ 11926] By: jhi on 2001/09/07 03:43:11 Log: Try to make Socket::inet_ntoa() more robust. Branch: perl ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod ____________________________________________________________________________ [ 11925] By: jhi on 2001/09/07 01:57:58 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno) From: chromatic Date: Wed, 5 Sep 2001 22:58:05 -0600 Message-Id: <01090522580506.19590@firewheel> Branch: perl ! lib/English.t ____________________________________________________________________________ [ 11924] By: jhi on 2001/09/07 01:55:05 Log: Subject: Re: perlvar manpage and localizing special vars From: Stas Bekman Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT) Message-ID: Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 11923] By: jhi on 2001/09/07 01:49:36 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM From: Robin Barker Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST) Message-Id: <200109061836.TAA08747@tempest.npl.co.uk> Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 11922] By: jhi on 2001/09/06 18:09:08 Log: Symbol missing; AIX unhappy. Branch: perl ! makedef.pl ____________________________________________________________________________ [ 11921] By: jhi on 2001/09/06 17:52:43 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo" Reported in 5.61, seems to work okay in blead. Branch: perl ! t/run/kill_perl.t ____________________________________________________________________________ [ 11920] By: jhi on 2001/09/06 14:35:09 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 11919] By: jhi on 2001/09/06 14:20:10 Log: Document the bad assumptions currently breaking the Socket.t tests 10, 11, and 13 in UNICOS. Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 11918] By: jhi on 2001/09/06 14:07:45 Log: Subject: [PATCH x2p] make OPTIMIZE=... From: Robin Barker Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST) Message-Id: <