X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f835c97ef915e6a81ffa3b43a37b60d219e72cea;hb=7d824d8e6f7cacfafe95d58fa9ab3d99bd41e854;hp=1deaf9b7f5cddb7037b5b4097dd9f40be2a69de8;hpb=b5bf685a282ad461571b5b9ec4587d59794fe069;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 1deaf9b..f835c97 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,5103 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 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. + + 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 +____________________________________________________________________________ +[ 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; + + 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; + + Abstract out the cloning of SvPVX and handle shared pv in a + safe (if suboptimal) manner. Does not fix op/fork.t :-( + + Win32-ize socketpair test + - Win32 can fork even though $Config{d_fork} is undef + - SOCK_DGRAM does not work - skip those tests. + 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 +____________________________________________________________________________ +[ 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; + Install dummy signal() handlers for Win32's SIGINT and SIGBREAK + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 14195] By: jhi on 2002/01/11 20:07:35 + Log: Integrate perlio; + 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 +____________________________________________________________________________ +[ 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; 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 +____________________________________________________________________________ +[ 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; 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 +____________________________________________________________________________ +[ 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; (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 +____________________________________________________________________________ +[ 14152] By: jhi on 2002/01/09 14:37:01 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.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: 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; a missing aTHX. + Branch: perl + !> op.c +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; 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 +____________________________________________________________________________ +[ 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; avoid uninit debug_pad. + 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; experimental binmode() re-coding. + 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 +____________________________________________________________________________ +[ 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; 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 13961] By: jhi on 2001/12/30 17:35:45 + Log: Integrate perlio; more 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 +____________________________________________________________________________ +[ 13958] By: jhi on 2001/12/30 16:33:58 + Log: Integrate perlio; win32 kicking. + 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; regen'ed config_H.?c + 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 13935] By: jhi on 2001/12/29 17:36:08 + Log: Integrate perlio; + + Define the two socket error numbers in terms of WSAEXXXXX equivalents + + Fudge Config.pm so File::Spec does not croak. + Branch: perl + !> win32/FindExt.pm win32/win32.h +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; + + Quick fix (after couple of clever fixes failed) for + "accept leaks memory" fail [ID 20011223.001] + + Nick Clark's embed.pl fix for my_socketpair + Branch: perl + !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; + + Add at least the "important" PerlIO_xxxx functions to embed.pl + so that they get implicit pTHX_ and we can avoid slow dTHX. + + Put PerlIO stuff inside EXTERN C + + Win32 and makedef.pl fall-out of PerlIO/pTHX stuff + 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 +____________________________________________________________________________ +[ 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; + Fix mis-parse of autoloaded usage code by declaring the sub + Correct checking code which Ilya spotted was tripped by CR at EOF. + The CR at EOF fix earlier broke CR at end-of-buffer. + Branch: perl + ! regexec.c + !> ext/POSIX/POSIX.pm perlio.c sv.c +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 (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 +____________________________________________________________________________ +[ 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. + Branch: perl + !> 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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; + Tidied version of Jeffrey Friedl's restricted hashes + Branch: perl + !> 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 +____________________________________________________________________________ +[ 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; interruptable system(). + Branch: perl + !> util.c +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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 +____________________________________________________________________________ +[ 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. + 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 somone 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; @@ -97,12 +5194,23 @@ ____________________________________________________________________________ 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: 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" @@ -159,6 +5267,15 @@ ____________________________________________________________________________ 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 @@ -275,7 +5392,9 @@ ____________________________________________________________________________ ! ext/Unicode/Normalize/t/test.t ____________________________________________________________________________ [ 13381] By: jhi on 2001/11/30 13:23:06 - Log: Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk + 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> @@ -841,7 +5960,8 @@ ____________________________________________________________________________ ! t/op/split.t ____________________________________________________________________________ [ 13303] By: jhi on 2001/11/27 02:03:49 - Log: Try to make Unicode casemapping to work for EBCDIC, too. + Log: (retracted by #13449) + Try to make Unicode casemapping to work for EBCDIC, too. Branch: perl ! utf8.c ____________________________________________________________________________ @@ -1120,12 +6240,27 @@ ____________________________________________________________________________ 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 @@ -1383,6 +6518,11 @@ ____________________________________________________________________________ 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 @@ -1398,6 +6538,11 @@ ____________________________________________________________________________ ! 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 @@ -1408,11 +6553,21 @@ ____________________________________________________________________________ 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/curpoc/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 @@ -1538,6 +6693,11 @@ ____________________________________________________________________________ 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 @@ -1553,6 +6713,13 @@ ____________________________________________________________________________ ! 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 @@ -1594,6 +6761,11 @@ ____________________________________________________________________________ ! 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 @@ -1644,6 +6816,12 @@ ____________________________________________________________________________ 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 @@ -3840,6 +9018,9 @@ ____________________________________________________________________________ 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 ____________________________________________________________________________ @@ -4261,7 +9442,9 @@ ____________________________________________________________________________ ! perl.h ____________________________________________________________________________ [ 12824] By: jhi on 2001/11/02 23:08:05 - Log: There is no csh of any kind in default BeOS. + 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 @@ -4692,7 +9875,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 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 n + 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' @@ -5739,9 +10922,9 @@ ____________________________________________________________________________ !> 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 dies with modification attempt. We only call bless for ext and - umagic. + 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 ____________________________________________________________________________ @@ -5757,7 +10940,7 @@ ____________________________________________________________________________ ! pod/perlfaq4.pod pod/perlfaq7.pod ____________________________________________________________________________ [ 12607] By: sky on 2001/10/23 18:27:27 - Log: Call setmagic on the referant we blessing! + Log: Call setmagic on the referent we are blessing. Branch: perl ! sv.c ____________________________________________________________________________ @@ -12983,7 +18166,8 @@ ____________________________________________________________________________ ! hints/dec_osf.sh ____________________________________________________________________________ [ 11635] By: jhi on 2001/08/11 15:14:48 - Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list? + Log: (retracted by 13077) + Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list? From: Robin Houston Date: Fri, 10 Aug 2001 14:42:02 +0100 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk> @@ -16374,7 +21558,9 @@ ____________________________________________________________________________ ! pod/perldiag.pod ____________________________________________________________________________ [ 11156] By: jhi on 2001/07/05 03:43:28 - Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match + Log: (retracted by #13533) + + Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match From: Radu Greab Date: Wed, 4 Jul 2001 22:13:31 +0300 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro> @@ -18397,7 +23583,9 @@ ____________________________________________________________________________ ! perl.c ____________________________________________________________________________ [ 10874] By: jhi on 2001/06/23 23:57:28 - Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now. + Log: (Retracted by #11586) + + Hack to get rid of the UNEXPECTEDLY succeeded message for now. Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ @@ -29731,7 +34919,7 @@ ____________________________________________________________________________ + t/lib/mimeqp.t ____________________________________________________________________________ [ 9339] By: gsar on 2001/03/25 15:48:50 - Log: delete mimeqp.t for later with text mode set + Log: delete mimeqp.t for later add with text mode set Branch: perl - t/lib/mimeqp.t ____________________________________________________________________________ @@ -29796,7 +34984,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 9329] By: jhi on 2001/03/24 18:26:57 Log: (Retracted by #9393) - + Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno" From: Simon Cozens Date: Sat, 24 Mar 2001 17:13:17 +0000 @@ -30353,7 +35541,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 9255] By: jhi on 2001/03/19 23:17:17 Log: substr($bytestr, i, n, $charstr) - + TODO: we are still broken if $bytestr needs UTF-8 upgrading. Branch: perl ! Todo-5.6 pp.c t/op/substr.t @@ -31778,10 +36966,7 @@ ____________________________________________________________________________ ! pod/perlsyn.pod ____________________________________________________________________________ [ 9069] By: jhi on 2001/03/07 14:55:30 - Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 - From: Dorner Thomas - Date: Wed, 7 Mar 2001 14:13:31 +0100 - Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de> + Log: (Retracted by #9078.) Branch: perl ! Makefile.SH ____________________________________________________________________________ @@ -33150,8 +38335,8 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 8902] By: jhi on 2001/02/23 01:37:41 Log: (Retracted by #8914) - (Wrongly, reinstated by #8941) - + (Wrongly, reinstated by #8941) + Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST! From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 22 Feb 2001 09:43:57 EST @@ -33345,7 +38530,7 @@ ____________________________________________________________________________ ! Configure config_h.SH ____________________________________________________________________________ [ 8875] By: jhi on 2001/02/21 14:54:00 - Log: Make unpack C and unpack C truly equivalent. + Log: Make unpack C and unpack U truly equivalent. Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ @@ -33850,7 +39035,7 @@ ____________________________________________________________________________ Message-ID: (8809 empty) - + Upgrade to podlators 1.08, from Russ Allbery. Branch: perl !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm @@ -34659,7 +39844,7 @@ ____________________________________________________________________________ ! lib/Pod/Find.pm ____________________________________________________________________________ [ 8711] By: nick on 2001/02/07 21:06:11 - Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch. + Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch. Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak From: Alan Burlison Date: Tue, 06 Feb 2001 23:37:01 +0000 @@ -36129,7 +41314,9 @@ ____________________________________________________________________________ !> scope.h ____________________________________________________________________________ [ 8552] By: jhi on 2001/01/26 15:03:23 - Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace + Log: (Retracted by #8573) + + Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace From: Michael G Schwern Date: Fri, 26 Jan 2001 09:28:31 -0500 Message-ID: <20010126092831.A15328@blackrider.aocn.com> @@ -36270,7 +41457,7 @@ ____________________________________________________________________________ ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8539] By: jhi on 2001/01/25 03:21:55 - Log: (Retracted by #5940.) + Log: (Retracted by #8540.) Branch: maint-5.6/perl ! pod/perlfaq3.pod ____________________________________________________________________________ @@ -36514,7 +41701,7 @@ ____________________________________________________________________________ ! lib/open.pm perlio.c perliol.h ____________________________________________________________________________ [ 8510] By: jhi on 2001/01/21 22:56:53 - Log: Document the regex context pushing/popping a bit better. + Log: Document the regex content pushing/popping a bit better. Branch: perl ! regexec.c ____________________________________________________________________________ @@ -37008,8 +42195,9 @@ ____________________________________________________________________________ [ 8449] By: jhi on 2001/01/16 03:42:55 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86 at the setting of the ofs_sv in new_struct_thread() as the - thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing - that invited a core dump. + thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what + uninitialized fields are, uh, initialized with), + SvREFCNT_inc()ing that invited a core dump. Branch: perl ! util.c ____________________________________________________________________________ @@ -37106,12 +42294,16 @@ ____________________________________________________________________________ ! toke.c ____________________________________________________________________________ [ 8438] By: jhi on 2001/01/14 05:10:23 - Log: Metaconfig unit changes for #8437. + Log: (Reverted by #8440) + + Metaconfig unit changes for #8437. Branch: metaconfig/U/perl ! d_fpos64_t.U d_off64_t.U ____________________________________________________________________________ [ 8437] By: jhi on 2001/01/14 04:55:34 - Log: Add probing, seems to be needed for (some?) + Log: (Reverted by #8440) + + Add probing, seems to be needed for (some?) Linux largefileness. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H @@ -37378,7 +42570,7 @@ ____________________________________________________________________________ ! util.c ____________________________________________________________________________ [ 8398] By: jhi on 2001/01/10 20:55:31 - Log: Add ReuseAddr as a (preferred) alias for Reuse as we now + Log: Add ReuseAddr as a (preferred) alias for Reuse as we know also have ReusePort. Branch: perl ! ext/IO/lib/IO/Socket/INET.pm @@ -37720,7 +42912,7 @@ ____________________________________________________________________________ ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod ____________________________________________________________________________ [ 8353] By: jhi on 2001/01/06 20:21:10 - Log: integrate changes #7980, 7990, 8056, 8057 from mainline + Log: integrate changes #7980, 8056, 8057 from mainline UTF-8 hash keys. Branch: maint-5.6/perl @@ -39026,6 +44218,20 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 8180] By: gsar on 2000/12/18 09:20:27 Log: integrate changes#7924..7926,7946,7952 from mainline + + A test works better if it has the right 1..$n output. + + All the core library users of Class::Struct seem to be + using "use Class::Struct 'struct';" instead of the bare + "use Class::Struct;", which isn't documented in Class::Struct. + This can't be right. + + Make the Class::Struct import() wiser. + + Upgrade to CPAN 1.59_51, from Andreas König. + + Subject: Re: long shell lines + Split overly long shell command lines. Branch: maint-5.6/perl !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm !> lib/File/stat.pm t/lib/class-struct.t @@ -39033,6 +44239,34 @@ ____________________________________________________________________________ [ 8179] By: gsar on 2000/12/18 08:55:54 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917, 7918,7919,7988,8907 from mainline (various) + + Subject: [ID 20001127.004] White space problem in perlamiga.pod + + Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $| + + Subject: [PATCH] perlcc.PL cleanups + + Subject: [PATCH] Updating perltie.pod for arrays + + Subject: [ID 20001128.002] what's the point of example code if it is buggy? + Subject: Re: [PATCH] Updating perltie.pod for arrays + Subject: Re: [PATCH] Updating perltie.pod for arrays + + One more perltie.pod nit from Casey R. Tweten. + + Subject: [PATCH] $^O win32 -> MSWin32 + plus similar nits for vms, err, VMS, and UNICOS. + + Subject: Re: Minor suggestion for Sys::Syslog [PATCH] + More checking in case someone has broken their services or + protocol databases. + + Make "use Class::Struct 'struct';" work again (broken by #7617); + add a test for Class::Struct. + + Integrate the "skip" messages to explain(). + + Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t Branch: maint-5.6/perl +> t/lib/class-struct.t !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c @@ -39065,6 +44299,196 @@ ____________________________________________________________________________ 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773, 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816, 7823,7825,7838 + + Subject: Re: [PATCH] README.solaris + + Add getpagesize() probing, on non-UNIX guess 'undef'. + + Simplify the getpagesize() unit by dropping the + pagesize probe since it's nowadays slightly more + complicated because of sysconf(). (Note: if some + platform really needs the -lPW for getpagesize, + I just broke it.) + TODO: a new pagesize unit. + + Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch + + MachTen doesn't really do mmap() and munmap(). + Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do. + + More README.solaris updates from Andy Dougherty. + + Copy the s// information of README.hpux also to the perlrun. + + Add HAS_FSYNC, lack noticed by Nicholas Clark. + + Add a metaconfig unit for fsync. + + Subject: [ID 20001112.004] man perlfunc omits tell()'s error return + + Many subdocumented return values of the IO extension now documented. + ungetc and write still left subdocumented. + Subject: [PATCH] (was Re: IO::Handle::ungetc) + + Document tell() on special streams. + + Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure + + Subject: [ID 20001112.007] sfio's sftell isn't ftell + + Couple of tests from #7660 salvaged. + + Tweak the definition of the bit complement on UTF-8 data: + if none of the characters in the string are > 0xff, + the result is a complemented byte string, not a (UTF-8) + char string. Based on the summary in + Subject: Re: [ID 20000918.005] ~ on wide chars + This should give us the maximum backward (pre-char string) + compatibility and utf8 compatibility. The other alternative + would be to limit the bit complement to be always byte only, + taking the least significant byte of the chars. + + Cleanup messy #ifdef. + + Typos in #7667. + + Declare reg_data like reg_substr_data. + + Placate nervous compilers that see longer than ints switch()ing. + + Remove the new two tests of lib/io_xs for now, they seem to + fail under perlio on some platforms. + + Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return + + Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values + + Subject: tiny typo in perl5db.pl + + Subject: some additions for makefiles for win32 (for perl@7674) + + Hoist the duplicated socket/netdb include logic to perl.h; + undef SETERRNO in case SOCKS has defined it. Based on: + Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris + + Regen Configure. + + Defined INT64_C() and UINT64_C() unless defined by + (a macro to define signed and unsigned integer constants). + + Use UINT64_C(). + Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch + + Use u_int32_t for the size of hash_cb(), not size_t. + Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch + + Quit utf8_to_uv() instantly if curlen == 0. + + Subject: [PATCH: perl@7674] updates to README.os390 + + Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text + + EBCDIC tweaks. + Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise) + + Linenumber fix. + + SOCKS has its own USE_THREADS, based on + Subject: [ID 20001114.002] et. al. bugfix followup + + UINT64_C() work continues. + + Detypo. + + The type of the hash_cb() size argument is tricky. + + Add fwalk() probe to the configuration files and regen perltoc. + + Subject: perllocale.pod changes + + Avoid an infinite loop in VMS when utils scripts are run + with no arguments, from Charles Lane. + + Subject: Re: Bug in Carp::Heavy/5.6.0? + + For Solaris use64bitall the stdchar needs a little bit of help. + + The long double hints can be here or there. + + Test tweak for the open pragma. + + Also the 64bitall hints can be either here or there. + + As surmised the #7719 wasn't a good move. + + Subject: Fix for 20000409.001 + + Subject: Fix for 20000815.006 + It's really 20000518.006. + + Subject: [PATCH 5.6.0 README.win32] very minor typos + + Subject: Fix for README.amiga (20000323.033) + + Explain in more detail the {} syntax ambiguousity. + Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error + + Sparc 64-bit pack() fix from Jens Hamisch. + + Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König. + + Subject: podlators 1.05 available + + Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm + + Subject: [perl 7711: EPOC] updates + + Make certain MacOS Classic has NO_ENVIRON_ARRAY. + + Miraculous typo. + + sysseek() instead of seek(). + + Solaris hints tweaks. + + Assume SOCKS is broken in all 64bitall platforms, not just Solaris. + This may be overly harsh but until proven otherwise, we think this + way, or until we have a simple test for Configure (having to start + up servers is does not count as simple) to check for the problems. + + Remove the shared object before attempting to create + (by linking) a new one. E.g. in AIX not removing + becomes quite painful if one tries to do more than one + build in the same tree (an interrupted build, for example), + since the AIX' shared dynaloader seemingly keeps the shared + objects open and therefore 'busy' for quite a while, even when + nobody is using the objects, leading into link failures. + + Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir + + Subject: DOC PATCH 5.6.0 perlreftut + + Subject: [PATCH: perl@7777] add system locale testing for VMS + + Subject: [PATCH] Test.pm POD peculiarity + + Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost' + + Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost' + + Subject: Re: perl@7777 + Detypoing. + + Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix + + Go ahead and #include in perl.h. + + Subject: [PATCH perl@7795] small cleanup task for test suite + + Subject: Re: av.c patch (having slight problems) + unshift() speedup. + + Reach back one higher up when searching for PERL_SRC. Branch: maint-5.6/perl +> lib/File/Spec/Epoc.pm !> (integrate 88 files) @@ -39072,15 +44496,319 @@ ____________________________________________________________________________ [ 8174] By: gsar on 2000/12/18 03:53:09 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623, 7625..7629,7631..7634,7637,7639,7642 from mainline + + Fix for the tie-refhash string table leaks. + + Subject: [patch perl@7595] VMS configure.com tweak + + More careful detection of how well NVs and UVs mix. + Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)) + Added some SIGFPE paranoia. + + Forgot to bump the line numbers in #7601. + + Subject: PATCH std stdio for (Free)BSD + + Deleting $ENV{PATH} in VMS is not recommendable. + + Locale buglets. + Subject: RE: Locales support (setlocale) fixes + + Do not test UTF-8 locales since that the tests would require + polymorphic regexen. + + Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen + + A missing aTHX_. + + Subject: [ID 20001108.013] spelling + + Subject: [PATCH] Class::Struct at compile time + + Make deleting for %ENV work for (newer versions of) VMS, + from Craig A. Berry. + + Forgot from #7618. + + More VMS moves on environment handling, from Charles Lane. + + Remove unused extra arguments. + + Typo in an ifndef. + Subject: Re: [PATCH 5.7.0] better messages from malloc() + + Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod + All except the "cow orker" change. + + The generated boot_* headers are wrong. Pickier compiler, + such as KAI C++ will refuse to compile the resulting perlmain. + Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0 + + There's no =head3. + + Disable only the tests 99 and 166 for UTF-8 locales. + + Missing dTHXs. + Subject: RE: perl@7595 builds not on cygwin + + Subject: Re: bash -c exit and linux hints + + Various doc oddball characters. + Subject: [ID 20001106.004] Perl 5.6.0 bugs + + Subject: [PATCH] IO::Seekable pod + + Amdahl UTS hints updates. + Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6 + + Explain better why certain regex tests are skipped. + Subject: Re: tests skipped: unknown reason + + Subject: [PATCH] README.solaris + + Subject: [PATCH perl@7638] cygwin port Branch: maint-5.6/perl +> README.solaris !> (integrate 26 files) ____________________________________________________________________________ [ 8173] By: gsar on 2000/12/18 03:37:02 - Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496, + Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496, 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534, 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563, 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline + + Better create a true mailing list for the repository keepers. + + Subject: [ID 20001027.007] uniq array in perlfaq + + De-quoted-unreadable to ISO Latin 1. + (There's one ISO-2022-JP name in Changes5.004.) + + Have only one master list of AUTHORS, drop unmaintained MAINTAIN. + + The #7476 needs a MANIFEST change, too. + + Add also emailless people. + + UTF-8 decoder tweak. + + Make \x{...} consistently produce UTF-8. + Subject: Re: \x{...} is confused + + Subject: [Chris Winters ] patch to ExtUtils::Manifest + + Add a perlbug flag, -A, to avoid acknowledgement messages. + Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED)) + + Use Errno magic. + Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing + + Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests + + Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t + + Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c + + Be more lenient on bad UTF-8 when doing bit arithmetics. + Subject: Re: [ID 20000918.005] ~ on wide chars + (The ord() part of the patch skipped.) + + Subject: perlfaq style changes + + AUTHORS tweaks. + + Whitespace style tweak. Was originally going to see to + Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) + but that had already been taken care of. + + The compiler is either gcc or cc, from Tom Bates. + + The osname has been lowercased by now, from Tom Bates. + + The NonStop-UX libraries have a novel way to say NaN. + + printf UVs the correct way, noticed by Robin Barker. + + Subject: [PATCH] startperl to respect versiononly + + AUTHORS updates. + + Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c + + Subject: [ID 20001101.001] Net::Ping icmp odd $bytes + + Subject: [ID 20001005.004] doc bug: perlsec misleading re file output + + Generalize the Camel wording. + Subject: Re: perlfaq style changes + + Subject: [ID 20001005.006] Documentation -- description of qr// + + C.pm part of + Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0] + + Locale warning explanation tweak. + + Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks" + + Make the POSIX::setuid and POSIX::setgid to really call setuid() + and setgid() because they were just changing $< and $( which means + only changing the real uid/gid, as opposed to changing both + real and effective ids. (The alternative way could have been + in POSIX.pm to change $> and $), too, but making a direct call + to the C API feels cleaner.) Fixes the bug + Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid() + + Expand %Config variables and %ENV variables only if + so requested during build time using the + PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS. + Not expanding makes relocating distributions easier. + + More tweaking on the #7522 theme. + + Test::Harness revealed buglets in the new DynaLoader. + Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED) + + Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm), + fix a autovivification bug in Tie::RefHash, add tests for both. + Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes + + Detpyo. + + recv() can fail and return undef. + Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable + + Fix the problem discussed in + Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions) + originally from Linc Madison. Also Andreas König's comments + taken into account. Some other problems with Tie::SubstrHash + fixed: didn't croak when the table exceeded the requested number + of entries (as documented) but instead when the number of entries + exceeded the size of the table, a croak() had an unnecessary \n, + didn't have a CLEAR method, documented that there is no exists(). + Didn't fix to be strict-proof because the module uses &foo; and + dynamic scope. Added a test script exercizing both first tamely + the basic functionality, and then the failure cases reported by + Linc Madison. + + Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl + + The #7521 touched things it shouldn't have. + + Subject: [PATCH 5.7.0] better messages from malloc() + + Subject: Re: README.aix + + Add FCNTL_CAN_LOCK. + Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) + Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) + + Locale tweakery. Add test case for bug id 20000809.003 to op/misc, + create a "fast path" for locale name probing using "locale -a" + if available, squash finally hopefully the s?printf resetting + the numeric locale (since, IIUC perllocale, it never shouldn't). + + More Changes tweakery. + + Dying is too strict here, better just skip. + + Subject: Locales support (setlocale) fixes + Modified quite a bit to be more portable. + + Configure would use a bad $myuname from an old config.sh. + Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug + + Fix for + Subject: [ID 20001004.006] undef is never tainted + An undef read from a slurped file was not tainted. + + Fix for + Subject: [ID 20001004.007] taint propogation is inconsistent + The culprit was sv_setsv() which was rather blindly + propagating taint, which lead to behaviour where if + a tainted anon hash value was seen all the hash values + from then on at that level became tainted, or at any + upper levels in the case of nested anon hashes. + + Test tweak: show also the failed locales. + Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8 + + A fix of sorts for 20000329.026, a better error message + for a missing "use charnames" when using the \N{...}. + + Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16 + + Add =pod to be tidy. + + Fix for bug id 19990615.008, pos() unset during s///ge. + + Add a note for future generations about bug id 20000229.006. + + Use -dM for gcc (the suggested patch did it only for Linux, + but I think it can be generalized). + Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing) + + opmini.o can linger from Configures past. + + Document that the evaled syntax errors cause scalar leaks. + + Fix for + Subject: [ID 20000728.005] perl -P broken + (hopefully). The fix is also not complete, it seems to break + BOM swallowing for libc5 systems, but until someone figures + out a way to do this without ftell(), this will do. + + AUTHORS updates. + + Subject: Re: rsync'ed patches vs. rsync'ed source + + Admit that the test leaks scalars. + + Sanitize the environment further. + + VOS updates from Paul Green. + + Document %ENV = () portability issues. + + Make the stdio test program of 7427 less noisy while being + compiled so that Digital UNIX wouldn't get both + d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt + undefined. This makes perlio happy. + + glibc5 detection by __GNU_LIBRARY__. + + %ENV note tweaks from Dan Sugalski. + + Varargs don't always work too well if one puts an unsigned + char on the stack and pop an unsigned quad off the stack. + Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED) + + Subject: Pod updates + + Fake support of holey files in win/dosish platforms. + Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302) + + A doc addition for bug id 20001105.019, beware \p. + + Tweak #7587. + + Subject: [PATCH perl@7573] configure.com and st-lock.t changes for + + perlhack updates from H.Merijn Brand. + + Subject: [PATCH perl@7573] cygwin port + Synchronize with Cygwin 1.1.5. + + Bad thinko in #7581 (I used the test program with the expanded + values as-is). + + Make perlbug not insist on dumping to a file when stdout isn't a tty. + Subject: [PATCH] perlbug.PL + + Overrideable keys, each, pop, push, shift, splice, unshift. + Subject: [PATCH] prototyped functions that should be overrideable + + Try to avoid flockless and emulationless places. Branch: maint-5.6/perl +> t/lib/tie-refhash.t t/lib/tie-substrhash.t - MAINTAIN @@ -39246,6 +44974,30 @@ ____________________________________________________________________________ Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915 from mainline (xsubpp and ExtUtils::LibList fixups, various other small items) + + The generated boot_* headers are wrong. Pickier compiler, + such as KAI C++ will refuse to compile the resulting perlmain. + Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0 + + Various doc oddball characters. + Subject: [ID 20001106.004] Perl 5.6.0 bugs + + Subject: [PATCH] Re: 20001101.003 PDL + + Subject: [PATCH 5.7.0] etags broken again + + Subject: [PATCH 5.7.0] Liblist finally works + + Subject: [PATCH 5.7.0] Liblist returns found libraries + + Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM) + + Subject: [PATCH 5.7.0] OUT keyword for xsubpp + + Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp + OUT keyword nits. + Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp + OUT and IN_OUT documentation. Branch: maint-5.6/perl !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm @@ -39297,8 +45049,216 @@ ____________________________________________________________________________ [ 8159] By: gsar on 2000/12/18 00:03:38 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226, 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362, - 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408, + 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408, 7410..7413 from mainline + + Introduce the man[24-8] variables, from Andy Dougherty. + + Upgrade to CPAN 1.58, from Andreas König. + + An updated EBCDIC tr patch. + Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390 + + Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes + + Two thirds of + Subject: Proposed patches, Install.pm getopts.pl termcap.pl + The Install.pm changes will be submitted separately because + they need some work and discussion still. + + The Install.pm third of + Subject: Proposed patches, Install.pm getopts.pl termcap.pl + + Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests + + Subject: [PATCH 5.7.0] IVs in mtats + + Subject: [PATCH 5.7.0] Perl API for mstats + + Ilya implemented the memory profiling API. + + In Amdahl UTS "struct sv" is defined by a system header, + . + + Slight tweak of the code to appease Amdahl UTS cc. + + Amdahl UTS doesn't seem to do dynaloading. + + Use UTF8SKIP(), from Simon Cozens. + + Thinko in #7222. + + op/sprintf.t patch for OS/390 (and any other host with limited + floating-point exponent length) + Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl] + + Tweak #7225. + Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl] + + Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC + + Needs to be conditional on SunOS 4. + Subject: [Pach 5.7.0@7229] Removing -ldb from the core build + + Test cases for bug id 20000323.056 (the bug seems to be fixed). + + Add test for bug id 20000427.003 (which seems to have + been fixed) (also duplicate as 20000427.004, though + with a higher severity). Move one utf8 from op/append + to pragma/utf8, tag the tests with bug ids. + + Document FNCASE=y as discussed in the bug 20000902.009. + + split() utf8 fixes. Should fix both 20001014.001 and 20000426.003. + The problem was that rx->minlen was in chars while pp_split() + thought it would be in bytes. + + Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8. + Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars + + Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8. + + Fix a couple of compiler-noted nits in #7235. + + Tweak the test of #7235. + + One more ~utf8 tweak. + + -w cleanup. + Subject: Re: Problems with bleadperl + + Subject: small pod patch + + Subject: [PATCH perlguts.pod] Document offset hack + + Add Charles Lane. + + Add the capability to include/exclude branches. + + Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp + + Detect early whether the std streams have gone bad. + Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED)) + + More IoTYPE sprinkling. + + Workaround for a sfio bug where the stream error indicator + is not cleared as documented. + Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED)) + + Clarify documentation on 'use bytes'. + Subject: Re: What does 'use bytes' "mean" ? + + Show the failed remote port, instead of the failing line number. + Subject: [PATCH 5.6.1 Debugger] More diagnostics + + Make Cwd more bulletproof in chrooted environments. + Subject: [ID 20001018.001] Fix for Cwd.pm (chroot) + + Subject: Pod patch for Devel::Peek + + Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2 + + Borland C fstat() never saw the fd as writable. + Subject: fix for Borland's weak "stat" (perl@7211) + + Missing change from #7362. + + Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no + + Add the test case for the bug id 20000730.004 which seems + to have been fixed by now. + + Fix of sorts for bug id 20000901.092. There seems to be no trace + of a 'pmshort' anywhere in the B, so the offending line was simply + removed. + + Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC + + Subject: PATCH do_print has 2 PerlIO_error()s + + NonStop-UX patches from Tom Bates + + Typo noted by Mark Lutz. + + Subject: PATCH CR+LF should be "\cM\cJ" in perlop + + In the latest compiler builds cccdlflags must not become -fpic, + from Wilfredo Sánchez. + + Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update + + Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS + + SOCKS function redefinitions need prototypes, too, otherwise + for example 32 bit versus 64 bit differences cause a lot of + problems. Part of + Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler] + + Portability tweak on #7377. + Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)] + + Don't write double values through long double pointers, + based on a part of + Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler] + + Reëntrancy fix. + Subject: [PATCH perl@7229] Rentrant parser and yylex() + + Make scan_num() reëntrant, as suggested in + Subject: [PATCH perl@7229] Rentrant parser and yylex() + + Fix for ID 20001020.006, concatenating an unset submatch + with utf8 resulted in "Modification of a read-only value". + + Fix for ID 20000915.011, IO::Select warning for an undefined fd. + + The #7383 was right only in the context of the original bug report, + not in more general case. + + Update Changes. + + Testcases for a #7383,#7385 related bug. + Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable + + Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy + + Tweak the Is* definitions of Unicode character classes + to better match the official categorizations; embrace + the official categorizations; add the combining marks + as alpha (and -numeric); fix DCinital (a typo and edito) + to be DCmedial. + + Hints tweak from Anton Berezin. + + Subject: installman go-faster stripes + Subject: Re: installman go-faster stripes + + Subject: [ID 20001021.003] updated hints/openbsd.sh + + Subject: [PATCH bleadperl] -MO=C falls over on package + + Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL + + Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker + + Doc patch. + Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs + + Retract #7404 with a patch from Robin Barker, via Andy Dougherty. + + Subject: Re: [ID 20001021.005] SEGV with regex match + + Subject: Re: [20000731.007] potential syntax error not detected [PATCH] + + The change #7187 was not so good on VMS. + Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename + + Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods + + Miscellaneous MacOS Classic library updates from Matthias Neeracher. + + Document PERL_INSTALL_ROOT of #7210. Branch: maint-5.6/perl +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl +> t/lib/tie-splice.t @@ -39328,6 +45288,262 @@ ____________________________________________________________________________ 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158, 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199, 7201,7204 from mainline + + Remove vestiges of tr//CU. + Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU + Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU + + The return value of setlocale must be copied away. + Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n + + Allow chop() and chomp() to be overridden. + Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop? + + Hints optimization. + Subject: Minor nit + + Subject: [PATCH] de-wall t/README + + Subject: Re: Two advertising clauses need to be removed + + Batch of UTF-8 patches from Simon Cozens. + + Fix for a parsing bug, not for the original bug. + Subject: Re: [ID 20000910.005] Another segfault with regexes. + + Compilation warnings and an error. + + Subject: File::Find 5.7.0 POD nits + + Subject: [PATCH perl-5.7.0] continued -Wformat support + + The one that got away. + + Subject: Re: perl@7078 + + UTF8-encoded version of 256 is 0xc4 0x80; test that a char is + convertable to bytes by checking it doesn't go above 0xc3 + Subject: Re: perl@7078 + + Replace #7084 with + Subject: Re: perl@7078 + + We don't need to count the high bit bytes, a boolean is enough. + + Subject: [PATCH] utf8.c apidoc + + Subject: Re: perl@7078 + + Botched the #7090 check-in. + + Fix for the charnames.t failures from Spider Boardman. + + Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. + i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it + to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing + 0 to checking to get the warning. + + Subject: [PATCH] Nits in perlmod.pod + + Subject: Re: Trapping by opmask sets strange parser state [PATCH] + + Subject: Re: unicode support and perl [ID 20000901.097] + + Subject: Re: unicode support and perl [ID 20000901.097] + + Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable + + Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse + + Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man + + Subject: [PATCH@blead] Fix some recursion in overload.pm + + s/Robin Parker/Robin Barker/ + + Subject: [PATCH] Fix aliasing of tied filehandles + + Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) + + Subject: Re: [PATCH 5.005_64 missed] + + SOCK_DGRAM and listen() do not mix as reported in + Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket + The patch for 5.7.0+ had to be reengineered, though. + + Subject: DOC PATCH 5.6.0 + + Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start + + Document the issue (is not a syntax error, kind of) + Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error + + Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch + Did not apply cleanly, manual intervention was needed. + + Subject: [PATCH] DLL not restartabke with threaded perl + + Inside require() $^S was always left undefined. + Subject: Re: Tiny 2-byte change to fix debugger's eval bug + + Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement. + + OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail. + + Regen headers. + + Subject: [PATCH 5.7.0] Epoc update + + Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines + as suggested by Olaf Flebbe and Nick Clark. + + Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)' + + Misplaced else. + + Scale down the VMS message boxes, by Charles Lane. + Fix for ID 20000903.009, workaround at + http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html + + Subject: [ID 20001003.006] B::Debug not -w clean + + Test harness update to sync with the new perlcc, + from Simon Cozens. + + One remaining nit less at the VMS mailbox sizing. + + Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's + + It is possible to have no hosts database at all. Pointed out in + Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's + + Subject: [PATCH 5.7.0] h2xs not working + Subject: [PATCH 5.7.0] h2xs not documenting the created module + + Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier + + Subject: perlhack.pod Patch for Externals Tools + + Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification + + Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module + + Enable disabling scripts installation by Configure -Uinstallscripts, + suggested by H. Merijn Brand. + + Code around the stat-on-a-pipe-returns-a-mode-of-zero bug + reported several times by Dominic Dunlop, for example in + ID 20000315.008. Patch from Dominic. Patch affects at + least MachTen, and possibly other oldish BSDs. Should not + break non-broken platforms (tested on LinuxPPC). + + Regen toc. + + Subject: Re: Questions about Tie::Array and perl modules + Bug reported and fix suggested by Philip D Crow . + + Patch from Simon Cozens to avoid using utf8 routines in EBCDIC. + + Tweak #7153. + + IO::Handle->syswrite() did not handle length omission + like CORE::syswrite() does. + Subject: [Fwd] IO::Handle, syswrite and arguments + The original patch from andrew@ugh.net.au. + + Also the $ccflags is needed for the C compiler check. + Subject: Configure (check for C-compiler) + + Eliminate $Is_VMS code from the test. + Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1 + + Fix bug in #7157 (s/cflags/ccflags); moved the -o foo + as the first option of cc/ld because of ultrapicky compilers + (e.g. OS/390 R2.5) + + Change the version number of Tie::Handle in the core to 4.0, + the (unrelated) Tie::Handle in CPAN will remain at 3.0. + Subject: Note on Tie::Handle + + UTF8ize split() so that the cloned substrings get the UTF8 + flag of the original scalar. Problem reported by Simon Cozens. + + save_re_context() could reset PL_curcop to freed memory, causing core + dumps in code such as C + + Subject: PATCH 5.6 perldebguts grammar cleanup + + Add a todo note about overloadable assertions. + + on Windows, LoadLibrary() could load an extension DLL multiple + times if forward slashes are used in the path + + on Windows, cwd strings in the environment should be of the + form =X:=X:\foo instead of =X=X:\foo\ + + on Windows, avoid potential exception (could happen if MSVCRT isn't + being used) when closing a socket handle + + avoid nonportable example code + + Windows9x doesn't support link(), despite what Config.pm + might think + + pod nit + + Change #7160 had a nasty typo. + + Warn about unknown scripts. + Subject: Re: ideas? patches? [PATCH bleadperl] + + on Windows, clean targets might not work under some flavors of the shell + + tweak for change#7173 + + Make eq work again with utf8 (disabling the upgrading + should no more be necessary since the copies of the + scalars are upgraded, not the scalars themselves). + Takes care of ID 20001009.001. (The claimed length() + bug in 20001009.001 seems bogus to me.) + + Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure + + Upgrade to CGI.pm 2.74, from Lincoln Stein. + + Upgrade to podlators 1.04, from Russ Allbery. + + Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread + + Quote the temp file name, needed in Win32 because the + default name unfortunately contains spaces, shouldn't + hurt elsewhere. + Subject: FW: perldoc fails if $TEMP contains spaces + + Subject: RE: [ID 19990803.001] README.win32 suggestions + + Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl + + Subject: Re: utf8 concat, mg_get + + Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections + + Subject: [PATCH: perl@7181] op/tr tests on OS/390 + + Subject: [PATCH: perl@7181] ver.t v string tests for os/390 + + Use the versiononly instead of the installscripts, + retract the changes 7146 and 7147. + + Reapply Andy's patch and regen Configure. + + Add the test case for #7190, from the original bug report + by Andreas König. + + Remove duplicated code. + + SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs. + + restore change#7202 Branch: maint-5.6/perl !> (integrate 121 files) ____________________________________________________________________________ @@ -40310,6 +46526,9 @@ ____________________________________________________________________________ Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org> Make CORE::substr to be '$$;$$' instead of '$$;$;$'. + In other words, make the returned prototypes for any function + stop prepending the ';' optionality marker after the first one. + If they start getting optional, all the rest are optional. Branch: perl ! pp.c ____________________________________________________________________________ @@ -52333,7 +58552,9 @@ ____________________________________________________________________________ ! lib/CGI.pm ____________________________________________________________________________ [ 6721] By: jhi on 2000/08/20 19:43:54 - Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) + Log: (Replaced by #8364.) + + Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) From: Radu Greab Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST) Message-ID: