X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=72e24247642b0e5ffa33b934be08b25d1d35f8cc;hb=ae706db49f17350f7e2ed5eccdc792223f4ea020;hp=975cad4c226c6d7f07ab475e98fb779431507e0f;hpb=1a55ae8d1f46d27f1b3a1abdec128eebcc247c7f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 975cad4..72e2424 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,24646 @@ Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ +[ 26659] By: steveh on 2006/01/05 16:22:50 + Log: Subject: MinGW and lib/CORE/Win32.h + From: "Sisyphus" + Date: Wed, 4 Jan 2006 21:29:19 +1100 + Message-ID: <024301c61119$bca4a840$e201140a@desktop> + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 26658] By: rgs on 2006/01/05 15:33:32 + Log: Install less README files + Branch: perl + ! installperl +____________________________________________________________________________ +[ 26657] By: rgs on 2006/01/05 14:36:40 + Log: Remove old Pod::Man parser creation. + Fix a run-time warning. + Branch: perl + ! installman +____________________________________________________________________________ +[ 26656] By: stevep on 2006/01/05 14:33:16 + Log: Change installman to instantiate a new Pod::Man instance for each + file processed. This is now required with podlators-2.0. + Branch: perl + ! installman +____________________________________________________________________________ +[ 26655] By: steveh on 2006/01/05 09:21:52 + Log: Reorder changes made in change 26630 + + (Keep the order in win32/config.* and win32/config_H.* the same as in + Configure and config_H.SH for easier diffing) + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 26654] By: steveh on 2006/01/04 17:57:14 + Log: Run regen.pl (Just updating copyright years) + Branch: perl + ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h + ! proto.h +____________________________________________________________________________ +[ 26653] By: steveh on 2006/01/04 17:49:38 + Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when + PERL_IMPLICIT_CONTEXT is not defined + + Fixes non-threaded build errors on Win32 following change 26523 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 26652] By: rgs on 2006/01/04 17:19:37 + Log: More copyright updates + Branch: perl + ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c + ! pp_pack.c sv.h thread.h universal.c xsutils.c +____________________________________________________________________________ +[ 26651] By: rgs on 2006/01/04 16:50:47 + Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them + From: Jim Cromie + Date: Tue, 03 Jan 2006 23:18:09 -0700 + Message-ID: <43BB68A1.7060708@gmail.com> + + With syntactic tweaks to the test file + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 26650] By: gisle on 2006/01/04 16:42:03 + Log: Move all the xxxpvs() macros to handy.h. + This brings them closer to STR_WITH_LEN. Besides only half + of them were sv-related after change 26649. + Branch: perl + ! handy.h sv.h +____________________________________________________________________________ +[ 26649] By: gisle on 2006/01/04 16:15:34 + Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads. + Can't use STR_WITH_LEN() as argument to a macro :-( + Branch: perl + ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c +____________________________________________________________________________ +[ 26648] By: gisle on 2006/01/04 14:23:20 + Log: Add an extra NUL so that we can use sv_catpvs() + for "our @F=split..." and get rid of 15 and the + explaination for why it's there. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26647] By: gisle on 2006/01/04 14:10:34 + Log: Get rid of hardcoded string length. + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 26646] By: gisle on 2006/01/04 14:04:16 + Log: Introduce newSVpvs_share() macro. + Gets rid of some hardcoded string lengths. + Branch: perl + ! op.c perl.c sv.h +____________________________________________________________________________ +[ 26645] By: gisle on 2006/01/04 13:53:16 + Log: Get rid of a few more hardcoded string lengths. + Branch: perl + ! locale.c mg.c perl.c perlio.c sv.c +____________________________________________________________________________ +[ 26644] By: stevep on 2006/01/04 13:13:50 + Log: Update copyright year. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26643] By: rgs on 2006/01/04 13:02:18 + Log: Fix some compilation warnings + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26642] By: gisle on 2006/01/04 13:00:45 + Log: Get rid of a few more hardcoded string lengths. + Branch: perl + ! gv.c perl.c perlio.c pp_sys.c +____________________________________________________________________________ +[ 26641] By: gisle on 2006/01/04 12:48:34 + Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). + Gets rid of many hardcoded string lengths. + Branch: perl + ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c + ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c + ! xsutils.c +____________________________________________________________________________ +[ 26640] By: gisle on 2006/01/04 12:35:45 + Log: Removed unused part of string passed to sv_catpvn(). + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26639] By: stevep on 2006/01/04 12:31:17 + Log: Updates to various configurations courtesy of Jarkko. + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.sh + ! wince/config.ce +____________________________________________________________________________ +[ 26638] By: stevep on 2006/01/04 12:19:49 + Log: Don't warn about invalid dirhandles in DirHandle::DESTROY(). + Branch: perl + ! lib/DirHandle.pm +____________________________________________________________________________ +[ 26637] By: steveh on 2006/01/04 11:10:36 + Log: Make Borland and MinGW happy with change 26379 + + (They both complain "invalid conversion from `void*' to `HWND__*'" + otherwise) + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 26636] By: gisle on 2006/01/04 10:46:42 + Log: Fix typo in comment. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 26635] By: gisle on 2006/01/04 10:44:48 + Log: Introduce STR_WITH_LEN macro in the form suggested by Chip. + Branch: perl + ! handy.h toke.c +____________________________________________________________________________ +[ 26634] By: steveh on 2006/01/04 10:39:13 + Log: Workaround Win32 compiler bugs following change 26395 + + Can't understand what VC++ 6 and Borland don't like about it. There + is similar code for SvMAGIC and SvSTASH already in sv.h. Must be + compiler bugs since VC++ 7 and MinGW (and compilers on other platforms) + are all happy. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 26633] By: gisle on 2006/01/04 10:25:42 + Log: Silence compiler warning; ref change 26598 + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26632] By: stevep on 2006/01/04 03:43:20 + Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26631] By: stevep on 2006/01/04 03:31:08 + Log: Add warnings for the various other *dir() functions when attempted + on invalid dirhandles. + Branch: perl + ! pod/perldiag.pod pp_sys.c +____________________________________________________________________________ +[ 26630] By: stevep on 2006/01/04 02:47:39 + Log: Add snprintf() and vsnprintf() to the various Win32 configuration + files. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 26625] By: stevep on 2006/01/03 20:03:49 + Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug + From: Mike Guy + Date: Tue, 03 Jan 2006 19:18:41 +0000 + Message-Id: + Branch: perl + ! pod/perlobj.pod +____________________________________________________________________________ +[ 26623] By: nicholas on 2006/01/03 19:38:24 + Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise + the NV only if the new body has an NV. (D'oh!) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26617] By: stevep on 2006/01/03 18:14:27 + Log: Attemting to readdir() something that isn't a dirhandle should cause + a warning. + Branch: perl + ! pod/perldiag.pod pp_sys.c +____________________________________________________________________________ +[ 26608] By: steveh on 2006/01/03 15:57:18 + Log: Fix release mode builds following change 26598 + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 26607] By: stevep on 2006/01/03 15:56:19 + Log: perldiag.pod additions to go with change #26602. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26606] By: merijn on 2006/01/03 15:46:10 + Log: Add probe for snprintf () and vsnprintf () + + Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness) + From: Steve Peters + Date: Mon, 2 Jan 2006 09:37:27 -0600 + Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org> + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 26605] By: rgs on 2006/01/03 15:42:19 + Log: Update perldelta, up to change 25344 more or less. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26602] By: stevep on 2006/01/03 14:58:21 + Log: Bad symbols that are pretending to be dirhandles, should say they + are dirhandles in their error messages. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26601] By: rgs on 2006/01/03 14:10:04 + Log: Sync perlfaq. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 26598] By: davem on 2006/01/03 12:29:38 + Log: silence some compiler warnings + Branch: perl + ! cop.h toke.c +____________________________________________________________________________ +[ 26595] By: rgs on 2006/01/03 10:09:39 + Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them + From: Jim Cromie + Date: Mon, 02 Jan 2006 15:06:48 -0700 + Message-ID: <43B9A3F8.8060609@gmail.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 26594] By: rgs on 2006/01/03 09:33:59 + Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs + From: Stephen McCamant + Date: Mon, 2 Jan 2006 18:52:24 -0800 + Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 26593] By: rgs on 2006/01/03 09:23:24 + Log: Subject: [patch@26561] utf8.c const issue. + From: "John E. Malmberg" + Date: Mon, 02 Jan 2006 14:16:02 -0500 + Message-ID: <43B97BF2.2050201@qsl.net> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 26592] By: rgs on 2006/01/03 09:02:04 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Tue, 03 Jan 2006 00:33:27 +0100 + Message-ID: <87u0cm433s.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 26591] By: davem on 2006/01/03 02:20:28 + Log: ithreads: SVs that were only on the tmps stack leaked + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26589] By: nicholas on 2006/01/02 22:52:03 + Log: The two never used NOTYET switch ops can go. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26587] By: davem on 2006/01/02 21:50:55 + Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors + (change #25775 wasn't complete) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26586] By: nicholas on 2006/01/02 20:48:30 + Log: More missing AUTHORS + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26581] By: craigb on 2006/01/02 19:22:52 + Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C + From: "John E. Malmberg" Date: Mon, 02 Jan 2006 14:05:43 -0500 Message-id: <43B97987.70201@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26580] By: nicholas on 2006/01/02 18:48:13 + Log: Erk! craigb's changes come out of p4 with ^Ms as line endings. + Long term, need to fix the update changes script to cope. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26579] By: nicholas on 2006/01/02 18:44:14 + Log: More missing AUTHORS + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26578] By: nicholas on 2006/01/02 17:04:55 + Log: Fix up missing and duplicate AUTHORS + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26576] By: rgs on 2006/01/02 15:54:25 + Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them + From: Jim Cromie + Date: Sun, 01 Jan 2006 23:05:00 -0700 + Message-ID: <43B8C28C.20502@gmail.com> + Branch: perl + + ext/B/t/optree_constants.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 26574] By: rgs on 2006/01/02 15:19:59 + Log: Since we no longer autovivify stashes (change #26370), we need + to turn off strict-refs on them, or we'll have a stricture + error the first time we'd try to access them (when they'll be + actually autovivified). + Branch: perl + ! op.c t/op/stash.t +____________________________________________________________________________ +[ 26573] By: rgs on 2006/01/02 14:57:18 + Log: Documentation fix for File::Temp::new + + Subject: [perl #38127] Bug in perldoc File::Temp + From: pm@capmon.dk (via RT) + Date: Mon, 02 Jan 2006 02:48:41 -0800 + Message-ID: + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 26572] By: nicholas on 2006/01/02 14:43:37 + Log: Happy New Year. (It's not just embed.pl). + Branch: perl + ! README opcode.pl perl.c reentr.pl +____________________________________________________________________________ +[ 26571] By: stevep on 2006/01/02 14:24:58 + Log: Note that the "unlink"ing directories is attempted when running as a + superuser, and that some operating systems may not support it. + Branch: perl + ! pod/perlfunc.pod pod/perlrun.pod +____________________________________________________________________________ +[ 26570] By: nicholas on 2006/01/02 12:19:51 + Log: Typo fix in the description of change 26370. + (Also corrected in the repository) + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26569] By: davem on 2006/01/02 12:09:37 + Log: add svt_local slot to magic vtable, and fix local $shared + Branch: perl + ! ext/threads/shared/shared.xs mg.c mg.h +____________________________________________________________________________ +[ 26565] By: nicholas on 2006/01/02 11:48:28 + Log: Add 2006 to the copyright years in the header generated by embed.pl + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 26564] By: rgs on 2006/01/02 11:20:25 + Log: Subject: [patch] comment grammar and indentation, spurious tab + From: Jim Cromie + Date: Fri, 30 Dec 2005 22:45:55 -0700 + Message-ID: <43B61B13.3050704@gmail.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26563] By: rgs on 2006/01/02 11:04:37 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sun, 01 Jan 2006 10:12:46 +0100 + Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 26562] By: rgs on 2006/01/02 10:56:05 + Log: Update copyrights for files modified in 2006 + Branch: perl + ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c + ! regcomp.c regexec.c sv.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26561] By: gisle on 2006/01/01 20:43:00 + Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26558] By: merijn on 2006/01/01 10:42:16 + Log: Subject: [PATCH] Making 0 pointers to NULLs + From: Andy Lester + Date: Fri, 30 Dec 2005 23:05:58 -0600 + Message-ID: <20051231050558.GA29093@petdance.com> + Branch: perl + ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c + ! regcomp.c regexec.c sv.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26556] By: merijn on 2006/01/01 10:23:19 + Log: Subject: [PATCH] Making 0 pointers to NULLs + From: Andy Lester + Date: Fri, 30 Dec 2005 23:05:58 -0600 + Message-ID: <20051231050558.GA29093@petdance.com> + Branch: perl + ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c + ! regcomp.c regexec.c sv.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26555] By: davem on 2005/12/31 23:24:26 + Log: make threads use MY_CXT API rather than using PL_modglobal + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 26554] By: davem on 2005/12/31 21:36:05 + Log: tidy index arrangements in new MY_CXT code + Branch: perl + ! intrpvar.h sv.c util.c +____________________________________________________________________________ +[ 26553] By: stevep on 2005/12/31 18:45:37 + Log: Upgrade to CPAN-1.80_57 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t +____________________________________________________________________________ +[ 26552] By: nicholas on 2005/12/31 17:24:34 + Log: Turn a for loop that's almost a while into an honest-to-goodness while. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26551] By: nicholas on 2005/12/31 16:57:32 + Log: Calling Perl_hv_clear_placeholders while the hash iterator was active + would turn lazy delete on, causing the hash to become corrupted at the + next iterator change. + Branch: perl + ! hv.c lib/Hash/Util.t +____________________________________________________________________________ +[ 26550] By: nicholas on 2005/12/31 16:42:08 + Log: Remove unneeded test in Perl_hv_clear_placeholders. + Rejig S_hfreeentries to a double loop, which is clearer and smaller. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26549] By: rgs on 2005/12/31 15:24:48 + Log: Subject: [PATCH] op/pack.t failure on Win64 + From: Jan Dubois + Date: Dec 30, 2005 9:55 PM + Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 26548] By: nicholas on 2005/12/31 15:07:16 + Log: Add a test for change 26547. (We no longer expect to see errors about + unbalanced string table reference counts.) + Branch: perl + ! t/op/stash.t +____________________________________________________________________________ +[ 26547] By: nicholas on 2005/12/31 14:57:27 + Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it. + Panic if we seem to be looping forever. + Branch: perl + ! hv.c pod/perldiag.pod +____________________________________________________________________________ +[ 26546] By: nicholas on 2005/12/31 13:16:06 + Log: Stop 'sub a { // }; %::=()' panicing because the backreference array + became lost. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26545] By: nicholas on 2005/12/30 22:44:06 + Log: Marcus Holland-Moritz suggested that assert should + Perl_croak_nocontext rather than Perl_croak. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 26544] By: nicholas on 2005/12/30 20:02:56 + Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string + scalar, and hence avoid thrashing the shared string table for "main". + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26543] By: stevep on 2005/12/30 17:47:45 + Log: Convert t/op/sleep.t to using test.pl + Branch: perl + ! t/op/sleep.t +____________________________________________________________________________ +[ 26542] By: nicholas on 2005/12/30 16:53:39 + Log: Document why it's a bad plan to move the backreferences array from + the magic structure to the hv_aux structure during backreference + deletion. Add an optimisation for an empty backreference array. + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 26541] By: nicholas on 2005/12/30 15:55:05 + Log: Now that the backreference array has no NULL entries, and is correctly + marked as AvREAL_off(), there's no reason not to use sv_dup to clone + it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26540] By: nicholas on 2005/12/30 15:39:53 + Log: POSIX now declares missing constants as sub ... ();, so Net::Ping + needs to define them with a prototype to match. + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 26539] By: rgs on 2005/12/30 15:10:41 + Log: Update perltodo. First shot at perl593delta. + Branch: perl + ! pod/perl593delta.pod pod/perltodo.pod +____________________________________________________________________________ +[ 26538] By: nicholas on 2005/12/30 14:57:00 + Log: In the shared string table, if we add new entries to the head of the + linked list chain, then we don't need as much bookkeeping in the loop. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26537] By: stevep on 2005/12/30 14:39:49 + Log: Subject: [PATCH] Differences from Perl 6 + From: Robin Houston + Date: Fri, 30 Dec 2005 13:45:34 +0000 + Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 26536] By: rgs on 2005/12/30 12:25:24 + Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS + From: Rafael Garcia-Suarez + Date: Mon, 12 Dec 2005 19:22:32 +0100 + Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com> + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 26535] By: davem on 2005/12/30 12:21:05 + Log: fix errors in new MY_CTX code + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 26534] By: rgs on 2005/12/30 11:57:14 + Log: Reduce size of buffers for identifier names, as suggested in + + Subject: Stack usage (in gv_stashpvn and others) + From: Tels + Date: Thu, 29 Dec 2005 18:40:49 +0100 + Message-Id: <200512291840.50765@bloodgate.com> + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26533] By: rgs on 2005/12/30 11:43:42 + Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv() + From: Tels + Date: Thu, 29 Dec 2005 18:57:43 +0100 + Message-Id: <200512291857.59458@bloodgate.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 26532] By: rgs on 2005/12/30 10:40:31 + Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn + From: Tels + Date: Thu, 29 Dec 2005 18:32:10 +0100 + Message-Id: <200512291832.20651@bloodgate.com> + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26531] By: rgs on 2005/12/30 09:53:54 + Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined + (spotted by Jan Dubois) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 26530] By: nicholas on 2005/12/30 01:08:46 + Log: RMAGIC on symbol tables is bad, m'kay. + Allow hashes (and therefore all symbol tables) to store the + backreference array in the hv_aux structure, and thereby undo the + performance damage of 24966, which resulted in 60% of all hash lookups + trying to mg_find tiehash magic. + Branch: perl + ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c +____________________________________________________________________________ +[ 26529] By: davem on 2005/12/30 01:06:05 + Log: change #26523 didn't make my_cxt_init public + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 26528] By: rgs on 2005/12/29 17:32:21 + Log: Subject: [PATCH] $a = \$a oddity + From: Tels + Date: Thu, 29 Dec 2005 18:01:42 +0100 + Message-Id: <200512291802.00742@bloodgate.com> + + plus trim some whitespace + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 26527] By: rgs on 2005/12/29 15:59:30 + Log: Subject: [PATCH] Actual real consting of parms + From: Andy Lester + Date: Thu, 29 Dec 2005 01:15:09 -0600 + Message-ID: <20051229071509.GA32653@petdance.com> + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 26526] By: rgs on 2005/12/29 15:32:42 + Log: Subject: [PATCH] av.c cleanup, plus! + From: Andy Lester + Date: Wed, 28 Dec 2005 15:44:14 -0600 + Message-ID: <20051228214414.GD26033@petdance.com> + Branch: perl + ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 26525] By: rgs on 2005/12/29 14:32:09 + Log: Fix test for perl version number in Makefile.PL + Branch: perl + ! ext/Sys/Syslog/Makefile.PL +____________________________________________________________________________ +[ 26524] By: rgs on 2005/12/29 14:17:38 + Log: Subject: [PATCH] Fixing the SVREFCNT macro + From: Andy Lester + Date: Wed, 28 Dec 2005 13:30:51 -0600 + Message-ID: <20051228193051.GD23207@petdance.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 26523] By: davem on 2005/12/29 12:00:29 + Log: re-implement MY_CXT API more efficiently, and add explicit + interpeter arg variant + Branch: perl + ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs + ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h + ! sv.c util.c +____________________________________________________________________________ +[ 26522] By: davem on 2005/12/29 11:35:04 + Log: add tests for MY_CXT API and improve its documentation + Branch: perl + + ext/XS/APItest/t/my_cxt.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! pod/perlxs.pod +____________________________________________________________________________ +[ 26521] By: rgs on 2005/12/29 10:21:23 + Log: Subject: [PATCH] Test that constant overloading is propagated into eval + From: Robin Houston + Date: Mon, 26 Dec 2005 17:56:48 +0000 + Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk> + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 26520] By: rgs on 2005/12/29 10:11:56 + Log: Subject: [DOC PATCH] rindex clarification + From: Yitzchak Scott-Thoennes + Date: Mon, 26 Dec 2005 18:42:40 -0800 + Message-ID: <20051227024240.GA2940@efn.org> + + plus another formatting nit + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26519] By: craigb on 2005/12/29 03:49:58 + Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems From: "Craig A. Berry" Date: Tue, 27 Dec 2005 17:59:35 -0600 Message-id: <43B1D567.9080504@mac.com> + Branch: perl + ! lib/Pod/Simple/Search.pm + ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod +____________________________________________________________________________ +[ 26518] By: nicholas on 2005/12/29 00:19:01 + Log: A GVs stash can be NULL, so don't call macros that assume otherwise + without checking. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 26517] By: nicholas on 2005/12/28 19:40:26 + Log: As the backreferences AV doesn't hold references on its contents, + surely it should have AvREAL turned off? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26516] By: nicholas on 2005/12/28 13:35:03 + Log: PL_amagic_generation is always non-zero, so remove the test for this. + (Since change 17990 added version object overloading) + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 26515] By: stevep on 2005/12/28 13:31:02 + Log: Upgrade to Sys-Syslog-0.11 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 26514] By: gisle on 2005/12/28 13:25:30 + Log: Cleanup; replace a croak("panic: ...") with assert(). + Branch: perl + ! av.c +____________________________________________________________________________ +[ 26513] By: gisle on 2005/12/28 13:12:30 + Log: assert(av); Cleanup the way that the av_*() functions check + that they are really passed an av argument. + Should improve the test coverage a bit. + Branch: perl + ! av.c pod/perldiag.pod +____________________________________________________________________________ +[ 26512] By: gisle on 2005/12/28 12:38:03 + Log: Use memchr() instead of ninstr() to locate the end-of-line. + The call to memchr() will faster. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26511] By: gisle on 2005/12/28 12:18:58 + Log: Leaner ninstr(). + The compiled function ended up 37% smaller on Linux/gcc. + I ought to be faster as well, but I did not try to measure that. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26510] By: gisle on 2005/12/28 11:01:46 + Log: Remove test for NUL ending in r?instr(). + This test is actually harmful because we will search + for any garbage found past the empty search string. + Ref change 26509. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26509] By: gisle on 2005/12/28 10:57:46 + Log: Fix 2 off-by-one errors in the call to ninstr(). + This code managed to still work because of a bug + in how ninstr() treats empty search strings. + Branch: perl + ! ext/Filter/Util/Call/Call.xs +____________________________________________________________________________ +[ 26508] By: stevep on 2005/12/28 03:27:13 + Log: Upgrade to PathTools-3.15 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 26507] By: nicholas on 2005/12/27 23:39:42 + Log: s/%/%%/ in the package name so that it can be used safely in the + sprintf format string (and hence not need runtime %s interpolation) + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26506] By: nicholas on 2005/12/27 22:19:28 + Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs + Prototype all the missing constants, so that parsing doesn't depend on + the phase of the moon. (Well, the system headers) + Add an option for making missing constants generate errors at read time + (which can be during constant folding). This isn't the default. + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26505] By: stevep on 2005/12/27 22:07:44 + Log: Subject: [PATCH] pre-likely cleanup + From: Andy Lester + Date: Tue, 27 Dec 2005 14:39:39 -0600 + Message-ID: <20051227203939.GC1781@petdance.com> + + Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h. + Branch: perl + ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c +____________________________________________________________________________ +[ 26504] By: stevep on 2005/12/27 18:36:19 + Log: It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 26503] By: nicholas on 2005/12/27 17:33:13 + Log: gv_fetch_flags in newATTRSUB can actually be const. + Comment the logic behind the terms in the ternary that chooses the + flags value. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26502] By: nicholas on 2005/12/27 17:24:11 + Log: As what we're doing is generating subroutines, which are methods, we + need to invalidate cached methods. For constant.pm we need to create + &Internals::inc_sub_generation + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c +____________________________________________________________________________ +[ 26501] By: stevep on 2005/12/27 14:10:20 + Log: Subject: [patch] ext/b/t/lint.t fails on win32 + From: demerphq + Date: Fri, 23 Dec 2005 20:06:52 +0100 + Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com> + Branch: perl + ! ext/B/t/lint.t +____________________________________________________________________________ +[ 26500] By: nicholas on 2005/12/27 12:02:57 + Log: Refactor the require failure message generation to use 1 less temporary + SV, and to build as much text as possible with newSVpvf + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26499] By: nicholas on 2005/12/27 00:29:33 + Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about + any -j flags. (And their implied disabling of backwards compatibility, + which is the real cause of the make disttest failure). + Branch: perl + ! lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 26498] By: nicholas on 2005/12/26 23:52:44 + Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is. + Or whether it could be relaxed. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26497] By: nicholas on 2005/12/26 23:50:14 + Log: Remove the hard wired test numbers in the generated test script for + simple tests. Use this script twice, firstly for testing the old style + autoloaded constants, then for testing the ProxySubs. + Make testing the dogfood/regeneration code optional, as the ProxySubs + output doesn't contain it. + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 26496] By: nicholas on 2005/12/26 23:48:00 + Log: Support type UNDEF, and correct a bug in the macro generation by using + macro_from_item. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26495] By: nicholas on 2005/12/26 23:47:01 + Log: Add method macro_from_item to encapsulate the entire logic for getting + the correct macro direct from the item hash. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm +____________________________________________________________________________ +[ 26494] By: nicholas on 2005/12/26 23:10:53 + Log: Don't try to store PL_sv_undef in pads. (For now) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26493] By: stevep on 2005/12/26 22:01:49 + Log: Upgrade to CPAN-1.80_56 + Branch: perl + + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE + ! lib/CPAN/bin/cpan +____________________________________________________________________________ +[ 26492] By: stevep on 2005/12/26 17:29:13 + Log: In this, the last tale of the NGROUPS saga, a former pumpking prods + a mere committer to remove the last of the NGROUPS-sized arrays... + + Perl_magic_set() was using the last of these arrays to do the + lvalue work on $). Instead of an array, a pointer is used and + re-sized as needed. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26491] By: nicholas on 2005/12/26 17:01:35 + Log: Add a couple of newlines for tidier regen output, consistent with the + code generated by WriteConstants() + Branch: perl + ! lib/ExtUtils/Constant/XS.pm +____________________________________________________________________________ +[ 26490] By: nicholas on 2005/12/26 16:13:57 + Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants, + to allow the caller to pass in file handles. Use this in Contant.t + with tied file handles to capture the output, rather than calling + the lower level routines directly. + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 26489] By: stevep on 2005/12/26 16:08:49 + Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def + From: Jim Cromie + Date: Mon, 26 Dec 2005 07:57:51 -0700 + Message-ID: <43B004EF.8060500@gmail.com> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26488] By: nicholas on 2005/12/26 12:48:10 + Log: The values for proxy constant subroutines need to be read only. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26487] By: nicholas on 2005/12/26 12:31:01 + Log: Rework constant.pm to take advantage of the space savings of proxy + constant subroutines whenever it can. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 26486] By: stevep on 2005/12/26 03:51:24 + Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux. + Adapt change #26480 to reduce memory usage here as well. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26485] By: nicholas on 2005/12/24 16:27:28 + Log: The value from caller doesn't change, so my $pkg = caller; + should be moved out of the loop. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 26484] By: nicholas on 2005/12/24 16:06:10 + Log: Tests for creating constants where prototypes or other symbols of the + same name already exist. + Branch: perl + ! lib/constant.t +____________________________________________________________________________ +[ 26483] By: nicholas on 2005/12/24 15:09:28 + Log: Using a hash reference rather than a hash can save a hash copy. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 26482] By: nicholas on 2005/12/24 14:48:42 + Log: Unless the peephole optimiser already knows that we're in void context, + avoid even attempting the whole proxy constant sub copying + optimisation. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26481] By: nicholas on 2005/12/24 14:09:56 + Log: Given that IO::Socket is documented as exporting all of Socket's + exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to + use both. (And re-exporting removes some of the efficiency of the new + constants implementation) + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm +____________________________________________________________________________ +[ 26480] By: stevep on 2005/12/24 03:30:02 + Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory + From: Jim Cromie + Date: Fri, 23 Dec 2005 13:24:29 -0700 + Message-ID: <43AC5CFD.3060200@gmail.com> + + Includes a change in variable names from "j" to "num_groups". + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26479] By: nicholas on 2005/12/24 00:01:50 + Log: Looks like the macro CLK_TCK is not actually a constant on Solaris. + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 26478] By: nicholas on 2005/12/23 17:30:19 + Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block + being shrunk in realloc() + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26477] By: nicholas on 2005/12/23 17:24:44 + Log: For the rare case of EMFILE during require, save object code space + by using newSVpvf + (Would it be worth using it for all require failures?) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26476] By: nicholas on 2005/12/23 16:55:35 + Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all + over memory to invalidate it just before free()ing it. + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 26475] By: nicholas on 2005/12/23 16:20:53 + Log: Provide support for types PVN and UNDEF in + ExtUtils::Constant::ProxySubs + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26474] By: nicholas on 2005/12/23 15:27:10 + Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that + other information can be stored in it. + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 26473] By: nicholas on 2005/12/23 13:54:37 + Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives + in #INCLUDEs work. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 26472] By: nicholas on 2005/12/23 12:21:19 + Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its + use in Sys::Syslog + Branch: perl + ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26471] By: nicholas on 2005/12/23 12:01:29 + Log: inlining autoloaded constants is TODOne. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 26470] By: nicholas on 2005/12/23 11:36:43 + Log: Now that proxy subroutines can be unproxied in 2 places without + becoming the same newCONSTSUB, need an explicit check to avoid a + warning about subroutines being redefined, as there has never been + a warning when you assing the same subroutine to a glob's GvCV() + Branch: perl + ! sv.c t/op/gv.t +____________________________________________________________________________ +[ 26469] By: nicholas on 2005/12/23 11:35:21 + Log: like and unlike weren't reporting failure where correctly in test.pl + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 26468] By: rgs on 2005/12/23 11:06:34 + Log: Fix build of Compress::Zlib on MVS (by Paul Marquess) + Branch: perl + ! ext/Compress/Zlib/zlib-src/zconf.h +____________________________________________________________________________ +[ 26467] By: rgs on 2005/12/23 10:13:30 + Log: Clarify example of .. in perlop + to fix [perl #38008] Documentation bug: perlop + plus some minor formatting nits + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26466] By: rgs on 2005/12/23 09:21:09 + Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions + From: chromatic + Date: Dec 22, 2005 8:58 PM + Message-Id: <200512221158.54474.chromatic@wgz.org> + Branch: perl + ! lib/UNIVERSAL.pm +____________________________________________________________________________ +[ 26465] By: nicholas on 2005/12/23 01:38:01 + Log: Need to be more careful with the symbol table manipulation - if there + is already an entry in place, back off and generate a real constant + subroutine. (fixes lib/Net/hostent.t failure) + Fix a bug with how hv_store was being called. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26464] By: nicholas on 2005/12/23 01:09:05 + Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL + aren't constants on (at least some) Linux. + And more evil than that, HUGE_VAL likes to use the C preprocessor + in its value, necessitating use of a temporary. + Branch: perl + ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26463] By: nicholas on 2005/12/23 00:37:04 + Log: Use inlineable proxy constant subs for Socket + Branch: perl + ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26462] By: stevep on 2005/12/23 00:28:54 + Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 26461] By: nicholas on 2005/12/23 00:27:50 + Log: Subject: [PATCH] Speed up Perl_sv_derived_from + From: Andy Lester + Message-ID: <20051222220044.GH4370@petdance.com> + Date: Thu, 22 Dec 2005 16:00:44 -0600 + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 26460] By: nicholas on 2005/12/23 00:18:49 + Log: Create a sub LC_ALL with the correct prototype. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 26459] By: nicholas on 2005/12/23 00:18:27 + Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags, + and some constants are mentioned in multiple tags). + Should this logic be in Exporter::Heavy? + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 26458] By: stevep on 2005/12/23 00:10:25 + Log: Make hostname.t deal with undefined or blank hostnames and domain + names. + Branch: perl + ! lib/Net/t/hostname.t +____________________________________________________________________________ +[ 26457] By: stevep on 2005/12/23 00:06:58 + Log: Fix for pod2man() in ExtUtils::Command::MM to work with + the Pod::Man 2.04. + Branch: perl + ! lib/ExtUtils/Command/MM.pm +____________________________________________________________________________ +[ 26456] By: nicholas on 2005/12/23 00:06:52 + Log: Subject: [PATCH] Speedup (rn|n)?instr + From: Andy Lester + Message-ID: <20051222223839.GI4370@petdance.com> + Date: Thu, 22 Dec 2005 16:38:39 -0600 + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26455] By: nicholas on 2005/12/22 23:57:27 + Log: Use inlineable proxy constant subs for POSIX. + There may be trouble ahead, as it seems that not all POSIX "constants" + are. I wonder if too many systems are going to have too many + variations to make this viable. + Branch: perl + ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26454] By: nicholas on 2005/12/22 23:43:22 + Log: Missing ; in Tie::File + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/00_version.t +____________________________________________________________________________ +[ 26453] By: nicholas on 2005/12/22 21:02:19 + Log: Make ExtUtils::Constant generate the inlineable proxy constant subs. + So far just enough to make Fcntl work. + Branch: perl + + lib/ExtUtils/Constant/ProxySubs.pm + ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 26452] By: rgs on 2005/12/22 19:37:42 + Log: Compilation help for EBCDIC platforms, from Jarkko, + tested by Rajarshi Das + Branch: perl + ! utf8.h +____________________________________________________________________________ +[ 26451] By: nicholas on 2005/12/22 19:00:52 + Log: Break out the code to generate #ifdef/#endif into new methods + macro_to_ifdef and macro_to_endif + Add an args hashref to normalise_items; provide a + disable_utf8_duplication argument to disable the utf8 duplication code. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 26450] By: rgs on 2005/12/22 17:09:59 + Log: Subject: [PATCH] Ho! Ho! Ho! Santa brings consting! + From: Andy Lester + Date: Thu, 22 Dec 2005 10:57:17 -0600 + Message-ID: <20051222165717.GA2874@petdance.com> + Branch: perl + ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c + ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c +____________________________________________________________________________ +[ 26449] By: nicholas on 2005/12/22 17:01:33 + Log: Break out the item normalisation code into a method normalise_items. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 26448] By: nicholas on 2005/12/22 15:43:20 + Log: Regression tests for proxy subroutine glob assignment. + Fix a bug (it turns out that a typeglob isn't SvOK()) + Remove stray debugging code. + Branch: perl + ! pp_hot.c t/op/gv.t +____________________________________________________________________________ +[ 26447] By: rgs on 2005/12/22 14:55:52 + Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL + From: Robin Houston + Date: Thu, 22 Dec 2005 11:54:55 +0000 + Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk> + Branch: perl + ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h + ! t/comp/hints.t +____________________________________________________________________________ +[ 26446] By: nicholas on 2005/12/22 11:23:34 + Log: Add an optimisation to allow proxy constant subroutines to be copied + as proxy constant subroutines in a new symbol table where possible. + (Rather than converting them to full blown constant subroutines and + instantiating 2 typeglobs) + Branch: perl + ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c +____________________________________________________________________________ +[ 26445] By: rgs on 2005/12/22 11:13:25 + Log: Regenerate Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26444] By: gisle on 2005/12/22 10:42:36 + Log: Remove unused variable 'stash' since change 26437. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26443] By: rgs on 2005/12/22 10:32:17 + Log: Regenerate perlapi.pod. + Fix indentation of code examples in perlsyn. + Branch: perl + ! pod/perlapi.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 26442] By: rgs on 2005/12/22 10:10:04 + Log: Subject: [PATCH] switch / ~~ doccos + From: Robin Houston + Date: Wed, 21 Dec 2005 13:51:18 +0000 + Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 26441] By: merijn on 2005/12/22 07:02:37 + Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file + From: "Jan Dubois" + Date: Wed, 21 Dec 2005 15:04:30 -0800 + Message-ID: <06c701c60682$e650adc0$d563a8c0@candy> + Branch: perl + ! win32/config.vc64 +____________________________________________________________________________ +[ 26440] By: stevep on 2005/12/22 03:08:59 + Log: Add documentation for method domainname() in Net::Domain. Add some + additional tests for Net::Domain. Also, since it is tested, remove + test case from lib/1_compile.t. One step closer to $500. + Branch: perl + ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t +____________________________________________________________________________ +[ 26439] By: nicholas on 2005/12/21 22:40:04 + Log: Avoid negating an unsigned value. (The offset in the SV body table) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26438] By: nicholas on 2005/12/21 21:20:23 + Log: For consistency sv_2cv should not leave the stash pointer uninitialised + for some cases. Although it seems that only pp_sort pays any attention + to it, of all the code on CPAN. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26437] By: nicholas on 2005/12/21 20:38:42 + Log: Localise the stash variable in pp_entersub(). + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26436] By: nicholas on 2005/12/21 19:37:48 + Log: Undo my goto spaghetti from change 18340 - what we really need are + hints to compilers about likey/unlikely branches. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26435] By: stevep on 2005/12/21 19:04:37 + Log: Add tests for untested math functions in POSIX + Branch: perl + + ext/POSIX/t/math.t + ! MANIFEST +____________________________________________________________________________ +[ 26434] By: nicholas on 2005/12/21 18:34:03 + Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv, + so it is a bitmap of flag bits rather than simple TRUE/FALSE. + Branch: perl + ! mg.c pp.c pp_hot.c sv.c +____________________________________________________________________________ +[ 26433] By: rgs on 2005/12/21 17:07:05 + Log: Remove switch from perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 26432] By: rgs on 2005/12/21 16:16:19 + Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch + From: Robin Houston + Date: Wed, 21 Dec 2005 11:00:08 +0000 + Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> + Branch: perl + + t/lib/feature/err + ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm + ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod + ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op + ! t/op/dor.t t/run/switches.t toke.c +____________________________________________________________________________ +[ 26431] By: rgs on 2005/12/21 11:12:32 + Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically + based on copying part of change #22196 from do_chomp() to do_chop(). + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 26430] By: rgs on 2005/12/21 09:23:05 + Log: Subject: [PATCH] Fix bug in change #26379 + From: "Jan Dubois" + Date: Tue, 20 Dec 2005 16:42:24 -0800 + Message-ID: <046001c605c7$69470290$d563a8c0@candy> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 26429] By: nicholas on 2005/12/20 23:12:17 + Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the + descriptive comment to include them. + Branch: perl + ! op.h +____________________________________________________________________________ +[ 26428] By: rgs on 2005/12/20 20:50:26 + Log: Remove some hardcoded references to ./perl in tests + Branch: perl + ! t/op/closure.t t/op/magic.t t/run/runenv.t +____________________________________________________________________________ +[ 26427] By: nicholas on 2005/12/20 20:13:12 + Log: Take care in toke.c not to convert constant subroutine reference + proxies into full blow PVGVs with PVCVs, and recognise them and inline + their values. Adds a new function gv_const_sv(gv) to return the value + of the constant subroutine from a GV, and adds a cv parameter to + S_intuit_method. + Branch: perl + ! embed.fnc embed.h gv.c proto.h toke.c +____________________________________________________________________________ +[ 26426] By: merijn on 2005/12/20 19:56:58 + Log: Small update on using threads on HP-UX 10.20 + 64bit is far beyond experimental by now + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 26425] By: nicholas on 2005/12/20 19:55:46 + Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables + addition of new typeglobs, and also disables initialisation of any + typeglob placeholders. Needed to make the new constant subroutine + proxy references work efficiently. + Branch: perl + ! gv.c gv.h +____________________________________________________________________________ +[ 26424] By: rgs on 2005/12/20 19:37:26 + Log: Fix typos in regular expressions + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26423] By: nicholas on 2005/12/20 16:34:27 + Log: Get the "cv" from the "gv" once, and be more careful so that we can + cope if either aren't their regular types. + cv_const_sv should verify the type of SV passed, instead of assuming + that it's a viable CV. + Branch: perl + ! op.c toke.c +____________________________________________________________________________ +[ 26422] By: nicholas on 2005/12/20 15:11:09 + Log: Croak if gv_init doesn't know how to create a typeglob from that type + of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak. + Globs are actually first class assignable objects, so test that you + can create a constant subroutine that returns one. + Branch: perl + ! gv.c pod/perldiag.pod t/op/gv.t +____________________________________________________________________________ +[ 26421] By: rgs on 2005/12/20 14:54:10 + Log: POD nits on B::Lint + Branch: perl + ! ext/B/B/Lint.pm +____________________________________________________________________________ +[ 26420] By: rgs on 2005/12/20 14:48:34 + Log: Subject: Re: Pluggable lint patch + From: Joshua ben Jore + Date: Mon, 19 Dec 2005 09:22:04 -0600 + Message-ID: + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 26419] By: gisle on 2005/12/20 14:39:22 + Log: Make perlivp skip the *.ph tests by default, since these + files are normally not generated. + The -a option is now needed for it to run all tests. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 26418] By: rgs on 2005/12/20 14:24:06 + Log: Subject: [TEST PATCH] %^H can now propagate into eval + From: Robin Houston + Date: Tue, 20 Dec 2005 12:06:15 +0000 + Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk> + Branch: perl + ! t/comp/hints.t +____________________________________________________________________________ +[ 26417] By: nicholas on 2005/12/20 14:10:39 + Log: Verify that the code for initialising typeglobs from other types works. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 26416] By: rgs on 2005/12/20 13:55:19 + Log: Use PTR2IV instead of casting directly + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26415] By: nicholas on 2005/12/20 13:39:01 + Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather + than a simple boolean, so passing FALSE or TRUE is bogus. + Branch: perl + ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c + ! toke.c universal.c +____________________________________________________________________________ +[ 26414] By: nicholas on 2005/12/20 12:51:21 + Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to + the block labelled keylookup. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26413] By: rgs on 2005/12/20 10:25:01 + Log: Subject: [PATCH] make failing cygwin test TODO'd + From: Yitzchak Scott-Thoennes + Date: Mon, 19 Dec 2005 03:41:12 -0800 + Message-ID: <20051219114112.GA5568@efn.org> + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26412] By: nicholas on 2005/12/19 23:47:26 + Log: In Perl_yylex, make tmp a temporary variable local to the blocks in + which it is used. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26411] By: nicholas on 2005/12/19 22:38:54 + Log: Assert that orig_keyword, gv and gvp aren't used before the main + keyword parser of Perl_yylex. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26410] By: davem on 2005/12/19 22:07:49 + Log: //g loops infinitely on tainted data + make the LHS of expr =~ /foo/g an lvalue, so that any pos magic + attached to it stays attached. + Branch: perl + ! op.c t/op/taint.t +____________________________________________________________________________ +[ 26409] By: nicholas on 2005/12/19 20:57:40 + Log: Make gv_init recognise a reference-to-something in a symbol table as + meaning a constant subroutine with that thing as it value + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26408] By: rgs on 2005/12/19 19:27:09 + Log: Fix internal broken link ; reindent code examples + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 26407] By: rgs on 2005/12/19 19:21:47 + Log: Fix typo. + Add empty lines after =items. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26406] By: rgs on 2005/12/19 19:18:48 + Log: A note on say() and ORS grabbed from Damian's Perl6::Say. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26405] By: rgs on 2005/12/19 18:43:04 + Log: Attempt at making IO::Handle backwards compatible again + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 26404] By: nicholas on 2005/12/19 18:28:03 + Log: Make sv_dump (and therefore Devel::Peek) report the value of the + constant in inlineable constant subroutines. + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 26403] By: rgs on 2005/12/19 18:20:48 + Log: sort.pm deserves a new version number + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 26402] By: rgs on 2005/12/19 18:17:19 + Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped + From: Robin Houston + Date: Dec 19, 2005 6:46 PM + Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk> + Branch: perl + ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t + ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm + ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c +____________________________________________________________________________ +[ 26401] By: rgs on 2005/12/19 16:39:44 + Log: Missing file from last change + Branch: perl + + t/lib/common.pl +____________________________________________________________________________ +[ 26400] By: rgs on 2005/12/19 16:26:15 + Log: Subject: [PATCH] latest switch/say/~~ + From: Robin Houston + Date: Sat, 17 Dec 2005 20:44:31 +0000 + Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> + Branch: perl + + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch + + t/lib/feature/say t/lib/feature/smartmatch + + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t + ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm + ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t + ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym + ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c + ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl + ! perly.act perly.h perly.tab perly.y pod/perldiag.pod + ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym + ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c +____________________________________________________________________________ +[ 26399] By: rgs on 2005/12/19 09:52:42 + Log: Un-TODO a fixed test + + Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness) + From: demerphq + Date: Sat, 17 Dec 2005 17:23:23 +0100 + Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 26398] By: rgs on 2005/12/19 09:52:03 + Log: TODO-SKIP tests must be "not ok", or else the test harness will think + it's an unexpected success + + Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness) + From: demerphq + Date: Sat, 17 Dec 2005 17:23:23 +0100 + Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 26397] By: rgs on 2005/12/18 10:23:55 + Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32. + From: demerphq Mailed-By: perl.org + Date: Dec 17, 2005 7:52 PM + Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com> + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 26396] By: craigb on 2005/12/18 00:16:42 + Log: Two test workarounds for VMS + Branch: perl + ! lib/File/Copy.t t/op/goto.t +____________________________________________________________________________ +[ 26395] By: nicholas on 2005/12/17 23:22:31 + Log: Add some paranoia to check that GP accesses aren't being done on the + wrong types of SV. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 26394] By: stevep on 2005/12/17 19:21:35 + Log: Upgrade to Time-HiRes-1.86 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26393] By: nicholas on 2005/12/17 18:50:08 + Log: Two it's => its grammar fixes. + Branch: perl + ! op.c perl.h +____________________________________________________________________________ +[ 26392] By: nicholas on 2005/12/17 18:25:59 + Log: Move and const some definitions of variables used to save errno. + Branch: perl + ! doio.c perlio.c +____________________________________________________________________________ +[ 26391] By: nicholas on 2005/12/17 17:46:06 + Log: Add t/op/negate.t to MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26390] By: nicholas on 2005/12/17 17:40:44 + Log: Pull the definition of olderrno in sv_2pv_flags into the block where + it's used. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26389] By: stevep on 2005/12/17 15:47:39 + Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383 + From: Dominic Dunlop + Date: Sat, 17 Dec 2005 15:57:54 +0100 + Message-Id: + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26388] By: stevep on 2005/12/17 15:41:38 + Log: Fix a typo and add some clarification to change #26387. + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26387] By: stevep on 2005/12/17 15:35:45 + Log: Addition documentation explaining aritmetic negation on strings. Also, + additional test cases based partially on code by Piotr Fusik in + RT #36675: -'-10' eq '+10'. + Branch: perl + + t/op/negate.t + ! pod/perlop.pod +____________________________________________________________________________ +[ 26386] By: nicholas on 2005/12/17 12:00:51 + Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26385] By: nicholas on 2005/12/17 11:44:47 + Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and + sv_2uv_flags should have been else if. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26384] By: stevep on 2005/12/17 04:03:05 + Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems + that aren't quite up to SUS3. Based on a patch by David Dyck in + RT #37960: POSIX/t/time fails bleadperl + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26383] By: stevep on 2005/12/17 01:46:58 + Log: Upgrade to Time-HiRes-1.85 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/fallback/const-c.inc + ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26382] By: nicholas on 2005/12/16 22:41:01 + Log: Typo fixes from Robin Houston in + <20051216201446.GA24709@rpc142.cs.man.ac.uk> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 26381] By: nicholas on 2005/12/16 21:54:13 + Log: s/Nullhv/NULL/g; + # Although I see that Robin is proposing to add some :-) + Branch: perl + ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c + ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c +____________________________________________________________________________ +[ 26380] By: nicholas on 2005/12/16 21:30:34 + Log: s/Nullav/NULL/g + Branch: perl + ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c + ! pp.c pp_ctl.c pp_sort.c scope.c sv.c +____________________________________________________________________________ +[ 26379] By: rgs on 2005/12/16 21:13:37 + Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check + From: Jan Dubois + Date: Dec 16, 2005 7:12 AM + Message-ID: <015901c60207$abd64210$d563a8c0@candy> + + (Without the proposed alarm.t test) + Branch: perl + ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 26378] By: nicholas on 2005/12/16 18:12:26 + Log: Perl_sv_dup should be allocating bodies based on *size*, not the + length to copy. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26377] By: nicholas on 2005/12/16 15:55:51 + Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to + add "new" tests before the end. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26376] By: davem on 2005/12/15 22:03:57 + Log: change #26373 broke threaded builds (aTHX_ now superfluous) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26375] By: stevep on 2005/12/15 18:16:20 + Log: Added test for change #26373. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26374] By: rgs on 2005/12/15 18:00:34 + Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined + Branch: perl + ! pod/perl593delta.pod pp.c t/lib/strict/refs +____________________________________________________________________________ +[ 26373] By: stevep on 2005/12/15 17:48:42 + Log: Prevent require() from attempting to open directories and block + devices. This fixes RT #24404. + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 26372] By: nicholas on 2005/12/15 17:26:52 + Log: Use PL_op_desc rather than literal strings in pp_ioctl + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26371] By: nicholas on 2005/12/15 17:26:22 + Log: Expand the comment describing the intent of change 26370, and how it + relates to change 24660. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26370] By: rgs on 2005/12/15 17:12:01 + Log: Don't autovivify stashes as soon as the lexer sees them. + This makes defined %foo::bar:: work again. + Add tests for it, remove note in perldelta about having broken it. + Branch: perl + ! pod/perl593delta.pod t/op/stash.t toke.c +____________________________________________________________________________ +[ 26369] By: nicholas on 2005/12/15 16:24:21 + Log: In Perl_apply, the name of the op can be found from PL_op_name, instead + of using local string constants. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26368] By: rgs on 2005/12/15 15:11:15 + Log: More general fix for bug [perl #37915] + Make Net::Ping::mselect return undef on error instead of -1. + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 26367] By: rgs on 2005/12/15 14:44:51 + Log: Subject: [perl #37915] Bad select error handling in Net::Ping + From: alexander_bluhm@genua.de (via RT) + Date: Tue, 13 Dec 2005 10:44:47 -0800 + Message-ID: + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 26366] By: gisle on 2005/12/15 12:34:12 + Log: Silence test output to STDERR + because it makes the 'make test' output look ugly. + Branch: perl + ! ext/Sys/Syslog/t/00-load.t +____________________________________________________________________________ +[ 26365] By: gisle on 2005/12/15 10:42:03 + Log: Subject: Re: [perl #37897] sprintf of version objects + From: John Peacock + Date: Wed, 14 Dec 2005 10:12:56 -0500 + Message-ID: <43A03678.2060700@rowman.com> + + (with some formatting tweaks and extra test cases) + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26364] By: rgs on 2005/12/15 10:04:36 + Log: Some cleanups by Jarkko (and one by myself) to check83.pl + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 26363] By: craigb on 2005/12/15 03:59:21 + Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod] + in order to avoid collisions with [.lib.Pod] + Branch: perl + ! configure.com installperl vms/descrip_mms.template +____________________________________________________________________________ +[ 26362] By: stevep on 2005/12/15 02:33:11 + Log: Reverting change #26360 and #26361 since it appears that the bugs I + thought I fixed had been previously fixed with change #25953. + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 26361] By: stevep on 2005/12/15 02:02:25 + Log: Again, FREETMPS not SAVETMPS! + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 26360] By: stevep on 2005/12/15 02:00:19 + Log: Add a missing FREETMPS to match up with a SAVETMPS. This change + fixes problems with nested sorts. (RTs #7063 and #36430). + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 26359] By: stevep on 2005/12/15 00:36:25 + Log: Upgrade to Getopt-Long-2.35 + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 26358] By: craigb on 2005/12/14 22:03:28 + Log: Using the system's utime() requires a patch to vms/vmsish.h + that has not been submitted yet. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26357] By: nicholas on 2005/12/14 16:41:33 + Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions + correctly in TAP. (or alternatively if it really wants to skip, it + needs to print ok) + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 26355] By: nicholas on 2005/12/14 15:25:39 + Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into + sv_2uv_flags, sv_2nv and sv_2pv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26354] By: nicholas on 2005/12/14 14:59:18 + Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26353] By: nicholas on 2005/12/14 14:08:24 + Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to + warn for uninitialized values. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26352] By: nicholas on 2005/12/14 13:22:14 + Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to + dupliate it in sv_2nv. Also, the final sv_upgrade is never called. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26351] By: davem on 2005/12/14 12:46:29 + Log: forgot to add new file to change #26350 + Branch: perl + + ext/threads/shared/t/blessed.t +____________________________________________________________________________ +[ 26350] By: davem on 2005/12/14 12:44:20 + Log: Subject: [perl #37919] Blessed scalar refs with threads::shared + From: "Jerry D. Hedden" (via RT) + Date: Tue, 13 Dec 2005 15:11:20 -0800 + Message-Id: + + Unlike arrays and hashes, coping blessed refs to shared scalars left + the copy unblessed + Branch: perl + ! MANIFEST ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 26349] By: steveh on 2005/12/14 12:41:02 + Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26347] By: nicholas on 2005/12/13 22:07:30 + Log: Convert range.t to test.pl + Branch: perl + ! t/op/range.t +____________________________________________________________________________ +[ 26346] By: nicholas on 2005/12/13 20:05:31 + Log: Update embed.fnc and headers after change 26345 (spotted by Rafael) + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 26345] By: nicholas on 2005/12/13 19:44:22 + Log: Inline asIV and asUV, as each is only used once, and it distracts from + the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv + and sv_2pv_flags. Add a comment noting the return path from the end of + the SvGMAGICAL case to all 4. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26344] By: craigb on 2005/12/13 17:27:48 + Log: Don't include utime.h in vms.c -- it collides with + homegroun definitions in vmsish.h. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26343] By: rgs on 2005/12/13 14:07:12 + Log: Fix realclean target for Sys::Syslog + Branch: perl + ! ext/Sys/Syslog/Makefile.PL +____________________________________________________________________________ +[ 26342] By: gisle on 2005/12/13 13:54:44 + Log: Remove tests that were not portable to 64bit ints. + Branch: perl + ! t/op/sprintf2.t +____________________________________________________________________________ +[ 26341] By: stevep on 2005/12/13 12:17:57 + Log: Renaming of some of Pod::Simple's test files to make it more 8.3 + friendly. + Branch: perl + +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt + +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt + +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt + +> lib/Pod/Simple/t/perlfaq3.pod + +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod + +> lib/Pod/Simple/t/perlvar_out.txt + - lib/Pod/Simple/t/test_junk1.pod + - lib/Pod/Simple/t/test_junk1_out.txt + - lib/Pod/Simple/t/test_junk2.pod + - lib/Pod/Simple/t/test_junk2_out.txt + - lib/Pod/Simple/t/test_old_perlcygwin.pod + - lib/Pod/Simple/t/test_old_perlcygwin_out.txt + - lib/Pod/Simple/t/test_old_perlfaq3.pod + - lib/Pod/Simple/t/test_old_perlfaq3_out.txt + - lib/Pod/Simple/t/test_old_perlvar.pod + - lib/Pod/Simple/t/test_old_perlvar_out.txt + ! MANIFEST lib/Pod/Simple/t/render.t +____________________________________________________________________________ +[ 26340] By: stevep on 2005/12/13 11:54:54 + Log: Changes to Pod::Simple's tests to get rid of the "^"s in the + directory names. + Branch: perl + + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm + + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod + + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm + + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt + + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod + + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod + + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm + + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod + + lib/Pod/Simple/t/test_lib/Blorm.pm + + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt + + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm + + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm + + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod + + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm + + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt + + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod + + lib/Pod/Simple/t/test_lib/pod/perlthang.pod + + lib/Pod/Simple/t/test_lib/squaa.pm + + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod + + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm + + lib/Pod/Simple/t/test_lib/zikzik.pod + + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm + - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm + - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod + - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm + - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt + - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod + - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod + - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm + - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod + - lib/Pod/Simple/t/test^lib/Blorm.pm + - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt + - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm + - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm + - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod + - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm + - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt + - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod + - lib/Pod/Simple/t/test^lib/pod/perlthang.pod + - lib/Pod/Simple/t/test^lib/squaa.pm + - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod + - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm + - lib/Pod/Simple/t/test^lib/zikzik.pod + - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm + ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t + ! lib/Pod/Simple/t/search_10survey_specific.t + ! lib/Pod/Simple/t/search_12survey_cwd.t + ! lib/Pod/Simple/t/search_20survey_two.t + ! lib/Pod/Simple/t/search_22survey_two_shadowing.t + ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t + ! lib/Pod/Simple/t/search_26_glob_kleene_k.t + ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t + ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t + ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t +____________________________________________________________________________ +[ 26339] By: gisle on 2005/12/13 11:40:26 + Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn(). + sprintf() or printf() will now croak if any of the indexes and + widths specified in the format string are too large. + Branch: perl + ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t +____________________________________________________________________________ +[ 26338] By: rgs on 2005/12/13 11:20:16 + Log: Subject: Re: check83.pl + From: Yitzchak Scott-Thoennes + Date: Sun, 11 Dec 2005 07:19:58 -0800 + Message-ID: <20051211151958.GA6188@efn.org> + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 26337] By: steveh on 2005/12/13 09:41:29 + Log: Fix lib/File/Compare.t test failures on Win32 + + Change 26225, updated by 26245, added a test for another filename with + a trailing space but failed to open the new filehandle in binary mode + + To compound matters, creating a file called "foo " on Win32 "succeeds" + but actually creates a file called just "foo", so we have actually + overwritten the original file with this non-binary mode version, and + hence some of the original tests started failing too! + + (And because of this the new test doesn't actually add anything new on + Win32 at the moment, but right now I can't think of a filename that + would have failed under 2-arg open but succeeds with 3-arg open, which + was the purpose of this test) + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26336] By: steveh on 2005/12/13 08:54:45 + Log: Don't try to export Perl_pad_sv when it isn't defined + + Fixes a Win32 linker error in non-DEBUGGING builds following 26316 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 26334] By: rgs on 2005/12/12 16:03:00 + Log: A suggestion by Yamashina Hio to speed up substitutions + with right-hand side expressions by freeing temporaries. + See : + + Subject: s///ge; consumes PL_tmps_stack in its loop + From: YAMASHINA Hio + Date: Tue, 30 Aug 2005 17:17:23 +0900 + Message-Id: <20050830160113.9716.HIO@ymir.co.jp> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26332] By: nicholas on 2005/12/12 15:24:06 + Log: Check that %v$foo does not crash. + Branch: perl + ! t/op/sprintf2.t +____________________________________________________________________________ +[ 26330] By: gisle on 2005/12/12 13:55:14 + Log: Use load_module() instead of perl_eval_sv("require $mod") to + load modules. This is safer since $mod comes from an external + source. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26329] By: stevep on 2005/12/12 13:21:03 + Log: Pod::Man's tests aren't Unicode friendly. Let's skip the unfriendly + test for now. + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 26328] By: rgs on 2005/12/12 13:18:21 + Log: Robin Houston points out a better way to replace + the C construct. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26327] By: gisle on 2005/12/12 12:21:39 + Log: Oops, change 26326 broke t/run/switches.t + Reverting change 24912 fixes it. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 26326] By: gisle on 2005/12/12 10:41:04 + Log: Drop "v" prefix from sprintf("%vd", $^V). + + The sprintf documentation has this example: + + printf "version is v%vd\n", $^V; + + and it printed 'version is vv5.9.3\n'. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26325] By: nicholas on 2005/12/11 22:37:40 + Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889) + Branch: perl + ! sv.c t/uni/sprintf.t +____________________________________________________________________________ +[ 26324] By: nicholas on 2005/12/11 20:34:33 + Log: Move the rest of the data munging into the test preparation loop. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 26323] By: nicholas on 2005/12/11 19:49:53 + Log: Move the $data and $result munging into the test preparation loop. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 26321] By: gisle on 2005/12/11 18:14:24 + Log: Disallow sprintf's vector handling for non-integer formats. + Avoids core dump for printf("%vs") and similar. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26320] By: nicholas on 2005/12/11 12:54:14 + Log: Quench the other 2 ways obscure ways of abusing positional parameters + to generate bogus array indexes. These two are inside the vector + formatting code. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26319] By: nicholas on 2005/12/10 18:13:33 + Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading + the XS fails. (Needed to bootstrap the core build) + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 26318] By: stevep on 2005/12/10 15:42:39 + Log: Upgrade to PathTools-3.14_01 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 26317] By: stevep on 2005/12/10 15:21:37 + Log: Subject: [PATCH] Code tweaks in sv.c + From: Andy Lester + Date: Fri, 9 Dec 2005 11:09:21 -0600 + Message-ID: <20051209170921.GC16943@petdance.com> + + Includes a minor change the patch to account for code that moved + elsewhere. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26316] By: stevep on 2005/12/10 15:14:37 + Log: Subject: [PATCH] Excluding pad funcs when not debugging + From: Andy Lester + Date: Wed, 7 Dec 2005 21:58:05 -0600 + Message-ID: <20051208035805.GA23007@petdance.com> + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 26315] By: nicholas on 2005/12/09 23:09:42 + Log: A better hash for PTR_TABLE_HASH (?) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26314] By: craigb on 2005/12/09 21:13:50 + Log: Subject: patch@26310 - Major step for > 256 char paths on VMS + From: "John E. Malmberg" + Date: Fri, 09 Dec 2005 14:08:53 -0500 + Message-id: <4399D645.8070803@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26313] By: nicholas on 2005/12/09 19:18:32 + Log: An alternative way of structuring ptr_table_clear so that the variables + can be assigned to at declaration time. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26312] By: nicholas on 2005/12/09 18:46:17 + Log: A more efficient way to loop in ptr_table_clear + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26311] By: stevep on 2005/12/09 13:22:33 + Log: Subject: Re: Pod::Simple integration + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Fri, 09 Dec 2005 07:06:00 +0100 + Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus> + + These files are still giving problems after attempting to convert + them to text in p4. The tests pass without them, so we'll remove them + from the Perl distribution. + Branch: perl + - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt + - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt + - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt + ! MANIFEST +____________________________________________________________________________ +[ 26310] By: stevep on 2005/12/09 03:39:17 + Log: Fixes compile errors introduce with change #26301 when compiling + with ithreads and DEBUGGING. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26309] By: stevep on 2005/12/09 02:07:32 + Log: Upgrade to Sys-Syslog-0.10 + Branch: perl + + ext/Sys/Syslog/Changes ext/Sys/Syslog/README + + ext/Sys/Syslog/fallback/const-c.inc + + ext/Sys/Syslog/fallback/const-xs.inc + + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t + + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t + + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t + + ext/Sys/Syslog/t/portfs.t + ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 26308] By: stevep on 2005/12/09 01:41:44 + Log: Upgrade to CGI.pm-3.15 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes +____________________________________________________________________________ +[ 26307] By: stevep on 2005/12/08 19:40:33 + Log: Add pointer to Pod::Simple for the Pod -> HTML task. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 26306] By: stevep on 2005/12/08 19:21:25 + Log: One final Pod::Usage yak to shave... + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 26305] By: stevep on 2005/12/08 19:07:38 + Log: Version bump for Pod::Usage + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 26304] By: stevep on 2005/12/08 19:04:59 + Log: Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests + pass. + Branch: perl + ! lib/Pod/Usage.pm t/pod/pod2usage2.t +____________________________________________________________________________ +[ 26303] By: stevep on 2005/12/08 15:53:36 + Log: Fix to Pod::Usage to work with all recent Pod::Text versions. Also + includes a change to the Pod::Usage test file for compatibility + purposes. + Branch: perl + ! lib/Pod/Usage.pm lib/Pod/t/Usage.t +____________________________________________________________________________ +[ 26302] By: craigb on 2005/12/08 14:47:57 + Log: On VMS, do not use Perl's memory allocator for the home-grown pipe + structures. They may be allocated during start-up and are torn down + in an exit handler, where thread context and other Perlish support + are iffy. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26301] By: nicholas on 2005/12/08 14:06:37 + Log: Merge common code from ptr_table_fetch and ptr_table_store into + S_ptr_table_find. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26300] By: gisle on 2005/12/08 09:56:22 + Log: Fixup the setsockopt usage message; missing OPTVAL. + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 26299] By: gisle on 2005/12/08 09:53:35 + Log: Improve the setsockopt description. + Removed claim that OPTVAL might be undef as it is just treated + the same as 0 and give the usual use-of-uninitialized-value + warning. Added an example. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26298] By: craigb on 2005/12/08 04:34:42 + Log: Subject: patch@26253 Allow embedded new lines passed through to commands + From: "John E. Malmberg" + Date: Wed, 07 Dec 2005 22:26:21 -0500 + Message-id: <4397A7DD.8030403@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26297] By: stevep on 2005/12/07 20:39:24 + Log: One quick fix to the test for differences in error output. + Branch: perl + ! lib/Pod/t/Usage.t +____________________________________________________________________________ +[ 26296] By: rgs on 2005/12/07 15:46:46 + Log: Subject: [PATCH] All args in embed.fnc should be named + From: Andy Lester + Date: Wed, 7 Dec 2005 10:08:18 -0600 + Message-ID: <20051207160818.GA13465@petdance.com> + Branch: perl + ! embed.fnc embed.pl pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 26295] By: rgs on 2005/12/07 15:13:03 + Log: Don't build manpages for Encode and Unicode::Normalize + (when compiling perl manpages are built afterwards, not + by MakeMaker like when installing modules.) This fix a + bootstrap problem (now that Pod::Man uses POSIX.) + Branch: perl + ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL +____________________________________________________________________________ +[ 26294] By: rgs on 2005/12/07 13:22:39 + Log: Check in those files as text, not binary + Branch: perl + ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt + ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt + ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt + ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt + ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt +____________________________________________________________________________ +[ 26293] By: rgs on 2005/12/07 13:01:00 + Log: Remove space + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26292] By: stevep on 2005/12/07 12:36:59 + Log: Upgrade to podlators-2.00 + Branch: perl + + lib/Pod/t/color.t lib/Pod/t/termcap.t + - lib/Pod/t/text-errors.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm + ! lib/Pod/Text/Overstrike.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.t + ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t + ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL +____________________________________________________________________________ +[ 26291] By: stevep on 2005/12/07 11:38:00 + Log: Assimilate Pod-Simple-3.03 to the Perl core + Branch: perl + + (add 170 files) + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 26290] By: nicholas on 2005/12/07 08:53:03 + Log: Pull the regexp stringification code out into S_stringify_regexp, to + make sv_2pv_flags clearer. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26289] By: nicholas on 2005/12/07 08:30:26 + Log: 3 instances of SvIsUV_on(sv); can be replaced with one. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26288] By: stevep on 2005/12/07 02:10:26 + Log: Upgrade to CGI-3.14. + + Mmm...pi. Oh, also including some Pod fixes in bleadperl that haven't + yet been applied to the actual CGI distribution yet. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t +____________________________________________________________________________ +[ 26287] By: nicholas on 2005/12/06 21:55:29 + Log: Add a ; that 26281 was lacking. + (Dear Mark, please can I have back one of the two that I sent you after + change 23614) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26286] By: nicholas on 2005/12/06 21:39:24 + Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags + into S_sv_2iuv_common. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26285] By: nicholas on 2005/12/06 19:41:43 + Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code + duplication. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26281] By: rgs on 2005/12/06 17:23:09 + Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc + From: Andy Lester + Date: Mon, 5 Dec 2005 13:46:13 -0600 + Message-ID: <20051205194613.GB7791@petdance.com> + Branch: perl + ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c + ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c + ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26280] By: nicholas on 2005/12/06 16:53:46 + Log: Subject: Re: stringification of v-string references + From: John Peacock + Message-ID: <439592B4.2050101@rowman.com> + Date: Tue, 06 Dec 2005 08:31:32 -0500 + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 26279] By: gisle on 2005/12/06 16:42:31 + Log: Fix typo spotted by Ronald J Kimball. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26278] By: rgs on 2005/12/06 14:56:28 + Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog" + From: Ronald J Kimball + Date: Tue, 6 Dec 2005 09:56:12 -0500 + Message-ID: <20051206145612.GA94530@penkwe.pair.com> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26277] By: gisle on 2005/12/06 14:45:30 + Log: Document why syslog($priority, "%s", $message) is a good idea + if the code might be running with older versions of Sys::Syslog. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26276] By: merijn on 2005/12/06 14:30:53 + Log: Itanium blade servers added to the model list + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 26275] By: nicholas on 2005/12/06 13:56:15 + Log: Don't use Copy for 1 and 2 character string constants. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26274] By: nicholas on 2005/12/06 13:40:07 + Log: Eliminate an unneeded local variable. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26273] By: nicholas on 2005/12/06 13:08:57 + Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave* + code into the GMAGIC block. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26272] By: nicholas on 2005/12/06 12:19:23 + Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the + only constant non-"" string returned. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26271] By: nicholas on 2005/12/05 23:57:51 + Log: Make all the return statements closer to the final calcuation of the + returned value in the reference stringification code. Pull variables + into tigher scope which also allows some to become const. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26270] By: nicholas on 2005/12/05 23:29:46 + Log: Move the scope of origsv inwards, and rename variables to avoid the + need to re-assign to sv. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26269] By: nicholas on 2005/12/05 23:12:33 + Log: Clone the brief return logic and thereby remove a goto. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26268] By: nicholas on 2005/12/05 22:44:32 + Log: As they are now the same, can fold the entire switch statement for + reference type in sv_2pv_flags into a call to sv_reftype. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26267] By: nicholas on 2005/12/05 22:20:31 + Log: Untease the regexp stringification from the reference naming in + sv_2pv_flags. (Lots of re-indentation, little real change) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26266] By: nicholas on 2005/12/05 21:58:20 + Log: References to version objects should stringify as VSTRING. This makes + stringification consistent with the output of ref(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26265] By: nicholas on 2005/12/05 20:37:11 + Log: The extra return is actually a duplicated code path, and can go. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26264] By: nicholas on 2005/12/05 20:09:23 + Log: Fix typo in description. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26263] By: nicholas on 2005/12/05 19:56:43 + Log: Add ext/MIME/Base64/README to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26262] By: stevep on 2005/12/05 16:35:14 + Log: Upgrade to MIME-Base64-3.07 + Branch: perl + + ext/MIME/Base64/README + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 26261] By: stevep on 2005/12/05 16:29:46 + Log: Upgrade to Digest-MD5-2.36 + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 26260] By: stevep on 2005/12/05 16:20:17 + Log: Upgrade to CGI.pm-3.13 + Branch: perl + + lib/CGI/t/no_tabindex.t + ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes + ! lib/CGI/Cookie.pm lib/CGI/t/form.t +____________________________________________________________________________ +[ 26259] By: rgs on 2005/12/05 16:19:35 + Log: "Malformed UTF-8 character" was a severe warning, and can now be + also a fatal error (since change #26258) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26258] By: rgs on 2005/12/05 16:04:16 + Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data + From: SADAHIRO Tomoyuki + Date: Tue, 06 Dec 2005 00:35:52 +0900 + Message-Id: <20051206003221.5AD9.BQW10602@nifty.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 26257] By: rgs on 2005/12/05 15:25:00 + Log: Better variable names make code clearer + + Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 04 Dec 2005 16:24:29 +0900 + Message-Id: <20051204162412.D720.BQW10602@nifty.com> + Branch: perl + ! embed.fnc proto.h utf8.c +____________________________________________________________________________ +[ 26256] By: rgs on 2005/12/05 15:20:32 + Log: Rework the error messages from the swashget code. + + Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 04 Dec 2005 16:24:59 +0900 + Message-Id: <20051204162431.D723.BQW10602@nifty.com> + Branch: perl + ! pod/perldiag.pod utf8.c +____________________________________________________________________________ +[ 26255] By: rgs on 2005/12/05 15:15:53 + Log: Clarification and cleanup of the XS SWASHGET code + + Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 04 Dec 2005 16:28:35 +0900 + Message-Id: <20051204162508.D726.BQW10602@nifty.com> + Branch: perl + ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c +____________________________________________________________________________ +[ 26254] By: rgs on 2005/12/05 09:58:02 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sat, 03 Dec 2005 12:24:05 +0100 + Message-ID: <87mzji8luy.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm +____________________________________________________________________________ +[ 26253] By: mhx on 2005/12/04 19:37:58 + Log: NULL is a legal value for newXS()'s name parameter. + (This caused strange build failures with gcc4 -O3) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 26252] By: stevep on 2005/12/04 15:30:55 + Log: Fix handling of author's names that had apostrophes. Based on a patch + by Sean O'Rourke in RT bug #22950. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 26251] By: davem on 2005/12/03 15:20:24 + Log: clarify description of vector (v) sprintf format modifier + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26250] By: craigb on 2005/12/03 15:15:47 + Log: In vms/vms.c, don't use the thread-specific Newx() during + startup before threads are initialized. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26249] By: stevep on 2005/12/03 12:31:02 + Log: Update perlhack.pod with the updated, permanent ActiveState URLs + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 26248] By: rgs on 2005/12/03 12:16:54 + Log: Missing chunk in change #26247. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26247] By: rgs on 2005/12/03 11:23:29 + Log: Sys::Syslog::syslog can accept a message without printf + escapes and arguments. + + Subject: Re: Perl PR: "Security holes in Sys::Syslog" + From: Gisle Aas + Date: 03 Dec 2005 03:35:32 -0800 + Message-ID: + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26246] By: stevep on 2005/12/03 03:30:00 + Log: Upgrade to version-0.50 + Branch: perl + ! lib/version.pm lib/version.pod lib/version.t util.c +____________________________________________________________________________ +[ 26245] By: rgs on 2005/12/02 23:00:55 + Log: Replace ^M by a space in test for bug #37716, to make + Cygwin happy (found by Yitzchak) + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26244] By: nicholas on 2005/12/02 17:15:27 + Log: Address Hugo's comment on Dave's change (26240) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26243] By: rgs on 2005/12/02 10:37:05 + Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH] + From: Gisle Aas + Date: 28 Nov 2005 04:48:18 -0800 + Message-ID: + + and + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/malice.t +____________________________________________________________________________ +[ 26242] By: rgs on 2005/12/02 09:26:48 + Log: Subject: [PATCH] Signs, signs, everywhere a sign + From: Andy Lester + Date: Thu, 1 Dec 2005 14:24:51 -0600 + Message-ID: <20051201202451.GI22713@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 26241] By: stevep on 2005/12/01 20:27:34 + Log: Nit from change #26232 noticed by H. Merijn Brand + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26240] By: davem on 2005/12/01 16:40:29 + Log: sprintf %NNN$ check for large values wrapping to negative + Branch: perl + ! sv.c t/op/sprintf2.t +____________________________________________________________________________ +[ 26239] By: rgs on 2005/12/01 15:40:11 + Log: Always define PL_memory_wrap, and use it for the new sprintf checks + Branch: perl + ! makedef.pl perl.h sv.c +____________________________________________________________________________ +[ 26238] By: rgs on 2005/12/01 15:26:09 + Log: Missing #ifdef, noticed by Jan Dubois + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26237] By: rgs on 2005/12/01 14:25:34 + Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog" + From: Gisle Aas + Date: 01 Dec 2005 06:20:14 -0800 + Message-ID: + + Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0) + From: Gisle Aas + Date: 01 Dec 2005 06:11:44 -0800 + Message-ID: + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26236] By: rgs on 2005/12/01 11:52:24 + Log: Subject: [PATCH] Disable constant folding of sprintf + From: Gisle Aas + Date: 01 Dec 2005 03:22:10 -0800 + Message-ID: + Branch: perl + ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t +____________________________________________________________________________ +[ 26235] By: rgs on 2005/12/01 09:26:01 + Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog" + From: "Philippe M. Chiasson" + Date: Wed, 30 Nov 2005 20:17:31 -0800 + Message-ID: <438E795B.9060805@ActiveState.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26234] By: rgs on 2005/12/01 08:34:42 + Log: Revert change #26110 (already reverted in maintperl by change 26182) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26233] By: rgs on 2005/11/30 21:15:21 + Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib, + not siteperl + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 26232] By: stevep on 2005/11/30 19:09:17 + Log: dor-assign (//=) was missing from perlop.pod + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26231] By: rgs on 2005/11/30 17:57:16 + Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls + From: Gisle Aas + Date: 30 Nov 2005 09:28:54 -0800 + Message-ID: + Branch: perl + ! pp.c sv.c +____________________________________________________________________________ +[ 26229] By: rgs on 2005/11/30 14:29:23 + Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 27 Nov 2005 17:02:02 +0900 + Message-Id: <20051127170016.A786.BQW10602@nifty.com> + Branch: perl + ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod + ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h + ! utfebcdic.h +____________________________________________________________________________ +[ 26228] By: nicholas on 2005/11/30 13:55:05 + Log: The regexp engine should check SV flags rather than SV type for + determining if something is a reference, because under the debugger + the value returned by the swash code is SVt_PVMG. + Not doing this has the side effect of repeatedly reassigning the + same array element, which causes destructors to fire on the reassignment + which in turn causes &utf8::DESTROY to run outside of the pseudo-safety + of save_re_context, which under the debugger involves re-entering the + regexp engine, which causes corruption of the regexp engine's global + state. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 26227] By: rgs on 2005/11/30 12:30:47 + Log: Fix B::Concise tests after change #26226 + Branch: perl + ! ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 26226] By: rgs on 2005/11/30 09:53:11 + Log: Revert change #22520 (optimise away my $foo = undef and similar + constructs), in order to fix bug perl #37776 + Branch: perl + ! op.c t/op/my.t +____________________________________________________________________________ +[ 26225] By: rgs on 2005/11/29 17:40:16 + Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Tue, 29 Nov 2005 08:07:19 +0100 + Message-ID: <878xv89bko.fsf@k75.linux.bogus> + Branch: perl + ! lib/File/Compare.pm lib/File/Compare.t +____________________________________________________________________________ +[ 26224] By: stevep on 2005/11/29 12:36:46 + Log: Assimilate Pod-Escapes-1.04. This is a prereq for Pod::Simple, + which is now a prereq for podlators. + Branch: perl + + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog + + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t + + lib/Pod/Escapes/t/10_main.t + + lib/Pod/Escapes/t/15_name2charnum.t + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 26223] By: rgs on 2005/11/28 18:43:51 + Log: Typo fix, by Olivier Blin + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 26222] By: steveh on 2005/11/28 17:07:25 + Log: Fix ext/POSIX/t/time.t on Win32 + + According to MSDN, "The string result produced by ctime contains + exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0" + so we *do* want the leading zero on the day returned by strftime + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26221] By: stevep on 2005/11/28 14:11:23 + Log: Mac OS X/Darwin seems to have problems with tzname(). + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26220] By: rgs on 2005/11/28 11:00:37 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod + ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 26219] By: stevep on 2005/11/28 02:48:18 + Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET) + Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi> + Branch: perl + ! lib/Math/Trig.pm +____________________________________________________________________________ +[ 26218] By: stevep on 2005/11/28 02:34:49 + Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" + operator added to close two tickets. + Branch: perl + ! pod/perlobj.pod +____________________________________________________________________________ +[ 26217] By: rgs on 2005/11/27 23:18:38 + Log: Don't let MakeMaker install doc for MIME::Base64 + (since installpod does it already) + Branch: perl + ! ext/MIME/Base64/Makefile.PL +____________________________________________________________________________ +[ 26216] By: rgs on 2005/11/27 22:42:42 + Log: Upgrade to Getopt::Long 2.34_04 + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES + ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t + ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t + ! lib/Getopt/Long/t/gol-oo.t +____________________________________________________________________________ +[ 26215] By: rgs on 2005/11/27 21:43:17 + Log: Subject: [PATCH] fix wrong pool error in cygwin build + From: Yitzchak Scott-Thoennes + Date: Nov 27, 2005 9:29 AM + Message-ID: <20051127082918.GA2556@efn.org> + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 26214] By: stevep on 2005/11/27 02:35:25 + Log: Upgrade to MIME-Base64-3.06 + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 26213] By: stevep on 2005/11/26 12:48:42 + Log: Deal with differences in what clock() does between POSIX and BSD. + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26212] By: stevep on 2005/11/26 12:04:00 + Log: Upgrade to Scalar-List-Utils-1.18 + Branch: perl + + ext/List/Util/t/00version.t + ! MANIFEST ext/List/Util/Changes +____________________________________________________________________________ +[ 26211] By: stevep on 2005/11/26 11:50:17 + Log: Upgrade to Digest-MD5-2.35 + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 26210] By: stevep on 2005/11/26 11:40:57 + Log: Actually update one of the files from the previous change. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 26209] By: stevep on 2005/11/26 11:38:02 + Log: Upgrade to Digest-1.14 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 26208] By: stevep on 2005/11/26 02:56:26 + Log: Just be explicit about $TZ. + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26207] By: stevep on 2005/11/26 02:32:10 + Log: Hmmm...strftime() does work on Win32, but tzset() is having problems + on OpenBSD. + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26206] By: stevep on 2005/11/26 01:31:24 + Log: Additional tests for B and POSIX. The POSIX ones concern me a bit, + but I don't expect any black smokes because of testing on OpenBSD, + Linux, Win32, an Cygwin. + Branch: perl + + ext/POSIX/t/time.t + ! MANIFEST ext/B/t/b.t +____________________________________________________________________________ +[ 26205] By: nicholas on 2005/11/25 15:12:02 + Log: Move report_uninit() and its static supporting functions to the end of + sv.c, so that they are not sandwiched between the two halves of the + SV allocation code. However, the diff looks far more evil than it + should given that this is just moving a single albeit large hunk. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26204] By: rgs on 2005/11/25 12:40:34 + Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? ) + From: demerphq + Date: Fri, 25 Nov 2005 13:57:38 +0100 + Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com> + Branch: perl + ! pod/perlpod.pod +____________________________________________________________________________ +[ 26203] By: rgs on 2005/11/24 16:09:48 + Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Fri, 25 Nov 2005 00:19:35 +0900 + Message-Id: <20051125001031.24E3.BQW10602@nifty.com> + + Date: Fri, 25 Nov 2005 01:18:17 +0900 + Message-Id: <20051125011410.24E9.BQW10602@nifty.com> + Branch: perl + ! universal.c utf8.c +____________________________________________________________________________ +[ 26202] By: rgs on 2005/11/24 15:38:05 + Log: Document new perldoc -L switch + + Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) + From: Enrico Sorcinelli + Date: Thu, 24 Nov 2005 16:04:03 +0100 + Message-Id: <20051124160403.568a194b.bepi@perl.it> + Branch: perl + ! pod/perldoc.pod +____________________________________________________________________________ +[ 26201] By: rgs on 2005/11/24 08:52:35 + Log: Delete a README made redundant by change 26200. + Branch: perl + - wince/README.perlce +____________________________________________________________________________ +[ 26200] By: rgs on 2005/11/23 20:45:44 + Log: Subject: [PATCH @26198] perlce touches + From: Konovalov, Vadim + Date: Nov 23, 2005 8:55 PM + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com> + Branch: perl + ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce + ! wince/wince.c +____________________________________________________________________________ +[ 26199] By: rgs on 2005/11/23 15:34:54 + Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Wed, 23 Nov 2005 17:57:34 +0900 + Message-Id: <20051123175603.FFD5.BQW10602@nifty.com> + + And : + Message-Id: <20051123202935.4D9D.BQW10602@nifty.com> + + with some nits to use U8 instead of char more consistently + Branch: perl + ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c +____________________________________________________________________________ +[ 26198] By: rgs on 2005/11/22 21:24:19 + Log: Notes in perlstyle about POD formatting, by Sébastien + Aperghis-Tramoni, with nits by chromatic and Randy W. Sims. + Branch: perl + ! pod/perlstyle.pod +____________________________________________________________________________ +[ 26197] By: nicholas on 2005/11/22 20:23:34 + Log: Note the URL describing the vast riches awaiting us. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 26196] By: davem on 2005/11/22 16:52:24 + Log: include PERL_TRACK_MEMPOOL in perl -V output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26195] By: davem on 2005/11/22 16:32:42 + Log: perl segfaults on reversed array reference + + The 'for (reverse @a)' optimisation got its index wrong when + create LVALUE SVs for undef elements + Branch: perl + ! pp_ctl.c pp_hot.c t/op/loopctl.t +____________________________________________________________________________ +[ 26194] By: rgs on 2005/11/22 16:16:00 + Log: Subject: [DOC PATCH] Sort subs *can* now be recursive + From: Robin Houston + Date: Tue, 22 Nov 2005 13:28:17 +0000 + Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26193] By: rgs on 2005/11/22 16:10:00 + Log: Use the system's free to dealloc a PV allocated by the system + (more precisely by libgdbm.) See : + + Subject: GDBM_file realloc failures + From: Rafael Garcia-Suarez + Date: Mon, 21 Nov 2005 18:22:00 +0100 + Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com> + Branch: perl + ! ext/GDBM_File/GDBM_File.xs +____________________________________________________________________________ +[ 26192] By: rgs on 2005/11/22 15:54:16 + Log: Subject: Re: [PATCH] concat interacts badly with magic + From: Robin Houston + Date: Tue, 22 Nov 2005 14:07:27 +0000 + Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk> + + (new version of patch for bug #37722) + Branch: perl + ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot + ! t/op/tie.t +____________________________________________________________________________ +[ 26191] By: rgs on 2005/11/22 14:16:05 + Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) + From: Enrico Sorcinelli + Date: Sun, 20 Nov 2005 10:20:51 +0100 + Message-Id: <20051120102051.23ef095d.bepi@perl.it> + + Also, bump version number of Perldoc. + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 26190] By: rgs on 2005/11/22 11:29:03 + Log: Revert change #26185, which could have some unwanted side-effects. + (lib/warnings.t had failures due to this patch.) + Moreover Dave Mitchell correctly pointed out that [perl #37722] + wasn't really a bug. + Branch: perl + ! pp_hot.c t/op/tie.t +____________________________________________________________________________ +[ 26189] By: merijn on 2005/11/22 06:33:05 + Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 + From: "Jan Dubois" + Date: Mon, 21 Nov 2005 21:35:51 -0800 + Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy> + Branch: perl + ! win32/include/sys/socket.h +____________________________________________________________________________ +[ 26188] By: stevep on 2005/11/22 03:41:17 + Log: Subject: [PATCH] ff_chop.patch redux + From: Andy Lester + Date: Mon, 21 Nov 2005 21:16:14 -0600 + Message-ID: <20051122031614.GB19424@petdance.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26187] By: stevep on 2005/11/22 03:37:30 + Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS + From: "John E. Malmberg" + Date: Mon, 21 Nov 2005 22:09:17 -0500 + Message-ID: <43828BDD.7080302@qsl.net> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 26186] By: stevep on 2005/11/22 03:32:04 + Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS + From: "John E. Malmberg" + Date: Mon, 21 Nov 2005 21:19:31 -0500 + Message-ID: <43828033.9040708@qsl.net> + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 26185] By: rgs on 2005/11/21 17:19:34 + Log: Subject: [PATCH] concat interacts badly with magic + From: Robin Houston + Date: Mon, 21 Nov 2005 17:03:39 +0000 + Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk> + Branch: perl + ! pp_hot.c t/op/tie.t +____________________________________________________________________________ +[ 26184] By: nicholas on 2005/11/21 14:18:03 + Log: Flip the sign of the value in body details offset, and change its type + to size_t. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26183] By: merijn on 2005/11/21 14:11:28 + Log: Thread failures on AIX (and others) caused by interleaved output + + Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu) + From: "H.Merijn Brand" + Date: Sun, 20 Nov 2005 14:36 +0100 + Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl> + Branch: perl + ! t/op/threads.t +____________________________________________________________________________ +[ 26181] By: rgs on 2005/11/21 08:58:59 + Log: Upgrade to Time::HiRes 1.83 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26180] By: nicholas on 2005/11/20 20:39:50 + Log: Eliminate two more strlen()s, by using the return value of sprintf(). + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26179] By: rgs on 2005/11/20 12:10:15 + Log: Declarations must come first, or some compilers aren't happy. + (spotted by Jarkko) + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 26178] By: stevep on 2005/11/20 02:41:01 + Log: Subject: [PATCH] Pulling ancient RCS comments + From: Andy Lester + Date: Sat, 19 Nov 2005 00:16:39 -0600 + Message-ID: <20051119061639.GA25086@petdance.com> + Branch: perl + ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl + ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t + ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t + ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t + ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t + ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t + ! t/op/read.t t/op/time.t t/op/unshift.t +____________________________________________________________________________ +[ 26177] By: stevep on 2005/11/20 02:31:10 + Log: Subject: Reworked PERL_TRACK_MEMPOOL patch + From: "Jan Dubois" + Date: Fri, 18 Nov 2005 11:38:24 -0800 + Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy> + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 26176] By: stevep on 2005/11/19 19:14:42 + Log: Down with "warning: code has no effect" + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 26175] By: stevep on 2005/11/19 18:06:14 + Log: Cleaning up some warnings generated by "gcc -W" + Branch: perl + ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs + ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c +____________________________________________________________________________ +[ 26174] By: stevep on 2005/11/19 13:46:27 + Log: Upgrade to PathTools-3.14 + Branch: perl + + lib/File/Spec/t/tmpdir.t + ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 26173] By: nicholas on 2005/11/19 11:21:15 + Log: Norman observed that a couple of macros could make the body defintion + table a lot more readable. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26172] By: nicholas on 2005/11/19 00:50:33 + Log: With -DPURFIY we change the flags so that everything is allocated + directly. (Don't use arenas at all.) This seems a rather elegant way + to simplify some of the code in sv.c by removing conditional + compilation. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26171] By: nicholas on 2005/11/19 00:21:58 + Log: Map the HE arena onto SV type 0 (SVt_NULL). + Abolish PL_he_root and PL_he_arenaroot. + Branch: perl + ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h + ! sv.c sv.h +____________________________________________________________________________ +[ 26170] By: nicholas on 2005/11/18 23:44:32 + Log: Remove all the now unused new_XFOO()/del_XFOO() macros + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26169] By: nicholas on 2005/11/18 23:28:59 + Log: sv_clear can manipulate the arena array directly too. + Also, I think that we may have been "leaking" NV bodies in blead since + 25051. Oops. (Will not have been detectable except with -DPURIFY as + the leak is not returning them as free to the arena) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26168] By: nicholas on 2005/11/18 21:25:23 + Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to + zero as it's copying over the same sized structure. So change + new_NOARENA to malloc(), and add new_NOARENAZ() to calloc() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26167] By: nicholas on 2005/11/18 21:02:34 + Log: Merge the arms of the switch. The decision about what comes from an + arena and what comes from malloc is now solely in the table. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26166] By: nicholas on 2005/11/18 20:38:26 + Log: Elimiate new_body_length from sv_dup. Replace SvTYPE(sstr) with + sv_type, which is a constant variable with the same value. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26165] By: nicholas on 2005/11/18 19:50:24 + Log: Eliminate new_body_offset from sv_dup() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26164] By: nicholas on 2005/11/18 17:37:39 + Log: Merge the last remaining case duplication in sv_upgrade + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26163] By: nicholas on 2005/11/18 16:18:38 + Log: Eliminate new_body_length from sv_upgrade + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26162] By: nicholas on 2005/11/18 15:51:10 + Log: Eliminate new_body_offset from sv_upgrade + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26161] By: nicholas on 2005/11/18 15:03:01 + Log: new_body_inline doesn't need to be passed the root, as it's already + inferring the arenaroot directly from the passed-in type. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26160] By: rgs on 2005/11/18 12:40:16 + Log: Tabs are still required in the MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26159] By: nicholas on 2005/11/18 12:06:06 + Log: Add a flag to the body details of which types come from arenas. + Update the allocation information for all the types. + Add a new macro new_NOARENA() for allocating the non-arena types. + Use calloc rather than malloc for the new_NOARENA so that the Zero() + can be skipped. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26158] By: nicholas on 2005/11/18 11:20:10 + Log: Simplify the expression for the upgrade logic for SVt_IV. + Replace the "can't happen" comment for SVt_PVIV with assertions + that it didn't happen. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26157] By: stevep on 2005/11/18 11:07:34 + Log: Adding README.linux to the MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26156] By: nicholas on 2005/11/18 10:30:12 + Log: const and static for the const static private table. + Replace the "upgrade" special case for SVt_PV with assertions as it's + not been needed since we forced *up*grades. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26155] By: nicholas on 2005/11/18 10:13:31 + Log: Rename sv_upgrade's parameter mt to new_type. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26154] By: rgs on 2005/11/18 08:30:18 + Log: Subject: Dumpvalue doc patch + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Fri, 18 Nov 2005 03:42:52 +0100 + Message-ID: <87br0ibrrn.fsf@k75.linux.bogus> + Branch: perl + ! lib/Dumpvalue.pm +____________________________________________________________________________ +[ 26153] By: stevep on 2005/11/18 00:54:53 + Log: Initial, albeit hackish, support for the alpha version of Sun Studio + compilers of Linux. + Branch: perl + + README.linux + ! hints/linux.sh +____________________________________________________________________________ +[ 26152] By: nicholas on 2005/11/17 23:27:59 + Log: All that can be in the first switch statement of sv_upgrade is now + table driven. The shrinking continues on the morrow. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26151] By: nicholas on 2005/11/17 22:50:07 + Log: "Can you see what it is yet?" + Next steps towards making as much as possible table driven. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26150] By: nicholas on 2005/11/17 21:58:58 + Log: Add the size of the structure to copy as a field in the per type + data table. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26149] By: nicholas on 2005/11/17 16:33:05 + Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array + of structures. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26148] By: nicholas on 2005/11/17 14:36:39 + Log: Move the location of the definition of the arena slot used for pte + into sv.h, to keep it in one central place. + Change it to use SVt_RV. (Having SVt_IV for real use will be useful. + SVt_RV has no body, and doesn't pretend to have one, so it is spare.) + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 26147] By: rgs on 2005/11/17 14:09:10 + Log: Subject: [PATCH] Sort subs now in embed.fnc + From: Andy Lester + Date: Thu, 17 Nov 2005 07:53:38 -0600 + Message-ID: <20051117135338.GA31715@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_sort.c proto.h +____________________________________________________________________________ +[ 26146] By: nicholas on 2005/11/17 13:51:01 + Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value + in that variable. + Don't compile S_new_body with -DPURIFY + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26145] By: rgs on 2005/11/17 09:06:33 + Log: It's clearer to use "morphing" than "polymorphing" when + describing what exec() does + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 26144] By: stevep on 2005/11/17 00:18:31 + Log: Subject: [perl #37694] segfault with PerlIO::get_layers() + From: Peter Dintelmann (via RT) + Date: Wed, 16 Nov 2005 07:11:41 -0800 + Message-ID: + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 26143] By: nicholas on 2005/11/16 23:40:55 + Log: Oi gcc, No! sizeof(void) is an error. *Not* 1. + Wanting sizeof(void) isn't even a compilation error with -ansi + -pedantic. Just a warning. Lame! I'm going to send it back for a full + refund. Hateful software. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26142] By: nicholas on 2005/11/16 20:18:58 + Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals + an erroneous remaining reference to PL_pte_root to correct. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 26141] By: nicholas on 2005/11/16 19:26:17 + Log: Subject: Re: eliminate discreet arenaroots + From: Jim Cromie + Message-ID: <4378E5B0.3010708@gmail.com> + Date: Mon, 14 Nov 2005 12:29:52 -0700 + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c sv.h +____________________________________________________________________________ +[ 26140] By: merijn on 2005/11/16 19:26:13 + Log: Subject: [PATCH @26137] for wince + From: "Konovalov, Vadim" + Date: Wed, 16 Nov 2005 20:57:13 +0300 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com> + Branch: perl + ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce + ! wince/wince.c +____________________________________________________________________________ +[ 26137] By: rgs on 2005/11/16 15:06:10 + Log: Subject: Re: [perl #37688] Unexpected regex failure. + From: hv@crypt.org + Date: Wed, 16 Nov 2005 14:54:55 +0000 + Message-Id: <200511161454.jAGEst117787@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 26136] By: rgs on 2005/11/15 16:33:02 + Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m// + From: SADAHIRO Tomoyuki + Date: Wed, 09 Nov 2005 02:12:00 +0900 + Message-Id: <20051109021035.69D8.BQW10602@nifty.com> + Branch: perl + ! doop.c t/op/bop.t +____________________________________________________________________________ +[ 26135] By: rgs on 2005/11/15 13:30:00 + Log: Subject: [PATCH] Re: Cygwin status, maint and blead + From: Yitzchak Scott-Thoennes + Date: Sun, 13 Nov 2005 16:01:02 -0800 + Message-ID: <20051114000102.GA5556@efn.org> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 26134] By: nicholas on 2005/11/14 22:48:02 + Log: Remove the two register keywords from auto variables that PERL_POSION + wants to take the address of. + Branch: perl + ! hv.c scope.c +____________________________________________________________________________ +[ 26133] By: nicholas on 2005/11/14 22:32:14 + Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads. + (by using the union pointer to chain the freed heads together) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26132] By: nicholas on 2005/11/14 22:31:14 + Log: Mark all places where perl needs to look at a possibly-freed scalar + with a macro SvIS_FREED(sv) + Branch: perl + ! av.c mg.c op.c pad.c pp_hot.c sv.h +____________________________________________________________________________ +[ 26131] By: stevep on 2005/11/14 17:31:59 + Log: Removed reference to the non-existent C. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 26130] By: rgs on 2005/11/14 16:32:33 + Log: The warning "Field too wide in 'u' format in pack" was emitted even + when pack warnings were not enabled + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 26129] By: nicholas on 2005/11/14 16:22:26 + Log: Provide a crude way for specifying the command line for + make test.valgrind + Branch: perl + ! Makefile.SH t/TEST +____________________________________________________________________________ +[ 26128] By: rgs on 2005/11/14 15:40:08 + Log: A better fix for [perl #35847] File::Find not performing as documented, + suggested by Darren Dunham. Includes a fix to the code example that + uses File::Find in perlfaq3. + Branch: perl + ! lib/File/Find.pm pod/perlfaq3.pod +____________________________________________________________________________ +[ 26126] By: rgs on 2005/11/14 12:43:29 + Log: Don't warn about lack of docs for functions that appear twice in embed.fnc. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 26124] By: rgs on 2005/11/14 10:45:25 + Log: Fix indentation of apidoc for sv_2pvutf8 + (so perlapi.pod is correctly generated) + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 26123] By: rgs on 2005/11/14 10:24:58 + Log: Suppress gcc warnings when ignoring the return value of io_close(), + as suggested by Gisle Aas. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 26122] By: rgs on 2005/11/14 10:13:41 + Log: Subject: [PATCH] Missing ; in Storable.xs + From: Gisle Aas + Date: 14 Nov 2005 02:32:14 -0800 + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26120] By: steveh on 2005/11/14 09:39:48 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Sun, 13 Nov 2005 17:09:08 -0000 + Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/Zlib/t/09gziphdr.t +____________________________________________________________________________ +[ 26119] By: steveh on 2005/11/14 09:39:02 + Log: Fix code-before-declaration in boot_Storable added by 26107 + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26118] By: stevep on 2005/11/14 01:13:16 + Log: Subject: [PATCH] consting perlbug breaking in blead & maint + From: Yitzchak Scott-Thoennes + Date: Sun, 13 Nov 2005 16:00:49 -0800 + Message-ID: <20051114000049.GA7676@efn.org> + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 26112] By: nicholas on 2005/11/13 18:47:27 + Log: Fix breakages that prevended -DPERL_POISON from compiling. + Branch: perl + ! handy.h sv.h +____________________________________________________________________________ +[ 26110] By: nicholas on 2005/11/13 11:44:30 + Log: Integrate: + [ 26108] + BEGIN blocks should start a new stack, as they can be called as a + side effect of "regular" Perl API calls within subroutines that have + already cached the current stack's address. If they don't, any stack + extension during the call may move the stack, rendering that cached + value invalid without the cachee realising. (For example, PP code + calling gv_fetchpv() which triggers a load of Errno.pm) + Branch: perl + !> op.c +____________________________________________________________________________ +[ 26107] By: stevep on 2005/11/13 00:40:25 + Log: Subject: Re: [PATCH] Enhanced Storable::read_magic() + From: Gisle Aas + Date: 12 Nov 2005 13:13:23 -0800 + Message-ID: + Branch: perl + + ext/Storable/t/file_magic.t + ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26103] By: stevep on 2005/11/12 20:44:16 + Log: Upgrade to Locale-Maketext-1.10. As change #25547 did not make it + into the module release, I bumped the version number and added the + missing code. + Branch: perl + ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog +____________________________________________________________________________ +[ 26101] By: stevep on 2005/11/12 19:46:18 + Log: Subject: [perl #37657] segfault with binmode ":pop" + From: Peter Dintelmann (via RT) + Date: Fri, 11 Nov 2005 06:36:20 -0800 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 26100] By: nicholas on 2005/11/12 18:48:29 + Log: Make B's tests skip correctly when PerlIO is not configured. + Branch: perl + ! ext/B/t/concise-xs.t ext/B/t/concise.t +____________________________________________________________________________ +[ 26099] By: stevep on 2005/11/12 16:59:49 + Log: Subject: [PATCH] mathoms prototypes aren't prototypes + From: Andy Lester + Date: Fri, 11 Nov 2005 17:20:30 -0600 + Message-ID: <20051111232030.GA882@petdance.com> + Branch: perl + ! mathoms.c perl.c +____________________________________________________________________________ +[ 26096] By: stevep on 2005/11/12 15:41:09 + Log: Andy Lester maintains Locale::Maketext now. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 26093] By: nicholas on 2005/11/12 10:21:50 + Log: Change 26063 got one conditional the wrong way round. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 26091] By: nicholas on 2005/11/12 09:15:32 + Log: Make the removal of references to AvFLAGS in the B modules conditional + on perl version. + Branch: perl + ! ext/B/B/C.pm ext/B/B/Debug.pm +____________________________________________________________________________ +[ 26090] By: stevep on 2005/11/11 22:47:06 + Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const. + Netdb_host_t is a macro that for a const pointer. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26089] By: nicholas on 2005/11/11 21:52:20 + Log: 26085 was wrong. Undo it. + (I suspect that I got this wrong because more changes have been made + in blead subsequent to the change I was attempting to merge in, and + and jiggled around with the number of tests) + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 26088] By: stevep on 2005/11/11 16:44:39 + Log: Subject: [PATCH] DB_File 1.814 + From: Paul Marquess + Date: Fri, 11 Nov 2005 12:09:55 -0000 + Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t +____________________________________________________________________________ +[ 26087] By: stevep on 2005/11/11 16:17:03 + Log: Subject: [PATCH] Storable 0.1 compatibility + From: Gisle Aas + Date: 11 Nov 2005 05:42:29 -0800 + Message-ID: + + Also added an entry in the main MANIFEST file for the new test and + a version bump in Storable.pm. + Branch: perl + + ext/Storable/t/compat01.t + ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26085] By: nicholas on 2005/11/11 14:16:30 + Log: Correct the version-dependant expression for the number of tests, as it + is now giving the wrong number for 5.8.x + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 26082] By: stevep on 2005/11/11 04:55:56 + Log: Subject: [PATCH] Const & local: Special Victims Unit + From: Andy Lester + Date: Thu, 10 Nov 2005 22:47:00 -0600 + Message-ID: <20051111044700.GA24161@petdance.com> + Branch: perl + ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c + ! util.c +____________________________________________________________________________ +[ 26081] By: stevep on 2005/11/11 03:27:35 + Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 26080] By: stevep on 2005/11/11 03:18:11 + Log: Fix for RT #37654. Added $COMPILING to list of variables exported. + Branch: perl + ! lib/English.pm +____________________________________________________________________________ +[ 26079] By: rgs on 2005/11/10 16:59:15 + Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests + From: Dominic Dunlop + Date: Thu, 10 Nov 2005 18:10:00 +0100 + Message-Id: + Branch: perl + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 26078] By: rgs on 2005/11/10 16:36:12 + Log: Patch by Ilya Zakharevich to give more meaningful error + messages from if.pm when invoked with a condition in list + context. Also bump if's VERSION. + Branch: perl + ! lib/if.pm +____________________________________________________________________________ +[ 26077] By: rgs on 2005/11/10 15:10:42 + Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h + (that is, before embed.h, that uses this symbol, is included) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 26076] By: rgs on 2005/11/10 14:26:12 + Log: Subject: [perl #35847] File::Find not performing as documented + From: "jms@mathras.comcast.net (via RT)" + Date: 17 May 2005 10:40:08 -0000 + Message-ID: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 26075] By: rgs on 2005/11/10 13:03:20 + Log: Subject: [perl #37648] segfault with PERLIO_DEBUG + From: Peter Dintelmann (via RT) + Date: Thu, 10 Nov 2005 04:31:39 -0800 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 26074] By: stevep on 2005/11/10 12:22:43 + Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux + From: Jason Vas Dias (via RT) + Date: Tue, 01 Nov 2005 15:22:45 -0800 + Message-ID: + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 26073] By: rgs on 2005/11/10 10:52:51 + Log: Subject: [PATCH] remove whitespace preceding semicolon in docs + From: Steven Schubiger + Date: Mon, 31 Oct 2005 22:48:27 +0100 + Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> + Branch: perl + ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod + ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod + ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod + ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod + ! pod/perlxs.pod +____________________________________________________________________________ +[ 26072] By: rgs on 2005/11/10 10:37:42 + Log: Really apply change #26071. + Branch: perl + ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL + ! wince/config_sh.PL +____________________________________________________________________________ +[ 26071] By: rgs on 2005/11/10 10:35:57 + Log: Subject: [PATCH @26062] wince patch + From: "Konovalov, Vadim" + Date: Wed, 9 Nov 2005 20:22:52 +0300 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com> + Branch: perl + ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL + ! wince/config_sh.PL +____________________________________________________________________________ +[ 26070] By: rgs on 2005/11/10 09:11:26 + Log: Add tests for two untested syntax error messages about \N + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 26069] By: steveh on 2005/11/10 08:41:53 + Log: Make Perl_seed public + + Fixes Win32 linker error in List::Util introduced by change #26054 + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 26068] By: rgs on 2005/11/10 08:36:13 + Log: Subject: [PATCH] blead@26052 Symbian update + From: + Date: Wed, 9 Nov 2005 17:45:07 +0200 + Message-ID: + Branch: perl + ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl + ! symbian/sdk.pl symbian/sisify.pl +____________________________________________________________________________ +[ 26067] By: nicholas on 2005/11/09 21:52:03 + Log: As using -C to turn on utf8 IO is equivalent to the open pragma, + change 25925 had the side effect of breaking ext/Encode/t/perlio.t + Fixed by opening with :bytes. + Branch: perl + ! ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 26066] By: nicholas on 2005/11/09 21:30:02 + Log: I/O is UTF-8, not "UNICODE" + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 26065] By: nicholas on 2005/11/09 20:53:29 + Log: As using -C to turn on utf8 IO is equivalent to the open pragma, + change 25925 had the side effect of breaking t/io/utf8.t + Fixed by adding the missing binmode()s. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 26064] By: nicholas on 2005/11/09 20:23:28 + Log: Better diagnostics from io/utf8.t + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 26063] By: nicholas on 2005/11/09 17:29:44 + Log: Make the Bytecode changes conditional on perl version. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 26062] By: rgs on 2005/11/09 11:56:04 + Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle + From: Graham Barr + Date: Wed, 9 Nov 2005 06:09:48 -0600 + Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com> + Branch: perl + ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm + ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t + ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t + ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t + ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t + ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t + ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t + ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t + ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t +____________________________________________________________________________ +[ 26061] By: nicholas on 2005/11/09 11:21:10 + Log: Simplify Perl_allocmy slightly, and cope better with the name is "" + case. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26060] By: nicholas on 2005/11/09 11:17:17 + Log: Add a comment about possible future refactoring of the pad code. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 26059] By: nicholas on 2005/11/09 10:56:28 + Log: Remove superfluous strlen() from pp_require(). + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26058] By: stevep on 2005/11/09 10:45:57 + Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26057] By: rgs on 2005/11/09 10:31:35 + Log: Don't declare a function inside another function + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26056] By: merijn on 2005/11/09 09:54:28 + Log: Subject: Configure setting patchlevel broken + From: Yitzchak Scott-Thoennes + Date: Fri, 14 Oct 2005 00:33:29 -0700 + Message-ID: <20051014073329.GA3236@efn.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 26054] By: rgs on 2005/11/09 09:15:04 + Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle + From: Robin Houston + Date: Tue, 8 Nov 2005 19:02:34 +0000 + Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk> + Branch: perl + ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/multicall.h ext/List/Util/t/first.t + ! ext/List/Util/t/reduce.t pod/perlcall.pod +____________________________________________________________________________ +[ 26053] By: rgs on 2005/11/09 08:57:10 + Log: Subject: patch@26052 - compile rule for mathoms.c + From: "John E. Malmberg" + Date: Tue, 08 Nov 2005 23:09:03 -0500 + Message-ID: <4371765F.1000900@qsl.net> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 26052] By: nicholas on 2005/11/08 22:05:57 + Log: It helps to actually *remove* the now-superfluous strlen(). + (An addendum to 26050.) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26051] By: nicholas on 2005/11/08 21:55:40 + Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static + function makes the object code slightly smaller. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26050] By: nicholas on 2005/11/08 21:37:52 + Log: Eliminate some unnecessary strlen()s + Branch: perl + ! doio.c op.c perl.c perlio.c sv.c toke.c util.c +____________________________________________________________________________ +[ 26049] By: nicholas on 2005/11/08 20:43:11 + Log: Eliminate duplicate strlen()s by explicitly calling it. + Note two places for future audit with FIXME. + Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26048] By: nicholas on 2005/11/08 20:35:11 + Log: 3 calls to strlen() we can avoid. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26047] By: rgs on 2005/11/08 17:35:58 + Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod + From: Yitzchak Scott-Thoennes + Date: Tue, 8 Nov 2005 08:46:42 -0800 + Message-ID: <20051108164642.GD7972@efn.org> + Branch: perl + ! pod/perl561delta.pod pod/perl56delta.pod +____________________________________________________________________________ +[ 26046] By: nicholas on 2005/11/08 16:30:18 + Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as + its presence changes structure sizes. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26045] By: stevep on 2005/11/08 14:24:39 + Log: From: SADAHIRO Tomoyuki + Subject: Re: A surprising segfault + Date: Tue, 08 Nov 2005 23:36:13 +0900 + Message-Id: <20051108233535.735D.BQW10602@nifty.com> + Branch: perl + ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t +____________________________________________________________________________ +[ 26044] By: steveh on 2005/11/08 10:16:56 + Log: Remove an unused variable left over from change #26041 + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 26043] By: rgs on 2005/11/08 10:11:55 + Log: Subject: Re: C considered harmful + From: Benjamin Sugars + Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT) + Message-ID: + + except the part that increases the refcount of PL_stderrgv, already + fixed separately. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26042] By: rgs on 2005/11/08 09:57:10 + Log: Upgrade to CPAN 1.76_65 + Branch: perl + - lib/CPAN/Admin.pm + ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan + ! lib/CPAN/t/version.t +____________________________________________________________________________ +[ 26041] By: merijn on 2005/11/08 06:29:56 + Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches + From: "Jan Dubois" + Date: Mon, 7 Nov 2005 20:39:02 -0800 + Message-ID: <078001c5e41e$585c4140$6401a8c0@candy> + Branch: perl + ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c + ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c +____________________________________________________________________________ +[ 26040] By: stevep on 2005/11/08 00:41:51 + Log: Updated perldiag.pod entry for "Can't use subscript..." + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26039] By: nicholas on 2005/11/07 21:31:16 + Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used + of the 4. Not that any are that popular.) + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 26038] By: stevep on 2005/11/07 18:35:47 + Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED) + From: shouldbedomo@mac.com (Dominic Dunlop) + Date: Mon, 7 Nov 2005 18:24:50 +0100 + Message-ID: + + README.macosx updates + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 26037] By: nicholas on 2005/11/07 15:21:01 + Log: s/Nick Clark/Nicholas Clark/ + Branch: perl + ! Changes Changes5.8 doio.c t/op/lc.t +____________________________________________________________________________ +[ 26036] By: nicholas on 2005/11/07 15:18:51 + Log: For each test function, test it as is, and with extra data appended + after each test character. + Branch: perl + ! t/uni/case.pl +____________________________________________________________________________ +[ 26035] By: nicholas on 2005/11/07 14:05:25 + Log: The rarely used lcfirst and ucfirst share almost all their code. + Merge the two as pp_ucfirst. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 26034] By: nicholas on 2005/11/07 13:22:35 + Log: Fix bug #37628 (both lcfirst and ucfirst) + Branch: perl + ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t +____________________________________________________________________________ +[ 26033] By: rgs on 2005/11/07 12:26:29 + Log: Subject: [PATCH] Cleaning up x2p directory + From: Andy Lester + Date: Fri, 4 Nov 2005 15:13:55 -0600 + Message-ID: <20051104211355.GB12651@petdance.com> + Branch: perl + - x2p/proto.h + ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c + ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c + ! x2p/util.h x2p/walk.c +____________________________________________________________________________ +[ 26032] By: rgs on 2005/11/07 12:20:59 + Log: Subject: [PATCH] Missing static declarations + From: Gisle Aas + Date: 05 Nov 2005 05:08:03 -0800 + Message-ID: + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 26031] By: rgs on 2005/11/07 11:49:46 + Log: Remove CPAN.pm's META.yml. + Add CPAN.pm's SIGNATURE in MANIFEST. + Branch: perl + - lib/CPAN/META.yml + ! MANIFEST +____________________________________________________________________________ +[ 26030] By: rgs on 2005/11/07 11:39:57 + Log: Subject: [PATCH] Symbian update blead@26025 + From: + Date: Mon, 7 Nov 2005 13:32:15 +0200 + Message-ID: + Branch: perl + + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh + + symbian/PerlUiS60.rss symbian/PerlUiS80.rss + + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp + + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm + + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README + + symbian/ext/Moped/Msg/bld.inf + + symbian/ext/Moped/Msg/location.pl + - symbian/PerlAppS60.rss symbian/PerlAppS80.rss + - symbian/PerlAppUIQ.rss + ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO + ! symbian/config.pl symbian/config.sh symbian/sanity.pl + ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h + ! symbian/symbian_utils.cpp symbian/symbianish.h + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 26029] By: nicholas on 2005/11/07 10:52:08 + Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass. + Branch: perl + + lib/CPAN/Admin.pm + ! MANIFEST +____________________________________________________________________________ +[ 26028] By: rgs on 2005/11/07 10:24:54 + Log: Subject: [PATCH] Consting and localizing: Part LXVIII + From: Andy Lester + Date: Fri, 4 Nov 2005 15:12:56 -0600 + Message-ID: <20051104211256.GA12651@petdance.com> + Branch: perl + ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c + ! universal.c utf8.c util.c +____________________________________________________________________________ +[ 26027] By: rgs on 2005/11/07 09:58:26 + Log: Subject: [perl #24254] Attempt to free unreferenced scalar + From: "Chris Heath via RT" + Date: Sun, 06 Nov 2005 20:08:05 -0800 + Message-ID: + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 26026] By: merijn on 2005/11/07 08:14:59 + Log: Subject: [PATCH] follow up on 25969 for VMS + From: Abe Timmerman + Date: Sat, 5 Nov 2005 13:29:58 +0200 + Message-Id: <200511051229.58297.abe@ztreet.demon.nl> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 26025] By: stevep on 2005/11/07 03:42:53 + Log: Added note to README.macosx regarding failures from broken locale + files. + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 26024] By: stevep on 2005/11/07 02:58:31 + Log: Fix documentation for gmtime(). + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26023] By: stevep on 2005/11/06 20:18:23 + Log: Upgrade to CPAN-1.76_61 + Branch: perl + + lib/CPAN/PAUSE2005.pub + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml + ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm + ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t + ! lib/CPAN/t/version.t +____________________________________________________________________________ +[ 26022] By: stevep on 2005/11/06 19:16:54 + Log: Nits in the pp_defined code spotted by Jarkko. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26021] By: stevep on 2005/11/06 18:38:02 + Log: Upgrade to Time-HiRes-1.82 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26020] By: merijn on 2005/11/06 07:23:15 + Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef + From: "John E. Malmberg" + Date: Sat, 05 Nov 2005 21:28:33 -0500 + Message-ID: <436D6A51.5040700@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26019] By: nicholas on 2005/11/05 16:47:31 + Log: Make the 5.9 changes to B conditional on perl version. + Branch: perl + ! ext/B/B.pm ext/B/B.xs +____________________________________________________________________________ +[ 26018] By: nicholas on 2005/11/05 16:28:09 + Log: '[at]' should be '@' + Suck in CPAN/Nox.pm from CPAN, so that version.t passes. + Branch: perl + ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm + ! lib/CPAN/t/version.t +____________________________________________________________________________ +[ 26017] By: stevep on 2005/11/05 14:49:11 + Log: Kill warnings and add a panic to pp_defined() in case the wrong op + is passed in. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26016] By: stevep on 2005/11/05 13:44:10 + Log: Upgrade to CPAN-1.76_60. + Branch: perl + + lib/CPAN/Version.pm lib/CPAN/t/version.t + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t + ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t +____________________________________________________________________________ +[ 26015] By: nicholas on 2005/11/05 12:57:40 + Log: Allow passing of the full enum name into the tryAMAGICbin family of + macros, to avoid needing C pre-processor string concatenation within + the lowest level expansion. + Branch: perl + ! pp.c pp.h +____________________________________________________________________________ +[ 26014] By: stevep on 2005/11/05 12:55:47 + Log: Upgrade to Time-HiRes-1.81 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26013] By: merijn on 2005/11/05 11:38:32 + Log: Subject: [PATCH configure.com] add the new d_futimes as undef + From: Abe Timmerman + Date: Sat, 5 Nov 2005 11:26:33 +0200 + Message-Id: <200511051026.33940.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26012] By: rgs on 2005/11/05 10:13:56 + Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod + (noticed by Robin Houston) + Branch: perl + ! pod/perlcall.pod +____________________________________________________________________________ +[ 26011] By: rgs on 2005/11/05 10:10:09 + Log: Subject: Re: A surprising segfault + From: SADAHIRO Tomoyuki + Date: Nov 5, 2005 5:54 AM + Message-Id: <20051105135053.27D7.BQW10602@nifty.com> + Branch: perl + ! pp.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 26010] By: nicholas on 2005/11/05 08:32:39 + Log: dorassign doesn't need --SP; + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26009] By: davem on 2005/11/05 01:57:23 + Log: pp_print didn't extend the stack before pushing its return value + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26008] By: stevep on 2005/11/05 01:39:51 + Log: Typos in opcode.pl this time. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 26007] By: stevep on 2005/11/05 01:36:17 + Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and, + pp_or, and pp_defined, respectively. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 26006] By: nicholas on 2005/11/04 22:50:22 + Log: s/printf/my_printf/ because we're using the return value. + My mistake spotted by Gisle. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 26005] By: stevep on 2005/11/04 21:41:43 + Log: s/pp_dor/pp_defined/ + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 26004] By: stevep on 2005/11/04 21:39:44 + Log: I barely knew ya pp_dor. Merged into pp_defined from whence you came. + This change has also caused pp_defined to be promoted to being a hot + op. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c +____________________________________________________________________________ +[ 26003] By: nicholas on 2005/11/04 21:22:46 + Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26002] By: nicholas on 2005/11/04 21:03:58 + Log: You can't there from here. (Dead code in sv_2pv_flags) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26001] By: nicholas on 2005/11/04 20:47:34 + Log: Use the return value from sprintf(). + Branch: perl + ! regcomp.c taint.c universal.c util.c +____________________________________________________________________________ +[ 26000] By: nicholas on 2005/11/04 20:20:56 + Log: pp_semop can fit within Perl_pp_shmwrite(). + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25999] By: nicholas on 2005/11/04 19:53:33 + Log: The remaining special logic in pp_syswrite can be moved into pp_send, + which is actually already 50% syswrite. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25998] By: rgs on 2005/11/04 18:38:34 + Log: Revert patch #25993. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25997] By: steveh on 2005/11/04 17:23:49 + Log: Fix a Win32 linker error following change #25972 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25996] By: rgs on 2005/11/04 16:35:17 + Log: Subject: [PATCH] use clearenv if available + From: Alan Burlison + Date: Fri, 04 Nov 2005 16:33:30 +0000 + Message-ID: <436B8D5A.4010502@sun.com> + Branch: perl + ! embed.fnc embed.h mg.c proto.h sv.c util.c +____________________________________________________________________________ +[ 25995] By: merijn on 2005/11/04 16:30:03 + Log: Subject: Re: futimes [PATCH] + From: Steve Peters + Date: Fri, 4 Nov 2005 09:00:25 -0600 + Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25993] By: rgs on 2005/11/04 16:26:08 + Log: Subject: [perl #19049] Incorrect $` after replacement + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Fri, 04 Nov 2005 08:17:25 +0100 + Message-ID: <87fyqc51bu.fsf@k75.linux.bogus> + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25992] By: rgs on 2005/11/04 15:41:21 + Log: Subject: Re: [PATCH] sort/multicall patch + From: Robin Houston + Date: Fri, 4 Nov 2005 15:20:29 +0000 + Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk> + Branch: perl + ! pp_ctl.c t/op/sort.t +____________________________________________________________________________ +[ 25991] By: stevep on 2005/11/04 15:10:44 + Log: Subject: Re: Configure -Dno_mathoms + From: gisle@ActiveState.com (Gisle Aas) + Date: 01 Nov 2005 03:27:49 -0800 + Message-ID: + Branch: perl + ! mathoms.c perl.c +____________________________________________________________________________ +[ 25990] By: nicholas on 2005/11/04 14:47:49 + Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite(). + "Perfection is achieved not when there's nothing more to add, + but when there's nothing left to remove" (Antoine de Saint-Exupéry) + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25989] By: nicholas on 2005/11/04 14:21:19 + Log: Once more, with feeling. + [Mmm, has someone been swapping the coffee for decaf?] + [Actual cause - make sure the edited version of the file is in the + correct directory] + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25988] By: nicholas on 2005/11/04 14:18:14 + Log: Meta-oops. Change 25987 was not the change you were looking for. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25987] By: nicholas on 2005/11/04 14:09:11 + Log: Oops. This new panic was meant to be added to the documented + diagnostics. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25986] By: nicholas on 2005/11/04 13:02:42 + Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged + with Perl_pp_ftrread(). + Branch: perl + ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod + ! pp_sys.c +____________________________________________________________________________ +[ 25985] By: stevep on 2005/11/04 12:02:51 + Log: Upgrade to Time-HiRes-1.80 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 25984] By: nicholas on 2005/11/04 11:36:24 + Log: PERL_EFF_ACCESS_[RWX]_OK can go. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25983] By: nicholas on 2005/11/04 11:16:08 + Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so + can be refactored to a single platform dependent PERL_EFF_ACCESS macro + with the other 3 implemented in terms of it. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25982] By: merijn on 2005/11/04 09:16:53 + Log: Subject: [PATCH] bad semicolon in pp_ftrowned + From: Andy Lester + Date: Fri, 4 Nov 2005 00:37:54 -0600 + Message-ID: <20051104063753.GA3863@petdance.com> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25981] By: stevep on 2005/11/04 00:10:21 + Log: Upgrade to Time-HiRes 1.79 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25980] By: stevep on 2005/11/03 21:23:48 + Log: Reverting the reversion. va_end() goes with va_start(). + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25979] By: rgs on 2005/11/03 21:07:54 + Log: Fix test failures introduced by the change of flags on op_sort + Branch: perl + ! ext/B/t/f_sort.t +____________________________________________________________________________ +[ 25978] By: stevep on 2005/11/03 20:28:20 + Log: Upgrade to Time-HiRes-1.78 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25977] By: stevep on 2005/11/03 17:27:58 + Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What + was that line about Jenga again? + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25976] By: stevep on 2005/11/03 17:14:17 + Log: Missing va_end(args) from SA_SIGINFO related code. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25975] By: stevep on 2005/11/03 16:00:12 + Log: Test for the right signal should use the constant for that signal. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25974] By: stevep on 2005/11/03 15:07:26 + Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 25973] By: stevep on 2005/11/03 14:56:25 + Log: More core test cleanups. Mainly fixes to remove code that caused + warnings, but there were a few bug fixes that were hidden by + no using warnings. + Branch: perl + ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t + ! t/io/read.t t/io/tell.t +____________________________________________________________________________ +[ 25972] By: nicholas on 2005/11/03 14:19:34 + Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil, + but the actual finished code is not as bad as it seems. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25971] By: rgs on 2005/11/03 12:29:18 + Log: Document some bogus compiler warnings in README.solaris + + Subject: Re: Why is malloc_wrap now the default? + From: Alan Burlison + Date: Thu, 03 Nov 2005 12:54:16 +0000 + Message-ID: <436A0878.1030703@sun.com> + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 25970] By: stevep on 2005/11/03 11:37:31 + Log: Upgrade to Time-HiRes-1.77 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/fallback/const-c.inc + ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25969] By: nicholas on 2005/11/03 11:09:39 + Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and + ingroup() is a boolean flag, not a GID or UID. + Branch: perl + ! doio.c embed.fnc proto.h +____________________________________________________________________________ +[ 25968] By: nicholas on 2005/11/03 09:51:56 + Log: Avoiding source code duplication for the lstat() on filehandle %s + warning also makes the object code slightly smaller. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25967] By: stevep on 2005/11/03 02:09:30 + Log: Clean up some test files. + Branch: perl + ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t + ! t/io/through.t +____________________________________________________________________________ +[ 25966] By: stevep on 2005/11/03 01:45:45 + Log: Make harness warning-free when running with -Mdiagnostics + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 25965] By: stevep on 2005/11/02 22:37:48 + Log: Test case should not execute /no_such_process if it does exist. + Branch: perl + ! t/io/pipe.t +____________________________________________________________________________ +[ 25964] By: nicholas on 2005/11/02 21:27:58 + Log: unlink chmod utime kill can be merged into Perl_pp_chown(). + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25963] By: nicholas on 2005/11/02 20:59:52 + Log: Move the conditonal compiles that report absence of kill and chown + from pp_kill() and pp_chown() into apply(). + Branch: perl + ! doio.c pp_sys.c +____________________________________________________________________________ +[ 25962] By: nicholas on 2005/11/02 20:13:24 + Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25961] By: nicholas on 2005/11/02 19:04:10 + Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into + Perl_pp_ftrowned + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25960] By: nicholas on 2005/11/02 17:24:35 + Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't + flag that it needed a target (OP_FTIS) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25959] By: nicholas on 2005/11/02 16:35:42 + Log: Correct error in 25958 for threaded builds. + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 25958] By: nicholas on 2005/11/02 15:59:30 + Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25957] By: rgs on 2005/11/02 14:33:32 + Log: Remove last sort test, that was failing with and without threads. + Silence some warnings. + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 25956] By: rgs on 2005/11/02 14:10:54 + Log: Adjust test count + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 25955] By: rgs on 2005/11/02 13:39:35 + Log: Add missing file from change 25953 + Branch: perl + + ext/List/Util/multicall.h +____________________________________________________________________________ +[ 25954] By: rgs on 2005/11/02 13:14:19 + Log: Regen headers + Branch: perl + ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod +____________________________________________________________________________ +[ 25953] By: merijn on 2005/11/02 12:49:54 + Log: Subject: [PATCH] sort/multicall patch + From: Robin Houston + Date: Sat, 29 Oct 2005 21:33:07 +0100 + Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk> + Branch: perl + ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h + ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t + ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t + ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t + ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl + ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod + ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t + ! thrdvar.h +____________________________________________________________________________ +[ 25952] By: steveh on 2005/11/02 09:41:25 + Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland build + From: "Paul Marquess" + Date: Tue, 1 Nov 2005 17:05:38 -0000 + Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com> + Branch: perl + ! t/op/stat.t win32/win32.c +____________________________________________________________________________ +[ 25951] By: rgs on 2005/11/02 08:57:52 + Log: Subject: Re: futimes [PATCH] + From: Gisle Aas + Date: 01 Nov 2005 00:02:37 -0800 + Message-ID: + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 25950] By: stevep on 2005/11/02 04:59:47 + Log: Ambiguous test cases may be hazardous to your health. + Branch: perl + ! t/op/list.t +____________________________________________________________________________ +[ 25949] By: stevep on 2005/11/02 04:54:52 + Log: Lowercase barewords considered harmful to your health. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 25948] By: rgs on 2005/11/01 19:23:23 + Log: Subject: [PATCH] perlio.c consting + From: Andy Lester + Date: Oct 31, 2005 6:54 PM + Message-ID: <20051031175411.GA18480@petdance.com> + Branch: perl + ! op.c perlio.c +____________________________________________________________________________ +[ 25947] By: steveh on 2005/11/01 17:20:18 + Log: This *really* should clear up Win32's Perl_do_exec undefined warnings + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25946] By: nicholas on 2005/11/01 16:38:31 + Log: This should clear up 'Perl_do_exec' undefined; warnings on win32 + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 25945] By: steveh on 2005/11/01 10:33:48 + Log: Make PerlLIOUtime()'s filename const + + Fixes a warning brought about by change #25941 (which made the + filename argument const). + The various implementations of PerlLIOUtime() (in NetWare/, win32/ + and wince/) already take a const filename. + Branch: perl + ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h + ! win32/perlhost.h wince/perlhost.h +____________________________________________________________________________ +[ 25944] By: steveh on 2005/11/01 08:45:09 + Log: Fix nit in pod nit fix + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25943] By: steveh on 2005/11/01 08:39:32 + Log: Update win32 config files w.r.t. change #25935 + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 25942] By: stevep on 2005/10/31 23:46:01 + Log: Upgrade to DB_File 1.813. + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 25941] By: merijn on 2005/10/31 22:15:01 + Log: Subject: futimes [PATCH] + From: Gisle Aas + Date: 31 Oct 2005 13:53:53 -0800 + Message-ID: + Branch: perl + ! doio.c handy.h pod/perlfunc.pod t/io/fs.t +____________________________________________________________________________ +[ 25940] By: nicholas on 2005/10/31 20:36:36 + Log: All the ops that are simply C can be bypassed + in the op dispatch table, and the bodies retired. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 25939] By: nicholas on 2005/10/31 19:55:18 + Log: Simplify the implementation of the "unimplemented" message in the + conditionally compiled ops. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25938] By: nicholas on 2005/10/31 19:14:47 + Log: Further pod nit spotted by Jarkko + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25937] By: nicholas on 2005/10/31 18:34:59 + Log: Replace the 3 currently "unreachable" ops with a single op body + unimplemented_op() that panics descriptively if ever reached. + Branch: perl + ! opcode.h opcode.pl pod/perldiag.pod pp.c +____________________________________________________________________________ +[ 25936] By: nicholas on 2005/10/31 18:29:05 + Log: Add "moving common filetest code to a static function" to the todo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25935] By: merijn on 2005/10/31 17:50:05 + Log: revive probe for futimes () + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25934] By: rgs on 2005/10/31 17:00:44 + Log: A B::Deparse fix from : + Subject: Re: [perl #37527] regular-expression parser does not see '(' character + From: Bas van Sisseren + Date: Wed, 26 Oct 2005 13:59:42 +0200 + Message-ID: <435F6FAE.4060502@quarantainenet.nl> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25933] By: merijn on 2005/10/31 16:25:23 + Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911 + From: + Date: Mon, 31 Oct 2005 18:38:42 +0200 + Message-ID: + Branch: perl + + symbian/PerlAppUIQ.rss + ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl + ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl + ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl +____________________________________________________________________________ +[ 25932] By: rgs on 2005/10/31 16:24:31 + Log: Avoid corruption when calling mg_get to retrieve the value + of a $digit variable. This is done by ensuring it's not + tainted. + See http://bugs.debian.org/303308 + Patch by Chris Heath + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25931] By: nicholas on 2005/10/31 16:24:29 + Log: maddingue prefers this e-mail address. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25930] By: merijn on 2005/10/31 16:18:03 + Log: Try to preserve the lost opcode alias info in comments + extent to change #25929 + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 25929] By: nicholas on 2005/10/31 15:52:50 + Log: It appears that it's trivially easy to alias opcode functions in + the opcode table. We should be able to get both a speed and size + saving here. Time will tell how much. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 25928] By: nicholas on 2005/10/31 15:13:06 + Log: Add maddingue to AUTHORS + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25927] By: nicholas on 2005/10/31 15:09:54 + Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004 + From: Sébastien Aperghis-Tramoni + Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr> + Date: Sun, 30 Oct 2005 23:52:41 +0100 + + with tweaks by chromatic and me. + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 25926] By: nicholas on 2005/10/31 14:51:48 + Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni(). + Branch: perl + ! embed.fnc embed.h proto.h utf8.c utf8.h +____________________________________________________________________________ +[ 25925] By: rgs on 2005/10/31 14:27:32 + Log: Fix [perl #37533] open pragma ignored for all 3-arg opens + Also, correct the documentation in open.pm that stated + that open() did not override open.pm-given default encodings. + Branch: perl + ! lib/open.pm perlio.c +____________________________________________________________________________ +[ 25924] By: nicholas on 2005/10/31 14:18:59 + Log: Perl_csighandler was in global.sym twice. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 25923] By: nicholas on 2005/10/31 14:18:14 + Log: Arrange to only output each symbol once into global.sym + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 25922] By: rgs on 2005/10/31 13:45:06 + Log: Tests for index/rindex with empty search string, + adapted from a patch by Rick Delaney + Branch: perl + ! t/op/index.t +____________________________________________________________________________ +[ 25921] By: nicholas on 2005/10/31 13:22:01 + Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based + systems, and not on EBCDIC, so some more thinking is going to be + needed here. + Branch: perl + ! mathoms.c utf8.c +____________________________________________________________________________ +[ 25920] By: stevep on 2005/10/31 11:58:08 + Log: Coverage stats showed that there were no tests for taking a slice + from (). + Branch: perl + ! t/op/list.t +____________________________________________________________________________ +[ 25919] By: steveh on 2005/10/31 11:53:05 + Log: Change some spaces to tabs for easier diffing against config_h.SH + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25918] By: steveh on 2005/10/31 11:30:15 + Log: Fixed threaded builds following change 25916 + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25917] By: nicholas on 2005/10/31 11:29:43 + Log: POD nit spotted by Jarkko + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25916] By: rgs on 2005/10/31 10:44:32 + Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25915] By: rgs on 2005/10/31 10:28:32 + Log: Subject: [PATCH] Etta James presents: More consting + From: Andy Lester + Date: Sun, 30 Oct 2005 23:44:13 -0600 + Message-ID: <20051031054413.GA10767@petdance.com> + Branch: perl + ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c + ! pp_sys.c sv.c toke.c universal.c util.c +____________________________________________________________________________ +[ 25914] By: rgs on 2005/10/31 10:18:15 + Log: Subject: [PATCH] S_tokereport's unused parm + From: Andy Lester + Date: Mon, 31 Oct 2005 00:04:59 -0600 + Message-ID: <20051031060459.GC10767@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 25913] By: rgs on 2005/10/31 08:54:18 + Log: Regenerate perlapi.pod + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 25912] By: rgs on 2005/10/31 08:40:23 + Log: Robin Houston remarks that mention of a context is missing from the + threads.pm documentation. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 25911] By: stevep on 2005/10/31 03:51:08 + Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is + used on Cygwin, at least. + Branch: perl + ! mathoms.c perlio.c +____________________________________________________________________________ +[ 25910] By: nicholas on 2005/10/30 21:53:03 + Log: const const bad bad. + gcc bad bad too, because it didn't grumble one bit. (or two, for that + matter). + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25909] By: nicholas on 2005/10/30 21:38:29 + Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25908] By: nicholas on 2005/10/30 21:24:29 + Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising + and using PL_utf8_alnum*c*, not PL_utf8_alnum. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25907] By: nicholas on 2005/10/30 21:10:39 + Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new + function S_is_utf8_common. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25906] By: nicholas on 2005/10/30 18:31:25 + Log: Given that sv_nosharing performs the same function as sv_nolocking + and sv_unnolocking (ie sweet FA), we might as well use the 1 function + to initialise all 3 variables, and elimiate the other two. + For some reason all 3 are listed as being in the public API. Daft. + Branch: perl + ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c +____________________________________________________________________________ +[ 25905] By: nicholas on 2005/10/30 18:04:17 + Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument + to uvuni_to_utf8_flags(). Move the old body to mathoms.c + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h +____________________________________________________________________________ +[ 25904] By: nicholas on 2005/10/30 17:59:08 + Log: global.sym appears to have become out of date. Oops. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 25903] By: nicholas on 2005/10/30 17:49:27 + Log: Replace is_utf8_string_loc() with a macro that passes the extra 0 + argument to is_utf8_string_loc(). Correct the description of its + parameters in its POD. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h +____________________________________________________________________________ +[ 25902] By: nicholas on 2005/10/30 17:14:08 + Log: Fix typos in comments. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25901] By: nicholas on 2005/10/30 17:08:39 + Log: Functions that die aren't exactly well used code. + (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart) + Branch: perl + ! mathoms.c op.c pp.c pp_ctl.c +____________________________________________________________________________ +[ 25900] By: nicholas on 2005/10/30 16:45:34 + Log: save_hints is a mathom. + Branch: perl + ! mathoms.c op.c +____________________________________________________________________________ +[ 25899] By: nicholas on 2005/10/30 16:41:02 + Log: I infer that change 25891 as-is would break OS2. This should fix it. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25898] By: nicholas on 2005/10/30 16:36:22 + Log: init_i18nl14n is a mathom. + Branch: perl + ! locale.c mathoms.c +____________________________________________________________________________ +[ 25897] By: nicholas on 2005/10/30 16:24:37 + Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the + old body to mathoms.c + Branch: perl + ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h +____________________________________________________________________________ +[ 25896] By: nicholas on 2005/10/30 16:07:58 + Log: Fix win32 breakage inadvertently introduced by 25889 + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25895] By: nicholas on 2005/10/30 10:31:01 + Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with + an extra 0 argument. Move the old body to mathoms.c + Branch: perl + ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h +____________________________________________________________________________ +[ 25894] By: nicholas on 2005/10/30 10:00:42 + Log: Fix typo in comment. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25893] By: nicholas on 2005/10/30 09:59:41 + Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload() + with the extra TRUE argument. + Branch: perl + ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h +____________________________________________________________________________ +[ 25892] By: nicholas on 2005/10/30 08:51:52 + Log: I think we have a winner. do_pipe hasn't been called since 4.036. + Maybe we should just remove this appendix. + Branch: perl + ! doio.c mathoms.c +____________________________________________________________________________ +[ 25891] By: nicholas on 2005/10/30 08:38:07 + Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra + 0 arguments. Move the old body to mathoms.c + Branch: perl + ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h +____________________________________________________________________________ +[ 25890] By: nicholas on 2005/10/30 08:23:29 + Log: Replace do_exec() with a macro to call do_exec3() with the extra two + 0 arguments. Move the old body to mathoms.c + Branch: perl + ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h +____________________________________________________________________________ +[ 25889] By: nicholas on 2005/10/30 08:05:32 + Log: Replace do_open() with a macro to call do_openn() with the extra two + 0 paramters. Move the old body to mathoms.c. + Branch: perl + ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h +____________________________________________________________________________ +[ 25888] By: stevep on 2005/10/30 04:20:45 + Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9) + From: Bram + Date: Thu, 04 Aug 2005 23:55:33 +0200 + Message-Id: <42F28ED5.CFFDCCFD@wizbit.be> + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 25887] By: stevep on 2005/10/29 22:37:50 + Log: Subject: Re: [PATCH] predecrement vs postdecrement + From: Jarkko Hietaniemi + Date: Sat, 29 Oct 2005 23:24:33 +0300 + Message-ID: <4363DA81.6060600@gmail.com> + + Nit in pod/perlhack.pod + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25886] By: nicholas on 2005/10/29 17:31:01 + Log: Replace the body of the rarely used sv_setpviv_mg with a call to + sv_setpviv followed by SvSETMAGIC. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25885] By: nicholas on 2005/10/29 17:21:24 + Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to + mathoms.c + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25884] By: nicholas on 2005/10/29 17:02:49 + Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to + sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg + and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags + respectively. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 25883] By: nicholas on 2005/10/29 16:25:38 + Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced + with terse macros, and the function bodies retired. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25882] By: nicholas on 2005/10/29 16:06:39 + Log: All the private implementations of @foo for compilers that can't do + complex macro expansions became dead wood sometime around 5.7.3 + (Don't tell Otava this) + Branch: perl + ! mathoms.c sv.c +____________________________________________________________________________ +[ 25881] By: stevep on 2005/10/29 15:34:22 + Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements + From: perlbug-followup@perl.org (Srezic@Iconmobile.Com) + Date: 2 Jul 2004 11:32:12 -0000 + Message-ID: + + Also, a version bump to Storable.pm. + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/dclone.t +____________________________________________________________________________ +[ 25880] By: nicholas on 2005/10/29 15:07:42 + Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes. + Remove duplicate declaration of Perl_sv_2uv + Branch: perl + ! mathoms.c sv.c +____________________________________________________________________________ +[ 25879] By: nicholas on 2005/10/29 14:51:32 + Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25878] By: nicholas on 2005/10/29 14:39:37 + Log: Replace sv_unref with a macro that calls sv_unref_flags + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25877] By: stevep on 2005/10/29 14:33:30 + Log: Oops, missed an sv_force_normal() + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25876] By: nicholas on 2005/10/29 14:25:55 + Log: sv_taint() can easily be replaced by a macro. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25875] By: stevep on 2005/10/29 14:14:25 + Log: Change to use sv_force_normal_flags() directly, rather than calling + sv_force_normal() to call sv_force_normal_flags(). + Branch: perl + ! NetWare/sv_nw.c mg.c +____________________________________________________________________________ +[ 25874] By: nicholas on 2005/10/29 11:50:29 + Log: A terser implementation of S_varname, by using and post-processing + gv_fullname4 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25873] By: stevep on 2005/10/29 11:47:55 + Log: Additional mathoms from doio.c + Branch: perl + ! doio.c mathoms.c +____________________________________________________________________________ +[ 25872] By: stevep on 2005/10/29 11:36:26 + Log: Coverage stats say av_fake() is a mathom too. + Branch: perl + ! av.c mathoms.c +____________________________________________________________________________ +[ 25871] By: nicholas on 2005/10/29 11:14:40 + Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so. + Branch: perl + ! gv.c mathoms.c +____________________________________________________________________________ +[ 25870] By: stevep on 2005/10/29 11:02:12 + Log: Subject: Re: [PATCH] predecrement vs postdecrement + From: Jarkko Hietaniemi + Date: Sat, 29 Oct 2005 11:52:25 +0300 + Message-ID: <43633849.6060809@gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 25869] By: nicholas on 2005/10/29 10:53:40 + Log: gv_fullname and gv_efullname are definately mathoms. + Branch: perl + ! gv.c mathoms.c +____________________________________________________________________________ +[ 25868] By: stevep on 2005/10/28 23:38:35 + Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message + From: Brendan O'Dea + Date: Sat, 29 Oct 2005 07:14:40 +1000 + Message-ID: <20051028211440.GA23305@londo.c47.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 25867] By: stevep on 2005/10/28 21:12:35 + Log: Makefiles like tabs, not spaces. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 25866] By: stevep on 2005/10/28 21:09:31 + Log: Add a new file, mathoms.c, to hold old code kept around for binary + compatability with previous versions of Perl. Change also includes + various Makefile changes to compile the new file and link it into + libperl. + Branch: perl + + mathoms.c + ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c + ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! wince/Makefile.ce +____________________________________________________________________________ +[ 25865] By: stevep on 2005/10/28 11:30:51 + Log: Check for changes in IO on CPAN. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25864] By: stevep on 2005/10/28 11:21:48 + Log: gbarr is maintaining IO. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25863] By: stevep on 2005/10/28 10:48:32 + Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files. + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25862] By: nicholas on 2005/10/28 10:24:43 + Log: Use the return value from sprintf and avoid a call to strlen + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25861] By: stevep on 2005/10/27 11:13:50 + Log: Subject: Re: IO::File performace issue + From: gisle@ActiveState.com (Gisle Aas) + Date: 27 Oct 2005 01:00:39 -0700 + Message-ID: + + Also includes a version bump for IO::File. + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 25860] By: nicholas on 2005/10/27 08:53:03 + Log: Change 25850 failed to include all changed headers + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 25859] By: stevep on 2005/10/27 01:55:08 + Log: Win32 fix for change #25850. I don't know if this define will ever + be used on Win32, but it does fix the problem at hand. + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 25858] By: rgs on 2005/10/26 13:27:31 + Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes + From: "John E. Malmberg" + Date: Wed, 26 Oct 2005 08:08:05 -0400 + Message-ID: <435F71A5.6030809@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25857] By: rgs on 2005/10/26 12:52:37 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 25856] By: merijn on 2005/10/26 12:37:47 + Log: Subject: [PATCH] Symbian: better Series 80 support + From: + Date: Wed, 26 Oct 2005 15:50:08 +0300 + Message-ID: + Branch: perl + + symbian/hexdump.pl + ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl + ! symbian/sisify.pl +____________________________________________________________________________ +[ 25855] By: stevep on 2005/10/26 11:52:46 + Log: Multiple versions of OpenBSD fail this test, not just 3.7. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25854] By: rgs on 2005/10/26 10:21:30 + Log: Subject: Re: [PATCH] minor speed-up for pp_push() + From: Tassilo von Parseval + Date: Tue, 25 Oct 2005 08:11:42 +0200 + Message-id: <20051025061141.GA2256@ethan> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 25853] By: nicholas on 2005/10/26 10:06:37 + Log: Store the raw bytes of the pid in PL_pidstatus, rather than the + stringification, as removing the conversions saves time and code. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25852] By: rgs on 2005/10/26 09:37:25 + Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 + From: Jason Vas Dias (via RT) + Date: Tue, 25 Oct 2005 15:27:28 -0700 + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25851] By: rgs on 2005/10/26 08:58:42 + Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed. + From: "John E. Malmberg" + Date: Tue, 25 Oct 2005 13:36:20 -0400 + Message-ID: <435E6D14.7000104@qsl.net> + Branch: perl + ! perl.h vms/perlvms.pod +____________________________________________________________________________ +[ 25850] By: nicholas on 2005/10/26 08:31:20 + Log: Most platforms don't actually need PL_pidstatus, or the associated + .5K of code. + Branch: perl + ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h + ! pp_sys.c sv.c util.c +____________________________________________________________________________ +[ 25849] By: rgs on 2005/10/25 15:26:20 + Log: Back out change #25839, and apply : + + Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed. + From: "John E. Malmberg" + Date: Tue, 25 Oct 2005 11:09:37 -0400 + Message-ID: <435E4AB1.1000106@qsl.net> + Branch: perl + ! perl.c perl.h vms/perlvms.pod +____________________________________________________________________________ +[ 25848] By: nicholas on 2005/10/25 12:54:18 + Log: Code in wait4pid was calling hv_delete with the hash iterator + currently on that entry. On aggregate this does more work, beacuse + the next call to hv_iterinit() would spot the flag, and have to call + the delete routine, while in the meantime any new entries can't + re-use that memory. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25847] By: rgs on 2005/10/25 12:35:29 + Log: t/TEST should require Time::HiRes only when it uses it. + This fixes minitest. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 25846] By: rgs on 2005/10/25 12:17:33 + Log: Rediff the Makefile.SH patch for cross-compilation. + (this doesn't mean it works, though.) + Branch: perl + ! Cross/Makefile.SH.patch +____________________________________________________________________________ +[ 25845] By: stevep on 2005/10/25 11:56:53 + Log: Upgrade to Time-HiRes-1.76 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25844] By: rgs on 2005/10/25 11:19:44 + Log: Remove remaining references to mv-if-diff + Branch: perl + ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL +____________________________________________________________________________ +[ 25843] By: nicholas on 2005/10/25 10:55:27 + Log: Oops. the trick is to edit Makefile.SH + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25842] By: nicholas on 2005/10/25 10:36:39 + Log: Subject: [PATCH] remove mv-if-diff + From: Rafael Garcia-Suarez + Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com> + Date: Mon, 24 Oct 2005 19:32:57 +0200 + + (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect + this removal in MANIFEST) + Branch: perl + - mv-if-diff + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 25841] By: nicholas on 2005/10/25 09:09:49 + Log: Replace all the strlen()s related to PL_pidstatus with the return + value of my_sprintf + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25840] By: nicholas on 2005/10/25 08:32:25 + Log: Whoops. The Windows build is going to need to know that this symbol is + defined. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25839] By: rgs on 2005/10/25 08:14:33 + Log: Subject: VMS exit handling still broken, need some help. + From: "John E. Malmberg" + Date: Mon, 24 Oct 2005 01:34:41 -0400 + Message-ID: <435C7271.8070403@qsl.net> + Branch: perl + ! perl.c perl.h vms/vms.c +____________________________________________________________________________ +[ 25838] By: merijn on 2005/10/25 05:58:00 + Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer. + From: "John E. Malmberg" + Date: Mon, 24 Oct 2005 23:37:46 -0400 + Message-ID: <435DA88A.90201@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25837] By: merijn on 2005/10/24 23:35:40 + Log: Backport of changes #25831 and #25832. Re-order needed + + Subject: [PATCH] Re: Configure question about format of cc/cppsymbols + From: Yitzchak Scott-Thoennes + Date: Mon, 24 Oct 2005 13:04:58 -0700 + Message-ID: <20051024200458.GC2312@efn.org> + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 25833] By: merijn on 2005/10/24 22:44:22 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 24 Oct 2005 23:19:48 +0100 + Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t +____________________________________________________________________________ +[ 25832] By: nicholas on 2005/10/24 21:20:21 + Log: Add my_sprintf, which is usually just a macro for sprintf, for those + places where we want to use the return value of sprintf. This allows + a wrapper to be used for platforms where the C library isn't ANSI- + conformant. + Branch: perl + ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h + ! proto.h util.c +____________________________________________________________________________ +[ 25831] By: nicholas on 2005/10/24 20:03:38 + Log: Add a probe for whether sprintf returns the length of the buffer. + Update all the canned config.sh files. + Assume that symbian and Win32 are all ANSI conformant, note that ARM + Linux (ie glibc) will be, don't assume that any other platform is. + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary configure.com epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.sh + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 25830] By: rgs on 2005/10/24 16:18:41 + Log: Fix path in code example + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25829] By: rgs on 2005/10/24 15:21:28 + Log: Subject: Re: do { EXPR for EXPR } + From: Robin Houston + Date: Sat, 22 Oct 2005 16:56:27 +0100 + Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk> + Branch: perl + ! op.c t/cmd/mod.t +____________________________________________________________________________ +[ 25828] By: stevep on 2005/10/24 14:16:32 + Log: Update one of merijn's previous emails. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25827] By: craigb on 2005/10/23 22:17:44 + Log: Subject: [patch@25825] Fix st_ino compare to use real data. + From: "John E. Malmberg" + Date: Sun, 23 Oct 2005 17:46:46 -0400 + Message-id: <435C04C6.2090405@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25825] By: mhx on 2005/10/23 10:16:45 + Log: Fix mismatched braces in S_fd_on_nosuid_fs(). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25824] By: craigb on 2005/10/22 16:43:40 + Log: VMS threaded build fixes for things broken in #25783 + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25823] By: nicholas on 2005/10/22 13:12:48 + Log: use more 'const' in the Encode data structures. + Branch: perl + ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 25822] By: mhx on 2005/10/22 13:02:02 + Log: Turn NN to NULLOK for functions that have code to handle + the ptr == NULL case and are currently called with NULL + pointers. Having parameters tagged NN can make gcc optimize + away the code for the NULL case, causing segfaults. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25821] By: nicholas on 2005/10/22 12:08:34 + Log: Mark more static Encode data structures as const. + Branch: perl + ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h + ! ext/Encode/bin/enc2xs ext/Encode/encengine.c +____________________________________________________________________________ +[ 25820] By: stevep on 2005/10/21 21:54:01 + Log: Documentation on getting a FORMAT ref from a GLOB was missing from + perlref.pod. Thanks for David Wheeler for starting the discussion + and Paul Johnson for confirming that it could actually be done. + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 25819] By: merijn on 2005/10/21 15:49:00 + Log: Subject: [PATCH] Symbian/beginnings of Series 80 support + From: + Date: Fri, 21 Oct 2005 17:15:23 +0300 + Message-ID: + Branch: perl + + symbian/PerlAppS60.rss symbian/PerlAppS80.rss + ! MANIFEST +____________________________________________________________________________ +[ 25818] By: rgs on 2005/10/21 15:44:38 + Log: Subject: allow "" as select bitmask [PATCH] + From: Gisle Aas + Date: 21 Oct 2005 08:04:40 -0700 + Message-ID: + Branch: perl + ! pp_sys.c t/op/sselect.t +____________________________________________________________________________ +[ 25816] By: rgs on 2005/10/21 15:06:13 + Log: Rewording of doc change #25812 + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 25815] By: merijn on 2005/10/21 14:12:37 + Log: Subject: [PATCH] Symbian/beginnings of Series 80 support + From: + Date: Fri, 21 Oct 2005 17:15:23 +0300 + Message-ID: + Branch: perl + - symbian/PerlApp.rss +____________________________________________________________________________ +[ 25814] By: merijn on 2005/10/21 14:12:10 + Log: Subject: [PATCH] Symbian/beginnings of Series 80 support + From: + Date: Fri, 21 Oct 2005 17:15:23 +0300 + Message-ID: + Branch: perl + ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh + ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 25813] By: rgs on 2005/10/21 13:24:30 + Log: Subject: wrong maxlen in sselect [PATCH] + From: Gisle Aas + Date: 21 Oct 2005 05:24:30 -0700 + Message-ID: + + Plus a regression test for the new warning. + Branch: perl + ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 25812] By: rgs on 2005/10/21 13:01:26 + Log: Subject: Re: [PATCH] return values reworded in perlsub.pod + From: Xavier Noria + Date: Fri, 21 Oct 2005 08:43:12 +0200 + Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com> + + (with minor tweaks) + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 25811] By: rgs on 2005/10/21 09:31:52 + Log: Remove last remaining reference to vax11c + Branch: perl + ! x2p/a2p.h +____________________________________________________________________________ +[ 25810] By: craigb on 2005/10/20 22:38:36 + Log: Subject: [patch@25809]restore documented exit behavior + From: "John E. Malmberg" + Date: Thu, 20 Oct 2005 18:21:20 -0400 + Message-id: <43581860.3020108@qsl.net> + Branch: perl + ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c +____________________________________________________________________________ +[ 25809] By: rgs on 2005/10/19 21:15:53 + Log: Fix doc typo, by Gisle Aas + Branch: perl + ! lib/User/grent.pm +____________________________________________________________________________ +[ 25808] By: rgs on 2005/10/19 20:46:50 + Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave + From: Robin Houston + Date: Oct 14, 2005 1:54 AM + Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk> + Branch: perl + ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t +____________________________________________________________________________ +[ 25805] By: rgs on 2005/10/19 13:19:17 + Log: Forgotten chunk by jhi + Branch: perl + ! symbian/makesis.pl +____________________________________________________________________________ +[ 25804] By: rgs on 2005/10/19 13:09:09 + Log: Subject: [PATCH] blead 25801: Symbian batch of today + From: + Date: Wed, 19 Oct 2005 16:19:23 +0300 + Message-ID: + Branch: perl + ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 25803] By: rgs on 2005/10/19 08:18:30 + Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code + From: Andy Lester + Date: Tue, 18 Oct 2005 09:57:23 -0500 + Message-ID: <20051018145723.GA4964@petdance.com> + Branch: perl + ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c +____________________________________________________________________________ +[ 25802] By: rgs on 2005/10/19 07:52:20 + Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod + From: Sébastien Aperghis-Tramoni + Date: Tue, 18 Oct 2005 22:22:57 +0200 + Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr> + + (tweaked to remove trailing whitespace to doc entries) + Plus, regenerate doc and headers + Branch: perl + ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h +____________________________________________________________________________ +[ 25801] By: craigb on 2005/10/19 00:29:00 + Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS + From: "John E. Malmberg" + Date: Tue, 18 Oct 2005 14:43:29 -0400 + Message-id: <43554251.5020704@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25800] By: rgs on 2005/10/18 21:22:17 + Log: Add notes about -f _ and defined %foo:: in perldelta + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 25799] By: rgs on 2005/10/18 20:57:43 + Log: Force _ to be always a bareword after filetest operators + Branch: perl + ! t/op/filetest.t toke.c +____________________________________________________________________________ +[ 25798] By: nicholas on 2005/10/18 19:52:27 + Log: Add Rafael's 5.10 roadmap to perltodo. + Add state variables. + Remove xsubpp entry, as that had been done already. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25797] By: rgs on 2005/10/18 19:24:55 + Log: Fix tokenizer debugging trace for file tests + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25796] By: stevep on 2005/10/18 19:15:40 + Log: Upgrade to Digest-1.13 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm +____________________________________________________________________________ +[ 25795] By: merijn on 2005/10/18 16:30:54 + Log: VMS does not have clearenv () according to John E. Malmberg + Followup to 25793 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25794] By: steveh on 2005/10/18 15:03:50 + Log: Update win32 config files w.r.t. change #25793 + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 25793] By: merijn on 2005/10/18 13:50:15 + Log: Add probe for clearenv (), like #25733 for unsetenv () + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25790] By: rgs on 2005/10/18 12:48:17 + Log: Subject: [PATCH] missed some SYMBIAN ifdefs + From: + Date: Tue, 18 Oct 2005 16:07:28 +0300 + Message-ID: + Branch: perl + ! perl.h util.h +____________________________________________________________________________ +[ 25789] By: stevep on 2005/10/18 10:52:01 + Log: Upgrade to Time-HiRes-1.75 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25788] By: rgs on 2005/10/18 09:29:05 + Log: Subject: [PATCH] Symbian: New vs New + From: + Date: Tue, 18 Oct 2005 12:53:16 +0300 + Message-ID: + Branch: perl + ! symbian/PerlUtil.cpp +____________________________________________________________________________ +[ 25786] By: rgs on 2005/10/18 08:01:12 + Log: Subject: [patch@25783] vmsish.h fix for lstat() definition + From: "John E. Malmberg" + Date: Mon, 17 Oct 2005 17:08:19 -0400 + Message-ID: <435412C3.3080504@qsl.net> + Branch: perl + ! vms/vmsish.h +____________________________________________________________________________ +[ 25784] By: steveh on 2005/10/17 15:48:24 + Log: Silence gcc complaints about comments in config.h + + This suppresses dozens of lines of warnings seen, e.g. here: + http://www.nntp.perl.org/group/perl.daily-build.reports/32231 + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm +____________________________________________________________________________ +[ 25783] By: rgs on 2005/10/17 15:13:35 + Log: Subject: [patch@25775] VMS prep for symbolic links and long filename + From: "John E. Malmberg" + Date: Mon, 17 Oct 2005 08:12:37 -0400 + Message-ID: <43539535.70609@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25782] By: rgs on 2005/10/17 15:05:23 + Log: Subject: [PATCH] even more Symbian + From: + Date: Mon, 17 Oct 2005 18:27:57 +0300 + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs symbian/TODO + ! symbian/find_writeable_data.pl symbian/xsbuild.pl +____________________________________________________________________________ +[ 25781] By: nicholas on 2005/10/17 14:44:59 + Log: Correct precedence from and to && in an expression with assignment. + Branch: perl + ! ext/IO/t/io_sock.t +____________________________________________________________________________ +[ 25780] By: rgs on 2005/10/17 10:16:30 + Log: Subject: Re: small addition to $, and $\ in perlvar.pod + From: Xavier Noria + Date: Sun, 16 Oct 2005 12:27:30 +0200 + Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 25779] By: steveh on 2005/10/17 10:14:46 + Log: Make some casts explicit to keep VC++ 7 happy + + Specifically, this silences the warnings from the following smoke: + http://www.nntp.perl.org/group/perl.daily-build.reports/32258 + (Hmm. Looks like you need to decode the base64 yourself before you + can read that.) + Branch: perl + ! numeric.c op.c pp_pack.c toke.c +____________________________________________________________________________ +[ 25778] By: rgs on 2005/10/17 09:57:24 + Log: Subject: [PATCH] another Symbian update: Alan's fault :-) + From: + Date: Mon, 17 Oct 2005 13:19:34 +0300 + Message-ID: + Branch: perl + + symbian/find_writeable_data.pl + ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h + ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl + ! util.c +____________________________________________________________________________ +[ 25777] By: rgs on 2005/10/17 08:46:31 + Log: Doc/style fixes pointed out by Gisle + Branch: perl + ! lib/warnings/register.pm +____________________________________________________________________________ +[ 25776] By: rgs on 2005/10/17 08:28:15 + Log: Subject: [PATCH] blead@25775 Symbian update + From: + Date: Mon, 17 Oct 2005 11:49:20 +0300 + Message-ID: + Branch: perl + + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod + ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO + ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl + ! symbian/symbian_proto.h symbian/xsbuild.pl +____________________________________________________________________________ +[ 25775] By: davem on 2005/10/16 23:05:44 + Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25774] By: rgs on 2005/10/16 21:47:57 + Log: Subject: [PATCH] Keys of %INC always use forward slashes + From: Jan Dubois + Date: Oct 16, 2005 8:24 PM + Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25772] By: craigb on 2005/10/16 19:10:56 + Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function + From: "John E. Malmberg" + Message-id: <4351F393.8030809@qsl.net> + Date: Sun, 16 Oct 2005 02:30:43 -0400 + Branch: perl + ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25771] By: davem on 2005/10/16 17:46:10 + Log: an assert in av_undef was leaking memory + Branch: perl + ! av.c +____________________________________________________________________________ +[ 25770] By: davem on 2005/10/16 17:39:20 + Log: static functions should be prefixed S_ + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 25769] By: davem on 2005/10/16 14:53:45 + Log: free a thread's interpreter after $t->join() rather than after undef $t + This should fix some ithreads memory leaks. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 25768] By: stevep on 2005/10/16 13:53:00 + Log: Upgrade to version-0.49 + Branch: perl + ! lib/version.pm lib/version.pod +____________________________________________________________________________ +[ 25767] By: stevep on 2005/10/16 13:24:23 + Log: No more attempting to edit Pod before the first coffee of the morning. + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 25766] By: stevep on 2005/10/16 13:10:02 + Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker). + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 25765] By: stevep on 2005/10/16 13:02:19 + Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file + to work within the core). + Branch: perl + + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr + ! MANIFEST lib/Pod/Find.pm +____________________________________________________________________________ +[ 25764] By: stevep on 2005/10/16 12:36:37 + Log: Upgrade to ExtUtils-ParseXS-2.15. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25763] By: nicholas on 2005/10/15 21:35:29 + Log: Subject: pre{inc,dec} is faster, even with integers + From: hv@crypt.org + Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org> + Date: Fri, 14 Oct 2005 18:22:41 +0100 + Branch: perl + ! op.c t/op/inc.t +____________________________________________________________________________ +[ 25761] By: craigb on 2005/10/15 03:59:44 + Log: Subject: [patch@blead] perlport.pod + From: "John E. Malmberg" + Date: Fri, 14 Oct 2005 23:48:20 -0400 + Message-id: <43507C04.8050003@qsl.net> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 25760] By: craigb on 2005/10/15 03:43:30 + Log: Subject: patch for blead - Perlvms.pod update + From: "John E. Malmberg" + Date: Fri, 14 Oct 2005 21:15:26 -0400 + Message-id: <4350582E.4070209@qsl.net> + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 25759] By: craigb on 2005/10/14 15:31:33 + Log: Grab enough room from the outset in do_tovmsspec() + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25758] By: steveh on 2005/10/14 08:00:58 + Log: Subject: [PATCH] Compress::Zlib - fix for win32 + From: "Paul Marquess" + Date: Thu, 13 Oct 2005 23:06:25 +0100 + Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25757] By: stevep on 2005/10/14 03:46:24 + Log: gcc complains when it sees variables declared + + const register ... + + switched them all to + + register const ... + Branch: perl + ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c +____________________________________________________________________________ +[ 25756] By: stevep on 2005/10/14 01:20:21 + Log: Upgrade to Unicode-Collate-0.52 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 25755] By: stevep on 2005/10/13 23:31:03 + Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25754] By: stevep on 2005/10/13 23:03:46 + Log: Subject: [PATCH] Stas' croak patch and then some + From: Andy Lester + Date: Thu, 13 Oct 2005 16:42:12 -0500 + Message-ID: <20051013214212.GA1122@petdance.com> + Branch: perl + ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c + ! sv.c t/TEST toke.c utf8.c +____________________________________________________________________________ +[ 25753] By: rgs on 2005/10/13 15:53:39 + Log: If /dev/null is not readable, perl -e fails with + an obscure error message. Make it more understandable. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25752] By: rgs on 2005/10/13 14:18:50 + Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS + From: "John E. Malmberg" + Date: Thu, 13 Oct 2005 10:28:23 -0400 + Message-ID: <434E6F07.5020108@qsl.net> + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 25751] By: rgs on 2005/10/13 12:38:21 + Log: Subject: SvPVutf8_nolen crashes [PATCH] + From: Gisle Aas + Date: 13 Oct 2005 06:00:49 -0700 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25750] By: rgs on 2005/10/13 12:22:24 + Log: Better cleanup of directories created by C::Zlib + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25749] By: merijn on 2005/10/13 12:17:41 + Log: PL_use_safe_putenv needs to be in the export lists + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25748] By: rgs on 2005/10/13 11:20:23 + Log: Subject: [PATCH] POD index entries with X<> + From: Ivan Tubert-Brohman + Date: Wed, 12 Oct 2005 19:20:18 -0400 + Message-ID: <434D9A32.4050305@cpan.org> + Branch: perl + ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod + ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod + ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod + ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod + ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod + ! pod/perlsyn.pod pod/perltie.pod +____________________________________________________________________________ +[ 25747] By: rgs on 2005/10/13 09:43:46 + Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH] + From: Gisle Aas + Date: 13 Oct 2005 01:42:32 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25746] By: rgs on 2005/10/13 09:05:42 + Log: The new REQUIRE token introduced by change 25599 must be + nonassoc, just like the UNIOP token it's patterned after. + (While we're at it, allow to use bison 2.1 to regenerate + the parser files.) + Branch: perl + ! perly.act perly.h perly.tab perly.y regen_perly.pl +____________________________________________________________________________ +[ 25745] By: rgs on 2005/10/13 08:14:32 + Log: Document that -F doesn't accept whitespace in patterns. + (fixes bug #37366) + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 25744] By: merijn on 2005/10/13 06:10:27 + Log: Subject: RE: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Wed, 12 Oct 2005 22:41:41 +0100 + Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm +____________________________________________________________________________ +[ 25743] By: stevep on 2005/10/12 23:28:04 + Log: Subject: [PATCH pp_sort.c 5.8.7] Typo in comment. + From: Abigail + Date: Thu, 13 Oct 2005 01:25:10 +0200 + Message-ID: <20051012232509.GA1018@abigail.nl> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 25742] By: rgs on 2005/10/12 15:55:21 + Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0 + From: + Date: Wed, 12 Oct 2005 19:12:57 +0300 + Message-ID: + Branch: perl + + symbian/sisify.pl + ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/TODO symbian/config.pl symbian/port.pl +____________________________________________________________________________ +[ 25741] By: rgs on 2005/10/12 11:37:49 + Log: Update to the config boilerplates, by Jarkko + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh + ! wince/config.ce +____________________________________________________________________________ +[ 25740] By: craigb on 2005/10/11 23:58:26 + Log: disarm unsetenv() on VMS for now (function is present + but %ENV is more complicated) + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25739] By: stevep on 2005/10/11 22:27:18 + Log: Subject: [PATCH] Compress::Zlib + From: Paul Marquess + Date: Tue, 11 Oct 2005 22:54:25 +0100 + + This silences a few warnings on AIX + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/t/04def.t +____________________________________________________________________________ +[ 25738] By: rgs on 2005/10/11 21:14:49 + Log: Comment fix + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25737] By: merijn on 2005/10/11 15:15:37 + Log: Subject: [PATCH] environ fixup + From: Alan Burlison + Date: Tue, 11 Oct 2005 16:29:54 +0100 + Message-ID: <434BDA72.4090109@sun.com> + Branch: perl + ! handy.h hints/solaris_2.sh perl.c util.c +____________________________________________________________________________ +[ 25736] By: merijn on 2005/10/11 11:30:22 + Log: Subject: [PATCH] Symbian blead fix + From: + Date: Tue, 11 Oct 2005 14:48:49 +0300 + Message-ID: + Branch: perl + ! symbian/PerlApp.cpp +____________________________________________________________________________ +[ 25735] By: merijn on 2005/10/11 11:25:46 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Tue, 11 Oct 2005 12:35:22 +0100 + Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/t/16oneshot.t +____________________________________________________________________________ +[ 25734] By: steveh on 2005/10/11 10:09:48 + Log: Update win32 config files w.r.t. change #25733 + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 25733] By: merijn on 2005/10/10 13:47:17 + Log: Add probe for unsetenv () + Subject: Re: Perl's handling of environ breaks on Solaris 10 + From: Steve Peters + Date: Mon, 10 Oct 2005 07:51:17 -0500 + Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25731] By: stevep on 2005/10/10 13:14:50 + Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH] + From: Gisle Aas + Date: 10 Oct 2005 06:20:23 -0700 + + Change to remove a call to Win32::GetShortPathName() from + Test::Harness::Straps. + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 25730] By: rgs on 2005/10/10 11:22:08 + Log: Subject: [PATCH] Symbian bleadperl@25725 update + From: + Date: Mon, 10 Oct 2005 14:28:31 +0300 + Message-ID: + Branch: perl + ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c + ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 25729] By: rgs on 2005/10/10 11:16:24 + Log: Subject: RE: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 10 Oct 2005 12:24:29 +0100 + Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25728] By: merijn on 2005/10/10 10:36:51 + Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH] + From: Gisle Aas + Date: 10 Oct 2005 03:58:09 -0700 + Message-ID: + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 25727] By: merijn on 2005/10/10 10:27:12 + Log: Making t/14gzopen.t a bit more robust. + Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 10 Oct 2005 11:40:00 +0100 + Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/t/14gzopen.t +____________________________________________________________________________ +[ 25726] By: merijn on 2005/10/10 06:14:30 + Log: Compress::Zlib should not ask under Cygwin in CORE + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25725] By: stevep on 2005/10/10 01:18:58 + Log: From: Paul Marquess + Subject: RE: [PATCH] DB_File 1.1812 + Date: Sun, 9 Oct 2005 23:25:38 +0100 + + Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess. + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25724] By: rgs on 2005/10/09 21:27:57 + Log: Upgrade to DB_File 1.1812, by Paul Marquess + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t +____________________________________________________________________________ +[ 25723] By: stevep on 2005/10/09 18:53:02 + Log: Tweaks to get Test::Builder::Tester's tests to work in the core. + Branch: perl + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_04line_num.t +____________________________________________________________________________ +[ 25722] By: stevep on 2005/10/09 18:06:13 + Log: Upgraded to ExtUtils-ParseXS-2.14. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25721] By: rgs on 2005/10/09 16:42:26 + Log: Don't use a regexp in DB::sub(). + This should work around perlbug #37102. + Branch: perl + ! lib/DB.pm +____________________________________________________________________________ +[ 25720] By: stevep on 2005/10/09 15:37:41 + Log: It would be nice to upgrade the right file. Double grrrrr. + Branch: perl + ! lib/ExtUtils/CBuilder.pm +____________________________________________________________________________ +[ 25719] By: stevep on 2005/10/09 15:32:29 + Log: Add standard core test header to Test::Builder::Tester tests. + Branch: perl + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_02fhrestore.t + ! lib/Test/Simple/t/tbt_03die.t + ! lib/Test/Simple/t/tbt_04line_num.t + ! lib/Test/Simple/t/tbt_05faildiag.t + ! lib/Test/Simple/t/tbt_06errormess.t + ! lib/Test/Simple/t/tbt_07args.t +____________________________________________________________________________ +[ 25718] By: stevep on 2005/10/09 15:24:43 + Log: Upgrade to Test-Simple-0.62. + Branch: perl + + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm + + lib/Test/Simple/t/tbt_01basic.t + + lib/Test/Simple/t/tbt_02fhrestore.t + + lib/Test/Simple/t/tbt_03die.t + + lib/Test/Simple/t/tbt_04line_num.t + + lib/Test/Simple/t/tbt_05faildiag.t + + lib/Test/Simple/t/tbt_06errormess.t + + lib/Test/Simple/t/tbt_07args.t + ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t + ! lib/Test/Simple/t/is_deeply_fail.t +____________________________________________________________________________ +[ 25717] By: stevep on 2005/10/09 14:51:12 + Log: Missed files in upgrading modules. Grrrr + Branch: perl + ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25716] By: rgs on 2005/10/09 14:31:47 + Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC + From: SADAHIRO Tomoyuki + Date: Oct 8, 2005 9:59 AM + Message-Id: <20051008165752.348A.BQW10602@nifty.com> + Branch: perl + ! lib/utf8.t utf8.c utf8.h +____________________________________________________________________________ +[ 25712] By: stevep on 2005/10/07 15:41:32 + Log: Documentation nit in INSTALL found by Alan Burlison. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 25711] By: stevep on 2005/10/07 03:29:37 + Log: Upgrade to Pathtools-3.12 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 25710] By: craigb on 2005/10/07 02:41:03 + Log: Parse symbols for the linker when more than one declaration + on the same line (the way PERLVARISC now throws at us). + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 25709] By: nicholas on 2005/10/06 21:31:39 + Log: Avoid a cast + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25708] By: stevep on 2005/10/06 19:23:59 + Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and + SvIV_set(). Otherwise, compiling with -DPERL_DEBUG_COW fails. + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25707] By: rgs on 2005/10/06 13:42:00 + Log: Be nice with subversion hidden directories + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25706] By: rgs on 2005/10/06 13:24:24 + Log: Update with new files from C::Zlib + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25705] By: rgs on 2005/10/06 13:23:20 + Log: Move ZlibTestUtils.pm under t/ + Branch: perl + + t/lib/ZlibTestUtils.pm + - lib/ZlibTestUtils.pm + ! MANIFEST ext/Compress/Zlib/t/01version.t + ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 25704] By: rgs on 2005/10/06 09:09:06 + Log: Don't install pods via MakeMaker for C::Zlib, + as suggested by Robin Barker + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25703] By: merijn on 2005/10/06 08:42:56 + Log: Add -C to allowed $PERL5OPT options + Add -C to the $PERL5OPT documentation (and added the missing -A too) + t/run/runenv.t Could use some more tests about how supported + and unsupported options in $PERL5OPT are handled + Branch: perl + ! perl.c pod/perldiag.pod pod/perlrun.pod +____________________________________________________________________________ +[ 25702] By: rgs on 2005/10/06 07:27:39 + Log: Remove the getprotobynumber test, for portability concerns + Branch: perl + - t/op/getprotobynumber.t + ! MANIFEST +____________________________________________________________________________ +[ 25701] By: nicholas on 2005/10/05 23:22:27 + Log: Fix Compress::Zlib test boilerplate + Branch: perl + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t + ! ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 25699] By: rgs on 2005/10/05 21:26:57 + Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25698] By: rgs on 2005/10/05 21:03:29 + Log: Add test preambles to Compress::Zlib. + Remove 99pod.t, useless in the core + Branch: perl + - ext/Compress/Zlib/t/99pod.t + ! MANIFEST ext/Compress/Zlib/t/01version.t + ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 25697] By: stevep on 2005/10/05 18:20:54 + Log: Subject: proposal [perl #34301]: IO::Socket calls getpeername far too often + From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann) + Date: Thu, 2 Jun 2005 13:34:49 +0200 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 25696] By: steveh on 2005/10/05 16:04:26 + Log: Subject: [PATCH] Re: Untested builtins + From: Steven Schubiger + Date: Wed, 28 Sep 2005 15:46:45 +0200 + Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org> + Branch: perl + + t/op/getprotobynumber.t + ! MANIFEST +____________________________________________________________________________ +[ 25695] By: rgs on 2005/10/05 15:53:34 + Log: Upgrade to Compress::Zlib 2.000_05 + Branch: perl + + ext/Compress/Zlib/examples/gzcat.zlib + + ext/Compress/Zlib/fallback/constants.h + + ext/Compress/Zlib/fallback/constants.xs + + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm + + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm + + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm + + ext/Compress/Zlib/lib/File/GlobMapper.pm + + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm + + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm + + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm + + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm + + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm + + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h + + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t + + ext/Compress/Zlib/t/05examples.t + + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + + ext/Compress/Zlib/t/08encoding.t + + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t + + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm + - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h + - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t + - ext/Compress/Zlib/t/04encoding.t + - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t + - ext/Compress/Zlib/zlib-src/gzio.c + ! MANIFEST ext/Compress/Zlib/Changes + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef + ! ext/Compress/Zlib/examples/filtinf + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzgrep + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/typemap +____________________________________________________________________________ +[ 25694] By: steveh on 2005/10/05 15:34:18 + Log: Fix $Config{ccflags} for Win32 perls built with dmake + + The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL) + and -W3 to the ccflags in CFG_VARS, but the dmake makefile + (win32/makefile.mk) doesn't. This means that extensions built with + perls built with VC++ and dmake spit out damn M$ logo messages and use + a lower warning level. + + The reason for the difference is probably that the dmake makefile + supports multiple compilers. Therefore, put the extra ccflags into a + new macro, and set it appropriately for each compiler. Add the new + macro to the nmake makefile too for orthogonality. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 25693] By: merijn on 2005/10/05 15:34:09 + Log: Subject: Re: [PATCH] Random constings and printf cleanup + From: Andy Lester + Date: Tue, 4 Oct 2005 15:16:05 -0500 + Message-ID: <20051004201605.GA31682@petdance.com> + Branch: perl + ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c +____________________________________________________________________________ +[ 25691] By: stevep on 2005/10/04 16:24:28 + Log: Fixes to Pod errors found by podchecker. + Branch: perl + ! README.os2 pod/perlfunc.pod +____________________________________________________________________________ +[ 25690] By: stevep on 2005/10/04 12:02:04 + Log: Upgrade to ExtUtils-ParseXS-2.13 + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25689] By: stevep on 2005/10/04 11:01:11 + Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to + ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION) + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm + ! lib/ExtUtils/CBuilder/t/02-link.t +____________________________________________________________________________ +[ 25688] By: merijn on 2005/10/04 10:10:41 + Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment) + From: Gisle Aas + Date: 04 Oct 2005 02:18:27 -0700 + Message-ID: + Branch: perl + ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h + ! wince/perlhost.h +____________________________________________________________________________ +[ 25687] By: rgs on 2005/10/03 16:16:21 + Log: Subject: Clone PL_statusvalue_posix [PATCH] + From: Gisle Aas + Date: 03 Oct 2005 09:37:57 -0700 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25686] By: rgs on 2005/10/03 15:42:45 + Log: Pod::Usage documentation fix, suggested by : + + Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation + From: "Steven Schubiger via RT" + Date: Sun, 02 Oct 2005 07:25:37 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 25685] By: rgs on 2005/10/03 15:17:09 + Log: Yitzchak points out that this function argument is NULLOK + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25684] By: rgs on 2005/10/03 11:27:31 + Log: Spaces to tabs + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 25683] By: craigb on 2005/10/03 03:43:31 + Log: We lied about strtoq way back in #8120 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25682] By: stevep on 2005/10/03 03:10:05 + Log: Upgrade to Digest-1.12 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 25681] By: craigb on 2005/10/03 00:20:30 + Log: fix bug introduced by #25507 that kept ccflags from + making it into config.sh + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25680] By: craigb on 2005/10/02 21:45:20 + Log: assorted blead build help for VMS (mostly ithreads-related) + Branch: perl + ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h +____________________________________________________________________________ +[ 25679] By: stevep on 2005/10/02 12:50:02 + Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm + From: perlbug-followup[at]perl.org (Yves Orton) + Date: Thu, 22 Sep 2005 11:31:02 -0700 + Message-ID: + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 25678] By: stevep on 2005/10/02 04:42:46 + Log: Clarify the documentation regarding the return value from C. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25677] By: stevep on 2005/10/02 04:32:48 + Log: If a 'use' or 'require' fails due to too many open files (EMFILE), + give an appropriate error message rather than saying the module + cannot be found in @INC. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25676] By: stevep on 2005/10/02 03:30:55 + Log: Missed test changes and a bit of debugging code that should + have been removed. + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 25675] By: stevep on 2005/10/02 02:24:12 + Log: Fix some of the XHTML issues in Pod::Html. The call for some time + with a debugger to figure out what is going on. + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25674] By: davem on 2005/10/01 23:51:40 + Log: Improve -DT output and fix wild buffer pointer error + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25672] By: steveh on 2005/09/30 15:52:30 + Log: Make building perl on Win32 with the free VC++ toolkit easier + + Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full + versions of MS VC++ 7.x respectively. Perl can now be built with the + free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no + hacking of the win32/Makefile required. Update README.win32 with + these changes. + + Also add the CCTYPE MSVC to win32/Makefile. This is already supported + in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD + for MS VC++ 3.x through 5.x. Update README.win32 for this too. + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 25666] By: rgs on 2005/09/30 08:59:14 + Log: Upgrade to XSLoader 0.05, plus a few doc nits, + by Sébastien Aperghis-Tramoni + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 25665] By: davem on 2005/09/29 22:57:44 + Log: PL_defoutgv could be used after being freed + Was giving "use of freed value" warnings in t/io/through.t + and t/io/crlf_through.t + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25664] By: davem on 2005/09/29 21:01:54 + Log: the return value of start_subparse() can legally be ignored + Branch: perl + ! embed.fnc gv.c proto.h +____________________________________________________________________________ +[ 25663] By: stevep on 2005/09/29 20:43:52 + Log: Added new flag (--use-xsloader) to use XSLoader when in backward + compatibility mode. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 25662] By: stevep on 2005/09/29 18:04:29 + Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL + if the compatible version is less than 5.006 (the first version with + XSLoader). + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 25660] By: nicholas on 2005/09/29 13:00:18 + Log: 2 more e-mail addresses that map to rgs + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25659] By: nicholas on 2005/09/29 12:54:00 + Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25658] By: nicholas on 2005/09/29 12:50:40 + Log: Correct/tweak Changes so that checkAUTHORS.pl parses it. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 25657] By: nicholas on 2005/09/29 11:01:53 + Log: Teach the alias mapping about new committers. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25656] By: nicholas on 2005/09/29 10:54:56 + Log: Cope with completely empty lines within the Changes file. + Better diagnostics on "malformed" lines. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25652] By: steveh on 2005/09/29 08:47:26 + Log: Clean up CBuilder and ParseXS test files + + This was done once already in change 25222, but then modified in change + 25225. The new versions of CBuilder and ParseXS that sync'ed those + changes and have now been integrated back into bleadperl missed some + bits of change 25225. Try again. + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25651] By: nicholas on 2005/09/29 06:52:35 + Log: Attempting to do too many things simultaneously with the C pre- + processor considered harmful. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25650] By: stevep on 2005/09/29 00:23:44 + Log: Upgrade to ExtUtils::CBuilder 0.14 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t +____________________________________________________________________________ +[ 25649] By: stevep on 2005/09/28 22:59:08 + Log: Upgrade to Test::Harness 2.56 + Branch: perl + + t/lib/sample-tests/bignum_many + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t + ! t/lib/sample-tests/bignum +____________________________________________________________________________ +[ 25640] By: nicholas on 2005/09/28 19:56:53 + Log: savepv and savepvn are actually NULLOK + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25638] By: nicholas on 2005/09/28 18:51:15 + Log: Forgot to run embed.pl after change 25637 + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 25637] By: nicholas on 2005/09/28 18:31:04 + Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK + From: Andy Lester + Message-ID: <20050928172254.GE20201@petdance.com> + Date: Wed, 28 Sep 2005 12:22:54 -0500 + Branch: perl + ! embed.fnc embed.pl +____________________________________________________________________________ +[ 25634] By: nicholas on 2005/09/28 15:56:45 + Log: We can use the C pre-processor to build a single, longer string + constant which makes the object code slightly smaller. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25627] By: steveh on 2005/09/28 08:23:01 + Log: Improve File::Spec::Win32->path() and fix MM_Win32.t + + Subject: Improved File::Spec::Win32->path [PATCH] + From: Gisle Aas + Date: 17 Sep 2005 00:13:41 -0700 + Message-ID: + + Subject: Re: Improved File::Spec::Win32->path [PATCH] + From: Michael G Schwern + Date: Tue, 27 Sep 2005 13:05:54 -0700 + Message-ID: <20050927200554.GC20908@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 25626] By: stevep on 2005/09/28 00:06:29 + Log: Upgrade to CGI-3.11, with some modifications for Pod differences in + bleadperl. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 25625] By: rgs on 2005/09/27 20:07:32 + Log: Comment nit by Vadim Konovalov + And while we're at it, reindent consistently. + Branch: perl + ! t/io/crlf.t +____________________________________________________________________________ +[ 25624] By: rgs on 2005/09/27 20:04:07 + Log: POD nit by Yitzchak + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25623] By: rgs on 2005/09/27 17:02:42 + Log: Clarify what -MFoo=number does on the command-line + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 25621] By: stevep on 2005/09/27 15:05:18 + Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files + From: "Dintelmann, Peter" + Date: Tue, 27 Sep 2005 15:18:00 +0200 + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25619] By: rgs on 2005/09/27 14:25:53 + Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off + too many warnings. + Branch: perl + ! mg.c t/io/binmode.t t/lib/warnings/2use +____________________________________________________________________________ +[ 25618] By: rgs on 2005/09/27 12:53:49 + Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer + From: Ilya Zakharevich + Date: Tue, 27 Sep 2005 02:07:35 -0700 + Message-ID: <20050927090734.GB3687@math.berkeley.edu> + Branch: perl + + t/io/crlf_through.t t/io/through.t + ! MANIFEST perlio.c +____________________________________________________________________________ +[ 25617] By: rgs on 2005/09/27 11:06:23 + Log: OPpRUNTIME can be set on OP_QR too + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 25616] By: rgs on 2005/09/27 10:09:46 + Log: Fix the overriding of CORE::do, just like change 25599 + was fixing the overriding of CORE::require + Branch: perl + ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c +____________________________________________________________________________ +[ 25615] By: rgs on 2005/09/27 09:18:42 + Log: Micro-optimisation: use PL_globalstash instead of looking up + CORE::GLOBAL::require by name + Branch: perl + ! op.c +____________________________________________________________________________ +[ 25614] By: rgs on 2005/09/27 09:04:50 + Log: Addition to change 25612 + Branch: perl + ! symbian/PerlApp.cpp +____________________________________________________________________________ +[ 25613] By: rgs on 2005/09/27 08:36:24 + Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND() + From: "Jan Dubois" + Date: Mon, 26 Sep 2005 21:19:51 -0700 + Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com> + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 25612] By: rgs on 2005/09/27 08:33:36 + Log: Subject: [PATCH] 5.9.x@25609 Symbian update + From: + Date: Tue, 27 Sep 2005 11:54:00 +0300 + Message-ID: + Branch: perl + ! symbian/PerlApp.cpp symbian/config.sh +____________________________________________________________________________ +[ 25611] By: rgs on 2005/09/27 07:42:52 + Log: Test for OPpCONST_NOVER only on OP_CONST ops. + Plus a regression test by Schwern. + Branch: perl + ! pp_ctl.c t/op/override.t +____________________________________________________________________________ +[ 25610] By: rgs on 2005/09/27 06:40:09 + Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change. + From: Michael G Schwern + Date: Mon, 26 Sep 2005 14:21:09 -0700 + Message-ID: <20050926212109.GA11036@windhund.schwern.org> + Branch: perl + ! lib/AutoSplit.t lib/Pod/t/InputObjects.t +____________________________________________________________________________ +[ 25609] By: stevep on 2005/09/27 02:45:50 + Log: Upgrade to Encode 2.12 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod + ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm +____________________________________________________________________________ +[ 25608] By: stevep on 2005/09/26 23:09:44 + Log: Upgrade to Digest 1.11 with a minor Pod fix. Also my first commit :) + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 25605] By: nicholas on 2005/09/26 17:54:06 + Log: const sausage const const bacon const tomato and const + The search_ext parameter to find_script can be a little more const. + Branch: perl + ! embed.fnc proto.h util.c +____________________________________________________________________________ +[ 25604] By: rgs on 2005/09/26 16:31:43 + Log: Upgrade to Test::Simple 0.61 + Branch: perl + + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t + + t/lib/Test/Simple/sample_tests/too_few_fail.plx + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/00test_harness_check.t + ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t + ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/extra_one.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/fail_one.t + ! lib/Test/Simple/t/harness_active.t + ! lib/Test/Simple/t/has_plan2.t + ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t + ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t + ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t + ! lib/Test/Simple/t/undef.t + ! t/lib/Test/Simple/sample_tests/too_few.plx +____________________________________________________________________________ +[ 25602] By: rgs on 2005/09/26 14:45:53 + Log: Fix change 25597 for non-Windows platforms + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 25601] By: rgs on 2005/09/26 14:24:20 + Log: Make B::Deparse handle correctly CORE::require + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25600] By: rgs on 2005/09/26 14:22:43 + Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE + Branch: perl + ! op.h +____________________________________________________________________________ +[ 25599] By: rgs on 2005/09/26 14:04:21 + Log: CORE::require was always parsed as require(). + That's because require() isn't overridable at tokenizer-level + like other overridable built-ins, but is handled by the optree + builder. So, find a way to pass the information that require() + was written as CORE::require() to Perl_ck_require. This is + done by adding a new token type REQUIRE and by adding OPf_SPECIAL + to OP_REQUIRE when it's saw as CORE::require in the program text. + This fixes bug [perl #37274] The "CORE" in CORE::require is ignored. + Branch: perl + ! op.c perly.act perly.h perly.tab perly.y toke.c +____________________________________________________________________________ +[ 25597] By: steveh on 2005/09/26 08:54:13 + Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 + From: "Steve Peters via RT" + Date: Sun, 25 Sep 2005 14:41:03 -0700 + Message-ID: + + and update docs + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 25591] By: rgs on 2005/09/23 20:46:04 + Log: Upgrade to Compress::Zlib 1.40 + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25590] By: rgs on 2005/09/23 19:06:31 + Log: Subject: [PATCH] Fix to PERL_DEBUG_COW + From: Steve Peters + Date: Sep 23, 2005 8:11 PM + Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25588] By: rgs on 2005/09/23 15:54:02 + Log: Subject: Re: pod/pod2usage2.t + From: "H.Merijn Brand" + Date: Thu, 22 Sep 2005 12:12:49 +0200 + Message-ID: <20050922121249.5077ee3e@pc09> + + Also, skip all tests on Windows until we find a way + to write them portably + Branch: perl + ! t/pod/pod2usage2.t +____________________________________________________________________________ +[ 25586] By: rgs on 2005/09/23 15:12:03 + Log: Subject: [PATCH] quiet a few warnings + From: Yitzchak Scott-Thoennes + Date: Wed, 21 Sep 2005 18:45:56 -0700 + Message-ID: <20050922014555.GA2852@efn.org> + Branch: perl + ! cygwin/cygwin.c embed.fnc proto.h +____________________________________________________________________________ +[ 25582] By: rgs on 2005/09/23 13:49:24 + Log: Subject: [PATCH] Changes for hints/linux.sh for Purify + From: Steve Peters + Date: Fri, 23 Sep 2005 08:38:58 -0500 + Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 25581] By: steveh on 2005/09/23 13:46:40 + Log: Extend 25579 to cover vc64 too + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 25579] By: rgs on 2005/09/23 13:08:14 + Log: Add Porting/checkcfgvar.pl by Jarkko + Branch: perl + + Porting/checkcfgvar.pl + ! MANIFEST +____________________________________________________________________________ +[ 25578] By: rgs on 2005/09/23 12:35:30 + Log: SAPER is the new maintainer of XSLoader + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25573] By: steveh on 2005/09/23 08:40:58 + Log: Change 25226 should have done this too + Branch: perl + ! win32/config.bc +____________________________________________________________________________ +[ 25571] By: nicholas on 2005/09/22 14:35:52 + Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25570] By: nicholas on 2005/09/22 14:09:37 + Log: The New*() compatibility macros aren't needed inside the perl core. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25563] By: steveh on 2005/09/22 07:26:20 + Log: Forgot to update MANIFEST in change 25547 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 25560] By: rgs on 2005/09/21 21:10:50 + Log: Add an option --ignore to installhtml + and use it to avoid to install doc in Porting/. + Skip also test modules. + Branch: perl + ! Makefile.SH installhtml +____________________________________________________________________________ +[ 25547] By: steveh on 2005/09/21 16:19:03 + Log: Localize $@ in Locale::Maketext::maketext() + so that $lh->maketext("Error: [_1]\n", $@) works as expected + + Also added a new test for this fix + Branch: perl + + lib/Locale/Maketext/t/30_local.t + ! lib/Locale/Maketext.pm +____________________________________________________________________________ +[ 25544] By: rgs on 2005/09/21 15:53:33 + Log: A few POD fixes + Branch: perl + ! Porting/pumpkin.pod ext/B/B/Concise.pm + ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm +____________________________________________________________________________ +[ 25543] By: rgs on 2005/09/21 15:31:02 + Log: Upgrade to Pod::Parser 1.33 + Branch: perl + + t/pod/pod2usage2.t + ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm + ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr +____________________________________________________________________________ +[ 25537] By: rgs on 2005/09/21 14:20:14 + Log: PodParser is now Pod-Parser on CPAN + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25534] By: rgs on 2005/09/21 13:12:33 + Log: Subject: [PATCH 5.8.7] misc a2p fixes + From: Brendan O'Dea + Date: Sun, 11 Sep 2005 19:43:14 +1000 + Message-ID: <20050911094314.GA15155@londo.c47.org> + + and remove the check_byacc target from the x2p makefile + Branch: perl + ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c +____________________________________________________________________________ +[ 25533] By: rgs on 2005/09/21 11:25:54 + Log: Upgrade to ExtUtils::ParseXS 2.12 + Branch: perl + ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25532] By: rgs on 2005/09/21 11:15:43 + Log: Upgrade to Time::HiRes 1.74 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25530] By: nicholas on 2005/09/21 10:53:56 + Log: Remove the last STRLEN n_a;s that my compiler can reach. + Branch: perl + ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act + ! perly.y pp_pack.c sv.h +____________________________________________________________________________ +[ 25526] By: rgs on 2005/09/21 09:37:27 + Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN + (Text-Tabs+Wrap-2005.0824). Keep local changes. + Branch: perl + ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm +____________________________________________________________________________ +[ 25523] By: rgs on 2005/09/20 19:12:28 + Log: Yitzchak says that Tim says that we can distribute + the perl glossary under the same terms as Perl itself. + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25515] By: rgs on 2005/09/20 11:09:48 + Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized + From: Rick Delaney + Date: Thu, 8 Sep 2005 08:55:16 -0400 + Message-ID: <20050908125516.GA18184@localhost.localdomain> + Branch: perl + ! hv.c t/op/local.t +____________________________________________________________________________ +[ 25513] By: steveh on 2005/09/20 09:20:16 + Log: Resolve [perl #37110]: Update README.win32 + + I give up trying to keep the Platform SDK links up-to-date. They seem + to have changed every time that I look at them, so make the + instructions more general. + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 25512] By: rgs on 2005/09/20 09:15:17 + Log: Upgrade to Compress::Zlib 1.39 + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25511] By: rgs on 2005/09/20 09:02:17 + Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash + From: Salvador "FandiXo" + Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT) + Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com> + + (adapted to bleadperl) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25507] By: merijn on 2005/09/20 06:51:38 + Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS. + From: "John E. Malmberg" + Date: Tue, 20 Sep 2005 01:22:24 -0400 + Message-ID: <432F9C90.7080702@qsl.net> + Branch: perl + ! configure.com vms/descrip_mms.template x2p/s2p.PL +____________________________________________________________________________ +[ 25502] By: nicholas on 2005/09/19 21:02:02 + Log: The second argument to Move() is the destination, so cannot possibly + be const. Pesky casting in handy.h. Getting in the way of correctness. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25499] By: nicholas on 2005/09/19 19:44:07 + Log: Add parallel testing to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25497] By: nicholas on 2005/09/19 18:48:10 + Log: First argument to he_dup is actually a const HE * + Branch: perl + ! embed.fnc hv.c proto.h sv.c +____________________________________________________________________________ +[ 25493] By: nicholas on 2005/09/19 15:59:44 + Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to + work with a macro version. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 25488] By: steveh on 2005/09/19 14:18:40 + Log: Update win32 config files w.r.t. change #25387 + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 25486] By: rgs on 2005/09/19 12:38:26 + Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored + From: Yitzchak Scott-Thoennes + Date: Sun, 18 Sep 2005 19:46:37 -0700 + Message-ID: <20050919024637.GA2860@efn.org> + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 25480] By: nicholas on 2005/09/19 07:11:38 + Log: Improve failure case diagnostics from comp/package.t + Branch: perl + ! t/comp/package.t +____________________________________________________________________________ +[ 25476] By: nicholas on 2005/09/18 21:54:18 + Log: Should have been embed.h, not proto.h, in 25475 + Branch: perl + ! embed.h +____________________________________________________________________________ +[ 25475] By: nicholas on 2005/09/18 21:52:25 + Log: It looks like the only way to reliably make Perl_hv_name_set a pure + macro in 5.8.x is to make it available as hv_name_set. + [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes + warnings or other games when Perl_hv_name_set() is a macro] + Branch: perl + ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h +____________________________________________________________________________ +[ 25474] By: merijn on 2005/09/18 18:36:15 + Log: Subject: [patch@25452] VMS fix required by Change 25387 + From: "John E. Malmberg" + Date: Sun, 18 Sep 2005 14:53:09 -0400 + Message-ID: <432DB795.8050801@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25463] By: nicholas on 2005/09/18 11:07:51 + Log: Tidying up the unused or unneeded global variables would be good. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25459] By: nicholas on 2005/09/18 10:12:51 + Log: Controlling what the GNU linker exports from a shared library would + be a useful thing TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25457] By: nicholas on 2005/09/18 09:38:59 + Log: Detail the minimal rewards programme we have on offer. + Hoik relocatable perl to the top of its section. + Some other formatting tweaks. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25452] By: nicholas on 2005/09/17 19:50:47 + Log: + refactoring xsubpp should have been in the "just perl" section. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25451] By: nicholas on 2005/09/17 19:49:27 + Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS" + to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25448] By: nicholas on 2005/09/17 19:11:33 + Log: Add shrinking GVs and CVs to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25446] By: nicholas on 2005/09/17 18:59:37 + Log: Add reduce duplication in sv_setsv_flags to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25445] By: nicholas on 2005/09/17 18:53:39 + Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case + (and the don't know the pointer size case) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 25444] By: nicholas on 2005/09/17 18:40:29 + Log: vv5.9.3 is clearly a bug. + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 25443] By: nicholas on 2005/09/17 18:34:37 + Log: Add ordering of "global" variables to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25442] By: nicholas on 2005/09/17 18:05:30 + Log: Holding a mutex then croak()ing strikes me as deadlock. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 25439] By: nicholas on 2005/09/17 17:09:25 + Log: Add emulate the per-thread memory pool on Unix to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25436] By: nicholas on 2005/09/17 15:42:51 + Log: Add suggestion to profile to find a better set of hot ops for pp_hot. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25434] By: nicholas on 2005/09/17 15:32:36 + Log: add merge Perl_sv_2[inpu]v to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25431] By: nicholas on 2005/09/17 14:36:14 + Log: Making make -j... work is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25430] By: nicholas on 2005/09/17 14:33:33 + Log: Add "automating coverage tests" as a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25429] By: nicholas on 2005/09/17 14:19:54 + Log: Re-order the TODO tasks based on the skills they need, putting the + easist tasks first. I've categorised them as + + =head1 Tasks that only need Perl knowledge + =head1 Tasks that need a little sysadmin-type knowledge + =head1 Tasks that need a little C knowledge + =head1 Tasks that need a knowledge of XS + =head1 Tasks that need a knowledge of the interpreter + =head1 Big projects + + Lets see if we get any takers. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25418] By: rgs on 2005/09/16 12:54:43 + Log: Revert change #24223 : select() will continue + to return -1 on error, like in previous versions, and + like other system builtins. + Branch: perl + ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c +____________________________________________________________________________ +[ 25417] By: rgs on 2005/09/15 14:48:37 + Log: Fix obsolete identifiers in comment + Branch: perl + ! av.h +____________________________________________________________________________ +[ 25416] By: rgs on 2005/09/15 14:19:19 + Log: Upgrade to version.pm 0.48 + Branch: perl + + lib/version.pod + ! MANIFEST lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 25414] By: rgs on 2005/09/14 12:49:58 + Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug) + From: Jarkko Hietaniemi + Date: Wed, 14 Sep 2005 09:26:11 +0300 + Message-ID: <4327C283.80706@gmail.com> + Branch: perl + ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm + ! lib/Math/Trig.t pod/perlfunc.pod +____________________________________________________________________________ +[ 25413] By: rgs on 2005/09/14 08:58:04 + Log: Subject: [perl #37163] dprofpp array subscript error + From: scott@perlcode.org (via RT) + Date: Tue, 13 Sep 2005 12:11:46 -0700 + Message-ID: + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 25411] By: rgs on 2005/09/14 08:11:08 + Log: Change 25409 wasn't necessary for threaded perls + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25409] By: rgs on 2005/09/14 01:08:22 + Log: The debugger wasn't tracing correctly execution in eval("")'ed + code containing #line directives + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25406] By: rgs on 2005/09/13 20:58:38 + Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t) + From: Dominic Dunlop + Date: Sep 13, 2005 11:13 PM + Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com> + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 25403] By: nicholas on 2005/09/13 18:16:55 + Log: Add Luke Closs to AUTHORS + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25402] By: nicholas on 2005/09/13 17:54:09 + Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1 + From: Luke Closs (via RT) + Message-ID: + Date: 1 Jul 2005 21:56:31 -0000 + Branch: perl + ! Configure hints/darwin.sh +____________________________________________________________________________ +[ 25399] By: rgs on 2005/09/13 13:25:23 + Log: Allow non-arrowed form of chained subscripts after slices + + Subject: Re: [perl #37039] perlref documentation about optional -> is too vague + From: Yitzchak Scott-Thoennes + Date: Thu, 1 Sep 2005 17:41:36 -0700 + Message-ID: <20050902004136.GA2656@efn.org> + + Date: Mon, 5 Sep 2005 08:10:20 -0700 + Message-ID: <20050905151020.GA3556@efn.org> + Branch: perl + ! perly.act perly.h perly.tab perly.y t/op/ref.t +____________________________________________________________________________ +[ 25398] By: merijn on 2005/09/13 06:22:58 + Log: Subject: [patch@25388] vms/vms.c Perl_cando fix. + From: "John E. Malmberg" + Date: Mon, 12 Sep 2005 23:56:36 -0400 + Message-ID: <43264DF4.6090403@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25397] By: merijn on 2005/09/13 06:18:46 + Log: Subject: [PATCH] The return of the consting + From: Andy Lester + Date: Tue, 13 Sep 2005 01:08:36 -0500 + Message-ID: <20050913060835.GA1037@petdance.com> + Branch: perl + ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c +____________________________________________________________________________ +[ 25388] By: rgs on 2005/09/12 14:32:29 + Log: Subject: [perl #37142] h2xs skips enums with negative values + From: Aaron Kaplan (via RT) + Date: Sun, 11 Sep 2005 13:33:44 -0700 + Message-ID: + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 25387] By: merijn on 2005/09/12 13:26:31 + Log: Detection of malloc_size and malloc_good_size + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25383] By: merijn on 2005/09/11 13:50:53 + Log: Reverted 25364 on authors request + Branch: perl + ! lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm +____________________________________________________________________________ +[ 25374] By: nicholas on 2005/09/10 17:07:04 + Log: Experiment with putting the F<.patch>level into patchlevel.h + (a sure way to accelerate any change to subversion) + Branch: perl + ! cflags.SH patchlevel.h +____________________________________________________________________________ +[ 25366] By: rgs on 2005/09/09 09:35:01 + Log: Minor comment fix + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 25365] By: merijn on 2005/09/08 07:20:19 + Log: Subject: [PATCH blead] Make t/op/local.t use test.pl. + From: Rick Delaney + Date: Wed, 7 Sep 2005 22:45:44 -0400 + Message-ID: <20050908024544.GA4058@localhost.localdomain> + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 25364] By: merijn on 2005/09/08 06:07:53 + Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder + From: "John E. Malmberg" + Date: Wed, 07 Sep 2005 19:59:36 -0400 + Message-ID: <431F7EE8.3040908@qsl.net> + Branch: perl + ! lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm +____________________________________________________________________________ +[ 25363] By: rgs on 2005/09/07 11:09:10 + Log: The formatting function of Carp::Heavy has problem with utf8 strings. + Work around it. + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 25362] By: rgs on 2005/09/07 10:31:47 + Log: Subject: [perl #37091] File::Path::mkpath resets errno + From: kvr@centrum.cz (via RT) + Date: Tue, 06 Sep 2005 08:07:14 -0700 + Message-ID: + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 25361] By: rgs on 2005/09/06 19:06:38 + Log: Upgrade to Compress::Zlib 1.38 + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25360] By: nicholas on 2005/09/06 17:46:33 + Log: Add a TODO test for bug #37038 - assigning to the match variable + should not corrupt match vars such as $1 and $2 + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 25359] By: rgs on 2005/09/06 16:06:44 + Log: Revert Makefile.PL change from #25355 + Branch: perl + ! ext/IO/Makefile.PL +____________________________________________________________________________ +[ 25358] By: rgs on 2005/09/06 14:50:18 + Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6 + From: Yitzchak Scott-Thoennes + Date: Fri, 2 Sep 2005 00:05:52 -0700 + Message-ID: <20050902070552.GA3992@efn.org> + Branch: perl + ! mg.c t/op/tie.t +____________________________________________________________________________ +[ 25357] By: merijn on 2005/09/06 14:10:28 + Log: Added amd64 and x86_64 to recognized predefined cpp syms + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25355] By: rgs on 2005/09/06 08:46:37 + Log: Upgrade to IO 1.22 from gbarr + - Adjust the regression tests to use t/test.pl from bleadperl + when $ENV{PERL_CORE} is defined + - Add can_ok and isa_ok to t/test.pl from the implementation + found in the IO CPAN distribution + Branch: perl + ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL + ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm + ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm + ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm + ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm + ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm + ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t + ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t + ! ext/IO/t/io_utf8.t t/test.pl +____________________________________________________________________________ +[ 25354] By: rgs on 2005/09/05 11:12:14 + Log: Subject: regression test for 25352 + From: Jim Cromie + Date: Sat, 03 Sep 2005 22:38:13 -0600 + Message-ID: <431A7A35.6050705@gmail.com> + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 25353] By: davem on 2005/09/04 09:40:05 + Log: Subject: Re: [perl #37039] perlref documentation about optional -> is too vague + From: Yitzchak Scott-Thoennes + Date: Thu, 1 Sep 2005 17:41:36 -0700 + Message-Id: <20050902004136.GA2656@efn.org> + + Allow any variant of bison 1.875 to be used + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 25352] By: rgs on 2005/09/02 20:18:01 + Log: Subject: Re: Optree Generation + From: Yitzchak Scott-Thoennes + Date: Aug 31, 2005 2:18 PM + Message-ID: <20050831121822.GA3464@efn.org> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 25351] By: rgs on 2005/09/02 19:57:21 + Log: Subject: document index() with out of bounds POSITION + From: Yitzchak Scott-Thoennes + Date: Sep 2, 2005 2:23 PM + Message-ID: <20050902122311.GA3104@efn.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25350] By: rgs on 2005/09/02 17:35:31 + Log: Really fix the Archive::Tar setup test. + p4 and svn don't behave similarly concerning removal + of empty directories... + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 25349] By: rgs on 2005/09/02 16:45:31 + Log: Once again, fix Archive::Tar setup test with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 25348] By: rgs on 2005/09/02 13:19:48 + Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25 + From: Robin Barker + Date: Thu, 1 Sep 2005 20:09:43 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk> + Branch: perl + - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b + ! MANIFEST lib/Archive/Tar/t/00_setup.t + ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 25347] By: rgs on 2005/09/02 12:53:49 + Log: Regression test for the fix in change #25308, + based on code by Troy Loveday + Branch: perl + + ext/Data/Dumper/t/bugs.t + ! MANIFEST +____________________________________________________________________________ +[ 25346] By: rgs on 2005/09/01 15:00:15 + Log: Oops, fix threaded build + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25345] By: rgs on 2005/09/01 14:50:24 + Log: Don't list test modules when listing cpan versions + Branch: perl + ! Porting/corecpan.pl +____________________________________________________________________________ +[ 25344] By: rgs on 2005/09/01 14:45:23 + Log: Add the "no 6" / "no v6" syntax. + Branch: perl + ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c + ! proto.h t/comp/use.t toke.c +____________________________________________________________________________ +[ 25343] By: rgs on 2005/09/01 14:43:19 + Log: Remove no 6 from the todo list + Branch: perl + ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h + ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c +____________________________________________________________________________ +[ 25342] By: rgs on 2005/08/31 15:14:28 + Log: Document that Sys::Syslog::openlog might die. + Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 25341] By: rgs on 2005/08/31 14:14:21 + Log: Fix for [perl #37036] perl segfault at 'compile'-time + Branch: perl + ! op.c +____________________________________________________________________________ +[ 25340] By: rgs on 2005/08/31 08:07:37 + Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS + From: "John E. Malmberg" + Date: Tue, 30 Aug 2005 22:17:42 -0400 + Message-ID: <43151346.4010001@qsl.net> + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 25339] By: rgs on 2005/08/30 18:55:46 + Log: Clarify the cases where system() returns 1, + per a suggestion of Rick Delaney (bug #36976) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25338] By: rgs on 2005/08/30 09:38:54 + Log: Upgrade to PathTools 3.11 + (no real changes) + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 25337] By: rgs on 2005/08/30 09:34:54 + Log: Subject: sv-head refactor + From: Jim Cromie + Date: Thu, 25 Aug 2005 21:42:44 -0600 + Message-ID: + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25336] By: rgs on 2005/08/30 09:09:22 + Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS + From: "John E. Malmberg" + Date: Sat, 27 Aug 2005 19:54:26 -0400 + Message-ID: <4310FD32.70809@qsl.net> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25335] By: rgs on 2005/08/30 09:08:31 + Log: Subject: [patch@25334] hv.c vms environment fix. + From: "John E. Malmberg" + Date: Sat, 27 Aug 2005 19:20:50 -0400 + Message-ID: <4310F552.8050401@qsl.net> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25334] By: rgs on 2005/08/27 16:59:02 + Log: Upgrade to PathTools 3.10 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 25333] By: rgs on 2005/08/27 16:28:27 + Log: Fix failure in Archive::Tar tests when perl is built + with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25332] By: nicholas on 2005/08/25 14:53:23 + Log: Revert 25331 (except for the typo fix). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25331] By: nicholas on 2005/08/25 14:06:43 + Log: To make the current implementation of sv_replace sane, we should + assert that the reference count of the target is also 1. + (Given that we're splatting an SV with a reference count of 1 onto + the target) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25330] By: nicholas on 2005/08/25 13:46:31 + Log: Promote the warning about reference miscount in sv_replace to a panic. + TODO - document the panics + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25329] By: nicholas on 2005/08/25 13:15:17 + Log: No need to manually set the reference count of a new IO to 1. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 25328] By: rgs on 2005/08/25 09:29:43 + Log: Don't mention redundant usethreads in -V output + Be more consistent in using commas + Branch: perl + ! myconfig.SH +____________________________________________________________________________ +[ 25327] By: rgs on 2005/08/25 09:13:07 + Log: Subject: update B::Concise pod to reflect previous changes + From: Jim Cromie + Date: Wed, 24 Aug 2005 11:05:47 -0600 + Message-ID: <430CA8EB.3010904@divsol.com> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 25326] By: rgs on 2005/08/25 08:45:04 + Log: Fix miniperl build with threaded perl + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25325] By: rgs on 2005/08/24 15:53:01 + Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] + From: "John Peacock" + Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT) + Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com> + Branch: perl + ! embed.fnc embed.h global.sym lib/version.pm lib/version.t + ! pod/perlapi.pod proto.h t/comp/use.t util.c +____________________________________________________________________________ +[ 25324] By: rgs on 2005/08/24 07:28:27 + Log: Unmatched parentheses (thanks to Steve Peters) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 25323] By: rgs on 2005/08/23 13:52:17 + Log: My system produces core.$$ files + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25322] By: rgs on 2005/08/23 13:25:15 + Log: Subject: [PATCH blead] Use SvGETMAGIC more often + From: Rick Delaney + Date: Mon, 22 Aug 2005 13:00:33 -0400 + Message-ID: <20050822170033.GH7674@localhost.localdomain> + Branch: perl + ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c +____________________________________________________________________________ +[ 25321] By: rgs on 2005/08/23 13:11:34 + Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName() + From: "Jan Dubois" + Date: Mon, 22 Aug 2005 15:37:09 -0700 + Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com> + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 25320] By: rgs on 2005/08/22 15:41:15 + Log: Subject: Re: Documentation change for IPC::Open*.pm + From: Ben Tilly + Date: Mon, 22 Aug 2005 08:30:14 -0700 + Message-ID: + Branch: perl + ! lib/IPC/Open2.pm lib/IPC/Open3.pm +____________________________________________________________________________ +[ 25319] By: rgs on 2005/08/22 14:48:43 + Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values + From: Rick Delaney + Date: Sun, 21 Aug 2005 15:09:57 -0400 + Message-ID: <20050821190957.GE7674@localhost.localdomain> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 25318] By: rgs on 2005/08/22 13:41:10 + Log: Upgrade to Term::ANSIColor 1.10 + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl +____________________________________________________________________________ +[ 25317] By: rgs on 2005/08/22 13:24:09 + Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects + From: Michael G Schwern + Date: Sun, 21 Aug 2005 00:16:26 -0700 + Message-ID: <20050821071625.GA29394@windhund.schwern.org> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25316] By: rgs on 2005/08/22 12:59:27 + Log: Argh. I've overwritten local changes to ptar with change 25312 + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 25315] By: rgs on 2005/08/22 11:47:45 + Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok + From: Abe Timmerman + Date: Sun, 21 Aug 2005 16:28:42 +0200 + Message-Id: <200508211628.42409.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25314] By: rgs on 2005/08/22 11:14:59 + Log: Don't install ptar in module tree + Branch: perl + ! installperl +____________________________________________________________________________ +[ 25313] By: rgs on 2005/08/22 10:29:45 + Log: Fix typo in file name + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 25312] By: rgs on 2005/08/22 10:09:40 + Log: Upgrade to Archive::Tar 1.26 + Preserve some local typo fixes + Don't load Data::Dumper + Branch: perl + + lib/Archive/Tar/bin/ptardiff + + lib/Archive/Tar/t/04_resolved_issues.t + ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25311] By: nicholas on 2005/08/21 16:19:12 + Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float + From: "John E. Malmberg" + Message-ID: <4307F348.70603@qsl.net> + Date: Sat, 20 Aug 2005 23:21:44 -0400 + Branch: perl + ! t/op/arith.t +____________________________________________________________________________ +[ 25310] By: nicholas on 2005/08/21 16:05:22 + Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes + From: "John E. Malmberg" + Message-ID: <43080395.50807@qsl.net> + Date: Sun, 21 Aug 2005 00:31:17 -0400 + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 25309] By: nicholas on 2005/08/19 21:19:37 + Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace + From: Abigail + Message-ID: <20050723003235.GJ15093@abigail.nl> + Date: Sat, 23 Jul 2005 02:32:35 +0200 + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 25308] By: rgs on 2005/08/19 12:54:46 + Log: Subject: Re: Data::Dumper bug? + From: Yitzchak Scott-Thoennes + Date: Mon, 8 Aug 2005 20:33:02 -0700 + Message-ID: <20050809033301.GA3804@efn.org> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 25307] By: rgs on 2005/08/19 12:44:12 + Log: Subject: [PATCH] make threads.xs emit warnings properly + From: Tassilo von Parseval + Date: Aug 7, 2005 7:10 AM + Message-id: <20050807051041.GA3924@ethan> + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod +____________________________________________________________________________ +[ 25306] By: rgs on 2005/08/19 06:10:28 + Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start + From: "John E. Malmberg" + Date: Thu, 18 Aug 2005 21:18:27 -0400 + Message-ID: <43053363.8090809@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25305] By: rgs on 2005/08/18 13:47:41 + Log: Subject: make test of perl 5.8.7 failed on icc9 + From: YAMASHINA Hio + Date: Thu, 18 Aug 2005 20:36:57 +0900 + Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 25304] By: rgs on 2005/08/18 11:10:27 + Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update + From: + Date: Thu, 18 Aug 2005 13:43:46 +0300 + Message-ID: + Branch: perl + ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c + ! symbian/TODO symbian/config.pl symbian/config.sh + ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl +____________________________________________________________________________ +[ 25303] By: rgs on 2005/08/18 08:58:54 + Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform + From: SADAHIRO Tomoyuki + Date: Fri, 12 Aug 2005 00:20:39 +0900 + Message-Id: <20050812001541.EA69.BQW10602@nifty.com> + Branch: perl + ! t/op/tr.t toke.c +____________________________________________________________________________ +[ 25302] By: rgs on 2005/08/18 08:00:53 + Log: Subject: autouse.pm: remove unneeded eval + From: Alexey Tourbin + Date: Thu, 18 Aug 2005 08:13:24 +0400 + Message-ID: <20050818041324.GO19097@solemn.turbinal.org> + + Subject: autouse.pm: check stub, use goto in stub + From: Alexey Tourbin + Date: Thu, 18 Aug 2005 09:06:20 +0400 + Message-ID: <20050818050620.GP19097@solemn.turbinal.org> + Branch: perl + ! lib/autouse.pm +____________________________________________________________________________ +[ 25301] By: rgs on 2005/08/17 15:57:09 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 25300] By: steveh on 2005/08/17 14:33:00 + Log: Subject: Your bug reports for Time::Local + From: Dave Rolsky + Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT) + Message-ID: + + An improvement on change 25287 from Dave Rolsky + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 25299] By: rgs on 2005/08/17 12:33:18 + Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN + From: Yitzchak Scott-Thoennes + Date: Aug 7, 2005 8:03 PM + Message-ID: <20050807180308.GA2112@efn.org> + + Subject: Re: [perl #36654] Inconsistent treatment of NaN + From: Yitzchak Scott-Thoennes + Date: Wed, 10 Aug 2005 22:53:51 -0700 + Message-ID: <20050811055351.GA2296@efn.org> + Branch: perl + ! numeric.c pod/perlop.pod +____________________________________________________________________________ +[ 25298] By: rgs on 2005/08/17 09:35:32 + Log: Upgrade to Time::HiRes 1.73 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 25297] By: nicholas on 2005/08/17 09:06:33 + Log: Given that we now have a union, there's no need for all the HvARRAY() + casting games. + Branch: perl + ! hv.h sv.h +____________________________________________________________________________ +[ 25296] By: rgs on 2005/08/16 17:57:27 + Log: Fix for [perl #36853] -Dx can crash bleadperl + The PL_op_sequence global hash wasn't initialized + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 25295] By: merijn on 2005/08/16 07:36:58 + Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH] + From: Gisle Aas + Date: 15 Aug 2005 21:05:22 -0700 + Message-ID: + Branch: perl + ! ext/Time/HiRes/hints/solaris.pl +____________________________________________________________________________ +[ 25294] By: merijn on 2005/08/15 09:36:30 + Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com + From: "John E. Malmberg" + Date: Sat, 13 Aug 2005 12:20:34 -0400 + Message-ID: <42FE1DD2.8050803@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25293] By: merijn on 2005/08/15 09:34:28 + Log: Subject: [PATCH configure.com] Make "prove" available on VMS + From: Abe Timmerman + Date: Sat, 13 Aug 2005 18:16:29 +0200 + Message-Id: <200508131816.29092.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25292] By: merijn on 2005/08/13 07:38:54 + Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37 + From: "Paul Marquess" + Date: Fri, 12 Aug 2005 16:31:42 +0100 + Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21> + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25291] By: merijn on 2005/08/13 07:33:46 + Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM + From: "John E. Malmberg" + Date: Fri, 12 Aug 2005 13:39:25 -0400 + Message-ID: <42FCDECD.8090009@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25290] By: merijn on 2005/08/13 07:30:05 + Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file. + From: "John E. Malmberg" + Date: Fri, 12 Aug 2005 23:17:39 -0400 + Message-ID: <42FD6653.6010605@qsl.net> + Branch: perl + ! lib/bignum/t/bninfnan.t +____________________________________________________________________________ +[ 25289] By: steveh on 2005/08/12 16:13:11 + Log: Supply same libs for bcc32 builds as cl and gcc builds have + + It makes life easier for third-party extensions if perl provides a + decent set of libs to link against. cl and gcc builds already have + this (except that gcc was missing one lib), but bcc32 builds only + have one or two libs supplied. In particular, the ODBC libs + required for building libwin32 were not specified. One of these + doesn't exist in the Borland lib dirs by default, so generate it + from the DLL if it is missing. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 25288] By: steveh on 2005/08/12 15:26:11 + Log: Make change 25286 better + + Thanks to John E. Malmberg for pointing this out. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25287] By: steveh on 2005/08/11 11:56:26 + Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones + + See comments at: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 25286] By: steveh on 2005/08/11 10:56:12 + Log: Silence Win32 compiler warnings following change 25280 + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25285] By: steveh on 2005/08/11 09:21:37 + Log: Run regen.pl + Branch: perl + ! pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 25284] By: merijn on 2005/08/11 07:35:27 + Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try] + From: "John E. Malmberg" + Date: Wed, 10 Aug 2005 23:26:03 -0400 + Message-ID: <42FAC54B.2050207@qsl.net> + Branch: perl + ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio + ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t + ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t + ! utils/c2ph.PL vms/ext/Stdio/test.pl +____________________________________________________________________________ +[ 25283] By: merijn on 2005/08/11 07:25:32 + Log: Subject: [patch] blead@25282 + From: "John E. Malmberg" + Date: Wed, 10 Aug 2005 23:47:47 -0400 + Message-ID: <42FACA63.4030805@qsl.net> + Branch: perl + ! t/op/exec.t t/run/exit.t +____________________________________________________________________________ +[ 25282] By: merijn on 2005/08/10 20:34:03 + Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils + From: Andy Dougherty + Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 25281] By: merijn on 2005/08/10 11:45:11 + Log: Subject: conflicting types for 'Perl_my_popen' + From: Alexey Tourbin + Date: Wed, 10 Aug 2005 15:19:15 +0400 + Message-ID: <20050810111915.GK19097@solemn.turbinal.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25280] By: merijn on 2005/08/10 09:14:23 + Log: Subject: patch@25279 VMS error handling and const fixes + From: "John E. Malmberg" + Date: Wed, 10 Aug 2005 00:37:13 -0400 + Message-ID: <42F98479.6030207@qsl.net> + Branch: perl + ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c + ! vms/vmsish.h +____________________________________________________________________________ +[ 25279] By: merijn on 2005/08/09 11:24:54 + Log: Subject: [PATCH] Fix a couple of random warnings + From: Steve Peters + Date: Tue, 9 Aug 2005 06:21:48 -0500 + Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org> + Branch: perl + ! nostdio.h perl.c +____________________________________________________________________________ +[ 25278] By: steveh on 2005/08/08 16:12:12 + Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32 + + Cygwin's ssh client seems to be superior to MSYS's ssh client in that + it supports the ServerAliveInterval config setting which prevents the + ssh client from timing out every so often + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 25277] By: merijn on 2005/08/08 06:22:38 + Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing + From: Andy Lester + Date: Sun, 7 Aug 2005 00:59:11 -0500 + Message-ID: <20050807055911.GA6384@petdance.com> + Branch: perl + ! embed.fnc op.c +____________________________________________________________________________ +[ 25276] By: merijn on 2005/08/08 06:17:33 + Log: Subject: Re: [PATCH] undup + From: Jarkko Hietaniemi + Date: Sun, 07 Aug 2005 14:49:40 +0300 + Message-ID: <42F5F554.5020701@gmail.com> + Branch: perl + ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 25275] By: davem on 2005/08/07 11:15:32 + Log: run regen.pl after change #25274 + Branch: perl + ! pod/perlintern.pod +____________________________________________________________________________ +[ 25274] By: merijn on 2005/08/07 10:10:12 + Log: Subject: [PATCH] undup + From: Jarkko Hietaniemi + Date: Sun, 07 Aug 2005 13:28:19 +0300 + Message-ID: <42F5E243.80500@gmail.com> + Branch: perl + ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod + ! pad.c pod/perl573delta.pod pod/perl58delta.pod + ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c +____________________________________________________________________________ +[ 25273] By: rgs on 2005/08/06 23:07:46 + Log: Add files missed in change 25271 + Branch: perl + + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm + + ext/Encode/t/mime_header_iso2022jp.t +____________________________________________________________________________ +[ 25272] By: rgs on 2005/08/06 22:46:06 + Log: Clarify docs + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 25271] By: rgs on 2005/08/06 22:15:14 + Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding + by Dan Kogai to fix encoding(utf-8-strict) with partial + characters. + Branch: perl + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST + ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 25270] By: merijn on 2005/08/06 15:54:55 + Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range + From: Dominic Dunlop + Date: Sat, 6 Aug 2005 17:47:40 +0200 + Message-Id: + Branch: perl + ! pp.c t/op/arith.t +____________________________________________________________________________ +[ 25269] By: rgs on 2005/08/05 16:31:44 + Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify + From: John E. Malmberg + Date: Mon, 01 Aug 2005 19:54:22 -0400 + Message-ID: <42EEB62E.3020108@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25268] By: rgs on 2005/08/05 15:01:19 + Log: "thread failed to start" is a severe warning, not a fatal error + as reported by Tassilo von Parseval. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25267] By: merijn on 2005/08/05 14:13:26 + Log: ASCIZ is not a typo + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25266] By: merijn on 2005/08/05 07:50:40 + Log: Subject: [PATCH] Typos in *.p[lm] + From: "Piotr Fusik" + Date: Sun, 31 Jul 2005 12:50:04 +0200 + Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> + Branch: perl + ! ext/Encode/lib/Encode/PerlIO.pod + ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod + ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod + ! pod/perlfunc.pod pod/perltoc.pod +____________________________________________________________________________ +[ 25265] By: rgs on 2005/08/04 16:45:37 + Log: VMS debugging help, by John E. Malmberg + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 25264] By: merijn on 2005/08/03 10:30:54 + Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu) + From: Dominic Dunlop + Date: Wed, 3 Aug 2005 12:19:03 +0200 + Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com> + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25263] By: merijn on 2005/08/02 13:59:49 + Log: The typo changes from 25261 (of course) altered the MD5's + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 25262] By: merijn on 2005/08/02 13:45:35 + Log: Typoes from 25261 also in expected for tests + Branch: perl + ! t/pod/pod2usage.xr +____________________________________________________________________________ +[ 25261] By: merijn on 2005/08/02 10:39:51 + Log: Subject: [PATCH] Typos in *.p[lm] + From: "Piotr Fusik" + Date: Sun, 31 Jul 2005 12:50:04 +0200 + Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm + ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm + ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm + ! ext/Encode/Encode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm + ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm + ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm + ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm + ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm + ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm + ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm + ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm + ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm + ! lib/Getopt/Long.pm lib/I18N/LangTags.pm + ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm + ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm + ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm + ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm + ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm + ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm + ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm + ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm + ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm + ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm + ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl + ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm + ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL + ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl + ! wince/comp.pl +____________________________________________________________________________ +[ 25260] By: rgs on 2005/08/01 15:14:48 + Log: Document where to find maintainers of dual live modules + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25259] By: rgs on 2005/08/01 15:12:07 + Log: More typo fixes (damn generated pod files) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 25258] By: rgs on 2005/08/01 14:45:22 + Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified! + From: Michael G Schwern + Date: Sat, 23 Jul 2005 19:59:29 -0700 + Message-ID: <20050724025929.GA6574@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25257] By: rgs on 2005/08/01 13:58:04 + Log: Various patches by John E. Malmberg to fix data + corruption issues on VMS. Back out change 25218 and + the parts of change 25217 that affect pp_ctl.c and + pp_sys.c. + Branch: perl + ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25256] By: rgs on 2005/08/01 13:54:52 + Log: Various patches by John E. Malmberg to fix data + corruption issues on VMS. Back out change 25218 and + the parts of change 25217 that affect pp_ctl.c and + pp_sys.c. + Branch: perl + ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25255] By: rgs on 2005/08/01 13:15:25 + Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug. + From: "John E. Malmberg" + Date: Fri, 29 Jul 2005 10:24:15 -0400 + Message-ID: <42EA3C0F.9040900@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25254] By: rgs on 2005/08/01 08:14:27 + Log: Another typo fix + Branch: perl + ! XSUB.h pod/perlapi.pod +____________________________________________________________________________ +[ 25253] By: rgs on 2005/08/01 08:13:10 + Log: Subject: [PATCH] POD typos + From: "Piotr Fusik" + Date: Sat, 30 Jul 2005 21:54:19 +0200 + Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> + Branch: perl + ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod + ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod + ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod + ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod + ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod +____________________________________________________________________________ +[ 25252] By: rgs on 2005/08/01 07:49:58 + Log: Subject: Re: [perl #36622] y/// at end of file + From: Michael G Schwern + Date: Fri, 22 Jul 2005 11:51:15 -0700 + Message-ID: <20050722185115.GB28829@windhund.schwern.org> + Branch: perl + ! t/op/tr.t t/test.pl +____________________________________________________________________________ +[ 25251] By: rgs on 2005/08/01 07:23:08 + Log: Subject: Re: blead@25210 on OpenVMS (not good) + From: "John E. Malmberg" + Date: Sun, 24 Jul 2005 19:09:01 -0400 + Message-ID: <42E41F8D.3040306@qsl.net> + + constify Perl_unlnk + Branch: perl + ! embed.fnc perl.h proto.h util.c +____________________________________________________________________________ +[ 25250] By: rgs on 2005/08/01 07:03:36 + Log: Subject: blead@25226 - ext/Compress/Zlib on VMS. + From: "John E. Malmberg" + Date: Sun, 31 Jul 2005 23:19:51 -0400 + Message-ID: <42ED94D6.7020104@qsl.net> + Branch: perl + ! ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25249] By: rgs on 2005/08/01 06:57:09 + Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix + From: "John E. Malmberg" + Date: Sun, 31 Jul 2005 22:18:19 -0400 + Message-ID: <42ED866B.3000308@qsl.net> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 25248] By: merijn on 2005/07/31 15:50:45 + Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but + POSIX::SigRt is not available on use + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25247] By: merijn on 2005/07/31 15:47:51 + Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu) + From: Dominic Dunlop + Date: Fri, 29 Jul 2005 17:41:59 +0200 + Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25246] By: rgs on 2005/07/31 15:15:35 + Log: Remove the documentation for $#, which has been removed + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 25245] By: rgs on 2005/07/29 15:36:09 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 25244] By: steveh on 2005/07/29 09:41:38 + Log: Skip op/sprintf.t test 147 on MSWin32 + ... and fix the skip code so that it actually works ;-) + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25243] By: rgs on 2005/07/29 08:31:51 + Log: Subject: [PATCH] More embed.fnc goodness + From: Andy Lester + Date: Thu, 28 Jul 2005 14:09:56 -0500 + Message-ID: <20050728190956.GB607@petdance.com> + Branch: perl + ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c + ! regexec.c sv.c util.c +____________________________________________________________________________ +[ 25242] By: rgs on 2005/07/29 07:19:11 + Log: Subject: [PATCH] Fix English error in overload.pm + From: Andy Lester + Date: Thu, 28 Jul 2005 14:10:43 -0500 + Message-ID: <20050728191043.GC607@petdance.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 25241] By: rgs on 2005/07/28 17:34:36 + Log: Clarification to the syntax of loop modifiers + by Piotr Fusik + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25240] By: rgs on 2005/07/28 17:29:47 + Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO + From: "Green, Paul" + Date: Mon, 25 Jul 2005 12:39:32 -0400 + Message-ID: + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25239] By: rgs on 2005/07/28 17:18:13 + Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines + From: Michael G Schwern + Date: Fri, 22 Jul 2005 12:53:34 -0700 + Message-ID: <20050722195334.GA12431@windhund.schwern.org> + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 25238] By: rgs on 2005/07/28 16:11:23 + Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171 + From: Robin Barker + Date: Thu, 28 Jul 2005 12:13:13 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25237] By: merijn on 2005/07/28 13:03:09 + Log: Subject: [PATCH] tidy up DieNull and DIE_NULL + From: Robin Barker + Date: Thu, 28 Jul 2005 14:05:51 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk> + Branch: perl + ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h +____________________________________________________________________________ +[ 25236] By: rgs on 2005/07/28 12:59:55 + Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs + From: Robin Barker + Date: Thu, 28 Jul 2005 13:57:31 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk> + Branch: perl + ! ext/POSIX/POSIX.xs mg.c perl.h +____________________________________________________________________________ +[ 25235] By: merijn on 2005/07/28 12:22:27 + Log: sprintf now has all but two tests enabled. + the list supports skipping of expected fails + new test for %.0g from Dominic Dunlop + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25234] By: steveh on 2005/07/28 09:10:41 + Log: Subject: [PATCH] perlfunc.pod grammar fixes + From: Steve Peters + Date: Wed, 27 Jul 2005 22:02:13 -0500 + Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org> + + (with minor tweaks) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25233] By: rgs on 2005/07/28 09:07:57 + Log: Sync change 25229 to .h source files + Branch: perl + ! cv.h pad.h +____________________________________________________________________________ +[ 25232] By: rgs on 2005/07/28 08:53:55 + Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests + From: "Piotr Fusik" (via RT) + Date: Wed, 27 Jul 2005 15:43:17 -0700 + Message-ID: + + (except the redundant test) + Branch: perl + ! opcode.h opcode.pl t/lib/warnings/9uninit +____________________________________________________________________________ +[ 25231] By: merijn on 2005/07/28 06:48:14 + Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available + From: Jarkko Hietaniemi + Date: Thu, 28 Jul 2005 10:01:51 +0300 + Message-ID: <42E882DF.6020100@gmail.com> + Message-ID: <42E86DE9.6090709@gmail.com> + Branch: perl + ! handy.h hints/dec_osf.sh +____________________________________________________________________________ +[ 25230] By: merijn on 2005/07/27 16:28:58 + Log: Some signals are more real than others + Also added comment about why the tests are there + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25229] By: merijn on 2005/07/27 16:26:16 + Log: Subject: [PATCH] id est is i.e. + From: Steve Peters + Date: Tue, 26 Jul 2005 20:42:38 -0500 + Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod + ! pod/perlintern.pod +____________________________________________________________________________ +[ 25228] By: merijn on 2005/07/26 13:23:10 + Log: Use the correct gcc when more than one gcc is installed + Thanks to Campo + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 25227] By: rgs on 2005/07/26 09:20:11 + Log: Subject: [perl #36658] Typo in perlfunc.pod + From: "John W. Krahn" (via RT) + Date: Tue, 26 Jul 2005 01:07:18 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25226] By: steveh on 2005/07/25 14:37:41 + Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32 + + This was disabled by change 22689 because it was severely broken + at the time. See the thread starting here: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html + + The PERL_MALLOC_WRAP code in handy.h has since changed along the + lines of what was discussed in that thread (in particular, by change + 25034) and I find that everything is now fine with PERL_MALLOC_WRAP + re-enabled. + Branch: perl + ! win32/config_H.bc +____________________________________________________________________________ +[ 25225] By: steveh on 2005/07/25 14:34:12 + Log: Ken pointed out that CBuilder's cleanup is too agrressive + + The Windows compile() and link() methods bizarrely include their own + output files in the list of files to be cleaned up. Now that they + actually are being cleaned up, this isn't ideal ;-) + + Stop compile() and link() from cleaning up their own output, and + reinstate the explicit deletion of those output files in the test + scripts. + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25224] By: steveh on 2005/07/25 11:53:44 + Log: Silence uninitialized value warnings in Net::Cmd + + (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t) + Branch: perl + ! lib/Net/Cmd.pm +____________________________________________________________________________ +[ 25223] By: merijn on 2005/07/25 11:47:03 + Log: use POSIX might not throw an error. Check for useful values also + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25222] By: steveh on 2005/07/25 11:11:29 + Log: Make CBuilder and ParseXS clean up their temp test files + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25221] By: rgs on 2005/07/25 09:49:39 + Log: Increment the version number of version.pm + (no code changes on CPAN) + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 25220] By: merijn on 2005/07/25 08:53:34 + Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts + From: Michael G Schwern + Date: Sat, 23 Jul 2005 17:25:18 -0700 + Message-ID: <20050724002518.GB4918@windhund.schwern.org> + + Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts + From: Michael G Schwern + Date: Sun, 24 Jul 2005 13:49:25 -0700 + Message-ID: <20050724204925.GC13275@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25219] By: merijn on 2005/07/25 08:39:08 + Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/ + From: "Piotr Fusik" + Date: Sun, 24 Jul 2005 12:55:09 +0200 + Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25218] By: nicholas on 2005/07/24 22:35:56 + Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good) + From: "Craig A. Berry" + Message-Id: + Date: Sun, 24 Jul 2005 17:47:26 -0500 + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25217] By: nicholas on 2005/07/24 20:52:13 + Log: Subject: [PATCH] blead help for VMS + From: "Craig A. Berry" + Message-ID: <42E3FABB.1020900@mac.com> + Date: Sun, 24 Jul 2005 15:31:55 -0500 + Branch: perl + +> ext/Compress/Zlib/zlib-src/adler32.c + +> ext/Compress/Zlib/zlib-src/compress.c + +> ext/Compress/Zlib/zlib-src/crc32.c + +> ext/Compress/Zlib/zlib-src/crc32.h + +> ext/Compress/Zlib/zlib-src/deflate.c + +> ext/Compress/Zlib/zlib-src/deflate.h + +> ext/Compress/Zlib/zlib-src/gzio.c + +> ext/Compress/Zlib/zlib-src/infback.c + +> ext/Compress/Zlib/zlib-src/inffast.c + +> ext/Compress/Zlib/zlib-src/inffast.h + +> ext/Compress/Zlib/zlib-src/inffixed.h + +> ext/Compress/Zlib/zlib-src/inflate.c + +> ext/Compress/Zlib/zlib-src/inflate.h + +> ext/Compress/Zlib/zlib-src/inftrees.c + +> ext/Compress/Zlib/zlib-src/inftrees.h + +> ext/Compress/Zlib/zlib-src/trees.c + +> ext/Compress/Zlib/zlib-src/trees.h + +> ext/Compress/Zlib/zlib-src/uncompr.c + +> ext/Compress/Zlib/zlib-src/zconf.h + +> ext/Compress/Zlib/zlib-src/zlib.h + +> ext/Compress/Zlib/zlib-src/zutil.c + +> ext/Compress/Zlib/zlib-src/zutil.h + - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c + - ext/Compress/Zlib/zlib-src-1.2.3/compress.c + - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c + - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h + - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c + - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h + - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c + - ext/Compress/Zlib/zlib-src-1.2.3/infback.c + - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c + - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h + - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h + - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c + - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h + - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c + - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h + - ext/Compress/Zlib/zlib-src-1.2.3/trees.c + - ext/Compress/Zlib/zlib-src-1.2.3/trees.h + - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c + - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h + - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h + - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c + - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h + ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 25216] By: steveh on 2005/07/22 16:53:11 + Log: Fix USE_LARGE_FILES with bcc32 on Win32? + + Trawling through all these config files, I think I've found the + reason why bcc32 builds with USE_LARGE_FILES were failing (e.g. + (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html): + lseeksize and lseektype were set to 8 and __int64, but Borland's + suggests that they should be 4 and long respectively. + + Changing them accordingly makes all tests pass. And I see that + win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES, + presumably to cope with this difference? + Branch: perl + ! win32/config.bc +____________________________________________________________________________ +[ 25215] By: steveh on 2005/07/22 16:36:41 + Log: Tweak the canned win32/config.* files + + uselargefiles, usemultiplicity, useperlio and useithreads are now + off in the canned win32/config_H.* files, so change these to match. + + Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags + which don't actually work since no such CFG_VARS are passed in to + config_sh.PL. (The useperlio and usesitecustomize entries actually + get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.) + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 25214] By: steveh on 2005/07/22 14:22:38 + Log: Add missing entries to win32/config.* + + No existing entries changed, just adding some missing ones based + on Porting/config.sh + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 25213] By: rgs on 2005/07/22 12:23:35 + Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV + From: Michael G Schwern (via RT) + Date: Wed, 20 Jul 2005 18:26:23 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25212] By: steveh on 2005/07/22 10:32:02 + Log: Tidy up options / defines output from makedef.pl + and change Win32-specific comments to say "On Win32 ..." now + that AIX is using the same code too + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25211] By: steveh on 2005/07/22 10:29:51 + Log: Silence Win32 warnings when not using USE_LARGE_FILES + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25210] By: merijn on 2005/07/21 17:40:06 + Log: I *DO* have AIX, and extending #25209 like this make it happy again + Thank you Steve! + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25209] By: steveh on 2005/07/21 17:01:33 + Log: Make makedef.pl read "miniperl -V" on Win32 + + Perhaps other platforms that use makedef.pl also need a similar + change (currently required to pick up PERL_DONT_CREATE_GVSV), + but it also requires them to have minimal canned configs (if they + are using canned configs like Win32 does) and I don't have any + of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and + NetWare) for testing, so play it safe instead + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25208] By: steveh on 2005/07/21 16:50:27 + Log: Make the canned config.h files used on Win32 more minimal + + These are used in their unedited form to build miniperl, so should + represent a minimal configuration + + The plan is to use miniperl's "-V" output in makedef.pl, so it is + important that it doesn't include any of the optional things in the + makefiles that the user might have chosen to disable + + (The actual config.h used to build perl itself is, of course, an + edited version of these canned configs produced by using miniperl + to run config_h.PL so these changes won't affect perl itself) + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25207] By: merijn on 2005/07/21 15:41:39 + Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO + From: Jarkko Hietaniemi + Date: Thu, 21 Jul 2005 18:33:22 +0300 + Message-ID: <42DFC042.1090201@gmail.com> + Branch: perl + ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c +____________________________________________________________________________ +[ 25206] By: steveh on 2005/07/21 14:20:06 + Log: Rearrange win32/config_H.* to match config_h.SH + + No actual changes, just reordering the contents of the files so that + diff works better. + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25205] By: rgs on 2005/07/21 12:39:43 + Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35 + From: "Paul Marquess" + Date: Thu, 21 Jul 2005 10:06:06 +0100 + Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com> + Branch: perl + + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c + + ext/Compress/Zlib/zlib-src-1.2.3/compress.c + + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c + + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h + + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c + + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h + + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c + + ext/Compress/Zlib/zlib-src-1.2.3/infback.c + + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c + + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h + + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h + + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c + + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h + + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c + + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h + + ext/Compress/Zlib/zlib-src-1.2.3/trees.c + + ext/Compress/Zlib/zlib-src-1.2.3/trees.h + + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c + + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h + + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h + + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c + + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h + - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c + - ext/Compress/Zlib/zlib-src-1.2.2/compress.c + - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c + - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h + - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c + - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h + - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c + - ext/Compress/Zlib/zlib-src-1.2.2/infback.c + - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c + - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h + - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h + - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c + - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h + - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c + - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h + - ext/Compress/Zlib/zlib-src-1.2.2/trees.c + - ext/Compress/Zlib/zlib-src-1.2.2/trees.h + - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c + - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h + - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h + - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c + - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h + ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t +____________________________________________________________________________ +[ 25204] By: rgs on 2005/07/20 16:53:16 + Log: Remove :base_io from the set of default "safe" opcodes. + This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm + that allows access to any file" but introduces a backward + compatibility issue. + Branch: perl + ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t +____________________________________________________________________________ +[ 25203] By: steveh on 2005/07/20 13:59:18 + Log: Fix definition of Perl_sighandler following change 25200 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25202] By: rgs on 2005/07/20 13:19:10 + Log: Subject: [PATCH] Convert t/op/vec.t to test.pl + From: Steve Peters + Date: Wed, 20 Jul 2005 08:06:38 -0500 + Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/vec.t +____________________________________________________________________________ +[ 25201] By: steveh on 2005/07/20 13:08:54 + Log: Silence Win32 compiler warning (signed/unsigned mismatch) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 25200] By: rgs on 2005/07/20 12:28:16 + Log: Subject: [PATCH] support POSIX SA_SIGINFO + From: Jarkko Hietaniemi + Date: Wed, 20 Jul 2005 14:40:54 +0300 + Message-ID: <42DE3846.6050606@gmail.com> + Branch: perl + ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t + ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h + ! util.c +____________________________________________________________________________ +[ 25199] By: steveh on 2005/07/20 12:11:56 + Log: Silence warnings about NSIG redefinition on Win32 + + (Change 25191 doesn't work out unless dosish.h includes + too, which it currently only does for DJGPP) + Branch: perl + ! dosish.h +____________________________________________________________________________ +[ 25198] By: rgs on 2005/07/20 11:18:59 + Log: Remove obsolete error messages + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25197] By: rgs on 2005/07/20 10:59:44 + Log: croak() accepts Nullch as a parameter. + (spotted by Stas Bekman) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25196] By: steveh on 2005/07/20 10:36:20 + Log: Fix Newz() backwards-compatibility macro + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25195] By: rgs on 2005/07/20 10:31:04 + Log: Remove :unique attribute from Config.pm, + until we find a better implementation of it (or + remove it). See [perl #36375]. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 25194] By: rgs on 2005/07/20 09:08:56 + Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays + From: Tassilo von Parseval + Date: Wed, 20 Jul 2005 10:43:11 +0200 + Message-id: <20050720084311.GA20332@ethan> + Branch: perl + ! pp_hot.c t/op/sub_lval.t +____________________________________________________________________________ +[ 25193] By: steveh on 2005/07/20 09:00:29 + Log: Exit test script (if we're going to) *before* declaring a plan + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25192] By: rgs on 2005/07/20 08:50:18 + Log: Subject: [PATCH] RE: rebuilding lib/Config* + From: Robin Barker + Date: Jul 14, 2005 3:27 PM + Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25191] By: rgs on 2005/07/20 06:47:49 + Log: Subject: [PATCH] move NSIG logic + From: Jarkko Hietaniemi + Date: Wed, 20 Jul 2005 09:57:44 +0300 + Message-ID: <42DDF5E8.1060100@gmail.com> + Branch: perl + ! handy.h perl.h +____________________________________________________________________________ +[ 25190] By: nicholas on 2005/07/19 22:15:43 + Log: C inside Foo.pm considered a "bad thing" + (Certainly where there is AUTOLOADing and XS) + Hopefully *this* fixes the POSIX breakage. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 25189] By: nicholas on 2005/07/19 21:16:20 + Log: C inside Foo.pm considered a "bad thing" + (Certainly where there is AUTOLOADing and XS) + Hopefully this fixes the POSIX breakage. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 25188] By: nicholas on 2005/07/19 21:08:17 + Log: XS constants fail when their value is called for, not at import. + This might be construed as a bug. Fixing is probably a greater evil. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25187] By: rgs on 2005/07/19 14:12:38 + Log: Extend the the "our variable redeclared" warning to the case: + our $x; our $x; + and add more tests + Branch: perl + ! pad.c t/lib/strict/vars t/lib/warnings/pad +____________________________________________________________________________ +[ 25186] By: steveh on 2005/07/19 13:25:42 + Log: Fix test following change #25181 + Branch: perl + ! lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 25185] By: merijn on 2005/07/19 11:06:22 + Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) + From: Jarkko Hietaniemi + Date: Tue, 19 Jul 2005 12:06:00 +0300 + Message-ID: <42DCC278.2010009@gmail.com> + Branch: perl + ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm + ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t + ! handy.h +____________________________________________________________________________ +[ 25182] By: rgs on 2005/07/19 10:09:57 + Log: Fix strict test to go with the precedent warning change + Branch: perl + ! t/lib/strict/vars +____________________________________________________________________________ +[ 25181] By: steveh on 2005/07/19 10:07:46 + Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html + From: Earl Hood (via RT) + Date: Tue, 12 Jul 2005 23:55:28 -0700 + Message-ID: + + (with old code deleted rather than commented out) + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25180] By: rgs on 2005/07/19 09:56:59 + Log: Silence new (expected) warnings + Branch: perl + ! t/op/mydef.t +____________________________________________________________________________ +[ 25179] By: rgs on 2005/07/19 09:45:24 + Log: Overhaul the semantics of the warning + ""%s" variable %s masks earlier declaration", + based on a patch by Rick Delaney. Now we have : + my $x; my $x; # warns + my $x; our $x; # warns + our $x; my $x; # warns + our $x; our $x; # silent + Branch: perl + ! pad.c t/lib/warnings/pad +____________________________________________________________________________ +[ 25178] By: merijn on 2005/07/19 05:42:52 + Log: Subject: [PATCH] Final (hopefully) fix for fchdir + From: Steve Peters + Date: Mon, 18 Jul 2005 22:59:19 -0500 + Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25177] By: davem on 2005/07/19 01:16:09 + Log: Subject: Re: [PATCH] Faster ** + From: "Piotr Fusik" + Date: Fri, 24 Jun 2005 12:47:40 +0200 + Message-Id: <00b201c578af$7ad02b40$17d24dd5@piec> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 25176] By: davem on 2005/07/19 01:05:18 + Log: the "local @foo with $#foo" tests are no longer TODO + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 25174] By: steveh on 2005/07/18 16:53:21 + Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format + From: Rafael Garcia-Suarez + Date: Mon, 18 Jul 2005 18:35:09 +0200 + Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25173] By: merijn on 2005/07/18 16:37:11 + Log: Subject: Re: AIX 5.2 localtime bug attack + From: Campo Weijerman + Date: Mon, 18 Jul 2005 17:34:55 +0200 + Message-ID: <20050718153455.GA29381@python> + + mday++ is also wday++ and yday++ + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25172] By: rgs on 2005/07/18 15:23:38 + Log: Subject: [PATCH] The continuing plod through embed.fnc + From: Andy Lester + Date: Mon, 18 Jul 2005 10:37:38 -0500 + Message-ID: <20050718153738.GB20193@petdance.com> + Branch: perl + ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h + ! regcomp.c utf8.c +____________________________________________________________________________ +[ 25171] By: rgs on 2005/07/18 12:37:02 + Log: Subject: [PATCH] RE: blead: no longer supports %vd format + From: Robin Barker + Date: Jul 14, 2005 2:31 PM + Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk> + Branch: perl + ! perl.h sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 25170] By: merijn on 2005/07/18 11:02:01 + Log: tests are expected to fail if dirfd () does not exist + make the tests to expect failures in that case + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 25169] By: merijn on 2005/07/18 10:27:06 + Log: 1. Typo detected by Schwern (#25151) + 2. Added proza about patches (#25152) + 3. dirfd got the wrong define based on previous tests (#25168) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25167] By: steveh on 2005/07/18 09:54:58 + Log: Silence compiler warning following change 25157 + + (DIE returns Perl_die's return value which is an OP*, not the I32 + that Perl_apply is expected to return) + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25166] By: rgs on 2005/07/18 09:17:45 + Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases + From: Rick Delaney + Date: Jul 14, 2005 4:10 PM + Message-ID: <20050714141059.GF19090@localhost.localdomain> + Branch: perl + + t/op/regexp_qr_embed.t + ! MANIFEST t/op/regexp.t +____________________________________________________________________________ +[ 25165] By: rgs on 2005/07/18 08:52:25 + Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter + From: SADAHIRO Tomoyuki + Date: Sun, 17 Jul 2005 11:38:05 +0900 + Message-Id: <20050717112557.5921.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 25164] By: steveh on 2005/07/18 08:38:27 + Log: Subject: Re: Why does our() cross packages? (PATCH) + From: Michael G Schwern + Date: Fri, 15 Jul 2005 14:35:18 -0700 + Message-ID: <20050715213518.GH6897@windhund.schwern.org> + + (with minor tweaks suggested in subsequent posts) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25163] By: davem on 2005/07/18 00:16:31 + Log: perl -Dstv -e'... for min..max' displayed wrong stack elements + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25162] By: davem on 2005/07/17 22:07:14 + Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg. + Spotted by Gisle Aas. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 25161] By: davem on 2005/07/17 20:54:15 + Log: document what can be assigned to a shared scalar + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 25160] By: davem on 2005/07/17 20:12:54 + Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely + Branch: perl + ! t/op/goto.t util.c +____________________________________________________________________________ +[ 25159] By: davem on 2005/07/17 19:02:10 + Log: change #25129 was overzealous in delaying the call to ckWARN + Branch: perl + ! doio.c pp_hot.c toke.c +____________________________________________________________________________ +[ 25158] By: merijn on 2005/07/16 13:20:09 + Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul + From: SADAHIRO Tomoyuki + Date: Sat, 16 Jul 2005 22:05:13 +0900 + Message-Id: <20050716220041.2BDD.BQW10602@nifty.com> + Branch: perl + ! doop.c t/op/chop.t +____________________________________________________________________________ +[ 25157] By: merijn on 2005/07/16 08:07:44 + Log: Subject: Re: fchmod, fchown, fchdir + From: Gisle Aas + Date: 15 Jul 2005 02:32:50 -0700 + Message-ID: + + + Schwern's ok -> like changes + Branch: perl + ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t + ! t/op/chdir.t +____________________________________________________________________________ +[ 25156] By: steveh on 2005/07/15 16:30:05 + Log: Subject: [PATCH] more embed cleanup + From: Andy Lester + Date: Fri, 15 Jul 2005 10:51:15 -0500 + Message-ID: <20050715155115.GC29983@petdance.com> + + (and run regen.pl) + Branch: perl + ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c + ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c +____________________________________________________________________________ +[ 25155] By: steveh on 2005/07/15 15:50:38 + Log: Subject: [perl #36514] Add curl support to CPAN.pm + From: "Michael G Schwern via RT" + Date: Fri, 15 Jul 2005 02:11:29 -0700 + Message-ID: + + (and bump $CPAN::FirstTime::VERSION) + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 25153] By: steveh on 2005/07/15 15:35:55 + Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. + From: Michael G Schwern + Date: Wed, 13 Jul 2005 15:57:39 -0700 + Message-ID: <20050713225739.GN24499@windhund.schwern.org> + + Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. + From: Rick Delaney + Date: Wed, 13 Jul 2005 20:24:56 -0400 + Message-ID: <20050714002456.GD19090@localhost.localdomain> + Branch: perl + ! ext/B/B/Deparse.pm t/op/inc.t +____________________________________________________________________________ +[ 25150] By: steveh on 2005/07/15 10:35:55 + Log: Fix static extensions when building with nmake on Win32 + + They were broken because change 24806 forgot to add -DWITH_STATIC + to the recipe for compiling perllib.c which meant that perllibst.h + was not included and hence although they built OK, the static + extensions could not actually be used! + + In fact, since perllibst.h is always created (it is more or less + empty when static extensions are not being used), there is no need + for -DWITH_STATIC at all. So rather than adding it to Makefile, + just drop it from makefile.mk and perllib.c. + + Also add the missing cleanup of perllibst.h to Makefile. + Branch: perl + ! win32/Makefile win32/makefile.mk win32/perllib.c +____________________________________________________________________________ +[ 25149] By: steveh on 2005/07/15 09:04:57 + Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 + From: "Michael G Schwern via RT" + Date: Thu, 14 Jul 2005 16:57:45 -0700 + Message-ID: + + (with minor tweaks) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 25148] By: steveh on 2005/07/15 07:48:31 + Log: Subject: [perl #36538] perlfunc/our contradicts itself + From: "Michael G Schwern via RT" + Date: Thu, 14 Jul 2005 19:10:51 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25147] By: steveh on 2005/07/15 07:44:32 + Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 00:00:17 -0700 + Message-ID: + + (with spaces trimmed from username too) + Branch: perl + ! lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 25146] By: merijn on 2005/07/15 07:33:01 + Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION + From: Michael G Schwern + Date: Fri, 15 Jul 2005 00:49:12 -0700 + Message-ID: <20050715074911.GA16512@windhund.schwern.org> + Branch: perl + ! t/op/universal.t +____________________________________________________________________________ +[ 25145] By: merijn on 2005/07/15 06:49:16 + Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS + From: Matt Sergeant + Date: Thu, 14 Jul 2005 16:53:03 -0400 + Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org> + Branch: perl + ! ext/NDBM_File/NDBM_File.pm +____________________________________________________________________________ +[ 25144] By: merijn on 2005/07/15 06:33:21 + Log: Subject: Typo in t/op/stat.t + From: Gisle Aas + Date: 14 Jul 2005 23:20:18 -0700 + Message-ID: + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 25143] By: steveh on 2005/07/14 16:08:00 + Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies + From: Michael G Schwern + Date: Tue, 12 Jul 2005 15:51:18 -0700 + Message-ID: <20050712225118.GA944@windhund.schwern.org> + + (and update SKIP counts) + Branch: perl + ! lib/File/Copy.pm lib/File/Copy.t +____________________________________________________________________________ +[ 25142] By: steveh on 2005/07/14 08:12:11 + Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 22:41:06 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25141] By: nicholas on 2005/07/13 19:43:40 + Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION + From: John Peacock + Message-ID: <42D55C46.5030905@rowman.com> + Date: Wed, 13 Jul 2005 14:24:06 -0400 + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25140] By: merijn on 2005/07/13 17:22:07 + Log: Subject: [perl #9565] [PATCH] /op/groups.t bug + From: "Steve Peters via RT" + Date: Wed, 13 Jul 2005 06:51:45 -0700 + Message-ID: + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 25139] By: merijn on 2005/07/13 16:52:48 + Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu) + From: Steve Peters + Date: Fri, 8 Jul 2005 16:42:56 -0500 + Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org> + Branch: perl + ! t/io/dup.t t/io/open.t +____________________________________________________________________________ +[ 25138] By: merijn on 2005/07/13 16:37:48 + Log: Subject: [PATCH] More embed.fnc plowing + From: Andy Lester + Date: Wed, 13 Jul 2005 10:49:19 -0500 + Message-ID: <20050713154919.GA24586@petdance.com> + Branch: perl + ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c + ! proto.h toke.c +____________________________________________________________________________ +[ 25137] By: merijn on 2005/07/13 16:27:43 + Log: Subject: [PATCH] Error in earlier patch in sv.c + From: Robin Barker + Date: Wed, 13 Jul 2005 17:29:48 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk> + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 25136] By: steveh on 2005/07/13 13:39:44 + Log: Make -V "Compile-time options" list everything used in makedef.pl + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25135] By: steveh on 2005/07/13 09:48:10 + Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs + From: David Manura + Date: Wed, 21 Jan 2004 20:59:27 -0500 + Message-ID: <400F2E7F.9090601@math2.org> + + Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch + included in perl #25157. + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t + ! lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 25134] By: steveh on 2005/07/13 09:23:37 + Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership + From: Tels + Date: Sat, 9 Jul 2005 23:10:29 +0200 + Message-Id: <200507092310.30592@bloodgate.com> + + (with minor tweaks) + Branch: perl + ! lib/Text/Balanced.pm +____________________________________________________________________________ +[ 25133] By: steveh on 2005/07/13 08:34:53 + Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 00:16:49 -0700 + Message-ID: + + (and remove a couple of unused variables) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25132] By: steveh on 2005/07/13 07:52:21 + Log: Subject: [perl #24275] CPAN shell - online help not clear + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:32:12 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25131] By: merijn on 2005/07/13 06:37:41 + Log: Subject: [PATCH] Re: Documentation error in IO::Socket + From: Michael G Schwern + Date: Tue, 12 Jul 2005 13:18:34 -0700 + Message-ID: <20050712201834.GA29275@windhund.schwern.org> + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 25130] By: merijn on 2005/07/13 06:27:48 + Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 15:36:54 -0700 + Message-ID: + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 25129] By: davem on 2005/07/13 00:21:13 + Log: make the expensive ckWARN() be called as late as possible + reorganise + if (ckWARN(FOO) && should_not_happen_condition) + to + if (should_not_happen_condition && ckWARN(FOO)) + Branch: perl + ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c + ! pp_sys.c regcomp.c regexec.c sv.c toke.c +____________________________________________________________________________ +[ 25128] By: davem on 2005/07/12 18:46:34 + Log: Subject: Make PERL_MEM_LOG more portable. + From: Jarkko Hietaniemi + Date: Mon, 11 Jul 2005 15:29:46 +0300 + Message-Id: <42D2663A.4050204@gmail.com> + Branch: perl + ! handy.h pod/perlhack.pod util.c +____________________________________________________________________________ +[ 25127] By: davem on 2005/07/12 18:29:43 + Log: S_pad_findlex has side effects, so its return value may be ignored + Branch: perl + ! embed.fnc pad.c proto.h +____________________________________________________________________________ +[ 25126] By: davem on 2005/07/12 18:15:48 + Log: get_?v have side effects, so their return values may be ignored + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25125] By: steveh on 2005/07/12 16:30:16 + Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:24:56 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25124] By: steveh on 2005/07/12 16:18:22 + Log: Subject: [perl #17487] ncftp only handles http + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:19:06 -0700 + Message-ID: + + (and bump $VERSION (1.76_01 is a CPAN release already)) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25123] By: steveh on 2005/07/12 13:19:51 + Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode + From: Steve Hay + Date: Mon, 11 Jul 2005 13:29:37 +0100 + Message-ID: <42D26631.1070500@uk.radan.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25122] By: steveh on 2005/07/12 11:42:07 + Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 19:16:10 -0700 + Message-ID: + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 25121] By: steveh on 2005/07/12 11:33:01 + Log: Subject: [PATCH] Cleanup File::Copy tests + From: Michael G Schwern + Date: Mon, 11 Jul 2005 18:45:42 -0700 + Message-ID: <20050712014542.GB20855@windhund.schwern.org> + + (and fix the SKIP: {} blocks to say $how_many) + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 25120] By: steveh on 2005/07/12 11:03:55 + Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv + From: Michael G Schwern + Date: Mon, 11 Jul 2005 17:35:14 -0700 + Message-ID: <20050712003514.GA20132@windhund.schwern.org> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 25119] By: steveh on 2005/07/12 09:01:11 + Log: Missed a New() -> Newx(). + + This one only had 3 args to start with! Presumably nobody uses + YYERROR_VERBOSE. (The yystpcpy() calls don't look right either, + but someone else that is interested in YYERROR_VERBOSE will have + to look into that.) + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 25118] By: steveh on 2005/07/12 08:46:13 + Log: Hack out -DL documentation from perldebuguts.pod + + Now that the perl core uses Newx*() rather than New*() this chunk + of old documentation is more obsolete than ever before. + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 25117] By: steveh on 2005/07/12 08:20:11 + Log: Fix worrying typo in handy.h :-s + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25116] By: steveh on 2005/07/12 08:17:47 + Log: Change New*() to Newx*() in various comments and documentation + Branch: perl + ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod + ! pod/perlhack.pod sv.c +____________________________________________________________________________ +[ 25115] By: steveh on 2005/07/12 07:48:51 + Log: Subject: [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build opt + From: Jim Cromie + Date: Mon, 11 Jul 2005 19:18:02 -0600 + Message-ID: <42D31A4A.1020305@divsol.com> + + (with some minor tweaks) + Branch: perl + ! handy.h pod/perlapi.pod +____________________________________________________________________________ +[ 25114] By: merijn on 2005/07/12 06:26:39 + Log: Subject: [PATCH t/TEST] Understand "ok" with no number + From: Michael G Schwern + Date: Mon, 11 Jul 2005 18:41:30 -0700 + Message-ID: <20050712014130.GA20855@windhund.schwern.org> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 25113] By: steveh on 2005/07/11 15:54:46 + Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body + From: Jim Cromie + Date: Sun, 10 Jul 2005 15:59:30 -0600 + Message-ID: <42D19A42.8040409@divsol.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25112] By: steveh on 2005/07/11 15:19:11 + Log: Subject: [PATCH] perlfunc.pod + From: "Piotr Fusik" + Date: Sat, 9 Jul 2005 16:21:05 +0200 + Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25111] By: steveh on 2005/07/11 14:41:27 + Log: Subject: [patch hv.h doc] HvNAME + From: Stas Bekman + Date: Fri, 08 Jul 2005 13:52:13 +0300 + Message-ID: <42CE5ADD.3020003@stason.org> + + Subject: Re: [patch hv.h doc] HvNAME + From: Nicholas Clark + Date: Sat, 9 Jul 2005 15:23:51 +0100 + Message-ID: <20050709142351.GT15833@plum.flirble.org> + Branch: perl + ! hv.h pod/perlapi.pod +____________________________________________________________________________ +[ 25110] By: davem on 2005/07/10 23:04:26 + Log: no code before declarations! + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25109] By: davem on 2005/07/10 20:02:07 + Log: From: Jarkko Hietaniemi + Date: Sun, 10 Jul 2005 21:50:27 +0300 + Subject: [PATCH] yet another way of debugging memory allocations + Message-ID: <42D16DF3.4040806@gmail.com> + + tweak PERL_MEM_LOG + Branch: perl + ! handy.h pod/perlhack.pod util.c +____________________________________________________________________________ +[ 25108] By: davem on 2005/07/10 19:57:31 + Log: run regen.pl + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 25107] By: merijn on 2005/07/10 19:19:56 + Log: Subject: [PATCH] Making my way thru embed.fnc + From: Andy Lester + Date: Sun, 10 Jul 2005 14:36:35 -0500 + Message-ID: <20050710193635.GC8081@petdance.com> + Branch: perl + ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c + ! pp_hot.c regexec.c toke.c util.c +____________________________________________________________________________ +[ 25106] By: davem on 2005/07/10 13:53:49 + Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning + From: demerphq + Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com> + Date: Fri, 8 Jul 2005 17:07:26 +0200 + + Fix trie codepath of mixed utf8/latin1 pattern matches + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25105] By: davem on 2005/07/10 12:29:25 + Log: Message-ID: <42D0F25E.3040801@gmail.com> + Date: Sun, 10 Jul 2005 13:03:10 +0300 + From: Jarkko Hietaniemi + Subject: [PATCH] yet another way of debugging memory allocations + + adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options + Branch: perl + ! handy.h util.c +____________________________________________________________________________ +[ 25104] By: davem on 2005/07/10 11:39:50 + Log: silence some compiler warnings + Branch: perl + ! embed.fnc gv.h proto.h +____________________________________________________________________________ +[ 25103] By: davem on 2005/07/10 11:15:32 + Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_* + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25102] By: nicholas on 2005/07/09 15:44:17 + Log: sv_dec is supposed to go *down*, m'kay. + Branch: perl + ! sv.c t/op/inc.t +____________________________________________________________________________ +[ 25101] By: steveh on 2005/07/08 16:35:10 + Log: Subject: Re: janitorial work ? [patch] + From: Jim Cromie + Date: Wed, 06 Jul 2005 14:19:53 -0600 + Message-ID: <42CC3CE9.5050606@divsol.com> + + (reverted all dual-lived modules since they must work with older + perls too so must wait for a new Devel::PPPort) + Branch: perl + ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c + ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs + ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs + ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs + ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h + ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod + ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl + ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c + ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c + ! win32/win32sck.c wince/perlhost.h wince/wince.c +____________________________________________________________________________ +[ 25100] By: nicholas on 2005/07/08 15:57:37 + Log: We no longer default to creating a new SV for GvSV. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25099] By: nicholas on 2005/07/08 15:57:16 + Log: DEFSV causes GvSVn() to be used in lvalue context. + Not sure if instead we should recode DEFSV to avoid this, and leave + GvSVn() as rvalue only, like its namesakes. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 25098] By: steveh on 2005/07/08 10:04:24 + Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page + From: Yitzchak Scott-Thoennes + Date: Thu, 7 Jul 2005 15:05:51 -0700 + Message-ID: <20050707220551.GB2388@efn.org> + + (plus fix a couple of POD warnings) + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25097] By: steveh on 2005/07/08 09:48:50 + Log: Subject: [PATCH] basename() and suffixes + From: Michael G Schwern + Date: Thu, 7 Jul 2005 15:38:32 -0700 + Message-ID: <20050707223832.GA4782@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25096] By: steveh on 2005/07/08 08:43:07 + Log: Subject: Re: [perl #36477] File::Basename basename() bug + From: Michael G Schwern + Date: Thu, 7 Jul 2005 14:16:01 -0700 + Message-ID: <20050707211601.GA3769@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25095] By: davem on 2005/07/08 01:43:24 + Log: UTF8/Latin 1/i regexp "Malformed character" warning + $utf8 =~ /latin/i didn't match. + Also added TODO for $latin =~ /utf8/i which also fails + Branch: perl + ! t/op/pat.t utf8.c +____________________________________________________________________________ +[ 25094] By: davem on 2005/07/07 14:47:51 + Log: more taint fallout from change 24943 + Branch: perl + ! mg.c scope.c t/op/taint.t +____________________________________________________________________________ +[ 25093] By: merijn on 2005/07/07 13:26:32 + Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it + From: Tels + Date: Wed, 6 Jul 2005 21:11:59 +0200 + Message-Id: <200507062112.12159@bloodgate.com> + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 25092] By: steveh on 2005/07/07 12:11:38 + Log: Subject: ReadParse in the CGI docs + From: "Ton Hospel" + Date: 9 Oct 2003 15:04:53 -0000 + To: perlbug@perl.org + + (plus blank lines so example code is in verbatim paragraphs, + and bump $VERSION) + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 25091] By: steveh on 2005/07/07 11:21:41 + Log: Subject: [PATCH] Mention File::Spec in File::Basename + From: Michael G Schwern + Date: Wed, 6 Jul 2005 13:06:20 -0700 + Message-ID: <20050706200620.GE15644@windhund.schwern.org> + + (plus bump $VERSION) + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 25090] By: steveh on 2005/07/07 11:06:17 + Log: Subject: [perl #22236] File::Basename behavior is misleading + From: "Michael G Schwern via RT" + Date: 6 Jul 2005 19:45:40 -0000 + Message-ID: + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25089] By: steveh on 2005/07/07 09:22:48 + Log: Subject: [PATCH] Further lies in the File::Basename docs + From: Michael G Schwern + Date: Wed, 6 Jul 2005 09:22:32 -0700 + Message-ID: <20050706162232.GA14495@windhund.schwern.org> + + (plus some minor POD changes and a bug fix) + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25088] By: davem on 2005/07/07 00:11:00 + Log: bytes pragma error in substitution operator + Branch: perl + ! pp_ctl.c t/op/subst.t +____________________________________________________________________________ +[ 25087] By: davem on 2005/07/06 20:09:29 + Log: 'undef $@; die' gives uninint value warning + Branch: perl + ! pp_sys.c t/op/die.t +____________________________________________________________________________ +[ 25086] By: steveh on 2005/07/06 09:36:08 + Log: Subject: [PATCH] File::Basename doc overhaul + From: Michael G Schwern + Date: Tue, 5 Jul 2005 20:11:27 -0700 + Message-ID: <20050706031127.GL9227@windhund.schwern.org> + + (with some minor changes) + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 25085] By: steveh on 2005/07/06 08:05:21 + Log: Subject: [PATCH @ 25084] simple authors removal + From: Vadim Konovalov + Date: Wed, 06 Jul 2005 00:15:48 +0400 + Message-ID: <42CAEA74.1020108@vkonovalov.ru> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25084] By: davem on 2005/07/05 18:17:34 + Log: a long /etc/groups entry could cause memory exhaustion. + Too small a buffer would cause ERANGE and a retry with double the + buffer size. later at EOF, the apparent error got 'stuck' as + ERANGE rather than ENOENT, so the buffer size doubled recursively + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 25083] By: steveh on 2005/07/05 16:55:29 + Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page + From: Yitzchak Scott-Thoennes + Date: Mon, 4 Jul 2005 02:07:38 -0700 + Message-ID: <20050704090738.GA4056@efn.org> + + (plus a new test, although it is currently marked TODO) + Branch: perl + + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t + ! MANIFEST lib/Pod/Html.pm +____________________________________________________________________________ +[ 25082] By: steveh on 2005/07/05 16:54:11 + Log: Oops! Change 25080 should have updated checksums too. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 25081] By: davem on 2005/07/05 13:01:23 + Log: change 24943 broke restoration of localized taint values + Branch: perl + ! mg.c t/op/taint.t +____________________________________________________________________________ +[ 25080] By: steveh on 2005/07/05 10:32:08 + Log: Remove an unreferenced local variable in Digest-MD5 + Branch: perl + ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs +____________________________________________________________________________ +[ 25079] By: nicholas on 2005/07/04 19:36:51 + Log: Subject: [PATCH] Remove unnecessary null check + From: Andy Lester + Date: Mon, 4 Jul 2005 14:12:00 -0500 + Message-ID: <20050704191200.GA2614@petdance.com> + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 25078] By: nicholas on 2005/07/04 19:07:31 + Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under + -DPURIFY too. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25077] By: merijn on 2005/07/04 18:47:02 + Log: Subject: [PATCH] Better string constant in hv.c + From: Andy Lester + Date: Mon, 4 Jul 2005 13:53:49 -0500 + Message-ID: <20050704185349.GA2351@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25076] By: steveh on 2005/07/04 16:15:37 + Log: Add regression test for change 25062 + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25075] By: steveh on 2005/07/04 15:57:32 + Log: Use void, not void *, to suppress RETVAL (and compiler warning) + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25074] By: steveh on 2005/07/04 15:36:04 + Log: Perl_share_hek needs exporting for change 25070 on Win32 + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 25073] By: steveh on 2005/07/04 15:34:11 + Log: Regen after change 25067 + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 25072] By: nicholas on 2005/07/04 15:03:32 + Log: Implement hv_delayfree_ent in terms of hv_free_ent + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25071] By: steveh on 2005/07/04 14:53:54 + Log: Subject: [PATCH] Skip nit in t/op/lfs.t + From: Steve Peters + Date: Mon, 4 Jul 2005 10:10:13 -0500 + Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/lfs.t +____________________________________________________________________________ +[ 25070] By: nicholas on 2005/07/04 14:45:40 + Log: Tests for hv_delayfree_ent and hv_free_ent + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 25069] By: nicholas on 2005/07/04 13:56:39 + Log: Provide a macro version of S_new_body to inline it within the hot code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25068] By: steveh on 2005/07/04 13:21:36 + Log: Borland's .pdb files are called .tds + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 25067] By: steveh on 2005/07/04 12:30:50 + Log: Subject: [PATCH] Post-YAPC consting, now with an attachment! + From: Andy Lester + Date: Sun, 3 Jul 2005 18:31:56 -0500 + Message-ID: <20050703233156.GA20967@petdance.com> + Branch: perl + ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c +____________________________________________________________________________ +[ 25066] By: nicholas on 2005/07/04 10:41:28 + Log: Inlining del_HE is actually a space optimisation. + It's therefore likely also to be a speed optimisation. :-) + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 25065] By: steveh on 2005/07/04 10:40:10 + Log: Subject: [PATCH] perlglossary.pod: add jump points + From: Yitzchak Scott-Thoennes + Date: Mon, 4 Jul 2005 02:07:52 -0700 + Message-ID: <20050704090752.GB4056@efn.org> + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25064] By: nicholas on 2005/07/04 10:24:26 + Log: sv_setuv_mg is so rarely called that the IV optimisation test is not + needed. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25063] By: steveh on 2005/07/04 10:13:41 + Log: Subject: Re: How to suppress warnings when building Errno with gcc + From: Yitzchak Scott-Thoennes + Date: Fri, 1 Jul 2005 10:56:23 -0700 + Message-ID: <20050701175623.GD216@efn.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 25062] By: steveh on 2005/07/04 09:17:06 + Log: Fix change 25045 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25061] By: steveh on 2005/07/04 08:26:38 + Log: Here's the rest of change 25058 ;-) + Branch: perl + ! embed.h global.sym +____________________________________________________________________________ +[ 25060] By: davem on 2005/07/04 08:11:33 + Log: Subject: Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64 + From: Jarkko Hietaniemi + Date: Mon, 04 Jul 2005 00:19:28 +0300 + Message-Id: <42C85660.50807@gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25059] By: steveh on 2005/07/04 08:10:27 + Log: Stop reentr.pl changing EOL on the files it writes on Win32 + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 25058] By: steveh on 2005/07/04 08:09:36 + Log: Perl_ckwarn (added by change 25050) needs exporting on Win32 + + (At least PerlIO/via uses it, so it must be public) + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 25055] By: nicholas on 2005/07/02 21:19:09 + Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up + a different compiler warnings. I guess we need a waterbed theory of + compiler warnings. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25054] By: nicholas on 2005/07/02 16:53:09 + Log: Convert bless.t to test.pl + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 25053] By: nicholas on 2005/07/02 16:25:06 + Log: Copying the first parameter in the macro del_body seems to reduce + code size. Presumably an expression is no longer evaluated twice. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25052] By: davem on 2005/07/02 16:11:46 + Log: do just-in-time loading of Carp.pm in some modules + + From: Tels + Subject: [PATCH] No Carp #4 AutoSplit.pm + Subject: [PATCH] no Carp #5 (File::Path) + Subject: [PATCH] no Carp #7 - charnames.pm + Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp) + Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm + Branch: perl + ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm + ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm + ! lib/open.pm +____________________________________________________________________________ +[ 25051] By: nicholas on 2005/07/02 16:07:47 + Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free + the body to. This comletely eliminates the second switch statement. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25050] By: davem on 2005/07/02 15:05:04 + Log: replace ckWARN macros with functions + Branch: perl + ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h + ! warnings.pl +____________________________________________________________________________ +[ 25049] By: nicholas on 2005/07/02 14:57:43 + Log: Given that the GV no longer owns a reference on the symbol table, we + dont need the deferred SvREFCNT_dec games. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25048] By: nicholas on 2005/07/02 13:55:45 + Log: Passing gvtype as char rather than char * to S_varname generates + smaller code. + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 25047] By: nicholas on 2005/07/02 13:07:26 + Log: Don't inline offer_nice_chunk, as it's rarely called. + Branch: perl + ! embed.fnc embed.h perl.h proto.h sv.c +____________________________________________________________________________ +[ 25046] By: davem on 2005/07/02 12:35:12 + Log: missed one PAD_SET_CUR + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25045] By: nicholas on 2005/07/02 12:34:08 + Log: Don't check the pointer is non-NULL before calling Safefree() in + little used code, code used only once per run (such as interpreter + construction and destruction), and cases where the pointer nearly + never is NULL. Safefree does its own non-NULL check, and even that + isn't strictly necessary as all conformant free()s accept a NULL + pointer. + Branch: perl + ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c +____________________________________________________________________________ +[ 25044] By: rgs on 2005/07/02 07:41:14 + Log: Upgrade to Time::HiRes 1.72 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25043] By: steveh on 2005/07/01 16:33:42 + Log: Make Archive::Tar clean up its test files on Win32 + + (The old "can't delete an open file on Win32" chestnut again) + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25042] By: davem on 2005/07/01 15:40:40 + Log: the PAD_SET_CUR macro expanded too much for AIX compilers + Branch: perl + ! pad.h pp_ctl.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 25041] By: steveh on 2005/07/01 15:15:23 + Log: Silence MinGW warning about "'noreturn' function does return" + + (Thanks to Nicholas Clark) + Branch: perl + ! iperlsys.h +____________________________________________________________________________ +[ 25040] By: rgs on 2005/07/01 15:05:58 + Log: Install perlglossary on VMS and Windows + Branch: perl + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 25039] By: davem on 2005/07/01 14:34:52 + Log: undo some excessive Carp.pm minimalisation + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 25038] By: steveh on 2005/07/01 13:39:33 + Log: Remove unreferenced local variable (and the warning about it) + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25037] By: rgs on 2005/07/01 12:43:23 + Log: Add the perlglossary man page + + Subject: [PATCH] perlglossary.pod + From: Yitzchak Scott-Thoennes + Date: Fri, 1 Jul 2005 03:10:50 -0700 + Message-ID: <20050701101050.GA2448@efn.org> + Branch: perl + + pod/perlglossary.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 25036] By: rgs on 2005/07/01 12:32:21 + Log: Subject: [PATCH] Make Exporter.t warnings clean + From: Michael G Schwern + Date: Tue, 28 Jun 2005 15:58:36 -0700 + Message-ID: <20050628225836.GB27320@windhund.schwern.org> + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 25035] By: davem on 2005/07/01 11:49:22 + Log: silence a warning in Perl_sv_compile_2op + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25034] By: davem on 2005/07/01 11:45:40 + Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK + Only a partial fix: works where sizeof(type)==1; since we + can never wraparound in that case, disarm the check + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25033] By: steveh on 2005/07/01 07:44:50 + Log: Silence some cast warnings from bcc32 on Win32 + + See the thread starting here for arguments: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25032] By: davem on 2005/06/30 22:41:07 + Log: assigning shared consts (eg __PACKAGE__) to magic vars + Branch: perl + ! sv.c t/op/magic.t +____________________________________________________________________________ +[ 25031] By: nicholas on 2005/06/30 17:41:03 + Log: By grabbing the length, we can use sv_setpvn here. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25030] By: nicholas on 2005/06/30 17:37:56 + Log: Use sv_setpvn where we know the length. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25029] By: nicholas on 2005/06/30 17:28:45 + Log: A terser way of implementing require_pv. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25028] By: nicholas on 2005/06/30 17:21:28 + Log: We know the length, so use sv_setpvn rather than sv_setpv. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25027] By: nicholas on 2005/06/30 17:05:13 + Log: Avoid using PL_Sv in the -V argument processing. + Express the embedded perl program in a slightly terser way. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25026] By: nicholas on 2005/06/30 16:34:52 + Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for + commandline -V options that q\0...\0. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25025] By: rgs on 2005/06/30 16:15:31 + Log: Add TODO tests for bug #36434 + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25024] By: nicholas on 2005/06/30 12:28:55 + Log: The core shouldn't be using PL_na + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25023] By: nicholas on 2005/06/30 12:15:14 + Log: -V:... would get upset (syntax error) if ... contained unbalanced (). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25022] By: nicholas on 2005/06/30 11:40:37 + Log: Replace newSVpv(...,0) with newSVpvn where we know the length. + Branch: perl + ! perl.c regcomp.c sv.c +____________________________________________________________________________ +[ 25021] By: nicholas on 2005/06/30 11:20:33 + Log: Why use Perl_form and newSVpv when newSVpvf will do it in one? + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25020] By: rgs on 2005/06/30 10:01:55 + Log: Subject: [PATCH] make t/uni/class.t faster + From: Tels + Date: Wed, 29 Jun 2005 21:19:52 +0200 + Message-Id: <200506292120.05519@bloodgate.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 25019] By: nicholas on 2005/06/30 09:57:31 + Log: If gp_flags is unused, why are we even allocating it? + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c +____________________________________________________________________________ +[ 25018] By: nicholas on 2005/06/30 09:21:05 + Log: Nothing is actually relying on GvUNIQUE holding state. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 25017] By: rgs on 2005/06/30 09:11:28 + Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More + From: Michael G Schwern + Date: Thu, 30 Jun 2005 01:02:30 -0700 + Message-ID: <20050630080230.GC17965@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.t +____________________________________________________________________________ +[ 25016] By: rgs on 2005/06/30 09:04:20 + Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io> + From: Steve Peters + Date: Wed, 29 Jun 2005 21:47:23 -0500 + Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org> + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 25015] By: rgs on 2005/06/30 08:59:11 + Log: Subject: some dusting off of the cross-compilation information + From: Jarkko Hietaniemi + Date: Thu, 30 Jun 2005 08:41:17 +0300 + Message-ID: <42C385FD.9040601@gmail.com> + Branch: perl + ! Cross/README INSTALL +____________________________________________________________________________ +[ 25014] By: steveh on 2005/06/30 07:57:25 + Log: Silence MinGW warnings about system headers when building Errno + + Thanks to Mike Guy for the suggested fix. + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 25013] By: nicholas on 2005/06/29 21:24:53 + Log: Expand on parts of perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25012] By: nicholas on 2005/06/29 21:09:16 + Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 25011] By: nicholas on 2005/06/29 20:24:12 + Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25010] By: nicholas on 2005/06/29 19:25:24 + Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass + Branch: perl + ! doio.c gv.c perl.h sv.c +____________________________________________________________________________ +[ 25009] By: nicholas on 2005/06/29 15:58:14 + Log: First stab at not automatically creating an unused SV for GvSV + Enable it with -DPERL_DONT_CREATE_GVSV. + Currently if enabled 22 test scripts have failures, so still some way + to go. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c + ! pp_hot.c proto.h sv.c +____________________________________________________________________________ +[ 25008] By: rgs on 2005/06/29 08:11:53 + Log: Remove old variable needed for binary compatibility + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 25007] By: nicholas on 2005/06/28 22:02:03 + Log: Convert strcpy to memcpy where we already know the length. + Branch: perl + ! gv.c sv.c util.c +____________________________________________________________________________ +[ 25006] By: davem on 2005/06/28 11:28:20 + Log: move Carp.pod back into Carp.pm + Branch: perl + - lib/Carp.pod + ! MANIFEST lib/Carp.pm +____________________________________________________________________________ +[ 25005] By: rgs on 2005/06/28 11:17:30 + Log: B::Deparse was chocking on variable names with colons (like foo::::bar) + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25004] By: nicholas on 2005/06/28 10:09:26 + Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl + From: Dominic Dunlop + Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> + Date: Mon, 27 Jun 2005 19:46:59 +0200 + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 25003] By: steveh on 2005/06/28 08:01:21 + Log: Stop "Possible use before definition" warning following change 24997 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25002] By: rgs on 2005/06/28 07:40:35 + Log: Upgrade to Time::HiRes 1.71 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25001] By: steveh on 2005/06/28 07:40:01 + Log: Stop "suspicious pointer conversion" warning following change 24997 + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25000] By: rgs on 2005/06/27 21:57:04 + Log: Don't install demo files with perl + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24999] By: rgs on 2005/06/27 21:30:09 + Log: From: Mattia Barbon + Subject: [PATCH] Avoid redefinition warning for MinGW + Date: Jun 27, 2005 10:07 PM + Message-ID: + Branch: perl + ! win32/win32iop.h +____________________________________________________________________________ +[ 24998] By: nicholas on 2005/06/27 20:52:27 + Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV + (b) give -1, rather than +1 + Branch: perl + ! sv.c t/op/inc.t +____________________________________________________________________________ +[ 24997] By: rgs on 2005/06/27 18:26:15 + Log: Subject: [PATCH] We're going round in circles with pp_sys.c + From: Andy Lester + Date: Mon, 27 Jun 2005 13:06:59 -0500 + Message-ID: <20050627180659.GB29744@petdance.com> + + (edited) + Branch: perl + ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h + ! regexec.c sv.c toke.c +____________________________________________________________________________ +[ 24996] By: rgs on 2005/06/27 17:19:45 + Log: Fix installation of ptar(1) manpage. + The __END__ was making the POD being ignored by pod2man. + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24995] By: davem on 2005/06/27 16:34:34 + Log: Make Carp.pm even lighter (and Carp::Heavy even heavier) + Also move carp.pm pod to carp.pod + Branch: perl + + lib/Carp.pod + ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm + ! warnings.pl +____________________________________________________________________________ +[ 24994] By: steveh on 2005/06/27 15:45:05 + Log: Silence compiler warning in SDBM_File + + Unless I'm missing something it looks like "key" actually is used, + and the "key = key" assignment causes bcc32 to complain about use + before definition! + Branch: perl + ! ext/SDBM_File/SDBM_File.xs +____________________________________________________________________________ +[ 24993] By: rgs on 2005/06/27 15:22:58 + Log: Subject: [PATCH] XSLoader for Sys::Syslog + From: Alexey Tourbin + Date: Sun, 26 Jun 2005 08:32:05 +0400 + Message-ID: <20050626043204.GA31585@solemn.turbinal.org> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24992] By: rgs on 2005/06/27 13:51:10 + Log: Oops (fix previous fix). + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 24991] By: rgs on 2005/06/27 13:48:26 + Log: Fix tests of Filter::Simple 0.82 in the core + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 24990] By: rgs on 2005/06/27 13:46:25 + Log: Upgrade to Filter::Simple 0.82 + Branch: perl + ! lib/Filter/Simple.pm lib/Filter/Simple/Changes + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm + ! t/lib/Filter/Simple/FilterOnlyTest.pm + ! t/lib/Filter/Simple/FilterTest.pm + ! t/lib/Filter/Simple/ImportTest.pm +____________________________________________________________________________ +[ 24989] By: rgs on 2005/06/27 12:46:44 + Log: Upgrade to Test::Harness 2.52 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/bin/prove +____________________________________________________________________________ +[ 24988] By: rgs on 2005/06/27 12:35:33 + Log: Upgrade to Time::HiRes 1.70 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 24987] By: steveh on 2005/06/27 07:41:52 + Log: Suppress warnings about a clash between redefined malloc and the + use of __attribute__malloc__ + + Subject: Re: Fun with __attribute__malloc__ + From: Andy Lester + Date: Fri, 24 Jun 2005 12:11:59 -0500 + Message-ID: <20050624171159.GB29590@petdance.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24986] By: nicholas on 2005/06/26 22:19:22 + Log: Tweak the child dump socket protocol to return error messages to the + parent so that it can display what went wrong. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24985] By: rgs on 2005/06/26 20:06:10 + Log: Upgrade to Time::HiRes 1.69 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 24984] By: nicholas on 2005/06/26 17:59:33 + Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause + indefinite hangs when the debugging child holds open Perl_debug_log, + and it happens to be a file descriptor that is one end of a pipe, + with a process sitting at the other end waitng for EOF. + So close all descriptors in the child *including* Perl_debug_log, + and pass it back in over the control socket if it's needed. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24983] By: nicholas on 2005/06/26 10:28:43 + Log: Need to pass a my_perl to S_my_localtime to make threaded builds build. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24982] By: nicholas on 2005/06/25 17:58:26 + Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if + Configure_heavy.pl gets truncated. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 24981] By: nicholas on 2005/06/25 15:45:06 + Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk() + using system malloc, because sbrk() stops giving us memory after about + 14Mb. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 24980] By: nicholas on 2005/06/25 15:42:30 + Log: Need to skip exporting PL_dumper_fd unless it is used. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24979] By: nicholas on 2005/06/25 12:55:09 + Log: If forking during global destruction, the child needs to close all + unused file descriptors, else it can cause other processes to hang + because it accidentally holds open pipes and sockets. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24978] By: rgs on 2005/06/24 15:21:38 + Log: Upgrade to Unicode::Collate 0.51 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README +____________________________________________________________________________ +[ 24977] By: steveh on 2005/06/24 14:38:05 + Log: Fix typo in win32.c + + Doesn't fix bcc32 + USE_LARGE_FILES, though :-( + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24976] By: nicholas on 2005/06/24 14:04:19 + Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars + which become unreferenced. This is less likely to be successful. + The #define needs a better name. + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h + ! proto.h sv.c +____________________________________________________________________________ +[ 24975] By: steveh on 2005/06/24 13:56:15 + Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32 + Branch: perl + ! perl.h win32/config_H.gc +____________________________________________________________________________ +[ 24974] By: steveh on 2005/06/24 12:27:45 + Log: Make opendir() filename const in Win32-land & friends + + That fact that it wasn't const already was highlighted by a warning + from pp_open_dir() generated by change 24743. Rather than undo the + const change in pp_open_dir(), this seems to make more sense. Hope I + haven't broken Netware or WinCE. + Branch: perl + ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h + ! iperlsys.h win32/include/dirent.h win32/perlhost.h + ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c +____________________________________________________________________________ +[ 24973] By: nicholas on 2005/06/24 10:45:44 + Log: Need to do some sort of die/warn to get the "global destruction" + text if the bug is still present. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24972] By: steveh on 2005/06/24 09:37:24 + Log: Fix t\op\gv.t on Win32 + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24971] By: rgs on 2005/06/24 07:54:59 + Log: Remove cargo-culted binmode. + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 24970] By: steveh on 2005/06/24 07:42:41 + Log: Fix Archive-Tar tests on Win32 following change 24954 + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 24969] By: merijn on 2005/06/24 07:41:08 + Log: Workaround localtime edge case where TZ makes time go beyond + the defined working range (AIX 5.2) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24968] By: davem on 2005/06/23 22:59:36 + Log: change 24967 got the #endif in the wrong place + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24967] By: davem on 2005/06/23 22:48:40 + Log: don't repopulate PADTMP slots with null SVs when freeing ops + Branch: perl + ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c +____________________________________________________________________________ +[ 24966] By: nicholas on 2005/06/23 21:30:33 + Log: Remove the reference loop between symbol tables and typeglobs. + Typeglobs now have a weak reference onto their symbol table. + Branch: perl + ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t +____________________________________________________________________________ +[ 24965] By: rgs on 2005/06/23 18:53:04 + Log: Subject: [PATCH] Pre-YAPC consting fun + From: Andy Lester + Date: Jun 23, 2005 9:04 PM + Message-ID: <20050623190423.GA13835@petdance.com> + Branch: perl + ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c + ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c + ! taint.c util.c +____________________________________________________________________________ +[ 24964] By: merijn on 2005/06/23 18:43:42 + Log: Take a larger margin to prevent 'X' failures in smokes + I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run + when reps was still 10000. With 15000 I didn't get a single warning + Branch: perl + ! t/op/rand.t +____________________________________________________________________________ +[ 24963] By: rgs on 2005/06/23 18:07:34 + Log: Warning suppression. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24962] By: nicholas on 2005/06/23 18:00:38 + Log: The current implementation of :unique is fundamentally flawed, + because declaring a scalar READONLY does not stop it being modified. + Hence the current implementation of :unique is *not threadsafe* + D'oh! + Better implementations welcome. + Branch: perl + ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod + ! proto.h sv.c +____________________________________________________________________________ +[ 24961] By: rgs on 2005/06/23 16:18:21 + Log: Fix Archive::Tar test when perl is built with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 24960] By: rgs on 2005/06/23 15:51:02 + Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find + From: Steve Peters + Date: Fri, 17 Jun 2005 23:27:14 -0500 + Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 24959] By: nicholas on 2005/06/23 14:11:20 + Log: Add a define PERL_POISON which tries to trip up anything accessing + freed or uninitialised memory. Currently only Poison()s freed + pointers. + Branch: perl + ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c + ! sv.c +____________________________________________________________________________ +[ 24958] By: nicholas on 2005/06/23 14:09:57 + Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer. + Simplify SvPV_free slightly. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24957] By: rgs on 2005/06/23 11:54:25 + Log: This dummy test didn't pass + Branch: perl + ! lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 24956] By: rgs on 2005/06/23 11:34:35 + Log: Add a pseudo-test to clean up data files for Archive::Tar tests + Branch: perl + + lib/Archive/Tar/t/99_clean.t + ! MANIFEST +____________________________________________________________________________ +[ 24955] By: rgs on 2005/06/23 11:30:16 + Log: Remove test that relies on Test::POD + Branch: perl + - lib/Archive/Tar/t/99_pod.t + ! MANIFEST +____________________________________________________________________________ +[ 24954] By: rgs on 2005/06/23 11:29:16 + Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them + Branch: perl + + lib/Archive/Tar/t/00_setup.t + - lib/Archive/Tar/t/src/long/bar.tar + - lib/Archive/Tar/t/src/long/foo.tgz + - lib/Archive/Tar/t/src/short/bar.tar + - lib/Archive/Tar/t/src/short/foo.tgz + ! MANIFEST +____________________________________________________________________________ +[ 24953] By: steveh on 2005/06/23 11:02:42 + Log: Silence bcc32 compiler warnings following change 24945 + + ("Possible use of '%s' before definition") + Branch: perl + ! pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 24952] By: nicholas on 2005/06/23 10:41:00 + Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24951] By: rgs on 2005/06/23 10:39:47 + Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo + From: Salvador Fandino + Date: Tue, 21 Jun 2005 19:50:35 +0200 + Message-ID: <20050621181658.5977.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24950] By: steveh on 2005/06/23 10:21:53 + Log: Oops! Change 24946 wasn't quite right + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24949] By: rgs on 2005/06/23 09:32:55 + Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc + Branch: perl + ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh +____________________________________________________________________________ +[ 24948] By: rgs on 2005/06/23 09:25:03 + Log: Define d_nv_zero_is_allbits_zero for symbian + (noticed by Jarkko) + Branch: perl + ! symbian/config.sh +____________________________________________________________________________ +[ 24947] By: steveh on 2005/06/23 09:18:37 + Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost) + + It still whines about 'in' and 'b' being assigned values that are + never used on lines 348 and 505 respectively (as side effects of the + calls to c2l and l2c respectively), but I'm not sure how to shut + them up. + Branch: perl + ! win32/fcrypt.c +____________________________________________________________________________ +[ 24946] By: steveh on 2005/06/23 09:00:28 + Log: More bcc32 compiler warnings to silence + + ("Suspicious pointer conversion") + Branch: perl + ! doio.c win32/win32io.c +____________________________________________________________________________ +[ 24945] By: rgs on 2005/06/23 08:39:44 + Log: Subject: [PATCH] Const Boy II: The Localizing + From: Andy Lester + Date: Wed, 22 Jun 2005 09:41:00 -0500 + Message-ID: <20050622144059.GA19598@petdance.com> + Branch: perl + ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c + ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c + ! util.c +____________________________________________________________________________ +[ 24944] By: steveh on 2005/06/23 08:04:21 + Log: Silence another bcc32 compiler warning + + ("Possible use of '%s' before definition") + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24943] By: davem on 2005/06/22 23:08:55 + Log: remove taint hack now that local $tainted no longer copies taint magic + Branch: perl + ! mg.c sv.c +____________________________________________________________________________ +[ 24942] By: davem on 2005/06/22 21:42:54 + Log: handle magic in local correctly + the local SV now gets a copy of any container magic, and no value + magic; in the past the whole magic chain was either shared or + moved + Branch: perl + ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod + ! proto.h scope.c t/op/local.t +____________________________________________________________________________ +[ 24941] By: merijn on 2005/06/22 17:14:04 + Log: Upgrade to Test::Harness 2.50 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t +____________________________________________________________________________ +[ 24940] By: nicholas on 2005/06/22 16:37:06 + Log: Add facility to fork() early in perl_destruct and use the child to + dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP + when DEBUG_LEAKING_SCALARS is already in force) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24939] By: steveh on 2005/06/22 13:25:16 + Log: Silence yet more bcc32 compiler warnings + + ("Code has no effect") + Branch: perl + ! hv.c pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 24938] By: steveh on 2005/06/22 13:02:17 + Log: Silence some more bcc32 compiler warnings + + ("Suggest parentheses to clarify precedence") + Branch: perl + ! warnings.h warnings.pl +____________________________________________________________________________ +[ 24937] By: steveh on 2005/06/22 12:31:59 + Log: Silence some bcc32 compiler warnings + + ("Superfluous & with function") + Branch: perl + ! perlvars.h pp.c win32/win32.c +____________________________________________________________________________ +[ 24936] By: nicholas on 2005/06/22 10:08:43 + Log: Now that the global string table is using a single hunk of memory + for both HE and HEK, we need to actually free things in perl_destruct + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24935] By: steveh on 2005/06/22 09:40:25 + Log: Fix Archive-Tar tests on Win32 + + (Patch from Jos Boumans, from his current dev version.) + Branch: perl + ! lib/Archive/Tar.pm +____________________________________________________________________________ +[ 24934] By: merijn on 2005/06/21 19:27:38 + Log: Redo generation of change #24898 + Do not forget to run Porting/config_h.pl! + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24932] By: rgs on 2005/06/21 17:05:01 + Log: Upgrade to Test::Harness 2.49_02 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 24931] By: rgs on 2005/06/21 16:33:32 + Log: Add Archive::Tar to the maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24930] By: rgs on 2005/06/21 16:14:06 + Log: Trim trailing spaces + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24929] By: rgs on 2005/06/21 15:53:30 + Log: Add pod, so ptar has a manpage + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24928] By: rgs on 2005/06/21 15:27:37 + Log: POD nits + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 24927] By: nicholas on 2005/06/21 15:27:14 + Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat + (or at least into the decade of t/test.pl) + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24926] By: rgs on 2005/06/21 15:04:10 + Log: Add the ptar(1) utility from Archive::Tar + Branch: perl + + lib/Archive/Tar/bin/ptar utils/ptar.PL + ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24925] By: steveh on 2005/06/21 13:49:10 + Log: Trim trailing whitespace from $! and $^E + + (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is + good for consistency anyway) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24924] By: nicholas on 2005/06/21 12:39:27 + Log: Avoid having NULL entries in the weakref backreference array, and + make S_sv_add_backref O(1) (instead of O(n)) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24923] By: rgs on 2005/06/21 12:12:10 + Log: Cleanup after this test + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 24922] By: rgs on 2005/06/21 12:01:07 + Log: Add Archive::Tar 1.24, except ptar for now + Branch: perl + + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t + + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t + + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b + + lib/Archive/Tar/t/src/long/bar.tar + + lib/Archive/Tar/t/src/long/foo.tgz + + lib/Archive/Tar/t/src/short/b + + lib/Archive/Tar/t/src/short/bar.tar + + lib/Archive/Tar/t/src/short/foo.tgz + ! MANIFEST +____________________________________________________________________________ +[ 24921] By: nicholas on 2005/06/21 10:58:22 + Log: weak references aren't UVs, do don't show this in the dump flags. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 24920] By: rgs on 2005/06/21 10:50:18 + Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...? + From: Salvador Fandiño + Date: Fri, 17 Jun 2005 14:06:30 +0100 + Message-ID: <20050617130548.18776.qmail@lists.develooper.com> + + with wordings improvements suggested by Ronald J Kimball + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 24919] By: nicholas on 2005/06/21 10:35:09 + Log: No need to set flags twice. + Branch: perl + ! av.c +____________________________________________________________________________ +[ 24918] By: nicholas on 2005/06/21 09:44:08 + Log: As there will be no old body to dispose of, we can return immediately. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24917] By: rgs on 2005/06/21 09:40:46 + Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 24916] By: rgs on 2005/06/21 07:03:40 + Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations + From: Tsutomu IKEGAMI + Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST) + Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24915] By: rgs on 2005/06/20 16:28:38 + Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR + From: Robin Barker + Date: Mon, 20 Jun 2005 13:47:37 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24914] By: nicholas on 2005/06/20 15:21:59 + Log: Replace the non-const initialiser block + loop with a series of calls + to a small static function. + c.f. "I will replace you with a small shell script..." + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24913] By: rgs on 2005/06/20 15:12:50 + Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy + From: Andy Lester + Date: Mon, 20 Jun 2005 10:22:37 -0500 + Message-ID: <20050620152237.GA5032@petdance.com> + Branch: perl + ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c + ! perl.h proto.h sv.c universal.c util.c +____________________________________________________________________________ +[ 24912] By: rgs on 2005/06/20 13:32:52 + Log: Same fix, for the test, now. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 24911] By: rgs on 2005/06/20 13:06:13 + Log: perl -v was outputting a double v (spotted by Jarkko) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24910] By: rgs on 2005/06/20 11:58:32 + Log: Remove signature test, which is always skipped + Branch: perl + - lib/Test/Simple/t/00signature.t + ! MANIFEST +____________________________________________________________________________ +[ 24909] By: rgs on 2005/06/20 11:45:02 + Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2 + From: chromatic + Date: Sat, 18 Jun 2005 12:15:41 -0700 + Message-Id: <1119122141.21521.9.camel@localhost> + Branch: perl + ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod +____________________________________________________________________________ +[ 24908] By: rgs on 2005/06/20 11:00:31 + Log: Remove the deprecated $# variable + Branch: perl + ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h + ! pod/perldiag.pod sv.c t/lib/warnings/gv +____________________________________________________________________________ +[ 24907] By: nicholas on 2005/06/20 10:35:41 + Log: Silence warning in debug printf + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 24906] By: rgs on 2005/06/20 09:45:24 + Log: Subject: [PATCH] More random cleanups + From: Andy Lester + Date: Fri, 17 Jun 2005 09:50:29 -0500 + Message-ID: <20050617145029.GC11769@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c +____________________________________________________________________________ +[ 24905] By: steveh on 2005/06/20 09:30:23 + Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898) + + The try.c test program added to Configure by change 24898 outputs + "Yes" using each of VC++, GCC and BCC32, so here goes... + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 24904] By: rgs on 2005/06/20 09:23:33 + Log: Hugo suggests this. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 24903] By: rgs on 2005/06/20 09:20:40 + Log: Missed a chunk in previous commit + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 24902] By: rgs on 2005/06/20 09:18:35 + Log: Subject: [perl #36328] Until Statement Undocumented + From: Eric Amick (via RT) + Date: 18 Jun 2005 03:47:32 -0000 + Message-ID: + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 24901] By: rgs on 2005/06/20 09:06:57 + Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash + From: Rick Delaney + Date: Sun, 19 Jun 2005 09:47:22 -0400 + Message-ID: <20050619134722.GB31592@localhost.localdomain> + Branch: perl + ! op.c t/comp/parser.t +____________________________________________________________________________ +[ 24900] By: nicholas on 2005/06/20 08:19:52 + Log: S_del_body is sufficiently small that inlining it is a space win. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24899] By: nicholas on 2005/06/19 15:12:26 + Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX + to 0.0, as the memset has already done it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24898] By: nicholas on 2005/06/19 15:11:06 + Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and + #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: + + Subject: Re: Configure check for whether 0.0 is stored as all bits zero + From: "Craig A. Berry" + Message-Id: + Date: Sat, 18 Jun 2005 18:23:59 -0500 + Branch: perl + ! Configure Porting/Glossary config_h.SH configure.com +____________________________________________________________________________ +[ 24897] By: nicholas on 2005/06/19 10:22:58 + Log: Move the offset calculations outside of new_body/del_body. + This makes some of the upgrade code slightly simpler. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24896] By: nicholas on 2005/06/18 22:43:58 + Log: Refactor sv_dup to memcpy from source to destination, and only + explicitly copy the structure members that need explicit duplication. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24895] By: nicholas on 2005/06/18 16:33:41 + Log: Squeeze a little more savings by moving pte and he arenas into the + common arena free code. + Branch: perl + ! hv.h perl.h sv.c +____________________________________________________________________________ +[ 24894] By: nicholas on 2005/06/18 15:07:47 + Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas + From: Jim Cromie + Message-ID: <42B3C388.2090902@divsol.com> + Date: Sat, 18 Jun 2005 00:47:36 -0600 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24893] By: nicholas on 2005/06/18 14:28:04 + Log: update AVs and HVs using the old_body, and remove all of the local + variables used to hold the SV body piecemeal. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24892] By: nicholas on 2005/06/18 10:57:02 + Log: sv_upgrade by memcpy + AV and HV cases need tidyup + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24891] By: nicholas on 2005/06/17 19:37:56 + Log: Fix compiling with -DPURIFY + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24890] By: nicholas on 2005/06/17 17:30:19 + Log: Change 24886 was buggy - should be taking (and passing in) the + address of the arena. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24889] By: rgs on 2005/06/17 15:43:11 + Log: Add new internal error message to perldiag + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 24888] By: nicholas on 2005/06/17 15:37:50 + Log: Collect a little more information about the body we're getting rid of + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24887] By: rgs on 2005/06/17 14:44:43 + Log: Missing aTHX_ (noticed by Jim Cromie) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24886] By: nicholas on 2005/06/17 14:28:07 + Log: Move freeing the old body after the creating of the new body. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24885] By: nicholas on 2005/06/17 13:42:03 + Log: The only way is up! + (*up*grades. Or croak) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24884] By: rgs on 2005/06/17 12:21:53 + Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make + From: "Steve Peters via RT" + Date: 16 Jun 2005 17:11:14 -0000 + Message-ID: + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24883] By: steveh on 2005/06/17 11:36:45 + Log: Silence STDERR grumblings from Borland's math library. + + This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and + renders change 24870 obsolete, hence it is reverted here). + Branch: perl + ! lib/warnings.t makedef.pl win32/win32.c +____________________________________________________________________________ +[ 24882] By: rgs on 2005/06/17 09:26:25 + Log: Upgrade to PathTools 3.09 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm + ! lib/File/Spec.pm +____________________________________________________________________________ +[ 24881] By: nicholas on 2005/06/17 08:35:48 + Log: new_pte/del_pte can use new_body/del_body too + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24880] By: steveh on 2005/06/17 08:28:32 + Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name() + From: "Jan Dubois" + Date: Thu, 16 Jun 2005 11:43:15 -0700 + Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24879] By: nicholas on 2005/06/16 22:08:29 + Log: Storing the ixv for magic arrays seems to cause double free errors on + OS X. This all feels like voodoo. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24878] By: nicholas on 2005/06/16 22:06:57 + Log: Replace all the new/del static functions with calls to a single pair + of functions that uproot/plant bodies + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 24877] By: nicholas on 2005/06/16 19:28:20 + Log: Making more_* return a pointer, and swapping to a ternary ?: in + new_* seems to generate slightly terser object code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24876] By: nicholas on 2005/06/16 18:37:55 + Log: Replace all the S_more_* functions with a single function. + Saves 1.5K on the object file in OS X when built with -Os + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24875] By: nicholas on 2005/06/16 16:25:54 + Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function + From: Jim Cromie + Message-ID: <42ADC8ED.4090009@divsol.com> + Date: Mon, 13 Jun 2005 11:57:01 -0600 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24874] By: nicholas on 2005/06/16 15:09:00 + Log: I'm not convinced that manually creating HVs via sv_upgrade is a great + idea, but as we are, turning on shared keys makes sense. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24873] By: merijn on 2005/06/16 14:33:10 + Log: Subject: [PATCH] Lint support + From: Andy Lester + Date: Thu, 16 Jun 2005 09:35:21 -0500 + Message-ID: <20050616143521.GB22188@petdance.com> + Branch: perl + ! XSUB.h perl.h universal.c +____________________________________________________________________________ +[ 24872] By: merijn on 2005/06/16 14:24:43 + Log: Subject: Re: a warning for a ExtUtils::ParseXS test + From: Ken Williams + Date: Wed, 15 Jun 2005 20:00:42 -0500 + Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org> + Branch: perl + ! lib/ExtUtils/ParseXS/t/XSTest.xs +____________________________________________________________________________ +[ 24871] By: rgs on 2005/06/16 13:55:18 + Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/ + From: Andy Lester + Date: Thu, 16 Jun 2005 09:13:42 -0500 + Message-ID: <20050616141342.GA22188@petdance.com> + Branch: perl + ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c + ! regexec.c sv.c toke.c util.c +____________________________________________________________________________ +[ 24870] By: steveh on 2005/06/16 13:16:56 + Log: Teach lib/warnings.t about Borland CRT error messages + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 24869] By: rgs on 2005/06/16 12:54:18 + Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken + From: "Alexander Foken" (via RT) + Date: 10 Jun 2005 12:46:41 -0000 + Message-ID: + + and bump version number + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 24868] By: steveh on 2005/06/16 11:10:01 + Log: Update README.win32 + + (Mention Borland compiler is also free; update libwin32 link) + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24867] By: steveh on 2005/06/16 11:00:19 + Log: Give op/taint.t a helping hand for Borland compiler on Win32 + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 24866] By: steveh on 2005/06/16 09:51:33 + Log: Fix changes 24862 and 24863 for Sarathy's old dmake + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24865] By: rgs on 2005/06/16 09:45:59 + Log: Subs with builtin attributes shouldn't be made constant + + Subject: Re: [perl #36297] builtin attrs on subrutine declarations + From: Salvador "FandiXo" + Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT) + Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24864] By: rgs on 2005/06/16 09:18:58 + Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses + Branch: perl + ! pod/perl.pod pod/perlrun.pod +____________________________________________________________________________ +[ 24863] By: steveh on 2005/06/16 09:09:22 + Log: Simplify win32/makefile.mk for static extensions with GCC + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24862] By: steveh on 2005/06/16 08:51:14 + Log: Enable static extensions with Borland compiler on Win32 + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 24861] By: rgs on 2005/06/16 08:29:10 + Log: Revert part of change #24854 + Branch: perl + ! ext/Devel/DProf/t/DProf.t perl.c +____________________________________________________________________________ +[ 24860] By: steveh on 2005/06/16 07:40:21 + Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS + + (Fixes a linker error on Win 32 introduced by change #24847) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24859] By: nicholas on 2005/06/15 22:32:14 + Log: Don't write bytecode to load the NVX of AVs and HVs + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24858] By: nicholas on 2005/06/15 22:31:41 + Log: We were failing to pring "not ok" if the text exited uncleanly + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 24857] By: nicholas on 2005/06/15 22:30:53 + Log: assert that you aren't assigning to the NVX of an AV or HV + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24856] By: rgs on 2005/06/15 16:37:46 + Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(), + this can be useful to use valgrind for example + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 24855] By: steveh on 2005/06/15 16:30:58 + Log: Fix $Config{ccversion} for Borland C++ 5.5.1 + + This pattern match seems a little saner, and stops " for Win32" + getting picked up from the following output: + + Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland + + Maybe it breaks older versions, but at least the latest now works + correctly. If anyone knows what older versions' messages look like + then speak up! + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 24854] By: rgs on 2005/06/15 16:24:05 + Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set + From: Steve Peters + Date: Wed, 15 Jun 2005 11:30:41 -0500 + Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org> + Branch: perl + ! ext/Devel/DProf/t/DProf.t perl.c +____________________________________________________________________________ +[ 24853] By: rgs on 2005/06/15 16:16:32 + Log: Subject: sort optimization + From: Salvador Fandiño + Date: Mon, 06 Jun 2005 12:05:05 +0100 + Message-ID: <20050606110425.22941.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24852] By: steveh on 2005/06/15 16:02:06 + Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24851] By: rgs on 2005/06/15 14:40:40 + Log: Subject: [perl #36297] builtin attrs on subrutine declarations + From: Salvador "FandiXXo" (via RT) + Date: 15 Jun 2005 13:54:53 -0000 + Message-ID: + Branch: perl + ! op.c t/op/attrs.t +____________________________________________________________________________ +[ 24850] By: merijn on 2005/06/15 13:57:57 + Log: Protect Perl_sv_2pvbyte () to NULL length pointers + Thanks Nick! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24849] By: rgs on 2005/06/15 13:55:50 + Log: Better phrasing + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24848] By: rgs on 2005/06/15 09:27:55 + Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 03:42:42 +0400 + Message-ID: <20050604234242.GW5867@solemn.turbinal.org> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24847] By: rgs on 2005/06/15 09:03:22 + Log: Subject: [PATCH] CopSTASH_eq again + From: Andy Lester + Date: Tue, 14 Jun 2005 23:49:26 -0500 + Message-ID: <20050615044926.GA29087@petdance.com> + Branch: perl + ! cop.h embed.fnc embed.h global.sym proto.h util.c +____________________________________________________________________________ +[ 24846] By: rgs on 2005/06/15 07:49:48 + Log: Fix warning nits, by Jarkko + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24845] By: nicholas on 2005/06/14 19:28:28 + Log: Subject: [PATCH] S_emulate_eaccess() does return a value + From: Steve Peters + Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org> + Date: Tue, 14 Jun 2005 14:30:52 -0500 + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24844] By: davem on 2005/06/14 17:24:18 + Log: whoops, Perl_magic_freearylen_p returns int + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24843] By: nicholas on 2005/06/14 16:29:49 + Log: Change 24838 breaks deparse.t, which checks that embedded NULs work. + Here's a temporary hack, pending a way for B to correctly identify + PVs that are variable names in pads. + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 24842] By: rgs on 2005/06/14 13:49:41 + Log: Add core test preamble + Branch: perl + ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t + ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t + ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t + ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t + ! lib/IO/Zlib/t/uncomp2.t +____________________________________________________________________________ +[ 24841] By: nicholas on 2005/06/14 13:40:49 + Log: Test was coredumping with a shared perl library. + This is wrong. It seems that what gets peephole optimised + (in this case named method calls into shared string scalars) depends + on whether there is a shared perl library. + Anyway, fix the symptom - the coredump. + Branch: perl + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 24840] By: steveh on 2005/06/14 13:36:03 + Log: Stop "test" filename clashing with "TEST" on Win32 + + (and bump $IO::Zlib::VERSION again) + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t +____________________________________________________________________________ +[ 24839] By: steveh on 2005/06/14 13:26:30 + Log: Actually skip tests when they're supposed to be skipped! + + (and bump $IO::Zlib::VERSION) + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t +____________________________________________________________________________ +[ 24838] By: rgs on 2005/06/14 13:22:20 + Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD + From: Steve Peters + Date: Tue, 14 Jun 2005 08:16:38 -0500 + Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org> + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 24837] By: steveh on 2005/06/14 13:13:17 + Log: Don't delete IO/Zlib during distclean on Win32 + + (IO/Socket still needs to go, though) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24836] By: rgs on 2005/06/14 13:02:24 + Log: Document ${^UTF8LOCALE} + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24835] By: rgs on 2005/06/14 12:12:33 + Log: Add IO::Zlib in maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24834] By: rgs on 2005/06/14 12:06:40 + Log: Add IO::Zlib 1.04 to bleadperl + Branch: perl + + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t + + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t + + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t + + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t + + lib/IO/Zlib/t/uncomp2.t + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 24833] By: davem on 2005/06/14 10:15:10 + Log: Perl_magic_freearylen_p could coredump + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24832] By: rgs on 2005/06/14 08:52:46 + Log: Subject: better assertion support + From: Salvador Fandiño + Date: Mon, 13 Jun 2005 16:48:01 +0100 + Message-ID: <20050613154719.29295.qmail@lists.develooper.com> + Branch: perl + + lib/assertions/compat.pm t/comp/asstcompat.t + ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c + ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t +____________________________________________________________________________ +[ 24831] By: rgs on 2005/06/14 08:31:18 + Log: Since the version module is use'd afterwards, use_ok needs to be + in a BEGIN block + Branch: perl + ! lib/version.t +____________________________________________________________________________ +[ 24830] By: steveh on 2005/06/14 07:42:33 + Log: Add BUILDOPTEXTRA to Win32 makefiles + + This allows extra build options, e.g. -DNO_HASH_SEED, to be + specified on the command line, which is otherwise not possible + under nmake using the existing BUILDOPT macro + + Suggested by Jan Dubois + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24829] By: nicholas on 2005/06/13 22:29:00 + Log: Pay attention to the comments that Dave writes. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24828] By: rgs on 2005/06/13 20:22:52 + Log: Comment nit to help Devel::Cover, spotted by Steve Peters + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 24827] By: nicholas on 2005/06/13 20:18:57 + Log: Croak if an attempt is made to modify PL_strtab + (er, TODO - these should be in perldiag) + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/hash.t hv.c +____________________________________________________________________________ +[ 24826] By: nicholas on 2005/06/13 20:17:56 + Log: More SvPV consting + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24825] By: steveh on 2005/06/13 16:35:19 + Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile + From: vadim + Date: Mon, 13 Jun 2005 15:41:41 -0400 + Message-Id: <1118691701.6333.32.camel@mdk10> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24824] By: nicholas on 2005/06/13 16:24:57 + Log: With shared hash key scalars now accessing the hash via the PVX, you + can't fake them with regular PVIVs. So fake method calls have to use + real shared hask key scalars. + Branch: perl + ! ext/B/t/optree_specials.t op.c +____________________________________________________________________________ +[ 24823] By: rgs on 2005/06/13 15:20:05 + Log: Subject: [PATCH] Bring bleadperl up to version.pm + From: John Peacock + Date: Mon, 06 Jun 2005 05:18:21 -0400 + Message-ID: <42A414DD.8090504@rowman.com> + Branch: perl + ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t + ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t + ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL +____________________________________________________________________________ +[ 24822] By: rgs on 2005/06/13 12:49:18 + Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error + From: Offer Kaye + Date: Thu, 2 Jun 2005 09:14:53 +0300 + Message-ID: <56942505060123146e5eb1c2@mail.gmail.com> + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 24821] By: nicholas on 2005/06/13 11:48:05 + Log: Change 24816 forgot to update makedef.pl + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24820] By: rgs on 2005/06/13 11:28:43 + Log: Make some variables global, to avoid some "will not stay + shared" warnings at compile time + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 24819] By: nicholas on 2005/06/13 09:43:18 + Log: S_share_hek_flags can revert to returning a HEK + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 24818] By: rgs on 2005/06/13 09:13:43 + Log: Remove MANIFEST for Compress::Zlib + Branch: perl + - ext/Compress/Zlib/MANIFEST + ! MANIFEST +____________________________________________________________________________ +[ 24817] By: rgs on 2005/06/13 09:00:00 + Log: Make SvUPGRADE always have the value '1' + Make sv_upgrade a void function + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h +____________________________________________________________________________ +[ 24816] By: nicholas on 2005/06/13 08:25:53 + Log: We no longer need PL_shared_hek_table + Branch: perl + ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h + ! sv.c +____________________________________________________________________________ +[ 24815] By: rgs on 2005/06/13 07:58:31 + Log: Help "make distclean" + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24814] By: nicholas on 2005/06/12 23:40:55 + Log: Clone all shared string PVs as shared string PVs (now that we can do + it very efficiently) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24813] By: nicholas on 2005/06/12 22:34:39 + Log: duping shared hask key scalars can use hek_dup + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24812] By: nicholas on 2005/06/12 22:33:51 + Log: hek_dup can now store the HEK rather than the HE, as there is now a + fast way to share a hek + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24811] By: nicholas on 2005/06/12 21:59:34 + Log: Provide share_hek_hek, and use it for fast copying of shared string + scalars. + Branch: perl + ! hv.h sv.c +____________________________________________________________________________ +[ 24810] By: nicholas on 2005/06/12 21:58:23 + Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than + HEKs + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24809] By: nicholas on 2005/06/12 21:08:33 + Log: Shortcut chasing round strtab when we're not the last reference. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24808] By: nicholas on 2005/06/12 20:00:18 + Log: In the shared string table, store the HE and HEK next to each other + in one malloc()ed block. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 24807] By: merijn on 2005/06/12 09:58:32 + Log: Subject: [PATCH] perlipc.pod: mkfifo() + From: Alexey Tourbin + Date: Sat, 11 Jun 2005 16:26:56 +0400 + Message-ID: <20050611122656.GC8181@solemn.turbinal.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 24806] By: merijn on 2005/06/12 09:54:07 + Log: Subject: improve static build for win32/Makefile + From: vadim + Date: Sun, 12 Jun 2005 14:09:11 -0400 + Message-Id: <1118599750.2732.2.camel@mdk10> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 24805] By: merijn on 2005/06/12 09:19:38 + Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output + From: "Paul Marquess" + Date: Sat, 11 Jun 2005 22:23:00 +0100 + Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/t/05gzsetp.t +____________________________________________________________________________ +[ 24804] By: nicholas on 2005/06/11 21:05:29 + Log: This isn't an LVALUE, so make the compiler enforce that. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24803] By: nicholas on 2005/06/11 18:01:32 + Log: hash key code cleanup + Branch: perl + ! embed.fnc hv.c hv.h proto.h +____________________________________________________________________________ +[ 24802] By: nicholas on 2005/06/11 17:00:52 + Log: Shrink shared hash scalars from PVIV to PV + Branch: perl + ! embed.fnc embed.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 24801] By: nicholas on 2005/06/11 14:08:00 + Log: Propagate const/mutable/not into the SvPV call for retrieving an + overloaded value. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24800] By: nicholas on 2005/06/10 23:12:29 + Log: More SvPV consting. And other related drive-by refactoring. + Branch: perl + ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c + ! xsutils.c +____________________________________________________________________________ +[ 24799] By: nicholas on 2005/06/10 22:06:15 + Log: More SvPV consting, including some code cleanup and living dangerously + with socket API calls. + Branch: perl + ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 24798] By: nicholas on 2005/06/10 20:48:35 + Log: Move SvPV consting, remove an n_a, and correct one error in Move() + Branch: perl + ! doio.c doop.c dump.c op.c sv.c +____________________________________________________________________________ +[ 24797] By: nicholas on 2005/06/10 18:42:47 + Log: Allison says that "Media" isn't really needed in the name. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 24796] By: nicholas on 2005/06/10 16:26:43 + Log: Add SvGROW_mutable + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24795] By: nicholas on 2005/06/10 15:44:47 + Log: Passing read only values (such as string constants) to select should + croak. + Branch: perl + + t/op/sselect.t + ! MANIFEST pp_sys.c +____________________________________________________________________________ +[ 24794] By: nicholas on 2005/06/10 15:16:43 + Log: Don't pass constants to select + Branch: perl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 24793] By: rgs on 2005/06/10 13:44:35 + Log: Pre-run and disarm the code automodification run by + Compress::Zlib's Makefile + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/examples/filtdef + ! ext/Compress/Zlib/examples/filtinf + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzgrep + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/t/03examples.t + ! ext/Compress/Zlib/t/04encoding.t + ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t +____________________________________________________________________________ +[ 24792] By: rgs on 2005/06/10 12:53:21 + Log: Update Windows makefiles + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24791] By: nicholas on 2005/06/10 12:44:30 + Log: Work around bug 36211, plus a lot of TODO regression tests for local/ + $#... interaction. + Branch: perl + ! scope.c t/op/array.t +____________________________________________________________________________ +[ 24790] By: rgs on 2005/06/10 12:44:02 + Log: Update maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24789] By: rgs on 2005/06/10 12:30:14 + Log: Bump version number + Branch: perl + ! ext/Compress/Zlib/Zlib.pm +____________________________________________________________________________ +[ 24788] By: rgs on 2005/06/10 12:09:30 + Log: Makefile.PL adjustments for the core + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 24787] By: rgs on 2005/06/10 12:07:01 + Log: SvUPGRADE returns void in blead + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 24786] By: rgs on 2005/06/10 12:05:38 + Log: Drom Compress::Zlib 1.34 in ext/ + Branch: perl + + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes + + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL + + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in + + ext/Compress/Zlib/examples/filtdef + + ext/Compress/Zlib/examples/filtinf + + ext/Compress/Zlib/examples/gzcat + + ext/Compress/Zlib/examples/gzgrep + + ext/Compress/Zlib/examples/gzstream + + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs + + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + + ext/Compress/Zlib/t/03examples.t + + ext/Compress/Zlib/t/04encoding.t + + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t + + ext/Compress/Zlib/typemap + + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c + + ext/Compress/Zlib/zlib-src-1.2.2/compress.c + + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c + + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h + + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c + + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h + + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c + + ext/Compress/Zlib/zlib-src-1.2.2/infback.c + + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c + + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h + + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h + + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c + + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h + + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c + + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h + + ext/Compress/Zlib/zlib-src-1.2.2/trees.c + + ext/Compress/Zlib/zlib-src-1.2.2/trees.h + + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c + + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h + + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h + + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c + + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h + ! MANIFEST +____________________________________________________________________________ +[ 24785] By: nicholas on 2005/06/10 10:06:30 + Log: Change 24531 broke DEBUG_LEAKING_SCALARS. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24784] By: nicholas on 2005/06/09 21:01:42 + Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns + Branch: perl + ! av.c pod/perldiag.pod t/op/array.t +____________________________________________________________________________ +[ 24783] By: nicholas on 2005/06/09 19:02:43 + Log: Fixes the case of $a = \$#{[]}; and then accessing $$a + (but not \$#a after local @a or my @a leave a block) + Branch: perl + ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t +____________________________________________________________________________ +[ 24782] By: nicholas on 2005/06/09 16:37:18 + Log: Convert op/array.t to test.pl + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 24781] By: rgs on 2005/06/09 15:32:09 + Log: Revert part of previous patch + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24780] By: rgs on 2005/06/09 15:12:39 + Log: Subject: [PATCH] regcomp.c and more + From: Andy Lester + Date: Thu, 9 Jun 2005 10:05:56 -0500 + Message-ID: <20050609150556.GA30554@petdance.com> + Branch: perl + ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c +____________________________________________________________________________ +[ 24778] By: nicholas on 2005/06/09 10:36:53 + Log: More SvPV consting + Branch: perl + ! mg.c perlio.c pp_pack.c +____________________________________________________________________________ +[ 24777] By: nicholas on 2005/06/09 10:36:40 + Log: Don't ignore errors from an eval. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24776] By: nicholas on 2005/06/09 09:23:55 + Log: Update API docs. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 24775] By: nicholas on 2005/06/09 09:22:18 + Log: Change perforce filetype from text to text+w (so regen.pl is happy) + Branch: perl + ! opnames.h reentr.c reentr.h +____________________________________________________________________________ +[ 24774] By: nicholas on 2005/06/09 09:15:55 + Log: reentr.pl should be using regen_lib.pl and unlinking files before it + starts. + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 24773] By: nicholas on 2005/06/09 08:59:21 + Log: Make minitest pass (must skip if no dynaloading) + Branch: perl + ! t/op/goto_xs.t +____________________________________________________________________________ +[ 24772] By: rgs on 2005/06/09 08:12:03 + Log: Subject: [PATCH] pp_pack.c cleanup + From: Andy Lester + Date: Wed, 8 Jun 2005 10:23:53 -0500 + Message-ID: <20050608152353.GA6253@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24771] By: rgs on 2005/06/09 07:59:09 + Log: Subject: [PATCH] perlfunc.pod: ioctl.ph + From: Alexey Tourbin + Date: Wed, 8 Jun 2005 13:45:08 +0400 + Message-ID: <20050608094508.GJ5867@solemn.turbinal.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24770] By: rgs on 2005/06/09 07:44:36 + Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer + From: Jarkko Hietaniemi + Date: Thu, 09 Jun 2005 08:50:56 +0300 + Message-ID: <42A7D8C0.1080104@gmail.com> + Branch: perl + ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c +____________________________________________________________________________ +[ 24769] By: nicholas on 2005/06/08 22:48:00 + Log: More SvPV consting + Branch: perl + ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c +____________________________________________________________________________ +[ 24768] By: nicholas on 2005/06/08 22:45:39 + Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24767] By: nicholas on 2005/06/08 22:43:58 + Log: Add SvPV_mutable for use by the old COW code. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24766] By: nicholas on 2005/06/08 20:32:35 + Log: sv_setsv is allowed to swipe buffers from read only scalars + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24765] By: nicholas on 2005/06/08 19:49:08 + Log: const-ize pp_formline + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24764] By: merijn on 2005/06/08 19:14:19 + Log: Cygwin fails to open $^X on many occasion here + afile is still available from the previous test + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 24763] By: nicholas on 2005/06/08 17:48:35 + Log: Remove repeated Cs + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24762] By: nicholas on 2005/06/08 17:48:17 + Log: Remove the n_a + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 24761] By: nicholas on 2005/06/08 16:02:54 + Log: Add and use MgPV_nolen_const + Branch: perl + ! mg.c mg.h +____________________________________________________________________________ +[ 24760] By: nicholas on 2005/06/08 15:39:40 + Log: Nuke some more n_a, and convert S_gv_ename from char * to const char * + Branch: perl + ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c + ! proto.h regcomp.c taint.c toke.c +____________________________________________________________________________ +[ 24759] By: nicholas on 2005/06/08 14:52:17 + Log: Allow a null length pointer to sv_pvn_force_flags. + Add SvPV_force_nolen and use it to remove some Cs + Branch: perl + ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 24758] By: nicholas on 2005/06/08 13:43:23 + Log: n_a no more + Branch: perl + ! perl.c pp_ctl.c pp_sys.c universal.c +____________________________________________________________________________ +[ 24757] By: nicholas on 2005/06/08 11:00:54 + Log: Eliminate more Cs + Branch: perl + ! XSUB.h pp.h +____________________________________________________________________________ +[ 24756] By: nicholas on 2005/06/08 11:00:33 + Log: A mising cast (given that rx->subbeg is only char *) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24755] By: nicholas on 2005/06/08 10:08:01 + Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g + Branch: perl + ! dump.c embed.fnc embed.h ext/B/t/bytecode.t + ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c + ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c + ! sv.h +____________________________________________________________________________ +[ 24754] By: rgs on 2005/06/08 09:19:18 + Log: Subject: [PATCH] regexec.c utf8 loading + From: Andy Lester + Date: Wed, 8 Jun 2005 00:03:32 -0500 + Message-ID: <20050608050332.GA31059@petdance.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 24753] By: rgs on 2005/06/08 09:12:17 + Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy) + From: José Pedro Oliveira + Date: Tue, 07 Jun 2005 21:07:42 +0100 + Message-ID: <42A5FE8E.3020608@di.uminho.pt> + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24752] By: nicholas on 2005/06/08 09:09:52 + Log: One more SvPV_const + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24751] By: nicholas on 2005/06/08 09:09:28 + Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1 + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24750] By: nicholas on 2005/06/08 08:50:06 + Log: Remove two more unused Cs + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24749] By: nicholas on 2005/06/08 08:49:32 + Log: Better sv_2pv_flags implementation (avoid writing to n_a) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24748] By: nicholas on 2005/06/08 08:07:05 + Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros. + Elminate a lot of Cs + Branch: perl + ! pp.h pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 24747] By: nicholas on 2005/06/08 08:05:47 + Log: Add SvPVx_nolen and SvPVbytex_nolen + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24746] By: nicholas on 2005/06/08 08:04:53 + Log: More SvPV consting + Branch: perl + ! perly.act perly.y +____________________________________________________________________________ +[ 24745] By: rgs on 2005/06/08 06:51:48 + Log: Mark a static function as static + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24744] By: nicholas on 2005/06/07 22:22:34 + Log: More SvPV consting + Branch: perl + ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c + ! sv.c toke.c +____________________________________________________________________________ +[ 24743] By: nicholas on 2005/06/07 21:16:13 + Log: More SvPV consting + Branch: perl + ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c + ! sv.c +____________________________________________________________________________ +[ 24742] By: nicholas on 2005/06/07 19:45:13 + Log: More consting of SvPV + Branch: perl + ! embed.fnc pp_ctl.c proto.h sv.c +____________________________________________________________________________ +[ 24741] By: rgs on 2005/06/07 19:30:35 + Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24740] By: nicholas on 2005/06/07 18:38:39 + Log: More SvPV consting. + Branch: perl + ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c +____________________________________________________________________________ +[ 24739] By: nicholas on 2005/06/07 18:33:08 + Log: Add SvPV_nolen_const and SvPV_nomg_const + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24738] By: nicholas on 2005/06/07 18:32:44 + Log: Add MgPV_const + Branch: perl + ! mg.h +____________________________________________________________________________ +[ 24737] By: rgs on 2005/06/07 18:07:41 + Log: Remove unused variable (thanks to Andy's lint) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24736] By: nicholas on 2005/06/07 17:35:10 + Log: Change 24733 allows several pointers to be NULL. Therefore this + should be reflected in their attributes. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24735] By: rgs on 2005/06/07 17:03:16 + Log: Subject: [PATCH] Random cleanups #47 + From: Andy Lester + Date: Mon, 6 Jun 2005 10:11:07 -0500 + Message-ID: <20050606151107.GC7022@petdance.com> + Branch: perl + ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c + ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c +____________________________________________________________________________ +[ 24734] By: rgs on 2005/06/07 15:58:23 + Log: make some more functions static + + Subject: [PATCH] B/C/C.xs: static my_runops() + Message-ID: <20050604232451.GT5867@solemn.turbinal.org> + + Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static + Message-ID: <20050604232952.GU5867@solemn.turbinal.org> + + Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static + Message-ID: <20050604233414.GV5867@solemn.turbinal.org> + + all being : + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 + Branch: perl + ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs +____________________________________________________________________________ +[ 24733] By: nicholas on 2005/06/07 15:10:38 + Log: Simplify the implementation of SvPV*nolen functions + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24732] By: nicholas on 2005/06/07 14:57:35 + Log: Ensure string table counts are balanced. (Was not true in op/pack.t) + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24731] By: rgs on 2005/06/07 14:44:55 + Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway + (spotted by Steve_p) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24730] By: rgs on 2005/06/07 14:35:25 + Log: Subject: [PATCH] one more round of is_utf8_foo tuneup + From: Jarkko Hietaniemi + Date: Sun, 05 Jun 2005 18:06:12 +0300 + Message-ID: <42A314E4.8060608@gmail.com> + Branch: perl + ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h + ! utf8.c utf8.h +____________________________________________________________________________ +[ 24729] By: rgs on 2005/06/07 13:53:59 + Log: Subject: [PATCH] util.c: S_vdie_common() should be static + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 03:08:30 +0400 + Message-ID: <20050604230830.GS5867@solemn.turbinal.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24728] By: rgs on 2005/06/07 13:15:45 + Log: Fix apidoc for newSVhek + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 24727] By: nicholas on 2005/06/07 13:01:42 + Log: make pp_split const + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24726] By: nicholas on 2005/06/07 12:11:48 + Log: Lots of consting + Branch: perl + ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c + ! pp_sys.c +____________________________________________________________________________ +[ 24725] By: nicholas on 2005/06/07 12:08:58 + Log: The FBM compile code is mutable, because it's permissible to FBM + compile a read-only value. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24724] By: nicholas on 2005/06/07 12:07:49 + Log: XS_VERSION_BOOTCHECK is read only. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 24723] By: nicholas on 2005/06/07 12:06:13 + Log: POPpx needs a const equivalent. + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 24722] By: nicholas on 2005/06/07 12:03:56 + Log: Make a start at consting calls to SvPV. SV conversion and upgrade + routines need to be mutable, as it's permitted to change the type of + a READONLY SV, or cache the string or number conversion. + Other routines are mostly const. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24721] By: nicholas on 2005/06/07 12:00:09 + Log: Need const versions of SvPV(), so that its callers can indicate + whether they are read/write or read only + Also provide a mutable version, for the internals to use where it + needs a non-const pointer, but will be writing. Callers of this are + assumed to be aware of how copy on write is working, and to keep + track of core changes. + + For now check that SVs are not READONLY when const versions are used. + (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's + READONLY flag, but for now it provides a good test indicator. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24720] By: rgs on 2005/06/07 09:23:58 + Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef + From: Jarkko Hietaniemi + Date: Mon, 06 Jun 2005 20:28:35 +0300 + Message-ID: <42A487C3.8010306@gmail.com> + Branch: perl + ! pod/perlfunc.pod pp.c t/op/chr.t +____________________________________________________________________________ +[ 24719] By: rgs on 2005/06/07 09:02:23 + Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32 + From: "Konovalov, Vadim" + Date: Tue, 7 Jun 2005 13:19:33 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24718] By: rgs on 2005/06/07 08:56:37 + Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL + From: "Todd C. Miller" (via RT) + Date: 6 Jun 2005 23:24:28 -0000 + Message-ID: + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24717] By: merijn on 2005/06/07 08:18:59 + Log: Subject: [PATCH] Unvoid SvUPGRADE + From: Andy Lester + Date: Mon, 6 Jun 2005 23:08:50 -0500 + Message-ID: <20050607040850.GA7033@petdance.com> + Branch: perl + ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c + ! scope.c sv.c sv.h toke.c util.c +____________________________________________________________________________ +[ 24716] By: nicholas on 2005/06/06 14:50:21 + Log: Abstract all access to the shared hash value through SvSHARED_HASH() + Branch: perl + ! hv.c pp_hot.c sv.c sv.h +____________________________________________________________________________ +[ 24715] By: nicholas on 2005/06/06 10:01:49 + Log: SvIsCOW_shared_hash is declared all the time, so use it. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24714] By: nicholas on 2005/06/06 09:08:45 + Log: Shared hash key scalars can be safely copied as shared hash key scalars + all the time. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24713] By: steveh on 2005/06/06 07:52:59 + Log: NORETURN_FUNCTION_END is not a complete statement + + (Fix compilation error following change #24702) + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 24712] By: steveh on 2005/06/06 07:47:06 + Log: We still need an "i" in the PERL_IMPLICIT_SYS case + + (Fix compilation error following change #24689) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24711] By: merijn on 2005/06/06 06:18:51 + Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl + From: Jarkko Hietaniemi + Date: Sun, 05 Jun 2005 18:28:08 +0300 + Message-ID: <42A31A08.3070601@gmail.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24710] By: merijn on 2005/06/06 06:01:30 + Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1 + From: Yitzchak Scott-Thoennes + Date: Sun, 5 Jun 2005 20:43:55 -0700 + Message-ID: <20050606034354.GA1456@efn.org> + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 24709] By: rgs on 2005/06/05 11:35:48 + Log: New test for getppid(), by Alexey Tourbin + Branch: perl + + t/op/getppid.t + ! MANIFEST +____________________________________________________________________________ +[ 24708] By: rgs on 2005/06/05 11:14:41 + Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory + From: Salvador Fandiño + Date: Jun 5, 2005 4:25 AM + Message-ID: <20050605022436.21982.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24707] By: ams on 2005/06/05 03:55:11 + Log: Subject: [PATCH] Fix minor bummer in 24706 + From: Andy Lester + Date: Sat, 4 Jun 2005 23:09:04 -0500 + Message-Id: <20050605040904.GA27783@petdance.com> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24706] By: rgs on 2005/06/04 16:55:27 + Log: Subject: [PATCH] further speeding up of is_utf8_string() + From: Jarkko Hietaniemi + Date: Sat, 04 Jun 2005 13:40:15 +0300 + Message-ID: <42A1850F.4040109@gmail.com> + Branch: perl + + t/op/chr.t + ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c +____________________________________________________________________________ +[ 24705] By: rgs on 2005/06/04 16:49:33 + Log: Silence a const warning + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24704] By: rgs on 2005/06/04 16:06:38 + Log: Improve FindBin discovery of current directory, based on : + + Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379) + From: José Pedro Oliveira + Date: Thu, 12 May 2005 20:36:48 +0100 + Message-ID: <4283B050.6080805@di.uminho.pt> + + Plus POD fixes + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24703] By: rgs on 2005/06/04 07:16:11 + Log: Simplify the getppid code, by Alexey Tourbin + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24702] By: rgs on 2005/06/03 22:22:43 + Log: Subject: [PATCH] Consting IO and Devel::Peek + From: Andy Lester + Reply-To: Perl 5 Porters + Message-ID: <20050531212621.GA12117@petdance.com> + Branch: perl + ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs +____________________________________________________________________________ +[ 24701] By: rgs on 2005/06/03 22:07:57 + Log: Subject: [PATCH] Clean up UNI* macros in toke.c + From: Andy Lester + Date: Jun 3, 2005 7:14 PM + Message-ID: <20050603171448.GA5834@petdance.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24700] By: rgs on 2005/06/03 21:48:16 + Log: Subject: B::Concise torture + From: Jim Cromie + Date: Jun 2, 2005 6:36 AM + Message-ID: <429E8CBE.406@divsol.com> + (with formatting nits) + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t +____________________________________________________________________________ +[ 24699] By: rgs on 2005/06/03 21:07:03 + Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping + From: Gisle Aas + Date: 03 Jun 2005 09:17:44 -0700 + Message-ID: + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 24698] By: nicholas on 2005/06/03 12:00:01 + Log: Use newSVhek in the cloning code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24697] By: nicholas on 2005/06/03 11:06:36 + Log: Use newSVhek where we're generating SVs from package names + Branch: perl + ! op.c pp.c sv.c toke.c +____________________________________________________________________________ +[ 24696] By: nicholas on 2005/06/03 10:03:21 + Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 24694] By: rgs on 2005/06/03 09:57:26 + Log: Bump version number + Branch: perl + ! ext/Devel/DProf/DProf.pm +____________________________________________________________________________ +[ 24693] By: rgs on 2005/06/03 09:52:21 + Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer" + From: Duncan Findlay + Date: Wed, 1 Jun 2005 12:18:08 -0400 + Message-ID: <20050601161808.GA17294@duncf.mine.nu> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 24692] By: nicholas on 2005/06/03 09:37:21 + Log: Create newSVpv_hek to reduce code duplication where HEKs need to be + turned into SVs + Branch: perl + ! embed.fnc embed.h global.sym hv.c sv.c +____________________________________________________________________________ +[ 24691] By: rgs on 2005/06/03 09:29:36 + Log: POD fixes + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24690] By: rgs on 2005/06/03 08:37:42 + Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing? + From: Yitzchak Scott-Thoennes + Date: Thu, 2 Jun 2005 11:49:11 -0700 + Message-ID: <20050602184911.GA3292@efn.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24689] By: rgs on 2005/06/03 08:31:26 + Log: Subject: [PATCH] Random consting + From: Andy Lester + Date: Thu, 2 Jun 2005 12:19:43 -0500 + Message-ID: <20050602171943.GA16553@petdance.com> + Branch: perl + ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c + ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c + ! util.c +____________________________________________________________________________ +[ 24688] By: steveh on 2005/06/03 08:12:45 + Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs + From: "Jan Dubois" + Date: Mon, 18 Apr 2005 20:16:24 -0700 + Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com> + + Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs + From: "Jan Dubois" + Date: Tue, 19 Apr 2005 01:49:51 -0700 + Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com> + + (There was no reply from Rob Brown in over a month, so commit to blead + for now. I'll email him again...) + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/500_ping_icmp.t +____________________________________________________________________________ +[ 24687] By: rgs on 2005/06/03 08:08:25 + Log: Subject: [PATCH] speed up is_utf8_char() + From: Jarkko Hietaniemi + Date: Thu, 02 Jun 2005 21:52:46 +0300 + Message-ID: <429F557E.3090007@gmail.com> + Branch: perl + ! utf8.c utf8.h +____________________________________________________________________________ +[ 24686] By: rgs on 2005/06/03 08:04:25 + Log: Subject: [PATCH] Quotes in pod/*.pod + From: Andy Lester + Date: Thu, 2 Jun 2005 16:19:54 -0500 + Message-ID: <20050602211954.GA22107@petdance.com> + Branch: perl + ! Porting/pumpkin.pod README.cygwin README.hurd README.mint + ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod + ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod + ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod + ! pod/perlport.pod pod/perlre.pod pod/perlref.pod + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 24685] By: rgs on 2005/06/03 07:59:48 + Log: Indent fix + Branch: perl + ! pod/perlfaq7.pod +____________________________________________________________________________ +[ 24684] By: rgs on 2005/06/03 07:58:10 + Log: FAQ sync + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 24683] By: rgs on 2005/06/03 07:45:21 + Log: Subject: [PATCH] symbian/xsbuild.pl + From: + Date: Fri, 3 Jun 2005 11:00:01 +0300 + Message-ID: + Branch: perl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 24682] By: rgs on 2005/06/03 07:43:52 + Log: Subject: [PATCH] SvPVX_const() - patch #4 + From: Steve Peters + Date: Thu, 2 Jun 2005 13:41:35 -0500 + Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org> + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c +____________________________________________________________________________ +[ 24681] By: rgs on 2005/06/02 16:44:51 + Log: Subject: Re: [patch] teach B::Concise to see XS code + From: Jim Cromie + Date: Wed, 01 Jun 2005 08:01:17 -0600 + Message-ID: <429DBFAD.1090308@divsol.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 24680] By: nicholas on 2005/06/02 16:40:58 + Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update + the relevant makefiles and tables-of-contents to reflect this. + Branch: perl + +> pod/perl587delta.pod + !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod + !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile + !> win32/makefile.mk win32/pod.mak +____________________________________________________________________________ +[ 24679] By: steveh on 2005/06/02 15:57:13 + Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs ) + From: DH + Date: Tue, 31 May 2005 08:33:27 -0700 (PDT) + Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com> + + (with a couple of minor tweaks) + Branch: perl + ! win32/dl_win32.xs +____________________________________________________________________________ +[ 24678] By: nicholas on 2005/06/02 15:10:54 + Log: Dave can see a better way of doing the rounding. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24677] By: nicholas on 2005/06/02 14:42:20 + Log: 24672 is innocent. valgrind + perl's malloc considered harmful. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24676] By: nicholas on 2005/06/02 13:36:01 + Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC + code. Plus change 24672 appears to break under USEMYMALLOC, so revert + it for now. + Branch: perl + ! hv.c sv.c toke.c +____________________________________________________________________________ +[ 24675] By: rgs on 2005/06/02 11:19:02 + Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/Unix.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/aix.pm + ! lib/ExtUtils/CBuilder/Platform/cygwin.pm + ! lib/ExtUtils/CBuilder/Platform/darwin.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 24674] By: rgs on 2005/06/02 09:39:26 + Log: CPP typo fix (by Dominic Dunlop) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24673] By: nicholas on 2005/06/02 09:29:48 + Log: Oops. My maths was too generous (by 1). + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24672] By: nicholas on 2005/06/02 09:24:17 + Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive + macro. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24671] By: rgs on 2005/06/02 09:06:39 + Log: Fix changed diagnostic + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 24670] By: ams on 2005/06/02 08:44:41 + Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable + From: Steve Peters + Date: Tue, 31 May 2005 09:55:43 -0500 + Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org> + Branch: perl + ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs + ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs + ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c +____________________________________________________________________________ +[ 24669] By: rgs on 2005/06/02 08:17:29 + Log: Subject: [PATCH] use lengths in sv_setpv() calls + From: Andy Lester + Date: Wed, 1 Jun 2005 23:16:56 -0500 + Message-ID: <20050602041656.GA3000@petdance.com> + Branch: perl + ! gv.c sv.c util.c +____________________________________________________________________________ +[ 24668] By: merijn on 2005/06/02 08:02:23 + Log: New HW model; more on threads for 10.20 + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 24667] By: merijn on 2005/06/02 07:52:09 + Log: HP-UX specific #pragma entered in #23890 is not supported + on HP-UX 10.20 and older + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24666] By: merijn on 2005/06/02 07:39:30 + Log: Subject: [PATCH] Quotes fixed, see also perl #36079 + From: Andy Lester + Date: Thu, 2 Jun 2005 00:02:38 -0500 + Message-ID: <20050602050238.GA4001@petdance.com> + Branch: perl + ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c + ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c + ! scope.h thrdvar.h toke.c util.c +____________________________________________________________________________ +[ 24665] By: nicholas on 2005/06/01 20:46:02 + Log: Round up all string length requests to malloc()/realloc() to the next + multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc() + internally will quantise, and so we're going to use space that + otherwise would be wasted. Hopefully this will save realloc()ing. + Branch: perl + ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c +____________________________________________________________________________ +[ 24664] By: nicholas on 2005/06/01 20:42:29 + Log: I think SvCUR() was intended rather than SvLEN() + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24663] By: nicholas on 2005/06/01 15:40:57 + Log: We don't have XRVs any more, so remove the typedef + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24662] By: nicholas on 2005/06/01 15:23:02 + Log: Zero-ing the new HV array is pointless, as we write to every element. + Also avoid calling into he_dup when the HE is 0, to save the function + call overhead. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24661] By: nicholas on 2005/06/01 15:08:02 + Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be + char rather than HE *. Bug was harmless, overallocating by a factor + of sizeof(HE *) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24660] By: nicholas on 2005/06/01 14:33:14 + Log: Store the xhv_aux structure after the main array. + This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit + build. It has the side effect of defined %symbol_table:: now always + being true. defined %hash is already deprecated. + Branch: perl + ! hv.c hv.h sv.c sv.h t/op/magic.t +____________________________________________________________________________ +[ 24659] By: nicholas on 2005/06/01 14:28:38 + Log: If we're building config_heavy.pl somewhere else, then we need to + require it, not something (or maybe nothing) in the correct place. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 24658] By: rgs on 2005/06/01 14:16:32 + Log: Revert change #24656 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24657] By: nicholas on 2005/06/01 09:19:46 + Log: Following the head refactoring, the Newz doesn't clear the SvPVX + So PL_mess_sv contained an uninitialised value. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24656] By: rgs on 2005/06/01 09:12:37 + Log: Subject: [PATCH] eliminate always running mktables + From: Robin Barker + Date: Wed, 1 Jun 2005 09:55:16 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24655] By: rgs on 2005/06/01 09:09:35 + Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24654] By: rgs on 2005/06/01 08:18:46 + Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code + From: Stephen McCamant + Date: Sat, 21 May 2005 21:52:31 -0700 + Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU> + + Correctly nullify CvSTART when undef'ing a CV + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24653] By: rgs on 2005/06/01 07:56:50 + Log: Subject: Re: [patch] teach B::Concise to see XS code + From: Jim Cromie + Date: Sat, 21 May 2005 09:24:24 -0600 + Message-ID: <428F52A8.20702@divsol.com> + Branch: perl + + ext/B/t/concise-xs.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 24652] By: rgs on 2005/06/01 07:39:38 + Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45% + From: Andy Lester + Date: Tue, 31 May 2005 12:39:00 -0500 + Message-ID: <20050531173900.GA9820@petdance.com> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24651] By: rgs on 2005/05/31 20:34:44 + Log: Remove duplicated line + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24650] By: rgs on 2005/05/31 20:31:55 + Log: Upgrade to Module::CoreList 2.02 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24649] By: nicholas on 2005/05/31 12:03:30 + Log: Attempt 2 at a diet memory layout can go live. + Branch: perl + ! av.h hv.h +____________________________________________________________________________ +[ 24648] By: nicholas on 2005/05/31 10:40:01 + Log: Avoid updating a variable in a loop. + Only calculate the number of links in a hash bucket chain if we really + need it. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24646] By: nicholas on 2005/05/31 10:02:12 + Log: Avoid updating a variable in the loop + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24645] By: rgs on 2005/05/31 09:13:34 + Log: Subject: [PATCH] ByteLoader.xs cleanup + From: Andy Lester + Date: Mon, 30 May 2005 22:28:36 -0500 + Message-ID: <20050531032836.GA32198@petdance.com> + Branch: perl + ! ext/ByteLoader/ByteLoader.xs +____________________________________________________________________________ +[ 24644] By: merijn on 2005/05/31 05:41:24 + Log: Add DECC to the symbol list + Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) + From: Yitzchak Scott-Thoennes + Date: Mon, 30 May 2005 16:33:15 -0700 + Message-ID: <20050530233315.GA3088@efn.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24642] By: davem on 2005/05/30 23:37:15 + Log: add pointer to email explaining why eval {goto &foo} is banned + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24638] By: nicholas on 2005/05/30 21:02:34 + Log: Change the logic to avoid needing to set a variable during the loop + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24633] By: nicholas on 2005/05/30 13:01:27 + Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get() + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24631] By: rgs on 2005/05/30 11:54:23 + Log: Upgrade to PathTools 3.08 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 24630] By: merijn on 2005/05/30 11:07:45 + Log: gcc hints were not yet applied to gcc-4.x + Now they are + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 24629] By: rgs on 2005/05/30 11:07:15 + Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS + From: Olli Savia (via RT) + Date: 30 May 2005 10:59:35 -0000 + Message-ID: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24628] By: merijn on 2005/05/30 10:28:06 + Log: regen after #24627 + Branch: perl + ! perlapi.h +____________________________________________________________________________ +[ 24627] By: merijn on 2005/05/30 10:19:09 + Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) + From: Jarkko Hietaniemi + Date: Mon, 30 May 2005 09:15:56 +0300 + Message-ID: <429AAF9C.30503@gmail.com> + Branch: perl + ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c +____________________________________________________________________________ +[ 24626] By: rgs on 2005/05/30 08:54:51 + Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check + From: Andy Lester + Date: Tue, 24 May 2005 11:41:15 -0500 + Message-ID: <20050524164115.GA12027@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24625] By: rgs on 2005/05/30 08:48:12 + Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing + From: Andy Lester + Date: Tue, 24 May 2005 11:47:22 -0500 + Message-ID: <20050524164722.GC12027@petdance.com> + + Subject: [PATCH] Remove unused casts + From: Andy Lester + Date: Tue, 24 May 2005 11:42:18 -0500 + Message-ID: <20050524164218.GB12027@petdance.com> + Branch: perl + ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c + ! sv.c +____________________________________________________________________________ +[ 24624] By: rgs on 2005/05/30 08:11:30 + Log: Minor grammar fix by Uri Guttman + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 24623] By: rgs on 2005/05/30 08:08:47 + Log: Subject: [PATCH] perlrun.pod -w description typo + From: Offer Kaye + Date: Mon, 30 May 2005 11:27:38 +0300 + Message-ID: <569425050530012768a9baca@mail.gmail.com> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 24622] By: rgs on 2005/05/30 07:45:09 + Log: Subject: [PATCH] Minor warning squashings + From: Andy Lester + Date: Sun, 29 May 2005 00:19:06 -0500 + Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com> + + Subject: [PATCH] Consting in Opcode.xs + From: Andy Lester + Date: Sun, 29 May 2005 11:23:50 -0500 + Message-ID: <20050529162350.GA13965@petdance.com> + + Subject: [PATCH] consting attrs.xs + From: Andy Lester + Date: Sun, 29 May 2005 14:15:46 -0500 + Message-ID: <20050529191546.GA15581@petdance.com> + + Subject: [PATCH] consting B.xs + From: Andy Lester + Date: Sun, 29 May 2005 15:09:24 -0500 + Message-ID: <20050529200924.GA15873@petdance.com> + Branch: perl + ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs + ! perlio.c pp_sys.c proto.h regcomp.c utf8.c +____________________________________________________________________________ +[ 24621] By: nicholas on 2005/05/30 07:43:05 + Log: Need a cast to avoid a compiler warning. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 24619] By: nicholas on 2005/05/29 19:35:38 + Log: Goodbye xav_arylen. You won't be missed that much. + So now there's a buy 5 get one free offer on PVAV bodies. + Branch: perl + ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c +____________________________________________________________________________ +[ 24618] By: ams on 2005/05/29 18:07:37 + Log: Subject: [PATCH configure.com] compiler awareness week + From: "Craig A. Berry" + Date: Sun, 29 May 2005 12:43:09 -0500 + Message-Id: <4299FF2D.90209@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24617] By: nicholas on 2005/05/29 17:46:39 + Log: Change the IV to a union. + Revert the NV union back to a plain NV + Transpose the positions of IV and NV (NV is now first) + Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations + currently disabled by default) + Branch: perl + ! av.h cv.h hv.h intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 24615] By: nicholas on 2005/05/29 14:24:17 + Log: Teach buildtoc about README.openbsd, and regenerate various makefiles. + Branch: perl + ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 24614] By: nicholas on 2005/05/29 14:23:32 + Log: Restort into bulidtoc's preferred order + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24613] By: ams on 2005/05/29 04:45:05 + Log: Subject: [PATCH] VMS build update for blead + From: "Craig A. Berry" + Date: Sat, 28 May 2005 23:18:46 -0500 + Message-Id: <429942A6.10601@mac.com> + Branch: perl + ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 24612] By: ams on 2005/05/28 14:40:32 + Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about + From: Jarkko Hietaniemi + Date: Sat, 28 May 2005 11:47:47 +0300 + Message-Id: <42983033.5050509@gmail.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 24610] By: merijn on 2005/05/27 19:22:39 + Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc... + From: Michael G Schwern + Date: Fri, 27 May 2005 12:33:27 -0700 + Message-ID: <20050527193327.GC17504@windhund.schwern.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24609] By: nicholas on 2005/05/27 18:54:36 + Log: In assert(), we mustn't stringify the message as part of the first + argument to croak, as it's a *printf format, and the thing we're + asserting might itself contain % signs. + Also, as __FILE__ is a string, we can append that to the format, + rather than needing a %s for it. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24608] By: nicholas on 2005/05/27 18:20:26 + Log: is() is better than ok() + Branch: perl + ! t/op/each.t +____________________________________________________________________________ +[ 24607] By: steveh on 2005/05/27 16:22:59 + Log: Fix failing Cwd tests on Win32 + + Patch was posted to Ken previously + + (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html) + + but no reply as yet. I'll mail him again... + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 24606] By: steveh on 2005/05/27 16:15:41 + Log: Skip signals and core dump tests on Win32 + + See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24605] By: steveh on 2005/05/27 15:54:09 + Log: Fix more Win32 linker errors caused by change 24561 + + Apparently sys_intern_init and sys_intern_clear are required even for + non-threaded builds on Win32. + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 24596] By: merijn on 2005/05/27 10:20:54 + Log: Subject: [PATCH] Do not install change logs, READMEs, etc... + From: Michael G Schwern + Date: Thu, 26 May 2005 13:43:05 -0700 + Message-ID: <20050526204305.GH11558@windhund.schwern.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24595] By: merijn on 2005/05/27 10:06:25 + Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF + From: + Date: Fri, 27 May 2005 13:15:36 +0300 + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24594] By: nicholas on 2005/05/27 09:18:26 + Log: Get the HEK once only in the hot code (class method calls) + Branch: perl + ! hv.h pp_hot.c +____________________________________________________________________________ +[ 24593] By: rgs on 2005/05/27 07:44:07 + Log: Subject: [PATCH] Re: [perl #35420] localtime corruption + From: Michael G Schwern + Date: Thu, 26 May 2005 13:39:38 -0700 + Message-ID: <20050526203938.GG11558@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 24592] By: rgs on 2005/05/27 07:04:46 + Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros + From: Steve Peters + Date: Thu, 26 May 2005 14:58:50 -0500 + Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 24591] By: steveh on 2005/05/26 16:56:03 + Log: Fix some Win32 link errors + Branch: perl + ! global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 24590] By: nicholas on 2005/05/26 16:07:20 + Log: Rename the members of the SV head union to avoid pre-processor + arguments with embed.h + Branch: perl + ! av.h hv.h sv.c sv.h +____________________________________________________________________________ +[ 24588] By: ams on 2005/05/26 15:33:58 + Log: -Wall is intolerably noisy with icc. + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 24585] By: rgs on 2005/05/26 15:13:53 + Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling + From: SADAHIRO Tomoyuki + Date: Thu, 26 May 2005 23:46:35 +0900 + Message-Id: <20050526234321.92F1.BQW10602@nifty.com> + Branch: perl + ! lib/bytes.pm lib/bytes.t +____________________________________________________________________________ +[ 24584] By: nicholas on 2005/05/26 14:24:31 + Log: Store the package name as a shared HEK. + Abolish HvNAME() - as the stored pointer is not a char* you can't set + it directly now. + Storing a pointer to a HEK tracks the length too, and seems to be + faster. + Branch: perl + ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c + ! xsutils.c +____________________________________________________________________________ +[ 24583] By: nicholas on 2005/05/26 12:27:47 + Log: We know how big the global string table will be, so use that + information. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24582] By: nicholas on 2005/05/26 11:28:24 + Log: It helps to set the total keys correctly when duplicating a hash. + It helps even more to have a test for this. + Branch: perl + ! ext/threads/t/problems.t sv.c +____________________________________________________________________________ +[ 24581] By: merijn on 2005/05/26 11:26:05 + Log: More possible re-order dependencies solved + Branch: perl + ! Porting/config_h.pl config_h.SH +____________________________________________________________________________ +[ 24580] By: merijn on 2005/05/26 08:43:38 + Log: Subject: [PATCH] Updated lint infrastructure + From: Andy Lester + Date: Wed, 25 May 2005 12:31:39 -0500 + Message-ID: <20050525173139.GB1701@petdance.com> + Branch: perl + ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h +____________________________________________________________________________ +[ 24579] By: ams on 2005/05/26 07:08:22 + Log: Subject: [PATCH] MPE/iX has no lchown() + From: Jarkko Hietaniemi + Date: Thu, 26 May 2005 08:36:19 +0300 + Message-Id: <42956053.4010200@gmail.com> + Branch: perl + ! hints/mpeix.sh +____________________________________________________________________________ +[ 24578] By: merijn on 2005/05/25 19:05:07 + Log: Added Porting/config_h.pl + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24576] By: merijn on 2005/05/25 18:41:52 + Log: Reordering config_h.SH after metaconfig now semi automated + This will save me *a lot* of manual work + Branch: perl + + Porting/config_h.pl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24575] By: nicholas on 2005/05/25 16:26:12 + Log: Export Perl_hek_dup, which duplicates shared hash keys. + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 24574] By: nicholas on 2005/05/25 15:52:33 + Log: Track the mapping between source shared hash keys and target shared + hash keys to save repeated lookups during cloning. + Branch: perl + ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h + ! perl.c perlapi.h proto.h sv.c +____________________________________________________________________________ +[ 24573] By: nicholas on 2005/05/25 14:06:55 + Log: Replace all uses of HvNAME with the appropriate HvNAME_get or + HvNAME_set + Branch: perl + ! bytecode.pl cop.h ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 24572] By: nicholas on 2005/05/25 10:02:07 + Log: I think for now these have to be disabled by default. + Branch: perl + ! av.h hv.h +____________________________________________________________________________ +[ 24571] By: rgs on 2005/05/25 09:34:20 + Log: Update description of Term::ReadLine and fix typo + Subject: [perl #35963] Typo in Term::ReadLine + From: "perlbug@veggiechinese.net (via RT)" + Date: 24 May 2005 23:29:37 -0000 + Message-ID: + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 24570] By: nicholas on 2005/05/24 20:23:53 + Log: Initialising the hash seed needs to be early in case anything + calcualtes HASHes during dup()ing. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24569] By: nicholas on 2005/05/24 17:13:34 + Log: Reorder the union to cause Win32 compilers to use void * alignment for + it. + Branch: perl + ! av.h cv.h hv.h sv.h +____________________________________________________________________________ +[ 24568] By: ams on 2005/05/24 16:44:53 + Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c + From: jarkko.hietaniemi@nokia.com + Date: Tue, 24 May 2005 12:48:38 +0300 + Message-Id: + Branch: perl + ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 24567] By: rgs on 2005/05/24 15:44:52 + Log: Clarification on the behaviour of qw// and x : + Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix + From: Yitzchak Scott-Thoennes + Date: Tue, 24 May 2005 08:52:00 -0700 + Message-ID: <20050524155200.GA1784@efn.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24566] By: nicholas on 2005/05/24 15:21:48 + Log: Leaking is bad, m'kay. + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 24565] By: rgs on 2005/05/24 13:50:02 + Log: Remove Perl_ck_* functions from public API + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 24564] By: nicholas on 2005/05/24 13:01:49 + Log: Correct the description of pte_arenaroot + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 24563] By: rgs on 2005/05/24 12:58:45 + Log: Documentation nit on @-, found by Guillaume Rousse + (plus POD markup simplification, for readability with pod2text) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24562] By: rgs on 2005/05/24 12:39:26 + Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 24561] By: rgs on 2005/05/24 12:33:01 + Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage + From: Andy Lester + Date: Sat, 21 May 2005 09:06:40 -0500 + Message-ID: <20050521140640.GB875@petdance.com> + Branch: perl + ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c + ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c +____________________________________________________________________________ +[ 24560] By: rgs on 2005/05/24 11:22:21 + Log: The tokenizer should expect an operator after qw(). + This fixes [perl #35885] qw and x operators doesn't mix + Branch: perl + ! t/op/repeat.t toke.c +____________________________________________________________________________ +[ 24559] By: rgs on 2005/05/24 08:45:44 + Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. + From: demerphq + Date: Mon, 23 May 2005 11:43:56 +0200 + Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com> + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 24558] By: rgs on 2005/05/24 08:09:10 + Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24557] By: nicholas on 2005/05/23 20:26:35 + Log: Don't allocate an IV slot where the type doesn't use the IV slot. + Branch: perl + ! av.h hv.h sv.h +____________________________________________________________________________ +[ 24556] By: ams on 2005/05/23 16:58:46 + Log: Assorted 2.15 fixes. + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24555] By: ams on 2005/05/23 16:34:16 + Log: Remove one const to ensure that the universe doesn't tip over. + (At least on AIX.) + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24554] By: merijn on 2005/05/23 15:29:01 + Log: Subject: Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) + From: Andrew Dougherty + Date: Mon, 23 May 2005 11:48:08 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/SDBM_File/sdbm/sdbm.c +____________________________________________________________________________ +[ 24553] By: ams on 2005/05/23 15:24:05 + Log: Subject: [PATCH] universal.c warnings hushed + From: Andy Lester + Date: Mon, 23 May 2005 10:38:25 -0500 + Message-Id: <20050523153825.GA28498@petdance.com> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 24552] By: rgs on 2005/05/23 14:31:33 + Log: Attribute compilation fix for Windows by Andy Lester + Branch: perl + ! perl.h perlio.h +____________________________________________________________________________ +[ 24551] By: gbarr on 2005/05/23 13:49:59 + Log: Update to Scalar-List-Utils-1.17 + Branch: perl + ! ext/List/Util/Changes ext/List/Util/README + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t + ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t +____________________________________________________________________________ +[ 24550] By: rgs on 2005/05/23 11:38:34 + Log: Declaration nit spotted by Jarkko + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24549] By: nicholas on 2005/05/23 11:27:16 + Log: PL_regex_padav elements hold either more AVs, or IVs that point to + regexps. Don't attempt to look at the IVX if it's not an IV. + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 24548] By: nicholas on 2005/05/23 10:13:21 + Log: Oops. What is looking at an array's SvIVX()? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24547] By: nicholas on 2005/05/23 09:22:35 + Log: We don't need IV and RV arena variables anymore. We don't need to set + SvIVX or SvNVX on hashes. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 24546] By: nicholas on 2005/05/23 09:09:15 + Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union + containing pointers initialised to zero. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24545] By: steveh on 2005/05/23 08:46:37 + Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508) + + (None are actually defined, but it's nice to have them there anyway) + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 24544] By: nicholas on 2005/05/23 08:09:58 + Log: create an "allocated" structure for PVs, PVAVs and PVHVs + Branch: perl + ! av.h hv.h intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 24543] By: rgs on 2005/05/23 07:33:52 + Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = "" + because PerlIOScalar_unread was broken. + Bump version number of PerlIO::scalar to 0.04. + Branch: perl + ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs + ! ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 24542] By: nicholas on 2005/05/22 22:03:19 + Log: Re-order IVX slot in SV bodies + Branch: perl + ! av.h cv.h hv.h sv.h +____________________________________________________________________________ +[ 24541] By: rgs on 2005/05/22 18:53:12 + Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS + From: Michael G Schwern + Date: May 20, 2005 10:09 PM + Message-ID: <20050520200900.GB13473@windhund.schwern.org> + Branch: perl + ! lib/Carp.t +____________________________________________________________________________ +[ 24538] By: nicholas on 2005/05/21 22:46:50 + Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use + the memory to store pointers and integers. + (Part 1 - will be reworked to be more efficient when IV or void* + is 64 bit soon) + Branch: perl + ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t + ! hv.h sv.h +____________________________________________________________________________ +[ 24537] By: ams on 2005/05/21 22:26:34 + Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support + From: Jarkko Hietaniemi + Date: Sat, 21 May 2005 23:20:21 +0300 + Message-Id: <428F9805.70108@gmail.com> + Branch: perl + + lib/ExtUtils/CBuilder/Platform/dec_osf.pm + ! MANIFEST +____________________________________________________________________________ +[ 24536] By: ams on 2005/05/21 22:17:20 + Log: Make the __attribute__ stuff work with Symbian (Jarkko). + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24535] By: davem on 2005/05/21 22:10:19 + Log: goto &xsub that croaks corrupts memory + When an XS sub is called, a CxSUB context shouldn't be pushed. Make + goto &xs_sub mimic this behaviour by first popping the old CxSUB + Branch: perl + ! pp_ctl.c t/op/goto_xs.t +____________________________________________________________________________ +[ 24534] By: davem on 2005/05/21 21:38:55 + Log: stop goto &foo wasting stack space + it used to push @_ onto the end of the stack; now it pops the stack + back to the old watermark first. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24533] By: davem on 2005/05/21 19:50:50 + Log: add access to Perl_croak() via 'mycroak' in XS::APItest + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/exception.t +____________________________________________________________________________ +[ 24532] By: davem on 2005/05/21 19:15:43 + Log: disallow eval { goto &foo } + eval 'goto &foo' is already banned, and the try-version usually + coredumps due to the code assuming the CxEVAL is actually a CxSUB. + Anyway exiting an eval but preserving "it's" @_ doesn't make much + sense. + Branch: perl + ! pod/perldiag.pod pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 24531] By: nicholas on 2005/05/21 18:19:43 + Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with + IV and UV. Avoid allocating a body for IVs and RVs. + Branch: perl + ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 24530] By: rgs on 2005/05/21 16:01:42 + Log: Really fix change 24527 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24529] By: nicholas on 2005/05/21 15:59:30 + Log: Fool. That should be I32 everywhere. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24528] By: ams on 2005/05/21 15:35:44 + Log: Subject: [PATCH] ctags parms need to know .h is C + From: Andy Lester + Date: Sat, 21 May 2005 08:58:14 -0500 + Message-Id: <20050521135814.GA875@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24527] By: rgs on 2005/05/21 14:15:44 + Log: Compilation fix + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24526] By: nicholas on 2005/05/21 12:31:52 + Log: Move hv_name, hv_eiter and hv_riter into a new aux structure. + Provide (more efficient) _get and _set macros. + Adjust the core to use them. + Branch: perl + ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs + ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs + ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs + ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c + ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c + ! toke.c universal.c xsutils.c +____________________________________________________________________________ +[ 24525] By: nicholas on 2005/05/21 09:29:18 + Log: Move placeholders into a new rhash magic type. + Branch: perl + ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h + ! perl.h proto.h sv.c +____________________________________________________________________________ +[ 24524] By: rgs on 2005/05/21 09:18:07 + Log: Update to MakeMaker 6.30 + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t + ! lib/ExtUtils/t/PL_FILES.t + ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm +____________________________________________________________________________ +[ 24523] By: ams on 2005/05/21 02:58:49 + Log: Subject: [PATCH] SvPVX_const - patch #2 + From: Steve Peters + Date: Fri, 20 May 2005 21:42:10 -0500 + Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org> + Branch: perl + ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c +____________________________________________________________________________ +[ 24522] By: nicholas on 2005/05/20 22:53:00 + Log: Remove PMROOT and replace it with a small shell script. Er, magic. + (PMROOT being needed to implement bare C - how often do you + use that?) + Branch: perl + ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm + ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h + ! op.c perl.h sv.c +____________________________________________________________________________ +[ 24521] By: nicholas on 2005/05/20 22:30:16 + Log: Update XS code to declare PERL_UNUSED_DECL conditionally + Branch: perl + ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24520] By: nicholas on 2005/05/20 21:50:03 + Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL + Branch: perl + ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h +____________________________________________________________________________ +[ 24519] By: nicholas on 2005/05/20 21:46:26 + Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like + it being redefined. + Branch: perl + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc +____________________________________________________________________________ +[ 24518] By: nicholas on 2005/05/20 21:11:52 + Log: Goodbye AvFLAGS + Branch: perl + ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs + ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm + ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h +____________________________________________________________________________ +[ 24517] By: rgs on 2005/05/20 17:54:15 + Log: Upgrade to Math::BigInt 1.77 + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 24516] By: nicholas on 2005/05/20 16:42:44 + Log: Fix a typo + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 24514] By: ams on 2005/05/20 14:42:21 + Log: Damnable applypatch nonsense. + Branch: perl + ! ext/Storable/t/sig_die.t +____________________________________________________________________________ +[ 24513] By: rgs on 2005/05/20 14:37:12 + Log: Update MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24512] By: ams on 2005/05/20 14:21:21 + Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic. + http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41 + Branch: perl + + ext/Storable/t/sig_die.t + ! ext/Storable/MANIFEST ext/Storable/Storable.pm +____________________________________________________________________________ +[ 24511] By: rgs on 2005/05/20 13:11:43 + Log: Subject: [PATCH] Add a Makefile target for ctags + From: Andy Lester + Date: Thu, 12 May 2005 11:40:52 -0500 + Message-ID: <20050512164052.GA30287@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24510] By: rgs on 2005/05/20 10:49:03 + Log: Upgrade to MakeMaker 6.29 + Branch: perl + + lib/ExtUtils/t/FIRST_MAKEFILE.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 24509] By: rgs on 2005/05/20 09:26:01 + Log: Subject: SvPVX_const() - Patch #1 + From: Steve Peters + Date: Tue, 17 May 2005 18:17:01 -0500 + Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c toke.c universal.c util.c warnings.h warnings.pl +____________________________________________________________________________ +[ 24508] By: rgs on 2005/05/20 07:53:46 + Log: Subject: [PATCH] Attribute configuration + From: Andy Lester + Date: Thu, 19 May 2005 12:32:56 -0500 + Message-ID: <20050519173256.GA29039@petdance.com> + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h + ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh + ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h + ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c + ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 24507] By: rgs on 2005/05/20 07:16:59 + Log: Gisle noted an unused variable + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24506] By: rgs on 2005/05/19 21:07:43 + Log: Fix the new exit() tests, by Gisle Aas : + don't let the shell interfere with the process return value + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24505] By: ams on 2005/05/19 17:51:48 + Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. + From: yves orton + Date: 18 May 2005 08:30:44 -0000 + Message-Id: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 24504] By: nicholas on 2005/05/19 09:32:18 + Log: tabs, not spaces. Bad editor. No cookie. + Does the MANIFEST file support comments, sufficient to add an editor + block? + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24503] By: rgs on 2005/05/19 06:25:22 + Log: Adjust VMS test count + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24501] By: rgs on 2005/05/18 16:08:30 + Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] + From: Gisle Aas + Date: 18 May 2005 08:35:47 -0700 + Message-ID: + Branch: perl + ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h + ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t +____________________________________________________________________________ +[ 24500] By: rgs on 2005/05/18 15:26:32 + Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) + From: Yitzchak Scott-Thoennes + Date: Wed, 18 May 2005 07:13:40 -0700 + Message-ID: <20050518141131.GA2704@efn.org> + Branch: perl + + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + + lib/ExtUtils/CBuilder/Platform/Unix.pm + + lib/ExtUtils/CBuilder/Platform/VMS.pm + + lib/ExtUtils/CBuilder/Platform/Windows.pm + + lib/ExtUtils/CBuilder/Platform/aix.pm + + lib/ExtUtils/CBuilder/Platform/cygwin.pm + + lib/ExtUtils/CBuilder/Platform/darwin.pm + + lib/ExtUtils/CBuilder/Platform/os2.pm + + lib/ExtUtils/CBuilder/t/01-basic.t + + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + + lib/ExtUtils/ParseXS/t/XSTest.pm + + lib/ExtUtils/ParseXS/t/XSTest.xs + + lib/ExtUtils/ParseXS/t/basic.t + ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 24499] By: rgs on 2005/05/18 12:46:38 + Log: Subject: B::Disassembler.pm + From: Nicholas Clark + Date: Tue, 17 May 2005 11:28:18 +0100 + Message-ID: <20050517102817.GD94420@plum.flirble.org> + Branch: perl + ! ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 24498] By: davem on 2005/05/18 12:39:22 + Log: make t/TEST print summary times consistently to two decimal places + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24497] By: nicholas on 2005/05/18 12:34:53 + Log: Default to allocating the correct size for the array in the HV. + Override this with -DPERL_USE_LARGE_HV_ALLOC + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 24496] By: rgs on 2005/05/18 11:50:47 + Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport + From: Michael G Schwern + Date: Mon, 16 May 2005 15:17:05 -0700 + Message-ID: <20050516221705.GA212@windhund.schwern.org> + + Subject: [PATCH] Eliminate function signatures from perlport + From: Michael G Schwern + Date: Mon, 16 May 2005 15:24:18 -0700 + Message-ID: <20050516222418.GA422@windhund.schwern.org> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24495] By: merijn on 2005/05/17 18:45:56 + Log: Subject: [PATCH] more about __attribute__ + From: Jarkko Hietaniemi + Date: Tue, 17 May 2005 20:36:43 +0300 + Message-ID: <428A2BAB.9020306@gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24493] By: rgs on 2005/05/17 15:55:38 + Log: Clarify definition of octal literals + (thanks to Olivier Blin) + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 24492] By: rgs on 2005/05/17 15:15:46 + Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update + From: + Date: Mon, 16 May 2005 17:59:35 +0300 + Message-ID: + + completed by: + Message-ID: + Branch: perl + ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c + ! symbian/port.pl universal.c +____________________________________________________________________________ +[ 24491] By: nicholas on 2005/05/17 13:27:43 + Log: One last 1008 to replace with PERL_ARENA_SIZE + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24490] By: nicholas on 2005/05/16 21:42:05 + Log: Upgrade to Encode 2.10 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm +____________________________________________________________________________ +[ 24489] By: rgs on 2005/05/16 16:56:43 + Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix + From: Andy Lester + Date: Mon, 16 May 2005 10:13:53 -0500 + Message-ID: <20050516151353.GA25387@petdance.com> + Branch: perl + ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c + ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c + ! proto.h regcomp.c regexec.c scope.c sv.c sv.h + ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c +____________________________________________________________________________ +[ 24482] By: nicholas on 2005/05/16 15:11:30 + Log: Bump the version number on Win32::Win32 + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 24480] By: nicholas on 2005/05/16 15:01:48 + Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24476] By: rgs on 2005/05/16 08:58:40 + Log: This seems to be the right thing to do to iterate over layers + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 24475] By: rgs on 2005/05/16 08:47:28 + Log: $! might contain "unknown" if strerror(3) says so + Branch: perl + ! t/op/mkdir.t +____________________________________________________________________________ +[ 24472] By: rgs on 2005/05/16 08:03:15 + Log: Upgrade to Time::HiRes 1.68 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 24471] By: nicholas on 2005/05/15 20:46:03 + Log: Subject: [PATCH] Minor tweak to via + From: Andy Lester + Message-ID: <20050513163952.GA20167@petdance.com> + Date: Fri, 13 May 2005 11:39:52 -0500 + + from a bug report and patch by Matt Lawrence + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 24470] By: nicholas on 2005/05/15 11:32:15 + Log: Upgrade to CGI.pm 3.10 + Branch: perl + + lib/CGI/t/can.t + ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t +____________________________________________________________________________ +[ 24469] By: davem on 2005/05/15 00:09:35 + Log: avoid leaked scalar in BEGIN { threads->new(...) } + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24468] By: davem on 2005/05/14 23:16:50 + Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24467] By: davem on 2005/05/14 15:11:30 + Log: initialize the PL_xpvgv_[arena]root vars during clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24465] By: gbarr on 2005/05/13 20:42:53 + Log: Update to Scalar-List-Utils-1.15 + Branch: perl + + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t + + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t + + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t + + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t + + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t + + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t + + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t + + ext/List/Util/t/p_tainted.t + ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t + ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t + ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t + ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t + ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t + ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t + ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t + ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t + ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t + ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t +____________________________________________________________________________ +[ 24461] By: rgs on 2005/05/13 12:52:45 + Log: Subject: change to quiet cygwin's perlld + From: Yitzchak Scott-Thoennes + Date: Fri, 13 May 2005 06:15:45 -0700 + Message-ID: <20050513131545.GB4024@efn.org> + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 24460] By: nicholas on 2005/05/13 11:59:26 + Log: Reorder the *more* arena allocation functions into a block + As they are now ahead of their corresponding *new* functions, no need + for all the embedding guff. + Remove all the "register" keywords. + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 24459] By: nicholas on 2005/05/13 11:09:03 + Log: Allocate GV bodies from arenas + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c +____________________________________________________________________________ +[ 24455] By: davem on 2005/05/12 19:07:27 + Log: make join.t threadsafe! + tests 13 and 14 could output in reverse order. Add a lock to stop + this. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 24454] By: steveh on 2005/05/12 10:56:20 + Log: Remove a couple of unreferenced local variables + Branch: perl + ! win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 24453] By: steveh on 2005/05/12 10:10:37 + Log: Subject: [PATCH] Add Win32::GetFileVersion() function + From: "Jan Dubois" + Date: Wed, 11 May 2005 22:30:37 -0700 + Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com> + Branch: perl + ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 24452] By: rgs on 2005/05/12 09:58:50 + Log: Silence DEBUGGING compilation warnings + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24451] By: rgs on 2005/05/12 09:52:12 + Log: SvUPGRADE doesn't return false. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24450] By: rgs on 2005/05/12 08:45:40 + Log: Rework documentation of split(//,...) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24449] By: ams on 2005/05/11 16:57:27 + Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't + From: Steve Peters via RT + Date: 11 May 2005 16:58:22 -0000 + Message-Id: + + Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example + From: Steve Peters via RT + Date: 11 May 2005 17:13:29 -0000 + Message-Id: + Branch: perl + ! pod/perlfunc.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 24446] By: merijn on 2005/05/11 09:39:06 + Log: Subject: Hints changes for OS X 10.4 + From: Michael G Schwern + Date: Tue, 10 May 2005 18:10:47 -0700 + Message-ID: <20050511011047.GA23955@windhund.schwern.org> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 24445] By: rgs on 2005/05/11 07:54:19 + Log: Include vim/emacs modelines in generated files to open them + in read-only mode. Make vi modelines compatible with non-vim + vi versions. + Branch: perl + ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl + ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c + ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c + ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h + ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym + ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c + ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl + ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c + ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c +____________________________________________________________________________ +[ 24444] By: rgs on 2005/05/10 20:56:37 + Log: Subject: potential [PATCH] Tru64 crank up strictness + From: Jarkko Hietaniemi + Date: May 10, 2005 7:44 PM + Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> + Branch: perl + ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c +____________________________________________________________________________ +[ 24443] By: rgs on 2005/05/10 20:27:16 + Log: "make regen" should run reentr.pl + Branch: perl + ! regen.pl +____________________________________________________________________________ +[ 24442] By: rgs on 2005/05/10 20:08:27 + Log: Regenerate reentr.[ch] + Branch: perl + ! reentr.c reentr.h +____________________________________________________________________________ +[ 24441] By: ams on 2005/05/10 17:23:26 + Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 + From: Steve Peters + Date: Tue, 10 May 2005 12:44:13 -0500 + Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org> + Branch: perl + + README.openbsd + ! MANIFEST reentr.pl +____________________________________________________________________________ +[ 24440] By: rgs on 2005/05/10 16:51:02 + Log: Add editor boilerplates to all C files + (except the generated ones) + Branch: perl + ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c + ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c + ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c + ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c + ! universal.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 24439] By: nicholas on 2005/05/10 15:38:07 + Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ + plus a couple of 1 byte sv_setpv()s too. + Branch: perl + ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c + ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c +____________________________________________________________________________ +[ 24438] By: nicholas on 2005/05/10 14:47:58 + Log: As we have the length of the string easily to hand, no reason not to + use it. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24437] By: ams on 2005/05/10 14:41:08 + Log: Subject: [PATCH] perlop.pod nit + From: Steve Peters + Date: Tue, 10 May 2005 09:41:01 -0500 + Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24436] By: nicholas on 2005/05/10 11:03:49 + Log: Experiment with using the ptr_table code to hold the seen hash + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24435] By: nicholas on 2005/05/10 09:17:32 + Log: Simplify the debug and assert logic. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24434] By: nicholas on 2005/05/10 09:03:11 + Log: Change 24165 missed one s/class/classname/ in the debugging code. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24433] By: ams on 2005/05/10 03:16:23 + Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 + From: Steve Peters + Date: Mon, 9 May 2005 21:10:49 -0500 + Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> + Branch: perl + ! reentr.h +____________________________________________________________________________ +[ 24432] By: ams on 2005/05/10 03:15:34 + Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings + From: Jan Dubois + Date: Mon, 9 May 2005 19:29:06 -0700 + Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24431] By: rgs on 2005/05/09 20:07:14 + Log: Subject: [PATCH] attributes-two.patch, the next batch + From: Andy Lester + Date: May 9, 2005 5:45 PM + Message-ID: <20050509154518.GA18273@petdance.com> + Branch: perl + ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c + ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c + ! utf8.c +____________________________________________________________________________ +[ 24430] By: rgs on 2005/05/09 19:19:20 + Log: Fix typo (bug #35368) + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 24429] By: nicholas on 2005/05/09 16:33:57 + Log: Update the comment describing arenas. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24427] By: nicholas on 2005/05/09 11:22:19 + Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the + object file slightly smaller, and also increases the proportion of + read only data section. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24426] By: rgs on 2005/05/09 11:11:35 + Log: Upgrade to Unicode::Collate 0.50 + Branch: perl + + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t + + lib/Unicode/Collate/t/override.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t + ! lib/Unicode/Collate/t/contract.t + ! lib/Unicode/Collate/t/hangtype.t + ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t + ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t + ! lib/Unicode/Collate/t/normal.t + ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t + ! lib/Unicode/Collate/t/trailwt.t + ! lib/Unicode/Collate/t/variable.t + ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t +____________________________________________________________________________ +[ 24425] By: nicholas on 2005/05/09 10:10:42 + Log: Change 24413 should have updated makedef.pl with the knowledge that 2 + symbols are ithreads only. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24424] By: nicholas on 2005/05/09 10:00:37 + Log: Change 24420 should have hand updated globvar.sym to reflect the + renaming of the global variable. + Branch: perl + ! globvar.sym +____________________________________________________________________________ +[ 24423] By: nicholas on 2005/05/09 08:48:46 + Log: Simplify S_hv_notallowed slightly by passing a prebuilt message + template. (Also slightly smaller object code) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24422] By: rgs on 2005/05/09 07:37:58 + Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks + From: Steve Peters + Date: Sun, 8 May 2005 20:49:17 -0500 + Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> + Branch: perl + ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c +____________________________________________________________________________ +[ 24421] By: rgs on 2005/05/09 07:29:33 + Log: Revert to Andy's first solution for nonnull attributes; + add the missing defines for non-threaded perls in perl.h + Branch: perl + ! embed.h embed.pl global.sym perl.h proto.h +____________________________________________________________________________ +[ 24420] By: nicholas on 2005/05/08 22:09:18 + Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for + SvPV and a %s format. + Branch: perl + ! mg.c perl.h pp.c pp_hot.c +____________________________________________________________________________ +[ 24419] By: nicholas on 2005/05/08 21:40:29 + Log: There's no need to set a reference count for the new SV heads, as it's + always set to 1 at uprooting time. + But set it to zero when DEBUGGING to make things clearer. Plus fix a + bug introduced by change 22945, where the last SV head had an + uninitialised reference count. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24418] By: nicholas on 2005/05/08 19:45:30 + Log: The idea is that when you find something, you stop looking. + ( http://use.perl.org/comments.pl?sid=26369&cid=40183 ) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24417] By: davem on 2005/05/08 14:39:19 + Log: t/TEST's new error messages now include the prefix 'FAILURE--' + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24416] By: rgs on 2005/05/08 12:19:51 + Log: Tweak the insertion of __attribute__((nonnull())) declarations + in proto.h so it compiles with and without threads with gcc 3.4 + Branch: perl + ! embed.pl proto.h +____________________________________________________________________________ +[ 24414] By: rgs on 2005/05/07 17:15:45 + Log: Subject: [PATCH] GCC attributes! + From: Andy Lester + Date: May 4, 2005 11:55 PM + Message-ID: <20050504215540.GA20413@petdance.com> + Branch: perl + ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h + ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 24413] By: nicholas on 2005/05/07 16:08:16 + Log: The ptr_table arena variables and code is only needed for ithreads. + Branch: perl + ! intrpvar.h sv.c +____________________________________________________________________________ +[ 24412] By: davem on 2005/05/07 12:57:06 + Log: while (my $x ...) { ...; redo } shouldn't undef $x. + In the presence of 'my' in the conditional of a while(), until(), + or for(;;) loop, add an extra scope to the body so that redo + doesn't undef the lexical + Branch: perl + ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y + ! pp_ctl.c proto.h t/op/loopctl.t +____________________________________________________________________________ +[ 24411] By: davem on 2005/05/07 11:06:16 + Log: add 1.875c to the list of supported bisons + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 24410] By: nicholas on 2005/05/06 22:17:04 + Log: Get the correct refcount on the temporary assignment to PL_sigwarn so + that other code assigning to $SIG{__WARN__} doesn't cause a premature + free. + Branch: perl + ! perlio.c t/io/layers.t +____________________________________________________________________________ +[ 24409] By: nicholas on 2005/05/06 19:08:35 + Log: Ooops. Wise man tests with ithreads before commiting. D'oh! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24408] By: nicholas on 2005/05/06 18:38:45 + Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. + Branch: perl + ! hv.c intrpvar.h sv.c +____________________________________________________________________________ +[ 24407] By: rgs on 2005/05/06 15:37:30 + Log: Upgrade to PathTools 3.07 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 24406] By: ams on 2005/05/06 15:17:26 + Log: Don't pretend SIGZERO exists [#35291]. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24405] By: nicholas on 2005/05/06 13:11:54 + Log: Make the arena size changeable at compile time, and up the default by + a factor of 4. + Branch: perl + ! hv.c perl.h sv.c +____________________________________________________________________________ +[ 24404] By: nicholas on 2005/05/06 12:34:36 + Log: Allocate pointer table entries (for ithread cloning) from an arena + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 24402] By: davem on 2005/05/05 20:52:11 + Log: avoid accessing a just-freed SV (keep ponie happy) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24401] By: rgs on 2005/05/05 17:12:38 + Log: Missing files in Test::Simple + Branch: perl + + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t + + t/lib/Test/Simple/sample_tests/exit.plx +____________________________________________________________________________ +[ 24399] By: nicholas on 2005/05/05 15:17:23 + Log: Bump versions of non dual-life modules + Branch: perl + ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm + ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm +____________________________________________________________________________ +[ 24398] By: nicholas on 2005/05/05 14:54:20 + Log: Bump version numbers + Branch: perl + ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm + ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm +____________________________________________________________________________ +[ 24397] By: rgs on 2005/05/05 14:41:55 + Log: Upgrade to Test::Simple 0.60 + Branch: perl + - lib/Test/Simple/t/is_deeply.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/00signature.t + ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t + ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t + ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t + ! lib/Test/Simple/t/require_ok.t +____________________________________________________________________________ +[ 24396] By: nicholas on 2005/05/05 14:28:42 + Log: Bump B version numbers + Branch: perl + ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 24393] By: davem on 2005/05/05 12:06:32 + Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output + Branch: perl + ! lib/Math/BigInt/t/bare_mbf.t +____________________________________________________________________________ +[ 24392] By: davem on 2005/05/05 12:01:51 + Log: strictifying t/TEST stopped it handling '1..n todo' correctly + (made scope of %toto too narrow) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24390] By: davem on 2005/05/05 00:34:50 + Log: make t/TEST detect various failure modes in testfile outputs + in particular: + multiple leader lines + leader line not first or last line of file + unrecognised lines + out-of-sequence test numbers + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24389] By: davem on 2005/05/04 22:14:54 + Log: strictify t/TEST + make most variables lexical, narrow their scope, and give some of + them more meaningful names. Also fix a harmless bug where the wrong + filehandles are closed (A+B rather than U+A) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24388] By: rgs on 2005/05/04 20:50:59 + Log: Document the unportability of atan2() edge cases + and remove unportable tests (by Steve Peters) + Branch: perl + ! pod/perlport.pod t/op/exp.t +____________________________________________________________________________ +[ 24387] By: davem on 2005/05/04 20:30:00 + Log: add test for [perl #34682] leaving eval via last in inner runops + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 24386] By: rgs on 2005/05/04 18:31:19 + Log: Fix test numerotation + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 24385] By: davem on 2005/05/04 15:52:11 + Log: make goto.t use test.pl, strict and warnings + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 24384] By: davem on 2005/05/04 14:01:40 + Log: SEGV when next is followed by a goto + + next and redo didn't restore PL_curcop + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 24383] By: ams on 2005/05/04 12:12:30 + Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space + From: Offer Kaye + Date: Wed, 4 May 2005 15:10:37 +0300 + Message-Id: <56942505050405101bfe678d@mail.gmail.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24382] By: rgs on 2005/05/04 11:21:54 + Log: Sync synopses + Branch: perl + ! pod/perl.pod pod/perlrun.pod +____________________________________________________________________________ +[ 24381] By: davem on 2005/05/03 22:10:45 + Log: document the internals of exception handling + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 24380] By: rgs on 2005/05/03 15:43:34 + Log: Fix getting prototype of builtins mkdir and setpgrp. + Hardcode special exceptions for exec and system, instead + of trying to be clever and failing. + Branch: perl + ! opcode.h opcode.pl pp.c t/op/cproto.t +____________________________________________________________________________ +[ 24379] By: rgs on 2005/05/03 12:18:50 + Log: Error in the latest FindBin patch, noticed by Nicholas + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24378] By: rgs on 2005/05/03 12:15:45 + Log: mkdir without arguments now defaults to $_ + Branch: perl + ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t +____________________________________________________________________________ +[ 24377] By: nicholas on 2005/05/03 12:00:25 + Log: ok($a == $b) better written as cmp_ok($a, '==', $b) + (The latter gives more diagnostics in the case of failure) + Branch: perl + ! t/op/exp.t +____________________________________________________________________________ +[ 24376] By: rgs on 2005/05/03 09:45:24 + Log: Convert to test.pl + Branch: perl + ! t/op/mkdir.t +____________________________________________________________________________ +[ 24375] By: rgs on 2005/05/03 08:53:25 + Log: Fix for [perl #34252] Access rights in FindBin::Bin + At least on my platform, Cwd::getcwd doesn't find the current + directory if it has no access to it. Try harder with Cwd::cwd. + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24374] By: steveh on 2005/05/03 08:51:24 + Log: Fix croak() and confess() so that they don't clobber $! + (plus tests to check this) + Branch: perl + ! lib/Carp.pm lib/Carp.t +____________________________________________________________________________ +[ 24373] By: nicholas on 2005/05/03 08:45:28 + Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24372] By: rgs on 2005/05/03 07:36:17 + Log: Subject: [perl #33809] optimize macro dXSARGS + From: Sergey Skvortsov (via RT) + Date: 17 Jan 2005 09:02:33 -0000 + Message-ID: + Branch: perl + ! XSUB.h pod/perlapi.pod universal.c +____________________________________________________________________________ +[ 24371] By: rgs on 2005/05/03 06:56:03 + Log: Subject: [PATCH] IEEE math for the masses + From: Steve Peters + Date: Fri, 15 Apr 2005 09:10:54 -0500 + Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org> + + (tests added to t/op/exp.t) + Branch: perl + ! pp.c t/op/exp.t +____________________________________________________________________________ +[ 24370] By: rgs on 2005/05/03 06:30:47 + Log: Convert to test.pl + Branch: perl + ! t/op/exp.t +____________________________________________________________________________ +[ 24369] By: nicholas on 2005/05/02 20:45:00 + Log: A slightly better layout for the diagram. + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 24368] By: rgs on 2005/05/02 20:10:34 + Log: Clarify the definition of the 'w' pack format, as suggested by + Alexey Toptygin. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24367] By: rgs on 2005/05/02 17:10:19 + Log: For perls where pids and ppids are cached, when the ppid of + the perl process becomes 1, refresh the ppid cache (this may + indicate that the parent process has died.) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24366] By: rgs on 2005/05/02 16:16:35 + Log: Change inheritance hierarchy of B subclassses : + + Subject: @B::NV::ISA = 'B::IV'; + From: Nicholas Clark + Date: Wed, 27 Apr 2005 14:57:51 +0100 + Message-ID: <20050427135750.GD94420@plum.flirble.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 24365] By: rgs on 2005/05/02 15:46:51 + Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc + From: Andy Lester + Date: Sun, 1 May 2005 15:07:55 -0500 + Message-ID: <20050501200755.GA30259@petdance.com> + Branch: perl + ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c + ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h +____________________________________________________________________________ +[ 24364] By: rgs on 2005/05/02 14:48:04 + Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rafael Garcia-Suarez + Date: Wed, 3 Nov 2004 16:38:01 +0100 + Message-ID: <20041103163801.6839be30@valis.local> + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 24363] By: davem on 2005/05/02 14:27:20 + Log: Better fix for #8738 (Core dump in 'leavetry') + When in an inner runops loop (eg via a tie or sort), an eval + needs a new JMPENV pushing by S_docatch. If an exception is raised, + control is returned to S_docatch, and it must determine whether + the eval that trapped the exception is an inner eval or an outer + one. In the former case, restart the loop, in the latter case, + rethrow the exception. This is determined by whether we are still + at the same PL_curstackinfo level. This fails in the case of + SPLICE(), which pushes a new SETJMP and runops level, but not a + new stackinfo level. There may be other code which does similar. + The solution is to store the current calue of PL_top_env in each + pushed CxEVAL, and see if it's still the same as PL_top_env when + the exception is handled. + Branch: perl + ! cop.h pp_ctl.c +____________________________________________________________________________ +[ 24362] By: davem on 2005/05/02 13:51:42 + Log: Revert change #15705 (Core dump in 'leavetry') + This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011), + and reintroduces an eval optimisation for innter runops levels + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24361] By: davem on 2005/05/02 13:29:17 + Log: move the SETJMP exception-handing definitions from scope.h to cop.h + so that a JMPENV* entry can be added to struct block_eval + Branch: perl + ! cop.h scope.h +____________________________________________________________________________ +[ 24360] By: rgs on 2005/05/02 09:37:04 + Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 24359] By: rgs on 2005/05/02 08:09:38 + Log: Subject: [PATCH] undo pod utilities regression in 24034 + From: "Craig A. Berry" + Date: Fri, 29 Apr 2005 17:22:48 -0500 + Message-ID: <4272B3B8.6030603@mac.com> + Branch: perl + ! pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 24358] By: rgs on 2005/05/02 07:15:37 + Log: Subject: [PATCH] uninitialized warnings in regcomp + From: Steven Philip Schubiger + Date: Mon, 2 May 2005 01:14:29 +0200 (CEST) + Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 24357] By: nicholas on 2005/05/01 22:16:16 + Log: Explode if anyone attempts to sv_upgrade PL_mess_sv. + Should this be a panic: ? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24355] By: merijn on 2005/04/29 15:32:17 + Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were + unintendedly removed by patch #23435 + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24354] By: merijn on 2005/04/29 13:59:36 + Log: Subject: [PATCH] Small patch to perlport.pod + From: Sébastien Aperghis-Tramoni + Date: Thu, 28 Apr 2005 02:24:04 +0200 + Message-Id: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24353] By: steveh on 2005/04/29 09:07:19 + Log: Subject: [PATCH] one cannot "static" exported functions + From: + Date: Fri, 29 Apr 2005 11:02:01 +0300 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 24352] By: steveh on 2005/04/29 08:24:50 + Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined + (rather than when PERL_IMPLICIT_SYS is defined) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24351] By: nicholas on 2005/04/28 22:28:53 + Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24350] By: steveh on 2005/04/28 16:42:13 + Log: Subject: (in blead) a missing const in a prototype + From: + Date: Wed, 27 Apr 2005 17:35:27 +0300 + Message-ID: + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24349] By: steveh on 2005/04/28 16:38:51 + Log: Silence a compilation warning on Win32 + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24348] By: nicholas on 2005/04/28 11:22:15 + Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), + becase there's a lot of code around that calls SvOOK_off(), memmov()s + the buffer, then promptly free()s it. So avoid the needless memmov(). + Branch: perl + ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h +____________________________________________________________________________ +[ 24347] By: steveh on 2005/04/28 11:13:55 + Log: Remove temporary clean-up from Win32 makefiles + + Change 22501 temporarily added some clean-up to the Win32 makefiles + which was only meant to stay until cpan rt #5616 was fixed. It is + now fixed (in EU-MM 6.22, which in turn has been in blead for a + while now), so these hacks are no longer required. + + This change is also good for maint, which currently contains EU-MM + 6.17, which didn't create the blibdirs.exists files in question + anyway. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24345] By: rgs on 2005/04/28 09:29:07 + Log: Remove confusing punctuation + (spotted by David Rigaudiere) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24344] By: nicholas on 2005/04/28 09:29:06 + Log: Calling sv_backoff() on something that's about to be free()d will + memmov() memory that's about to be freed. Seems wasteful. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24341] By: steveh on 2005/04/28 08:44:28 + Log: Fix perlsio_binmode() export breakage caused by change #24338 + + Define and export perlsio_binmode() based on the same condition, + namely, that USE_PERLIO is defined and USE_SFIO is not. + Branch: perl + ! makedef.pl perlio.c +____________________________________________________________________________ +[ 24340] By: nicholas on 2005/04/28 08:34:57 + Log: The if() clause is the wrong way round, so OOK can never be true in + this case. Given that OOK is never undone, we could never have been + correctly upgrading a PV with OOK to HV or AV. I believe that only + SVt_NULL is the only type ever upgraded to HV or AV. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24339] By: rgs on 2005/04/27 20:24:30 + Log: A couple of warning fixes by Gisle + Branch: perl + ! pp.c pp_sys.c +____________________________________________________________________________ +[ 24338] By: rgs on 2005/04/27 14:48:46 + Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts + From: Andy Lester + Date: Wed, 27 Apr 2005 10:02:43 -0500 + Message-ID: <20050427150243.GA21883@petdance.com> + Branch: perl + ! perl.c perlio.c perlio.h perliol.h +____________________________________________________________________________ +[ 24334] By: steveh on 2005/04/27 08:35:40 + Log: Subject: Win32 MM test fix + From: Michael G Schwern + Date: Mon, 18 Apr 2005 14:30:19 -0700 + Message-ID: <20050418213019.GA15797@windhund.schwern.org> + + Subject: Re: Win32 MM test fix + From: demerphq + Date: Tue, 19 Apr 2005 00:57:59 +0200 + Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 24333] By: rgs on 2005/04/26 21:03:43 + Log: Subject: [PATCH] XS() __attribute__ + From: Andy Lester + Date: Fri, 22 Apr 2005 17:39:47 -0500 + Message-ID: <20050422223947.GA4681@petdance.com> + Branch: perl + ! XSUB.h universal.c xsutils.c +____________________________________________________________________________ +[ 24328] By: rgs on 2005/04/26 14:27:01 + Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches + From: Andy Lester + Date: Mon, 25 Apr 2005 17:56:51 -0500 + Message-ID: <20050425225651.GB17271@petdance.com> + Branch: perl + ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h +____________________________________________________________________________ +[ 24326] By: rgs on 2005/04/26 12:49:03 + Log: Upgrade to CGI.pm 3.08 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm + ! lib/CGI/Pretty.pm +____________________________________________________________________________ +[ 24325] By: merijn on 2005/04/26 11:28:42 + Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl + Date: Tue, 26 Apr 2005 12:22:12 +0300 + From: + Message-ID: + From: Steve Hay + Message-ID: <426E11A3.8070002@uk.radan.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24321] By: steveh on 2005/04/25 13:09:57 + Log: Update location to fetch dmake from in README.win32 + + Use the generic search.cpan.org URL so that the latest version is + always found + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24320] By: nicholas on 2005/04/25 11:41:01 + Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0) + From: demerphq + Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com> + Date: Sun, 24 Apr 2005 21:35:35 +0200 + Branch: perl + ! lib/unicore/README.perl lib/unicore/mktables + ! lib/unicore/mktables.lst +____________________________________________________________________________ +[ 24319] By: steveh on 2005/04/25 11:05:24 + Log: Provide $Config{libswanted_uselargefiles} on Win32 + + This fixes some test failures introduced by change 24271. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 24318] By: steveh on 2005/04/25 07:47:11 + Log: Subject: [PATCH] combopatch + From: Jarkko Hietaniemi + Date: Sun, 24 Apr 2005 22:58:15 +0300 + Message-ID: <426BFA57.9060105@iki.fi> + Branch: perl + ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c + ! proto.h toke.c util.c +____________________________________________________________________________ +[ 24317] By: rgs on 2005/04/25 06:30:44 + Log: Fix typo, noticed by Randal Schwartz + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24316] By: ams on 2005/04/25 01:36:38 + Log: Add STORABLE_attach hook (Adam Kennedy). + Branch: perl + + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t + + ext/Storable/t/attach_singleton.t + + ext/Storable/t/circular_hook.t + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Storable.pm ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24315] By: rgs on 2005/04/24 15:25:18 + Log: Add files missing in 24314 + Branch: perl + + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t + + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t + + lib/Test/Harness/t/version.t +____________________________________________________________________________ +[ 24314] By: rgs on 2005/04/24 13:26:50 + Log: Upgrade to Test::Harness 2.48 + Branch: perl + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod + ! lib/Test/Harness/t/00compile.t + ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + ! t/lib/sample-tests/skip +____________________________________________________________________________ +[ 24313] By: merijn on 2005/04/24 11:52:03 + Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+ + From: Steve Peters + Date: Sat, 23 Apr 2005 22:37:48 -0500 + Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24311] By: rgs on 2005/04/24 11:48:24 + Log: Add %patchlevel hash to Module::CoreList + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24310] By: merijn on 2005/04/24 09:12:37 + Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS + From: "Craig A. Berry" + Date: Sat, 23 Apr 2005 18:25:52 -0500 + Message-ID: <426AD980.2010801@mac.com> + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 24309] By: nicholas on 2005/04/23 14:00:49 + Log: Variable declarations can't come after statements in C89. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24308] By: nicholas on 2005/04/23 13:57:41 + Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT + reducing embed.h by about 10%. + Branch: perl + ! embed.h embed.pl +____________________________________________________________________________ +[ 24307] By: davem on 2005/04/23 13:56:18 + Log: Subject: [PATCH] Fix for warnings in util.c/Perl_init_tm() + From: Steve Peters + Date: Fri, 22 Apr 2005 22:36:03 -0500 + Message-Id: <20050423033603.GA32547@mccoy.peters.homeunix.org> + + localtime() can return null + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24303] By: nicholas on 2005/04/22 21:40:21 + Log: Convert to test.pl + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 24301] By: nicholas on 2005/04/22 16:21:46 + Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage + From: "Craig A. Berry" + Message-ID: <42692501.6090809@mac.com> + Date: Fri, 22 Apr 2005 11:23:29 -0500 + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 24300] By: rgs on 2005/04/22 16:17:36 + Log: Patch by Yves Orton to accept several options on the corelist(1) + command-line. Plus POD nits. + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 24290] By: steveh on 2005/04/22 13:51:47 + Log: Fix last remaining Win32 linker error following change 24271 + + (Supplied by Jarkko in a makedef.pl that was omitted from the + aforementioned change) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24287] By: rgs on 2005/04/22 12:42:37 + Log: There's no point listing '-f' in --help output + when perl isn't built with USE_SITECUSTOMIZE, since it might + confuse users about $sitelib/sitecustomize.pl being sourced + at startup. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24286] By: nicholas on 2005/04/22 12:37:19 + Log: For now, TODO the 2 tests that fail on 5.8.x + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 24284] By: rgs on 2005/04/22 12:34:14 + Log: -A wasn't listed in the --help output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24280] By: steveh on 2005/04/22 09:59:54 + Log: Fix more Win32 linker errors following change 24271 + + This clears up problems with Perl_free_global_struct and + Perl_init_global_struct + Branch: perl + ! embed.fnc embed.h global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 24279] By: rgs on 2005/04/22 09:04:08 + Log: Subject: [PATCH] pp_pack.c warning quieting + From: Andy Lester + Date: Thu, 21 Apr 2005 11:33:13 -0500 + Message-ID: <20050421163313.GA20930@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24278] By: steveh on 2005/04/22 08:59:58 + Log: Fix Win32 linker errors following change 24271 + + This clears up "unresolved external" errors for the following symbols: + + PL_watch_pvx + Perl_Gappctx_ptr + Perl_Gmmap_page_size_ptr + Perl_Gsig_defaulting_ptr + Perl_Gsig_handlers_initted_ptr + Perl_Gsig_ignoring_ptr + Perl_Gsig_sv_ptr + Perl_Gtimesbase_ptr + Perl_Gwatch_pvx_ptr + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24277] By: rgs on 2005/04/22 08:48:14 + Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes + From: Steve Peters + Date: Thu, 21 Apr 2005 18:55:47 -0500 + Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org> + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! sv.h +____________________________________________________________________________ +[ 24276] By: steveh on 2005/04/22 08:13:01 + Log: Fix my_chsize() for systems having chsize(), broken by change #24271 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24275] By: davem on 2005/04/21 21:30:11 + Log: Sigh - really bump Text::Wrap version number this time. + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24274] By: davem on 2005/04/21 21:27:15 + Log: bump version number in Text::Wrap after change #24273 + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24273] By: davem on 2005/04/21 21:22:54 + Log: Text::Wrap::wrap() fails with non-space separator + Branch: perl + ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24271] By: rgs on 2005/04/21 15:38:30 + Log: Subject: [PATCH] Symbian port of Perl + From: + Date: Mon, 18 Apr 2005 13:18:30 +0300 + Message-ID: + Branch: perl + + README.symbian ext/DynaLoader/dl_symbian.xs + + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh + + symbian/PerlApp.rss symbian/PerlAppAif.rss + + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod + + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README + + symbian/TODO symbian/bld.inf symbian/config.pl + + symbian/config.sh symbian/cwd.pl symbian/demo_pl + + symbian/install.cfg symbian/makesis.pl symbian/port.pl + + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp + + symbian/symbian_proto.h symbian/symbian_stubs.c + + symbian/symbian_stubs.h symbian/symbian_utils.cpp + + symbian/symbianish.h symbian/uid.pl symbian/version.pl + + symbian/xsbuild.pl + ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel + ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc + ! embed.h embed.pl embedvar.h ext/B/B.xs + ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t + ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c + ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm + ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs + ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs + ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c + ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym + ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t + ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm + ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl + ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c + ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod + ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c + ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c + ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk win32/win32io.c xsutils.c +____________________________________________________________________________ +[ 24270] By: davem on 2005/04/21 15:36:14 + Log: substr uses utf8 length cache incorrectly + Branch: perl + ! sv.c t/op/substr.t +____________________________________________________________________________ +[ 24269] By: davem on 2005/04/21 00:13:14 + Log: Subject: [PATCH] extra code in pp_concat, Take 2 + From: Andy Lester + Date: Wed, 13 Apr 2005 21:06:01 -0500 + Message-Id: <20050414020601.GA21346@petdance.com> + + add 'const', and remove extraneous code, from pp_concat + Branch: perl + ! pp_hot.c t/op/concat.t +____________________________________________________________________________ +[ 24268] By: davem on 2005/04/20 23:56:18 + Log: Subject: patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor + From: David Dyck + Date: Wed, 20 Apr 2005 16:35:55 -0700 (PDT) + Message-Id: + + fix nits in change #24264: + some preprocessors don't like #ifdefs within a macro's args; + also removed duplicate semicolons from macro definitions. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24267] By: davem on 2005/04/20 23:35:54 + Log: In change 24266 I failed to actually change anything. Sigh. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24266] By: davem on 2005/04/20 23:32:04 + Log: change misleading syslog() example + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24265] By: davem on 2005/04/20 21:47:40 + Log: Subject: [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set + From: glasser@tang-eleven-seventy-nine.mit.edu (via RT) + Date: 20 Apr 2005 19:28:14 -0000 + Message-Id: + + improved version of change 21842 that copes with glob DB::sub + existing but &DB::sub not existing. + Branch: perl + ! mg.c pp_ctl.c t/op/caller.t +____________________________________________________________________________ +[ 24264] By: davem on 2005/04/20 21:32:23 + Log: Subject: [PATCH] Fix MGVTBL structures in perl.h + From: Andy Lester + Date: Wed, 20 Apr 2005 15:09:24 -0500 + Message-Id: <20050420200923.GA3017@petdance.com> + + The MGVTBL structures contain 7 function pointers, but only 5 were + getting initialized. Plus, there were repeated lists between + declaration and definition; add a macro to declare or define + all the global MGVTBLs as appropriate. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24260] By: nicholas on 2005/04/20 13:51:54 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6 + From: Steve Peters + Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org> + Date: Wed, 20 Apr 2005 06:27:20 -0500 + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c +____________________________________________________________________________ +[ 24258] By: nicholas on 2005/04/20 08:13:21 + Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24257] By: davem on 2005/04/19 23:47:38 + Log: run regen_headers after addition of FOO_set() macros + Branch: perl + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 24256] By: davem on 2005/04/19 23:43:54 + Log: Subject: [PATCH] pad_compname_type(), takes care of a clunky macro + From: Andy Lester + Date: Tue, 19 Apr 2005 11:38:44 -0500 + Message-Id: <20050419163844.GA19747@petdance.com> + Branch: perl + ! embed.fnc embed.h pad.c pad.h proto.h +____________________________________________________________________________ +[ 24255] By: davem on 2005/04/19 23:31:52 + Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24254] By: nicholas on 2005/04/19 21:53:38 + Log: Don't set things to zero twice. Once is enough. (see also change 15255) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24253] By: nicholas on 2005/04/19 20:55:24 + Log: Restore SvEND_set + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24252] By: nicholas on 2005/04/19 20:07:49 + Log: Force RVALUE macros when in PERL_DEBUG_COW + Branch: perl + ! ext/ByteLoader/byterun.c sv.c sv.h +____________________________________________________________________________ +[ 24251] By: nicholas on 2005/04/19 14:25:00 + Log: Avoid generating thousands of UTF-8 warnings when testing under a + UTF-8 locale + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24249] By: rgs on 2005/04/19 11:20:37 + Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to + valid C code + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24248] By: nicholas on 2005/04/19 09:55:51 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5 + From: Steve Peters + Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> + Date: Mon, 18 Apr 2005 19:09:25 -0500 + Branch: perl + ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm + ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm + ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c + ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c + ! scope.c sv.c sv.h toke.c +____________________________________________________________________________ +[ 24247] By: davem on 2005/04/19 01:38:54 + Log: Add CLONE_SKIP() class method to allow individual classes to skip + cloning objects during thread creation + Branch: perl + ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h +____________________________________________________________________________ +[ 24246] By: nicholas on 2005/04/18 22:31:48 + Log: PERL_DEBUG_COW for SvUVX and SvPVX + Branch: perl + ! ext/DynaLoader/dl_dyld.xs sv.h +____________________________________________________________________________ +[ 24245] By: nicholas on 2005/04/18 21:58:22 + Log: SvPV_renew also calls SvLEN_set + Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1. + For Ponie this can be a single call into the PMC + Branch: perl + ! pp_hot.c pp_sys.c sv.h toke.c +____________________________________________________________________________ +[ 24244] By: nicholas on 2005/04/18 20:37:13 + Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE + SvPVX + Branch: perl + ! pp_hot.c pp_sys.c sv.h toke.c +____________________________________________________________________________ +[ 24243] By: nicholas on 2005/04/18 19:50:12 + Log: A more efficient way of expressing the MALLOC_WRAP conditional compile. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24242] By: steveh on 2005/04/18 16:04:20 + Log: Fix bug #33664: allow for transport providers with protocol == 0 + + (This indicates that any protocol may be used, so don't bother checking + that the requested protocol matches in this case.) + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 24241] By: nicholas on 2005/04/18 15:23:45 + Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24240] By: nicholas on 2005/04/18 14:15:52 + Log: Two more uses of lvalue SvIVX() + Branch: perl + ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 24239] By: nicholas on 2005/04/18 12:18:20 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4 + Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org> + From: Steve Peters + Date: Sat, 16 Apr 2005 11:05:02 -0500 + + plus fix to Perl_rvpv_dup assigning to an RV with SvPVX + Branch: perl + ! av.c cop.h ext/PerlIO/encoding/encoding.xs + ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c + ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c +____________________________________________________________________________ +[ 24238] By: rgs on 2005/04/15 13:16:29 + Log: Update the outdated info in "Minimizing the Perl installation" + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24237] By: rgs on 2005/04/14 16:13:45 + Log: Fix for: + [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time + From: bstrand@switchmanagement.com (via RT) + Date: 12 Apr 2005 19:12:58 -0000 + Message-ID: + + This syntax error now produces a panic message. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24236] By: merijn on 2005/04/13 15:10:24 + Log: Subject: [PATCH] Removing yydestruct from perly.c + From: Andy Lester + Date: Wed, 13 Apr 2005 10:06:47 -0500 + Message-ID: <20050413150647.GA13464@petdance.com> + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 24235] By: merijn on 2005/04/13 14:51:00 + Log: Mandrakesoft is now Mandriva + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24234] By: merijn on 2005/04/13 14:41:20 + Log: H.Merijn changed e-mail + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod + ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README +____________________________________________________________________________ +[ 24233] By: rgs on 2005/04/13 08:25:43 + Log: Subject: [PATCH Perl 5.9.2] -Wformat + From: Robin Barker + Date: Tue, 12 Apr 2005 18:53:32 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk> + Branch: perl + ! perly.c regcomp.c regexec.c toke.c +____________________________________________________________________________ +[ 24232] By: rgs on 2005/04/13 07:24:07 + Log: Upgrade to ExtUtils::MakeMaker 6.28 + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP + ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/Manifest.pm +____________________________________________________________________________ +[ 24231] By: rgs on 2005/04/12 15:30:23 + Log: Upgrade to Encode 2.0902 + Branch: perl + + ext/Encode/t/utf8strict.t + ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h + ! ext/Encode/MANIFEST ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 24230] By: nicholas on 2005/04/12 11:24:49 + Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set. + Plus add an editor block + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24229] By: nicholas on 2005/04/12 09:19:43 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3 + From: Steve Peters + Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org> + Date: Sun, 10 Apr 2005 21:37:36 -0500 + + (with correction to SvUV_set) + Branch: perl + ! ext/List/Util/Util.xs sv.c sv.h +____________________________________________________________________________ +[ 24228] By: nicholas on 2005/04/11 14:53:38 + Log: Avoid taking a reference to SvIVX and putting that address on the + save stack + Branch: perl + ! perl.c pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 24227] By: steveh on 2005/04/11 10:39:59 + Log: Support d_libm_lib_version for Win32 (see change 24217) + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 24226] By: merijn on 2005/04/11 10:09:06 + Log: Out of sync metaunit caused the erroneous return of the + removed d_sitecustomize. Mea Culpa. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24225] By: steveh on 2005/04/11 09:39:40 + Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24224] By: rgs on 2005/04/11 09:21:54 + Log: Subject: [PATCH] perlfunc.pod: incomplete select description + From: Hernan Perez Masci + Date: Fri, 8 Apr 2005 15:28:28 -0300 + Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24223] By: rgs on 2005/04/11 09:11:53 + Log: Make the four-argument form of select() return undef + instead of -1 on error. + Branch: perl + ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c +____________________________________________________________________________ +[ 24222] By: rgs on 2005/04/11 07:02:59 + Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24221] By: merijn on 2005/04/11 06:06:13 + Log: Subject: Re: New Configure functionality + From: Abe Timmerman + Date: Sun, 10 Apr 2005 22:19:28 +0200 + Message-Id: <200504102219.29024.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24220] By: rgs on 2005/04/10 20:03:59 + Log: POD typo. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24219] By: rgs on 2005/04/10 19:49:49 + Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl + 5.00{0,1,2}. Upgrade version number. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24218] By: merijn on 2005/04/10 18:00:05 + Log: Sorting still is a mess. This is better. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24217] By: merijn on 2005/04/10 17:08:36 + Log: Configure now probes for _LIB_VERSION support in math.h/libm + LIBM_LIB_VERSION is defined if it does + Branch: perl + ! Configure Porting/config_H config_h.SH handy.h +____________________________________________________________________________ +[ 24215] By: rgs on 2005/04/10 15:03:10 + Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined + Branch: perl + ! pod/perldiag.pod pp_hot.c +____________________________________________________________________________ +[ 24214] By: merijn on 2005/04/10 09:14:06 + Log: Subject: [PATCH] usesitecustomize for VMS + From: "Craig A. Berry" + Date: Sat, 09 Apr 2005 15:58:43 -0500 + Message-ID: <42584203.2090405@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24213] By: nicholas on 2005/04/08 19:11:04 + Log: Mangle the expected output correctly for both 5.9 and 5.8 + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 24212] By: rgs on 2005/04/08 16:17:49 + Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27 + From: Michael G Schwern + Date: Thu, 7 Apr 2005 15:15:00 -0700 + Message-ID: <20050407221500.GB6223@windhund.schwern.org> + + Fix duplicate target warnings + Branch: perl + ! lib/ExtUtils/MM_Any.pm +____________________________________________________________________________ +[ 24211] By: merijn on 2005/04/08 14:22:05 + Log: The last remains of d_sitecustomize + Branch: perl + ! Porting/config.sh +____________________________________________________________________________ +[ 24210] By: merijn on 2005/04/08 14:16:59 + Log: now usesitecustomize is used more generic + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24209] By: steveh on 2005/04/08 14:15:14 + Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move + From: Steven Schubiger + Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST) + Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org> + + (with arguments changed to match perlfunc.pod) + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24208] By: merijn on 2005/04/08 14:12:54 + Log: Drop d_sitecustomize again. (usesitecustomize is enough) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24206] By: nicholas on 2005/04/08 13:16:07 + Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset() + Branch: perl + ! pad.c sv.h +____________________________________________________________________________ +[ 24205] By: merijn on 2005/04/08 12:18:42 + Log: Subject: [PATCH] Removing Y2K warnings + From: Andy Lester + Date: Thu, 7 Apr 2005 17:44:42 -0500 + Message-ID: <20050407224442.GA23895@petdance.com> + Branch: perl + - README.Y2K + ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod + ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot + ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl +____________________________________________________________________________ +[ 24204] By: nicholas on 2005/04/08 11:29:22 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2 + From: Steve Peters + Date: Thu, 7 Apr 2005 13:51:49 -0500 + Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c + ! pp_ctl.c pp_hot.c sv.c toke.c util.c +____________________________________________________________________________ +[ 24201] By: nicholas on 2005/04/08 10:39:15 + Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of + Copy-On-Write related source changes. + Fix the problem this revealed. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24200] By: nicholas on 2005/04/08 10:08:35 + Log: MM_AIX needs neatvalue + Branch: perl + ! lib/ExtUtils/MM_AIX.pm +____________________________________________________________________________ +[ 24199] By: nicholas on 2005/04/08 10:05:49 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1 + From: Steve Peters + Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org> + Date: Wed, 6 Apr 2005 18:21:10 -0500 + Branch: perl + ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c + ! toke.c +____________________________________________________________________________ +[ 24198] By: rgs on 2005/04/08 09:48:08 + Log: Add perl593delta.pod + Branch: perl + + pod/perl593delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 24194] By: rgs on 2005/04/07 12:42:07 + Log: Mention that select() returns -1 on error, + as suggested by Hernan Perez Masci + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24192] By: rgs on 2005/04/07 09:51:29 + Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END + From: Abigail + Date: Wed, 6 Apr 2005 01:41:55 +0200 + Message-ID: <20050405234154.GG8680@abigail.nl> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 24191] By: rgs on 2005/04/07 09:45:27 + Log: Subject: Re: Bugs? In Unicode::EastAsianWidth. + From: Autrijus Tang + Date: Wed, 6 Apr 2005 18:17:32 +0800 + Message-ID: <20050406101732.GA17931@aut.dyndns.org> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24190] By: rgs on 2005/04/07 09:38:06 + Log: Subject: perldbtty$$ location + From: Gisle Aas + Date: 06 Apr 2005 01:49:54 -0700 + Message-ID: + (and remove trailing whitespace) + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 24189] By: nicholas on 2005/04/07 08:43:40 + Log: Tabs not spaces in MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24187] By: merijn on 2005/04/07 08:33:53 + Log: Subject: [perl #34699] documentation bug in "man perlpodspec" + From: "raf@tradingpost.com.au (via RT)" + Date: 7 Apr 2005 00:20:31 -0000 + Message-ID: + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 24185] By: rgs on 2005/04/07 08:07:14 + Log: Upgrade to ExtUtils::MakeMaker 6.27, + plus a patch to restore functioning of 'distclean' + for the perl core + Branch: perl + + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm + + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm + + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t + + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t + + t/lib/MakeMaker/Test/Setup/PL_FILES.pm + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING + ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t + ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t + ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm + ! t/lib/MakeMaker/Test/Setup/Recurs.pm + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 24178] By: steveh on 2005/04/06 15:57:36 + Log: Don't try to export symbols that don't exist + + Change #24148 added Perl_rvpv_dup() to the public API, but it is only + defined when USE_ITHREADS is defined. Adjust makedef.pl accordingly + to keep Win32 happy. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24176] By: nicholas on 2005/04/06 15:11:53 + Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise. + Branch: perl + ! reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 24175] By: nicholas on 2005/04/06 15:05:32 + Log: Casting to/from (void *) sufficient to make a C++ compiler happy. + Branch: perl + ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs + ! ext/threads/threads.xs pad.h sv.c +____________________________________________________________________________ +[ 24174] By: nicholas on 2005/04/06 14:36:40 + Log: If we're going to prototype modfl(), it needs extern "C" linkage. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24173] By: merijn on 2005/04/06 06:14:51 + Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP + 2. Removed the depricated 'my $foo if expr' there + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24171] By: nicholas on 2005/04/05 22:34:32 + Log: D'oh! We were never correctly spotting a modfl prototype + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24170] By: nicholas on 2005/04/05 21:30:21 + Log: Add casting to allow g++ (3.3.5) to compile the core code. + A C++ compiler produces lots of warnings that are probably valid + concerns to investigate. + Branch: perl + ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c + ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c +____________________________________________________________________________ +[ 24169] By: nicholas on 2005/04/05 21:16:01 + Log: Tests need to skip if there is no Encode configured. + Branch: perl + ! lib/encoding/warnings/t/1-warning.t + ! lib/encoding/warnings/t/2-fatal.t +____________________________________________________________________________ +[ 24167] By: nicholas on 2005/04/05 16:09:59 + Log: Using savesvpv() here is terser and produces smaller object code. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24166] By: rgs on 2005/04/05 15:23:47 + Log: Upgrade to Unicode::Normalize 0.32 + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Makefile.PL + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t + ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 24165] By: nicholas on 2005/04/05 14:52:05 + Log: Down with C++ reserved names + (and also function pointer declarations that rely on the C semantics + of ()) + Branch: perl + ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c + ! universal.c +____________________________________________________________________________ +[ 24164] By: nicholas on 2005/04/05 14:51:05 + Log: Down with potentially incorrect duplicate prototypes + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24163] By: nicholas on 2005/04/05 14:50:30 + Log: Down with more K&R prototypes + Branch: perl + ! ext/DynaLoader/dl_dyld.xs +____________________________________________________________________________ +[ 24162] By: nicholas on 2005/04/05 14:49:11 + Log: Down with unneeded duplicate prototypes + Branch: perl + ! x2p/a2p.c +____________________________________________________________________________ +[ 24161] By: nicholas on 2005/04/05 14:48:33 + Log: Down with K&R function arguments + Branch: perl + ! ext/Cwd/Cwd.xs +____________________________________________________________________________ +[ 24160] By: rgs on 2005/04/05 14:06:01 + Log: Add Math::BigInt::FastCalc in maintainer list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24159] By: rgs on 2005/04/05 13:12:22 + Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification + Branch: perl + ! ext/Math/BigInt/FastCalc/Makefile.PL +____________________________________________________________________________ +[ 24158] By: rgs on 2005/04/05 12:56:35 + Log: New core module, Math::BigInt::FastCalc + + Subject: [PATCH] integrate Math::BigInt::FastCalc + From: Tels + Date: Sun, 3 Apr 2005 11:12:45 +0200 + Message-Id: <200504031112.55179@bloodgate.com> + Branch: perl + + ext/Math/BigInt/FastCalc/FastCalc.pm + + ext/Math/BigInt/FastCalc/FastCalc.xs + + ext/Math/BigInt/FastCalc/Makefile.PL + + ext/Math/BigInt/FastCalc/t/bigintfc.t + + ext/Math/BigInt/FastCalc/t/bootstrap.t + + ext/Math/BigInt/FastCalc/t/mbi_rand.t + ! MANIFEST +____________________________________________________________________________ +[ 24155] By: rgs on 2005/04/05 10:40:35 + Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17 + From: Tels + Date: Sun, 3 Apr 2005 10:43:10 +0200 + Message-Id: <200504031043.12273@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t + ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t + ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm + ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 24152] By: rgs on 2005/04/04 20:55:03 + Log: That's C, not perl. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 24151] By: nicholas on 2005/04/04 20:53:42 + Log: Make -DFORMAT_CHECK compile with threads. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24149] By: rgs on 2005/04/04 17:14:37 + Log: Bump version to 5.9.3 + Restore "DEVEL" tag in patchlevel.h + Regenerate Porting/config* + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk + ! wince/Makefile.ce +____________________________________________________________________________ +[ 24148] By: rgs on 2005/04/04 14:19:30 + Log: Subject: [PATCH] const-eight.diff + From: Andy Lester + Date: Wed, 30 Mar 2005 11:40:24 -0600 + Message-ID: <20050330174024.GA12167@petdance.com> + Branch: perl + ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h + ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c +____________________________________________________________________________ +[ 24147] By: mhx on 2005/04/03 16:47:54 + Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol" + From: Steven Schubiger + Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST) + Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 24139] By: mhx on 2005/04/03 08:19:06 + Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol" + From: Steven Schubiger + Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST) + Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 24138] By: mhx on 2005/04/03 08:16:25 + Log: Fix wrong version for byteorder modifiers feature. + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 24137] By: nicholas on 2005/04/02 22:58:59 + Log: Silence compiler warnings about possibly uninitialised variables. + (None are, but it saves anyone else having to work this out) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 24136] By: nicholas on 2005/04/02 19:04:27 + Log: Fix "[perl #34643] Config_heavy.pl not in archlib" + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24135] By: nicholas on 2005/04/02 18:52:11 + Log: Oops. Forgot to add this. + Branch: perl + + lib/unicore/NamedSequences.txt +____________________________________________________________________________ +[ 24134] By: nicholas on 2005/04/02 18:51:27 + Log: Subject: [PATCH] Unicode 4.1.0 + From: Jarkko Hietaniemi + Message-ID: <424E584D.5000508@iki.fi> + Date: Sat, 02 Apr 2005 11:31:09 +0300 + Branch: perl + ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t + ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt + ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt + ! lib/unicore/CompositionExclusions.txt + ! lib/unicore/EastAsianWidth.txt + ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt + ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt + ! lib/unicore/NormalizationCorrections.txt + ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt + ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl + ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt + ! lib/unicore/SpecialCasing.txt + ! lib/unicore/StandardizedVariants.txt + ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t +____________________________________________________________________________ +[ 24133] By: rgs on 2005/04/01 09:16:19 + Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release + Branch: perl + ! META.yml Porting/Maintainers.pl +____________________________________________________________________________ +[ 24132] By: rgs on 2005/04/01 08:29:26 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 24131] By: steveh on 2005/04/01 08:18:27 + Log: Remove dependency on tr(1) for MinGW builds on Win32 + + This leaves things slightly (more) broken for MinGW builds on Cygwin, + but that doesn't currently quite work in other respects and isn't + documented anyway. See: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html + Branch: perl + ! pod/perl592delta.pod win32/makefile.mk +____________________________________________________________________________ +[ 24130] By: rgs on 2005/04/01 07:47:26 + Log: Regenerate perltoc and perlmodlib + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 24129] By: rgs on 2005/04/01 07:36:04 + Log: POD fixes. + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 24128] By: rgs on 2005/04/01 07:19:27 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod +____________________________________________________________________________ +[ 24127] By: rgs on 2005/04/01 07:14:22 + Log: Add a note about installhtml + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 24126] By: rgs on 2005/03/31 21:51:28 + Log: Subject: [PATCH] pp_pack.c warnings on VMS + From: "Craig A. Berry" + Date: Thu, 31 Mar 2005 14:51:05 -0600 + Message-ID: <424C62B9.2030601@mac.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24125] By: rgs on 2005/03/31 17:14:01 + Log: Mention the current MinGW compilation problems + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24124] By: rgs on 2005/03/31 17:11:15 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 24123] By: rgs on 2005/03/31 15:52:46 + Log: This is 5.9.2. Mostly. + Branch: perl + ! patchlevel.h pod/perlhist.pod +____________________________________________________________________________ +[ 24122] By: steveh on 2005/03/31 15:39:57 + Log: Fix USE_SITECUSTOMIZE on Win32 + + This fixes the problem described in: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24121] By: rgs on 2005/03/31 15:24:24 + Log: Update copyrights. + Well, those are generated files anyway. + Branch: perl + ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h + ! proto.h +____________________________________________________________________________ +[ 24120] By: steveh on 2005/03/31 14:36:44 + Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles + + Note that this feature doesn't actually work correctly on Win32 + until the problem described here is solved: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html + Branch: perl + ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/makefile.mk +____________________________________________________________________________ +[ 24119] By: rgs on 2005/03/31 13:52:58 + Log: Upgrade to Module::CoreList 1.99 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24118] By: rgs on 2005/03/31 13:45:17 + Log: More known problems. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24117] By: rgs on 2005/03/31 13:10:26 + Log: Known problems, reported by Merijn + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24116] By: rgs on 2005/03/31 12:45:03 + Log: OS typo. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24115] By: rgs on 2005/03/31 12:42:38 + Log: Add a tool to generate data for Module::CoreList + Branch: perl + + Porting/corelist.pl + ! MANIFEST +____________________________________________________________________________ +[ 24114] By: rgs on 2005/03/31 11:42:15 + Log: More work on perldelta + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24113] By: steveh on 2005/03/31 10:01:18 + Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the + Win32 makefiles + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24112] By: rgs on 2005/03/31 09:58:40 + Log: AUTHORS update + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24111] By: steveh on 2005/03/31 09:18:23 + Log: A few Win32 makefile tidy-ups (No real changes) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24110] By: steveh on 2005/03/31 08:20:00 + Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24109] By: steveh on 2005/03/31 07:55:12 + Log: One more Win32 compilation clean-up (for when using -DDEBUGGING) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24108] By: steveh on 2005/03/31 07:36:52 + Log: Another Win32 compilation clean-up (for when using Perl's malloc) + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 24107] By: merijn on 2005/03/30 17:03:19 + Log: Now that we have the full path, we can skip the which call, + that might cause trouble on testdrive systems. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 24106] By: rgs on 2005/03/30 14:41:51 + Log: Update copyrights. + Branch: perl + ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h + ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h + ! regen_perly.pl scope.h sv.h thrdvar.h thread.h +____________________________________________________________________________ +[ 24105] By: merijn on 2005/03/30 14:25:05 + Log: Simplify #24043 note now Configure can do -Dusesitecustomize + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24104] By: merijn on 2005/03/30 14:17:40 + Log: Support for -Dusesitecustomize + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24102] By: merijn on 2005/03/30 13:43:12 + Log: USE_STRLCAT and USE_STRLCPY now actually used + LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations + for future use + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24101] By: rgs on 2005/03/30 13:34:11 + Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd + From: Brendan O'Dea + Date: Wed, 30 Mar 2005 10:30:25 +1000 + Message-ID: <20050330003025.GA29797@londo.c47.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 24100] By: rgs on 2005/03/30 13:16:52 + Log: Subject: Re: PATCH: byte count feature request for unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC) + Message-Id: + + (rework of a patch from Arne Ahrend ) + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 24099] By: steveh on 2005/03/30 08:36:50 + Log: A couple more Win32 compilation clean-ups + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 24098] By: rgs on 2005/03/30 08:03:13 + Log: Minor POD nits. + Branch: perl + ! ext/File/Glob/Glob.pm +____________________________________________________________________________ +[ 24097] By: merijn on 2005/03/30 07:49:46 + Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use + From: Steven Schubiger + Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST) + Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org> + Branch: perl + ! ext/File/Glob/Glob.pm +____________________________________________________________________________ +[ 24096] By: steveh on 2005/03/29 15:18:30 + Log: Clean-up some warnings when compiling on Win32 with VC++ + Branch: perl + ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c +____________________________________________________________________________ +[ 24095] By: rgs on 2005/03/29 12:39:39 + Log: Downconst external APIs + Branch: perl + ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h + ! sv.c util.c +____________________________________________________________________________ +[ 24094] By: rgs on 2005/03/29 09:38:39 + Log: The core part of : + Subject: [PATCH] Consting seven + From: Andy Lester + Date: Sun, 27 Mar 2005 15:57:22 -0600 + Message-ID: <20050327215722.GC20451@petdance.com> + Branch: perl + ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c + ! regexec.c util.c +____________________________________________________________________________ +[ 24093] By: steveh on 2005/03/29 08:48:50 + Log: Fix Win32 compilation nit following change #24074 + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24092] By: steveh on 2005/03/29 08:22:45 + Log: Fix PerlLIO_chsize() for platforms that don't have chsize() + + This is the patch from the end of the thread that started here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html + Branch: perl + ! doio.c iperlsys.h pp_sys.c +____________________________________________________________________________ +[ 24091] By: rgs on 2005/03/29 07:01:40 + Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 24090] By: merijn on 2005/03/29 07:01:11 + Log: Make the spelling of whitespace (vs white-space and white space) + more consistent + From: Offer Kaye + Date: Thu, 17 Mar 2005 14:47:36 -0500 + Message-ID: <5694250503171147668e73c7@mail.gmail.com> + Branch: perl + ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod + ! pod/perlre.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 24089] By: rgs on 2005/03/29 06:14:18 + Log: Don't #ifdef out a return statement + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24088] By: davem on 2005/03/28 21:38:44 + Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod + ! sv.c sv.h +____________________________________________________________________________ +[ 24087] By: rgs on 2005/03/27 16:38:13 + Log: Raw work on perl592delta. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24086] By: rgs on 2005/03/27 13:59:02 + Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions + From: hv@crypt.org + Date: Thu, 24 Mar 2005 19:51:08 +0000 + Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24085] By: rgs on 2005/03/27 13:30:18 + Log: Fix -C option of mktables (for VMS) + + Subject: Re: [PATCH] Consting five + From: demerphq + Date: Sat, 26 Mar 2005 21:45:09 +0100 + Message-ID: <9b18b311050326124563db5113@mail.gmail.com> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24084] By: davem on 2005/03/26 21:25:47 + Log: UTF-8 string substitution corrupts memory + The implicit call of 'require utf8' triggered by code like + "\x{100}" =~ /[[:print:]]/ + wasn't saving state correctly first. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24083] By: rgs on 2005/03/26 17:40:26 + Log: Remove an XXX note from the public doc. + Hide it in the comments, instead + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 24082] By: nicholas on 2005/03/26 00:21:30 + Log: Need to return something when the compiler doesn't know that a + function is "noreturn". + Branch: perl + ! mg.c op.c scope.c +____________________________________________________________________________ +[ 24081] By: nicholas on 2005/03/25 23:46:22 + Log: Subject: [PATCH] Consting five + Date: Fri, 25 Mar 2005 17:14:09 -0600 + From: Andy Lester + Message-ID: <20050325231409.GB17660@petdance.com> + + [with modification - the extra argument to incpush was supposed to + be being used] + Branch: perl + ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c + ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c + ! proto.h regcomp.c thrdvar.h toke.c +____________________________________________________________________________ +[ 24080] By: rgs on 2005/03/25 21:09:23 + Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement + From: Gurusamy Sarathy + Date: Fri, 25 Mar 2005 10:31:09 -0800 + Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24079] By: rgs on 2005/03/25 21:02:04 + Log: Subject: [PATCH] Consting part 4 + From: Andy Lester + Date: Fri, 25 Mar 2005 14:43:31 -0600 + Message-ID: <20050325204331.GA16388@petdance.com> + Branch: perl + ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h + ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 24078] By: nicholas on 2005/03/25 20:57:46 + Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to + clean this variant up as well. + Branch: perl + ! lib/Memoize/t/tie_ndbm.t +____________________________________________________________________________ +[ 24077] By: rgs on 2005/03/25 18:03:00 + Log: Remove the const qualifier from argv and env variables + Branch: perl + ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 24076] By: rgs on 2005/03/25 14:41:46 + Log: Subject: [PATCH] const fix-up for vms/vms.c + From: "Craig A. Berry" + Date: Fri, 25 Mar 2005 09:00:06 -0600 + Message-ID: <42442776.8030603@mac.com> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 24075] By: rgs on 2005/03/25 09:24:15 + Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu) + From: Steve Peters + Date: Tue, 22 Mar 2005 17:15:23 -0600 + Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 24074] By: rgs on 2005/03/24 16:25:58 + Log: Subject: [PATCH] Third consting batch + From: Andy Lester + Date: Tue, 22 Mar 2005 00:35:55 -0600 + Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> + Branch: perl + ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h + ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h + ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod + ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c + ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c + ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c +____________________________________________________________________________ +[ 24073] By: mhx on 2005/03/22 16:30:57 + Log: Mention (un)?pack byte-order modifiers in perldelta + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24072] By: rgs on 2005/03/22 16:15:58 + Log: Some updates in the new perldelta. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24071] By: rgs on 2005/03/22 15:30:18 + Log: Remove IPC::Run for 5.9.2 + Branch: perl + - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm + - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm + - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm + - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t + - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t + - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t + - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t + - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t + - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t + - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t + ! MANIFEST +____________________________________________________________________________ +[ 24070] By: rgs on 2005/03/22 14:53:01 + Log: Forbid the -C option on the command-line + as suggested by Merijn (see [perl #34087]) + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 24069] By: rgs on 2005/03/22 14:03:12 + Log: Upgrade to PathTools 3.05 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 24068] By: rgs on 2005/03/22 10:59:53 + Log: Upgrade to File::Temp 0.16 + Branch: perl + ! lib/File/Temp.pm lib/File/Temp/t/object.t + ! lib/File/Temp/t/tempfile.t +____________________________________________________________________________ +[ 24067] By: rgs on 2005/03/22 10:53:39 + Log: Revert change #24055, which was producing a segfault in installman + when it was trying to install perltoc. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24066] By: rgs on 2005/03/22 09:43:44 + Log: Fix unresolved POD link + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24065] By: rgs on 2005/03/22 09:21:09 + Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, + and other neatification + Branch: perl + ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h +____________________________________________________________________________ +[ 24064] By: rgs on 2005/03/22 08:57:18 + Log: Subject: [PATCH] simple optimization for SelectSaver + From: Alexey Tourbin + Date: Fri, 18 Mar 2005 21:05:51 +0300 + Message-ID: <20050318180551.GA12596@solemn.turbinal.org> + Branch: perl + ! lib/SelectSaver.pm +____________________________________________________________________________ +[ 24063] By: rgs on 2005/03/22 08:53:21 + Log: minitest fix + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 24062] By: rgs on 2005/03/22 07:50:28 + Log: Add in perldelta changes about unpack A and trailing whitespace, trie + optimization, and debug flags for "use re". + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24061] By: nicholas on 2005/03/21 22:52:12 + Log: Casts needed to make VMS happy. (It gets very upset at assignments + between char * and unsigned char *) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24060] By: rgs on 2005/03/21 21:44:37 + Log: Subject: Re: unpack A strip patch + From: Ton Hospel + Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC) + Message-Id: + Branch: perl + ! pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 24059] By: rgs on 2005/03/21 21:33:16 + Log: Subject: Re: regexp trie fails compile on VMS + From: demerphq + Date: Mon, 21 Mar 2005 22:29:09 +0100 + Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c +____________________________________________________________________________ +[ 24058] By: rgs on 2005/03/21 21:22:10 + Log: Break up long lines in -V output for compile-time options + + Subject: Re: sitecustomize.pl [PATCH] + From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 8 Mar 2005 17:46:04 -0800 + Message-ID: <20050309014604.GA5876[at]efn.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24057] By: steveh on 2005/03/21 17:08:26 + Log: Oops - forgot to update MANIFEST for change 24056. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24056] By: steveh on 2005/03/21 17:06:45 + Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32 + From: demerphq + Date: Tue, 8 Mar 2005 02:24:10 +0100 + Message-ID: <9b18b311050307172455a5816e@mail.gmail.com> + + Change 24004 stopped mktables from needlessly re-running when using + dmake on Win32, but it can still happen when using nmake because it + doesn't support the .UPDATEALL attribute that was used to fix dmake. + e.g. Build perl, touch a core header file, then rebuild -- mktables + re-runs when it didn't need to, and 7 times over at that! This change + alleviates the pain by making mktables exit quickly in such cases. + Branch: perl + + lib/unicore/mktables.lst + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24055] By: rgs on 2005/03/21 14:58:21 + Log: Resubmit change #24053. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24054] By: rgs on 2005/03/21 14:32:58 + Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems + From: Alexey Tourbin + Date: Sat, 19 Mar 2005 16:37:12 +0300 + Message-ID: <20050319133712.GB6484@solemn.turbinal.org> + + and + + Message-ID: <20050319141457.GC6484@solemn.turbinal.org> + Branch: perl + ! t/lib/h2ph.h utils/h2ph.PL +____________________________________________________________________________ +[ 24053] By: rgs on 2005/03/21 13:15:34 + Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions + From: hv@crypt.org + Date: Mon, 21 Feb 2005 17:59:49 +0000 + Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24052] By: rgs on 2005/03/21 10:27:44 + Log: Subject: pack / for general types + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC) + Message-Id: + + Allow "len/format" to work for any format type, not just strings. + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 24051] By: rgs on 2005/03/21 10:12:01 + Log: perldelta suggestions on (un)?pack by Ton Hospel + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24050] By: rgs on 2005/03/21 09:59:13 + Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared) + From: Alexey Tourbin + Date: Sat, 19 Mar 2005 06:10:45 +0300 + Message-ID: <20050319031045.GN12596@solemn.turbinal.org> + Branch: perl + + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl + ! MANIFEST +____________________________________________________________________________ +[ 24049] By: rgs on 2005/03/21 09:39:35 + Log: Subject: [PATCH] More consting goodness + From: Andy Lester + Date: Sat, 19 Mar 2005 01:28:30 -0600 + Message-ID: <20050319072830.GA7721@petdance.com> + Branch: perl + ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c + ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c + ! sv.c toke.c +____________________________________________________________________________ +[ 24048] By: rgs on 2005/03/20 21:20:50 + Log: Upgrade to Math::BigInt 1.75, by Tels + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t + ! lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 24047] By: merijn on 2005/03/20 10:50:11 + Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS) + From: Alexey Tourbin + Date: Sat, 19 Mar 2005 03:40:13 +0300 + Message-ID: <20050319004013.GJ12596@solemn.turbinal.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 24046] By: rgs on 2005/03/18 21:47:54 + Log: Remove an useless line, spotted by Andy Lester + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24045] By: rgs on 2005/03/18 16:54:38 + Log: Remove trie optimisation from the todo list + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 24044] By: rgs on 2005/03/18 15:04:39 + Log: Subject: Re: Reworked Trie Patch + From: demerphq + Date: Mon, 14 Mar 2005 08:55:39 +0100 + Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> + + Subject: Re: Reworked Trie Patch + From: demerphq + Date: Wed, 16 Mar 2005 19:48:18 +0100 + Message-ID: <9b18b31105031610481025a080@mail.gmail.com> + + Plus minor nits in the documentation of re.pm, + a version bump, and addition of an OPTIMIZE alias + Branch: perl + + t/op/regexp_notrie.t t/op/regexp_trielist.t + ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod + ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h + ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t +____________________________________________________________________________ +[ 24043] By: rgs on 2005/03/18 14:02:36 + Log: Subject: Re: sitecustomize.pl [PATCH] + From: Gisle Aas + Date: 18 Mar 2005 04:06:40 -0800 + Message-ID: + + Adds a new command-line switch, -f, and a new optional + compile-time setting -DUSE_SITECUSTOMIZE + Branch: perl + ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 24042] By: rgs on 2005/03/18 13:38:32 + Log: Subject: [PATCH] More const parms + From: Andy Lester + Date: Mon, 14 Mar 2005 13:59:54 -0600 + Message-ID: <20050314195954.GB7141@petdance.com> + Branch: perl + ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod + ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c + ! toke.c utf8.c +____________________________________________________________________________ +[ 24041] By: rgs on 2005/03/18 10:27:17 + Log: Don't use vars in DynaLoader + Remove left-over maintenance code + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 24040] By: rgs on 2005/03/18 07:57:06 + Log: Subject: [PATCH] $B::Disassembler::VERSION + From: Alexey Tourbin + Date: Thu, 17 Mar 2005 19:02:38 +0300 + Message-ID: <20050317160238.GN5825@solemn.turbinal.org> + Branch: perl + ! ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 24039] By: rgs on 2005/03/15 09:30:28 + Log: Upgrade to CGI 3.07. + Add CGI's changelog + Branch: perl + + lib/CGI/Changes + ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 24038] By: merijn on 2005/03/14 15:55:44 + Log: Subject: pp_pack.c, simplifying genpacksizetables + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC) + Message-Id: + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 24037] By: rgs on 2005/03/14 14:35:33 + Log: Subject: [PATCH] Adding const qualifiers + From: Andy Lester + Date: Sun, 13 Mar 2005 14:20:05 -0600 + Message-ID: <20050313202005.GA23535@petdance.com> + Branch: perl + ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c + ! proto.h scope.c utf8.c +____________________________________________________________________________ +[ 24036] By: rgs on 2005/03/14 09:19:01 + Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back + From: David Nicol + Date: Tue, 8 Mar 2005 18:23:11 -0600 + Message-ID: <934f64a20503081623713f6d27@mail.gmail.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24035] By: rgs on 2005/03/13 21:14:36 + Log: Document pack changes in perldelta + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24034] By: rgs on 2005/03/13 16:41:05 + Log: Upgrade to Pod::Parser 1.30 + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm + ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL + ! t/pod/poderrs.xr +____________________________________________________________________________ +[ 24033] By: rgs on 2005/03/13 11:07:40 + Log: Doc patches to clarify the stringification rules of {} and => + by Jarkko (bug #34419) + Branch: perl + ! pod/perldata.pod pod/perlop.pod +____________________________________________________________________________ +[ 24032] By: rgs on 2005/03/13 09:20:01 + Log: gcc warning patch by Andy Lester + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24031] By: rgs on 2005/03/12 22:05:14 + Log: Subject: Re: Encoding neutral unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC) + Message-ID: + + A new test. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24030] By: rgs on 2005/03/12 22:01:21 + Log: Indentation patch by Ton Hospel for pp_pack + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24029] By: rgs on 2005/03/12 20:49:00 + Log: Change my email, put real name of Pixel + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24028] By: rgs on 2005/03/12 17:15:23 + Log: Upgrade to DB_File 1.811, by Paul Marquess + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t + ! ext/DB_File/typemap +____________________________________________________________________________ +[ 24027] By: rgs on 2005/03/11 17:47:41 + Log: Add standard core test headers to the Class::ISA new tests + Branch: perl + ! lib/Class/ISA/t/00_about_verbose.t + ! lib/Class/ISA/t/01_old_junk.t +____________________________________________________________________________ +[ 24026] By: rgs on 2005/03/11 17:37:01 + Log: Upgrade to Class::ISA 0.33 + Branch: perl + + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t + + lib/Class/ISA/t/01_old_junk.t + - lib/Class/ISA/test.pl + ! MANIFEST lib/Class/ISA.pm +____________________________________________________________________________ +[ 24025] By: rgs on 2005/03/11 16:55:59 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 24024] By: rgs on 2005/03/11 11:12:31 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 24023] By: rgs on 2005/03/11 10:22:28 + Log: Subject: [PATCH] pad_push numero three-o + From: Andy Lester + Date: Thu, 10 Mar 2005 15:17:28 -0600 + Message-ID: <20050310211728.GC32386@petdance.com> + Branch: perl + ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c + ! proto.h +____________________________________________________________________________ +[ 24022] By: rgs on 2005/03/10 17:42:54 + Log: Make the return value of close() depend not only on the success of the + close itself, but also on whether the output stream had a previous + error. From Jim Meyering , via Debian. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24021] By: rgs on 2005/03/10 17:39:56 + Log: 8 is not an octal digit. (from Debian) + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 24020] By: rgs on 2005/03/10 17:38:51 + Log: Fix a2p manpage (from Debian) + Branch: perl + ! x2p/a2p.pod +____________________________________________________________________________ +[ 24019] By: rgs on 2005/03/10 17:36:37 + Log: Remove a spurious undefined warning when using getopts.pl with -w. + (from Debian) + Branch: perl + ! lib/getopts.pl +____________________________________________________________________________ +[ 24018] By: rgs on 2005/03/10 17:34:39 + Log: Doc patch for Devel::DProf (from Debian) + Branch: perl + ! ext/Devel/DProf/DProf.pm +____________________________________________________________________________ +[ 24017] By: rgs on 2005/03/10 17:22:25 + Log: Add support for Debian GNU/k*BSD + Branch: perl + ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh +____________________________________________________________________________ +[ 24016] By: rgs on 2005/03/10 17:21:05 + Log: Patch for Debian bug #258618, compilation under Debian/Hurd + Branch: perl + ! hints/gnu.sh +____________________________________________________________________________ +[ 24015] By: steveh on 2005/03/10 15:18:20 + Log: Subject: Minor AUTHORS patch + From: "Mike Giroux" + Date: Thu, 10 Mar 2005 08:39:04 -0500 + Message-ID: + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24014] By: steveh on 2005/03/10 11:25:36 + Log: More Win32 dmake fixes + + Use $B macro as per change 23991 in more places, and fix some syntax + errors in the subst's (missing trailing ",") + + Tested with GCC and MSVC. I don't have BCC available, so those parts + are untested. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24013] By: rgs on 2005/03/10 10:10:33 + Log: Upgrade to CGI.pm 3.06 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm + ! lib/CGI/t/form.t lib/CGI/t/html.t +____________________________________________________________________________ +[ 24012] By: rgs on 2005/03/09 22:17:33 + Log: Further pack optimisations by Ton Hospel + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24011] By: rgs on 2005/03/09 18:02:13 + Log: Fix memory corruption when growing pack utf8 buffer + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24010] By: rgs on 2005/03/08 17:53:50 + Log: Subject: Encoding neutral unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC) + Message-Id: + Branch: perl + ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h + ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod + ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t + ! t/op/utftaint.t +____________________________________________________________________________ +[ 24009] By: merijn on 2005/03/08 15:25:57 + Log: Subject: Minor AUTHORS patch + From: Andy Lester + Date: Tue, 8 Mar 2005 09:44:45 -0600 + Message-ID: <20050308154445.GB3213@petdance.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24008] By: merijn on 2005/03/08 14:45:17 + Log: Some updates to current status + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 24007] By: steveh on 2005/03/07 11:02:12 + Log: Include regcomp.h in Win32 makefiles + + Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32 + From: demerphq + Date: Sun, 6 Mar 2005 09:16:12 +0100 + Message-ID: <9b18b311050306001624012bd@mail.gmail.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24006] By: steveh on 2005/03/04 17:19:46 + Log: A better fix than change 24005 was ;) + + Actually, "@echo." still emits a blank line. Use "@rem" instead as the + no-op. This was being used in the Win95 case, but works fine on WinNT + too, and is actually what ExtUtils-MakeMaker uses. + + Also change the nmake Makefile. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24005] By: steveh on 2005/03/04 17:11:56 + Log: Suppress "ECHO is on." messages when using dmake on Win32 + + (The shell's "echo" command displays the current echo setting when + called with no arguments. Use "echo." to display nothing.) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24004] By: steveh on 2005/03/04 17:01:24 + Log: Stop mktables from needlessly re-running when using dmake on Win32 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24003] By: rgs on 2005/03/04 16:02:20 + Log: Update -v copyright notice + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24002] By: rgs on 2005/03/03 18:27:34 + Log: Add a regression test for bug #32193, and make the + fix a bit more robust + Branch: perl + ! lib/Tie/RefHash.pm lib/Tie/RefHash.t +____________________________________________________________________________ +[ 24001] By: rgs on 2005/03/03 18:03:15 + Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys + From: Yuval Kojman (via RT) + Date: 28 Oct 2004 12:16:37 -0000 + Message-ID: + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 24000] By: rgs on 2005/03/03 15:43:43 + Log: do "filename" is not really used with perl subroutine librairies + anymore. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23999] By: merijn on 2005/02/27 11:28:27 + Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP + http://rt.perl.org/rt3/Ticket/Display.html?id=8698 + If there was no TOP format the lines left on page was set + to fixed number, now set to the current page length of the + IO channel used. More debugging for yet another bug needed. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 23998] By: davem on 2005/02/26 11:32:59 + Log: ithreads: cond_signal() on a non-shared object coredumped + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 23997] By: nicholas on 2005/02/26 09:33:30 + Log: SvUTF8 can be present on scalars other than PVs + (specifically references with overloaded stringification) + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 23996] By: davem on 2005/02/26 00:47:03 + Log: Fix leaks in List::Util::reduce,first + When the block is a closure, the cloned CV created on each call + was never freed + Branch: perl + ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm +____________________________________________________________________________ +[ 23995] By: steveh on 2005/02/24 15:52:01 + Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex. + From: demerphq + Date: Wed, 23 Feb 2005 17:49:50 +0100 + Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 23994] By: merijn on 2005/02/24 10:12:26 + Log: Subject: [PATCH] dprofpp help + From: Andy Lester + Date: Thu, 24 Feb 2005 00:10:42 -0600 + Message-ID: <20050224061042.GA20259@petdance.com> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 23993] By: steveh on 2005/02/23 13:36:59 + Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex. + From: demerphq + Date: Sat, 19 Feb 2005 11:10:00 +0100 + Message-ID: <9b18b3110502190210105decf4@mail.gmail.com> + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 23992] By: steveh on 2005/02/23 12:28:55 + Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness: + From: demerphq + Date: Sat, 19 Feb 2005 11:00:08 +0100 + Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23991] By: steveh on 2005/02/23 09:17:55 + Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++ + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 23990] By: rgs on 2005/02/22 18:13:01 + Log: Porting/manicheck is not happy when I use spaces instead of tabs. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23989] By: rgs on 2005/02/21 16:05:22 + Log: Subject: IPC::Run test failures with utf8 + From: Nicholas Clark + Date: Sat, 19 Feb 2005 00:27:57 +0000 + Message-ID: <20050219002757.GO13998@plum.flirble.org> + Branch: perl + ! lib/IPC/Run/t/run.t +____________________________________________________________________________ +[ 23988] By: rgs on 2005/02/21 13:51:44 + Log: Subject: [PATCH] signed/unsigned help for pp_pack.c + From: "Craig A. Berry" + Date: Fri, 18 Feb 2005 09:42:52 -0600 + Message-ID: <42160CFC.3080304@mac.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23987] By: rgs on 2005/02/21 12:56:22 + Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32. + From: demerphq + Date: Sat, 19 Feb 2005 11:04:00 +0100 + Message-ID: <9b18b3110502190204641e103c@mail.gmail.com + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 23986] By: rgs on 2005/02/18 18:21:25 + Log: Subject: Patch for Perlbug #4253 + From: Nikolai Eipel + Date: Sat, 29 Jan 2005 16:52:53 +0100 + Message-Id: <200501291652.53841.eipel@web.de> + + (-T and -B invalidate _ filehandle when no read permission on file) + plus a regression test + Branch: perl + ! pp_sys.c t/op/stat.t +____________________________________________________________________________ +[ 23985] By: rgs on 2005/02/18 16:18:34 + Log: Install and build corelist on VMS, too + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23984] By: rgs on 2005/02/18 16:07:54 + Log: Add corelist to the win32 makefiles + (noticed by demerphq) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23983] By: rgs on 2005/02/18 15:48:51 + Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults + From: Stephen McCamant + Date: Tue, 28 Dec 2004 10:13:50 -0800 + Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B.xs op.h +____________________________________________________________________________ +[ 23982] By: rgs on 2005/02/18 15:34:59 + Log: Subject: Re: Integration of PathTools 3.04 + From: demerphq + Date: Fri, 18 Feb 2005 16:31:50 +0100 + Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 23981] By: rgs on 2005/02/18 15:00:12 + Log: Subject: Re: Bug in Socket::IO::INET Version 1.27 + From: Gisle Aas + Date: 03 Feb 2005 03:16:46 -0800 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 23980] By: rgs on 2005/02/18 14:27:38 + Log: Integrate encoding::warnings from Autrijus Tang. + Branch: perl + + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t + + lib/encoding/warnings/t/2-fatal.t + + lib/encoding/warnings/t/3-normal.t + ! MANIFEST +____________________________________________________________________________ +[ 23979] By: rgs on 2005/02/18 09:53:36 + Log: Subject: [PATCH] find2perl, new options + From: slaven@rezic.de + Date: Thu, 17 Feb 2005 22:30:13 +0100 + Message-Id: <1108675813.24421@devpc01.iconmobile.de> + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 23978] By: rgs on 2005/02/18 08:54:33 + Log: Missing dependencies in x2p makefile, by Slaven Rezic. + Branch: perl + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 23977] By: rgs on 2005/02/17 18:14:19 + Log: Upgrade to PathTools 3.04 + (plus tweaks to Cwd and cwd.t to run when building perl) + Branch: perl + + ext/Cwd/ppport.h + ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t + ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm + ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t + ! lib/File/Spec/t/rel2abs2rel.t +____________________________________________________________________________ +[ 23976] By: rgs on 2005/02/17 17:42:59 + Log: Upgrade to Pod::LaTeX 0.58 + Branch: perl + ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t +____________________________________________________________________________ +[ 23975] By: rgs on 2005/02/17 15:21:55 + Log: Upgrade to Time::HiRes 1.66 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23974] By: rgs on 2005/02/17 14:57:06 + Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles + From: "Steve Peters via RT" + Date: 1 Feb 2005 16:24:11 -0000 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 23973] By: rgs on 2005/02/16 13:20:55 + Log: Subject: Re: [PATCH] Re: perl winpid? + From: Yitzchak Scott-Thoennes + Date: Tue, 15 Feb 2005 20:45:13 -0800 + Message-ID: <20050216044512.GA2516@efn.org> + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 23972] By: steveh on 2005/02/15 14:47:47 + Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy + Branch: perl + ! Porting/Maintainers.pl README.win32 +____________________________________________________________________________ +[ 23971] By: rgs on 2005/02/15 13:52:15 + Log: Fix documentation bug in using Socket's import tags : + + Subject: [perl #34141] example in perlbug -f getsockopt incomplete + From: David Dyck (via RT) + Date: 15 Feb 2005 07:35:45 -0000 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23970] By: steveh on 2005/02/15 13:20:40 + Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles + + Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined. + We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become) + undefined, and we should do all this *before* inspecting DEBUG_MSTATS + to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23969] By: steveh on 2005/02/15 11:40:03 + Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 23968] By: rgs on 2005/02/15 08:29:13 + Log: Use strl* functions in doio.c when available + Based on : + Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat() + From: Steve Peters + Date: Wed, 1 Dec 2004 19:42:14 -0600 + Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 23967] By: mhx on 2005/02/15 04:58:48 + Log: Subject: [PATCH] Additional tests for t/op/not.t + From: Steve Peters + Date: Mon, 14 Feb 2005 19:54:17 -0600 + Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/not.t +____________________________________________________________________________ +[ 23966] By: rgs on 2005/02/14 21:05:17 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC) + Message-ID: + + tweaked to remove the 'not supported on this platform' + error messages + Branch: perl + ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl +____________________________________________________________________________ +[ 23965] By: mhx on 2005/02/14 17:26:02 + Log: Regenerate Perl_keyword() to remove superfluous goto statements. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23964] By: mhx on 2005/02/14 17:21:29 + Log: Require version 0.05 of Devel::Tokenizer::C. + Branch: perl + ! perl_keyword.pl +____________________________________________________________________________ +[ 23963] By: rgs on 2005/02/12 16:26:47 + Log: Mac OS Classic vs Mac OS X clarications + by Sherm Pendley + Branch: perl + ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23962] By: rgs on 2005/02/12 16:14:56 + Log: README.cygwin additions by Reini Urban + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 23961] By: merijn on 2005/02/11 09:32:50 + Log: Subject: Re: [PATCH] Re: perl winpid? + From: Yitzchak Scott-Thoennes + Date: Thu, 10 Feb 2005 20:04:35 -0800 + Message-ID: <20050211040434.GA3824@efn.org> + Branch: perl + + t/lib/cygwin.t + ! MANIFEST README.cygwin cygwin/cygwin.c +____________________________________________________________________________ +[ 23960] By: mhx on 2005/02/10 20:50:31 + Log: not() || 1 produces segmentation fault + + Fixed by making not() behave like not(0). This is also the + way not() behaved before it started segfaulting in 5.6.0. + Branch: perl + + t/op/not.t + ! MANIFEST perly.act perly.h perly.tab perly.y +____________________________________________________________________________ +[ 23959] By: mhx on 2005/02/10 20:36:13 + Log: regen_perly.pl runs fine with bison 2.0. + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 23958] By: merijn on 2005/02/10 15:56:04 + Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache + ccversion is important enough to jump through some hoops to get it + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 23957] By: merijn on 2005/02/10 14:19:51 + Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the + translation *before* the chdir (), so it now DTRT + Branch: perl + ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t + ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t + ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t + ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t + ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t + ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t + ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t +____________________________________________________________________________ +[ 23956] By: rgs on 2005/02/10 10:58:26 + Log: Upgrade to Time::Local 1.11 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 23955] By: rgs on 2005/02/10 10:51:59 + Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now) + From: Tels + Date: Wed, 9 Feb 2005 21:44:22 +0100 + Message-Id: <200502092144.24051@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 23954] By: rgs on 2005/02/09 18:06:39 + Log: Add IPC::Run 0.80. + + Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration) + From: "Jos I. Boumans" + Date: Fri, 28 Jan 2005 18:32:44 +0100 + Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net> + + with PERL_CORE test premables hacked for better $^X portability + (we hope.) + Branch: perl + + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm + + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm + + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm + + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t + + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t + + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t + + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t + + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t + + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t + + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t + ! MANIFEST +____________________________________________________________________________ +[ 23953] By: rgs on 2005/02/09 09:28:19 + Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar. + The rmtree() function in the perl File::Path module would remove + directories in an insecure manner which could lead to the removal + of arbitrary files and directories via a symlink attack. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 23952] By: merijn on 2005/02/08 16:30:43 + Log: IBM Released vac.C version 7, and changed the naming convention (again) + Thanks to Campo for spotting, testing and the fix + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 23951] By: rgs on 2005/02/08 14:02:56 + Log: Subject: [perl #34076] P/p pack formats only recognize literal undef + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 6 Feb 2005 22:03:20 -0000 + Message-ID: + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23950] By: rgs on 2005/02/08 11:09:03 + Log: Remove mention of sub-packages in the Symbol manpage. + Branch: perl + ! lib/Symbol.pm +____________________________________________________________________________ +[ 23949] By: rgs on 2005/02/08 10:44:09 + Log: Add Module::CoreList in the maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23948] By: rgs on 2005/02/08 10:39:21 + Log: Fix typo in corelist + Branch: perl + ! lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 23947] By: rgs on 2005/02/08 10:22:22 + Log: Add Module::CoreList to bleadperl. + + Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) + From: "Jos I. Boumans" + Date: Fri, 28 Jan 2005 17:38:27 +0100 + Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> + Branch: perl + + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist + + lib/Module/CoreList/t/corelist.t utils/corelist.PL + ! MANIFEST installperl utils.lst utils/Makefile +____________________________________________________________________________ +[ 23946] By: rgs on 2005/02/08 09:31:45 + Log: Subject: [perl #34062] pack Z0 destroys the character before + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 5 Feb 2005 18:09:00 -0000 + Message-ID: + (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23945] By: rgs on 2005/02/08 09:25:29 + Log: A small precision in the docs for overloaded regexp escapes + (see bug #33906) + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 23943] By: rgs on 2005/02/06 22:18:48 + Log: Avoid evaluating a strlen twice due the new implementation + of New() with PERL_MALLOC_WRAP + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23942] By: nicholas on 2005/02/05 22:02:50 + Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind + itself on a previous run. + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 23941] By: nicholas on 2005/02/05 21:47:35 + Log: With mallocwrap New() evaluates its arguments more than once, so they + had better not have any side effects. + :-( + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23935] By: nicholas on 2005/02/05 15:05:08 + Log: Let's (un)do the timewarp, again. + Attempt to bodge round Makefile sometimes being older than Makefile.PL + Pesky filesystems. + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 23928] By: rgs on 2005/02/04 10:41:43 + Log: Upgrade to Digest 1.10 + Branch: perl + + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t + ! MANIFEST lib/Digest.pm lib/Digest/base.pm +____________________________________________________________________________ +[ 23927] By: mhx on 2005/02/02 21:33:12 + Log: Remove 2 unused variables from APItest.xs. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 23926] By: mhx on 2005/02/02 21:29:40 + Log: Upgrade to Devel::PPPort 3.06. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c + ! ext/Devel/PPPort/parts/inc/exception + ! ext/Devel/PPPort/parts/inc/misc +____________________________________________________________________________ +[ 23925] By: mhx on 2005/02/02 21:26:14 + Log: Attempt to fix problems with new exception handling macros. + Branch: perl + + ext/XS/APItest/exception.c + ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL + ! pod/perlguts.pod +____________________________________________________________________________ +[ 23924] By: rgs on 2005/02/02 19:50:53 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC) + Message-ID: + + Counted length prefixes shouldn't change C0/U0 mode + in pack/unpack (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23923] By: rgs on 2005/02/02 19:35:47 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC) + Message-ID: + + Make U0 and C0 scoped to () pack subtemplates. + (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23922] By: rgs on 2005/02/02 19:23:46 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC) + Message-ID: + + Ensure that with the C format, unpack checksums + don't get overflowed. (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23921] By: davem on 2005/02/02 18:25:00 + Log: fix POSIX::strtod error handling documentation + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 23920] By: merijn on 2005/02/02 13:12:17 + Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek + From: Abigail + Date: Tue, 1 Feb 2005 21:33:14 +0100 + Message-ID: <20050201203314.GC335@abigail.nl> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23919] By: merijn on 2005/02/02 12:49:46 + Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements + between declarations + Branch: perl + ! ext/Devel/PPPort/PPPort.xs +____________________________________________________________________________ +[ 23917] By: nicholas on 2005/02/01 11:46:31 + Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd + hints files to add to MANIFEST. Sort MANIFEST + while I'm in the area. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23916] By: rgs on 2005/02/01 10:02:51 + Log: Subject: Re: [perl #34010] localtime docs + From: Andy Lester + Date: Mon, 31 Jan 2005 21:24:29 -0600 + Message-ID: <20050201032429.GA29354@petdance.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23915] By: rgs on 2005/01/31 23:08:59 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC) + Message-ID: + + Forgotten character progress while checksumming over partial + b or B format. (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23914] By: mhx on 2005/01/31 19:22:41 + Log: Make Perl_keyword() another 30% faster. + Branch: perl + ! perl_keyword.pl toke.c +____________________________________________________________________________ +[ 23913] By: mhx on 2005/01/31 18:14:44 + Log: Regenerate perlapi.pod. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 23912] By: mhx on 2005/01/31 18:07:29 + Log: Upgrade to Devel::PPPort 3.05. + Branch: perl + + ext/Devel/PPPort/parts/base/5008006 + + ext/Devel/PPPort/parts/inc/exception + + ext/Devel/PPPort/parts/todo/5008006 + + ext/Devel/PPPort/t/exception.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP + ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL + ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/apicheck_c.PL + ! ext/Devel/PPPort/devel/buildperl.pl + ! ext/Devel/PPPort/devel/mkapidoc.sh + ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl + ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/base/5004000 + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop + ! ext/Devel/PPPort/parts/inc/format + ! ext/Devel/PPPort/parts/inc/grok + ! ext/Devel/PPPort/parts/inc/limits + ! ext/Devel/PPPort/parts/inc/mPUSH + ! ext/Devel/PPPort/parts/inc/magic + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/newCONSTSUB + ! ext/Devel/PPPort/parts/inc/newRV + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/sv_xpvf + ! ext/Devel/PPPort/parts/inc/threads + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5009002 + ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t + ! ext/Devel/PPPort/typemap +____________________________________________________________________________ +[ 23911] By: mhx on 2005/01/31 18:00:31 + Log: Add simple exception handling macros for XS writers. + Branch: perl + + ext/XS/APItest/t/exception.t + ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm + ! ext/XS/APItest/APItest.xs pod/perlguts.pod +____________________________________________________________________________ +[ 23910] By: nicholas on 2005/01/31 17:46:03 + Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23909] By: merijn on 2005/01/31 11:33:14 + Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD + From: "rmh@debian.org (via RT)" + Date: 31 Jan 2005 07:37:55 -0000 + Message-ID: + Branch: perl + + ext/DynaLoader/hints/gnukfreebsd.pl + + ext/DynaLoader/hints/gnuknetbsd.pl + + ext/NDBM_File/hints/gnukfreebsd.pl + + ext/NDBM_File/hints/gnuknetbsd.pl + + ext/ODBM_File/hints/gnukfreebsd.pl + + ext/ODBM_File/hints/gnuknetbsd.pl + + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl + + ext/Storable/hints/gnukfreebsd.pl + + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh + + hints/gnuknetbsd.sh + ! Configure +____________________________________________________________________________ +[ 23907] By: rgs on 2005/01/31 11:17:26 + Log: Document the changes to PERLIO_DEBUG. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23906] By: rgs on 2005/01/31 10:53:14 + Log: Really fix the bug [perl #33990]. + NB. -DIAMSUID is only set to compile sperl.o. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23905] By: steveh on 2005/01/31 10:03:56 + Log: Fix test suite hang on Win32 caused by change #23898 + + ("perl -e sleep 3" does an indefinite sleep!) + Branch: perl + ! t/op/alarm.t +____________________________________________________________________________ +[ 23904] By: rgs on 2005/01/31 08:35:51 + Log: Avoid a buffer overflow with threads and PERLIO_DEBUG + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23903] By: rgs on 2005/01/31 08:19:10 + Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990]) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23900] By: davem on 2005/01/30 17:46:35 + Log: minor corrections to comments in perly.y + Branch: perl + ! perly.y +____________________________________________________________________________ +[ 23899] By: rgs on 2005/01/30 14:50:15 + Log: Subject: h2hp: 2 fix + From: Olivier Thauvin + Date: Fri, 28 Jan 2005 16:53:11 +0100 + Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 23898] By: davem on 2005/01/29 16:14:20 + Log: chomp() fails after alarm(), `sleep` + + PP_backtick's temp altering of PL_rs didn't restore after + an exception + Branch: perl + ! pp_sys.c t/op/alarm.t +____________________________________________________________________________ +[ 23897] By: nicholas on 2005/01/28 21:01:04 + Log: More consistent names for all the parameter name/declaration methods + Branch: perl + ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm + ! perl_keyword.pl +____________________________________________________________________________ +[ 23894] By: nicholas on 2005/01/28 13:59:40 + Log: Calculate the number of tests in one place, so that the skip()s will + always agree with the plan()s + Branch: perl + ! ext/B/t/optree_check.t ext/B/t/optree_concise.t +____________________________________________________________________________ +[ 23893] By: rgs on 2005/01/28 08:53:47 + Log: Add a reference to books.perl.org. + Branch: perl + ! pod/perlbook.pod +____________________________________________________________________________ +[ 23892] By: nicholas on 2005/01/27 19:26:21 + Log: Retrieve the flag bit that only 'p' uses, so that it is spare for + future use. + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 23891] By: rgs on 2005/01/27 18:29:51 + Log: Subject: Re: [patch] decrufting OptreeCheck stuff + From: Jim Cromie + Date: Sun, 16 Jan 2005 17:16:00 -0700 + Message-ID: <41EB03C0.7030509@divsol.com> + (with minor typos fixed) + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t + ! ext/B/t/f_sort.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t + ! ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 23890] By: rgs on 2005/01/27 17:49:50 + Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded + From: Gisle Aas + Date: 05 Jan 2005 03:21:06 -0800 + Message-ID: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23889] By: nicholas on 2005/01/27 17:29:04 + Log: Make the byte order modifers < and > and the sign modifier ! (for + n N v V) conditionally compile. This means that the refactored + pp_pack/pp_unpack code can now be used in maint. + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 23888] By: nicholas on 2005/01/27 16:40:07 + Log: Oops. Was forgetting to test n! N! v! V! in pack + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23886] By: nicholas on 2005/01/27 14:42:28 + Log: Check that the warning behaviour on the modifiers !, < and > is as we + expect it for this perl. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23884] By: nicholas on 2005/01/27 11:27:12 + Log: Make the tests for the endianness modifiers < and >, and the + signnedness modifier ! conditional on perl version. Surprisingly + little change needed. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23883] By: nicholas on 2005/01/27 11:12:34 + Log: &_q needs to *globally* escape ' and \ in its substitution. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23882] By: rgs on 2005/01/25 16:53:08 + Log: Subject: [PATCH] BigInt mbi_rand.t failings + From: Tels + Date: Tue, 25 Jan 2005 18:06:58 +0100 + Message-Id: <200501251806.59782@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 23881] By: rgs on 2005/01/25 16:12:08 + Log: Integrate change #23880 in original comment + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23880] By: merijn on 2005/01/25 15:41:30 + Log: Subject: [PATCH] perlapi.pod has pod errors + From: "Jos I. Boumans" + Date: Tue, 25 Jan 2005 16:42:38 +0100 + Message-Id: + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 23879] By: nicholas on 2005/01/24 23:16:04 + Log: Correct and update comments (before anyone writes in) + Remove a temporary variable. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 23878] By: nicholas on 2005/01/24 22:10:36 + Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in + the dump file. The newer format is only 135M + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23877] By: nicholas on 2005/01/24 22:06:05 + Log: A script to regenerate Perl_keyword() + Branch: perl + + perl_keyword.pl + ! MANIFEST +____________________________________________________________________________ +[ 23876] By: nicholas on 2005/01/24 22:05:29 + Log: Add weights to ExtUtils::Constant to allow sorting by expected + frequency. This makes the Perl_keyword() replacement 20% faster, + rather than just 12% + Branch: perl + ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm +____________________________________________________________________________ +[ 23875] By: nicholas on 2005/01/24 21:43:52 + Log: Replace Perl_keyword() with a version that's 20% faster on typical + input, generated by subclassing ExtUtils::Constant. (Typical input + being about 135M of input from running a lot of perl scripts) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23874] By: merijn on 2005/01/24 15:10:55 + Log: Subject: [PATCH] assorted tempfile clean-up in the test suite + From: "Craig A. Berry" + Date: Sun, 23 Jan 2005 14:23:17 -0600 + Message-ID: <41F407B5.7020106@mac.com> + Branch: perl + ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t +____________________________________________________________________________ +[ 23873] By: rgs on 2005/01/24 13:14:21 + Log: Revert change 23843. + (See discussion for bug [perl #31924]) + Branch: perl + ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod + ! pp_ctl.c proto.h t/comp/require.t +____________________________________________________________________________ +[ 23872] By: rgs on 2005/01/24 10:27:10 + Log: Subject: [perl #33906] Missing \\ in perlre + From: Andrew (via RT) + Date: 23 Jan 2005 20:52:51 -0000 + Message-ID: + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 23871] By: rgs on 2005/01/24 10:10:47 + Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem + From: "Craig A. Berry" + Date: Sun, 23 Jan 2005 13:44:49 -0600 + Message-ID: <41F3FEB1.9020102@mac.com> + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 23870] By: rgs on 2005/01/24 09:40:35 + Log: Subject: Re: [perl #33892] Add Interix support + From: Todd Vierling + Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST) + Message-ID: + Branch: perl + ! hints/interix.sh +____________________________________________________________________________ +[ 23869] By: davem on 2005/01/23 22:20:10 + Log: Subject: Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Jarkko Hietaniemi + Date: Sun, 23 Jan 2005 21:25:01 +0200 + Message-Id: <41F3FA0D.4010301@iki.fi> + + The uc() memory reduction patch had a memory leak... + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23868] By: nicholas on 2005/01/23 22:06:01 + Log: Tidy up 2 comments + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 23867] By: nicholas on 2005/01/23 22:05:12 + Log: Assimilate ExtUtils::Constant 0.16 + Branch: perl + + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm + + lib/ExtUtils/Constant/XS.pm + ! MANIFEST lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23866] By: nicholas on 2005/01/23 21:43:17 + Log: Slightly terser code in S_regpposixcc (names inside [:*here*:]) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 23864] By: nicholas on 2005/01/22 22:30:12 + Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) + From: Jarkko Hietaniemi + Message-ID: <41F2C427.7020003@iki.fi> + Date: Sat, 22 Jan 2005 23:22:47 +0200 + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 23863] By: davem on 2005/01/22 18:27:58 + Log: Subject: Re: uc($long_utf8_string) exhausts memory + From: Jarkko Hietaniemi + Date: Sat, 22 Jan 2005 11:33:12 +0200 + Message-Id: <41F21DD8.3050500@iki.fi> + + change #23857 miscalculated the SvGROW size + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23862] By: nicholas on 2005/01/22 17:51:13 + Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) + From: Jarkko Hietaniemi + Message-ID: <41F2911E.8090204@iki.fi> + Date: Sat, 22 Jan 2005 19:45:02 +0200 + + (drop optimisation on pp_pack.c for gcc on osf1 to -O1) + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 23861] By: nicholas on 2005/01/22 14:15:58 + Log: Update copyright years and add editor blocks + Branch: perl + ! doop.c hv.c utf8.c +____________________________________________________________________________ +[ 23860] By: nicholas on 2005/01/22 12:03:00 + Log: From: Jarkko Hietaniemi + Subject: Re: [PATCH] do not assume quads or long doubles + Message-ID: <41F21B0A.2050301@iki.fi> + Date: Sat, 22 Jan 2005 11:21:14 +0200 + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23858] By: nicholas on 2005/01/22 00:39:41 + Log: Remove now-unnecessary check. (It's done earlier) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23857] By: davem on 2005/01/22 00:17:40 + Log: Subject: Re: uc($long_utf8_string) exhausts memory + From: Jarkko Hietaniemi + Date: Sat, 22 Jan 2005 00:20:12 +0200 + Message-Id: <41F1801C.3080201@iki.fi> + + Make buffer size estimates for utf8 case conversion less maximally + pessimistic + Branch: perl + ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t + ! toke.c utf8.c utf8.h +____________________________________________________________________________ +[ 23854] By: nicholas on 2005/01/21 22:15:43 + Log: Shrink a switch() statment by driving the size calculations from the + size table. This requires #ifdef()s in the size table initialiser. + Astoundingly this shaves over 6K of the object size with -Os on OS X. + I was expecting about 1K (due to shrinking a branch table). Mind you, + I'm not going to argue with what I got. :-) + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 23853] By: nicholas on 2005/01/21 16:46:49 + Log: Make the length overrun checking and stack extension table driven. + (Shaves about 3k off pp_pack.o) + Branch: perl + + genpacksizetables.pl + ! MANIFEST pp_pack.c +____________________________________________________________________________ +[ 23852] By: rgs on 2005/01/21 16:29:53 + Log: Subject: [perl #32503] Fix for Storable module + From: "Steven N. Hirsch" (via RT) + Date: 19 Nov 2004 13:06:57 -0000 + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 23851] By: rgs on 2005/01/21 15:51:54 + Log: Fix spurious warnings emitted by XSLoader via Data::Dumper + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23850] By: nicholas on 2005/01/21 15:43:24 + Log: Name another pack test + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23849] By: rgs on 2005/01/21 15:26:10 + Log: Subject: [perl #33892] Add Interix support + From: Todd Vierling (via RT) + Date: 21 Jan 2005 14:36:31 -0000 + Message-ID: + + (except the Configure chunk) + (and bump version numbers of modules) + Branch: perl + + hints/interix.sh + ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm + ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t +____________________________________________________________________________ +[ 23848] By: merijn on 2005/01/21 14:47:31 + Log: Subject: [perl #33892] Add Interix support + From: Todd Vierling (via RT) + Date: 21 Jan 2005 14:36:31 -0000 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23847] By: rgs on 2005/01/21 14:46:38 + Log: Upgrade to Test::Harness 2.46 + Branch: perl + + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t + + lib/Test/Harness/t/prove-globbing.t + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm + ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t + ! lib/Test/Harness/t/strap.t +____________________________________________________________________________ +[ 23845] By: rgs on 2005/01/21 14:09:19 + Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object + From: Stephen McCamant + Date: Tue, 28 Dec 2004 16:01:49 -0800 + Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 23844] By: rgs on 2005/01/21 13:49:46 + Log: Subject: [Patch] [perl #32446] close leaves fd open + From: Steffen Ullrich + Date: Wed, 01 Dec 2004 15:22:34 +0100 + Message-ID: <20041201142236.4273.qmail@lists.develooper.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23843] By: rgs on 2005/01/21 13:35:49 + Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem + From: Rick Delaney + Date: Wed, 13 Oct 2004 12:40:18 -0400 + Message-ID: <20041013164018.GA32174@biff.bort.ca> + Branch: perl + ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod + ! pp_ctl.c proto.h t/comp/require.t +____________________________________________________________________________ +[ 23842] By: rgs on 2005/01/21 10:57:48 + Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32 + From: Yitzchak Scott-Thoennes + Date: Mon, 20 Dec 2004 16:08:56 -0800 + Message-ID: <20041221000856.GA2924@efn.org> + Branch: perl + ! pp_sys.c t/op/stat.t +____________________________________________________________________________ +[ 23841] By: rgs on 2005/01/21 10:26:17 + Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm + From: Yitzchak Scott-Thoennes + Date: Sun, 19 Dec 2004 23:57:56 -0800 + Message-ID: <20041220075754.GA800@efn.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 23840] By: rgs on 2005/01/20 18:45:55 + Log: Subject: [patch] cleanup perlsfio.h + From: Stas Bekman + Date: Thu, 13 Jan 2005 16:14:23 -0500 + Message-ID: <41E6E4AF.8070303@stason.org> + Branch: perl + ! perlsfio.h +____________________________________________________________________________ +[ 23839] By: rgs on 2005/01/20 18:33:00 + Log: VERSION++ + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 23838] By: rgs on 2005/01/20 18:21:36 + Log: Subject: Re: [perl #33173] shellwords.pl and tainting + From: Alexey Tourbin + Date: Tue, 28 Dec 2004 22:29:37 +0300 + Message-ID: <20041228192937.GB7824@solemn.turbinal.org> + Branch: perl + + lib/Text/ParseWords/taint.t + ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl +____________________________________________________________________________ +[ 23836] By: nicholas on 2005/01/20 13:21:14 + Log: Run regen.pl and pod/buildtoc --build-all + Branch: perl + ! MANIFEST pod/perlapi.pod pod/perltoc.pod +____________________________________________________________________________ +[ 23835] By: nicholas on 2005/01/20 13:20:50 + Log: A little more determinacy in our sorting + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 23827] By: nicholas on 2005/01/19 21:22:30 + Log: Make "assertion" attribute code and test conditional + Branch: perl + ! t/op/attrs.t xsutils.c +____________________________________________________________________________ +[ 23824] By: merijn on 2005/01/19 18:32:41 + Log: Subject: [PATCH] Further follow-up to 23767 + From: Robin Barker + Date: Wed, 19 Jan 2005 18:30:31 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk> + Branch: perl + ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c +____________________________________________________________________________ +[ 23822] By: rgs on 2005/01/19 17:19:04 + Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums + From: Noah + Date: Wed, 19 Jan 2005 12:33:52 -0500 + Message-ID: <20050119173352.GA15592@radu.onastick.net> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 23821] By: rgs on 2005/01/19 11:30:38 + Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots + From: Yitzchak Scott-Thoennes + Date: Sun, 16 Jan 2005 10:30:45 -0800 + Message-ID: <20050116183045.GA2768@efn.org> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 23820] By: rgs on 2005/01/19 11:20:10 + Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available + From: "Jos I. Boumans" + Date: Tue, 18 Jan 2005 15:12:03 +0100 + Message-Id: + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23819] By: rgs on 2005/01/19 11:15:14 + Log: Fix dependencies in ext/B/Makefile.PL + (bug #8254, fix by Alan Burlison) + Branch: perl + ! ext/B/Makefile.PL +____________________________________________________________________________ +[ 23817] By: steveh on 2005/01/19 09:33:27 + Log: Exclude "Thread" from $Config{extensions} + + It is already excluded from $Config{dynamic_ext}, so should not be + in $Config{extensions} either. (Note that Thread is actually still + built, though. This is just for consistency with Unix builds.) + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23816] By: steveh on 2005/01/19 08:55:06 + Log: Exclude "Thread" from $Config{dynamic_ext} + + This was accidentally broken by change 23757. It has already been + fixed in maint-5.8 when resolving conflicts during integration of + 23757, so this one does NOT need integrating itself! + + For more details see: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23807] By: steveh on 2005/01/17 17:55:02 + Log: Fix for building with MinGW under Cygwin + + Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32) + From: Yitzchak Scott-Thoennes + Date: Thu, 13 Jan 2005 16:11:36 -0800 + Message-ID: <20050114001136.GC2516@efn.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 23806] By: steveh on 2005/01/17 16:57:10 + Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32 + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23805] By: nicholas on 2005/01/14 19:56:42 + Log: Better test diagnostics for the numbers tests. + (Failure diagnostics were always good, but now the tests have names, + which show even when they pass) + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23803] By: nicholas on 2005/01/14 12:06:31 + Log: Correct the editor block to match the perl 5 policy on tabs + Branch: perl + ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c + ! sv.c universal.c +____________________________________________________________________________ +[ 23802] By: nicholas on 2005/01/14 10:58:47 + Log: Refactor S_regclass to generate slightly smaller object code + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 23801] By: nicholas on 2005/01/14 10:32:08 + Log: A terser way to write the \-ing code in pv_uni_display + Plus drive-by insert of a more correct editor block. (thanks Dave) + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23800] By: nicholas on 2005/01/14 09:55:16 + Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness + is taken from the SV's UTF-8ness + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 23799] By: nicholas on 2005/01/14 09:52:51 + Log: SvUTF8_off() in do_join can be unconditional. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 23798] By: nicholas on 2005/01/14 09:28:14 + Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. + Branch: perl + ! op.c regcomp.c toke.c utf8.c +____________________________________________________________________________ +[ 23797] By: nicholas on 2005/01/13 23:13:05 + Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23796] By: nicholas on 2005/01/13 23:10:38 + Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal() + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23795] By: nicholas on 2005/01/13 22:54:10 + Log: replace NEWSV(), SvSetSV() with newSVsv() + Branch: perl + ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c +____________________________________________________________________________ +[ 23794] By: nicholas on 2005/01/13 22:39:58 + Log: Turn the unreachable code into assertions. (So prove me wrong...) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23793] By: nicholas on 2005/01/13 22:07:20 + Log: Source code tidy up - avoid assigning to sv. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23792] By: nicholas on 2005/01/13 21:54:21 + Log: Avoid dogfood problems when an empty string accidentally ends up + as a constant name. [They don't work in qw(), strangely] + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23791] By: nicholas on 2005/01/13 21:44:53 + Log: The leaktesting of NEWSV() is long dead, so create and initialise + SV values in one, to simplify source code and shrink object code + by about 1% + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23790] By: nicholas on 2005/01/13 20:55:37 + Log: Not a good idea to use unpack "H*" to peek at a scalar's internal + representation. + Branch: perl + ! t/op/join.t +____________________________________________________________________________ +[ 23789] By: nicholas on 2005/01/13 14:05:08 + Log: Update copyright years. Add an editor block while passing by. + Branch: perl + ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c + ! universal.c +____________________________________________________________________________ +[ 23788] By: nicholas on 2005/01/13 13:50:40 + Log: utf.pm needs to require Carp before croak()ing + Branch: perl + ! lib/utf8.pm lib/utf8.t +____________________________________________________________________________ +[ 23787] By: nicholas on 2005/01/13 13:21:11 + Log: Refactor all the unpack checksum-or-not logic to avoid massive + duplication. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23786] By: merijn on 2005/01/13 11:28:31 + Log: Subject: Re: killing USE_5005THREADS in blead? + From: Stas Bekman + Date: Wed, 12 Jan 2005 16:32:42 -0500 + Message-ID: <41E5977A.3060306@stason.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23785] By: steveh on 2005/01/13 10:24:13 + Log: Fix Win32 build problem caused by change 23757 + + Change 23757 added a glob() call to win32/FindExt.pm. That code is + run by miniperl.exe when making the ..\config.sh target, but + miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires + perlglob.exe to do the glob(). perlglob.exe has been built, but is + in the top-level of the source tree so is not found when miniperl.exe + is executed from within the win32/ sub-directory. + + This was causing smokes to fail on t/lib/commonsense.t because the + "extensions" field in lib/Config_heavy.pl only contained + "threads/shared" as a result of the glob() not finding anything. + + Manual builds had been working fine for me because I had an installed + perl in my PATH so perlglob.exe was being found there instead! + Branch: perl + ! win32/FindExt.pm +____________________________________________________________________________ +[ 23783] By: rgs on 2005/01/12 18:04:17 + Log: Subject: [PATCH] follow-up to #23765 + From: "Craig A. Berry" + Date: Tue, 11 Jan 2005 21:01:27 -0600 + Message-ID: <41E49307.7080900@mac.com> + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 23782] By: nicholas on 2005/01/11 19:10:20 + Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag + (for cases of mixed UTF8/bytes) + Test code based on bug report by John Gardiner Myers + Branch: perl + ! pp.c t/op/index.t +____________________________________________________________________________ +[ 23781] By: rgs on 2005/01/11 17:04:24 + Log: Subject: [PATCH] follow-up to 23767 + From: Robin Barker + Date: Tue, 11 Jan 2005 15:48:49 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk> + Branch: perl + ! Porting/pumpkin.pod sv.c +____________________________________________________________________________ +[ 23780] By: mhx on 2005/01/10 19:25:27 + Log: Remove PERL_FLEXIBLE_EXCEPTIONS code. + Branch: perl + ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c + ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c + ! proto.h scope.c scope.h sv.c thrdvar.h +____________________________________________________________________________ +[ 23779] By: nicholas on 2005/01/10 17:07:03 + Log: Subject: [PATCH] t/op/split.t #11 nit on VMS + From: "Craig A. Berry" + Message-ID: <41E1C261.5020100@mac.com> + Date: Sun, 09 Jan 2005 17:46:41 -0600 + Branch: perl + ! t/op/split.t +____________________________________________________________________________ +[ 23778] By: steveh on 2005/01/10 11:53:10 + Log: Need to close files before unlinking them on Win32 + + (Various files created by test programs are left behind otherwise, + and distclean doesn't clean them up) + Branch: perl + ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t + ! lib/FileCache/t/07noimport.t t/op/read.t +____________________________________________________________________________ +[ 23777] By: steveh on 2005/01/10 10:28:00 + Log: Make Win32's distclean target clean up properly + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23776] By: steveh on 2005/01/10 09:45:50 + Log: Get $Config{osvers} filled in on Win32 + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23775] By: merijn on 2005/01/10 08:54:00 + Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS + Date: Sun, 09 Jan 2005 17:52:09 -0600 + From: "Craig A. Berry" + Message-ID: <41E1C3A9.9080900@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23774] By: nicholas on 2005/01/09 23:42:25 + Log: Shorter source code in pp_gelem. (But it compiles to the same size) + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23773] By: nicholas on 2005/01/09 21:50:28 + Log: If we know the length of the string constant, save a strlen() + Branch: perl + ! perl.c pp_sys.c +____________________________________________________________________________ +[ 23772] By: nicholas on 2005/01/09 21:26:40 + Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to + strlen(). Add savesvpv(sv), which gets the length from the SV, + and returns a copy of its PV. + Branch: perl + ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c + ! universal.c util.c +____________________________________________________________________________ +[ 23771] By: nicholas on 2005/01/09 19:42:30 + Log: Can pass in a length here without introducing a bug. Might save + a strlen() + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23770] By: nicholas on 2005/01/09 15:05:33 + Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8) + as I think that it will be needed for utf8 soft references. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23769] By: steveh on 2005/01/07 17:25:35 + Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default + and force PERL_MALLOC off if USE_IMP_SYS is on + + This brings makefile.mk into line with Makefile in this regard + + (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html + so it is sensible to enforce this, and to not have the default set + to a configuration that isn't allowed) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 23768] By: rgs on 2005/01/07 14:30:51 + Log: Subject: Re: [PATCH] Remove Carp from warnings.pm + From: Jim Cromie + Date: Mon, 3 Jan 2005 06:36:16 -0700 + Message-ID: + Branch: perl + + lib/vars_carp.t + ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm + ! lib/English.pm lib/Exporter.pm lib/Exporter.t + ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 23767] By: rgs on 2005/01/07 13:41:47 + Log: Subject: [PATCH] to improve -DCHECK_FORMAT + From: Robin Barker + Date: Wed, 5 Jan 2005 11:55:09 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk> + Branch: perl + ! mg.c perl.h pp.h pp_sys.c sv.c +____________________________________________________________________________ +[ 23766] By: nicholas on 2005/01/07 12:46:07 + Log: Stage 1 of utf8 support for soft references. + Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags + Add gv_fetchsv to look up a GV by SV rather than a char * pointer + Provide a backwards compatability gv_fetchpv + Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing + the pointer from an SV + All tests still pass. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c + ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c +____________________________________________________________________________ +[ 23765] By: nicholas on 2005/01/07 11:23:48 + Log: Subject: [PATCH] make lib/warnings.t use t/test.pl + From: "Craig A. Berry" + Message-ID: <41DDCA71.1080704@mac.com> + Date: Thu, 06 Jan 2005 17:32:01 -0600 + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 23764] By: steveh on 2005/01/07 08:35:29 + Log: Fix win32/config.*'s cc, ld and other related values + + cc and ld themselves always get replaced with correct values anyway + so we just provide example values as per other similar settings + + Other related values (ccname, cpp, cpprun, cppstdin) need to use the + correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set + + Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Wed, 5 Jan 2005 10:01:41 -0800 + Message-ID: <20050105180141.GA676@efn.org> + + Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Thu, 6 Jan 2005 11:53:11 -0800 + Message-ID: <20050106195311.GC1300@efn.org> + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 23763] By: nicholas on 2005/01/06 17:42:59 + Log: Add TODO tests for UTF8 encoded soft references + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23762] By: steveh on 2005/01/06 16:50:10 + Log: Allow static linking core extensions on Win32 with MinGW + + Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Wed, 5 Jan 2005 10:01:41 -0800 + Message-ID: <20050105180141.GA676@efn.org> + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 23761] By: rgs on 2005/01/06 15:49:39 + Log: Silence a compilation warning + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 23760] By: nicholas on 2005/01/06 14:59:17 + Log: Turn barewords into strings to run under strict subs. + Run under strict refs outside the soft reference tests. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23759] By: nicholas on 2005/01/06 14:34:24 + Log: All tests now use test.pl + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23758] By: nicholas on 2005/01/06 11:44:08 + Log: Start converting t/op/ref.t to use test.pl + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23757] By: steveh on 2005/01/06 11:26:12 + Log: Fix extensions config fields on Win32 to be as they are on Unix + + Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Wed, 5 Jan 2005 10:01:41 -0800 + Message-ID: <20050105180141.GA676@efn.org> + Branch: perl + ! win32/FindExt.pm win32/config_sh.PL +____________________________________________________________________________ +[ 23756] By: nicholas on 2005/01/05 21:58:15 + Log: Correct a Greengrocer's apostrophe. + Branch: perl + ! ext/DynaLoader/dl_dyld.xs +____________________________________________________________________________ +[ 23755] By: nicholas on 2005/01/05 21:36:26 + Log: Foolishly I committed change 23753 before remembering to test without + ithreads. No tests => bugs. This should fix them. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23754] By: nicholas on 2005/01/05 20:14:02 + Log: Error-free constant folding is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23753] By: nicholas on 2005/01/05 19:44:28 + Log: Turn INIT_TLS_AND_INTERP into a static function + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23752] By: nicholas on 2005/01/05 16:27:19 + Log: Shave off the explict 1; from the end of lib/Config.pm + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23751] By: rgs on 2005/01/05 13:31:51 + Log: Subject: [PATCH] unnecessary rmdir in Makefile + From: Robin Barker + Date: Wed, 5 Jan 2005 11:58:54 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23750] By: merijn on 2005/01/05 11:44:11 + Log: Subject: [PATCH] gcc and ld in Configure + From: Robin Barker + Date: Wed, 5 Jan 2005 12:04:25 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk> + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 23749] By: nicholas on 2005/01/05 11:25:29 + Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails + From: Gisle Aas + Date: 05 Jan 2005 01:09:51 -0800 + Message-ID: + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 23748] By: nicholas on 2005/01/05 10:44:59 + Log: Subject: [PATCH] -Duselargefiles for VMS + From: "Craig A. Berry" + Message-ID: <41DB63A6.7040504@mac.com> + Date: Tue, 04 Jan 2005 21:48:54 -0600 + Branch: perl + ! configure.com vms/descrip_mms.template vms/vmsish.h +____________________________________________________________________________ +[ 23747] By: nicholas on 2005/01/05 10:10:14 + Log: Rafael spotted that my changes caused warnings. So clean up. + Branch: perl + ! t/op/attrs.t +____________________________________________________________________________ +[ 23746] By: nicholas on 2005/01/04 23:07:25 + Log: Update copyright years. + Branch: perl + ! mg.c miniperlmain.c op.c perlio.c xsutils.c +____________________________________________________________________________ +[ 23745] By: nicholas on 2005/01/04 19:32:01 + Log: Make the switch statement discriminate similar names more + efficiently. + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 23744] By: nicholas on 2005/01/04 16:20:43 + Log: Check all attributes in modify_SV_attributes are recognised. + Fix bug where 'assertion' was always rejected as invalid. + Branch: perl + ! t/op/attrs.t xsutils.c +____________________________________________________________________________ +[ 23743] By: nicholas on 2005/01/04 12:46:56 + Log: Use the new ${^UTF8LOCALE} to make the test reliable. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 23742] By: merijn on 2005/01/04 12:38:03 + Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1) + From: Robin Barker + Date: Tue, 4 Jan 2005 12:32:29 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk> + Branch: perl + ! pod/perlxs.pod +____________________________________________________________________________ +[ 23741] By: nicholas on 2005/01/04 11:27:57 + Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale + Branch: perl + ! gv.c mg.c +____________________________________________________________________________ +[ 23740] By: steveh on 2005/01/04 10:56:55 + Log: Bring win32/config.* into line with win32/config_H.* + so that "perl -V:usemallocwrap" tells us what the configuration is + instead of saying 'UNKNOWN'. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 23739] By: rgs on 2005/01/04 08:36:50 + Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16 + From: Tels + Date: Sat, 1 Jan 2005 18:59:51 +0100 + Message-Id: <200501011859.52858@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc + ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm + ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc + ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm + ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t + ! lib/bignum/t/option_p.t lib/bigrat.pm + ! t/lib/Math/BigFloat/Subclass.pm +____________________________________________________________________________ +[ 23738] By: rgs on 2005/01/04 08:05:16 + Log: Happy new year + Branch: perl + ! README +____________________________________________________________________________ +[ 23736] By: nicholas on 2005/01/03 21:17:28 + Log: Return an immortal from attributes::_warn_reserved (a private + function). (saves creating a new IV) + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 23735] By: nicholas on 2005/01/03 20:58:09 + Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman. + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 23733] By: nicholas on 2005/01/03 18:54:22 + Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was + threaded, but "oh no it isn't!" :-( + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23732] By: rgs on 2005/01/03 17:24:24 + Log: Integrate a patch from Gentoo for uclibc support. + See : + Subject: Re: Static linking notes --- perl5.8.6 and uClibc + From: Alexey Tourbin + Date: Tue, 28 Dec 2004 14:25:42 +0300 + Message-ID: <20041228112542.GB21037@solemn.turbinal.org> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23731] By: nicholas on 2005/01/02 23:18:07 + Log: Remove compiler warnings. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23730] By: nicholas on 2005/01/02 22:49:49 + Log: Change 23727 broke code that relied on \ being escaped. + Fix this. *Everything* should work now. + Branch: perl + + t/run/switchF1.t + ! MANIFEST toke.c +____________________________________________________________________________ +[ 23729] By: nicholas on 2005/01/02 07:46:12 + Log: Splitting the -n/-p code and concatenating strings generates + smaller object code. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23728] By: nicholas on 2005/01/01 21:34:52 + Log: Concatenate some string constants + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23727] By: nicholas on 2005/01/01 21:13:53 + Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a + lot of quoting code + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23726] By: nicholas on 2005/01/01 20:48:31 + Log: Probably should be using *pvn rather than *pv forms for speed in + toke.c (to save a strlen()) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23725] By: nicholas on 2005/01/01 20:26:27 + Log: strEQ/strNE of 1 character strings seems better hand inlined, + because it generates smaller object code (as well as being + faster than a true function call) + Branch: perl + ! doio.c locale.c op.c perl.c pp.c toke.c util.c +____________________________________________________________________________ +[ 23724] By: nicholas on 2005/01/01 17:15:58 + Log: Not all the world's a VAX, er ASCII, so don't make assumptions. + Tweak is_gv_magical's string comparisons to produce smaller object + code. + First 2005 copyright notice. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23723] By: nicholas on 2005/01/01 13:54:33 + Log: Change 23714 accidentally broke t/io/layers.t when testing with + UTF8 locales and the -C flag. When UTF8 is flagged as enabled + based on the locale, we have no perl space access to PL_utf8locale + so assume for the moment that UTF8 is never conditionally enabled. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 23722] By: nicholas on 2004/12/31 23:04:47 + Log: Skip the switch statement entirely if the pointer is null, rather + than the old pointless switch on '\0'. Also skip re-comparing the + first character. Faster, and generates terser object code. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23721] By: nicholas on 2004/12/31 22:46:25 + Log: Doing the strnEQ char by char for 2 and 3 character strings + generates a smaller object file, and will be faster. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 23720] By: nicholas on 2004/12/31 21:41:25 + Log: Improve documentation for is_gv_magical, and split the switch + statement into 2 parts, lengths > 1 and lengths <= 1 + This should cause most variables (lower case, multicharacter) + to escape the function without passing through a switch table. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23719] By: nicholas on 2004/12/31 21:02:59 + Log: Because name is always NUL terminated we can incorporate length + 0 names in the switch statement for length 1. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23718] By: nicholas on 2004/12/31 20:25:52 + Log: Generate smaller object code by using a single switch statement + for determining which names are forced into main:: + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23717] By: nicholas on 2004/12/31 18:31:18 + Log: Tidy up comments in change 23716 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23716] By: nicholas on 2004/12/31 18:22:54 + Log: Refactor gv_fetchpv so that the overwhelmingly common case + (variable names starting with a lower case letter or _, longer + than one character) get out of the function very quickly. + (Without even passing through a switch statement jump table) + Also fixes bug 33631 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23715] By: nicholas on 2004/12/31 15:43:07 + Log: Subject: [PATCH] randbits and randfunc for VMS + From: "Craig A. Berry" + Message-ID: <41D570BF.8010409@mac.com> + Date: Fri, 31 Dec 2004 09:31:11 -0600 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23714] By: nicholas on 2004/12/31 13:14:18 + Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió + Branch: perl + ! AUTHORS t/io/layers.t +____________________________________________________________________________ +[ 23712] By: mhx on 2004/12/30 18:29:02 + Log: Mention ppport.h and its --api-info switch in perlguts. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 23711] By: merijn on 2004/12/30 13:10:20 + Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line + From: Gisle Aas + Date: 30 Dec 2004 03:39:36 -0800 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23708] By: nicholas on 2004/12/29 21:41:04 + Log: Thinko in the description of Config::Extensions + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23707] By: nicholas on 2004/12/29 21:25:29 + Log: Experimental module intended to simplify core regression tests + Branch: perl + + lib/Config/Extensions.pm lib/Config/Extensions.t + ! MANIFEST +____________________________________________________________________________ +[ 23706] By: nicholas on 2004/12/29 21:24:30 + Log: Skip tests that binmode :utf8 if there is no perlio + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23705] By: nicholas on 2004/12/29 21:04:43 + Log: Ooops. Fix unitialised variable + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 23704] By: nicholas on 2004/12/29 19:47:12 + Log: Oops. Forgot to uncomment the last set of Unicode values for + testing. + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23703] By: nicholas on 2004/12/29 19:00:12 + Log: read (and presuambly sysread) would expose the UTF8 internals when + reading from a byte orientated file handle into a UTF8 scalar. + Branch: perl + ! pp_sys.c t/op/read.t +____________________________________________________________________________ +[ 23702] By: nicholas on 2004/12/29 17:20:29 + Log: Add a lot of tests for combinations of values, offsets and lengths + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23701] By: nicholas on 2004/12/29 16:28:58 + Log: Convert op/read.t to use test.pl and make it stricture compliant. + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23700] By: mhx on 2004/12/29 13:46:36 + Log: Upgrade to Devel::PPPort 3.04 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest +____________________________________________________________________________ +[ 23696] By: merijn on 2004/12/29 12:41:14 + Log: Rebuilt after backport start for 23674, 23675, and 23676 + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23691] By: merijn on 2004/12/29 11:57:57 + Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately + Date: Tue, 28 Dec 2004 13:49:19 -0800 + From: Stephen McCamant + Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t + ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t + ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t + ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t + ! ext/B/t/optree_check.t ext/B/t/optree_concise.t + ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t + ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t + ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t + ! ext/B/t/xref.t +____________________________________________________________________________ +[ 23688] By: nicholas on 2004/12/28 10:25:28 + Log: Make Config.t warnings and strictures clean + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23683] By: nicholas on 2004/12/27 16:03:59 + Log: Subject: [patch sv.c] comment fix + From: Stas Bekman + Message-ID: <41CF50FE.5070307@stason.org> + Date: Sun, 26 Dec 2004 19:02:06 -0500 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23682] By: nicholas on 2004/12/27 15:48:24 + Log: Add investigating self tie segfaults to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23681] By: rgs on 2004/12/24 13:51:59 + Log: Subject: [perl #33173] shellwords.pl and tainting + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 24 Dec 2004 00:14:19 -0000 + Message-ID: + Branch: perl + ! lib/shellwords.pl +____________________________________________________________________________ +[ 23680] By: rgs on 2004/12/24 13:42:08 + Log: Subject: Missign STATEMENT brackets in PUSHMARK + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC) + Message-Id: + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 23679] By: nicholas on 2004/12/24 10:33:32 + Log: Don't do the ... expansion on archlib, sitelib etc, given that + everyone should already be using archlibext etc + Add the extra special case code for otherlibdirs + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23678] By: rgs on 2004/12/24 08:57:56 + Log: Subject: Re: [patch perlapi doc] sv_magic + From: Stas Bekman + Date: Thu, 23 Dec 2004 16:28:06 -0500 + Message-ID: <41CB3866.1080307@stason.org> + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 23677] By: nicholas on 2004/12/24 08:54:58 + Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu) + From: "Craig A. Berry" + Message-ID: <41CB6BD1.8030207@mac.com> + Date: Thu, 23 Dec 2004 19:07:29 -0600 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23676] By: nicholas on 2004/12/23 23:15:24 + Log: Bother. It helps if you also propagate the new entry to config.sh + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23675] By: nicholas on 2004/12/23 22:14:42 + Log: Oops. You can't add new entries to config_h.SH without making some + sort of corresponding defined/undefined value in config.sh somehow. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23674] By: nicholas on 2004/12/23 21:38:59 + Log: Relocatable @INC entries for Unix. + (With appropriate fixups in Config.pm to complete the illusion) + Currently can only be enabled with hackery to config.sh + TODO - proper Configure support, and support for otherlibdirs in + Config.pm + Branch: perl + ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c + ! proto.h +____________________________________________________________________________ +[ 23673] By: merijn on 2004/12/23 21:04:37 + Log: 23669 was not such a good idea. More research needed. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 23672] By: rgs on 2004/12/23 17:21:37 + Log: The "Setuid script not plain file" error wasn't documented. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23671] By: rgs on 2004/12/23 15:21:58 + Log: Subject: [PATCH] Data::Dumper Freezer fixes + From: Sam Tregar + Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST) + Message-ID: + + and bump Data::Dumper's VERSION + Branch: perl + + ext/Data/Dumper/t/freezer.t + ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 23670] By: nicholas on 2004/12/22 23:15:07 + Log: Fix typo + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 23669] By: merijn on 2004/12/22 20:16:53 + Log: Just to re-sync with metaconfig output. No real changes. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 23668] By: rgs on 2004/12/22 08:46:21 + Log: Move the definition of the S_procself_val() function before + the point where it's used + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23667] By: nicholas on 2004/12/21 20:56:58 + Log: Move the setting of $^X ahead of the initialisation of @INC + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23666] By: nicholas on 2004/12/21 20:31:57 + Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to + skip the test on platforms where it's not available + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23663] By: nicholas on 2004/12/21 11:58:53 + Log: Note that the shell's test uses eq etc for numbers, = etc for + strings, the reverse of Perl, which is definitely a trap. + Spotted by Alexei Alexandrov. + Branch: perl + ! AUTHORS pod/perltrap.pod +____________________________________________________________________________ +[ 23662] By: merijn on 2004/12/20 13:38:45 + Log: Subject: [PATCH] AUTHORS + From: Tels + Date: Sun, 19 Dec 2004 14:28:44 +0100 + Message-Id: <200412191428.45898@bloodgate.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23661] By: rgs on 2004/12/17 09:08:23 + Log: Subject: Re: [perl #32717] BeOS specific Updates + From: bonefish@cs.tu-berlin.de + Date: Fri, 17 Dec 2004 01:17:40 +0100 + Message-Id: <20041217011740.14398.1@cs.tu-berlin.de> + Branch: perl + - beos/beos_flock_server.cpp beos/beos_flock_server.h + ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h + ! hints/beos.sh +____________________________________________________________________________ +[ 23660] By: rgs on 2004/12/16 16:09:20 + Log: Subject: [PATCH] bop.t follow-up to #23645 + From: "Craig A. Berry" + Date: Thu, 16 Dec 2004 08:53:32 -0600 + Message-ID: <41C1A16C.9040700@mac.com> + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23659] By: rgs on 2004/12/16 16:05:49 + Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH] + From: Andy Dougherty + Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST) + Message-ID: + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 23658] By: rgs on 2004/12/16 15:58:06 + Log: Two pod2html patches from Dave Sparks : + + Fix anchors for some function names + Subject: pod2html fragment fix [PATCH] + From: Gisle Aas + Date: 11 Nov 2004 14:36:46 +0100 + Message-ID: + + Subject: Make 'pod2html --quiet' be quiet [PATCH] + From: Gisle Aas + Date: 11 Nov 2004 15:19:58 +0100 + Message-ID: + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 23657] By: rgs on 2004/12/16 15:43:02 + Log: Pod::Html is not part of the podlators distribution + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23656] By: rgs on 2004/12/15 16:39:29 + Log: Security fix from Debian in the debugger (in the setterm() + function), from: + Subject: Re: Security patch from Debian? + From: Brendan O'Dea + Date: Thu, 2 Dec 2004 13:42:17 +1100 + Message-ID: <20041202024217.GA12670@londo.c47.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23655] By: rgs on 2004/12/15 15:14:05 + Log: A couple of SCO compilation patches + + Subject: [perl #3097] Re: SCO5 XS dyn loading fails + From: "Ilya N. Golubev" + Date: Tue, 14 Dec 2004 22:37:27 +0300 + Message-ID: <028941bf40f648-gin@mo.msk.ru> + + Subject: Re: [perl #3100] NaN passed to gcvt [PATCH] + From: Andy Dougherty + Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST) + Message-ID: + Branch: perl + ! hints/sco.sh +____________________________________________________________________________ +[ 23654] By: rgs on 2004/12/15 13:16:06 + Log: Upgrade to Test::Simple 0.54 + Branch: perl + + lib/Test/Simple/t/is_fh.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/harness_active.t + ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t + ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t + ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t +____________________________________________________________________________ +[ 23653] By: rgs on 2004/12/15 12:43:37 + Log: Upgrade to ExtUtils::MakeMaker 6.25 + Branch: perl + + lib/ExtUtils/t/dir_target.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t + ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t + ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t + ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t +____________________________________________________________________________ +[ 23652] By: rgs on 2004/12/14 16:22:42 + Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 23651] By: rgs on 2004/12/14 12:17:25 + Log: Subject: Re: B::walkoptree segfaults + From: Alexey Tourbin + Date: Fri, 3 Dec 2004 05:06:49 +0300 + Message-ID: <20041203020649.GD3898@solemn.turbinal.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 23650] By: rgs on 2004/12/14 11:21:53 + Log: Make Sys::Syslog stricture-compliant + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 23649] By: rgs on 2004/12/14 10:35:57 + Log: Allow escaping %m as %%m in Sys::Syslog format strings + (suggested by Joshua Richardson + and Yitzchak Scott-Thoennes) + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 23648] By: rgs on 2004/12/14 10:22:48 + Log: Subject: [perl #24343] [PATCH] -w vs. -s + From: "Steve Peters via RT" + Date: 14 Dec 2004 06:41:34 -0000 + Message-ID: + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23647] By: merijn on 2004/12/14 07:51:43 + Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved + Date: 14 Dec 2004 06:29:23 -0000 + From: "Steve Peters via RT" + Message-ID: + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 23646] By: rgs on 2004/12/14 07:41:08 + Log: Fix test added in change 23645 with an eval() + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23645] By: rgs on 2004/12/14 07:28:57 + Log: Test patch for already-solved bug #33003, + by Michael G Schwern. + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23644] By: steveh on 2004/12/13 17:26:46 + Log: Document gv_stashpvn + + This is already in the API supported by Devel::PPPort, and is + more efficient than gv_stashpv if the length is already known. + Branch: perl + ! embed.fnc gv.c pod/perlapi.pod +____________________________________________________________________________ +[ 23643] By: rgs on 2004/12/13 10:02:57 + Log: Subject: [PATCH] FileCache without import + From: Michael G Schwern + Date: Sat, 11 Dec 2004 18:58:32 -0500 + Message-ID: <20041211235832.GA13462@windhund.schwern.org> + Branch: perl + + lib/FileCache/t/07noimport.t + ! MANIFEST lib/FileCache.pm +____________________________________________________________________________ +[ 23642] By: rgs on 2004/12/13 09:54:23 + Log: Subject: [PATCH] perlipc typo + From: Brendan O'Dea + Date: Sun, 12 Dec 2004 10:25:04 +1100 + Message-ID: <20041211232504.GA8380@londo.c47.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 23641] By: rgs on 2004/12/13 09:41:21 + Log: Subject: [PATCH] t/op/taint.t follow-up to #23635 + From: "Craig A. Berry" + Date: Sat, 11 Dec 2004 11:03:57 -0600 + Message-ID: <41BB287D.6090001@mac.com> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 23640] By: rgs on 2004/12/13 08:39:34 + Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH] + From: Gisle Aas + Date: 11 Dec 2004 02:57:19 -0800 + Message-ID: + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23639] By: rgs on 2004/12/10 22:02:52 + Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks + From: mjtg@cam.ac.uk (Mike Guy) + Date: Fri, 10 Dec 2004 19:08:01 +0000 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23638] By: steveh on 2004/12/10 14:58:59 + Log: Fix Win32 breakage caused by change 23610 + + Simply skip the offending tests on Win32. There is no sense in testing + that $Config dir entries appear in @INC because the $Config entries + relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in + win32/Makefile), whereas @INC entries are dynamic, based on where + perlXX.dll is currently located. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23637] By: rgs on 2004/12/10 10:17:47 + Log: Pod nit ([perl #32800]) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23636] By: rgs on 2004/12/10 10:02:12 + Log: Subject: [PATCH] Test rt.perl.org 5900 + From: Michael G Schwern + Date: Thu, 9 Dec 2004 22:11:59 -0500 + Message-ID: <20041210031159.GA7629@windhund.schwern.org> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 23635] By: rgs on 2004/12/10 09:51:44 + Log: Subject: [PATCH] cleanup t/op/taint.t + From: Michael G Schwern + Date: Fri, 10 Dec 2004 02:04:49 -0500 + Message-ID: <20041210070448.GA22347@windhund.schwern.org> + + Subject: [PATCH] Add todo_skip() to test.pl + From: Michael G Schwern + Date: Fri, 10 Dec 2004 04:27:06 -0500 + Message-ID: <20041210092706.GA23378@windhund.schwern.org> + Branch: perl + ! t/op/taint.t t/test.pl +____________________________________________________________________________ +[ 23634] By: nicholas on 2004/12/09 22:51:03 + Log: Evade using @ in the 1 liner with some perl 1 syntax. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23633] By: rgs on 2004/12/09 18:50:16 + Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up + From: Robin Barker + Date: Wed, 1 Dec 2004 15:15:44 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 23632] By: rgs on 2004/12/09 17:12:12 + Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH] + From: Gisle Aas + Date: 06 Dec 2004 02:59:24 -0800 + Message-ID: + Branch: perl + ! utf8.h +____________________________________________________________________________ +[ 23631] By: rgs on 2004/12/09 16:03:01 + Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6 + From: Gisle Aas + Date: 03 Dec 2004 06:09:19 -0800 + Message-ID: + Branch: perl + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 23630] By: rgs on 2004/12/09 15:49:07 + Log: Upgrade to perldoc 3.14 + Branch: perl + ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm +____________________________________________________________________________ +[ 23629] By: rgs on 2004/12/09 09:57:42 + Log: Fix test to cope with the previous h2ph change. + Branch: perl + ! t/lib/h2ph.pht +____________________________________________________________________________ +[ 23628] By: rgs on 2004/12/08 16:50:30 + Log: Subject: [perl #32962] h2ph - use of local() in generated code + From: Peter.Dintelmann@dresdner-bank.com (via RT) + Date: 8 Dec 2004 15:49:32 -0000 + Message-ID: + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 23627] By: rgs on 2004/12/08 16:19:38 + Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package + From: "Jos I. Boumans" + Date: Wed, 8 Dec 2004 14:24:19 +0100 + Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net> + Branch: perl + + lib/FileCache/t/06export.t + ! MANIFEST lib/FileCache.pm +____________________________________________________________________________ +[ 23626] By: nicholas on 2004/12/07 23:39:46 + Log: Avoid getting the stash name twice (at least visually, if not also + in the generated code) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23624] By: rgs on 2004/12/07 18:26:48 + Log: Upgrade to Encode 2.09 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs + ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 23623] By: nicholas on 2004/12/07 15:27:09 + Log: Revert part of the change to gv_fullname4(), as the change seems to + be fractionally slower. Re-investigation prompted by a comment from + Tim Bunce, who seems to be more on the ball than I am. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23622] By: steveh on 2004/12/07 10:50:26 + Log: Update AUTHORS (for changes #23200 and #23621) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23621] By: steveh on 2004/12/07 10:35:59 + Log: Updates to README.win32 (aka perlwin32), with some changes. + + Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free) + From: Max Maischein + Date: Sun, 05 Dec 2004 19:39:40 +0100 + Message-ID: <41B355EC.9010505@corion.net> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23620] By: rgs on 2004/12/06 22:22:11 + Log: Upgrade to Term::ANSIColor 1.09 + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl +____________________________________________________________________________ +[ 23619] By: rgs on 2004/12/06 21:54:55 + Log: Small addition to perlsec by Stas Bekman. + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 23618] By: steveh on 2004/12/06 15:54:30 + Log: Fix another Win32 breakage caused by change 23554 + Branch: perl + ! t/win32/system.t +____________________________________________________________________________ +[ 23617] By: nicholas on 2004/12/06 15:35:39 + Log: Break out setting $^X into its own static function S_set_caret_X + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23616] By: steveh on 2004/12/06 14:42:32 + Log: Fix typo from change 23554 which screwed up Windows smokes + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 23615] By: nicholas on 2004/12/06 14:39:59 + Log: sanity check the arguments to runperl(), to try to avoid it + hanging waiting on STDIN for a script. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23614] By: nicholas on 2004/12/06 13:41:45 + Log: Remove spurious semicolons + (As these 2 are spare, I guess I should send them to Mark Rhodes + (former office mate) as he often said that he kept mislaying his) + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 23613] By: nicholas on 2004/12/06 13:10:24 + Log: Tests for Config.pm much better now - toDONE + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23612] By: nicholas on 2004/12/06 13:01:36 + Log: Turn gv_fullname3 and gv_efullname3 into macros that call + gv_fullname4 and gv_efullname4 directly, saving overhead. + Branch: perl + ! embed.fnc embed.h gv.h proto.h +____________________________________________________________________________ +[ 23611] By: merijn on 2004/12/06 12:00:10 + Log: New Itanium servers + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 23610] By: nicholas on 2004/12/06 10:35:00 + Log: Check that @INC entries and %Config path entries are consistent. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23609] By: nicholas on 2004/12/03 22:17:32 + Log: gv_fullname4() can get rid of the main:: for us. + (well, actually, it never puts it in) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23608] By: rgs on 2004/12/03 21:51:45 + Log: $foo::_ was wrongly forced as $main::_. + Since we still want "our $_" to be always forced to $main::_, + deplace the forcing code at our-pad allocation time. + (Making execution probably a tiny bit faster) + Branch: perl + ! gv.c op.c t/op/mydef.t +____________________________________________________________________________ +[ 23607] By: nicholas on 2004/12/03 20:38:37 + Log: Remove double checking of acceptable switches on tr/// ops. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23606] By: nicholas on 2004/12/03 20:07:31 + Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c) + The latter gives larger code, is less clear and can't be any faster + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 23605] By: nicholas on 2004/12/03 18:56:31 + Log: Small code tidy up in gv_fullname4 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23604] By: nicholas on 2004/12/03 18:26:43 + Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c) + They seem to produce slightly smaller object code too. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23603] By: nicholas on 2004/12/03 17:02:43 + Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23602] By: nicholas on 2004/12/03 15:50:15 + Log: Pull out the duplicateded push @INC, $_ if -e $_ code from + S_pushinc into a new function S_pushinc_if_exists + Avoid the SV copy when pushing onto @INC by creating a new scratch + SV each time a push is done. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23601] By: nicholas on 2004/12/02 22:35:34 + Log: Subject: [PATCH] configure.com: no more CONFIG=true + From: "Craig A. Berry" + Message-ID: <41AF87BA.1080108@mac.com> + Date: Thu, 02 Dec 2004 15:23:06 -0600 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23598] By: nicholas on 2004/12/01 23:13:32 + Log: 2 new BeOS files were missing + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23592] By: nicholas on 2004/12/01 18:54:14 + Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables + From: Jarkko Hietaniemi + Message-ID: <41ADFD95.4030007@iki.fi> + Date: Wed, 01 Dec 2004 19:21:25 +0200 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23588] By: nicholas on 2004/12/01 16:52:45 + Log: &test in constant.t is vestigial, so amputate it. + Branch: perl + ! lib/constant.t +____________________________________________________________________________ +[ 23587] By: nicholas on 2004/12/01 16:35:10 + Log: Tidy up the reference name stringification to save getting the + hash name twice. Pleasant side effect is 44 byte smaller object + file. (A small win is still a win) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23584] By: merijn on 2004/12/01 13:44:24 + Log: Subject: [perl #32717] BeOS specific Updates + Date: 30 Nov 2004 15:38:32 -0000 + From: Ingo Weinhold (via RT) + Message-ID: + Branch: perl + + beos/beos_flock_server.cpp beos/beos_flock_server.h + ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL + ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t + ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t +____________________________________________________________________________ +[ 23583] By: merijn on 2004/12/01 13:29:18 + Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl + Date: Wed, 01 Dec 2004 07:24:45 -0600 + From: "Craig A. Berry" + Message-ID: <41ADC61D.8010407@mac.com> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23581] By: rgs on 2004/12/01 13:01:55 + Log: MANIFEST.SKIP is missing from the list of files that come + with MakeMaker + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23577] By: nicholas on 2004/11/30 16:40:06 + Log: Add placeholders for the new strlcat and strlcpy entries in + config.sh, to ensure that the config.h generated for cross- + compilation will still work. + Branch: perl + ! Cross/config.sh-arm-linux +____________________________________________________________________________ +[ 23575] By: nicholas on 2004/11/30 15:32:17 + Log: Let pod/buildtoc resort the MANIFEST the way it wants it + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23574] By: nicholas on 2004/11/30 15:31:14 + Log: Add perl586delta.pod to all the necessary makefiles and tables of + contents. + Branch: perl + ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template + ! win32/pod.mak +____________________________________________________________________________ +[ 23571] By: merijn on 2004/11/30 15:11:01 + Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu) + Date: Tue, 30 Nov 2004 09:29:06 -0600 + From: Steve Peters + Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org> + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 23570] By: nicholas on 2004/11/30 14:57:53 + Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead + Branch: perl + +> pod/perl586delta.pod + ! MANIFEST + !> pod/perlhist.pod +____________________________________________________________________________ +[ 23568] By: rgs on 2004/11/30 13:02:16 + Log: Protection against trailing spaces in embed.fnc + Branch: perl + ! autodoc.pl embed.pl +____________________________________________________________________________ +[ 23567] By: rgs on 2004/11/30 12:57:30 + Log: Remove trailing whitespace that found their way in the docs + (spotted by Stas Bekman) + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 23566] By: rgs on 2004/11/29 12:30:31 + Log: Upgrade to Test::Simple 0.53 + Branch: perl + + lib/Test/Simple/t/circular_data.t + + lib/Test/Simple/t/overload_threads.t + + lib/Test/Simple/t/plan_bad.t + + lib/Test/Simple/t/plan_shouldnt_import.t + + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/README lib/Test/Simple/TODO + ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t + ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t + ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm +____________________________________________________________________________ +[ 23564] By: nicholas on 2004/11/28 16:13:56 + Log: Skip generating all the code to deal with "" strings in config.sh + if there aren't any. '' only code is much simpler. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23563] By: nicholas on 2004/11/28 15:00:15 + Log: Given that there is a pre-built cache, no need for @v_fast + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23562] By: nicholas on 2004/11/28 13:56:30 + Log: The byteorder code doesn't need to be in Config.pm if byteorder + isn't actually a frequently looked up value. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23561] By: nicholas on 2004/11/28 13:20:39 + Log: Need to stub the public functions to keep some existing code + working. + No need to keep $Config_SH around in memory when we can easily + re-create it. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23558] By: nicholas on 2004/11/27 23:06:41 + Log: Generate the precached %Config entries based on some empirical + data, rather than just guesswork. + Branch: perl + ! Makefile.SH configpm +____________________________________________________________________________ +[ 23557] By: nicholas on 2004/11/27 21:26:42 + Log: Subject: [PATCH] Re: getting Config.pm on a diet + From: "Craig A. Berry" + Message-ID: <41A8F225.7080902@mac.com> + Date: Sat, 27 Nov 2004 15:31:17 -0600 + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23555] By: nicholas on 2004/11/27 17:28:47 + Log: Hateful cAsE iNsEnSiTiVe file systems + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23554] By: nicholas on 2004/11/27 16:56:35 + Log: Put Config.pm on a diet. 3K rather than 32K + configpm now generates 2 files, a small Config.pm containing the + commonly used functions and values, which AUTOLOADs a + Config_heavy.pl containing anything else needed. + The "common" values in the small Config.pm may need some + tweaking, based on real world data. + Branch: perl + ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 23550] By: nicholas on 2004/11/27 14:43:37 + Log: Clarify the return values of pos, particularly 0 and undef, as + suggested by Stas Bekman + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23549] By: nicholas on 2004/11/27 14:24:21 + Log: Document the interaction of PERL_USE_SAVE_PUTENV and + PL_use_safe_putenv, based on text by Stas Bekman + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 23548] By: rgs on 2004/11/26 17:20:46 + Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage + From: "Steve Peters via RT" + Date: 26 Nov 2004 17:14:33 -0000 + Message-ID: + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 23547] By: rgs on 2004/11/26 15:16:59 + Log: Freak out if h2ph has to translate a macro that contains assembly code. + + Subject: [PATCH] h2ph vs __asm__ + From: Rafael Garcia-Suarez + Date: Thu, 25 Nov 2004 17:24:43 +0100 + Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 23546] By: rgs on 2004/11/26 15:07:47 + Log: Doc nit for B::Lint + Subject: [PATCH] B::Lint + From: Andy Lester + Date: Fri, 26 Nov 2004 00:30:48 -0600 + Message-ID: <20041126063048.GA10161@petdance.com> + Branch: perl + ! ext/B/B/Lint.pm +____________________________________________________________________________ +[ 23545] By: nicholas on 2004/11/26 12:33:34 + Log: The change to the internal representation introduced a bug whereby + the key returned by FIRSTKEY had an erroneous leading newline. + EXISTS was also buggy. + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23544] By: nicholas on 2004/11/26 11:29:21 + Log: Make configpm and the generated Config.pm strict and warnings + clean. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23543] By: steveh on 2004/11/26 10:56:12 + Log: Fix Win32 breakage caused by changes 23535/23542. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23542] By: nicholas on 2004/11/25 23:41:05 + Log: Generate the virtual entries at Config.pm build time, as they + don't change. This lets us get rid of the entire "fetch_virtual" + baggage, and makes the config_re lookup work for the virtual + entries. + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23541] By: nicholas on 2004/11/25 22:50:15 + Log: Cheat. (Add a leading newline, and so remove all the special + casing for "if we're at the start of $Config_SH") + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23538] By: nicholas on 2004/11/25 21:37:23 + Log: Add an exists test for the things we loop over + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23537] By: nicholas on 2004/11/25 21:33:23 + Log: The first entry in the virtual config.sh is special cased. So + test it. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23536] By: nicholas on 2004/11/25 21:00:56 + Log: Make $Config{libs_nolargefiles} and + $Config{libswanted_nolargefiles} work. (For the first time) + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23535] By: nicholas on 2004/11/25 20:10:43 + Log: Test the currently working virtual %Config entries + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23534] By: rgs on 2004/11/24 16:09:42 + Log: Subject: RC1 pod fix #anchor + From: Stas Bekman + Date: Wed, 24 Nov 2004 10:57:21 -0500 + Message-ID: <41A4AF61.9080408@stason.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23533] By: rgs on 2004/11/24 16:07:38 + Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea + From: Stas Bekman + Date: Wed, 24 Nov 2004 11:25:14 -0500 + Message-ID: <41A4B5EA.3020804@stason.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 23532] By: rgs on 2004/11/24 14:47:31 + Log: Subject: [perl #3242] [PATCH]No error on assignment to $> + From: "Steve Peters via RT" + Date: 21 Nov 2004 04:38:09 -0000 + Message-ID: + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 23531] By: nicholas on 2004/11/24 11:50:28 + Log: Wrap some long lines + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23528] By: rgs on 2004/11/23 13:35:34 + Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value + after eval or require + Branch: perl + ! t/comp/package.t toke.c +____________________________________________________________________________ +[ 23527] By: rgs on 2004/11/23 10:20:02 + Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe + From: Michael G Schwern + Date: Fri, 19 Nov 2004 14:28:56 -0500 + Message-ID: <20041119192856.GA4769@windhund.schwern.org> + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 23526] By: rgs on 2004/11/23 09:26:03 + Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error + From: "Steve Peters via RT" + Date: 23 Nov 2004 00:04:24 -0000 + Message-ID: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23525] By: rgs on 2004/11/23 09:09:57 + Log: Subject: [PATCH] warnings.t portability tweaks + From: "Craig A. Berry" + Date: Sat, 20 Nov 2004 10:29:47 -0600 + Message-ID: <419F70FB.7000100@mac.com> + Branch: perl + ! t/lib/warnings/9uninit t/lib/warnings/perlio +____________________________________________________________________________ +[ 23523] By: nicholas on 2004/11/20 22:17:18 + Log: Assimilate Test-Simple 0.50 + Branch: perl + + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t + + lib/Test/Simple/t/00test_harness_check.t + + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t + + lib/Test/Simple/t/fail_one.t + + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t + + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t + + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/README lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/diag.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/has_plan2.t + ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t + ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t + ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t + ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t + ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm + ! t/lib/TieOut.pm +____________________________________________________________________________ +[ 23520] By: nicholas on 2004/11/20 14:21:28 + Log: genuine possible buffer problems spotted by flawfinder + Branch: perl + ! regcomp.c util.c +____________________________________________________________________________ +[ 23519] By: rgs on 2004/11/19 14:48:35 + Log: Make "err" a weak keyword; + that is, it will be overriden by any sub named "err", except when + really an operator is expected at this point. ([perl #32347]) + Branch: perl + ! t/op/dor.t toke.c +____________________________________________________________________________ +[ 23518] By: rgs on 2004/11/19 09:22:33 + Log: Subject: [perl #32486] error in documentation for POSIX::pipe + From: chris@ex-parrot.com (via RT) + Date: 18 Nov 2004 18:09:54 -0000 + Message-ID: + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 23517] By: nicholas on 2004/11/18 23:32:20 + Log: Bump version number + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23516] By: rgs on 2004/11/18 22:06:21 + Log: Remaining nit in the deparsing of reversed foreach loops + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23514] By: rgs on 2004/11/18 18:01:52 + Log: Fix deparsing of reversed foreach loops, + plus a bug in the previous commit + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23513] By: rgs on 2004/11/18 17:25:19 + Log: Fix deparsing of reversed sort and descending sorts, + due to the recent optimisations on this part of the optree. + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23510] By: rgs on 2004/11/17 10:41:56 + Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink + From: "Steve Peters via RT" + Date: 12 Nov 2004 02:47:36 -0000 + Message-ID: + Branch: perl + ! lib/File/Find.pm lib/File/Find/t/find.t +____________________________________________________________________________ +[ 23509] By: rgs on 2004/11/17 10:22:52 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod +____________________________________________________________________________ +[ 23508] By: rgs on 2004/11/17 10:14:58 + Log: Fix a couple of typos. + Branch: perl + ! hv.c utf8.c +____________________________________________________________________________ +[ 23507] By: rgs on 2004/11/17 10:11:20 + Log: Subject: SuSE's perl safe_putenf diff + From: Michael Schroeder + Date: Thu, 11 Nov 2004 15:54:43 +0100 + Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de> + + slightly reworked to make the PL_use_safe_putenv variable fit in + the current framework. This patch turns on the use of safe putenv + for any application that embeds a perl interpreter. + Branch: perl + ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h + ! util.c +____________________________________________________________________________ +[ 23506] By: rgs on 2004/11/17 08:57:17 + Log: Subject: [PATCH] perl5db.pl POD cleanup + From: Autrijus Tang + Date: Fri, 12 Nov 2004 12:41:33 +0800 + Message-ID: <20041112044133.GA92924@aut.dyndns.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23505] By: rgs on 2004/11/17 08:31:39 + Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2. + From: Andy Dougherty + Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST) + Message-ID: + Branch: perl + ! t/op/time.t +____________________________________________________________________________ +[ 23501] By: steveh on 2004/11/16 10:55:20 + Log: Make all scripts run by regen.pl write output with UNIX style EOL's. + + (autodoc.pl was already done by change 23371.) + Branch: perl + ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl + ! warnings.pl +____________________________________________________________________________ +[ 23500] By: merijn on 2004/11/16 10:49:35 + Log: Subject: [PATCH] s/hierachy/hierarchy/ + Date: Mon, 15 Nov 2004 15:59:14 -0700 + From: "Larry Shatzer Jr." + Message-ID: <20041115225913.GA22373@zippy.zyx.net> + Branch: perl + ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h +____________________________________________________________________________ +[ 23499] By: steveh on 2004/11/16 09:42:50 + Log: Fix Win32 breakage caused by changes to op.c in change 23433. + + Also limit the scope of the locks in a couple of places, as suggested + by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html. + Branch: perl + ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c +____________________________________________________________________________ +[ 23498] By: merijn on 2004/11/14 07:02:20 + Log: Subject: [PATCH] Add the minitest target to vms buildsystem + From: Abe Timmerman + Date: Sun, 14 Nov 2004 00:48:17 +0100 + Message-Id: <200411140048.17035.abe@ztreet.demon.nl> + Branch: perl + ! vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 23497] By: rgs on 2004/11/12 21:11:48 + Log: Subject: [perl #32400] Unnecessary warning from constant.pm + From: Anno Siegel (via RT) + Date: 10 Nov 2004 18:30:38 -0000 + Message-ID: + Branch: perl + ! lib/constant.pm lib/constant.t +____________________________________________________________________________ +[ 23496] By: merijn on 2004/11/12 20:47:19 + Log: Subject: [perl #32419] Spelling fixes for perl@23492 + Date: 12 Nov 2004 16:14:49 -0000 + From: Richard Soderberg (via RT) + Message-ID: + Branch: perl + ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod + ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod + ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod + ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod + ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod + ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod +____________________________________________________________________________ +[ 23495] By: merijn on 2004/11/12 20:26:17 + Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant + Date: Fri, 12 Nov 2004 11:15:47 -0600 + From: steve@fisharerojo.org + Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net> + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23494] By: davem on 2004/11/12 18:59:06 + Log: Add some descriptive text from Larry to op.c on how optrees are built + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23492] By: rgs on 2004/11/10 09:32:39 + Log: Replace a skip by a todo. + Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) + From: Yitzchak Scott-Thoennes + Date: Wed, 10 Nov 2004 01:30:14 -0800 + Message-ID: <20041110093014.GA1676@efn.org> + Branch: perl + ! t/io/tell.t +____________________________________________________________________________ +[ 23491] By: rgs on 2004/11/10 07:40:31 + Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) + From: Yitzchak Scott-Thoennes + Date: Tue, 9 Nov 2004 17:40:13 -0800 + Message-ID: <20041110014012.GA2796@efn.org> + Branch: perl + ! t/io/tell.t +____________________________________________________________________________ +[ 23490] By: rgs on 2004/11/09 18:17:07 + Log: Adjust test count for non-windows machines + Branch: perl + ! ext/IO/t/io_file.t +____________________________________________________________________________ +[ 23489] By: merijn on 2004/11/09 17:53:53 + Log: Subject: [PATCH] fix IO::File to support binmode + From: "Jos I. Boumans" + Date: Tue, 9 Nov 2004 16:59:27 +0100 + Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org> + Branch: perl + + ext/IO/t/io_file.t + ! MANIFEST ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 23487] By: nicholas on 2004/11/08 20:27:42 + Log: No more late changes, dammit + Branch: perl + ! ext/B/t/optree_concise.t +____________________________________________________________________________ +[ 23485] By: rgs on 2004/11/08 08:38:03 + Log: Subject: Re: optree tests and VMS progress (no really) + From: Yitzchak Scott-Thoennes + Date: Sun, 7 Nov 2004 23:24:15 -0800 + Message-ID: <20041108072415.GA3928@efn.org> + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 23482] By: davem on 2004/11/06 11:59:16 + Log: document regcomp.c/regexec.c's dual life under ext/re/ + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 23481] By: nicholas on 2004/11/06 08:48:50 + Log: Subject: Re: optree tests and VMS progress (no really) + From: Jim Cromie + Message-ID: + Date: Sat, 6 Nov 2004 00:57:13 -0700 + Branch: perl + ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t +____________________________________________________________________________ +[ 23475] By: merijn on 2004/11/05 14:16:27 + Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH] + Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST) + From: Andy Dougherty + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 23474] By: merijn on 2004/11/05 13:07:16 + Log: Skip failing thread/wait tests on HP-UX 10.20 + These will never ever be fixed, since 10.20 is obsolete + perl583delta describes this. The quote is included in wait.t + Branch: perl + ! ext/threads/shared/t/wait.t +____________________________________________________________________________ +[ 23473] By: rgs on 2004/11/05 08:47:44 + Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments + From: Anno Siegel (via RT) + Date: 4 Nov 2004 20:12:36 -0000 + Message-ID: + Branch: perl + ! lib/Benchmark.pm lib/Benchmark.t +____________________________________________________________________________ +[ 23471] By: rgs on 2004/11/04 09:26:56 + Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails + From: Rick Delaney + Date: Sun, 31 Oct 2004 22:40:40 -0500 + Message-ID: <20041101034040.GC1232@biff.bort.ca> + Branch: perl + + t/op/regexp_qr.t + ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t +____________________________________________________________________________ +[ 23470] By: rgs on 2004/11/04 08:25:34 + Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rick Delaney + Date: Wed, 3 Nov 2004 19:46:16 -0500 + Message-ID: <20041104004616.GA11214@biff.bort.ca> + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 23469] By: rgs on 2004/11/03 11:54:28 + Log: Mostly revert change #23347 (keep the test suite, fixed), + having decided that it wasn't a correct fix for bug #31793. + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 23468] By: rgs on 2004/11/03 07:39:04 + Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin + From: Yitzchak Scott-Thoennes + Date: Tue, 2 Nov 2004 17:24:29 -0800 + Message-ID: <20041103012429.GA7196@efn.org> + Branch: perl + ! util.h +____________________________________________________________________________ +[ 23467] By: rgs on 2004/11/03 06:38:38 + Log: Subject: [PATCH configure.com] Re: [PATCH] Detecting strlcat() and strlcpy() in Configure + From: "Craig A. Berry" + Date: Tue, 02 Nov 2004 20:02:04 -0600 + Message-ID: <41883C1C.3080108@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23466] By: rgs on 2004/11/02 12:33:57 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 23465] By: rgs on 2004/11/02 08:18:15 + Log: Reformulate an error + (so the error message given by "perl -M" is a bit more + meaningful, as Jarkko pointed out) + Branch: perl + ! perl.c pod/perldiag.pod +____________________________________________________________________________ +[ 23457] By: merijn on 2004/11/01 13:26:43 + Log: New Glossary and samples for blead + Glossary now is in line with recent changes to config_h.SH + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 23455] By: merijn on 2004/11/01 12:51:52 + Log: Since strlcat/strlcpy are not argument/return value compatible + with strncat/strncpy, replace the misleading defines with comment + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 23450] By: merijn on 2004/10/31 16:33:17 + Log: The next step in strlcat ()/ strcpy () detection and usage + preparation. Change to handy.h eeded for config_h.SH + Branch: perl + ! config_h.SH handy.h +____________________________________________________________________________ +[ 23448] By: nicholas on 2004/10/31 14:37:46 + Log: Make TEST and harness skip tests for extensions that were not + configured. Currently this skipping is silent - maybe they should + report what they are skipping. + Branch: perl + ! t/TEST t/harness +____________________________________________________________________________ +[ 23446] By: nicholas on 2004/10/31 13:02:01 + Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch + From: Jim Cromie + Message-ID: + Date: Mon, 25 Oct 2004 16:36:40 -0600 + Branch: perl + ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 23445] By: nicholas on 2004/10/31 12:24:09 + Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time. + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 23444] By: nicholas on 2004/10/31 11:20:27 + Log: Skip tests if Devel::Peek not built + Branch: perl + ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t + ! ext/threads/t/join.t lib/base/t/fields-base.t +____________________________________________________________________________ +[ 23443] By: nicholas on 2004/10/31 11:19:47 + Log: Assimilate PathTools 3.01 (File::Spec and Cwd) + Branch: perl + ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 23442] By: nicholas on 2004/10/31 11:07:57 + Log: Oops. Forgot to add the new test in I18N::LangTags 0.35 + Branch: perl + + lib/I18N/LangTags/t/20_locales.t +____________________________________________________________________________ +[ 23441] By: nicholas on 2004/10/31 10:41:17 + Log: Correct change 23437 - as Config isn't imported, need to use a fully + qualified package + Branch: perl + ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t + ! ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 23440] By: nicholas on 2004/10/31 10:40:11 + Log: Assimilate I18N::LangTags 0.35 + Branch: perl + ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README +____________________________________________________________________________ +[ 23439] By: nicholas on 2004/10/31 08:17:57 + Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question)) + Date: Sun, 31 Oct 2004 04:01:42 -0500 + From: Ed Allen Smith + Message-Id: + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 23438] By: davem on 2004/10/30 23:25:37 + Log: Using foreach on threads::shared array crashes perl + The FETCH code for shared aggregate elements could leak a shared RV + address into a private SV. RVs are now handled specially, in the + same way that they already were for scalar shared magic. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 23437] By: nicholas on 2004/10/30 22:49:18 + Log: Skip tests that require Data::Dumper if it is not built + Branch: perl + ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t + ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t + ! lib/ExtUtils/t/prereq_print.t +____________________________________________________________________________ +[ 23436] By: merijn on 2004/10/30 16:11:15 + Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's + Branch: perl + ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 wince/config_H.ce +____________________________________________________________________________ +[ 23435] By: merijn on 2004/10/30 15:54:48 + Log: Added probes for strlcat () and strlcpy () to Configure + Re-ordered config_h.SH + Branch: perl + ! Configure Makefile.SH config_h.SH +____________________________________________________________________________ +[ 23433] By: davem on 2004/10/29 21:04:17 + Log: Threading crash with closures + various OpREFCNT_inc() operations weren't doing locking + Branch: perl + ! pad.c regcomp.c sv.c +____________________________________________________________________________ +[ 23432] By: steveh on 2004/10/29 14:12:02 + Log: Document sv_magic() changes brought about by sv_magicext() + + Change 14335 made sv_magic() a wrapper to a new sv_magicext(), + but didn't update the documentation for sv_magic() to reflect + the changed handling of the name/namlen arguments. + + Also correct a couple of typos, and mention sv_magicext() in + perlguts. + Branch: perl + ! pod/perlapi.pod pod/perlguts.pod sv.c +____________________________________________________________________________ +[ 23431] By: merijn on 2004/10/29 13:56:03 + Log: Subject: [PATCH] 36 additional tests for B + From: Steve Peters + Date: Fri, 29 Oct 2004 00:53:22 -0500 + Message-Id: <200410290053.22947.steve@fisharerojo.org> + Branch: perl + ! ext/B/t/b.t +____________________________________________________________________________ +[ 23426] By: davem on 2004/10/27 22:50:57 + Log: include flags and refcount in the list of leaked scalars + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23425] By: ams on 2004/10/27 11:27:27 + Log: Subject: [PATCH] lib/Carp.t improvements + From: "Craig A. Berry" + Date: Tue, 26 Oct 2004 23:32:25 -0500 + Message-Id: <417F24D9.1000904@mac.com> + Branch: perl + ! lib/Carp.t +____________________________________________________________________________ +[ 23424] By: rgs on 2004/10/25 15:31:21 + Log: Fix [perl #32130] Errno.pm must not pass references to "prototype" + Branch: perl + ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t +____________________________________________________________________________ +[ 23423] By: rgs on 2004/10/25 15:09:27 + Log: Small updates to the web addresses for Perl, noticed by Robert Spier + Branch: perl + ! pod/perl.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 23422] By: rgs on 2004/10/25 14:56:37 + Log: Subject: [perl #30227] [PATCH]splain vs. -w + From: "Steve Peters via RT" + Date: 23 Oct 2004 13:55:41 -0000 + Message-ID: + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 23421] By: rgs on 2004/10/25 07:29:50 + Log: Upgrade to Encode 2.08. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm + ! ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/Encoding.pm +____________________________________________________________________________ +[ 23420] By: mhx on 2004/10/24 07:53:45 + Log: Subject: Re: [perl #31937] perlop: add basic =~ examples + From: Steve Peters + Date: Sat, 23 Oct 2004 08:01:51 -0500 + Message-Id: <200410230801.51649.steve@fisharerojo.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23419] By: mhx on 2004/10/23 23:39:18 + Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%? + From: Tels + Date: Sat, 23 Oct 2004 16:56:31 +0200 + Message-Id: <200410231656.40995@bloodgate.com> + Branch: perl + ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm +____________________________________________________________________________ +[ 23418] By: davem on 2004/10/23 21:50:19 + Log: Chained goto &sub drops data too early. + + Change 22373 to stop a memory leak in goto &foo intead caused + the elements of @_ to be freed too early. This revised fix + just transfers the reifiedness of the old @_ to the new @_ + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 23417] By: rgs on 2004/10/23 19:58:07 + Log: Upgrade to Encode 2.07 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t + ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm + ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm + ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm + ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm + ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm + ! ext/Encode/ucm/macThai.ucm +____________________________________________________________________________ +[ 23416] By: nicholas on 2004/10/23 17:15:46 + Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux + Message-ID: <20041022033033.GA12362@londo.c47.org> + From: Brendan O'Dea + Date: Fri, 22 Oct 2004 13:30:33 +1000 + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 23410] By: rgs on 2004/10/21 15:51:32 + Log: Subject: docpatch for perltie.pod + From: David Cantrell + Date: Thu, 21 Oct 2004 12:21:52 +0100 + Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk> + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 23396] By: ams on 2004/10/21 01:36:49 + Log: Subject: [PATCH] Math::BigInt v1.73 final + From: Tels + Date: Wed, 20 Oct 2004 21:06:40 +0200 + Message-Id: <200410202106.41840@bloodgate.com> + + Subject: [PATCH] Math::BigRat v0.13 (pre-release) + From: Tels + Date: Wed, 20 Oct 2004 22:03:55 +0200 + Message-Id: <200410202203.56063@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm + ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t + ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t + ! lib/Math/BigRat/t/bigratup.t +____________________________________________________________________________ +[ 23395] By: nicholas on 2004/10/20 22:39:36 + Log: Need to skip optree walking tests if perlio not built + Branch: perl + ! ext/B/t/f_map.t ext/B/t/f_sort.t +____________________________________________________________________________ +[ 23394] By: rgs on 2004/10/20 07:42:34 + Log: Remove opmini.c when cleaning up. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23393] By: rgs on 2004/10/20 07:36:45 + Log: Ensure that PVA.pl returns a true value. + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 23392] By: ams on 2004/10/20 06:19:03 + Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod] + Rephrase "Perl Home Page" References + From: chromatic + Date: Tue, 19 Oct 2004 22:52:19 -0700 + Message-Id: <1098251539.20976.53.camel@localhost> + Branch: perl + ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 23384] By: rgs on 2004/10/19 13:17:01 + Log: Upgrade to Encode 2.05 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 23383] By: rgs on 2004/10/19 11:38:37 + Log: More Data::Dumper docs nits, fix the previous one, + suggested by Yves Orton. + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23382] By: rgs on 2004/10/19 11:21:55 + Log: Subject: [PATCH] perlfaq2.pod (add a book) + From: + Date: Tue, 19 Oct 2004 07:29:31 +0200 + Message-ID: + Branch: perl + ! pod/perlfaq2.pod +____________________________________________________________________________ +[ 23381] By: mhx on 2004/10/19 03:51:59 + Log: Re-apply the encoding.pm part of: + + Subject: [PATCH] encoding and open pragmas + From: Jarkko Hietaniemi + Date: Mon, 16 Aug 2004 22:27:00 +0300 + Message-ID: <41210A84.6060506@iki.fi> + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 23380] By: mhx on 2004/10/18 21:00:26 + Log: Upgrade to Encode 2.04. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL + ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Supported.pod + ! ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 23379] By: mhx on 2004/10/18 15:44:05 + Log: Fix a typo. + Branch: perl + ! utils/c2ph.PL +____________________________________________________________________________ +[ 23378] By: rgs on 2004/10/18 11:25:20 + Log: Add a missing warning categorisation in perldiag. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23377] By: ams on 2004/10/16 23:52:18 + Log: Subject: [PATCH] test_harness tweak for VMS + From: "Craig A. Berry" + Date: Sat, 16 Oct 2004 12:15:02 -0500 + Message-Id: <41715716.5000108@mac.com> + Branch: perl + ! vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 23376] By: nicholas on 2004/10/16 18:16:12 + Log: Merge code from vdie and vcroak into S_vdie_croak_common + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23375] By: nicholas on 2004/10/16 14:39:48 + Log: Merge the common code from Perl_vdie and Perl_vwarner into a + S_vdie_common + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23374] By: nicholas on 2004/10/16 12:57:39 + Log: The second half of Perl_vwarner is actually a straight cut&paste job + from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn. + cut&paste is bad, m'kay. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23373] By: nicholas on 2004/10/15 17:11:08 + Log: Implement sv_svset _nosteal variants by passing a flag into + sv_set_flags rather than messing with the SvTEMP() flag on either + side of the call. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 23372] By: rgs on 2004/10/15 14:09:54 + Log: Implement a new -dt command-line flag, to enable threads under the + debugger (bug #31666). + + Subject: RE: [PATCH] debugger handles threads [perl #31666] + From: + Date: Wed, 13 Oct 2004 13:01:18 +0200 + Message-ID: + + Subject: Re: [PATCH] debugger handles threads [perl #31666] + From: Yitzchak Scott-Thoennes + Date: Wed, 13 Oct 2004 02:49:58 -0700 + Message-ID: <20041013094957.GA17184@efn.org> + Branch: perl + ! lib/perl5db.pl perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 23371] By: steveh on 2004/10/15 12:54:29 + Log: Make autodoc.pl write its output with UNIX style EOL's. + + This saves the Win32 committer(s?) having to dos2unix the files + before committing. Maybe Perforce's "LineEnd: share" suffices + anyway, but there's no harm in playing safe. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 23370] By: nicholas on 2004/10/15 11:01:18 + Log: Include opmini.c in the dependency generation. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23369] By: rgs on 2004/10/15 10:20:16 + Log: Doc nit to Data::Dumper, suggested by Peter Kay. + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23368] By: steveh on 2004/10/15 10:12:31 + Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg. + + These are already in the API supported by Devel::PPPort, and are + often more useful than sv_vcatpvfn and sv_vsetpvfn which were + already documented. + Branch: perl + ! embed.fnc pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 23367] By: mhx on 2004/10/14 18:00:04 + Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX + From: "Craig A. Berry" + Date: Thu, 14 Oct 2004 10:09:41 -0500 + Message-ID: <416E96B5.5020100@mac.com> + Branch: perl + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 23366] By: rgs on 2004/10/14 15:50:49 + Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask() + From: "Dintelmann, Peter" + Date: Mon, 11 Oct 2004 09:54:15 +0200 + Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net> + Branch: perl + ! ext/IO/lib/IO/Poll.pm +____________________________________________________________________________ +[ 23365] By: rgs on 2004/10/14 14:58:21 + Log: Fix [perl #31971] local $^D gives noise + Branch: perl + ! embed.fnc embed.h mg.c perl.c proto.h +____________________________________________________________________________ +[ 23364] By: rgs on 2004/10/14 14:25:29 + Log: A few fixes in the list of -D debugging flags + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 23363] By: rgs on 2004/10/14 14:01:50 + Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32 + From: "Konovalov, Vadim" + Date: Wed, 13 Oct 2004 09:45:31 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com> + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 23362] By: rgs on 2004/10/12 16:49:53 + Log: Minor tweaks for the test.utf16 target, by Jarkko + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 23361] By: rgs on 2004/10/12 16:07:54 + Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads "" + From: kaminsky@math.huji.ac.il (via RT) + Date: 5 Oct 2004 09:52:07 -0000 + Message-ID: + (with tweaks) + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 23360] By: rgs on 2004/10/12 13:02:44 + Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32 + From: Vadim Konovalov + Date: Mon, 11 Oct 2004 22:57:00 +0400 + Message-ID: <80173417046.20041011225700@vkonovalov.ru> + Branch: perl + ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs + ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl +____________________________________________________________________________ +[ 23359] By: rgs on 2004/10/12 12:54:27 + Log: Subject: Patch: BigInt v1.73 (pre-release) + From: Tels + Date: Sun, 10 Oct 2004 22:36:03 +0200 + Message-Id: <200410102236.03637@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc + ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23358] By: rgs on 2004/10/11 07:28:34 + Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile" + From: Abe Timmerman + Date: Sat, 9 Oct 2004 18:13:38 +0200 + Message-Id: <200410091813.38673.abe@ztreet.demon.nl> + Branch: perl + ! t/harness vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 23357] By: davem on 2004/10/10 19:18:00 + Log: Turn regcomp into a list op + Branch: perl + ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act + ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c +____________________________________________________________________________ +[ 23356] By: nicholas on 2004/10/10 15:21:24 + Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 23355] By: nicholas on 2004/10/10 15:03:25 + Log: Restore runtime loading of Encode and Encode-related modules, so that + open.pm will work when the Encode extension isn't build. + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 23354] By: merijn on 2004/10/09 12:27:39 + Log: Make AIX 5 + gcc work in 64bitall + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 23353] By: merijn on 2004/10/08 09:52:59 + Log: A new machine type, some reformatting, some reorganization + and a bit of additional info on Sleepycat's db. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 23352] By: rgs on 2004/10/08 08:56:49 + Log: Briefly document the test.utf16 make target. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 23351] By: rgs on 2004/10/08 08:52:39 + Log: Make the perl interpreter more tolerant of UTF-16-encoded script + (patch by Jarkko Hietaniemi) + Branch: perl + ! Makefile.SH t/TEST toke.c utf8.c +____________________________________________________________________________ +[ 23350] By: rgs on 2004/10/04 16:05:20 + Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod + From: Jim Cromie (via RT) + Date: 23 Sep 2004 21:45:42 -0000 + Message-ID: + (with doc nits) + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t +____________________________________________________________________________ +[ 23349] By: rgs on 2004/10/04 15:46:28 + Log: Increment $overload::VERSION after change #23347 + Branch: perl + ! ext/B/B/Concise.pm lib/overload.pm +____________________________________________________________________________ +[ 23348] By: rgs on 2004/10/04 14:00:11 + Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup + From: Vadim Konovalov + Date: Sun, 3 Oct 2004 22:10:06 +0400 + Message-ID: <138-1837306906.20041003221006@vkonovalov.ru> + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 23347] By: rgs on 2004/10/04 10:57:15 + Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rick Delaney + Date: Sat, 2 Oct 2004 01:04:49 -0400 + Message-ID: <20041002050448.GB5059@biff.bort.ca> + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 23346] By: rgs on 2004/10/04 10:18:49 + Log: Subject: [PATCH] vms/t/filespec.t tweak + From: "Craig A. Berry" + Date: Fri, 01 Oct 2004 13:18:03 -0500 + Message-ID: <415D9F5B.5040306@mac.com> + Branch: perl + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 23345] By: rgs on 2004/10/04 08:53:04 + Log: More caveats on the non-portability of stat(), suggested by + Stas Bekman. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23344] By: nicholas on 2004/10/02 21:49:15 + Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without + any check on whether it's valid. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23343] By: merijn on 2004/10/02 11:08:32 + Log: Subject: [PATCH] make t/uni/class.t pass on VMS + From: "Craig A. Berry" + Date: Fri, 01 Oct 2004 12:57:55 -0500 + Message-ID: <415D9AA3.1000908@mac.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 23342] By: davem on 2004/09/30 20:51:31 + Log: open $1, "file" doesn't raise an exception + Branch: perl + ! pp.c t/io/open.t +____________________________________________________________________________ +[ 23341] By: rgs on 2004/09/30 15:41:40 + Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host + From: "Jay Hannah" + Date: Wed, 15 Sep 2004 14:51:42 -0500 + Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 23340] By: rgs on 2004/09/30 15:12:29 + Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the + PV of the scalar it reads from, avoid to read it when it's an + undefined PV. + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 23339] By: davem on 2004/09/28 18:05:52 + Log: the improved -DT output of #23325 could print an uninit stack value + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23338] By: nicholas on 2004/09/28 16:55:08 + Log: Spelling correction spotted by Greg McCarroll + Branch: perl + ! README.epoc +____________________________________________________________________________ +[ 23337] By: rgs on 2004/09/28 15:28:58 + Log: Subject: Patch for perl.c fixing an obscure environment bug + From: Merijn Broeren + Date: Thu, 23 Sep 2004 17:18:17 +0200 + Message-ID: <20040923151817.GA15782@brugman.iloquent.nl> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23336] By: rgs on 2004/09/28 08:08:24 + Log: Perl -DT segfaults when parsing a 'use' statement + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23334] By: rgs on 2004/09/23 07:33:15 + Log: Typo fix. + Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu) + From: Rafael Garcia-Suarez + Date: Wed, 22 Sep 2004 11:20:53 +0200 + Message-ID: <20040922112053.686562b6@valis.local> + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 23333] By: rgs on 2004/09/23 07:30:16 + Log: Remove a couple of C<> to avoid confusing double quotes in text + rendering. [perl #31678] + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23332] By: rgs on 2004/09/22 09:08:04 + Log: Document that $ENV{PATH} may not contain relative directories under -T + Branch: perl + ! pod/perldiag.pod pod/perlsec.pod +____________________________________________________________________________ +[ 23331] By: davem on 2004/09/20 22:11:29 + Log: Subject: Re: [perl #31586] utime does not reach expectations [PATCH] + From: LAUN Wolfgang + Date: Fri, 17 Sep 2004 14:01:11 +0200 + Message-Id: + + Clarify the effect of utime when the file isn't owned by the user + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23330] By: rgs on 2004/09/20 17:20:38 + Log: Upgrade to MIME::Base64 3.05. + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/t/warn.t +____________________________________________________________________________ +[ 23329] By: rgs on 2004/09/20 17:13:20 + Log: Upgrade to Time::HiRes 1.65. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23327] By: rgs on 2004/09/20 08:23:58 + Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug) + From: "Steve Peters via RT" + Date: 26 Aug 2004 19:06:52 -0000 + Message-ID: + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 23326] By: rgs on 2004/09/20 08:10:47 + Log: Subject: [PATCH] encoding and open pragmas + From: Jarkko Hietaniemi + Date: Mon, 16 Aug 2004 22:27:00 +0300 + Message-ID: <41210A84.6060506@iki.fi> + + Subject: Re: [PATCH] encoding and open pragmas + From: Jarkko Hietaniemi + Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST) + Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi> + Branch: perl + ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t +____________________________________________________________________________ +[ 23325] By: davem on 2004/09/19 21:47:18 + Log: improve lexer debugging output (-DT) + Decode yylex() return values, and show lexer state each time + yylex() is called + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 23323] By: rgs on 2004/09/15 16:12:42 + Log: The XSUB.h patch from: + + Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz + From: John Peacock + Date: Wed, 18 Aug 2004 08:26:35 -0400 + Message-ID: <41234AFB.1020009@rowman.com> + + Now it will use version object logic for version comparison + when loading XS modules. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 23322] By: rgs on 2004/09/15 15:48:23 + Log: Upgrade to Time::HiRes 1.63. + Note that it includes a ppport.h file. See if the one + previously built in Devel::PPPort can be used instead. + Branch: perl + + ext/Time/HiRes/ppport.h + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23321] By: davem on 2004/09/14 21:57:10 + Log: Subject: Re: [perl #31459] Bug in read() + From: Chris Heath + Date: 06 Sep 2004 00:03:12 -0400 + Message-Id: <1094443392.12379.35.camel@linux.heathens.co.nz> + + a read(F) into a UTF8-encoded buffer with an offset off the + end of the buffer, miss-calculated buffer lengths + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 23320] By: davem on 2004/09/12 22:09:51 + Log: Memory leak in nested shared data structures in 5.8.4 + A pop of an item from a shared array ref causes a leak due to + AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV). + Make sv_upgrade() set always this flag. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23319] By: nicholas on 2004/09/10 16:40:17 + Log: Integrate: + [ 23318] + Update the skips for the no perlio case + Branch: perl + !> ext/B/t/optree_check.t ext/B/t/optree_concise.t + !> ext/B/t/showlex.t +____________________________________________________________________________ +[ 23300] By: nicholas on 2004/09/09 15:54:18 + Log: A single version of B that supports 5.8 and 5.10 + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm + ! ext/B/ramblings/runtime.porting ext/B/t/lint.t +____________________________________________________________________________ +[ 23283] By: mhx on 2004/09/08 20:33:55 + Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix + From: "Konovalov, Vadim" + Date: Mon, 6 Sep 2004 11:09:51 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com> + Branch: perl + ! lib/bigint.pm +____________________________________________________________________________ +[ 23282] By: mhx on 2004/09/08 20:19:18 + Log: Upgrade to Devel::PPPort 3.03. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t +____________________________________________________________________________ +[ 23281] By: davem on 2004/09/08 19:42:15 + Log: Subject: [perl #21553] Re: Solaris Perl (fwd) + From: Andy Dougherty + Date: Wed, 8 Sep 2004 11:32:26 -0400 (EDT) + Message-Id: + Clarify whether it's safe to replace the perl bundled with Solaris + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 23280] By: mhx on 2004/09/08 19:18:06 + Log: Upgrade to Devel::PPPort 3.02. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t + ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t + ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t + ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t + ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t + ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t + ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t + ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t +____________________________________________________________________________ +[ 23279] By: mhx on 2004/09/08 18:46:56 + Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also: + http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 23278] By: nicholas on 2004/09/08 16:53:34 + Log: backport B to work on 5.8.x, so that a single version of the source + can be maintained, and ultimately dual-lifed on CPAN + (the version conditional changes are actually surprisingly small) + Branch: perl + ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm + ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 23277] By: mhx on 2004/09/08 16:49:59 + Log: Subject: SvO?OK_off()'s return value + From: Marcus Holland-Moritz + Date: Sun, 1 Aug 2004 12:46:48 +0200 + Message-Id: <20040801124648.7f9b3cee@r2d2> + + Move (void) casts into SvOOK_off macro. + Branch: perl + ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h +____________________________________________________________________________ +[ 23276] By: merijn on 2004/09/07 12:57:58 + Log: Subject: [PATCH] perlintro.pod + From: Paul Johnson + Date: Tue, 7 Sep 2004 15:13:51 +0200 + Message-ID: <20040907131351.GD2513@pjcj.net> + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 23275] By: steveh on 2004/09/06 10:16:12 + Log: Implement new environment variable to allow the use of non-IFS + compatible LSP's on Windows to allow Perl to work in conjunction + with a firewall such as McAfee Guardian. + + Bug report and possible solutions by Ken Fox ; + further assistance by Artiom Morozov . + Branch: perl + ! pod/perlrun.pod win32/win32sck.c +____________________________________________________________________________ +[ 23274] By: merijn on 2004/09/06 08:49:24 + Log: Subject: [PATCH] -Dunlink_all_versions for VMS + From: "Craig A. Berry" + Date: Sat, 04 Sep 2004 11:58:56 -0500 + Message-ID: <4139F450.7040708@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23271] By: davem on 2004/09/05 21:36:57 + Log: only mortalize deleted array elements for AvREAL + (update to change #23158) + Branch: perl + ! av.c +____________________________________________________________________________ +[ 23267] By: davem on 2004/09/05 20:16:55 + Log: I somehow managed to omit the base.pm change from #23266 + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 23266] By: davem on 2004/09/05 20:04:35 + Log: Fields package bug + An intermediate class with no fields messes up private fields + in the base class. + Branch: perl + ! lib/base.pm lib/base/t/fields-base.t +____________________________________________________________________________ +[ 23258] By: rgs on 2004/09/02 15:37:55 + Log: Upgrade to Encode 2.02 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/META.yml ext/Encode/bin/enc2xs + ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm + ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf + ! ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 23257] By: rgs on 2004/09/02 15:01:39 + Log: Upgrade to version 0.42. + From: + Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz + From: John Peacock + Date: Wed, 18 Aug 2004 08:26:35 -0400 + Message-ID: <41234AFB.1020009@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 23256] By: davem on 2004/09/01 23:41:25 + Log: Subject: [PATCH] fields.pm lost compile-time benefit + From: Rick Delaney + Date: Fri, 13 Aug 2004 19:54:12 -0400 + Message-Id: <20040813235412.GB12980@biff.bort.ca> + + restore the compile-time field checking for + my Dog $spot; $spot->{'walkies'}; + that was lost when pseudo-hashes were removed + Branch: perl + ! lib/base/t/fields-base.t lib/base/t/fields.t op.c + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23255] By: davem on 2004/09/01 23:37:07 + Log: whoops, fix 'formline undef' test broken by change #23251 + Branch: perl + ! t/lib/warnings/9uninit +____________________________________________________________________________ +[ 23253] By: davem on 2004/09/01 22:45:07 + Log: Subject: PATCH: Taintedness and ternary conditional + From: Andy Lester + Date: Thu, 26 Aug 2004 23:44:47 -0500 + Message-Id: <20040827044447.GA5268@petdance.com> + + add tests and documentation to the effect that ($tainted ? $a : $b) + doesn't necessarily return a tainted value. Also tidy the markup in + perldoc.pod + Branch: perl + ! pod/perlsec.pod t/op/taint.t +____________________________________________________________________________ +[ 23252] By: davem on 2004/09/01 22:20:05 + Log: delete spurious blank lines added by change 23251 + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 23251] By: davem on 2004/09/01 22:17:47 + Log: Random made scripts crashing perl + fix 'formline undef' coredump + Branch: perl + ! pp_ctl.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 23250] By: davem on 2004/09/01 20:46:13 + Log: From: david nicol + Subject: [perl #31228] no no-op + Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com> + Date: 27 Aug 2004 21:13:42 -0500 + + Document that 0 and 1 can (sort of) be used as no-ops. + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23249] By: davem on 2004/09/01 18:54:25 + Log: Subject: [ PATCH ] 2 added private flags for B::Concise + From: Jim Cromie + Date: Tue, 31 Aug 2004 23:19:54 -0600 + Message-Id: <41355BFA.8010900@divsol.com> + + The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't + displayed by B::Concise. + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 23248] By: rgs on 2004/09/01 15:35:20 + Log: Upgrade to Cwd 2.21. + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 23247] By: rgs on 2004/09/01 15:11:45 + Log: Update to File::Spec 0.90 + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 23246] By: mhx on 2004/08/30 18:36:18 + Log: Skip Time::HiRes tests if configured without that module. + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23245] By: mhx on 2004/08/30 18:34:58 + Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek. + Branch: perl + ! lib/Dumpvalue.t +____________________________________________________________________________ +[ 23244] By: mhx on 2004/08/30 18:33:27 + Log: Skip a Data::Dumper test if configured without B module. + Branch: perl + ! ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 23243] By: mhx on 2004/08/29 13:22:48 + Log: Fix typo in B::Assembler. + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 23242] By: mhx on 2004/08/29 13:21:50 + Log: Skip ext/B/t/assembler.t when configured without B. + Branch: perl + ! ext/B/t/assembler.t +____________________________________________________________________________ +[ 23241] By: merijn on 2004/08/28 08:05:19 + Log: Subject: [PATCH] File::Spec::VMS update + From: "Craig A. Berry" + Date: Fri, 27 Aug 2004 18:51:09 -0500 + Message-ID: <412FC8ED.1020300@mac.com> + Branch: perl + ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 23240] By: merijn on 2004/08/28 07:41:47 + Log: Pumpkinship updates + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 23239] By: mhx on 2004/08/26 21:57:39 + Log: Fix nasty line break in Storable test file. + Branch: perl + ! ext/Storable/t/just_plain_nasty.t +____________________________________________________________________________ +[ 23238] By: rgs on 2004/08/26 13:02:14 + Log: Upgrade to MIME::Base64 3.03 + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 23237] By: rgs on 2004/08/25 08:32:41 + Log: Upgrade to MIME::Base64 3.02. + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm + ! ext/MIME/Base64/t/quoted-print.t +____________________________________________________________________________ +[ 23236] By: rgs on 2004/08/24 17:24:40 + Log: Grammatical nit by Hugo. + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 23235] By: rgs on 2004/08/23 12:32:33 + Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64 + From: Nikola Milutinovic (via RT) + Date: 23 Aug 2004 10:37:31 -0000 + Message-ID: + Branch: perl + ! t/comp/use.t +____________________________________________________________________________ +[ 23234] By: mhx on 2004/08/23 05:33:39 + Log: Upgrade to Devel::PPPort 3.01. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 23233] By: mhx on 2004/08/22 22:18:56 + Log: Fix some backwards-compatibility problems with Storable. + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/weak.t +____________________________________________________________________________ +[ 23232] By: rgs on 2004/08/22 19:14:57 + Log: Upgrade to Time::HiRes 1.61 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23231] By: mhx on 2004/08/22 15:36:36 + Log: Fix Storable's MANIFEST. + Branch: perl + ! ext/Storable/MANIFEST +____________________________________________________________________________ +[ 23230] By: davem on 2004/08/20 21:20:48 + Log: a regex in STDOUT destructor coredumped because regex pad already + freed + Branch: perl + ! perl.c t/op/ref.t +____________________________________________________________________________ +[ 23229] By: mhx on 2004/08/20 13:18:08 + Log: Upgrade to Devel::PPPort 3.00_03. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 23228] By: mhx on 2004/08/19 23:14:00 + Log: Tweak 'h2xs -h' output. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 23227] By: mhx on 2004/08/19 17:05:48 + Log: Delete superfluous "with". + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23226] By: mhx on 2004/08/19 11:22:15 + Log: Upgrade to Devel::PPPort 3.00_02. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort_pm.PL +____________________________________________________________________________ +[ 23225] By: rgs on 2004/08/19 07:58:59 + Log: Mark a test that relies on tainting behavior as TODO on Windows. + Branch: perl + ! t/comp/opsubs.t +____________________________________________________________________________ +[ 23224] By: steveh on 2004/08/18 13:44:13 + Log: Add notes for building with MS VC++ Toolkit 2003 + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23223] By: mhx on 2004/08/17 21:33:41 + Log: Upgrade to Devel::PPPort 3.00_01. + Branch: perl + + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t + + ext/Devel/PPPort/t/sv_xpvf.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST + ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5004000 + ! ext/Devel/PPPort/parts/todo/5004050 + ! ext/Devel/PPPort/parts/todo/5006000 + ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t +____________________________________________________________________________ +[ 23222] By: mhx on 2004/08/17 10:14:46 + Log: Upgrade to Devel::PPPort 3.00. + Branch: perl + + (add 103 files) + - ext/Devel/PPPort/t/test.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c + ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 23221] By: rgs on 2004/08/17 08:25:39 + Log: Subject: [PATCH] Document Carp's global variables + provide tests + From: "Jos I. Boumans" + Date: Mon, 16 Aug 2004 15:53:40 +0200 + Message-Id: + (tests a bit reworked) + Branch: perl + ! lib/Carp.pm lib/Carp.t +____________________________________________________________________________ +[ 23220] By: rgs on 2004/08/17 07:29:11 + Log: Subject: Updates to modules-related pod + From: Kirrily Skud Robert + Date: Mon, 16 Aug 2004 16:00:14 -0400 + Message-ID: <20040816200014.GC27764@infotrope.net> + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 23219] By: rgs on 2004/08/16 17:59:22 + Log: Subject: [PATCH] running mktables on VMS + From: "Craig A. Berry" + Date: Tue, 10 Aug 2004 22:28:04 -0500 + Message-ID: <41199244.9020706@mac.com> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23218] By: rgs on 2004/08/16 07:23:56 + Log: Subject: [PATCH] make cygwin ld2 executable + From: Yitzchak Scott-Thoennes + Date: Sun, 15 Aug 2004 17:14:59 -0700 + Message-ID: <20040816001252.GA2148@efn.org> + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 23217] By: davem on 2004/08/14 22:32:16 + Log: make pp_goto() cope potential stack reallocation in EXTEND + The code for goto &foo had local pointers to the stack that + pointed to the wrong place after a realloc. + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 23216] By: rgs on 2004/08/13 13:18:37 + Log: Subject: [PATCH] pre Math::BigInt v1.72 + From: Tels + Date: Fri, 13 Aug 2004 14:02:50 +0200 + Message-Id: <200408131402.52270@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23215] By: rgs on 2004/08/13 12:09:35 + Log: Subject: Test for functions with operator names + From: Andy Lester + Date: Thu, 12 Aug 2004 11:31:03 -0500 + Message-ID: <20040812163103.GA26687@petdance.com> + Branch: perl + + t/comp/opsubs.t + ! MANIFEST +____________________________________________________________________________ +[ 23214] By: rgs on 2004/08/13 07:13:38 + Log: Subject: api doc fix for SvSetMagicSV_nosteal + From: Stas Bekman + Date: Thu, 12 Aug 2004 18:10:36 -0700 + Message-ID: <411C150C.5020602@stason.org> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 23213] By: rgs on 2004/08/10 13:17:40 + Log: Subject: Re: 2 patches: goto.t, B.pm/xs + From: Jim Cromie + Date: Tue, 10 Aug 2004 07:29:08 -0600 + Message-ID: <4118CDA4.3060700@divsol.com> + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 23212] By: rgs on 2004/08/10 07:21:19 + Log: Subject: 2 patches: goto.t, B.pm/xs + From: Jim Cromie + Date: Sun, 08 Aug 2004 18:42:47 -0600 + Message-ID: <4116C887.9080400@divsol.com> + Branch: perl + ! ext/B/B.pm ext/B/B.xs +____________________________________________________________________________ +[ 23211] By: rgs on 2004/08/10 07:00:01 + Log: Subject: Re: POSIX::sigprocmask implemented incorrectly + From: Alan Burlison + Date: Mon, 09 Aug 2004 19:00:12 +0100 + Message-ID: <4117BBAC.7080603@sun.com> + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 23210] By: davem on 2004/08/09 19:58:35 + Log: Fix a typo and remove some debugging crud from change #23209 + Branch: perl + ! ext/XS/APItest/t/call.t +____________________________________________________________________________ +[ 23209] By: davem on 2004/08/09 19:48:57 + Log: eval_sv() failing a taint test could corrupt the stack + Branch: perl + ! ext/XS/APItest/t/call.t perl.c +____________________________________________________________________________ +[ 23208] By: davem on 2004/08/09 18:28:33 + Log: made eq_array in t/test.pl handle undef values better + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23207] By: davem on 2004/08/09 17:21:27 + Log: fix minor nit in file description, to keep Jarkko happy + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23206] By: rgs on 2004/08/09 15:33:54 + Log: Subject: Patch for t/op/sleep.t + From: Andy Lester + Date: Mon, 9 Aug 2004 00:11:51 -0500 + Message-ID: <20040809051151.GA13872@petdance.com> + Branch: perl + ! t/op/sleep.t +____________________________________________________________________________ +[ 23205] By: rgs on 2004/08/09 12:10:25 + Log: Add a note in perltodo about a potential extension of readpipe() + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23204] By: rgs on 2004/08/09 09:13:27 + Log: Subject: Re: POSIX::sigprocmask implemented incorrectly + From: Alan Burlison + Date: Mon, 09 Aug 2004 10:30:25 +0100 + Message-ID: <41174431.6050803@sun.com> + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 23203] By: davem on 2004/08/07 15:10:40 + Log: Add tests for XS call_*() API + Branch: perl + + ext/XS/APItest/t/call.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST pod/perlcall.pod +____________________________________________________________________________ +[ 23202] By: mhx on 2004/08/07 15:10:39 + Log: Subject: [PATCH] DB_File 1.810 + From: "Paul Marquess" + Date: Sat, 7 Aug 2004 15:22:09 +0100 + Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t +____________________________________________________________________________ +[ 23200] By: steveh on 2004/08/06 12:55:31 + Log: Fix [perl #24269] socket() call uses non-IFS providers + causing subsequent print/read to hang or misbehave + + Patch supplied by Artiom Morozov + in the bug report at http://rt.perl.org/rt3/index.html?q=24269 + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c + ! win32/win32.h win32/win32sck.c +____________________________________________________________________________ +[ 23199] By: steveh on 2004/08/06 11:57:59 + Log: Another small clean-up following changes #23190 and #23198 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23198] By: davem on 2004/08/06 10:06:46 + Log: remove leaks associated with version object change #23190 + Branch: perl + ! gv.c util.c +____________________________________________________________________________ +[ 23197] By: rgs on 2004/08/06 06:53:08 + Log: Subject: [PATCH sv.c] signedness nit in #23190 + From: "Craig A. Berry" + Date: Thu, 05 Aug 2004 13:10:55 -0500 + Message-ID: <4112782F.7040302@mac.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23196] By: mhx on 2004/08/04 18:29:23 + Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg. + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 23195] By: nick on 2004/08/04 18:16:47 + Log: Comment describing purpose. + Branch: perl + ! globals.c +____________________________________________________________________________ +[ 23194] By: rgs on 2004/08/04 07:18:49 + Log: Subject: Re: POSIX::sigprocmask implemented incorrectly + From: Alan Burlison + Date: Mon, 19 Jul 2004 12:07:02 +0100 + Message-ID: <40FBAB56.1030208@sun.com> + + (last chunk only) + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 23193] By: rgs on 2004/08/04 07:00:21 + Log: Remove compilation warnings about uninitialized variables. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23192] By: rgs on 2004/08/04 06:55:46 + Log: Remove the "Newline in left-justified string" warning. + Branch: perl + ! pod/perldiag.pod sv.c t/lib/warnings/sv +____________________________________________________________________________ +[ 23191] By: rgs on 2004/08/04 06:30:58 + Log: Subject: [PATCH] extension to diagnostics.pm + From: Fergal Daly + Date: Wed, 4 Aug 2004 00:33:09 +0100 + Message-ID: <20040803233309.GA239@dyn.fergaldaly.com> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 23190] By: rgs on 2004/08/04 06:19:27 + Log: Subject: [PATCH] Final version object core patch? + From: John Peacock + Date: Tue, 03 Aug 2004 22:23:57 -0400 + Message-ID: <411048BD.3080700@rowman.com> + Branch: perl + ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c +____________________________________________________________________________ +[ 23189] By: merijn on 2004/08/03 23:51:13 + Log: gcc on AIX 4 doesn't like -G on the commandline too + Branch: perl + ! hints/aix_4.sh +____________________________________________________________________________ +[ 23188] By: merijn on 2004/08/03 23:48:13 + Log: gcc on AIX doesn't like -G on the commandline + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 23187] By: davem on 2004/08/03 19:20:18 + Log: more typo fixes for change 3176 (comments at top of .c files) + Branch: perl + ! mg.c miniperlmain.c perl.c run.c scope.c +____________________________________________________________________________ +[ 23186] By: rgs on 2004/08/03 10:22:54 + Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config + From: Marek Rouchal (via RT) + Date: 2 Aug 2004 07:00:33 -0000 + Message-ID: + Branch: perl + ! lib/ExtUtils/Embed.pm +____________________________________________________________________________ +[ 23185] By: rgs on 2004/08/03 09:39:35 + Log: Subject: [PATCH] additional -V:foo tests + From: Jim Cromie + Date: Mon, 02 Aug 2004 09:15:23 -0600 + Message-ID: <410E5A8B.9030307@divsol.com> + Branch: perl + ! configpm lib/Config.t pod/perlrun.pod +____________________________________________________________________________ +[ 23184] By: rgs on 2004/08/02 16:40:36 + Log: Enhance the caveat in the description of tell() + + Subject: Re: [perl #30788] Error in documentation + From: Nick Ing-Simmons + Date: Wed, 28 Jul 2004 15:12:54 +0100 + Message-Id: <20040728141254.3861.5@llama.ing-simmons.net> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23183] By: rgs on 2004/08/02 09:16:13 + Log: Remove empty rpath from .so files + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 23182] By: rgs on 2004/08/02 09:11:12 + Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs + From: Fergal Daly + Date: Fri, 30 Jul 2004 16:09:19 +0100 + Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 23181] By: steveh on 2004/08/02 08:05:05 + Log: Fix breakage caused by Change 23179 + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 23180] By: davem on 2004/08/01 16:49:20 + Log: Add comment to top of reentr.c and fix typos in other files + Branch: perl + ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h + ! reentr.pl regcomp.c regexec.c scope.c utf8.c +____________________________________________________________________________ +[ 23179] By: mhx on 2004/08/01 16:10:19 + Log: Skip test when building without Encode. + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 23178] By: mhx on 2004/08/01 10:19:46 + Log: Remove redundant SvOOK_off (called implicitly by SvOK_off) + and merge identical cases. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 23177] By: davem on 2004/07/31 16:27:09 + Log: shut up a warning in mg.c + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 23176] By: davem on 2004/07/31 16:21:50 + Log: Add comment to the top of most .c files explaining their purpose + Branch: perl + ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c + ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act + ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c + ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c + ! universal.c utf8.c util.c +____________________________________________________________________________ +[ 23175] By: mhx on 2004/07/31 15:19:13 + Log: Fix copy & paste bugs in mX?PUSH macro tests. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 23174] By: merijn on 2004/07/31 08:32:31 + Log: First steps towards an explicit perl.exp-less AIX build + Previous method can still be used by undeffing usenativedlopen + If that is ever tested at all on AIX + Branch: perl + ! hints/aix.sh hints/aix_4.sh +____________________________________________________________________________ +[ 23173] By: mhx on 2004/07/31 08:29:54 + Log: Fix and update Perl_grok_* docs. + Branch: perl + ! numeric.c pod/perlapi.pod +____________________________________________________________________________ +[ 23172] By: steveh on 2004/07/30 14:31:08 + Log: A few minor updates to README.win32 (aka perlwin32) + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23171] By: rgs on 2004/07/30 14:24:08 + Log: Upgrade to Math::BigInt v1.71. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23170] By: steveh on 2004/07/30 13:27:41 + Log: Bug report #30132 was resolved before it was finished! + Here's the last piece in the puzzle. + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 23168] By: rgs on 2004/07/28 12:13:36 + Log: Upgrade to File::Spec 0.88. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 23167] By: rgs on 2004/07/28 09:20:12 + Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values + From: Autrijus Tang + Date: Thu, 22 Jul 2004 20:17:58 -0700 + Message-ID: <1912f0e204072220171790193a@mail.gmail.com> + Branch: perl + ! lib/Test/Builder.pm +____________________________________________________________________________ +[ 23166] By: rgs on 2004/07/28 06:31:06 + Log: Subject: Re: more 5.9 sort tests (second draft) + From: david nicol + Date: 21 Jul 2004 17:10:05 -0500 + Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com> + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23165] By: rgs on 2004/07/28 06:25:15 + Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris + From: Andy Dougherty + Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT) + Message-ID: + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 23164] By: davem on 2004/07/26 22:08:32 + Log: Subject: [perl #7558] [PATCH] README.solaris + From: Andy Dougherty + Date: Mon, 26 Jul 2004 15:32:35 -0400 (EDT) + Message-Id: + + Add more info on /dev/random under solaris + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 23163] By: mhx on 2004/07/26 17:14:37 + Log: The byte-order modifiers won't go into 5.8. + Branch: perl + ! pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 23162] By: steveh on 2004/07/26 10:41:56 + Log: Windows-related updates to Porting/repository.pod + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 23161] By: davem on 2004/07/25 19:05:28 + Log: make -Dl log runops loop entry and exit, and jump level popping + Branch: perl + ! dump.c scope.h +____________________________________________________________________________ +[ 23160] By: davem on 2004/07/24 10:00:27 + Log: document that -i messes soft as well hard hard links. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23159] By: davem on 2004/07/23 21:15:32 + Log: make a note in perlrun that -i doesn't preserve UNIX hard links. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23158] By: davem on 2004/07/23 11:06:02 + Log: memory leak in array delete + av_delete() wasn't mortalizing the returned value + Branch: perl + ! av.c t/op/delete.t +____________________________________________________________________________ +[ 23157] By: davem on 2004/07/23 10:35:16 + Log: remove binary compat from #23156 (remove PL_retstack) + Branch: perl + ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c + ! thrdvar.h +____________________________________________________________________________ +[ 23156] By: davem on 2004/07/23 09:52:59 + Log: remove the return stack PL_retstack, and store return ops in the CX + structure directly instead + Branch: perl + ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c + ! pp_sys.c scope.c sv.c thrdvar.h +____________________________________________________________________________ +[ 23155] By: nicholas on 2004/07/22 18:50:31 + Log: Build the perldelta copying command for the main Unix makefile with + buildtoc, so that it doesn't get forgotten on version increments. + Branch: perl + ! Makefile.SH pod/buildtoc +____________________________________________________________________________ +[ 23154] By: nicholas on 2004/07/22 18:19:58 + Log: Grab perl585delta.pod from maint and + + Integrate: + [ 23069] + This is RC2. Maybe this one will last longer. + + [ 23141] + Break a leg + + [perlhist.pod] + Branch: perl + +> pod/perl585delta.pod + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak + !> pod/perlhist.pod +____________________________________________________________________________ +[ 23152] By: rgs on 2004/07/22 16:16:41 + Log: Upgrade to Cwd 2.20 + Branch: perl + + ext/Cwd/t/win32.t + ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t + ! lib/Cwd.pm +____________________________________________________________________________ +[ 23151] By: rgs on 2004/07/22 15:50:34 + Log: Sort perldiag. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23150] By: rgs on 2004/07/22 13:15:12 + Log: Subject: Re: "Too late for -T" could be more descriptive + From: Jim Cromie + Date: Wed, 21 Jul 2004 11:21:50 -0600 + Message-ID: <40FEA62E.2010809@divsol.com> + (with tweaks) + Branch: perl + ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23149] By: rgs on 2004/07/22 12:09:40 + Log: Email change for Steffen Mueller. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23148] By: rgs on 2004/07/22 11:32:16 + Log: Grammar fix by Paul Johnson. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23147] By: nicholas on 2004/07/22 10:51:48 + Log: Config::config_re and config_sh would report the byteorder as 'ffff' + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23146] By: rgs on 2004/07/21 12:01:32 + Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod + From: "Jos I. Boumans" + Date: Wed, 21 Jul 2004 13:47:35 +0200 + Message-Id: + (with tweaks) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23145] By: rgs on 2004/07/21 08:47:14 + Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype + From: Rick Delaney + Date: Tue, 20 Jul 2004 16:53:54 -0400 + Message-ID: <20040720205353.GA970@biff.bort.ca> + Branch: perl + ! pp.c t/op/list.t +____________________________________________________________________________ +[ 23142] By: rgs on 2004/07/19 15:49:12 + Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try + From: Tels + Date: Sat, 17 Jul 2004 16:22:57 +0200 + Message-Id: <200407171622.58443@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23135] By: nicholas on 2004/07/19 08:33:13 + Log: Turn 2 strcpy()s into memcpy() because we know the length. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23130] By: nicholas on 2004/07/16 13:41:22 + Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses + 1970 + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23129] By: nicholas on 2004/07/16 13:21:33 + Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by + Brendan O'Dea + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 23128] By: nick on 2004/07/16 12:16:05 + Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk(). + From: Steve Hay + CC: perl-win32-porters@listserv.ActiveState.com + Message-ID: <40F6B295.8010804@uk.radan.com> + + Assumes perl's malloc can now handle non-contiguous memory (believed + to be true). + Does not address threading issues. + + "The attached patch (against blead) makes sbrk() initially try to + extend the existing block of memory exactly as it currently does, but + to not fail immediately if it can't -- it now frees up that part of + whatever it had previously reserved+committed which hadn't actually + been used yet, resets all its static variables and basically starts + anew." + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 23127] By: nicholas on 2004/07/16 11:14:45 + Log: glob('*.c') to find documentation is dangerous when run in unclean + trees, so isntead use MANIFEST to only scan the legitimate source + files. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 23126] By: nicholas on 2004/07/16 11:04:37 + Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn + and sv_savesharedpv. Need to create non-void returning versions of + Copy and Zero, as the existing macros deliberately cast to (void) + Branch: perl + ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c +____________________________________________________________________________ +[ 23125] By: nicholas on 2004/07/16 10:59:08 + Log: Rebuild perlapi.pod + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 23124] By: merijn on 2004/07/16 10:30:53 + Log: Be sure HP-UX' ANSI C compiler's PATH is found *before* + the path to the bundled braindead C compiler. This might + influence ccache's behaviour in finding the correct path + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23122] By: nicholas on 2004/07/16 10:14:24 + Log: oslevel can fail on AIX, but the output generated would confuse + Configure + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23121] By: nicholas on 2004/07/16 08:53:28 + Log: Some calls to PerlMemShared_alloc() aren't checking the return value. + Bug spotted by Nigel Sandever + Branch: perl + ! ext/threads/threads.xs util.c +____________________________________________________________________________ +[ 23120] By: nicholas on 2004/07/15 19:09:15 + Log: threads.xs doesn't check the return value of the thread creation + call. D'oh! This gives SEGVs if the OS fails to create another thread. + Cause of problem located by Nigel Sandever + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 23118] By: nicholas on 2004/07/15 16:28:03 + Log: Assimilate Cwd 2.19 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 23117] By: merijn on 2004/07/15 14:16:07 + Log: Trailing semi-colon are not allowed on #ifdef's in ANSI + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 23116] By: nicholas on 2004/07/15 12:50:31 + Log: Abigail notes that a re-entrant regexp engine is a todo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23115] By: nicholas on 2004/07/15 12:47:50 + Log: for (reverse @foo) now iterates in reverse in place. + Branch: perl + ! op.c pod/perltodo.pod pp_ctl.c +____________________________________________________________________________ +[ 23114] By: nicholas on 2004/07/15 10:05:23 + Log: Optimise for (reverse ...) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23113] By: nicholas on 2004/07/15 09:44:16 + Log: Now optimising for $a (reverse ...) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23112] By: nicholas on 2004/07/15 09:16:43 + Log: The optrees for C and C differ, so even more + tests. + Branch: perl + ! t/cmd/for.t +____________________________________________________________________________ +[ 23111] By: nicholas on 2004/07/15 09:02:36 + Log: This seems to be needed to get COW working on Win32 + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 23109] By: nicholas on 2004/07/14 23:35:24 + Log: "That's the way to do it" + In taking out a bug spotted by my regression tests in t/cmd/for.t + I actually managed to disable the entire optimisation. Which means + that I didn't find the other bug. This optimisation is live, and + passes all tests. + Branch: perl + ! op.c pp_hot.c +____________________________________________________________________________ +[ 23108] By: nicholas on 2004/07/14 20:55:30 + Log: Optimise foreach my $i (reverse ...) + foreach without a lexical iterator not yet optimised + Branch: perl + ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 23107] By: nicholas on 2004/07/14 17:44:08 + Log: Subject: [PATCH] split doc clarification + From: Yitzchak Scott-Thoennes + Date: Wed, 14 Jul 2004 10:19:36 -0700 + Message-Id: <20040714171936.GA1092@efn.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23106] By: nicholas on 2004/07/14 15:36:57 + Log: Numeric comparison operators mustn't compare addresses of references + that are overloaded. + Branch: perl + ! lib/overload.t pp.c pp_hot.c +____________________________________________________________________________ +[ 23105] By: nicholas on 2004/07/14 10:40:54 + Log: Lots of tests for for reverse ... + Branch: perl + ! t/cmd/for.t +____________________________________________________________________________ +[ 23104] By: nicholas on 2004/07/13 21:10:21 + Log: Some thoughts on foreach reverse + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23103] By: nicholas on 2004/07/13 19:10:20 + Log: s/sort/split/; - my mistake spotted by Dave. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23102] By: nicholas on 2004/07/13 18:59:46 + Log: Optimise list context reverse sort to reverse as part of the sort op + Branch: perl + ! op.c pp_sort.c +____________________________________________________________________________ +[ 23101] By: nicholas on 2004/07/13 18:58:41 + Log: Work around evil compiler bug on OS X. (Sucks all memory) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23100] By: nicholas on 2004/07/13 15:05:09 + Log: check that reverse (sort (@a), @b) etc work. + Join some lines that don't need wrapping + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23099] By: nicholas on 2004/07/13 14:46:06 + Log: Check that non-optimimisable sort comparisons work when reversed + (Not optimised yet, but might be coming soon) + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23098] By: nicholas on 2004/07/13 14:34:03 + Log: Test reverse sort as the return from a function in list and scalar + contexts. + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23097] By: nicholas on 2004/07/13 14:23:28 + Log: Also test reverse sort in scalar context + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23096] By: nicholas on 2004/07/13 14:06:36 + Log: A proper, working, stable optimisation for sort {$b cmp $a} + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c +____________________________________________________________________________ +[ 23095] By: rgs on 2004/07/13 13:29:54 + Log: Tweak to change #23089, as suggested by Tim Bunce + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23094] By: nicholas on 2004/07/13 11:28:49 + Log: Generalised "how many in list context" would be useful + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23093] By: nicholas on 2004/07/13 11:19:31 + Log: The current optimisation for sort {$b cmp $a} is bogus now that we + guarantee a stable sort. Disable it, pending a correct optimisation. + Branch: perl + ! ext/B/t/f_sort.t op.c op.h t/op/sort.t +____________________________________________________________________________ +[ 23092] By: rgs on 2004/07/13 09:30:11 + Log: Subject: Re: [perl #30568] splice generates undef? [PATCH] + From: LAUN Wolfgang + Date: Mon, 12 Jul 2004 08:26:01 +0200 + Message-ID: + Branch: perl + ! pp.c t/op/splice.t +____________________________________________________________________________ +[ 23091] By: nicholas on 2004/07/13 09:14:22 + Log: Check each line of config_re output. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23090] By: nicholas on 2004/07/13 09:13:39 + Log: no_plan support in test.pl + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23089] By: rgs on 2004/07/13 08:53:46 + Log: Subject: Re: debugger 'R'estart and open database connections + From: Andrew Pimlott + Date: Mon, 12 Jul 2004 21:06:01 -0400 + Message-ID: <20040713010601.GF8232@pimlott.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23088] By: rgs on 2004/07/13 08:27:11 + Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning + From: John Peacock + Date: Mon, 12 Jul 2004 23:16:51 -0400 + Message-ID: <40F35423.5080304@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 23085] By: nicholas on 2004/07/12 17:27:28 + Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too + many meanings. const const vs mutable in this case. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23084] By: nick on 2004/07/12 14:26:12 + Log: NI-S: IMHO utf8_upgrade is just changing representation not the value + so it has no business calling SvSETMAGIC. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23083] By: nick on 2004/07/12 12:17:56 + Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len) + Can now handle the case + is_utf8_string(NULL,0) + again. + Why do we have code dup for Perl_is_utf8_string_loc() ? + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23082] By: nicholas on 2004/07/11 20:09:00 + Log: A decent benchmark would be useful. But it is vague. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23081] By: nicholas on 2004/07/11 18:36:49 + Log: Finding a way to put "I'm MAINT" in perl -v is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23079] By: nicholas on 2004/07/10 21:58:34 + Log: Store weak references. + Branch: perl + + ext/Storable/t/testlib.pl ext/Storable/t/weak.t + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/Storable/t/malice.t +____________________________________________________________________________ +[ 23078] By: nicholas on 2004/07/10 21:11:56 + Log: Dual lifing and dists is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23077] By: nicholas on 2004/07/10 18:51:35 + Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV + Rant a bit more about POD -> HTML + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23076] By: nicholas on 2004/07/10 16:00:44 + Log: Perl_mode_from_discipline must update len. (else SEGV) + Diagnosis and patch from clkao + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 23075] By: rgs on 2004/07/10 13:03:56 + Log: Subject: Bug with NEXT when called from an eval block + From: Dave Rolsky + Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT) + Message-ID: + Branch: perl + ! lib/NEXT.pm lib/NEXT/t/next.t +____________________________________________________________________________ +[ 23074] By: nicholas on 2004/07/09 21:03:11 + Log: Subject: Re: Segfault using HTML::Entities + From: Jarkko Hietaniemi + Message-ID: <40EDBE1A.6080205@iki.fi> + Date: Fri, 09 Jul 2004 00:35:22 +0300 + Branch: perl + ! pp_ctl.c regexec.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 23073] By: nicholas on 2004/07/09 14:49:16 + Log: A more honest TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23072] By: nicholas on 2004/07/09 11:34:17 + Log: dor and // fulfil a TODO + Correct a deviation from the Nicholas Clark style guide. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23071] By: rgs on 2004/07/09 08:08:05 + Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS + From: "Craig A. Berry" + Date: Thu, 08 Jul 2004 23:19:05 -0500 + Message-ID: <40EE1CB9.8030407@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 23065] By: nicholas on 2004/07/08 13:09:44 + Log: Randal notes: + + "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there + *is* a "perldoc perl583delta" properly. + + This is because perl584delta still thinks it's the perldelta + Branch: perl + ! pod/perl584delta.pod +____________________________________________________________________________ +[ 23063] By: rgs on 2004/07/07 17:48:29 + Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef + as an argument. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23062] By: nicholas on 2004/07/07 15:14:39 + Log: First stab at explaining that CLONE may get more parameters in future. + More eloquent rewording desired. Patches welcome. + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 23061] By: nicholas on 2004/07/07 13:30:27 + Log: hv_store was not passing hash onwards (spotted by Dave) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 23060] By: mhx on 2004/07/06 21:43:05 + Log: Failing matches don't reset numbered variables. + Change #22997 could cause Text::ParseWords to loop forever if the + regex didn't not match. Explicitly return if the match fails. + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 23059] By: nicholas on 2004/07/06 21:39:27 + Log: Integrate: + [ 23057] + This is RC1 + Branch: perl + !> pod/perlhist.pod +____________________________________________________________________________ +[ 23058] By: nicholas on 2004/07/06 20:45:53 + Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a + shared string scalar. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 23052] By: nicholas on 2004/07/06 09:26:24 + Log: A tool to check the AUTHORS file + Branch: perl + + Porting/checkAUTHORS.pl + ! MANIFEST +____________________________________________________________________________ +[ 23051] By: nicholas on 2004/07/06 09:25:16 + Log: Add some missing authors and remove 1 duplicate + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23048] By: nicholas on 2004/07/05 17:26:09 + Log: There was no need to bump $Text::ParseWords::VERSION to 3.24 + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 23047] By: rgs on 2004/07/05 17:05:55 + Log: Update tests and $VERSION for change 23046 + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23046] By: rgs on 2004/07/05 16:53:54 + Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop + From: Stephen McCamant + Date: Mon, 28 Jun 2004 18:26:24 -0700 + Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23042] By: nicholas on 2004/07/05 14:54:15 + Log: Bump $B::Deparse::VERSION + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23040] By: nicholas on 2004/07/05 10:24:17 + Log: t/op/tie.t test 23 is failing when run with utf8 everywhere. + Problem appears to be due to theft of temporaries + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 23029] By: nicholas on 2004/07/04 16:39:07 + Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories + From: "Craig A. Berry" + Message-ID: <40E704AA.4090801@mac.com> + Date: Sat, 03 Jul 2004 14:10:34 -0500 + Branch: perl + ! ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 23028] By: nicholas on 2004/07/04 15:14:33 + Log: /usr/bin/locale steadfastly delivers 8 bit output independent of + LC_ALL. So when perl's expecting utf8, things don't quite work right. + This has become visible since fix 22842 + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 23027] By: mhx on 2004/07/02 14:44:37 + Log: More microperl tweaks. + Branch: perl + ! Makefile.micro README.micro uconfig.h uconfig.sh +____________________________________________________________________________ +[ 23026] By: rgs on 2004/07/02 13:05:23 + Log: Maintainer change for Safe + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23025] By: rgs on 2004/07/02 10:06:29 + Log: Bump version number of Safe for CPAN release + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 23024] By: rgs on 2004/07/02 07:50:42 + Log: Upgrade to I18N::LangTags 0.33 + Branch: perl + ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 23023] By: davem on 2004/07/02 01:49:11 + Log: utf8 POPSTACK crash on split execution + split() does a SWITCHSTACK to directly split to an array, but + if it subsequently dies (eg the regex triggers a 'use utf8' which + is then denied by Safe), then the switch doesn't get undone. Add + a new save type to allow for this. + Branch: perl + ! pp.c scope.c scope.h +____________________________________________________________________________ +[ 23022] By: mhx on 2004/07/01 21:08:44 + Log: The microperl config didn't know about usemallocwrap yet. + Branch: perl + ! uconfig.h uconfig.sh +____________________________________________________________________________ +[ 23021] By: mhx on 2004/07/01 14:30:05 + Log: Check for definedness of sv before calling sv_derived_from() + to prevent "Use of uninitialized value..." warning. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 23019] By: nicholas on 2004/07/01 10:14:03 + Log: Bump version numbers + Branch: perl + ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm + ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm + ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm + ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm +____________________________________________________________________________ +[ 23018] By: nicholas on 2004/06/30 21:37:12 + Log: Assert that we aren't leaking memory. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23016] By: gbarr on 2004/06/30 13:47:36 + Log: Sync to libnet-1.19 + Branch: perl + ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm + ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t +____________________________________________________________________________ +[ 23014] By: rgs on 2004/06/30 12:12:24 + Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++. + From: Abigail + Date: Wed, 30 Jun 2004 12:00:21 +0200 + Message-ID: <20040630100021.GA23752@abigail.nl> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23011] By: nicholas on 2004/06/29 15:26:34 + Log: Note that sv_2mortal isn't just "increase reference count by 1, and + mark that it needs a deferred recount" + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23010] By: rgs on 2004/06/29 12:12:58 + Log: More caveats in B::Deparse's documentation + (suggested by Yves Orton) + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23007] By: merijn on 2004/06/29 10:57:46 + Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI + 11.00 and on are ANSI by default for /opt/ansic/bin + Error was introduced by #22975 in re-enabling 10.01 + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 23006] By: davem on 2004/06/28 22:50:01 + Log: use encoding and "eq" cause memory leak + Perl_sv_eq() was creating a temp and not always freeing it + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23002] By: nicholas on 2004/06/27 20:57:50 + Log: Assimilate Locale-Codes-2.07 + Branch: perl + ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README + ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t + ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t + ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm + ! lib/Locale/Constants.pod lib/Locale/Country.pm + ! lib/Locale/Country.pod lib/Locale/Currency.pm + ! lib/Locale/Currency.pod lib/Locale/Language.pm + ! lib/Locale/Language.pod lib/Locale/Script.pm + ! lib/Locale/Script.pod +____________________________________________________________________________ +[ 23001] By: nicholas on 2004/06/27 18:27:43 + Log: Stop 80_all_env.t failing when LC_ALL is set + Branch: perl + ! lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 22998] By: nicholas on 2004/06/25 22:19:51 + Log: Correct detection of absent modules. Based on + + Subject: [PATCH] Config{extensions} uses filesystem names as extensions + From: Andy Dougherty + Message-ID: + Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT) + + with improvements from Marcus Holland-Moritz + Branch: perl + ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t + ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t + ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t + ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t + ! lib/overload.t t/io/crlf.t +____________________________________________________________________________ +[ 22997] By: mhx on 2004/06/25 20:27:05 + Log: Cleanup the main regex in Text::ParseWords and make the + parse_line() routine faster. Add a Unicode test case. + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 22996] By: merijn on 2004/06/25 15:27:21 + Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh + From: Nicholas Gianniotis (via RT) + Date: 25 Jun 2004 09:39:51 -0000 + Message-ID: + and + From: Andy Dougherty + Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 22995] By: rgs on 2004/06/25 15:07:51 + Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P + From: Jeff 'japhy' Pinyan + Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT) + Message-ID: + Branch: perl + ! regcomp.c t/op/regmesg.t +____________________________________________________________________________ +[ 22994] By: rgs on 2004/06/25 08:36:33 + Log: More @INC test fixes + Branch: perl + ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t + ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t +____________________________________________________________________________ +[ 22993] By: rgs on 2004/06/25 08:28:34 + Log: Fix the Cwd tests for the core. + Branch: perl + ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t +____________________________________________________________________________ +[ 22992] By: mhx on 2004/06/24 19:51:06 + Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text + Use the suggested regex fix, plus some tests. + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 22991] By: rgs on 2004/06/24 16:47:24 + Log: Upgrade to Cwd 2.18 + (with local changes to cwd.t, to adapt it to the core) + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22990] By: mhx on 2004/06/24 16:22:05 + Log: Fix for: [perl #2738] perl segfautls on input + The parser was incorrectly accepting <> as a subroutine prototype and + newATTRSUB didn't validate the proto argument before accessing op_sv. + Branch: perl + ! op.c pod/perldiag.pod t/comp/parser.t toke.c +____________________________________________________________________________ +[ 22988] By: rgs on 2004/06/24 12:58:35 + Log: Upgrade to Cwd 2.17_03 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm +____________________________________________________________________________ +[ 22977] By: nicholas on 2004/06/23 08:38:47 + Log: Test that [] // 0 is [] + Branch: perl + ! t/op/dor.t +____________________________________________________________________________ +[ 22976] By: rgs on 2004/06/23 08:28:15 + Log: Add a regression test for bug #23765 (by Jarkko) + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 22975] By: merijn on 2004/06/23 06:56:15 + Log: Backward compatibility issues for HP-UX 10.01 and older + Yes, it is still actively used in production environment + One more patch expected for toke.c optimization level + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 22972] By: mhx on 2004/06/22 21:23:59 + Log: Proposed patch + test case. + + Subject: [perl #30409] charnames.pm clobbers default variable + From: Marcel "Grünauer" (via RT) + Date: 22 Jun 2004 16:43:50 -0000 + Message-ID: + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 22971] By: mhx on 2004/06/22 21:00:10 + Log: Adjust array index in FileCache.pm. + + Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140 + From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) + Date: 15 Jun 2004 16:55:22 -0000 + Message-ID: + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 22970] By: mhx on 2004/06/22 20:26:11 + Log: Subject: [PATCH] DB_File 1.809 was RE: [perl #30237] DB_File methods and substr don't mix + From: "Paul Marquess" + Date: Tue, 22 Jun 2004 21:29:12 +0100 + Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t + ! ext/DB_File/typemap +____________________________________________________________________________ +[ 22969] By: nicholas on 2004/06/22 13:25:11 + Log: Abolish the "Tied variable freed while still in use" error - I have + a way to cleanly avoid the coredump. + Branch: perl + ! mg.c pod/perldiag.pod t/op/tie.t +____________________________________________________________________________ +[ 22968] By: nicholas on 2004/06/22 12:28:58 + Log: Subject: [PATCH] Storable signedness nit + From: "Craig A. Berry" + Message-ID: <40D3AAC7.6030407@mac.com> + Date: Fri, 18 Jun 2004 21:53:59 -0500 + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22967] By: nicholas on 2004/06/22 09:57:23 + Log: Skip tests if List::Util not built + Branch: perl + ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t + ! lib/overload.t +____________________________________________________________________________ +[ 22966] By: nicholas on 2004/06/22 09:56:59 + Log: Skip test if Data::Dumper not built + Branch: perl + ! lib/Tie/RefHash.t +____________________________________________________________________________ +[ 22965] By: nicholas on 2004/06/22 09:56:34 + Log: Skip test if Devel::PPPort is not built. + Probably should fix h2xs to work without it. + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 22964] By: rgs on 2004/06/22 07:34:40 + Log: Upgrade to I18N::LangTags 0.32 + Branch: perl + ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 22963] By: davem on 2004/06/20 12:00:56 + Log: make mktables always update modifed time to play better with make + Branch: perl + ! Makefile.SH lib/unicore/mktables +____________________________________________________________________________ +[ 22962] By: davem on 2004/06/20 11:50:19 + Log: fix typo in gp_free + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 22961] By: davem on 2004/06/19 12:36:58 + Log: 'make test' without preceeding 'make' fails. + Change #22872 added a target to run mktables, but this was + skipped if 'make test' was run first, causing the build of + Unicode::Normalize to fail. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 22960] By: nicholas on 2004/06/18 20:18:02 + Log: When expecting an error, it's best to check the text you got, rather + than blindly assuming that it's correct. + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22959] By: nicholas on 2004/06/18 18:57:30 + Log: Case insensitive file systems are bad, m'kay + Branch: perl + ! ext/IO/t/IO.t +____________________________________________________________________________ +[ 22958] By: nicholas on 2004/06/18 13:45:51 + Log: This needs POSIX, so skip if no POSIX + Branch: perl + ! lib/Pod/t/basic.t +____________________________________________________________________________ +[ 22957] By: nicholas on 2004/06/18 13:44:27 + Log: Also needs skipping if PerlIO::via not built + Branch: perl + ! lib/PerlIO/via/t/QuotedPrint.t +____________________________________________________________________________ +[ 22956] By: nicholas on 2004/06/18 13:24:13 + Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built + Branch: perl + ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t +____________________________________________________________________________ +[ 22955] By: nicholas on 2004/06/18 13:19:16 + Log: Not ideal, but skip all of IO's tests if Socket is not built. + Branch: perl + ! ext/IO/t/IO.t +____________________________________________________________________________ +[ 22954] By: nicholas on 2004/06/18 13:11:31 + Log: Skip test if perl configured without threads::shared + Branch: perl + ! ext/threads/shared/t/disabled.t +____________________________________________________________________________ +[ 22953] By: nicholas on 2004/06/18 13:09:24 + Log: Skip test if Devel::PPPort not built + Branch: perl + ! ext/Devel/PPPort/t/test.t +____________________________________________________________________________ +[ 22952] By: nicholas on 2004/06/18 13:07:40 + Log: Skip re tests if re not built. + Branch: perl + ! ext/re/t/re.t +____________________________________________________________________________ +[ 22951] By: nicholas on 2004/06/18 11:38:24 + Log: If we don't build B, we should skip all its tests. + Branch: perl + ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t + ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t + ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t + ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t + ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t + ! ext/B/t/terse.t ext/B/t/xref.t +____________________________________________________________________________ +[ 22950] By: nicholas on 2004/06/18 11:27:51 + Log: D'oh. Don't turn on warnings on the #! line without actually testing + the full code in case it warns. + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 22949] By: nicholas on 2004/06/18 09:43:12 + Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built. + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 22948] By: nicholas on 2004/06/18 09:23:20 + Log: Can't test the B modules if we didn't build 'em + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 22947] By: nicholas on 2004/06/18 08:59:01 + Log: Need to skip test 7 if perl built without the PerlIO::scalar extension + Branch: perl + ! t/io/crlf.t +____________________________________________________________________________ +[ 22946] By: rgs on 2004/06/18 07:44:34 + Log: Upgrade to I18N::LangTags 0.31. + Branch: perl + ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t + ! lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 22945] By: nicholas on 2004/06/17 19:27:05 + Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't + seem that memzero() of everything is the most efficient idea. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22944] By: nicholas on 2004/06/17 14:57:14 + Log: Change 22516 forgot to add make_overload.pl to generate test data + (submitted from the pub via wireless, bluetooth and then GPRS out + to the Internet) + Branch: perl + + ext/Storable/t/make_overload.pl + ! MANIFEST +____________________________________________________________________________ +[ 22943] By: nicholas on 2004/06/17 12:03:48 + Log: Storable should cope if the string to thaw happens to be utf8 encoded + And anything with bytes >=256 is corrupt + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/README + ! ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/utf8.t +____________________________________________________________________________ +[ 22942] By: rgs on 2004/06/17 09:57:14 + Log: Upgrade to Locale::Maketext 1.09 + Branch: perl + + lib/Locale/Maketext/t/01_about_verbose.t + + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t + + lib/Locale/Maketext/t/40_super.t + + lib/Locale/Maketext/t/50_super.t + + lib/Locale/Maketext/t/60_super.t + + lib/Locale/Maketext/t/90_utf8.t + - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t + - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t + - lib/Locale/Maketext/t/04super.t + - lib/Locale/Maketext/t/05super.t + - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t + ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog + ! lib/Locale/Maketext/README +____________________________________________________________________________ +[ 22941] By: rgs on 2004/06/17 09:43:48 + Log: Upgrade to I18N::LangTags 0.30. + Branch: perl + + lib/I18N/LangTags/Detect.pm + + lib/I18N/LangTags/t/01_about_verbose.t + + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t + + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t + + lib/I18N/LangTags/t/55_supers_strict.t + + lib/I18N/LangTags/t/80_all_env.t + - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t + ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/List.pm +____________________________________________________________________________ +[ 22940] By: rgs on 2004/06/17 08:54:41 + Log: More forgiving version comparison in perlivp. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 22939] By: nicholas on 2004/06/16 09:05:57 + Log: Improve the substitution to cc_r for threading so that compilers + specified with a full path or as a parameter to ccache are changed + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22938] By: rgs on 2004/06/15 14:35:00 + Log: Subject: [PATCH] File::Basename docs + From: Boris Zentner + Date: Sat, 12 Jun 2004 16:29:42 +0200 + Message-Id: <200406121629.42595.bzm@2bz.de> + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 22937] By: nicholas on 2004/06/15 09:21:22 + Log: It seems that our assert() macro wasn't good enough. + Changed to one that that is an expression, rather than a statement. + Fix new macros definitions in sv.h to be clean enough C to keep the + AIX compiler happy. + Branch: perl + ! perl.h sv.h +____________________________________________________________________________ +[ 22936] By: rgs on 2004/06/15 08:22:32 + Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators + From: Shlomi Fish + Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT) + Message-ID: + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 22935] By: nicholas on 2004/06/15 07:17:17 + Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH + Branch: perl + ! ext/Storable/Storable.xs sv.h +____________________________________________________________________________ +[ 22934] By: nicholas on 2004/06/14 15:26:38 + Log: Assert that SV type has magic member when reading/writing. + Will catch buggy code. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 22933] By: rgs on 2004/06/13 17:54:47 + Log: More h2ph voodoo. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22932] By: rgs on 2004/06/13 15:35:00 + Log: Subject: [PATCH] t/TEST + From: Abe Timmerman + Date: Sun, 13 Jun 2004 11:41:49 +0200 + Message-Id: <200406131141.50361.abe@ztreet.demon.nl> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 22931] By: rgs on 2004/06/11 16:54:00 + Log: Reapply change #20983, rolled back by change #22920, + as noticed by Craig Berry. + Branch: perl + ! pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 22930] By: rgs on 2004/06/11 14:22:55 + Log: More h2ph tweaks: recognition of C types + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22929] By: rgs on 2004/06/11 13:46:53 + Log: More h2ph tweaking for gcc __inline functions + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22928] By: mhx on 2004/06/11 09:37:42 + Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode + Branch: perl + ! t/comp/utf.t +____________________________________________________________________________ +[ 22927] By: rgs on 2004/06/11 08:28:19 + Log: Remove a warning against unsafe signals in perlipc.pod, + now that we have "safe signals". + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 22926] By: rgs on 2004/06/10 19:03:51 + Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly + From: Mathieu Arnold + Date: Thu, 10 Jun 2004 16:43:58 +0200 + Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net> + (with a test adjustment) + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 22925] By: rgs on 2004/06/10 17:26:15 + Log: Make h2ph able to understand a limited set of inline functions. + The glibc apparently now ships headers that use inline functions + instead of plain old macros. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22924] By: rgs on 2004/06/10 07:55:41 + Log: Subject: Change 22872 breaks shared miniperl invocation + From: Alexey Tourbin + Date: Fri, 4 Jun 2004 13:24:17 +0400 + Message-ID: <20040604092417.GA13447@solemn.turbinal.org> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 22923] By: rgs on 2004/06/09 19:47:47 + Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure + From: Yitzchak Scott-Thoennes + Date: Mon, 7 Jun 2004 00:28:55 -0700 + Message-ID: <20040607072854.GB1028@efn.org> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 22922] By: rgs on 2004/06/09 18:40:45 + Log: Remove the "malloc wrappage" tests, due to their unportability + (as suggested by Jarkko.) + Branch: perl + ! t/op/array.t t/op/repeat.t +____________________________________________________________________________ +[ 22921] By: rgs on 2004/06/09 15:57:58 + Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V + From: Robin Barker + Date: Wed, 9 Jun 2004 12:02:01 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk> + with further adjustements for bleadperl + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 22920] By: rgs on 2004/06/09 13:13:29 + Log: Upgrade to Pod::Parser 1.28 + (except Pod::Find, which has local patches not yet on CPAN) + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm + ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL + ! t/pod/find.t +____________________________________________________________________________ +[ 22919] By: mhx on 2004/06/09 12:50:12 + Log: s/64bit/64-bit/g for consistency in the READMEs. + Branch: perl + ! README.aix README.hpux +____________________________________________________________________________ +[ 22918] By: rgs on 2004/06/09 12:43:59 + Log: Subject: [patch] Windows/Win32 thread handle leak with threads join + From: "Kevin Chase" + Date: Sun, 06 Jun 2004 09:44:44 -0700 + Message-ID: + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 22917] By: merijn on 2004/06/09 11:46:23 + Log: Several updates, major, and minor corrections, model updates, + explained the model numbering of HP-UX servers. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 22916] By: rgs on 2004/06/09 09:53:58 + Log: Upgrade to Pod::Perldoc 3.13 + Branch: perl + + lib/Pod/Perldoc/t/01_about_verbose.t + ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm +____________________________________________________________________________ +[ 22915] By: rgs on 2004/06/09 09:08:46 + Log: Upgrade to Digest 1.08. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 22914] By: rgs on 2004/06/09 08:08:55 + Log: Upgrade to CGI.pm 3.05 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t +____________________________________________________________________________ +[ 22913] By: davem on 2004/06/08 22:20:40 + Log: double DESTROY in for loop + pp_iter decremented the ref count of the previous iterant before + unaliasing it. This could lead to DESTROY being called with the + loop variable still aliased to the freed value. If the DESTROY + also contained a for loop with the same iterator variable, the + freed value would get resurrected then freed for a second time. + Branch: perl + ! pp_hot.c t/cmd/for.t +____________________________________________________________________________ +[ 22912] By: rgs on 2004/06/08 18:51:03 + Log: Upgrade to Pod::LaTeX 0.57 + Branch: perl + + lib/Pod/t/user.t + ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL +____________________________________________________________________________ +[ 22911] By: rgs on 2004/06/08 18:42:29 + Log: Upgrade to Unicode::Normalize 0.30. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/t/illegal.t + ! ext/Unicode/Normalize/t/short.t + ! ext/Unicode/Normalize/t/split.t +____________________________________________________________________________ +[ 22910] By: rgs on 2004/06/08 18:40:38 + Log: Remove a spurious \n in a perltie example, + noticed by Geoffrey Young. + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 22909] By: rgs on 2004/06/08 18:34:23 + Log: Upgrade to Unicode::Collate 0.40 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t +____________________________________________________________________________ +[ 22908] By: rgs on 2004/06/08 18:23:54 + Log: Upgrade to Time::Local 1.10. + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 22907] By: rgs on 2004/06/08 18:02:59 + Log: Upgrade to Test::Harness 2.42 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t +____________________________________________________________________________ +[ 22906] By: nicholas on 2004/06/08 14:59:20 + Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01 + As spotted by Jerry D. Hedden + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml +____________________________________________________________________________ +[ 22905] By: rgs on 2004/06/08 13:53:40 + Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised + From: Marcus Holland-Moritz + Date: Fri, 4 Jun 2004 16:29:44 +0200 + Message-Id: <20040604162944.4011f1c6@r2d2> + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 22904] By: rgs on 2004/06/08 13:44:27 + Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris + From: Jarkko Hietaniemi + Date: Mon, 07 Jun 2004 20:09:42 +0300 + Message-ID: <40C4A156.5030205@iki.fi> + Branch: perl + ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t +____________________________________________________________________________ +[ 22903] By: rgs on 2004/06/08 10:19:27 + Log: Subject: [perl #30073] Misleading docs of Text::Wrap + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 6 Jun 2004 21:50:19 -0000 + Message-ID: + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 22902] By: rgs on 2004/06/06 07:49:27 + Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T + From: SADAHIRO Tomoyuki + Date: Sun, 06 Jun 2004 00:37:21 +0900 + Message-Id: <20040606003344.57B2.BQW10602@nifty.com> + Branch: perl + ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t +____________________________________________________________________________ +[ 22901] By: rgs on 2004/06/03 15:19:52 + Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs + From: Steve Hay + Date: Thu, 03 Jun 2004 15:46:17 +0100 + Message-ID: <40BF39B9.3060207@uk.radan.com> + Branch: perl + ! README.win32 win32/makefile.mk +____________________________________________________________________________ +[ 22900] By: rgs on 2004/06/03 13:20:37 + Log: perlpodspec uses 'nonbreaking' and 'non-breaking'. + Normalize on the hyphenated spelling. + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 22899] By: rgs on 2004/06/03 13:03:20 + Log: Workaround a dmake oddity. + Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Thu, 03 Jun 2004 12:16:13 +0100 + Message-ID: <40BF087D.8030005@uk.radan.com> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22898] By: rgs on 2004/06/03 09:02:31 + Log: Carp was mostly unusable with Safe because it may require + Carp::Heavy at run-time (while require() is forbidden.) + Have Safe load Carp::Heavy. + Branch: perl + ! ext/Opcode/Safe.pm lib/Carp.pm +____________________________________________________________________________ +[ 22897] By: mhx on 2004/06/02 18:03:40 + Log: Make change #22889 work for threaded builds, Part 2. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 22896] By: mhx on 2004/06/02 17:18:44 + Log: Make change #22889 work for threaded builds. + Branch: perl + ! pad.c pp.c +____________________________________________________________________________ +[ 22895] By: mhx on 2004/06/02 16:48:41 + Log: Fix apidoc entries for PUSHMARK and newXSproto. + Branch: perl + ! XSUB.h pod/perlapi.pod pp.h +____________________________________________________________________________ +[ 22894] By: mhx on 2004/06/02 16:42:24 + Log: Document embed.fnc 'U' and 's' flags. + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 22893] By: rgs on 2004/06/02 08:21:30 + Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit + From: "Craig A. Berry" + Date: Tue, 01 Jun 2004 23:16:58 -0500 + Message-ID: <40BD54BA.9040708@mac.com> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22892] By: rgs on 2004/06/02 08:19:30 + Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test + From: Alexey Tourbin + Date: Sat, 22 May 2004 02:22:22 +0400 + Message-ID: <20040521222222.GJ2030@solemn.turbinal.org> + Branch: perl + ! ext/NDBM_File/hints/linux.pl +____________________________________________________________________________ +[ 22891] By: rgs on 2004/06/02 06:47:58 + Log: Detypo. + Branch: perl + ! pod/perlintern.pod pp_ctl.c +____________________________________________________________________________ +[ 22890] By: rgs on 2004/06/02 06:43:30 + Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL + From: Andrew Dougherty + Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT) + Message-ID: + Branch: perl + ! INSTALL README +____________________________________________________________________________ +[ 22889] By: rgs on 2004/06/02 06:07:53 + Log: Make the dUNDERBAR/UNDERBAR macros work as advertised. + While we're at it, use the same trick to make reverse() + work correctly with lexical $_. + Branch: perl + ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h + ! t/op/mydef.t +____________________________________________________________________________ +[ 22888] By: rgs on 2004/06/01 15:26:59 + Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache + From: Alan Burlison + Date: Fri, 28 May 2004 12:27:06 +0100 + Message-ID: <40B7220A.4040305@sun.com> + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 22887] By: merijn on 2004/06/01 14:30:48 + Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Tue, 01 Jun 2004 15:30:37 +0100 + Message-ID: <40BC930D.90701@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22886] By: rgs on 2004/06/01 12:24:30 + Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs] + From: Alan Burlison + Date: Fri, 28 May 2004 23:28:44 +0100 + Message-ID: <40B7BD1C.40309@sun.com> + Branch: perl + ! lib/Pod/Find.pm +____________________________________________________________________________ +[ 22885] By: rgs on 2004/06/01 12:17:18 + Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen) + From: Paul Fenwick + Date: Tue, 1 Jun 2004 11:31:34 +1000 + Message-ID: <20040601013134.GA11005@perltraining.com.au> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22884] By: merijn on 2004/06/01 10:51:33 + Log: Subject: [PATCH] configure.com and PERL_API_REVISION + From: "Craig A. Berry" + Date: Mon, 31 May 2004 21:04:07 -0500 + Message-ID: <40BBE417.2090001@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22883] By: rgs on 2004/06/01 09:25:32 + Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw + From: LAUN Wolfgang + Date: Tue, 1 Jun 2004 07:52:58 +0200 + Message-ID: + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 22882] By: rgs on 2004/06/01 08:44:01 + Log: Subject: [PATCH] perlhack.pod - working with the Perl source + From: Dave Rolsky + Date: Mon, 31 May 2004 12:52:43 -0500 (CDT) + Message-ID: + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 22881] By: nicholas on 2004/05/31 19:06:21 + Log: replace the run time code in lib/utf8_pva.pl with data generated + at build by mktables, stored in lib/unicore/PVA.pl + Branch: perl + - lib/utf8_pva.pl + ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22880] By: nicholas on 2004/05/31 17:26:56 + Log: Don't need to require utf8_pva.pl at top of file + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 22879] By: nicholas on 2004/05/31 14:24:56 + Log: Run mktables as part of the build process. + Don't ship any of the files that it generates in lib/unicore + Branch: perl + - (delete 419 files) + ! MANIFEST Makefile.SH lib/unicore/mktables + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22878] By: rgs on 2004/05/31 14:20:53 + Log: Subject: [perl #29937] Entries missing from .packlist + From: jdhedden@1979.usna.com (via RT) + Date: 28 May 2004 19:23:48 -0000 + Message-ID: + Branch: perl + ! installman installperl +____________________________________________________________________________ +[ 22877] By: rgs on 2004/05/31 12:50:57 + Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph + From: + Date: Sun, 30 May 2004 17:27:07 +0200 + Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22876] By: rgs on 2004/05/31 09:52:05 + Log: Subject: [PATCH] Fix anomalies in Carp functions + From: Steve Hay + Date: Tue, 25 May 2004 16:05:02 +0100 + Message-ID: <40B3609E.5060502@uk.radan.com> + Branch: perl + ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t +____________________________________________________________________________ +[ 22875] By: rgs on 2004/05/31 09:25:37 + Log: Subject: [PATCH] Fix generation of perlapi.pod + From: Steve Hay + Date: Fri, 28 May 2004 11:46:41 +0100 + Message-ID: <40B71891.6090806@uk.radan.com> + Branch: perl + ! autodoc.pl pod/perlapi.pod +____________________________________________________________________________ +[ 22874] By: davem on 2004/05/30 22:31:03 + Log: Subject: Re: my $x->{foo} doesn't work + From: Shinya Hayakawa + Date: Tue, 25 May 2004 00:06:06 +0900 + Message-Id: <200405250006.06387.hayakawa@livedoor.jp> + + Allow autovivification of (my $x)->{foo} + Branch: perl + ! pp_hot.c t/op/my.t +____________________________________________________________________________ +[ 22873] By: nicholas on 2004/05/30 21:58:36 + Log: Convert to using File::Spec, so that we can build Unicode files + on all platforms + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 22872] By: nicholas on 2004/05/30 20:34:07 + Log: First step to generating Unicode files for the regexp engine at build + time - targets in the Makefile + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 22870] By: davem on 2004/05/30 14:30:45 + Log: Problem with autouse (causing Perl to crash) + @_ sometimes wasn't getting created right + Branch: perl + ! pad.c pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 22868] By: nicholas on 2004/05/30 13:57:05 + Log: Upgrade to Encode 2.01. + Branch: perl + ! ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm +____________________________________________________________________________ +[ 22866] By: nicholas on 2004/05/30 13:11:41 + Log: Skip in minitest + Branch: perl + ! t/comp/utf.t +____________________________________________________________________________ +[ 22853] By: rgs on 2004/05/28 06:29:28 + Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable? + From: Stas Bekman + Date: Thu, 27 May 2004 11:25:08 -0700 + Message-ID: <40B63284.5040203@stason.org> + Branch: perl + ! pod/perlapi.pod pod/perlguts.pod sv.h +____________________________________________________________________________ +[ 22852] By: merijn on 2004/05/28 05:31:25 + Log: Subject: TEST needs to ignore SCM files + From: Alan Burlison + Date: Thu, 27 May 2004 23:32:28 +0100 + Message-ID: <40B66C7C.8030303@sun.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 22850] By: rgs on 2004/05/26 16:17:24 + Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets + From: Alan Burlison + Date: Wed, 26 May 2004 16:24:03 +0100 + Message-ID: <40B4B693.9090905@sun.com> + (using \0 as a separator for q//) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22848] By: rgs on 2004/05/26 08:15:29 + Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics + From: Yitzchak Scott-Thoennes + Date: Tue, 25 May 2004 02:29:37 -0700 + Message-ID: <20040525092937.GA2332@efn.org> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 22843] By: rgs on 2004/05/24 16:12:41 + Log: Tests for change #22842, by SADAHIRO Tomoyuki + (adapted to the core) + Branch: perl + + t/op/utftaint.t + ! MANIFEST +____________________________________________________________________________ +[ 22842] By: rgs on 2004/05/24 15:55:23 + Log: Subject: Re: utf-8 and taint don't work together + From: SADAHIRO Tomoyuki + Date: Sat, 22 May 2004 21:38:33 +0900 + Message-Id: <20040522212704.C068.BQW10602@nifty.com> + + Date: Sun, 23 May 2004 09:56:15 +0900 + Message-Id: <20040523095609.E404.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c +____________________________________________________________________________ +[ 22841] By: rgs on 2004/05/24 11:43:32 + Log: Subject: [PATCH] win32_chsize is not exported on Win32 + From: Steve Hay + Date: Mon, 24 May 2004 12:52:48 +0100 + Message-ID: <40B1E210.4050202@uk.radan.com> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22840] By: rgs on 2004/05/24 11:23:31 + Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL + From: Yitzchak Scott-Thoennes + Date: Fri, 21 May 2004 11:35:34 -0700 + Message-ID: <20040521183533.GA5108@efn.org> + (plus whitespace removal) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22839] By: davem on 2004/05/22 11:15:34 + Log: Optimization busted: '@a = "b", sort @a' drops "b" + Fix the sort-in-place optimization of change #22349. + Branch: perl + ! op.c t/op/sort.t +____________________________________________________________________________ +[ 22838] By: gbarr on 2004/05/22 07:41:21 + Log: Update to Scalar-List-Utils-1.14 + Branch: perl + + ext/List/Util/Changes + - ext/List/Util/ChangeLog + ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm +____________________________________________________________________________ +[ 22837] By: rgs on 2004/05/21 15:40:49 + Log: Subject: Proposed doc patch for getsockopt + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 16 May 2004 13:35:20 +0000 (UTC) + Message-Id: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22836] By: rgs on 2004/05/21 08:45:28 + Log: Subject: [PATCH] h2xs doesn't recognize indented enums + From: Tassilo von Parseval + Date: Fri, 21 May 2004 10:51:58 +0200 + Message-id: <20040521085158.GA10660@ethan> + (modified regexp) + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 22835] By: rgs on 2004/05/20 13:30:25 + Log: Upgrade to Encode 2.00. + Branch: perl + ! (edit 147 files) +____________________________________________________________________________ +[ 22833] By: rgs on 2004/05/20 11:48:29 + Log: Test portability nit. + Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Tue, 18 May 2004 11:31:04 +0100 + Message-ID: <40A9E5E8.7030800@uk.radan.com> + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 22831] By: davem on 2004/05/19 21:02:04 + Log: improve hashing algorithm for ptr tables in perl_clone: + the bottom few bits of a pointer are usually zero + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22830] By: davem on 2004/05/19 20:17:55 + Log: Thread creation time is hypersensitive + + Due to a logic error, the dup ptr table sometimes wans't being + grown, leading to extremely slow cloning. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22829] By: rgs on 2004/05/18 13:05:48 + Log: perlrun.pod minor fixes : + - the parameter to -x is optional + - pod nit + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 22828] By: rgs on 2004/05/18 12:54:47 + Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4 + From: mats@sm5sxl.net (via RT) + Date: 16 May 2004 13:33:32 -0000 + Message-ID: + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 22827] By: rgs on 2004/05/18 12:16:42 + Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Fri, 14 May 2004 17:33:17 +0100 + Message-ID: <40A4F4CD.2000003@uk.radan.com> + Branch: perl + ! t/comp/utf.t +____________________________________________________________________________ +[ 22826] By: rgs on 2004/05/18 08:15:27 + Log: Error message too wide. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22825] By: rgs on 2004/05/17 15:12:03 + Log: Remove a TODO test that is no longer to do. + Branch: perl + ! ext/B/t/f_sort.t +____________________________________________________________________________ +[ 22824] By: rgs on 2004/05/17 15:08:40 + Log: Fix new B::Concise test output + Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu) + From: Jim Cromie + Date: Mon, 17 May 2004 09:19:00 -0600 + Message-ID: <40A8D7E4.1020007@divsol.com> + Branch: perl + ! ext/B/t/f_sort.t t/TEST +____________________________________________________________________________ +[ 22823] By: rgs on 2004/05/17 08:54:15 + Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches + From: LAUN Wolfgang + Date: Mon, 17 May 2004 07:38:19 +0200 + Message-ID: + Branch: perl + ! ext/File/Glob/Glob.xs +____________________________________________________________________________ +[ 22822] By: rgs on 2004/05/17 08:49:53 + Log: David Manura is the new maintainer of Text::Balanced. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 22821] By: davem on 2004/05/16 15:31:42 + Log: make Text::Balanced skip "case /..../" correctly for Switch.pm + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t +____________________________________________________________________________ +[ 22820] By: rgs on 2004/05/14 16:30:07 + Log: Subject: Re: more B::Concise stuff (PATCH - updated) + From: Jim Cromie + Date: Mon, 10 May 2004 05:28:11 -0600 + Message-ID: <409F674B.2000506@divsol.com> + Branch: perl + + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t + + ext/B/t/optree_specials.t + ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm + ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t + ! ext/B/t/optree_check.t ext/B/t/optree_concise.t + ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t + ! ext/B/t/optree_varinit.t ext/B/t/showlex.t +____________________________________________________________________________ +[ 22819] By: rgs on 2004/05/14 09:38:43 + Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to + access the $_ variable, even when there is a lexical one in scope. + Branch: perl + ! XSUB.h pod/perlapi.pod +____________________________________________________________________________ +[ 22818] By: nicholas on 2004/05/13 12:15:17 + Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working + From: Jarkko Hietaniemi + Message-ID: <40A26D75.8080406@iki.fi> + Date: Wed, 12 May 2004 21:31:17 +0300 + Branch: perl + + t/comp/utf.t + ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c +____________________________________________________________________________ +[ 22817] By: rgs on 2004/05/12 16:29:07 + Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS + From: Olli Savia (via RT) + Date: 12 May 2004 13:02:41 -0000 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22816] By: rgs on 2004/05/12 16:16:50 + Log: Make XSLoader update @DynaLoader::dl_shared_objects. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 22815] By: merijn on 2004/05/12 10:43:42 + Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe + From: Andy Dougherty + Date: Tue, 11 May 2004 13:14:42 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure hints/darwin.sh hints/rhapsody.sh +____________________________________________________________________________ +[ 22812] By: mhx on 2004/05/11 17:42:13 + Log: Add the byte-order modifiers '<' and '>' to the pack tutorial. + This completes the series: #22734, #22745, #22754, #22780 + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 22811] By: mhx on 2004/05/11 17:21:35 + Log: 'v' unpacks unsigned shorts. + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 22810] By: rgs on 2004/05/11 16:35:49 + Log: Subject: various -V: searches [PATCH] + From: Jim Cromie + Date: Tue, 11 May 2004 00:15:46 -0600 + Message-ID: <40A06F92.1070607@divsol.com> + Branch: perl + ! configpm lib/Config.t pod/perlrun.pod +____________________________________________________________________________ +[ 22809] By: rgs on 2004/05/11 11:00:31 + Log: More pod names in the debugger for the runman command + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22808] By: rgs on 2004/05/11 10:52:27 + Log: Subject: [PATCH] debugger (step backwards) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Tue, 11 May 2004 11:04:11 +0200 + Message-Id: <200405111104.11484.richard.foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22807] By: rgs on 2004/05/11 09:16:56 + Log: Subject: void context !~ generates "Useless use of not at line..." warning + From: Yitzchak Scott-Thoennes + Date: Sun, 9 May 2004 00:59:19 -0700 + Message-ID: <20040509075919.GA3752@efn.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22806] By: ams on 2004/05/10 22:12:31 + Log: Subject: Re: a little extra cmdline help. [PATCH] + From: Jim Cromie + Date: Mon, 10 May 2004 15:25:07 -0600 + Message-Id: <409FF333.4020104@divsol.com> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22804] By: ams on 2004/05/10 11:10:34 + Log: Remove stray '. + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 22803] By: ams on 2004/05/10 10:14:40 + Log: Subject: [PATCH] File::Copy Pod + From: slaven@rezic.de + Date: Mon, 10 May 2004 09:57:37 +0000 + Message-Id: <1084183057.10822@devpc01.iconmobile.de> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 22802] By: davem on 2004/05/07 19:12:29 + Log: symbolic references like ${"foo$index"}*3 would incorrectly warn + that $index was the uninitialized value, when in fact it was $foo1 + Branch: perl + ! sv.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 22801] By: davem on 2004/05/07 18:21:22 + Log: Subject: Re: stdio still supported? + From: Jim Cromie + Date: Thu, 06 May 2004 16:37:56 -0600 + Message-Id: <409ABE44.8060307@divsol.com> + + Update B::Concise tests to skip stuff requiring the + "open to a scalar" feature of Perlio is it isn't available. + Also note this caveat in perlfunc.pod + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22800] By: mhx on 2004/05/07 16:58:57 + Log: Windows issues with select() are already documented in perlport. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22799] By: ams on 2004/05/07 13:38:16 + Log: Subject: [perl #29397] Change in pod2man arguments + From: Thorsten Glaser (via RT) + Date: 6 May 2004 22:08:10 -0000 + Message-Id: + Branch: perl + ! pod/pod2man.PL +____________________________________________________________________________ +[ 22798] By: mhx on 2004/05/07 11:42:37 + Log: Scalar::Util::refaddr falsely returns false + Add mg_get() to refaddr() when SV is magical. + Fix the non-xs version of looks_like_number(). + Branch: perl + ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t +____________________________________________________________________________ +[ 22797] By: mhx on 2004/05/07 10:57:23 + Log: Document that select() on Windows doesn't work on non-socket filehandles. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22796] By: mhx on 2004/05/06 17:19:17 + Log: Double warning for int(undef) and abs(undef) + Remove the duplicate warnings and update tests. + Branch: perl + ! pp.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 22793] By: rgs on 2004/05/06 14:43:08 + Log: Add a small script to check whether a perl source tree + (with or without generated files) is friendly with + case-insensitive filesystems. + Adapted from : + Subject: Re: STerm.pl vs Sterm.pl + From: James Mastros + Date: Thu, 06 May 2004 14:45:53 +0200 + Message-ID: <20040506124556.2402.qmail@onion.perl.org> + Branch: perl + + Porting/checkcase.pl + ! MANIFEST +____________________________________________________________________________ +[ 22789] By: rgs on 2004/05/06 12:33:14 + Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x) + From: bilbo@ua.fm + Date: Wed, 28 Apr 2004 00:19:55 +0300 + Message-ID: <611491036.20040428001955@ua.fm> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 22788] By: merijn on 2004/05/06 11:35:21 + Log: add -pipe to gcc's default flags + it has shown a compile time speed increase of about 40% on + Linux and HP-UX, and also works on cygwin-1.5.9. On failing + OS/gcc combo's remove it in the hints + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22783] By: mhx on 2004/05/05 19:02:28 + Log: Add tests for mX?PUSH[inup] macros. + + Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros + From: Steve Hay + Date: Wed, 05 May 2004 15:34:45 +0100 + Message-ID: <4098FB85.1060602@uk.radan.com> + Branch: perl + + ext/XS/APItest/t/push.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST +____________________________________________________________________________ +[ 22782] By: rgs on 2004/05/05 16:14:25 + Log: Subject: Problem with h2xs + From: David Cannings + Date: Mon, 3 May 2004 13:44:33 +0100 + Message-Id: <200405031344.33723.lists@edeca.net> + (Second patch only) + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 22781] By: davem on 2004/05/04 19:20:36 + Log: Bizarre copy of ARRAY + make sure a pad op's flags are updated after optimising away + the assignment in my @a = () (see change 22520). + Branch: perl + ! op.c t/op/my.t +____________________________________________________________________________ +[ 22780] By: mhx on 2004/05/04 14:46:05 + Log: Add byte-order group modifiers to (un)pack templates. + Follow-up on: #22734, #22745, #22753, #22754. + + Subject: Group modifiers in (un)pack templates + From: Marcus Holland-Moritz + Date: Mon, 3 May 2004 20:14:41 +0200 + Message-Id: <20040503201441.1b058e0d@r2d2> + Branch: perl + ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 22779] By: mhx on 2004/05/04 14:30:39 + Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757) + + Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros + From: Marcus Holland-Moritz + Date: Mon, 3 May 2004 20:03:28 +0200 + Message-Id: <20040503200328.24efcda5@r2d2> + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 22778] By: davem on 2004/05/03 21:07:44 + Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh) + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 22777] By: davem on 2004/05/03 20:48:53 + Log: add test for change #22776 ("open m" crashes Perl) + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 22776] By: davem on 2004/05/03 20:26:22 + Log: perl -e "open m" crashes Perl + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 22775] By: davem on 2004/05/03 18:52:39 + Log: scalar delete of empty slice returned garbage + Branch: perl + ! pp.c t/op/delete.t +____________________________________________________________________________ +[ 22774] By: davem on 2004/05/03 17:44:44 + Log: split could leave an array without &PL_sv_undef + in the unused elements + Branch: perl + ! pp.c t/op/split.t +____________________________________________________________________________ +[ 22773] By: nicholas on 2004/05/03 13:59:08 + Log: Subject: Re: "fuzzy" in mktables + From: Jarkko Hietaniemi + Message-ID: <4093A82B.6040609@iki.fi> + Date: Sat, 01 May 2004 16:37:47 +0300 + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 22772] By: davem on 2004/05/03 13:33:21 + Log: remove spurious intentation in utf8_pva.pl + Branch: perl + ! lib/utf8_pva.pl +____________________________________________________________________________ +[ 22771] By: davem on 2004/05/03 13:28:24 + Log: ensure that utf8 Perl code magically called from a regex localizes $. + Branch: perl + ! lib/utf8_pva.pl +____________________________________________________________________________ +[ 22770] By: nicholas on 2004/05/03 11:19:10 + Log: Integrate: + [ 22694] + For maint, I don't think that we can have sperl go sulky if invoked + from a #! line. So keep .../sperl functional, and have the /dev/fd/... + only set ID exectuable reside under a different name (suidperl) + + [ 22700] + The set uid perl is now called setuidperl. Not suidperl. + Which I discover is hardlinked from sperl by ./installperl + elsewhere. Helpfully confusing installperl script. + + [ 22718] + Revert 22700 (as part of changes suggested by Brendan O'Dea) + + [ 22719] + Revert 22694 + + [ 22720] + Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid + binary must have fd script conundrum, as suggested by Brendan O'Dea + Plus restore the more helpful error message from 22694 and the gist + of the perl584delta changes from 22700 + Branch: perl + !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod +____________________________________________________________________________ +[ 22769] By: nicholas on 2004/05/03 10:37:45 + Log: Subject: [perl #29073] Reference to incorrect method in documentation of + From: "bob@starlabs.net (via RT)" + Message-ID: + Date: 22 Apr 2004 10:49:22 -0000 + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 22768] By: nicholas on 2004/05/02 22:40:18 + Log: It seems daft to me that we have a synopis example that will fail if + gcc happened to be invoked via the name cc, and completely ignores + the far more reliable 'gccversion' variable + So here's one using 'usethreads' that ought to work everywhere. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 22765] By: nicholas on 2004/05/02 18:18:25 + Log: Make t/uni/class.t pass on case insensitive file systems + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 22764] By: nicholas on 2004/05/02 17:57:12 + Log: Save some repeated strlen()s in Perl_swash_init + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 22763] By: nicholas on 2004/05/01 14:07:45 + Log: And that same fool forgot to add the not-really-needed "fuzzy" versions + of some binary property files + Branch: perl + + lib/unicore/lib/gc_sc/Dash2.pl + + lib/unicore/lib/gc_sc/Hyphen2.pl + + lib/unicore/lib/gc_sc/Radical2.pl +____________________________________________________________________________ +[ 22762] By: nicholas on 2004/05/01 14:06:05 + Log: Some fool removed lib/unicore/ArabicShaping.txt in change 22760 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 22761] By: nicholas on 2004/05/01 14:02:59 + Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory + by making the %BaseName check global + Branch: perl + + lib/unicore/lib/gc_sc/Sterm2.pl + - lib/unicore/lib/gc_sc/Sterm.pl + ! MANIFEST lib/unicore/Canonical.pl + ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl + ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables +____________________________________________________________________________ +[ 22760] By: nicholas on 2004/05/01 13:17:09 + Log: Remove the no-longer autogenerated Unicode files + Branch: perl + - (delete 322 files) + ! MANIFEST +____________________________________________________________________________ +[ 22759] By: nicholas on 2004/05/01 11:16:35 + Log: mktables requires post 5.005 + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 22758] By: davem on 2004/04/30 11:48:55 + Log: disable problematical 'uninitialized value' warning tests + Branch: perl + ! t/lib/warnings/9uninit +____________________________________________________________________________ +[ 22757] By: rgs on 2004/04/30 11:32:03 + Log: Follow-up to previous patch: the mX?PUSH[inup] macros + should handle 'set' magic, just like the X?PUSH[inup] + counterparts. + Branch: perl + ! pod/perlapi.pod pp.h +____________________________________________________________________________ +[ 22756] By: rgs on 2004/04/30 10:15:00 + Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros + From: Steve Hay + Date: Fri, 30 Apr 2004 10:07:21 +0100 + Message-ID: <40921749.3050600@uk.radan.com> + Branch: perl + ! pod/perlapi.pod pod/perlguts.pod pp.h +____________________________________________________________________________ +[ 22755] By: nicholas on 2004/04/29 18:30:18 + Log: Fix 29149 - another UTF8 cache bug hit by substr. + Regression test from: + + Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux + From: SADAHIRO Tomoyuki + Message-Id: <20040429103926.5BA6.BQW10602@nifty.com> + Date: Thu, 29 Apr 2004 10:53:17 +0900 + Branch: perl + ! sv.c t/op/substr.t +____________________________________________________________________________ +[ 22754] By: mhx on 2004/04/29 18:29:28 + Log: More unpack cleanups. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 22753] By: mhx on 2004/04/29 17:50:40 + Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore. + Remove all associated code. + Branch: perl + ! hints/cxux.sh pp_pack.c +____________________________________________________________________________ +[ 22752] By: mhx on 2004/04/29 17:38:32 + Log: The openbsd 64-bit test should use $uquadtype rather + than hardcoding unsigned long long. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 22751] By: ams on 2004/04/29 08:24:31 + Log: Update to Test.pm 1.25 (from SBURKE). + Branch: perl + + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t + ! MANIFEST lib/Test.pm +____________________________________________________________________________ +[ 22750] By: mhx on 2004/04/28 20:53:29 + Log: When configuring for 64-bit support, check that the + C library functions for casting floating point values + to 64-bit integer values are not broken. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 22749] By: rgs on 2004/04/28 18:28:07 + Log: Fix for [perl #28963]: find2perl was sometimes generating + invalid code. + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 22748] By: rgs on 2004/04/28 13:01:13 + Log: Subject: [PATCH] Add diagnostics section to base.pm + From: "Jos I. Boumans" + Date: Wed, 28 Apr 2004 13:04:47 +0200 + Message-Id: + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 22747] By: merijn on 2004/04/28 12:42:50 + Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module + Date: 21 Apr 2004 11:07:22 -0000 + From: "bob@starlabs.net (via RT)" + Message-ID: + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 22746] By: davem on 2004/04/27 22:21:35 + Log: fix a coredump caused by rv2gv not fully converting a PV to an RV + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 22745] By: mhx on 2004/04/27 20:38:00 + Log: Cleanup variables in S_(un)pack_rec(). + This also works around a gcc optimizer bug on dec_osf/alpha. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 22744] By: rgs on 2004/04/27 08:43:38 + Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance + From: Jeff 'japhy' Pinyan + Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT) + Message-ID: + + Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT) + Message-ID: + Branch: perl + + (add 406 files) + ! MANIFEST lib/unicore/Canonical.pl + ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl + ! lib/unicore/Exact.pl lib/unicore/Name.pl + ! lib/unicore/Properties lib/unicore/To/Digit.pl + ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod + ! t/op/pat.t t/uni/class.t +____________________________________________________________________________ +[ 22743] By: merijn on 2004/04/26 22:20:30 + Log: usemallocwrap works on AIX, but not with vac-5 + Date: Mon, 26 Apr 2004 15:35:23 +0200 + From: "H.Merijn Brand" + Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1 + Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh hints/aix_4.sh +____________________________________________________________________________ +[ 22742] By: davem on 2004/04/24 12:53:07 + Log: fix 64-bit casting error in change 22741 (uninit var warnings) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22741] By: davem on 2004/04/23 20:43:02 + Log: Include variable names in "Use of uninitialized value" warnings + Branch: perl + + t/lib/warnings/9uninit + ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm + ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm + ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t + ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c + ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use + ! t/lib/warnings/3both t/lib/warnings/4lint + ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg + ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot + ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util + ! t/run/fresh_perl.t t/run/runenv.t +____________________________________________________________________________ +[ 22739] By: rgs on 2004/04/23 13:32:31 + Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Fri, 23 Apr 2004 06:33:34 +0200 + Message-Id: <200404230633.34402.richard.foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22737] By: nicholas on 2004/04/23 10:31:20 + Log: Ooops. Forgot to update pod.lst, and all that ensues with that + Branch: perl + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 22736] By: nicholas on 2004/04/23 10:11:26 + Log: Integrate: + [ 22165] + Create perl584delta.pod + (Not that I'm really proposing to start work on 5.8.4 today) + + [ 22650] + Updates from Stas Bekman, Brendan O'Dea and Hugo + + [ 22655] + Tweaks from Hugo and Liz + + [ 22677] + Improvements from Jarkko + + [ 22684] + Integrate: + [ 22665] + AIX-4 with xlc does not like malloc wrap + + [ 22666] + Test drives are fun. Implement ccversion for Itanium HP-UX 11.23 + + [ 22698] + Clarify AIX and win32's malloc wrapping + + [ 22700] + The set uid perl is now called setuidperl. Not suidperl. + Which I discover is hardlinked from sperl by ./installperl + elsewhere. Helpfully confusing installperl script. + + [ 22703] + More perldelta updates + + [ 22710] + Subject: spelling + From: Jarkko Hietaniemi + Date: Fri, 16 Apr 2004 21:18:18 +0300 (EEST) + Message-Id: <200404161818.i3GIIILh391648@kosh.hut.fi> + + [ 22718] + Revert 22700 (as part of changes suggested by Brendan O'Dea) + + [ 22720] + Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid + binary must have fd script conundrum, as suggested by Brendan O'Dea + Plus restore the more helpful error message from 22694 and the gist + of the perl584delta changes from 22700 + + [ 22731] + Oink, oink, flap, flap! + Branch: perl + +> pod/perl584delta.pod + ! MANIFEST + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22735] By: merijn on 2004/04/23 10:11:23 + Log: Subject: [PATCH] Where to find nmake for windows + From: Abe Timmerman + Date: Thu, 22 Apr 2004 23:57:40 +0200 + Message-Id: <200404222357.40508.abe@ztreet.demon.nl> + Changed download URL references for nmake + Branch: perl + ! README.win32 pod/perlmodinstall.pod +____________________________________________________________________________ +[ 22734] By: mhx on 2004/04/23 04:07:25 + Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates + From: Marcus Holland-Moritz + Date: Wed, 21 Apr 2004 21:09:20 +0200 + Message-Id: <20040421210920.3c467772@r2d2> + Branch: perl + ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod + ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c +____________________________________________________________________________ +[ 22733] By: rgs on 2004/04/22 12:08:35 + Log: Missing copyright in the README. + Branch: perl + ! README +____________________________________________________________________________ +[ 22727] By: nicholas on 2004/04/21 15:22:29 + Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same + From: Axel Boldt (via RT) + Message-ID: + Date: 11 Apr 2004 13:08:17 -0000 + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 22725] By: nicholas on 2004/04/21 14:21:57 + Log: Punt the "reporting bugs" section to the top. + Reorder the description of what to do, to start with the most common + case. + Clarify "how to report bugs effectively" (and why it benefits you) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22724] By: nicholas on 2004/04/21 12:51:43 + Log: This should be L<> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22723] By: nicholas on 2004/04/21 09:42:35 + Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22722] By: nicholas on 2004/04/21 09:25:34 + Log: We should be telling people about ..exp, else they use the unexpanded + forms and shaft anyone who installs a private perl within ~ + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22721] By: rgs on 2004/04/21 08:36:38 + Log: Subject: [patch] log the interpreter id in warnings + From: Stas Bekman + Date: Mon, 19 Apr 2004 18:10:01 -0700 + Message-ID: <40847869.1000906@stason.org> + Branch: perl + ! gv.c handy.h hv.c perl.c sv.c +____________________________________________________________________________ +[ 22717] By: rgs on 2004/04/20 12:27:18 + Log: Subject: [PATCH] Sync Term::Cap with CPAN version + From: Jonathan Stowe + Date: Tue, 20 Apr 2004 12:37:28 +0100 + Message-Id: <1082461047.2736.96.camel@localhost> + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 22716] By: rgs on 2004/04/19 12:26:35 + Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying + to read an op that was just freed, which was obviously illegal. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22715] By: rgs on 2004/04/19 09:34:01 + Log: Upgrade to FileCache 1.04. + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 22714] By: rgs on 2004/04/19 08:57:17 + Log: New file left out of the last commit. + Branch: perl + + t/uni/class.t +____________________________________________________________________________ +[ 22713] By: rgs on 2004/04/19 08:56:28 + Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support + From: "Jeff 'japhy' Pinyan" + Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT) + Message-ID: + Branch: perl + ! MANIFEST pod/perlunicode.pod +____________________________________________________________________________ +[ 22712] By: rgs on 2004/04/19 08:30:20 + Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored + From: hv@crypt.org + Date: Wed, 14 Apr 2004 19:30:46 +0100 + Message-Id: <200404141830.i3EIUko03728@zen.crypt.org> + Branch: perl + ! regcomp.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 22708] By: nicholas on 2004/04/17 13:25:41 + Log: Integrate: + [ 22661] + This is RC1 + + [ 22705] + This is RC2 + Branch: perl + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22706] By: rgs on 2004/04/16 15:53:37 + Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation + level (with -O2 miniperl behaves really badly.) + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 22697] By: merijn on 2004/04/15 11:56:32 + Log: d_getservbyname_r undef up to at least OpenBSD 3.5 + Thanks to Campo Weijerman and Gerard Gerritsen off-list + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 22696] By: merijn on 2004/04/14 16:04:40 + Log: #24121: Configure under turkish locale fails + toupper (i) != I in turkish, but U+0130 + \N{LATIN CAPITAL LETTER I WITH DOT ABOVE} + Patch supplied by Rafael + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22693] By: rgs on 2004/04/14 08:28:15 + Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support + From: Jeff 'japhy' Pinyan + Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 22692] By: rgs on 2004/04/14 07:26:04 + Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39 + From: John Peacock + Date: Tue, 13 Apr 2004 20:51:31 -0400 + Message-ID: <407C8B13.9020104@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c +____________________________________________________________________________ +[ 22691] By: rgs on 2004/04/14 07:08:52 + Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3 + From: Jan Dubois + Date: Tue, 13 Apr 2004 19:49:32 -0700 + Message-ID: + Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT) + Message-ID: + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 22681] By: rgs on 2004/04/09 07:04:48 + Log: find2perl should not default to -print when -eval is specified. + Noticed by David Dyck. + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 22680] By: rgs on 2004/04/09 06:58:51 + Log: Upgrade to Time::HiRes 1.59. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 22675] By: rgs on 2004/04/08 13:00:59 + Log: Upgrade to Digest 1.06. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 22674] By: rgs on 2004/04/08 12:57:48 + Log: Upgrade to Digest 1.06. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 22673] By: rgs on 2004/04/08 09:59:22 + Log: Upgrade to Time::HiRes 1.57. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 22672] By: nicholas on 2004/04/07 20:48:04 + Log: Make gmtime and localtime cross reference each other. + Suggested by Dan Jacobson + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22671] By: merijn on 2004/04/07 17:54:10 + Log: Integrated Time-Local-1.09 from Dave Rolsky + Corrected a wrap error from the CPAN version to match #22670 + Tested on AIX to make sure the skip is still needed + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 22670] By: merijn on 2004/04/07 12:03:11 + Log: Disable the edge case tests for timegm and timelocal on + AIX-4.3 since the OS is obsoleted, and fixes are not to + be expected + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 22669] By: rgs on 2004/04/07 08:26:48 + Log: Fix command-line quoting under Windows for the new optree tests + Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Wed, 07 Apr 2004 09:46:01 +0100 + Message-ID: <4073BFC9.10707@uk.radan.com> + Branch: perl + ! ext/B/t/optree_samples.t +____________________________________________________________________________ +[ 22668] By: rgs on 2004/04/07 08:00:07 + Log: Subject: [PATCH] Bleadperl to version 0.37 + From: John Peacock + Date: Tue, 06 Apr 2004 21:56:19 -0400 + Message-ID: <40735FC3.5010305@rowman.com> + Branch: perl + ! embed.fnc embed.h global.sym lib/version.pm lib/version.t + ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t + ! universal.c util.c +____________________________________________________________________________ +[ 22667] By: rgs on 2004/04/07 07:37:59 + Log: The optree builder was looping when constructing the ops + for a map/grep block containing a while(1). + (Bug reported by Pixel.) + Branch: perl + ! op.c t/op/grep.t +____________________________________________________________________________ +[ 22666] By: merijn on 2004/04/06 14:44:29 + Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23 + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 22665] By: merijn on 2004/04/06 13:34:14 + Log: AIX-4 with xlc does not like malloc wrap + Branch: perl + ! hints/aix_4.sh +____________________________________________________________________________ +[ 22664] By: rgs on 2004/04/06 07:29:30 + Log: Subject: Re: tests for change #22539 + From: Jim Cromie + Date: Tue, 30 Mar 2004 14:39:31 -0700 + Message-ID: <4069E913.5040906@divsol.com> + (with some spelling tweaks) + Branch: perl + + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t + + ext/B/t/optree_concise.t ext/B/t/optree_samples.t + + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl +____________________________________________________________________________ +[ 22663] By: mhx on 2004/04/06 03:40:10 + Log: Make the ! suffix handle n/N/v/V as signed integers + within pack templates. + Branch: perl + ! pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 22662] By: mhx on 2004/04/05 20:03:03 + Log: C doesn't look like a number. See also: + + Subject: Re: [perl #27606] undef "looks like" a number + From: Marcus Holland-Moritz + Date: Mon, 15 Mar 2004 22:16:26 +0100 + Message-Id: <20040315221626.48061c67@r2d2> + Branch: perl + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t + ! pp_ctl.c sv.c +____________________________________________________________________________ +[ 22656] By: nicholas on 2004/04/05 15:55:18 + Log: Subject: Re: perldelta584 + From: Craig Berry + Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com> + Date: Mon, 05 Apr 2004 11:02:12 -0500 + + (makes malloc wrap the default on VMS) + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22654] By: rgs on 2004/04/05 15:24:49 + Log: Subject: ref ($proto) || $proto patch + From: Ovid + Date: Sat, 03 Apr 2004 18:59:22 -0800 + Message-ID: <406F7A0A.50702@yahoo.com> + (with minor reformatting) + Branch: perl + ! pod/perlobj.pod pod/perltoot.pod +____________________________________________________________________________ +[ 22652] By: rgs on 2004/04/05 12:51:10 + Log: Subject: sv_pvutf8n_force and sv_pvbyten_force + From: SADAHIRO Tomoyuki + Date: Wed, 24 Mar 2004 00:16:52 +0900 + Message-Id: <20040324001126.098F.BQW10602@nifty.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22651] By: rgs on 2004/04/05 11:50:10 + Log: wantarray docs should mention effect of eval { wantarray } + as reported by Tim Bunce. Add a note to this effect in perlfunc, + and regression tests for it. + Branch: perl + ! pod/perlfunc.pod t/op/wantarray.t +____________________________________________________________________________ +[ 22649] By: nicholas on 2004/04/05 08:57:18 + Log: More AUTHORS who deserve credit for patches + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22646] By: nicholas on 2004/04/04 16:32:54 + Log: Hand merge patch from maint back to blead. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 22642] By: nicholas on 2004/04/04 13:07:50 + Log: Bump version numbers for modules that have changed since 5.8.3 + Branch: perl + ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm + ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm + ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm + ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm +____________________________________________________________________________ +[ 22641] By: rgs on 2004/04/02 15:40:15 + Log: Fix bug #27940 : \cX escapes weren't working correctly in regular + expression ranges. + Branch: perl + ! t/op/pat.t toke.c +____________________________________________________________________________ +[ 22637] By: davem on 2004/04/02 10:02:06 + Log: Subject: [PATCH] fix utils install problems on VMS + From: "Craig A. Berry" + Date: Thu, 01 Apr 2004 20:19:53 -0600 + Message-Id: <406CCDC9.7000500@mac.com> + + We were not running utils/instmodsh.PL or utils/xsubpp.PL during + the build, so installperl would not find the generated programs at + install time. + Also fixed several problems with the command definitions for the + utilities + Branch: perl + ! configure.com vms/descrip_mms.template +____________________________________________________________________________ +[ 22636] By: davem on 2004/04/01 22:00:40 + Log: Subject: [PATCH] archname salad on VMS + From: "Craig A. Berry" + Date: Thu, 01 Apr 2004 14:16:32 -0600 + Message-Id: <406C78A0.2070009@mac.com> + + sort out architecture-specific directory names for OpenVMS + Itanium port + Branch: perl + ! configure.com vms/descrip_mms.template +____________________________________________________________________________ +[ 22635] By: davem on 2004/04/01 20:27:14 + Log: Fix change #22376. Only mark a const as short-circuited + if it's actually a const! + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22630] By: nicholas on 2004/04/01 15:15:10 + Log: debug the instructions on upgrading Unicode + Branch: perl + ! lib/unicore/README.perl +____________________________________________________________________________ +[ 22625] By: mhx on 2004/04/01 06:01:25 + Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly + Branch: perl + ! op.c t/op/dor.t +____________________________________________________________________________ +[ 22624] By: davem on 2004/03/31 20:33:52 + Log: + (\$) prototype = bad free + av_delete() didn't reify. I also updated its description + Branch: perl + ! av.c t/op/args.t +____________________________________________________________________________ +[ 22621] By: nicholas on 2004/03/31 15:05:40 + Log: Upgrade to Unicode 4.0.1 + Branch: perl + + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl + + lib/unicore/lib/Variatio.pl + ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl + ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt + ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl + ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl + ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl + ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt + ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl + ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt + ! lib/unicore/PropValueAliases.txt lib/unicore/Properties + ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt + ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt + ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl + ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl + ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl + ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl + ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl + ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl + ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl + ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl + ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl + ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl + ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl + ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl + ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl + ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl + ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl + ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl + ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl + ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl + ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl + ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl + ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl + ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl + ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl + ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl + ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl + ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl + ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl + ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl + ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl + ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl + ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl + ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl + ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl + ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl + ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl + ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl + ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl + ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t +____________________________________________________________________________ +[ 22619] By: merijn on 2004/03/31 13:02:32 + Log: Regenerated Configure after backported #22571 + Some indent leftovers from earlier patches + We don't like double negatives, not even in comment + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22617] By: merijn on 2004/03/31 11:33:09 + Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT + From: Gisle Aas + Date: 30 Mar 2004 04:29:18 -0800 + Message-ID: + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 22615] By: nicholas on 2004/03/31 08:24:29 + Log: Unknowingly for years we've had a test that has assumed the order + of results from readdir. Fixed. + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 22614] By: nicholas on 2004/03/30 21:50:15 + Log: Subject: Zaurus SL-[78]60 native compile patch + Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp> + From: Dan Kogai + Date: Tue, 30 Mar 2004 00:53:52 +0900 + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 22610] By: davem on 2004/03/29 21:20:35 + Log: various win32 build fixes + + Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32 + From: Steve Hay + Date: Tue, 23 Mar 2004 10:42:12 +0000 + Message-ID: <40601484.7040905@uk.radan.com> + + Subject: [PATCH] distclean on Win32 should delete perl.base + From: Steve Hay + Date: Tue, 23 Mar 2004 11:35:56 +0000 + Message-ID: <4060211C.8020704@uk.radan.com> + + Subject: Re: [PATCH] Create debug symbols files on Windows even for release + From: Steve Hay + Date: Fri, 26 Mar 2004 10:46:07 +0000 + Message-ID: <406409EF.9020404@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22609] By: davem on 2004/03/29 20:46:36 + Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug) + From: "Benjamin J. Tilly" (via RT) + Date: 26 Mar 2004 21:02:19 -0000 + Message-ID: + + The forked child should make sure STDIN and STDOUT aren't tied + before messing with them + Branch: perl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 22608] By: davem on 2004/03/29 20:10:05 + Log: backout change 22606 (make gv_fullname() include a literal '^') + it breaks select. + Branch: perl + ! gv.c t/op/gv.t +____________________________________________________________________________ +[ 22607] By: davem on 2004/03/28 15:10:48 + Log: update -Dx to cope with lexical version of OP_AELEMFAST + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22606] By: davem on 2004/03/28 15:08:23 + Log: make gv_fullname() etc include a literal '^' for *^FOO style names + Branch: perl + ! gv.c t/op/gv.t +____________________________________________________________________________ +[ 22605] By: davem on 2004/03/28 13:11:30 + Log: pv_display() had code to display \n etc as escapes but it didn't + actually work. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22604] By: davem on 2004/03/28 10:55:30 + Log: fix typo in change 22597 + Branch: perl + ! op.h +____________________________________________________________________________ +[ 22601] By: davem on 2004/03/27 10:22:52 + Log: Subject: [PATCH] -Dusemallocwrap for VMS) + From: "Craig A. Berry" + Date: Fri, 26 Mar 2004 22:46:50 -0600 + Message-Id: <4065073A.30007@mac.com> + + Mimic in configure.com what Configure does to enable or disable + the new feature -Dusemallocwrap + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22600] By: davem on 2004/03/27 02:04:03 + Log: Subject: [PATCH] don't clean-up perly.* on VMS + From: "Craig A. Berry" + Date: Fri, 26 Mar 2004 16:54:44 -0600 + Message-Id: <4064B4B4.2030203@mac.com> + + refrain from getting rid of perly.c and perly.h now that there are + no longer VMS-specific overrides for these files + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 22599] By: davem on 2004/03/27 01:54:09 + Log: string corruption with lvalue sub + Depending on the context, the same substr OP may want to return + a PVLV or an LV on subsequent invcations. If TARG is the wrong + type, use a mortal instead. + Branch: perl + ! pp.c t/op/substr.t +____________________________________________________________________________ +[ 22597] By: davem on 2004/03/26 18:56:50 + Log: Clarify op.h comments for which ops the OPpDEREF* private flags + are actually used; update Concise.pm to match + Branch: perl + ! ext/B/B/Concise.pm op.h +____________________________________________________________________________ +[ 22596] By: davem on 2004/03/26 18:53:09 + Log: fix for change #22594; if using test.pl, must tell perl where to + find it! + Branch: perl + ! t/comp/hints.t +____________________________________________________________________________ +[ 22595] By: davem on 2004/03/26 17:28:48 + Log: document the return value of an empty sub + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 22594] By: davem on 2004/03/26 13:05:50 + Log: - hints hash was being double freed on scope exit + Branch: perl + ! op.c scope.c scope.h t/comp/hints.t +____________________________________________________________________________ +[ 22593] By: ams on 2004/03/26 08:59:15 + Log: Subject: Re: [perl #27906] stat documentation correction + From: Andy Lester + Date: Wed, 24 Mar 2004 21:48:30 -0600 + Message-Id: <20040325034830.GA5865@petdance.com> + (Applied with a correction from Spider Boardman.) + Branch: perl + ! pod/perlfunc.pod t/op/stat.t +____________________________________________________________________________ +[ 22592] By: davem on 2004/03/26 01:24:24 + Log: fix some comments in perly.y + Branch: perl + ! perly.y +____________________________________________________________________________ +[ 22591] By: davem on 2004/03/26 01:16:55 + Log: Blessed reference to anonymous glob + Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning + Branch: perl + ! sv.c t/op/ref.t +____________________________________________________________________________ +[ 22586] By: davem on 2004/03/24 22:16:30 + Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error + From: "jdhedden@1979.usna.com (via RT)" + Date: 18 Mar 2004 20:25:50 -0000 + Message-ID: + + Cwd code was planted in the output executable after the exit, so + was never run. + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 22585] By: nicholas on 2004/03/24 21:42:25 + Log: Remaining smoked platforms where malloc wrap is known to work. + Data for Irix and NetBSD would be useful - they probably will work too. + Will Unicos work? Place bets now... + Branch: perl + ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh + ! hints/hpux.sh hints/linux.sh hints/openbsd.sh + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 22584] By: davem on 2004/03/24 21:14:08 + Log: Subject: [perl #27790] split docs: say the string is EXPR + From: Dan Jacobson (via RT) + Date: 20 Mar 2004 05:21:07 -0000 + Message-ID: + + Minor documentation nit in split + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22582] By: nicholas on 2004/03/24 19:15:29 + Log: mintest will pass if I skip the correct number of tests. D'oh! + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 22579] By: nicholas on 2004/03/24 14:59:16 + Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32 + From: Steve Hay + Message-ID: <40618D1C.7000601@uk.radan.com> + Date: Wed, 24 Mar 2004 13:29:00 +0000 + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 22578] By: rgs on 2004/03/24 13:54:31 + Log: Good catch from Dave Mitchell; plus a null pointer protection. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 22577] By: nicholas on 2004/03/24 11:51:46 + Log: Unlike perl, 0 in void context isn't special cased in C :-) + (So it warns). Tweak the no-action malloc wrap checkers to avoid + warnings. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 22576] By: nicholas on 2004/03/24 10:29:16 + Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than + NO_MALLOC_WRAP following Configure changes. Identical patch to + mine supplied by Steve Hay while I was working on this. + IP shootout at dawn :-) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22572] By: nicholas on 2004/03/24 09:14:21 + Log: Tidy up function prototypes in the light of suidpatch + Branch: perl + ! embed.fnc embed.h perl.c proto.h +____________________________________________________________________________ +[ 22571] By: nicholas on 2004/03/23 22:35:09 + Log: Make usemallocwrap a Configure-time question. Default is yes for + usedevel, no otherwise, but I'm expecting hints files on known + good platforms to override this. (and known bad) + Demonstration hints file for darwin. + Branch: perl + ! Configure config_h.SH hints/darwin.sh perl.h +____________________________________________________________________________ +[ 22569] By: nicholas on 2004/03/23 17:47:44 + Log: hv_delete_common was freeing the key, then passing the freed pointer + to S_hv_notallowed. D'oh! + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22566] By: nicholas on 2004/03/23 16:23:58 + Log: Unify 5.008 and 5.009's B::Concise 0.58 + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22565] By: nicholas on 2004/03/23 16:05:28 + Log: Unify 5.008 and 5.009's B::Concise 0.56 + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22564] By: rgs on 2004/03/23 13:43:49 + Log: Fix bug [perl #27839] returning @+ out of scope loses its value : + + Subject: Re: Wondering about returned regex special arrays on going out of scope + From: hv@crypt.org + Date: Fri, 05 Mar 2004 17:42:25 +0000 + Message-Id: <200403051742.i25HgPd11240@zen.crypt.org> + + plus a test case. + Branch: perl + ! pp_hot.c t/op/magic.t +____________________________________________________________________________ +[ 22563] By: nicholas on 2004/03/23 13:38:11 + Log: Subject: [PATCH] 5.9.1 suidperl + From: psz@maths.usyd.edu.au (Paul Szabo) + Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au> + Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST) + + (which variables renamed as requested, plus tweaks to work on platforms + with no ST_NOEXEC) + Branch: perl + ! embedvar.h intrpvar.h perl.c perl.h perlapi.h +____________________________________________________________________________ +[ 22560] By: rgs on 2004/03/22 21:29:51 + Log: Update the -v copyright notice. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22559] By: nicholas on 2004/03/22 21:05:09 + Log: Don't assume that the chmod will always work. + (It won't for files on *BSD where chflags has set uchg, which is + what the OS X perforce client does) + Branch: perl + ! t/op/filetest.t +____________________________________________________________________________ +[ 22557] By: rgs on 2004/03/22 20:46:52 + Log: Clarifications on constants subroutines, based on: + + Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions" + From: "padre@elte.hu (via RT)" + Date: 19 Mar 2004 14:56:09 -0000 + Message-ID: + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 22556] By: rgs on 2004/03/22 20:30:41 + Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC + From: Steve Hay + Date: Mon, 22 Mar 2004 14:44:46 +0000 + Message-ID: <405EFBDE.4090209@uk.radan.com> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 22553] By: rgs on 2004/03/22 19:25:59 + Log: Subject: Re: [PATCH] warn on !=~ + From: Yitzchak Scott-Thoennes + Date: Mon, 22 Mar 2004 10:32:05 -0800 + Message-ID: <20040322183106.GA1284@efn.org> + + More warnings for this case. + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 22549] By: rgs on 2004/03/21 17:22:42 + Log: Finally, this "Negative repeat count" warning wasn't such a great + idea. Disable it. But add tests for this : + + Subject: Re: [perl #27811] (@x) x -1 is a panic + From: Andy Lester + Date: Sun, 21 Mar 2004 09:27:04 -0600 + Message-ID: <20040321152704.GA9041@petdance.com> + Branch: perl + ! pp.c t/lib/warnings/pp t/op/repeat.t +____________________________________________________________________________ +[ 22548] By: rgs on 2004/03/21 16:40:27 + Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force? + From: SADAHIRO Tomoyuki + Date: Sun, 21 Mar 2004 21:49:53 +0900 + Message-Id: <20040321213628.2461.BQW10602@nifty.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 22547] By: rgs on 2004/03/21 13:36:27 + Log: I must be tired today. + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 22546] By: rgs on 2004/03/21 13:26:33 + Log: Silence a gcc warning. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22545] By: rgs on 2004/03/21 13:18:01 + Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar) + From: SADAHIRO Tomoyuki + Date: Sun, 21 Mar 2004 15:19:22 +0900 + Message-Id: <20040321151828.DAC6.BQW10602@nifty.com> + Branch: perl + ! lib/utf8.t sv.c +____________________________________________________________________________ +[ 22544] By: rgs on 2004/03/21 13:12:53 + Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec + From: "Craig A. Berry" + Date: Sat, 20 Mar 2004 21:51:45 -0600 + Message-ID: <405D1151.3040308@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 22543] By: rgs on 2004/03/21 13:06:20 + Log: Add a new warning "Negative repeat count" + for the cases $x x -1. + Branch: perl + ! pod/perlop.pod pp.c t/lib/warnings/pp +____________________________________________________________________________ +[ 22542] By: rgs on 2004/03/20 11:49:21 + Log: Subject: [PATCH] warn on !=~ + From: Yitzchak Scott-Thoennes + Date: Thu, 18 Mar 2004 22:24:09 -0800 + Message-ID: <20040319062035.GA3768@efn.org> + + with an improvement suggested by Ton Hospel. + Branch: perl + ! pod/perldiag.pod t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 22541] By: rgs on 2004/03/20 10:19:59 + Log: Subject: makefile.95 tweak + From: Greg Matheson + Date: Fri, 19 Mar 2004 18:15:25 +0800 + Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22540] By: rgs on 2004/03/20 10:15:36 + Log: \x80\xFF is not valid UTF-8. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 22539] By: rgs on 2004/03/19 23:09:13 + Log: Subject: [perl #24821] enhancement patch for B::Concise + From: jim cromie + Date: Wed, 17 Mar 2004 14:12:43 -0700 + Message-ID: <4058BF4B.1000004@divsol.com> + (Only the Concise.pm part, with documentation nits) + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22538] By: nicholas on 2004/03/19 12:15:23 + Log: Subject: [PATCH] open.pm: allow upper-cased EUC + From: Autrijus Tang + Date: Fri, 19 Mar 2004 18:27:10 +0800 + Message-Id: <20040319102710.GA91216@aut.dyndns.org> + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 22537] By: nicholas on 2004/03/19 11:59:01 + Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl + From: Jan Dubois + Message-ID: + Date: Thu, 18 Mar 2004 13:13:49 -0800 + + Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl + From: Steve Hay + Message-ID: <405ACC6D.1040804@uk.radan.com> + Date: Fri, 19 Mar 2004 10:33:17 +0000 + Branch: perl + + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm + + win32/ext/Win32/Win32.xs + - lib/Win32.pod + ! MANIFEST win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22536] By: nicholas on 2004/03/19 11:43:35 + Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0 + This allows the ppport.h to be deleted from ext/Storable, which will + reduce the potential for confusion. + Bump Storable's version to 2.12; update the ChangeLog + Branch: perl + - ext/Storable/ppport.h + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22535] By: nicholas on 2004/03/19 11:03:18 + Log: Move Beau Cox's ppport.h fixes into PPPort.pm + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 22534] By: rgs on 2004/03/19 10:13:14 + Log: Nit in perluniintro about the U0 and C0 templates, + noticed by Steve Hay. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 22533] By: ams on 2004/03/19 02:57:40 + Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT + From: beau@beaucox.com + Date: Thu, 18 Mar 2004 12:45:45 -1000 + Message-Id: <20040318_224545_009145.beau@beaucox.com> + Branch: perl + + ext/Storable/ppport.h + ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22532] By: rgs on 2004/03/18 20:33:02 + Log: Subject: [PATCH] range operator warnings / 64-bit fix + From: Marcus Holland-Moritz + Date: Wed, 10 Mar 2004 21:45:48 +0100 + Message-Id: <20040310214548.4f5e3ab1@r2d2> + Branch: perl + ! pp_ctl.c pp_hot.c t/op/range.t +____________________________________________________________________________ +[ 22531] By: davem on 2004/03/18 19:02:32 + Log: add code comment for change 22525 + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 22530] By: rgs on 2004/03/18 18:21:32 + Log: Add a perl592delta.pod man page. + Branch: perl + + pod/perl592delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 22528] By: nicholas on 2004/03/18 16:58:06 + Log: Corrections and explanations in comments + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22527] By: nicholas on 2004/03/18 16:50:25 + Log: Subject: pumpkin fodder + From: Jarkko Hietaniemi + Date: Fri, 12 Mar 2004 15:16:57 +0200 (EET) + Message-Id: <200403121316.i2CDGv1Y254951@kosh.hut.fi> + Branch: perl + ! lib/unicore/README.perl +____________________________________________________________________________ +[ 22526] By: rgs on 2004/03/18 14:33:14 + Log: Detypo. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22525] By: davem on 2004/03/18 14:13:16 + Log: make ~$x give warning is $x isn't initialised. + Also add test for uninitialised warning in & op. + Branch: perl + ! pp.c t/lib/warnings/sv +____________________________________________________________________________ +[ 22524] By: rgs on 2004/03/18 13:20:07 + Log: Try to fix the AIX and Windows builds regarding the + definedness of the PL_memory_wrap symbol. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22523] By: rgs on 2004/03/18 08:27:34 + Log: Bump bleadperl's version number to 5.9.2. + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 + ! win32/makefile.mk wince/Makefile.ce +____________________________________________________________________________ +[ 22521] By: rgs on 2004/03/17 19:13:03 + Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1 + From: Robin Barker + Date: Wed, 17 Mar 2004 18:37:10 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk> + Branch: perl + ! dump.c ext/Socket/Socket.xs pad.c util.c +____________________________________________________________________________ +[ 22520] By: rgs on 2004/03/17 18:20:54 + Log: Optimize away the assignment in the constructs C, + C, C. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22517] By: nicholas on 2004/03/17 17:58:44 + Log: Subject: malloc wrappage + From: Jarkko Hietaniemi + Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi> + Date: Tue, 10 Feb 2004 23:15:14 +0200 + + plus change croak to Perl_croak_nocontext to make ithread safe + plus make it conditional on PERL_MALLOC_WRAP (default for blead is on) + Branch: perl + ! av.c handy.h perl.h pod/perldiag.pod pp.c +____________________________________________________________________________ +[ 22516] By: nicholas on 2004/03/17 16:10:57 + Log: Add auto-require of modules to restore overloading (and tests) + Branch: perl + + ext/Storable/t/HAS_OVERLOAD.pm + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Storable.xs ext/Storable/t/overload.t +____________________________________________________________________________ +[ 22515] By: nicholas on 2004/03/17 15:48:03 + Log: Add regression tests for the auto-require of STORABLE_thaw + Branch: perl + + ext/Storable/t/HAS_HOOK.pm + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/t/blessed.t +____________________________________________________________________________ +[ 22514] By: nicholas on 2004/03/16 22:36:49 + Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS + block. This allows the re-entrant API to be used with ithreads, + which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads + (Which may seem inane, but makes perl threaded at the C level + without enabling ithreads) + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 22513] By: rgs on 2004/03/16 21:55:10 + Log: Add a lchown() call to the POSIX module. [perl #27547] + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 22512] By: rgs on 2004/03/16 21:29:41 + Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris + From: Andrew Dougherty + Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 22511] By: rgs on 2004/03/16 21:27:02 + Log: Restore the "DEVEL" locally-applied-patches version tag in blead. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 22510] By: rgs on 2004/03/16 18:29:39 + Log: Update Changes. (again) + Branch: perl + ! Changes +____________________________________________________________________________ +[ 22509] By: rgs on 2004/03/16 18:19:52 + Log: Update copyright notices + Branch: perl + ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h + ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h + ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h + ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c + ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h + ! universal.c utf8.c util.c +____________________________________________________________________________ +[ 22508] By: rgs on 2004/03/16 16:31:03 + Log: Regenerate META.yml + Branch: perl + ! META.yml +____________________________________________________________________________ +[ 22507] By: rgs on 2004/03/16 15:36:32 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 22506] By: rgs on 2004/03/16 15:32:42 + Log: This is 5.9.1. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 22505] By: rgs on 2004/03/16 15:28:55 + Log: We'll ship 5.9.1 today. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 22504] By: rgs on 2004/03/16 15:25:22 + Log: More perldelta updates. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22503] By: rgs on 2004/03/16 13:23:34 + Log: Since the signature.t test of CPAN relies on a non-core module, + it's not relevant to the perl core distribution. + Branch: perl + - lib/CPAN/t/signature.t + ! MANIFEST +____________________________________________________________________________ +[ 22502] By: rgs on 2004/03/15 21:54:56 + Log: Fix the order of arguments in the usage message of + POSIX::chown(). It's different from the POSIX order but + it's the same than CORE::chown(). Damn. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 22501] By: rgs on 2004/03/15 17:09:26 + Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Mon, 15 Mar 2004 10:28:02 +0000 + Message-ID: <40558532.30002@uk.radan.com> + + Plus, restore patch #22489 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22500] By: davem on 2004/03/14 20:13:47 + Log: scope exit could expose freed local() value + Branch: perl + ! scope.c t/op/localref.t +____________________________________________________________________________ +[ 22499] By: davem on 2004/03/14 17:01:34 + Log: strict 'subs' didn't warn on bareword array index + Branch: perl + ! op.c t/lib/strict/subs +____________________________________________________________________________ +[ 22498] By: rgs on 2004/03/14 12:52:17 + Log: Four Storable patches towards Storable 2.11 : + + Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order + From: Nicholas Clark + Date: Sat, 13 Mar 2004 15:13:28 +0000 + Message-ID: <20040313151327.GS701@plum.flirble.org> + + Date: Sat, 13 Mar 2004 20:23:45 +0000 + Message-ID: <20040313202345.GX701@plum.flirble.org> + + Date: Sat, 13 Mar 2004 22:20:07 +0000 + Message-ID: <20040313222007.GZ701@plum.flirble.org> + + Date: Sat, 13 Mar 2004 23:03:46 +0000 + Message-ID: <20040313230345.GB701@plum.flirble.org> + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/Storable/t/blessed.t + ! ext/Storable/t/restrict.t +____________________________________________________________________________ +[ 22497] By: rgs on 2004/03/13 21:27:57 + Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod + From: "padre@elte.hu (via RT)" + Date: 10 Mar 2004 17:05:09 -0000 + Message-ID: + Branch: perl + ! pod/perltoot.pod +____________________________________________________________________________ +[ 22496] By: rgs on 2004/03/13 21:16:59 + Log: More small perldelta updates. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22495] By: rgs on 2004/03/13 20:05:20 + Log: Revert change #22489, that seems to cause build failures on Windows. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22494] By: rgs on 2004/03/13 19:55:43 + Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage + From: Steve Hay + Date: Fri, 12 Mar 2004 08:38:41 +0000 + Message-ID: <40517711.9030204@uk.radan.com> + Branch: perl + ! pod/splitpod +____________________________________________________________________________ +[ 22493] By: rgs on 2004/03/12 23:39:16 + Log: perl591delta nits. Regenerate the tables of contents. + Branch: perl + ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 22492] By: rgs on 2004/03/12 21:35:49 + Log: Update perl591delta. Include a small to-do list in it. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22491] By: rgs on 2004/03/12 20:08:31 + Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12 + From: Tels + Date: Fri, 12 Mar 2004 18:02:30 +0100 + Message-Id: <200403121802.31679@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/_e_math.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t + ! lib/bigint.pm lib/bignum.pm +____________________________________________________________________________ +[ 22490] By: rgs on 2004/03/12 18:31:12 + Log: Fix a bug in the cloning of regexps + + Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread + From: hv@crypt.org + Date: Thu, 11 Mar 2004 16:21:50 +0000 + Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org> + (plus another similar fix) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22489] By: rgs on 2004/03/12 18:26:34 + Log: Subject: [PATCH] Fix minitest target in Win32 makefiles + From: Steve Hay + Date: Fri, 12 Mar 2004 15:52:23 +0000 + Message-ID: <4051DCB7.107@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22488] By: rgs on 2004/03/11 22:57:29 + Log: Document the new behaviour of the substr lvalue : + Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window + From: Dave Mitchell + Date: Mon, 1 Mar 2004 23:59:21 +0000 + Message-ID: <20040301235921.GC6469@fdisolutions.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22485] By: davem on 2004/03/11 14:52:58 + Log: make op/write.t work better under stdio by running the subtests + in the child process rather than the parent. + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22484] By: merijn on 2004/03/11 10:08:17 + Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen + From: Dominic Dunlop + Date: Thu, 11 Mar 2004 10:34:01 +0100 + Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com> + Branch: perl + ! README.machten hints/machten.sh +____________________________________________________________________________ +[ 22483] By: nicholas on 2004/03/10 20:38:49 + Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake + back this out until we have a tangible policy + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22482] By: rgs on 2004/03/10 16:16:00 + Log: Upgrade to Cwd 2.17. + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22481] By: rgs on 2004/03/10 10:55:12 + Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32 + From: Steve Hay + Date: Wed, 10 Mar 2004 10:58:15 +0000 + Message-ID: <404EF4C7.9090107@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22480] By: rgs on 2004/03/10 09:25:36 + Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32 + (noticed by Steve Hay.) + Also, update MANIFEST.SKIP to be in line with the renaming + "blibdirs" to "blibdirs.exists". + Branch: perl + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 22479] By: rgs on 2004/03/10 09:07:03 + Log: A patch by Richard Foley to reduce the amount of + forkage between the 5.8 and 5.9 debuggers. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22478] By: chip on 2004/03/09 23:51:41 + Log: In line-buffered mode, flush on the *last* newline, + not on every newline. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 22477] By: rgs on 2004/03/09 22:27:22 + Log: Subject: [PATCH] More "distclean" tidy ups on Win32 + From: Steve Hay + Date: Fri, 05 Mar 2004 09:56:36 +0000 + Message-ID: <40484ED4.1050001@uk.radan.com> + (only the win32 makefiles part) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22476] By: rgs on 2004/03/09 21:45:49 + Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413) + From: "Craig A. Berry" + Date: Mon, 08 Mar 2004 08:18:43 -0600 + Message-ID: <404C80C3.6090009@mac.com> + + Avoid to build everything twice on VMS. + This is done by renaming the blibdirs target to blibdirs.exists. + No, I don't understand why. + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/t/INST_PREFIX.t +____________________________________________________________________________ +[ 22474] By: rgs on 2004/03/09 20:29:02 + Log: Improve the "Prototype mismatch" error message when + the redefined subroutine didn't have any prototype. + Branch: perl + ! op.c t/comp/redef.t +____________________________________________________________________________ +[ 22473] By: mhx on 2004/03/09 19:09:20 + Log: Revert change #22472, but keep the new tests. + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22472] By: mhx on 2004/03/09 18:41:15 + Log: Subject: Re: undef and the range operator + From: Marcus Holland-Moritz + Date: Mon, 8 Mar 2004 21:49:55 +0100 + Message-Id: <20040308214955.3d8be3a6@r2d2> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22471] By: nicholas on 2004/03/09 16:11:37 + Log: Make a temporary copy of the input buffer in pp_send, so that send + and syswrite don't gratuitously upgrade their input to UTF8 + Branch: perl + ! pp_sys.c t/op/sysio.t +____________________________________________________________________________ +[ 22470] By: rgs on 2004/03/09 15:27:38 + Log: Upgrade to Cwd 2.16 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22469] By: rgs on 2004/03/09 14:56:10 + Log: Upgrade to CGI.pm 3.04. + Branch: perl + ! lib/CGI.pm lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 22468] By: rgs on 2004/03/08 15:35:59 + Log: perl591delta.pod update. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22467] By: rgs on 2004/03/08 10:43:23 + Log: Another makefile portability fix for Win32 by Steve Hay. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22466] By: rgs on 2004/03/08 08:06:33 + Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem + From: Jan Dubois + Date: Sun, 07 Mar 2004 17:04:35 -0800 + Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 22465] By: nicholas on 2004/03/07 23:31:49 + Log: Fix Dave's original shared hash key corruption bug + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22463] By: nicholas on 2004/03/07 21:34:01 + Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test + in utf8.t, and fix 3 bugs it exposed in utfhash.t + Branch: perl + ! lib/utf8.t sv.c t/op/utfhash.t +____________________________________________________________________________ +[ 22462] By: rgs on 2004/03/07 20:34:05 + Log: Subject: undef and the range operator + From: Marcus Holland-Moritz + Date: Sun, 7 Mar 2004 21:11:20 +0100 + Message-Id: <20040307211120.10e46933@r2d2> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22459] By: rgs on 2004/03/07 18:41:36 + Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS + From: "Ken Williams" + Date: Sun, 7 Mar 2004 09:37:19 -0600 + Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org> + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 22456] By: rgs on 2004/03/07 14:08:43 + Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS + From: "Craig A. Berry" + Date: Sat, 06 Mar 2004 22:50:25 -0600 + Message-ID: <404AAA11.8050001@mac.com> + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 22452] By: rgs on 2004/03/06 21:24:45 + Log: Subject: [PATCH Cwd 2.15] test tweak for VMS + From: "Craig A. Berry" + Date: Sat, 06 Mar 2004 13:51:55 -0600 + Message-ID: <404A2BDB.8030401@mac.com> + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 22451] By: rgs on 2004/03/06 21:09:10 + Log: Allow syslog() to use numeric constants in addition to strings for + facility names and priorities. + + Subject: Patch for Sys::Syslog + From: Jim Schneider + Date: Fri, 5 Mar 2004 14:03:10 -0500 + Message-Id: <200403051403.10674.jschneid@netilla.com> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 22446] By: nicholas on 2004/03/06 16:13:48 + Log: Make threads tests pass make minitest (by skipping) + Branch: perl + ! t/op/getpid.t t/op/threads.t +____________________________________________________________________________ +[ 22445] By: davem on 2004/03/06 15:25:32 + Log: fix coredump in /(?{sub{}})/ + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 22444] By: rgs on 2004/03/05 21:19:06 + Log: A small perluniintro clarification by Jarkko. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 22443] By: rgs on 2004/03/05 14:13:50 + Log: Subject: [PATCH] Re: Strange segfault + From: mhx-perl@gmx.net (Marcus Holland-Moritz) + Date: Fri, 5 Mar 2004 15:13:53 +0100 + Message-ID: <20040305151353.5f3e913c@r2d2> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22442] By: rgs on 2004/03/05 09:31:22 + Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32 + From: steve.hay@uk.radan.com (Steve Hay) + Date: Fri, 05 Mar 2004 09:42:32 +0000 + Message-ID: <40484B88.7070608@uk.radan.com> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22441] By: rgs on 2004/03/05 08:53:08 + Log: Change 22436 broke the Windows build. + Fix by Steve Hay. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 22440] By: davem on 2004/03/05 00:09:23 + Log: silence some compiler warnings + Branch: perl + ! pp_ctl.c sv.c +____________________________________________________________________________ +[ 22439] By: davem on 2004/03/04 23:56:42 + Log: ensure utf8::encode() normalises its arg + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22438] By: davem on 2004/03/04 23:32:38 + Log: Memory leak in continue loop + make sure redo always frees temps + Branch: perl + ! pp_ctl.c t/op/loopctl.t +____________________________________________________________________________ +[ 22437] By: davem on 2004/03/04 22:03:17 + Log: Add perldiag entry for change #22435 (deprecate my $x if 0) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 22436] By: rgs on 2004/03/04 21:52:18 + Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris + From: Andrew Dougherty + Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST) + Message-ID: + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 22435] By: davem on 2004/03/04 21:39:47 + Log: add deprecation warning for my $x if 0 + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 22434] By: davem on 2004/03/04 21:38:57 + Log: remove an 'if $a if 0' from AutoSplit.t + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 22433] By: davem on 2004/03/04 20:33:44 + Log: retract 22328 and 22332: deprecation warning for my $x if foo + Branch: perl + ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym + ! pp_proto.h t/lib/warnings/op +____________________________________________________________________________ +[ 22432] By: rgs on 2004/03/04 12:18:11 + Log: Maintainers.pl update by MJD. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 22431] By: rgs on 2004/03/04 10:35:59 + Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3 + (by Steve Hay) + Branch: perl + + t/win32/getosversion.t + ! MANIFEST win32/win32.c +____________________________________________________________________________ +[ 22430] By: rgs on 2004/03/04 08:03:54 + Log: Clarify the difference between utf8::downgrade/upgrade + and utf8::encode/decode (patch by Jarkko). + Branch: perl + ! lib/utf8.pm pod/perluniintro.pod +____________________________________________________________________________ +[ 22429] By: rgs on 2004/03/03 23:01:56 + Log: A couple of notes in perl591delta + (about Benchmark and the debugger.) + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22428] By: rgs on 2004/03/03 22:15:42 + Log: Subject: [PATCH] simplify sv.h + From: Arthur Bergman + Date: Sun, 29 Feb 2004 22:04:53 +0000 + Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 22427] By: rgs on 2004/03/03 21:55:03 + Log: Speed up the unicode case mappings (for /i, lc, uc, etc). + Subject: [PATCH] [perl #24826] + From: Jarkko Hietaniemi + Date: Wed, 3 Mar 2004 09:37:21 +0200 + Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi> + Branch: perl + ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables t/uni/case.pl utf8.c +____________________________________________________________________________ +[ 22426] By: rgs on 2004/03/03 21:04:48 + Log: Subject: [PATCH] debugger (5.8.x and 5.9.x) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Wed, 3 Mar 2004 16:10:25 +0100 + Message-Id: <200403031610.25080.richard.foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22425] By: davem on 2004/03/03 00:02:51 + Log: stop t/op/write.t failures under stdio by always closing files + before reading them back; also replace `cat file` with a function + to read in the file + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22424] By: nicholas on 2004/03/02 22:22:49 + Log: Change the skip logic on the unicode tests so that they don't rely on + miniperl's "dynamic loading unavailable" message + Branch: perl + ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t + ! t/uni/tr_utf8.t +____________________________________________________________________________ +[ 22423] By: nicholas on 2004/03/02 22:02:36 + Log: Work on eliminating systematic failures on make minitest: + make minitest passes a -minitest flag to t/TEST + t/TEST sees this and sets $ENV{PERL_CORE_MINITEST} + Tests can choose to skip based on this. + (Other tactic is to make loading of Errno by %! happen at run time.) + Branch: perl + ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t + ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t +____________________________________________________________________________ +[ 22422] By: davem on 2004/03/02 21:33:22 + Log: Remove machine-dependent rounding dependency from write overflow + tests + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22421] By: rgs on 2004/03/02 21:25:12 + Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32 + From: Steve Hay + Date: Fri, 27 Feb 2004 17:42:26 +0000 + Message-ID: <403F8182.5090607@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22419] By: davem on 2004/03/01 22:17:52 + Log: add tests for change 22414 (lvalue substr jollity) + courtesy of Graham Barr. + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 22418] By: davem on 2004/03/01 22:00:11 + Log: integrate Time::HiRes 1.56 from CPAN + (which is itself mostly derived from the bleedperl version) + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 22417] By: mhx on 2004/02/29 21:46:19 + Log: Make panics a bit more verbose to ease debugging. + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 22415] By: davem on 2004/02/29 18:06:45 + Log: make test breaks permissions on /dev/tty + perl -i could fchmod(stdin) by mistake + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 22414] By: davem on 2004/02/29 16:21:34 + Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue + From: Graham Barr + Date: Wed, 29 Oct 2003 09:56:53 +0000 + Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com> + + make a variable aliased to an lvalue substr value work as expected + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 22411] By: nicholas on 2004/02/29 13:08:28 + Log: Bump Socket's version to a real floating point value + Branch: perl + ! ext/Socket/Socket.pm +____________________________________________________________________________ +[ 22410] By: ams on 2004/02/29 04:29:24 + Log: Back out _01 version suffix. + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 22409] By: davem on 2004/02/28 23:29:10 + Log: Bump version numbers of moules affected by change #22258 + (removing /tmp and other insecurities) + Branch: perl + ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm + ! ext/Socket/Socket.pm ext/Storable/Storable.pm + ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm + ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22408] By: davem on 2004/02/28 22:37:08 + Log: make the bison-based parser threadsafe and capable of deep + recursion by eradicating Perl_yylex_r() + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h + ! perly.c proto.h toke.c +____________________________________________________________________________ +[ 22407] By: nicholas on 2004/02/28 16:10:20 + Log: Use File::Temp for tempfiles if it is available. + (Based on a patch from Solar Designer in + Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which + was applied as change 22258) + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 22406] By: mhx on 2004/02/28 15:04:41 + Log: Fix segfaults when running under -Dx. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22403] By: nicholas on 2004/02/27 17:56:30 + Log: Assimilate Cwd 2.15 from CPAN + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm +____________________________________________________________________________ +[ 22401] By: nicholas on 2004/02/27 16:27:19 + Log: Create a new local $_ without triggering tie by using local *_ = \my $a + (an idea from Ton Hospel, Message-Id: ) + Branch: perl + ! lib/File/Find.pm lib/File/Find/t/find.t +____________________________________________________________________________ +[ 22400] By: merijn on 2004/02/27 15:25:27 + Log: When threads are active we need -lpthread, but previous `fix' of + now linked libraries invalidated the regex for sed (AIX 5 has no + seperate libc.a and libc_r.a the latter links to the first) + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22397] By: nicholas on 2004/02/27 13:13:43 + Log: Correct thinko in comment. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22393] By: nicholas on 2004/02/27 10:41:39 + Log: In hsplit, if a normal hash has placeholders then clear them before + splitting. We can do this safely because Storable ensures hsplit is + not called while it builds restricted hashes (actually any hashes) + This change may not make things faster, but now we have the choice. + Branch: perl + ! ext/Storable/t/restrict.t hv.c +____________________________________________________________________________ +[ 22391] By: nicholas on 2004/02/27 10:27:38 + Log: My re-implementation of hv_clear_placeholders was buggy - not sure why + the tests still passed. Fixed. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22383] By: nicholas on 2004/02/26 14:59:40 + Log: Moving all the e-mail addresses over by 1 column makes them start on + an 8 column tabstop, which makes editing this file easier. + So then I replaced spaces with tabs and made it smaller too. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22382] By: nicholas on 2004/02/26 14:49:13 + Log: Add Mark Fowler + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22381] By: nicholas on 2004/02/26 13:11:07 + Log: Integrate: + [ 22339] + Mention 5.005_04 RC2 + + [ 22360] + Update for 5.005_04 release + Branch: perl + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22380] By: rgs on 2004/02/26 13:03:43 + Log: Subject: [PATCH] Improved perlapi documentation for croak + From: Mark Fowler + Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT) + Message-ID: + + (and regenerate perlapi.pod.) + Branch: perl + ! pod/perlapi.pod util.c +____________________________________________________________________________ +[ 22379] By: merijn on 2004/02/26 08:44:53 + Log: From: Art Haas + Subject: Replacing '-rdynamic' in Configure script + Date: Fri, 20 Feb 2004 13:53:56 -0600 + Message-ID: <20040220195400.31177.qmail@onion.perl.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22377] By: davem on 2004/02/25 21:07:44 + Log: remove my work address + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22376] By: davem on 2004/02/25 17:10:56 + Log: stop "const in void context" warning for a const in an + optimised-away boolean expresssion, eg 5 || print; + Branch: perl + ! op.c op.h t/lib/warnings/op +____________________________________________________________________________ +[ 22375] By: merijn on 2004/02/25 11:13:12 + Log: Skip the Net/Ping/450_service failures on HP-UX for the time being + Branch: perl + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 22374] By: merijn on 2004/02/25 09:32:12 + Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off + One open issue left: promoting to cc_r for threaded builds + need a review to permit users using -Dcc=xlc_r for non + threaded builds + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22373] By: davem on 2004/02/24 23:25:52 + Log: fix memory leak in @_ = ...; goto &sub + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 22372] By: rgs on 2004/02/24 22:44:34 + Log: Enhance test cleanliness by a very small factor. + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 22371] By: rgs on 2004/02/24 22:34:06 + Log: Fix a segfault during optree construction. (bug #27024) + Branch: perl + ! op.c t/comp/parser.t +____________________________________________________________________________ +[ 22370] By: rgs on 2004/02/24 20:39:26 + Log: Update Changes and AUTHORS. + Branch: perl + ! AUTHORS Changes +____________________________________________________________________________ [ 22369] By: rgs on 2004/02/24 19:53:51 Log: Subject: [PATCH] optimization for map in scalar context From: Tassilo von Parseval @@ -71,16 +24711,16 @@ ____________________________________________________________________________ ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars ____________________________________________________________________________ [ 22363] By: rgs on 2004/02/23 19:15:53 - Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation + Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation From: SADAHIRO Tomoyuki Date: Sun, 22 Feb 2004 16:09:33 +0900 Message-Id: <20040222160505.98E5.BQW10602@nifty.com> - + Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation) From: SADAHIRO Tomoyuki Date: Sun, 22 Feb 2004 18:41:43 +0900 Message-Id: <20040222182357.6B39.BQW10602@nifty.com> - + Plus, add a "_01" to the theoretical version number of Encode::CN::HZ. Branch: perl ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t @@ -136,7 +24776,7 @@ ____________________________________________________________________________ From: Paul Johnson Date: Sat, 21 Feb 2004 02:31:47 +0100 Message-ID: <20040221013147.GB6953@pjcj.net> - + Rework the OP structure to use less space. Remove op_seq (and simulate it in dump.c), replace it by op_opt and op_static, @@ -270,7 +24910,7 @@ ____________________________________________________________________________ returned from XSUBs through RETVAL isn't decremented as it is for SVs. This causes those XSUBs to leak memory and cannot be fixed without breaking existing CPAN modules that work around this bug. - + 2. Fix a memory leak of that kind in POSIX::localconv. Branch: perl ! ext/POSIX/POSIX.xs pod/perlxs.pod @@ -362,7 +25002,7 @@ ____________________________________________________________________________ From: Tassilo von Parseval Date: Tue, 17 Feb 2004 17:32:16 +0100 Message-Id: <20040217163216.GA6805@ethan> - + Make PVLV a superset of PVGV, so that $lvalue = *FOO works Branch: perl ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t @@ -370,7 +25010,7 @@ ____________________________________________________________________________ [ 22314] By: merijn on 2004/02/17 11:22:24 Log: 1. Creating backward compatibility for Configure after patches #22227 and #22302 to still support 5.8.x and below - + 2. Small change for building on GNU hurd Date: Sun, 15 Feb 2004 23:27:17 +1100 From: "Brendan O'Dea" @@ -430,12 +25070,12 @@ ____________________________________________________________________________ [ 22305] By: davem on 2004/02/14 23:52:09 Log: Enable v (verbose) switch on -Dp to display the top 8 elements on the parser stack at each reduce. Also, - + Subject: Re: switch from byacc to bison From: "Craig A. Berry" Date: Sat, 14 Feb 2004 13:26:45 -0600 Message-ID: - + change #if DEBUGGING to #ifdef ... in perly.c Branch: perl ! perly.c pod/perlrun.pod @@ -445,7 +25085,7 @@ ____________________________________________________________________________ From: Abe Timmerman Date: Sat, 14 Feb 2004 11:56:24 +0100 Message-Id: <200402141156.58185.abeltje@cpan.org> - + Fix typos in pumpkin.pod Branch: perl ! Porting/pumpkin.pod @@ -511,7 +25151,7 @@ ____________________________________________________________________________ ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t ____________________________________________________________________________ [ 22292] By: rgs on 2004/02/09 21:17:40 - Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8 + Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8 From: hv@crypt.org Date: Mon, 09 Feb 2004 03:21:21 +0000 Message-Id: <200402090321.i193LL907950@zen.crypt.org> @@ -681,10 +25321,10 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 22258] By: davem on 2004/02/01 17:40:02 Log: Subject: Re: [perl #15063] /tmp issues - From: Solar Designer + From: Solar Designer Date: Mon, 26 Jan 2004 01:22:18 +0300 Message-ID: <20040125222218.GA13499@openwall.com> - + Remove insecure usage of /tmp from code and documentation Branch: perl ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t @@ -709,7 +25349,7 @@ ____________________________________________________________________________ ! pod/perlthrtut.pod ____________________________________________________________________________ [ 22256] By: davem on 2004/02/01 15:34:59 - Log: add test for Change 22194: + Log: add test for Change 22194: [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks Branch: perl ! t/lib/strict/subs @@ -719,7 +25359,7 @@ ____________________________________________________________________________ From: Manuel Valente Date: Tue, 27 Jan 2004 19:18:26 +0100 Message-Id: <4016AB72.1080503@idealx.com> - + New option for Shell.pm to discard stderr instead of capturing it Branch: perl ! lib/Shell.pm @@ -752,7 +25392,7 @@ ____________________________________________________________________________ ! pod/perlapi.pod ____________________________________________________________________________ [ 22245] By: rgs on 2004/01/29 21:08:28 - Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ + Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ From: hv@crypt.org Date: Thu, 29 Jan 2004 15:12:12 +0000 Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org> @@ -809,7 +25449,7 @@ ____________________________________________________________________________ From: "Daniel S. Lewart" Date: Sun, 25 Jan 2004 22:11:25 -0600 Message-Id: <20040125221125.A5390@staff1.cso.uiuc.edu> - + make perl -V show the major release as 5 rather than 5.0 Branch: perl ! myconfig.SH @@ -871,7 +25511,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 22208] By: davem on 2004/01/24 16:13:17 Log: Subject: [perl #24942] fields::inherit doesn't bless derived - package's \%FIELDS, results in phash deprecation errors. + package's \%FIELDS, results in phash deprecation errors. From: "nothingmuch@woobling.org (via RT)" Date: 18 Jan 2004 15:15:46 -0000 Message-Id: @@ -879,11 +25519,11 @@ ____________________________________________________________________________ ! lib/base.pm lib/base/t/fields-base.t ____________________________________________________________________________ [ 22207] By: davem on 2004/01/24 15:36:28 - Log: Subject: Re: Doc patches for File::Find + Log: Subject: Re: Doc patches for File::Find From: Mark Jason Dominus Date: Thu, 22 Jan 2004 09:30:58 -0500 Message-Id: <20040122143058.29226.qmail@plover.com> - + Better document the fact that neither find() nor finddepth() do a breath-first search. Branch: perl @@ -902,12 +25542,12 @@ ____________________________________________________________________________ From: Stas Bekman Date: Mon, 19 Jan 2004 00:20:02 -0800 Message-Id: <400B9332.4070106@stason.org> - + Subject: Re: Subroutine reference bug in Storable From: Slaven Rezic Date: 14 Nov 2003 23:22:55 +0100 Message-Id: <874qx6zj28.fsf@vran.herceg.de> - + Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse + overload + cyclic structures From: Sam Vilain @@ -936,7 +25576,7 @@ ____________________________________________________________________________ From: Jan Dubois Date: Thu, 22 Jan 2004 19:18:46 -0800 Message-Id: - + Avoid threads+win32 crash by freeing Perl interpreter slightly later Branch: perl ! ext/threads/threads.xs @@ -1005,7 +25645,7 @@ ____________________________________________________________________________ From: "Edward S. Peschko" Date: Mon, 19 Jan 2004 17:21:18 -0800 Message-Id: <20040120012118.GA29151@mdssdev05.comp.pge.com> - + Add @DynaLoader::dl_shared_objects feature Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL @@ -1030,7 +25670,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 22187] By: davem on 2004/01/20 22:27:50 Log: "sub foo :unique" segfaults - + Turn these two into compile-time errors until such time as someone thinks of a useful meaning for them: my $x : unique @@ -1152,7 +25792,7 @@ ____________________________________________________________________________ From: Gisle Aas Date: 17 Jan 2004 06:18:13 -0800 Message-Id: - + Display 'out of memeory' errors using low-level I/O to avoid recursive failure and so coredumps. Branch: perl @@ -1163,7 +25803,7 @@ ____________________________________________________________________________ Subject: [PATCH ] Enhanced DBM Filters Date: Sat, 17 Jan 2004 16:44:53 -0000 Message-ID: - + add DBM_Filter Branch: perl + lib/DBM_Filter.pm lib/DBM_Filter/Changes @@ -1192,7 +25832,7 @@ ____________________________________________________________________________ From: Yitzchak Scott-Thoennes Date: Thu, 15 Jan 2004 14:10:37 -0800 Message-Id: <20040115221037.GA2392@efn.org> - + Add sv_2iv_flags() to allow magic to be optionally processed. Branch: perl ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c @@ -1210,9 +25850,9 @@ ____________________________________________________________________________ Log: Subject: [PATCH] format/write (version 2) From: LAUN Wolfgang Message-ID: - + Fixes and additions to formats: - + Improvement: NULL chars in picture line Bugfix: C<@*> shown in output if not alone on a line New feature: C<^*> for variable-width, one-line-at-a-time text @@ -1257,7 +25897,7 @@ ____________________________________________________________________________ [ 22143] We're planning on making history today. Mind you, not that much - only 1 line. - + perl583delta.pod Branch: perl +> pod/perl583delta.pod @@ -1328,7 +25968,7 @@ ____________________________________________________________________________ [ 22123] By: rgs on 2004/01/12 21:24:28 Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH] From: Robin Barker - Date: Thu, 8 Jan 2004 16:21:25 -0000 + Date: Thu, 8 Jan 2004 16:21:25 -0000 Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk> Branch: perl ! handy.h @@ -1355,7 +25995,7 @@ ____________________________________________________________________________ ! Configure ____________________________________________________________________________ [ 22117] By: rgs on 2004/01/12 10:10:43 - Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] + Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] From: SADAHIRO Tomoyuki Date: Mon, 12 Jan 2004 11:19:37 +0900 Message-Id: <20040112111007.EB69.BQW10602@nifty.com> @@ -1372,18 +26012,18 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 22113] By: nicholas on 2004/01/11 23:14:48 Log: Regenerate win32/Makefile and win32/makefile.mk after - + Integrate: [ 22081] Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for a copy to be made at build time. - + [ 22111] Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1) From: Abe Timmerman Message-Id: <200401111813.40829.abe@ztreet.demon.nl> Date: Sun, 11 Jan 2004 18:13:40 +0100 - + plus revert 22092 and 22080 Branch: perl ! pod.lst win32/Makefile win32/makefile.mk @@ -1396,7 +26036,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 22110] By: rgs on 2004/01/11 16:34:43 Log: Upgrade to Math::BigRat 0.11 - + Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11 From: Tels Date: Wed, 7 Jan 2004 18:30:06 +0100 @@ -1410,7 +26050,7 @@ ____________________________________________________________________________ From: Steve Hay Date: Wed, 07 Jan 2004 13:22:30 +0000 Message-ID: <3FFC0816.9090406@uk.radan.com> - + (and increment version number in Carp) Branch: perl ! lib/Carp.pm lib/Carp/Heavy.pm @@ -1446,7 +26086,7 @@ ____________________________________________________________________________ [ 22102] By: davem on 2004/01/08 22:32:28 Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads) Message-ID: <20040107121357.GD82921@dansat.data-plan.com> - + Returning a closure from a thread (via join) could mess up because pointers to PL_sv_undef weren't rejigged to point at the joiner's version of PL_sv_undef. Also, the closure's CvGV got cloned too @@ -1477,7 +26117,7 @@ ____________________________________________________________________________ ! pod/perlhist.pod ____________________________________________________________________________ [ 22091] By: nicholas on 2004/01/07 19:09:50 - Log: + Log: [Integrate] 22088 22089 22090 (datestamp corrections - let's see if this really works) Branch: perl @@ -1526,7 +26166,7 @@ ____________________________________________________________________________ ! pp.c ____________________________________________________________________________ [ 22071] By: davem on 2004/01/05 22:17:04 - Log: + Log: [perl #24674] stop $^O getting tainted on read access, and disallow tainted assignment to it Branch: perl @@ -1572,9 +26212,9 @@ ____________________________________________________________________________ [ 22055] By: davem on 2004/01/04 19:34:36 Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion From: LAUN Wolfgang - Date: Fri, 2 Jan 2004 11:31:46 +0100 + Date: Fri, 2 Jan 2004 11:31:46 +0100 Message-ID: - + eval of of a truncated format should fail Branch: perl ! t/op/write.t toke.c @@ -1738,7 +26378,7 @@ ____________________________________________________________________________ From: Jarkko Hietaniemi Message-ID: <20031230133755.GA23118@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:37:55 +0200 - + Subject: one more pod fix From: Jarkko Hietaniemi Message-ID: <20031230135641.GA24516@vipunen.hut.fi> @@ -1802,7 +26442,7 @@ ____________________________________________________________________________ [ 21993] By: rgs on 2003/12/29 10:49:29 Log: Windows hasn't getuid/setuid and friends. Therefore disable the code related to them in POSIX.xs. - + Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu) From: "Marcus Holland-Moritz" Date: Mon, 29 Dec 2003 04:51:19 +0100 @@ -1868,7 +26508,7 @@ ____________________________________________________________________________ ! pp_ctl.c t/op/range.t ____________________________________________________________________________ [ 21981] By: rgs on 2003/12/27 20:14:09 - Log: Subject: PATCH: *DB*_File + Log: Subject: PATCH: *DB*_File From: "Paul Marquess" Date: Sat, 27 Dec 2003 20:02:30 -0000 Message-ID: @@ -2018,7 +26658,7 @@ ____________________________________________________________________________ From: Fergal Daly Date: Tue, 2 Dec 2003 23:18:18 +0000 Message-Id: <200312022318.18353.fergal@esatclear.ie> - + (tweaked so the test is skipped on perls < 5.9.0) Branch: perl ! ext/List/Util/t/weak.t sv.c @@ -2085,8 +26725,8 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21940] By: rgs on 2003/12/21 15:33:19 Log: Fix a side-effect of bug #24674 in the perl debugger. - - Subject: [perl #24674] 5.x odd taint bug + + Subject: [perl #24674] 5.x odd taint bug From: Dominique Quatravaux (via RT) Date: 16 Dec 2003 15:03:24 -0000 Message-ID: @@ -2151,7 +26791,7 @@ ____________________________________________________________________________ From: Elizabeth Mattijsen Date: Thu, 18 Dec 2003 22:30:52 +0100 Message-Id: - + Plus, remove leftover mentions of pseudo-hashes Branch: perl ! lib/base.pm @@ -2198,7 +26838,7 @@ ____________________________________________________________________________ Log: Remove incorrect guards around inclusion of Causes problems with UNIX03/SUSv3 Part 2 of change 21916 - oops! - + See: Message-Id: <3FDD06A5.8010004@sun.com> Subject: Re: UNIX03 & C99 issue with 5.8.2 @@ -2258,7 +26898,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Wed, 10 Dec 2003 06:05:58 +0200 Message-ID: <20031210040558.GC1584@ratsnest.hole> - + (1st hunk), plus the equivalent for hv_delete_common Branch: perl ! hv.c @@ -2306,7 +26946,7 @@ ____________________________________________________________________________ ! pod/buildtoc ____________________________________________________________________________ [ 21892] By: rgs on 2003/12/13 17:02:12 - Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown + Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown From: David Dyck Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST) Message-ID: @@ -2342,7 +26982,7 @@ ____________________________________________________________________________ [ 21883] By: rgs on 2003/12/12 23:54:25 Log: Modify the common guard for the signal.h header, because C99 compilers don't like it.o - + see : Subject: UNIX03 & C99 issue with 5.8.2 From: Alan Burlison @@ -2434,7 +27074,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21870] By: rgs on 2003/12/08 08:22:17 Log: Integrate change #21862 from maint-5.8 : - + Win32/MinGW tweaks A. ENV_IS_CASELESS has trys to free(keysave) when keysave isn't in scope yet. @@ -2469,7 +27109,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21866] By: adi on 2003/12/08 03:30:16 Log: plumb a leak with pos(). - + #! perl while (1) { my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a); @@ -2602,12 +27242,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21841] By: rgs on 2003/12/04 12:00:28 Log: Fix File::Copy with hard links on Windows. - + Subject: [PATCH] Re: perl @ 21830 From: Steve Hay Date: Wed, 03 Dec 2003 10:53:02 +0000 Message-ID: <3FCDC08E.7080800@uk.radan.com> - + and Date: Thu, 04 Dec 2003 11:02:22 +0000 Message-ID: <3FCF143E.1040905@uk.radan.com> @@ -2647,7 +27287,7 @@ ____________________________________________________________________________ From: Slaven Rezic Date: 30 Nov 2003 22:16:59 +0100 Message-ID: <8765h1pnec.fsf@vran.herceg.de> - + (plus a note about find2perl now defaulting to -print in perldelta) Branch: perl ! pod/perldelta.pod x2p/find2perl.PL @@ -2703,7 +27343,7 @@ ____________________________________________________________________________ From: SADAHIRO Tomoyuki Date: Sat, 29 Nov 2003 23:32:38 +0900 Message-Id: <20031129233010.8E2F.BQW10602@nifty.com> - + (plus a test for the stringification of references passed to POSIX::isXXX()) Branch: perl @@ -2810,12 +27450,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21798] By: rgs on 2003/11/28 20:42:45 Log: Implement C : - + Subject: Re: [PATCH] Exporter-related PODs From: Fergal Daly Date: Mon, 10 Nov 2003 00:08:52 +0000 Message-Id: <200311100008.52639.fergal@esatclear.ie> - + (tweaked, so the imported import() doesn't spit out warnings) Branch: perl ! lib/Exporter.pm lib/Exporter.t @@ -2859,7 +27499,7 @@ ____________________________________________________________________________ From: Torsten Foertsch Date: Sat, 22 Nov 2003 13:15:53 +0100 Message-Id: <200311221315.58539.torsten.foertsch@gmx.net> - + and Date: Sat, 22 Nov 2003 14:21:45 +0100 Message-Id: <200311221421.48940.torsten.foertsch@gmx.net> @@ -2891,7 +27531,7 @@ ____________________________________________________________________________ From: Andy Dougherty Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST) Message-ID: - + and : Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST) Message-ID: @@ -2968,7 +27608,7 @@ ____________________________________________________________________________ Log: Integrate: [ 21762] Refactor hash API tests (prior to some additions) - + [ 21763] Test all permuations of utf8 flags on hashes and keys Branch: perl @@ -3217,13 +27857,13 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Tue, 4 Nov 2003 20:10:16 -0800 Message-ID: <20031105041016.GA2639@math.berkeley.edu> - + and part of Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR From: Ilya Zakharevich Date: Tue, 4 Nov 2003 20:18:37 -0800 Message-ID: <20031105041836.GA2649@math.berkeley.edu> - + (I've left out the PREFIX part for now) Branch: perl ! Makefile.SH installperl os2/Makefile.SHs @@ -3233,7 +27873,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Mon, 3 Nov 2003 20:27:39 -0800 Message-ID: <20031104042739.GA1697@math.berkeley.edu> - + Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow From: Ilya Zakharevich Date: Mon, 3 Nov 2003 20:57:48 -0800 @@ -3273,7 +27913,7 @@ ____________________________________________________________________________ [ 21676] By: davem on 2003/11/06 22:11:23 Log: bugid #24407: numeric key for shared hash got stringified using wrong interpreter, and thus got malloced into the wrong thread - memory pool + memory pool Branch: perl ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t ____________________________________________________________________________ @@ -3353,7 +27993,7 @@ ____________________________________________________________________________ From: Gisle Aas Date: 05 Nov 2003 05:16:25 -0800 Message-Id: - + Subject: [PATCH pod/perlhist.pod] Mention 5.8.2-RC2 From: Abigail Date: Tue, 4 Nov 2003 10:40:57 +0100 @@ -3374,7 +28014,7 @@ ____________________________________________________________________________ From: Michael G Schwern Date: Tue, 4 Nov 2003 17:59:13 -0800 Message-ID: <20031105015913.GL15406@localhost.comcast.net> - + Replaces the temporary kludge (#21655). Branch: perl ! ext/SDBM_File/sdbm/Makefile.PL @@ -3526,7 +28166,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21617] By: rgs on 2003/11/02 17:25:50 Log: Portability nit for MinGW 3. - + Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's From: Greg Matheson Date: Thu, 30 Oct 2003 14:11:58 +0800 @@ -3592,7 +28232,7 @@ ____________________________________________________________________________ ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 21596] By: rgs on 2003/10/31 20:46:44 - Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything + Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything From: Andy Dougherty Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST) Message-ID: @@ -3669,7 +28309,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21583] By: nicholas on 2003/10/30 22:37:26 Log: Rewrite to correctly use test.pl - + Date: Thu, 30 Oct 2003 15:51:03 -0800 From: Michael G Schwern Subject: Re: Fix for the orange lion bug - aka empty sub bug @@ -3688,14 +28328,14 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21580] By: nicholas on 2003/10/30 19:42:28 Log: 14 is the chain length for attack. From - + Message-ID: <20031030204117.16008.qmail@plover.com> Subject: Re: 5.8.2-RC1 and mp2 Date: Thu, 30 Oct 2003 15:41:17 -0500 From: Mark Jason Dominus - + and - + From: Scott A Crosby Subject: Re: 5.8.2-RC1 and mp2 Date: 30 Oct 2003 14:08:06 -0600 @@ -3706,7 +28346,7 @@ ____________________________________________________________________________ [ 21575] By: rgs on 2003/10/29 06:51:19 Log: Move a fcntl() example in perlfunc at a more proper place, as suggested by : - Subject: [perl #24334] ioctl/fcntl doc confusion + Subject: [perl #24334] ioctl/fcntl doc confusion From: "perl-5.8.0@ton.iguana.be (via RT)" Date: 28 Oct 2003 13:37:49 -0000 Message-ID: @@ -3724,7 +28364,7 @@ ____________________________________________________________________________ From: Abigail Date: Mon, 27 Oct 2003 13:05:37 +0100 Message-ID: <20031027120536.GA24608@abigail.nl> - + Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.) From: Rick Delaney Date: Mon, 27 Oct 2003 12:17:49 -0500 @@ -3868,7 +28508,7 @@ ____________________________________________________________________________ From: Richard Clamp Date: Tue, 21 Oct 2003 00:02:49 +0100 Message-ID: <20031020230249.GA31123@mirth.demon.co.uk> - + Plus a small fix to t/TEST to recognize the added TODO test as a TODO test. Branch: perl @@ -3893,7 +28533,7 @@ ____________________________________________________________________________ Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11 Date: Wed, 22 Oct 2003 20:17:07 -0700 Message-ID: - + From: Jan Dubois Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29 Date: Wed, 22 Oct 2003 20:26:56 -0700 @@ -3922,12 +28562,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21520] By: nicholas on 2003/10/22 19:50:15 Log: patch created by Casey West from: - + Subject: CPAN module problems From: Edward Moy Date: Fri, 10 Oct 2003 17:42:06 -0700 Message-Id: - + (change ld value in hints file) Branch: perl ! hints/darwin.sh @@ -3961,12 +28601,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21509] By: rgs on 2003/10/21 05:42:50 Log: Two OS/2 portability patches from Ilya. - + Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2 From: Ilya Zakharevich Date: Thu, 25 Sep 2003 12:09:11 -0700 Message-ID: <20030925190911.GA27028@math.berkeley.edu> - + Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2 From: Ilya Zakharevich Date: Thu, 25 Sep 2003 19:50:45 -0700 @@ -4165,7 +28805,7 @@ ____________________________________________________________________________ ! universal.c ____________________________________________________________________________ [ 21440] By: rgs on 2003/10/12 19:58:05 - Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx + Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx From: "pxm@nubz.org (via RT)" Date: 5 Oct 2003 20:55:56 -0000 Message-ID: @@ -4238,12 +28878,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21429] By: ams on 2003/10/09 07:43:56 Log: Patch based on: - + Subject: [perl #24157] -MModule=} is broken From: "Lukas Mai" (via RT) Date: 7 Oct 2003 21:47:43 -0000 Message-Id: - + (Includes a fix for a similar problem in -A, but not -d.) Branch: perl ! perl.c @@ -4305,7 +28945,7 @@ ____________________________________________________________________________ From: schwern@pobox.com Date: Tue, 7 Oct 2003 20:39:36 -0700 Message-Id: <20031007203936.X4301@ttul.org> - + (Originally from Shlomi Fish. Applied with tweaks.) Branch: perl ! pod/perlop.pod @@ -4377,7 +29017,7 @@ ____________________________________________________________________________ [ 21410] By: rgs on 2003/10/06 11:55:52 Log: Subject: Re: [doc-PATCH] for unpack_str() and question From: LAUN Wolfgang - Date: Mon, 6 Oct 2003 08:45:29 +0200 + Date: Mon, 6 Oct 2003 08:45:29 +0200 Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4> Branch: perl ! pod/perlapi.pod pp_pack.c @@ -4401,7 +29041,7 @@ ____________________________________________________________________________ From: Fergal Daly Date: Mon, 6 Oct 2003 00:25:29 +0100 Message-Id: <200310060025.29122.fergal@esatclear.ie> - + Plus regeneration of META.yml Branch: perl ! META.yml Porting/makemeta @@ -4607,7 +29247,7 @@ ____________________________________________________________________________ From: Greg Matheson Date: Wed, 24 Sep 2003 22:51:09 +0800 Message-ID: <20030924225109.A17126@ms> - + (Win98 + MinGW, a missing Win95.pm hunk) Branch: perl ! lib/ExtUtils/MM_Win95.pm @@ -4625,7 +29265,7 @@ ____________________________________________________________________________ ! perl.h ____________________________________________________________________________ [ 21360] By: jhi on 2003/09/24 17:30:07 - Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS + Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS From: Olli Savia (via RT) Date: 24 Sep 2003 15:42:41 -0000 Message-ID: @@ -4637,7 +29277,7 @@ ____________________________________________________________________________ From: Elizabeth Mattijsen Date: Wed, 24 Sep 2003 11:00:42 +0200 Message-Id: - + (reformatted a bit) Branch: perl ! lib/attributes.pm @@ -4705,7 +29345,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Tue, 23 Sep 2003 15:04:35 +0200 Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2> - + (add -we147 to ccflags if cc = ICC so that prototype detection works right) Branch: perl @@ -4724,7 +29364,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21331] By: jhi on 2003/09/23 09:11:23 Log: GSM 03.38 mapping in Encoding::Byte is incorrect - + Fix as much as possible - the specification is still a bit unclear. Branch: perl @@ -4745,7 +29385,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Mon, 22 Sep 2003 22:52:40 +0200 Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> - + (the missing void return type) Branch: perl ! ext/threads/shared/shared.xs @@ -4755,7 +29395,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Mon, 22 Sep 2003 22:52:40 +0200 Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> - + (the attribute part) Branch: perl ! ext/Devel/PPPort/PPPort.pm perl.h @@ -4846,7 +29486,7 @@ ____________________________________________________________________________ ! pp_ctl.c ____________________________________________________________________________ [ 21293] By: jhi on 2003/09/21 08:13:58 - Log: More PerlIO documentation. + Log: More PerlIO documentation. Branch: perl ! lib/PerlIO.pm pod/perliol.pod ____________________________________________________________________________ @@ -4918,7 +29558,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Thu, 18 Sep 2003 11:02:02 -0700 Message-ID: <20030918180202.GA21949@math.berkeley.edu> - + (use stat.t instead of time.t) Branch: perl ! os2/os2ish.h pp_sys.c t/op/stat.t @@ -4928,7 +29568,7 @@ ____________________________________________________________________________ From: Rick Delaney Date: Wed, 1 Jan 2003 22:54:59 -0500 Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com> - + (Pity the first patch fell through the cracks back then. Not that forbidding non-object copy constructors is the right thing to do but the bug could use fixing.) @@ -5158,7 +29798,7 @@ ____________________________________________________________________________ From: Michael G Schwern Date: Thu, 11 Sep 2003 15:07:10 -0700 Message-ID: <20030911220710.GO18786@windhund.schwern.org> - + (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted) Branch: perl ! lib/ExtUtils/t/Manifest.t @@ -5219,11 +29859,11 @@ ____________________________________________________________________________ ! doio.c ____________________________________________________________________________ [ 21204] By: jhi on 2003/09/13 06:47:23 - Log: Subject: [perl #23788] int of a fraction errors + Log: Subject: [perl #23788] int of a fraction errors From: "Boyd, Brooks D" (via RT) Date: 11 Sep 2003 22:38:19 -0000 Message-ID: - + Add a separate faq entry for int(). (Yes, a bit redundant with the existing "why are my numbers broken" entry.) Branch: perl @@ -5234,7 +29874,7 @@ ____________________________________________________________________________ From: Stas Bekman Date: Fri, 12 Sep 2003 13:44:11 -0700 Message-ID: <3F62301B.3080604@stason.org> - + s/discipline/IO layer/, instead of "unknown" say "unavailable", and have the fuller explanation in perldiag. Branch: perl @@ -5320,7 +29960,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 21179] By: jhi on 2003/09/11 06:13:12 Log: Upgrade to Pod::Perldoc 3.10. - (Yes, the doughera address change is wrong, but hardly worth 3.11.) + (Yes, the doughera address change is wrong, but hardly worth 3.11.) Branch: perl ! lib/Pod/Perldoc.pm ____________________________________________________________________________ @@ -5381,7 +30021,7 @@ ____________________________________________________________________________ From: Anno Siegel Date: Sun, 31 Aug 2003 22:08:19 GMT Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE> - + The test has been moved into warnings.pm's test suite. Note that this patch fixed as well the behaviour of warnings::enabled regarding lexical scoping and different files; hence the expected @@ -5413,7 +30053,7 @@ ____________________________________________________________________________ ! pod/perlapi.pod ____________________________________________________________________________ [ 21163] By: merijn on 2003/09/10 15:31:27 - Log: Subject: [perl #23778] hints/aix.sh + Log: Subject: [perl #23778] hints/aix.sh Date: 10 Sep 2003 16:30:32 -0000 From: "Gary L. Armstrong" (via RT) Message-ID: @@ -5438,7 +30078,7 @@ ____________________________________________________________________________ From: Kurt Starsinic Date: Tue, 9 Sep 2003 23:16:00 -0400 Message-ID: <20030910031600.GA30554@verizon.net> - + Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph From: "Brendan O'Dea" Date: Wed, 10 Sep 2003 22:03:15 +1000 @@ -5498,7 +30138,7 @@ ____________________________________________________________________________ From: Fergal Daly Date: Tue, 9 Sep 2003 18:26:20 +0100 Message-Id: <200309091826.20630.fergal@esatclear.ie> - + (added warning) Branch: perl ! lib/Test/More.pm @@ -5572,7 +30212,7 @@ ____________________________________________________________________________ From: david nicol Date: 08 Sep 2003 23:39:32 -0500 Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com> - + (a testcase) Branch: perl ! t/op/grep.t @@ -5639,7 +30279,7 @@ ____________________________________________________________________________ for the ultimate paranoia viewpoint is not that bad, as long as the users are fully aware of the dangers of disclosing the hash seed. So hash_seed() is okay. - + Being able to see the hash values (as in Java) would be another option, but dubious: it's not that per-key hash values themselves are bad to allow scripts to see, @@ -6025,7 +30665,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Thu, 4 Sep 2003 19:47:55 +0200 Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2> - + (Gentoo: take Marcus' version of the __THROW patch and even further #ifdef-protect it with __GLIBC__.) Branch: perl @@ -6095,7 +30735,7 @@ ____________________________________________________________________________ From: Marcus Holland-Moritz Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST) Message-ID: <29644.1062572245@www50.gmx.net> - + The other half of #20930 should be still good. Branch: perl ! op.c @@ -6116,7 +30756,7 @@ ____________________________________________________________________________ ! ext/threads/t/join.t ____________________________________________________________________________ [ 21010] By: jhi on 2003/09/03 04:59:38 - Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object + Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object From: Joe McMahon Date: Tue, 2 Sep 2003 18:02:14 -0400 Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org> @@ -6169,7 +30809,7 @@ ____________________________________________________________________________ ! pod/perldiag.pod ____________________________________________________________________________ [ 20998] By: jhi on 2003/09/02 15:02:47 - Log: Subject: [perl #23672] Math::BigInit POD + Log: Subject: [perl #23672] Math::BigInit POD From: "abigail@abigail.nl (via RT)" Date: 1 Sep 2003 08:47:39 -0000 Message-ID: @@ -6221,7 +30861,7 @@ ____________________________________________________________________________ Log: From Craig Berry, following the example of the other podxxx.PL in relying on basename($0, '.PL') to Do The Right Thing with regard to the case of the extension, which could be either - .pl or .PL on VMS depending on version-specific features. + .pl or .PL on VMS depending on version-specific features. Branch: perl ! pod/pod2usage.PL pod/podselect.PL ____________________________________________________________________________ @@ -6319,7 +30959,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20960] By: jhi on 2003/08/31 08:07:43 Log: Upgrade to base.pm 2.0. - + (Rename the tests around a bit to be more 8.3-friendly.) Branch: perl + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t @@ -6340,12 +30980,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20954] By: jhi on 2003/08/30 17:14:19 Log: A new try at - + Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin From: "Gerrit P. Haase" Date: Thu, 28 Aug 2003 08:18:51 +0200 Message-ID: <4157199551.20030828081851@familiehaase.de> - + (this time Cygwin only) Branch: perl ! perlio.c @@ -6471,7 +31111,7 @@ ____________________________________________________________________________ From: "Gerrit P. Haase" Date: Thu, 28 Aug 2003 08:18:51 +0200 Message-ID: <4157199551.20030828081851@familiehaase.de> - + (changed so that the 'b' is always appended) Branch: perl ! perlio.c @@ -6481,7 +31121,7 @@ ____________________________________________________________________________ From: marek.rouchal@infineon.com Date: Wed, 27 Aug 2003 17:25:28 +0200 Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com> - + PodParser-1.25 prerelease. Branch: perl ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm @@ -6538,12 +31178,12 @@ ____________________________________________________________________________ From: "John P. Linderman" Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT) Message-Id: <200308271210.IAA23907@raptor.research.att.com> - + Subject: typo in pod/perlnewmod.pod [PATCH] From: "John P. Linderman" Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT) Message-Id: <200308271307.JAA46955@raptor.research.att.com> - + Subject: [PATCH] document the location of byacc From: Dave Mitchell Date: Wed, 27 Aug 2003 14:26:50 +0100 @@ -6575,12 +31215,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20913] By: rgs on 2003/08/26 20:34:48 Log: Integrate two DJGPP portability patches from the 5.6.2 branch : - + [20859] Two portability patches for DJGPP from Richard Dawe . Message-Id: - + [20911] Don't uppercase automatically all environment variables on DJGPP. (reported by Richard Dawe, this breaks portability of Unix @@ -6689,7 +31329,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Mon, 25 Aug 2003 22:02:17 +0200 Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2> - + In glibc, just use the __FD_SETSIZE since that's the size of the buffer (usually 1024 bits, much more than the selectminbits of 32). @@ -6712,7 +31352,7 @@ ____________________________________________________________________________ From: Jose.auguste-etienne@cgss-guyane.fr Date: Mon, 25 Aug 2003 14:35:45 -0300 Message-ID: - + AIX Configure advice. Branch: perl ! README.aix @@ -6765,7 +31405,7 @@ ____________________________________________________________________________ From: Ed Avis Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST) Message-ID: - + (Just the AUTHORS part, though, I don't think retroactively updating the Changes* is useful.) Branch: perl @@ -6901,7 +31541,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Fri, 22 Aug 2003 23:28:18 +0200 Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2> - + Add the leak detection to valgrind testing. Branch: perl + t/perl.supp @@ -7072,7 +31712,7 @@ ____________________________________________________________________________ From: Ronald J Kimball Date: Thu, 21 Aug 2003 17:09:17 -0400 Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu> - + (the pod part) Branch: perl ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod @@ -7177,7 +31817,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20792] By: jhi on 2003/08/21 04:30:54 Log: Byteloader patching from Enache continues; - PADOFFSET handling was wrong. + PADOFFSET handling was wrong. Branch: perl ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h @@ -7260,7 +31900,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20776] By: jhi on 2003/08/19 13:36:03 Log: Replace #20772 with - + Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t From: PPrymmer@factset.com Message-ID: @@ -7286,7 +31926,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20772] By: jhi on 2003/08/19 13:13:26 Log: Replace #20763 with - + Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t From: Michael G Schwern Date: Mon, 18 Aug 2003 17:07:30 -0700 @@ -7327,7 +31967,7 @@ ____________________________________________________________________________ ! MANIFEST Makefile.SH pod/buildtoc ____________________________________________________________________________ [ 20766] By: jhi on 2003/08/19 12:04:22 - Log: Nick Clark's podulator. The win32 makefile + Log: Nicholas Clark's podulator. The win32 makefile generation doesn't seem to be working yet. Branch: perl + pod.lst pod/buildtoc @@ -7428,7 +32068,7 @@ ____________________________________________________________________________ From: Michael G Schwern Date: Sat, 16 Aug 2003 14:58:25 -0700 Message-ID: <20030816215824.GF5859@windhund.schwern.org> - + (plus local *REALPATH) Branch: perl ! lib/Cwd.pm @@ -7438,7 +32078,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Sat, 16 Aug 2003 16:03:16 +0300 Message-ID: <20030816130316.GA1654@ratsnest.hole> - + Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die From: Enache Adrian Date: Sun, 17 Aug 2003 04:42:22 +0300 @@ -7448,7 +32088,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 20745] By: jhi on 2003/08/17 07:52:47 Log: The lib/Cwd.pm diet part of - + Subject: [PATCH] File::Spec on diet From: Tels Date: Mon, 7 Jul 2003 22:41:42 +0200 @@ -7459,12 +32099,12 @@ ____________________________________________________________________________ [ 20744] By: jhi on 2003/08/17 07:50:00 Log: The "reduce memory footprint and increase speed by not unconditionally pulling in Cwd" part of - + Subject: [PATCH] File::Spec on diet From: Tels Date: Mon, 7 Jul 2003 22:41:42 +0200 Message-Id: <200307072235.03364@bloodgate.com> - + was still valid. Branch: perl ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm @@ -7668,7 +32308,7 @@ ____________________________________________________________________________ From: Steve Hay Date: Thu, 14 Aug 2003 15:39:16 +0100 Message-ID: <3F3B9F14.4040609@uk.radan.com> - + (Sarathy okayed the idea.) Branch: perl + win32/fcrypt.c @@ -7680,7 +32320,7 @@ ____________________________________________________________________________ From: Elizabeth Mattijsen Date: Thu, 14 Aug 2003 13:12:55 +0200 Message-id: - + (some rewording) Branch: perl ! lib/warnings.pm warnings.pl @@ -7738,7 +32378,7 @@ ____________________________________________________________________________ ! ext/Opcode/Opcode.pm ____________________________________________________________________________ [ 20688] By: jhi on 2003/08/14 04:51:30 - Log: A swath of VERSION patches from Nick Clark. + Log: A swath of VERSION patches from Nicholas Clark. Branch: perl ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm @@ -7912,7 +32552,7 @@ ____________________________________________________________________________ ! t/op/closure.t ____________________________________________________________________________ [ 20654] By: jhi on 2003/08/12 13:23:00 - Log: Add perlcheat to the toc and perl.pod; regen toc. + Log: Add perlcheat to the toc and perl.pod; regen toc. Branch: perl ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ @@ -7998,7 +32638,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Mon, 21 Apr 2003 22:44:37 -0700 Message-ID: <20030422054437.GA8297@math.berkeley.edu> - + (the XSLoader doc hunk; the h2xs looks like a behavioural change) Branch: perl ! ext/DynaLoader/XSLoader_pm.PL @@ -8008,14 +32648,14 @@ ____________________________________________________________________________ From: Michael G Schwern Date: Sat, 9 Aug 2003 15:03:02 -0700 Message-ID: <20030809220301.GE24919@windhund.schwern.org> - + (plus one extra catfile() in h2xs.t) Branch: perl ! lib/h2xs.t utils/h2xs.PL ____________________________________________________________________________ [ 20632] By: jhi on 2003/08/12 08:11:08 Log: The Debian people have expressed a wish for the boilerplate - being specific about the Perl version; patch from Nick Clark. + being specific about the Perl version; patch from Nicholas Clark. Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ @@ -8056,7 +32696,7 @@ ____________________________________________________________________________ From: Iain Truskett Date: Tue, 12 Aug 2003 13:59:27 +1000 Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au> - + plus explain "Titlecase". Branch: perl ! pod/perlreref.pod @@ -8081,12 +32721,12 @@ ____________________________________________________________________________ From: merlyn@stonehenge.com (Randal L. Schwartz) Date: 11 Aug 2003 09:45:29 -0700 Message-ID: <86isp4kus6.fsf@blue.stonehenge.com> - + Subject: [PATCH] perlreref.pod tweaks From: Ronald J Kimball Date: Mon, 11 Aug 2003 13:19:51 -0400 Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu> - + Plus a note about {,n} not being a quantifier. Branch: perl ! pod/perlreref.pod @@ -8311,7 +32951,7 @@ ____________________________________________________________________________ From: Nick Ing-Simmons Date: Fri, 08 Aug 2003 23:05:49 +0100 Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com> - + Better patch (than #20566) from NI-S, one more test (introduce another variable rather than reuse the tmp, though) Branch: perl @@ -8413,7 +33053,7 @@ ____________________________________________________________________________ From: Radu Greab Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST) Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro> - + Subject: Re: [PATCH 5.8.1] Benchmark problem From: Rafael Garcia-Suarez Date: Thu, 7 Aug 2003 15:48:38 +0200 @@ -8499,7 +33139,7 @@ ____________________________________________________________________________ From: "Gerrit P. Haase" Date: Tue, 5 Aug 2003 14:36:55 +0200 Message-ID: <71561410910.20030805143655@familiehaase.de> - + (needed manual fitting) Branch: perl ! pad.c @@ -8533,7 +33173,7 @@ ____________________________________________________________________________ From: "Craig A. Berry" Date: Wed, 06 Aug 2003 00:18:36 -0500 Message-ID: <3F308FAC.4090409@mac.com> - + (from vmsperl list) Branch: perl ! utils/dprofpp.PL @@ -8569,7 +33209,7 @@ ____________________________________________________________________________ From: Steve Hay Date: Tue, 05 Aug 2003 10:43:49 +0100 Message-ID: <3F2F7C55.9020808@uk.radan.com> - + (The MM_Unix.pm part was dealt with in #20501.) Branch: perl ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t @@ -8703,7 +33343,7 @@ ____________________________________________________________________________ From: Steve Grazzini Date: Mon, 4 Aug 2003 16:01:45 -0400 Message-ID: <20030804200145.GB21699@grazzini.net> - + Prevent the warning "Bareword found where operator expected" in the case "print $fh foo()" where foo() is an undefined function. Branch: perl @@ -8765,7 +33405,7 @@ ____________________________________________________________________________ From: Alexey Tourbin Date: Sun, 3 Aug 2003 21:33:00 +0400 Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru> - + (plus Schwern's and Robert's nits) Branch: perl ! installman @@ -8807,7 +33447,7 @@ ____________________________________________________________________________ From: alian Date: Sat, 02 Aug 2003 16:19:25 +0200 Message-ID: <3F2BC86D.2050400@jupiter.alianet> - + Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern) Branch: perl ! ext/POSIX/t/posix.t @@ -9004,7 +33644,7 @@ ____________________________________________________________________________ ! ext/B/t/bytecode.t ____________________________________________________________________________ [ 20416] By: jhi on 2003/08/01 10:44:19 - Log: Argument sanity checking. + Log: Argument sanity checking. Branch: perl ! t/test.pl ____________________________________________________________________________ @@ -9105,11 +33745,11 @@ ____________________________________________________________________________ ! pod/perlguts.pod ____________________________________________________________________________ [ 20387] By: jhi on 2003/07/31 19:57:36 - Log: Subject: Re: [perl #23171] Regex too selfish + Log: Subject: Re: [perl #23171] Regex too selfish From: hv@crypt.org Date: Thu, 31 Jul 2003 18:59:43 +0100 Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org> - + (choose the second code patch) Branch: perl ! regexec.c t/op/re_tests @@ -9142,7 +33782,7 @@ ____________________________________________________________________________ (think machines with no network, machines behind firewalls, corporate and national encryption policies). It cannot be considered useable at this stage. - + Therefore, create a fake CPAN 1.76. Branch: perl ! lib/CPAN.pm @@ -9206,7 +33846,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Thu, 31 Jul 2003 03:49:40 +0300 Message-ID: <20030731004940.GB1266@ratsnest.hole> - + (but use test.pl:run_perl() instead of manual `$^X ...`) Branch: perl + ext/B/t/bytecode.t @@ -9254,7 +33894,7 @@ ____________________________________________________________________________ Log: Try again with the Mac OS X hints. Now the three cases (no -Dprefix, /usr, and something else) all install into separate places. No prefix installs to /usr/local. - The /usr overwrites the Apple install (modulo the version). + The /usr overwrites the Apple install (modulo the version). Branch: perl ! hints/darwin.sh ____________________________________________________________________________ @@ -9263,7 +33903,7 @@ ____________________________________________________________________________ From: Casey West Date: Tue, 29 Jul 2003 17:37:15 -0400 Message-ID: <20030729213715.GY76899@geeknest.com> - + (Use Damian's NEXT-0.51 once Damian and PAUSE like each other) Branch: perl ! lib/NEXT.pm lib/NEXT/t/unseen.t @@ -9456,12 +34096,12 @@ ____________________________________________________________________________ From: Michael Schroeder Date: Fri, 11 Jul 2003 14:48:41 +0200 Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de> - + Subject: Re: DESTDIR in perl-5.8.1 package? From: Michael Schroeder Date: Mon, 14 Jul 2003 12:00:25 +0200 Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de> - + (blindly prepending and s///ing away the $destdir does not work at least in VMS, but the --destdir should help rpm builders and the like) @@ -9473,7 +34113,7 @@ ____________________________________________________________________________ From: Chaskiel M Grundman (via RT) Date: 26 Jul 2003 21:44:06 -0000 Message-ID: - + Helps (the admittedly old) DEC OSF/1 3.x and harms not newer releases 4.x and 5.x. Branch: perl @@ -9519,7 +34159,7 @@ ____________________________________________________________________________ unless PL_stashcache exists, otherwise we get an invalid read (detected by valgrind, and crashes ext/threads/t/basic.t in Windows). - + Also add a few if:s for the refcnt decrements, no need to call Perl_sv_free() if there's nothing to free. Branch: perl @@ -9744,7 +34384,7 @@ ____________________________________________________________________________ From: Gisle Aas Date: 27 Jul 2003 20:25:07 -0700 Message-ID: - + (upgrade to Digest::MD5 2.26) Branch: perl ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm @@ -9920,7 +34560,7 @@ ____________________________________________________________________________ ! MANIFEST ____________________________________________________________________________ [ 20211] By: jhi on 2003/07/24 14:00:29 - Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 + Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 From: "Dinger, Tom" (via RT) Date: 14 Jul 2003 05:35:15 -0000 Message-ID: @@ -10030,7 +34670,7 @@ ____________________________________________________________________________ ! hints/posix-bc.sh ____________________________________________________________________________ [ 20194] By: jhi on 2003/07/24 08:45:55 - Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning + Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning From: "ilya@juil.nonet (via RT)" Date: 14 Jul 2003 05:37:15 -0000 Message-ID: @@ -10038,7 +34678,7 @@ ____________________________________________________________________________ ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t ____________________________________________________________________________ [ 20193] By: jhi on 2003/07/24 08:43:33 - Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 + Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 From: Hrunting Johnson (via RT) Date: 14 Jul 2003 05:37:02 -0000 Message-ID: @@ -10122,7 +34762,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Tue, 15 Jul 2003 20:46:07 +0100 Message-ID: <20030715194607.GA24592@fdgroup.com> - + plus the regression test : Subject: Re: [PATCH] Re: Perl formats do not work with tied values From: Nicholas Clark @@ -10166,7 +34806,7 @@ ____________________________________________________________________________ From: Andy Dougherty Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT) Message-ID: - + plus a clarification to INSTALL : Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script From: Andy Dougherty @@ -10217,7 +34857,7 @@ ____________________________________________________________________________ From: Stephen McCamant Date: Tue, 15 Jul 2003 09:57:26 -0400 Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU> - + Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements From: Stephen McCamant Date: Tue, 15 Jul 2003 09:57:31 -0400 @@ -10282,11 +34922,11 @@ ____________________________________________________________________________ ! lib/charnames.pm ____________________________________________________________________________ [ 20156] By: rgs on 2003/07/11 19:37:34 - Log: Subject: Re: Sort sub and NaNs + Log: Subject: Re: Sort sub and NaNs From: "John P. Linderman" Date: Thu, 10 Jul 2003 10:45:06 -0400 Message-Id: <200307101445.KAA79110@raptor.research.att.com> - + Warn against a potential edge case with sort, <=> and NaNs. Branch: perl ! pod/perlfunc.pod @@ -10296,7 +34936,7 @@ ____________________________________________________________________________ From: Steve Grazzini Date: Tue, 8 Jul 2003 10:23:03 -0400 Message-ID: <20030708142303.GB23698@grazzini.net> - + Clarify the OFFSET parameter to read(). Branch: perl ! pod/perlfunc.pod @@ -10421,7 +35061,7 @@ ____________________________________________________________________________ ! embed.fnc embed.h global.sym ____________________________________________________________________________ [ 20114] By: jhi on 2003/07/10 15:06:41 - Log: Retract #20112. + Log: Retract #20112. Branch: perl ! embed.fnc embedvar.h intrpvar.h perlapi.h ____________________________________________________________________________ @@ -10549,7 +35189,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Tue, 8 Jul 2003 20:47:58 +0300 Message-ID: <20030708174758.GA1177@ratsnest.hole> - + (ByteLoader tweak avoiding a leaked scalar) Branch: perl ! op.c @@ -10598,7 +35238,7 @@ ____________________________________________________________________________ ! perl.c ____________________________________________________________________________ [ 20061] By: jhi on 2003/07/07 18:26:35 - Log: The nanosleep() probe was kaputt, fixed by Mark Bixby. + Log: The nanosleep() probe was kaputt, fixed by Mark Bixby. Branch: perl ! ext/Time/HiRes/Makefile.PL ____________________________________________________________________________ @@ -10746,7 +35386,7 @@ ____________________________________________________________________________ From: "Vadim Konovalov" Date: Sun, 6 Jul 2003 18:46:09 +0400 Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad> - + Subject: [PATCH] improve WinCE port -- addition From: "Vadim Konovalov" Date: Sun, 6 Jul 2003 19:50:47 +0400 @@ -10786,7 +35426,7 @@ ____________________________________________________________________________ From: Michael G Schwern Date: Sat, 5 Jul 2003 13:34:37 -0700 Message-ID: <20030705203437.GB2598@windhund.schwern.org> - + Print out the "ok" messages only once every second, this should make output much less and therefore testing much faster, especially on slower connections. @@ -10945,7 +35585,7 @@ ____________________________________________________________________________ [ 19999] By: rgs on 2003/07/04 19:39:01 Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always appears just before the name of the command to be run. See - + Subject: Re: PERL_SKIP_TTY_TEST fix From: Alexey Tourbin Date: Fri, 4 Jul 2003 17:25:34 +0400 @@ -11178,7 +35818,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19947] By: jhi on 2003/07/03 06:35:29 Log: Apply Schwern's suggested warning code from - [perl #22209] Test::Harness::Straps vs. $Config{path_sep} + [perl #22209] Test::Harness::Straps vs. $Config{path_sep} Branch: perl ! lib/Test/Harness/Straps.pm ____________________________________________________________________________ @@ -11304,7 +35944,7 @@ ____________________________________________________________________________ [ 19920] By: jhi on 2003/07/02 05:21:23 Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases. The latest releases of NetBSD don't require the hack. From - Johnny Lam. + Johnny Lam. Branch: perl ! hints/netbsd.sh ____________________________________________________________________________ @@ -11315,19 +35955,19 @@ ____________________________________________________________________________ ! MANIFEST ____________________________________________________________________________ [ 19917] By: jhi on 2003/07/01 17:00:02 - Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod + Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod From: Robin Barker - Date: Tue, 1 Jul 2003 18:21:34 +0100 + Date: Tue, 1 Jul 2003 18:21:34 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk> - + Subject: [PATCH] long C<=item>s in lib/CGI.pm From: Robin Barker Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk> - Date: Tue, 1 Jul 2003 18:25:17 +0100 - + Date: Tue, 1 Jul 2003 18:25:17 +0100 + Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod From: Robin Barker - Date: Tue, 1 Jul 2003 18:29:09 +0100 + Date: Tue, 1 Jul 2003 18:29:09 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk> Branch: perl ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod @@ -11471,11 +36111,11 @@ ____________________________________________________________________________ of nul makes no sense, but that seems to work, maybe Linux does some deep magic in ps(1)?); moving the PL_origalen computation earlier makes also the threaded-first case fully pass. - + But in general modifying the argv[] is very non-portable. (e.g. in Tru64 it seems to be limited to the size of the original argv[0] since the argv[] are not contiguous?) - + Everybody should just have setproctitle(). Branch: perl ! mg.c perl.c pod/perlvar.pod @@ -11524,7 +36164,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Fri, 27 Jun 2003 06:54:06 -0700 Message-ID: <20030627135406.GA8914@math.berkeley.edu> - + More malloc patches: now they seem to work even in Tru64. Branch: perl ! malloc.c @@ -11565,12 +36205,12 @@ ____________________________________________________________________________ The first allows to hold symbolic switches in $^D and more generally fixes assignment to $^D. The second one improves the information given by -Dl. - + Subject: [PATCH] allow $^D = "flags" From: Dave Mitchell Date: Fri, 27 Jun 2003 22:26:24 +0100 Message-ID: <20030627212624.GB12887@fdgroup.com> - + Subject: [PATCH] make -Dl show more scope info From: Dave Mitchell Date: Fri, 27 Jun 2003 23:00:36 +0100 @@ -11948,7 +36588,7 @@ ____________________________________________________________________________ From: "Peter O'Gorman" Date: Tue, 17 Jun 2003 23:45:47 +0900 Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com> - + No need to see dlclose() and dlsym() outside the dl_dyld.xs (Mac OS X, NeXT), and seeing them is harmful for libdlcompat of OpenDarwin. @@ -11960,7 +36600,7 @@ ____________________________________________________________________________ From: david nicol Date: 16 Jun 2003 20:35:24 -0500 Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com> - + Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches From: Ronald J Kimball Date: Tue, 17 Jun 2003 00:12:04 -0400 @@ -11978,8 +36618,8 @@ ____________________________________________________________________________ Log: Revert change #19126, a poor attempt at fixing bug #21742. The test for #21742 is marked as TODO. Plus new regression tests from : - - Subject: [perl #22708] void context in string eval is broken + + Subject: [perl #22708] void context in string eval is broken From: "Marcus Holland-Moritz" (via RT) Date: 15 Jun 2003 23:09:03 -0000 Message-ID: @@ -11997,7 +36637,7 @@ ____________________________________________________________________________ ! pod/perlfunc.pod pp_ctl.c ____________________________________________________________________________ [ 19799] By: rgs on 2003/06/16 20:15:28 - Log: Subject: [perl #22622] Bogus error codes from File::Copy::move + Log: Subject: [perl #22622] Bogus error codes from File::Copy::move From: "Amick, Eric" (via RT) Date: 9 Jun 2003 15:48:09 -0000 Message-ID: @@ -12034,7 +36674,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19793] By: rgs on 2003/06/15 19:47:21 Log: Remove all magic in untie() - + Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd) From: Aaron J Mackey Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT) @@ -12046,7 +36686,7 @@ ____________________________________________________________________________ [ 19790] By: jhi on 2003/06/15 17:22:08 Log: Start using Perl malloc in FreeBSD since the system malloc is reaaally slooow for Perl. - + Subject: FreeBSD 5.1 vs. -Uusemymalloc From: Dan Kogai Date: Mon, 16 Jun 2003 01:48:49 +0900 @@ -12124,7 +36764,7 @@ ____________________________________________________________________________ From: "Marcus Holland-Moritz" Date: Sat, 14 Jun 2003 12:51:31 +0200 Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2> - + (choosing the safe alternative) Branch: perl ! sv.c @@ -12166,7 +36806,7 @@ ____________________________________________________________________________ From: belg4mit Date: Sat, 14 Jun 2003 01:35:05 -0400 Message-ID: <3EEAB409.7B4C21EA@mit.edu> - + FileCache 1.03. Branch: perl ! lib/FileCache.pm @@ -12188,7 +36828,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19767] By: jhi on 2003/06/13 17:05:01 Log: Redundancy removal from Brian De Pradine; - both the forms, pthread_mutexattr_settype() and + both the forms, pthread_mutexattr_settype() and pthread_mutexattr_setkind_np(), exist on z/OS. Branch: perl ! thread.h @@ -12204,7 +36844,7 @@ ____________________________________________________________________________ From: alan Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT) Message-ID: - + (the first alternative) Branch: perl ! util.c @@ -12223,7 +36863,7 @@ ____________________________________________________________________________ ! perl.h ____________________________________________________________________________ [ 19760] By: jhi on 2003/06/13 12:00:06 - Log: Even more tweakage on symbol scanning from Alan Burlison. + Log: Even more tweakage on symbol scanning from Alan Burlison. Branch: perl ! Configure ____________________________________________________________________________ @@ -12242,8 +36882,8 @@ ____________________________________________________________________________ Log: Add a new warning, "Newline in left-justified string for printf/sprintf" to be issued if the string to be left-justified by s?printf contains a newline. - - Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf + + Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf From: Robin Barker Date: Wed, 11 Jun 2003 18:10:14 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk> @@ -12260,7 +36900,7 @@ ____________________________________________________________________________ ! pp_sys.c ____________________________________________________________________________ [ 19750] By: sky on 2003/06/12 15:03:55 - Log: In free we want to destroy, not init, thanks to Tim Bunce for + Log: In free we want to destroy, not init, thanks to Tim Bunce for detecting this. Should hopefully fix memory leak on Tru64 Branch: perl ! ext/threads/shared/shared.xs @@ -12525,7 +37165,7 @@ ____________________________________________________________________________ From: Stas Bekman Date: Thu, 05 Jun 2003 10:10:36 +1000 Message-ID: <3EDE8A7C.2080302@stason.org> - + Subject: [patch] perlguts authors dup From: Stas Bekman Date: Thu, 05 Jun 2003 10:14:12 +1000 @@ -12557,7 +37197,7 @@ ____________________________________________________________________________ From: Robin Barker Date: Thu, 5 Jun 2003 17:16:58 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk> - + (skipped the MIME::Base64 part, leaving that to Gisle) Branch: perl ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h @@ -12655,10 +37295,10 @@ ____________________________________________________________________________ From: Joe McMahon Date: Mon, 2 Jun 2003 09:53:40 -0400 Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org> - + Subject: RE: [PATCH] RE: Extensive documentation patch redux From: Robin Barker - Date: Tue, 3 Jun 2003 10:00:22 +0100 + Date: Tue, 3 Jun 2003 10:00:22 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk> Branch: perl ! lib/perl5db.pl @@ -12705,9 +37345,9 @@ ____________________________________________________________________________ [ 19667] By: gsar on 2003/06/02 18:44:34 Log: don't use File::Temp to implement PerlIO_tmpfile() on windows; reuse the straightforward native implementation instead - + this fixes the warning from io_xs.t - + NOTE: File::Temp has a less-than-robust implementation on windows that relies on END blocks being run (this may not happen always) Branch: perl @@ -12727,7 +37367,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19664] By: jhi on 2003/06/02 16:41:37 Log: Upgrade to the CGI.pm 2.93. - + (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.) Branch: perl + lib/CGI/t/util-58.t @@ -12795,12 +37435,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19654] By: rgs on 2003/06/01 07:37:50 Log: Two Cygwin patches from Gerrit. - + Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue From: "Gerrit P. Haase" Date: Sat, 31 May 2003 14:12:07 +0200 Message-ID: <179860591535.20030531141207@familiehaase.de> - + Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH Date: Sat, 31 May 2003 13:57:49 +0200 Message-ID: <11859733881.20030531135749@familiehaase.de> @@ -12994,7 +37634,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Sat, 24 May 2003 12:25:17 +0100 Message-ID: <20030524112517.GA11761@fdgroup.com> - + Subject: [PATCH] Re: [perl #22299] goto doesn't find label From: Dave Mitchell Date: Mon, 26 May 2003 13:47:11 +0100 @@ -13047,7 +37687,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Thu, 22 May 2003 10:13:19 +0100 Message-ID: <20030522091319.GA4568@fdgroup.com> - + Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables From: Dave Mitchell Date: Fri, 23 May 2003 17:09:44 +0100 @@ -13147,9 +37787,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19594] By: jhi on 2003/05/23 13:06:25 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04 - From: Michael G Schwern - Date: Fri, 23 May 2003 02:10:46 -0700 - Message-ID: <20030523091046.GB11662@windhund.schwern.org> + From: Michael G Schwern + Date: Fri, 23 May 2003 02:10:46 -0700 + Message-ID: <20030523091046.GB11662@windhund.schwern.org> Branch: perl + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t @@ -13181,9 +37821,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19590] By: jhi on 2003/05/22 11:51:46 Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison - From: Dan Kogai - Date: Thu, 22 May 2003 18:46:40 +0900 - Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> + From: Dan Kogai + Date: Thu, 22 May 2003 18:46:40 +0900 + Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> Branch: perl ! ext/Encode/encoding.pm ____________________________________________________________________________ @@ -13201,7 +37841,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Wed, 30 Apr 2003 21:17:38 +0100 Message-ID: <20030430201738.GA22054@fdgroup.com> - + The proposed patch added this warning in the 'deprecated' category ; I think this category is for things that exist and will be removed, rather than for things that don't exist and that will maybe be added. @@ -13233,7 +37873,7 @@ ____________________________________________________________________________ From: Ronald J Kimball Date: Mon, 19 May 2003 17:53:25 -0400 Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu> - + (the bug id corrected to be #22231, not #22238) Branch: perl ! lib/Switch.pm @@ -13322,9 +37962,9 @@ ____________________________________________________________________________ Log: Integrate perlio: [ 19556] Fix ticket 18265 - + [ 19557] - EINTR retry should exit on count >= 0 not !=0 + EINTR retry should exit on count >= 0 not !=0 Branch: perl !> perlio.c ____________________________________________________________________________ @@ -13358,12 +37998,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19560] By: jhi on 2003/05/19 04:30:01 Log: Based on - + Subject: [PATCH threads.xs] no system scope on VMS From: "Craig A. Berry" Date: Sun, 18 May 2003 23:02:07 -0500 Message-ID: <3EC8573F.6050005@mac.com> - + but instead go for #ifdef PTHREAD_SCOPE_SYSTEM. Branch: perl ! ext/threads/threads.xs @@ -13385,7 +38025,7 @@ ____________________________________________________________________________ Log: Integrate from perlio: [ 19542] Fix ticket #22219 - + [ 19543] Spotted a bare close() where PerlLIO_close() seems correct. Branch: perl @@ -13424,7 +38064,7 @@ ____________________________________________________________________________ From: Alan Burlison Date: Thu, 15 May 2003 22:17:55 +0100 Message-ID: <3EC40403.9000804@sun.com> - + (fixed symbol scanning for Solaris 10) Branch: perl ! Configure @@ -13457,7 +38097,7 @@ ____________________________________________________________________________ [ 19536] By: gsar on 2003/05/17 06:07:07 Log: apply Net::Ping patch that makes the fork()-based approach work better on windows (Marcus Holland-Moritz ) - + the code this affects is currently not enabled anywhere, but could be enabled if the non-blocking approach runs into problems on older windows versions @@ -13468,19 +38108,19 @@ ____________________________________________________________________________ Log: improve the implementation of Net::Ping on windows by avoiding fork(), which is pretty heavy-weight for this kind of application; use non-blocking sockets instead - + has been verified to work on Win2k but will need testing on other flavors of windows - + there is a single known failure on windows in 450_service.t (test 18) due to what appears to be bugs in the ping_syn()/ack() code Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 19534] By: gsar on 2003/05/17 04:53:06 - Log: change#16723 broke the ioctl() return value on platforms + Log: change#16723 broke the ioctl() return value on platforms that have ioctl() but no fcntl() (e.g. windows) - + change#17577 then attempted to fix the bustage, but got it wrong Branch: perl @@ -13510,7 +38150,7 @@ ____________________________________________________________________________ From: Robin Barker Date: Fri, 16 May 2003 17:16:57 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> - + (Part #2: the hv.c SVf) Branch: perl ! hv.c @@ -13520,7 +38160,7 @@ ____________________________________________________________________________ From: Robin Barker Date: Fri, 16 May 2003 17:16:57 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> - + (Part #1: the __format__ and __printf__) Branch: perl ! Configure embed.pl perlio.c proto.h @@ -13556,7 +38196,7 @@ ____________________________________________________________________________ From: Casey West Date: Fri, 9 May 2003 04:00:44 -0400 Message-ID: <20030509080044.GA49820@geeknest.com> - + (except for the dup.t patch which diddled with system().) Branch: perl ! Configure NetWare/config_H.wc Porting/config_H README.Y2K @@ -13580,7 +38220,7 @@ ____________________________________________________________________________ From: Ronald J Kimball Date: Tue, 13 May 2003 15:13:53 -0400 Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu> - + (plus add 'no locale;') Branch: perl + Porting/sort_perldiag.pl @@ -13600,7 +38240,7 @@ ____________________________________________________________________________ Log: the \do {local *FH} trick in Tie::File was really only needed on 5.005 and earlier, since later versions can autovivify the handle - + however, a search in the p5p archives reveals the trick doesn't fully work in the versions it is needed in, so use the more standard Symbol::gensym() way @@ -13675,7 +38315,7 @@ ____________________________________________________________________________ that Tie::File did not close any file handles it opens internally, leading to file handle leaks and t/tf* temporary file littering; we now close the handle iff Tie::File opened it - + this fix unearths what appears to be a perl bug in localizing globs: 09_gen_rs.t fails due to a prematurely closed filehandle, although it wasn't explicitly closed anywhere by the code (renaming the @@ -13746,23 +38386,23 @@ ____________________________________________________________________________ Log: Integrate from perlio: [ 19474] Tweaks to Jarkko's NULL deref checks in perlio.c - + [ 19475] Fix for bugs 21717 and 22140. Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio - and derived layers. So have :unix's "pushed" method stat() the fd and - cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match + and derived layers. So have :unix's "pushed" method stat() the fd and + cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match UNIX behaviour. - + [ 19479] Better but still unproven fix for lseek() on pipes. - + [ 19483] Unused variable - + [ 19485] Tests to prove Ticket 9468 is fixed. - + [ 19486] add test for change#19475,19479 (bugs#21717,22140) Branch: perl @@ -13773,7 +38413,7 @@ ____________________________________________________________________________ Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented in terms of an exported function rather than as an inlined macro (latter wants PL_op_mutex which isn't exported as such) - + Jarkko: please merge into maint-5.8 Branch: perl ! dosish.h makedef.pl win32/win32.c win32/win32.h @@ -13910,7 +38550,7 @@ ____________________________________________________________________________ From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 09 May 2003 15:12:05 +0200 Message-ID: - + (both sorts need LC_ALL=C) (add also manicheck target) Branch: perl @@ -14000,12 +38640,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19445] By: jhi on 2003/05/08 05:21:44 Log: A variant of - + Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke) From: enache@rdslink.ro (Enache Adrian) Date: Tue, 22 Apr 2003 02:54:05 +0300 Message-ID: <20030421235405.GA1162@ratsnest.hole> - + to quench the black smoke from the BSD builds. Branch: perl ! lib/ExtUtils/MM_Unix.pm @@ -14089,7 +38729,7 @@ ____________________________________________________________________________ From: Adam Kennedy Date: Wed, 30 Apr 2003 00:02:40 +1000 Message-ID: <3EAE8600.2000806@ali.as> - + Subject: [PATCH] Re: Minor change to strict.pm. Who? How? From: Michael G Schwern Date: Tue, 29 Apr 2003 12:26:32 -0700 @@ -14555,17 +39195,17 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19344] By: rgs on 2003/04/26 22:48:32 Log: Some doc patches by Casey West : - + Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline From: Casey West Date: Fri, 25 Apr 2003 10:46:39 -0400 Message-ID: <20030425144639.GY34510@geeknest.com> - + Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional From: Casey West Date: Fri, 25 Apr 2003 07:52:13 -0400 Message-ID: <20030425115213.GP34510@geeknest.com> - + Subject: Re: [perl #7213] [PATCH] Updating example in perldata From: Casey West Date: Thu, 24 Apr 2003 21:27:22 -0400 @@ -14583,7 +39223,7 @@ ____________________________________________________________________________ ! pod/perlfunc.pod ____________________________________________________________________________ [ 19342] By: sky on 2003/04/26 21:43:32 - Log: Fix bug #15161 by increasing the refcount on the RE and making + Log: Fix bug #15161 by increasing the refcount on the RE and making sure to restore it correctly. Deals with both s//e and s///g. Branch: perl ! pp_ctl.c pp_hot.c @@ -14626,9 +39266,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19328] By: jhi on 2003/04/25 06:57:10 Log: Subject: typo in Time::HiRes docs - From: mjd@plover.com - Date: 19 Apr 2003 15:13:44 -0000 - Message-ID: <20030419151344.28237.qmail@plover.com> + From: mjd@plover.com + Date: 19 Apr 2003 15:13:44 -0000 + Message-ID: <20030419151344.28237.qmail@plover.com> Branch: perl ! ext/Time/HiRes/HiRes.pm ____________________________________________________________________________ @@ -14757,7 +39397,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19300] By: rgs on 2003/04/21 19:42:04 Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY). - + Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD From: Enache Adrian Date: Sun, 20 Apr 2003 02:45:48 +0300 @@ -14859,7 +39499,7 @@ ____________________________________________________________________________ by adding a dummy destructor method Regexp::DESTROY. This prevents infinite recursion, since Regexp::DESTROY is no more autoloaded. - + Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD From: Enache Adrian Date: Wed, 2 Apr 2003 05:02:42 +0300 @@ -14930,14 +39570,14 @@ ____________________________________________________________________________ From: Enache Adrian Date: Wed, 16 Apr 2003 21:11:11 +0300 Message-ID: <20030416181111.GA6687@ratsnest.hole> - + ams had already fixed the bug by #19227, but take the test case. Branch: perl ! ext/Storable/t/tied.t ____________________________________________________________________________ [ 19265] By: sky on 2003/04/19 00:40:42 - Log: Don't use the stack to allocate a SV that we hand out to another + Log: Don't use the stack to allocate a SV that we hand out to another function, only badness can ensure. Message-Id: <20030418180131.GD10086@fdgroup.com> Thanks go to Dave Mitchell for help in tracking down the bug! @@ -14962,7 +39602,7 @@ ____________________________________________________________________________ ! sv.c ____________________________________________________________________________ [ 19254] By: sky on 2003/04/17 17:31:52 - Log: Extreme Voodoo programming, by not pinching the SV if it is a + Log: Extreme Voodoo programming, by not pinching the SV if it is a PADTMP it happily keeps it's value later on! Branch: perl ! sv.c @@ -15195,7 +39835,7 @@ ____________________________________________________________________________ C) When a GP is a deleted that contains a stash, remove the corresponding entry since hv might be in use in other places. D) Note that no test cases test the deletion of packages to catch - this bug. + this bug. Branch: perl ! gv.c hv.c pp_hot.c ____________________________________________________________________________ @@ -15326,7 +39966,7 @@ ____________________________________________________________________________ ! ext/B/t/deparse.t ____________________________________________________________________________ [ 19191] By: jhi on 2003/04/12 16:51:12 - Log: Benchmark nit from Nick Clark (in OpenBSD the result could + Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could be a negative zero, -0). Branch: perl ! lib/Benchmark.t @@ -15428,7 +40068,7 @@ ____________________________________________________________________________ Log: Even more promotion for -lc128 (long doubles on AIX) More obvious detection of C compiler cc_type should not promote to config.sh - + From: "H.Merijn Brand" Date: Wed, 09 Apr 2003 14:31:48 +0200 Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl> @@ -15468,7 +40108,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Mon, 7 Apr 2003 21:43:17 +0100 Message-ID: <20030407204317.GA8796@fdgroup.com> - + The new XTERMORDORDOR lexer expectation must also be named in debugging perls, to be used in the output of -DT. Branch: perl @@ -15487,7 +40127,7 @@ ____________________________________________________________________________ [ 19166] By: rgs on 2003/04/08 18:43:22 Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days? From: Robin Barker - Date: Tue, 8 Apr 2003 14:23:04 +0100 + Date: Tue, 8 Apr 2003 14:23:04 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk> Branch: perl ! pod/perlpod.pod @@ -15585,7 +40225,7 @@ ____________________________________________________________________________ From: Joost van Baal Date: Mon, 25 Nov 2002 17:35:37 +0100 Message-ID: <20021125163537.GC4745@banach.uvt.nl> - + (The .pm patch modified a bit, and removed the false claim that _PATH_INFO would be coming from syslog.ph) Branch: perl @@ -15597,7 +40237,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Thu, 3 Apr 2003 15:50:48 +0300 Message-ID: <20030403125048.GA6107@ratsnest.hole> - + On linux, when building a shared library, generate a small shell wrapper, "preload", that preloads libperl.so only if it exists. Useful when the 'make' process stops @@ -15625,7 +40265,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Mon, 31 Mar 2003 12:39:24 -0800 Message-ID: <20030331203924.GA3602@math.berkeley.edu> - + Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM to be used in a C program's main function. Branch: perl @@ -15711,10 +40351,10 @@ ____________________________________________________________________________ From: Steve Hay Date: Wed, 02 Apr 2003 11:33:41 +0100 Message-ID: <3E8ABC85.5060807@uk.radan.com> - + This also includes a small patch to Pod::Html : when generating anchor names, play on the safe side and turn every non-alphanumeric - character into an '_'. Moreover, Pod::Html::anchorify() is now + character into an '_'. Moreover, Pod::Html::anchorify() is now optionally exported. Branch: perl ! installhtml lib/Pod/Html.pm @@ -15794,7 +40434,7 @@ ____________________________________________________________________________ [ 19124] By: jhi on 2003/04/01 16:52:28 Log: Subject: [patch] fix HiRes.t failures on Stratus VOS From: "Green, Paul" - Date: Tue, 1 Apr 2003 12:37:38 -0500 + Date: Tue, 1 Apr 2003 12:37:38 -0500 Message-ID: Branch: perl ! hints/vos.sh @@ -15813,7 +40453,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Mon, 31 Mar 2003 12:53:01 -0800 Message-ID: <20030331205301.GA3687@math.berkeley.edu> - + [ 19111] A cleaner way to detect PERL_CORE, from IlyaZ. Branch: perl @@ -15826,7 +40466,7 @@ ____________________________________________________________________________ From: Ilya Zakharevich Date: Mon, 31 Mar 2003 12:43:37 -0800 Message-ID: <20030331204337.GA3634@math.berkeley.edu> - + and regen Configure. Branch: perl ! Configure config_h.SH embedvar.h @@ -15878,7 +40518,7 @@ ____________________________________________________________________________ [ 19113] By: merijn on 2003/04/01 14:12:33 Log: Implemented AIX longdouble support in hints/aix.sh, which now actually work. Thanks to John L. Allen for the hint. - + Subject: Re: AIX longdoubles From: "H.Merijn Brand" Date: Tue, 01 Apr 2003 17:18:57 +0200 @@ -15917,9 +40557,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19099] By: jhi on 2003/03/31 09:54:52 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish - From: Michael G Schwern - Date: Mon, 31 Mar 2003 02:42:58 -0800 - Message-ID: <20030331104257.GB15327@windhund.schwern.org> + From: Michael G Schwern + Date: Mon, 31 Mar 2003 02:42:58 -0800 + Message-ID: <20030331104257.GB15327@windhund.schwern.org> Branch: perl + lib/ExtUtils/MakeMaker/FAQ.pod + lib/ExtUtils/MakeMaker/Tutorial.pod @@ -15950,9 +40590,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19098] By: jhi on 2003/03/31 09:36:11 Log: Subject: [PATCH dump.c] stray n_a - From: Michael G Schwern - Date: Mon, 31 Mar 2003 00:55:49 -0800 - Message-ID: <20030331085549.GB1300@windhund.schwern.org> + From: Michael G Schwern + Date: Mon, 31 Mar 2003 00:55:49 -0800 + Message-ID: <20030331085549.GB1300@windhund.schwern.org> Branch: perl ! dump.c ____________________________________________________________________________ @@ -16148,7 +40788,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Thu, 20 Mar 2003 01:26:19 +0000 Message-ID: <20030320012619.C19869@fdgroup.com> - + Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. From: Dave Mitchell Date: Mon, 24 Mar 2003 16:06:51 +0000 @@ -16213,7 +40853,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Sat, 22 Mar 2003 22:49:49 +0200 Message-ID: <20030322204949.GB794@ratsnest.hole> - + This is a slightly more defensive patch than Chip's patch that fell through the cracks, but does the same Subject: Shared libperl.so and build issues @@ -16310,7 +40950,7 @@ ____________________________________________________________________________ [ 19033] file test operators weren't doing the right thing if the SV passed to them wasn't NUL-terminated - + [ 19034] ensure SVs returned by Win32::Get{Short,Full}PathName() are NUL-terminated @@ -16363,7 +41003,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 19020] By: merijn on 2003/03/18 05:45:50 Log: Minor updates of Wolfgang's pack patch - + Subject: Re: pack changes and related fixes From: Philip Newton Date: Tue, 18 Mar 2003 06:19:30 +0100 @@ -16636,7 +41276,7 @@ ____________________________________________________________________________ [ 18967] By: gsar on 2003/03/14 04:29:10 Log: Config.t wasn't getting the sig_num and sig_size relationship right, and therefore failed test#35 on windows - + note that config_h.SH documents that $sig_size does NOT include the final NULL in $sig_num! Branch: perl @@ -16662,7 +41302,7 @@ ____________________________________________________________________________ ! lib/Config.t ____________________________________________________________________________ [ 18963] By: rgs on 2003/03/13 20:57:32 - Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 + Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 From: Kurt Starsinic Date: Mon, 10 Mar 2003 00:54:49 -0500 Message-ID: @@ -16732,16 +41372,16 @@ ____________________________________________________________________________ Integrate from maint-5.8/macperl: [ 18937] Various MacOS portability fixes for tests - + [ 18938] File::Spec::Unix method should be called on $self - + [ 18939] lib.pm:_get_dirs() should use $_[0], not $_ - + [ 18940] Update MacOS for new configpm - + [ 18941] Update MacOS build Update Makefile for new source files, @@ -16986,32 +41626,32 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18873] By: jhi on 2003/03/10 05:18:02 Log: Bunch of doc patches from Stas; plus regen. - + Subject: [doc patch] perl.c's pod api entry From: Stas Bekman Date: Mon, 10 Mar 2003 12:35:52 +1100 Message-ID: <3E6BEBF8.80402@stason.org> - + Subject: Re: [patch] perlguts.pod From: Stas Bekman Date: Mon, 10 Mar 2003 12:38:57 +1100 Message-ID: <3E6BECB1.7050009@stason.org> - + Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/ From: Stas Bekman Date: Mon, 10 Mar 2003 12:41:46 +1100 Message-ID: <3E6BED5A.801@stason.org> - + Subject: Re: [patch] perlapi.pod fix From: Stas Bekman Date: Mon, 10 Mar 2003 12:43:33 +1100 Message-ID: <3E6BEDC5.6010405@stason.org> - + Subject: Re: [docs patch] replace gets() with fgets() in example From: Stas Bekman Date: Mon, 10 Mar 2003 12:45:41 +1100 Message-ID: <3E6BEE45.9030901@stason.org> - + Subject: [doc patch] perlrun.pod From: Stas Bekman Date: Mon, 10 Mar 2003 14:49:59 +1100 @@ -17038,7 +41678,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18868] By: jhi on 2003/03/09 19:04:22 Log: Export the symbols from #18863; do not prototype (but export) - Nick Clark's experimental COW functions. + Nicholas Clark's experimental COW functions. Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming a mess of Herculean proportions. Someone should redesign and clean up the stables. @@ -17082,7 +41722,7 @@ ____________________________________________________________________________ From: Enache Adrian Date: Fri, 7 Mar 2003 23:28:37 +0200 Message-ID: <20030307212837.GB765@ratsnest.hole> - + (and few more test cases from the thread) Branch: perl ! sv.c t/op/sprintf.t @@ -17106,7 +41746,7 @@ ____________________________________________________________________________ ROPT_UTF8 flag on. But right value for PL_bostr is set before re_intuit_start is called. PL_regdata is always assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){} - can be deleted. + can be deleted. Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ @@ -17181,7 +41821,7 @@ ____________________________________________________________________________ From: Kay Roepke Date: Thu, 06 Mar 2003 23:00:10 +0100 Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de> - + (plus change the d_gethostbyaddr_r_proto default to "0", that is what an undefined r_proto looks like) Branch: perl @@ -17677,7 +42317,7 @@ ____________________________________________________________________________ From: Slaven Rezic Date: 14 Feb 2003 09:11:15 +0100 Message-ID: <878ywji8nw.fsf@vran.herceg.de> - + (with slight tweaks) Branch: perl ! mg.c @@ -17792,7 +42432,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Tue, 18 Feb 2003 21:45:45 +0000 Message-ID: <20030218214545.C18547@fdgroup.com> - + and tests for the same: From: Dave Mitchell Date: Wed, 19 Feb 2003 00:42:01 +0000 @@ -18057,7 +42697,7 @@ ____________________________________________________________________________ From: Dave Mitchell Date: Fri, 14 Feb 2003 22:48:27 +0000 Message-ID: <20030214224827.B6783@fdgroup.com> - + with tests: From: Slaven Rezic Date: 14 Feb 2003 20:23:20 +0100 @@ -18139,7 +42779,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18693] By: merijn on 2003/02/11 08:14:29 Log: More code cleanup. - + Subject: Re: New SV Flag Date: Fri, 07 Feb 2003 09:57:43 +0100 From: "H.Merijn Brand" @@ -18565,18 +43205,18 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18616] By: jhi on 2003/02/01 19:43:09 Log: Integrate from perlio: - + [ 18591] PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so - correct XSUB.h - + correct XSUB.h + [ 18611] - Michael Schroeder's fix for re-try if stdio ops after + Michael Schroeder's fix for re-try if stdio ops after interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S). - + [ 18612] PerlIO friendly version of speed up of $/ = undef case. - + [ 18613] fflush() before invalidating stdio's fileno. Branch: perl @@ -18646,14 +43286,14 @@ ____________________________________________________________________________ From: Enache Adrian Date: Thu, 30 Jan 2003 10:48:09 +0200 Message-ID: <20030130084809.GA16902@ratsnest.hole> - + Fix for half of the failures, with an expanded test. Branch: perl ! lib/utf8.t sv.c ____________________________________________________________________________ [ 18602] By: merijn on 2003/01/30 06:31:50 Log: Updates to the openbsd hints - + Subject: [perl #20606] [no subject] Date: 29 Jan 2003 18:38:37 -0000 From: "Todd C. Miller" (via RT) @@ -18676,7 +43316,7 @@ ____________________________________________________________________________ [ 18599] By: rgs on 2003/01/28 21:07:08 Log: Fix a very small memory leak in op_free, by reserving the case op_seq == (U16)-1 for the compiler backend - + Subject: Re: Freeing code From: "Paul Johnson" Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET) @@ -18728,7 +43368,7 @@ ____________________________________________________________________________ ! plan9/mkfile ____________________________________________________________________________ [ 18593] By: sky on 2003/01/26 22:37:21 - Log: When we copy things out of a hash and increment the + Log: When we copy things out of a hash and increment the refcount of the shared scalar, we really must protect that refcount increase with a lock, or else it might not happen. Fixes segfault when objects would prematurely @@ -18743,7 +43383,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18589] By: rgs on 2003/01/26 13:06:49 Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint. - + Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d From: Dave Mitchell Date: Fri, 24 Jan 2003 18:44:19 +0000 @@ -18821,12 +43461,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18572] By: rgs on 2003/01/22 21:40:21 Log: Integrate change 18448 from maint-5.8 : - + Subject: Partial Data::Dumper patch From: Richard Clamp Date: Sat, 4 Jan 2003 00:52:47 +0000 Message-ID: <20030104005247.GA27685@mirth.demon.co.uk> - + Subject: Re: Partial Data::Dumper patch From: Slaven Rezic Date: 04 Jan 2003 02:48:08 +0100 @@ -18852,13 +43492,13 @@ ____________________________________________________________________________ Log: Integrate from perlio: [ 18560] Fixes for open.pm which attempts to load layers: - 1. C equivalent of local $SIG{__WARN__} = sub {} + 1. C equivalent of local $SIG{__WARN__} = sub {} while loading layers to supress warnings lib/open.t does not want. - 2. The loading scheme does not recurse now so look for - new symptom of bad layer which is that a good module + 2. The loading scheme does not recurse now so look for + new symptom of bad layer which is that a good module fails to load (as we cannot open any files). - + NOTE: In my opinion open.pm should probably die on bad layer spec rather than just (maybe) warning and then allowing opens to fail. @@ -18900,27 +43540,27 @@ ____________________________________________________________________________ Log: Integrate from perlio: [ 18539] Try the invalidate_fileno() idea for non-leaky stdio sockets. - + [ 18540] stdio does NOT set errno==EBADF on invalidated fileno - + [ 18547] Tweak APItest for new semantics of printf. - Now printf() is always real printf() and not #define'd to - PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected - back to original file does not affect stdout unless we are - using :stdio as implementation. So things printf()ed XS side + Now printf() is always real printf() and not #define'd to + PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected + back to original file does not affect stdout unless we are + using :stdio as implementation. So things printf()ed XS side are not written to file (and turn up at end of test). So add an XS function which does fflush(stdout), modify .pm file to export it and .t file to call it. - + [ 18548] Add defined(__osf__) case to invalidate_fileno (for Tru64). - + [ 18549] - Report layer name (without arg) on fail, and attempt to + Report layer name (without arg) on fail, and attempt to autoload layer name. (Fix for [perl #20460]). - + [ 18550] #if defined(__irix__) (for stdio invalidate) from Jarkko. Branch: perl @@ -18940,7 +43580,7 @@ ____________________________________________________________________________ From: Martti Rahkila Date: Sat, 18 Jan 2003 00:25:39 +0200 Message-ID: <20030118002539.A30585@wurlitzer.hut.fi> - + (chose the 'even safer' version) Branch: perl ! lib/Term/Complete.pm @@ -19045,17 +43685,17 @@ ____________________________________________________________________________ 'A' flag, is another matter.) (The number of #ifdef PERL_COREs could be cut down further by having a state variable and inserting #ifdefs and #endifs when the state flips.) - + Caught by change #18366; thanks to the re extension we have some functions that are file static but yet part of "the public API"... Maybe a new class of exportability (a new embed.fnc flag) is required for this case. - + Continue on change #18367; implement the said flag, 'E'. (Some nm output studying was needed to get the right set of re symbols defined.) - - In AIX (strict symbol exports) the cxinc is needed for List::Util. + + In AIX (strict symbol exports) the cxinc is needed for List::Util. Branch: perl ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym ____________________________________________________________________________ @@ -19064,7 +43704,7 @@ ____________________________________________________________________________ Introduce a cache for UTF-8 data: length and byte<->char offset mapping are stored in a new type of magic. Speeds up length(), substr(), index(), rindex(), pos(), and some parts of s///. - + The speedup varies a lot (on the usual suspects: what is the access pattern of the data, compiler, CPU), but should be at least one order of magnitude, and getting to the same magnitude @@ -19073,12 +43713,12 @@ ____________________________________________________________________________ cases (index) the byte speed is still faster by a factor of five or so, but the bottleneck there does not seem to be any more the byte<->char offset mapping (instead, the fbm_instr() speed). - - There is one cache slot for the length, and only two for the + + There is one cache slot for the length, and only two for the byte<->char offset mapping (the first one for the start->offset, and the second for the offset->offset+length, when talking in substr() terms). - + Code this hairy is bound to have hairy trolls hiding under it. [...] A small tweak on top of #18353: don't display mg_len bytes of @@ -19090,7 +43730,7 @@ ____________________________________________________________________________ [ 18529] By: hv on 2003/01/21 00:44:20 Log: integrate #18349 from maint-5.8: At least partially address [perl #10000] by speeding - up both the ASCII case (by about 2-3%) and the UTF-8 case + up both the ASCII case (by about 2-3%) and the UTF-8 case (by about 45%). The major trick is to avoid hitting the costly S_reginclass(). (Even before this patch the speedup since 5.8.0 was about 40-50%.) After this the UTF-8 case is @@ -19128,7 +43768,7 @@ ____________________________________________________________________________ [ 18524] By: jhi on 2003/01/20 17:51:10 Log: Integrate from perlio: [ 18520] - Move #define printf out of perl.h into appropriate + Move #define printf out of perl.h into appropriate PerlIO files. Branch: perl !> fakesdio.h nostdio.h perl.h @@ -19159,7 +43799,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18517] By: nick on 2003/01/20 08:34:10 Log: Integrate #18405 from maint-5.8 which fixes whitespac - issues in open(FH,"&...") + issues in open(FH,"&...") Branch: perl !> doio.c ____________________________________________________________________________ @@ -19414,7 +44054,7 @@ ____________________________________________________________________________ [ 18471] Fix #18711 and add test for it (and indeed tell on write handles at all ! - + (#18711 Serious bug of tell() in perl) Branch: perl !> perlio.c t/io/tell.t @@ -19423,7 +44063,7 @@ ____________________________________________________________________________ Log: Integrate from perlio: [ 18470] Fix #16306 and #16880 - + (#16306 Big Badda leak in Sockets) (#16880 Memory leak with IO::Socket in Perl v5.8.0) Branch: perl @@ -19439,7 +44079,7 @@ ____________________________________________________________________________ [ 18472] By: jhi on 2003/01/13 01:31:01 Log: Integrate perlio to mainline: [ 18240] - Avoid eqtime() wiping the file (as suggested by + Avoid eqtime() wiping the file (as suggested by "Luis G. Uribe C." Branch: perl !> lib/ExtUtils/Command.pm @@ -19623,7 +44263,7 @@ ____________________________________________________________________________ ! MANIFEST ext/threads/threads.xs sv.c sv.h ____________________________________________________________________________ [ 18417] By: sky on 2003/01/03 18:16:46 - Log: Fake what context we are running in for CLONE and DESTROY so + Log: Fake what context we are running in for CLONE and DESTROY so threads->tid() returns the correct value. This is reported as bug #10046 Branch: perl @@ -19703,7 +44343,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18378] By: gsar on 2002/12/31 04:07:56 Log: integrate change#18377 from maint-5.6 branch - + change#17566 needs to be more defensive about win32_dup2() itself calling SetStdHandle() (at least MSVCRT does this) Branch: perl @@ -19781,7 +44421,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18350] By: merijn on 2002/12/24 05:26:40 Log: Removal of duplicate comment block - + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Subject: Re: [perl #19306] Sys::Syslog issues. Date: Mon, 23 Dec 2002 15:25:51 -0800 @@ -19895,7 +44535,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18327] By: gsar on 2002/12/18 02:08:12 Log: windows: support for large files - + note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable @@ -19931,12 +44571,12 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18321] By: gsar on 2002/12/17 22:56:25 Log: integrate change#18320 from maint-5.6 branch - + C fails on windows if not running from the root directory; for a test case, see: - + http://bugs.activestate.com/show_bug.cgi?id=19317 - + this was due to not recognizing \foo\bar.pm as an absolute path name Branch: perl @@ -20169,7 +44809,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18272] By: merijn on 2002/12/09 15:31:28 Log: RT#15950 - + Subject: [PATCH] Typo in Term::ANSIColor Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT) From: "Mr. Nobody" @@ -20240,7 +44880,7 @@ ____________________________________________________________________________ [ 18262] By: rgs on 2002/12/08 20:31:42 Log: getservbyport() should accept an empty string as its proto argument (as does getservbyname()). - + Subject: Re: Is this a bug or am I being stupid? From: Slaven Rezic Date: 08 Dec 2002 01:54:37 +0100 @@ -20317,7 +44957,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18230] By: merijn on 2002/12/02 15:45:31 Log: $0 modifying part II (HP-UX only) - + Date: Sat, 30 Nov 2002 20:16:51 +0200 From: Jarkko Hietaniemi Subject: [PATCH] $0 modifying @@ -20327,7 +44967,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18229] By: merijn on 2002/12/02 15:43:16 Log: $0 mofifying part I - + Date: Sat, 30 Nov 2002 20:16:51 +0200 From: Jarkko Hietaniemi Subject: [PATCH] $0 modifying @@ -20417,7 +45057,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18216] By: merijn on 2002/11/29 10:00:54 Log: 64bit Peek failure on HP-UX 11.00 - + Subject: Re: Smoke 18188 From: "H.Merijn Brand" From: Slaven Rezic @@ -20427,7 +45067,7 @@ ____________________________________________________________________________ ! ext/Devel/Peek/Peek.t ____________________________________________________________________________ [ 18203] By: jhi on 2002/11/28 14:54:34 - Log: Slight beauty tweak. + Log: Slight beauty tweak. Branch: perl ! intrpvar.h ____________________________________________________________________________ @@ -20460,7 +45100,7 @@ ____________________________________________________________________________ From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 25 Nov 2002 10:21:08 +0100 Message-ID: - + Plus a few similar POD fixes Branch: perl ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod @@ -20594,7 +45234,7 @@ ____________________________________________________________________________ From: Peter Scott Date: Thu, 07 Nov 2002 19:04:27 -0800 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com> - + With a tweak to the END cleanup block to fully remove the temporary test directory Branch: perl @@ -20837,7 +45477,7 @@ ____________________________________________________________________________ From: Stephen McCamant Date: Thu, 31 Oct 2002 01:35:29 -0500 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU> - + plus a test case in ext/B/t/concise.t plus a (less intrusive, but less future-proof) fix for a similar problem in B::walkoptree_exec(). @@ -20855,7 +45495,7 @@ ____________________________________________________________________________ From: hv@crypt.org Date: Tue, 05 Nov 2002 13:30:00 +0000 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk> - + This is half of the fix for #18107. The swash_init() problems described in <20021105143646.M18101@lustre.dyn.wiw.org> remain, but can now be seen only with UTF-8 test cases. @@ -20864,7 +45504,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18108] By: merijn on 2002/11/05 07:52:08 Log: Put back the DO NOT EDIT headers in proto.h and global.sym - + Subject: Re: [perl #18066] Bug in -I when path has double colons? From: Slaven Rezic Date: 03 Nov 2002 10:25:10 +0100 @@ -20901,7 +45541,7 @@ ____________________________________________________________________________ From: Slaven Rezic Date: 30 Oct 2002 11:18:47 +0100 Message-ID: <87of9c2prs.fsf@vran.herceg.de> - + With the corresponding change to embed.fnc Branch: perl + t/run/switchI.t @@ -20910,7 +45550,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 18094] By: merijn on 2002/11/04 16:08:22 Log: Changed the warning detection pattern because of: - + Subject: ccache gcc3.2 doesn't work From: Nicholas Clark Date: Tue, 29 Oct 2002 15:01:39 @@ -21000,13 +45640,13 @@ ____________________________________________________________________________ From: Slaven Rezic Date: 30 Oct 2002 16:22:36 +0100 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de> - + Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n" is not DWIM but "-4\n".."-0\n" is! From: "Orton, Yves" Date: Wed, 30 Oct 2002 11:59:31 -0000 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2> - + (Applied over previous fix.) Branch: perl ! pp_ctl.c t/op/range.t @@ -21016,7 +45656,7 @@ ____________________________________________________________________________ From: Mark-Jason Dominus (via RT) Date: 30 Oct 2002 17:27:53 -0000 Message-Id: - + (Fixed by making an exception for .."0" in pp_flop.) Branch: perl ! pp_ctl.c t/op/range.t @@ -21589,7 +46229,7 @@ ____________________________________________________________________________ From: Bob Wilkinson (via RT) Date: 9 Oct 2002 09:50:40 -0000 Message-Id: - + Subject: [perl #17821] Typo in perltooc From: Bob Wilkinson (via RT) Date: 9 Oct 2002 10:12:51 -0000 @@ -21974,7 +46614,7 @@ ____________________________________________________________________________ [ 17941] By: hv on 2002/09/29 12:11:06 Log: Subject: [perl #16796] Configure script buglet From: "Amick, Eric" (via RT) - Date: 27 Aug 2002 20:09:29 -0000 + Date: 27 Aug 2002 20:09:29 -0000 Message-Id: Branch: perl ! Configure @@ -22053,7 +46693,7 @@ ____________________________________________________________________________ [ 17930] By: hv on 2002/09/26 15:56:07 Log: Subject: [perl #17445] Class::Struct patch: version number, examples From: Ken Neighbors (via RT) - Date: 19 Sep 2002 18:48:22 -0000 + Date: 19 Sep 2002 18:48:22 -0000 Message-Id: Branch: perl ! lib/Class/Struct.pm @@ -22193,7 +46833,7 @@ ____________________________________________________________________________ From: Jarkko Hietaniemi Date: Thu, 19 Sep 2002 18:59:48 +0300 Message-Id: <20020919155948.GU208696@lyta.hut.fi> - + Subject: [PATCH] more PASE tweakage From: Jarkko Hietaniemi Date: Thu, 19 Sep 2002 18:01:44 +0300 @@ -22399,7 +47039,7 @@ ____________________________________________________________________________ From: Nicholas Clark Date: Sun, 8 Sep 2002 15:46:44 +0100 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net> - + Plus two other similar tweaks Branch: perl ! ext/SDBM_File/sdbm.t @@ -22730,7 +47370,7 @@ ____________________________________________________________________________ From: Richard Soderberg (via RT) Date: 3 Sep 2002 18:48:54 -0000 Message-ID: - + Subject: [PATCH] A variety of README nitpicks. From: Richard Soderberg Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT) @@ -23136,10 +47776,10 @@ ____________________________________________________________________________ ! utils/perldoc.PL ____________________________________________________________________________ [ 17766] By: rgs on 2002/08/24 20:33:05 - Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut + Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut From: Peter BARABAS (via RT) Date: 24 Aug 2002 08:16:19 -0000 - Message-ID: + Message-ID: Branch: perl ! pod/perlxstut.pod ____________________________________________________________________________ @@ -23303,7 +47943,7 @@ ____________________________________________________________________________ From: John Peacock Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST) Message-id: <3D630042.6020407@rowman.com> - + Subject: Re: [REVISED PATCH] Magic v-strings From: John Peacock Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST) @@ -23614,7 +48254,7 @@ ____________________________________________________________________________ ! README.hpux ____________________________________________________________________________ [ 17706] By: rgs on 2002/08/09 21:00:41 - Log: Subject: Re: missing lower range in {} regex + Log: Subject: Re: missing lower range in {} regex From: "John P. Linderman" Date: Fri, 09 Aug 2002 12:48:55 -0400 Message-ID: <200208091648.MAA77577@raptor.research.att.com> @@ -23744,7 +48384,7 @@ ____________________________________________________________________________ From: Nicholas Clark Date: Sat, 27 Jul 2002 21:49:55 +0100 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net> - + Plus a little bit of regression tests. Branch: perl ! t/lib/warnings/pp_hot util.c