Please note: This file provides a complete, temporally ordered log of changes that went into every version of Perl. If you'd like more detailed information, please consult the comments in the individual patches posted to the perl5-porters mailing list. Patches for each individual change may also be obtained through ftp and rsync--see pod/perlhack.pod for the details. For information on what's new in this release, see pod/perldelta.pod. [The "CAST AND CREW" list has been moved to AUTHORS.] NOTE: Each change entry shows the change number; who checked it into the repository; when; description of the change; which branch the change happened in; and the affected files. The file lists have a short symbolic indicator: ! modified + added - deleted +> branched (from elsewhere) !> merged changes (from elsewhere) The Message-Ids in the change entries refer to the email messages sent to the perl5-porters mailing list. You can retrieve the messages for example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ -------------- Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ [ 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 Date: Tue, 24 Feb 2004 12:02:57 +0100 Message-id: <20040224110257.GA5510@ethan> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 22368] By: rgs on 2004/02/24 19:30:12 Log: Subject: Bugfix for perlrequick and perlretut From: Mark Kvale Date: Tue, 24 Feb 2004 11:32:34 -0800 Message-Id: <200402241132.34656.kvale@phy.ucsf.edu> Branch: perl ! pod/perlrequick.pod pod/perlretut.pod ____________________________________________________________________________ [ 22367] By: rgs on 2004/02/23 22:08:33 Log: Instead of localising *_, use a dummy foreach loop to get a local value of $_ Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 22366] By: rgs on 2004/02/23 21:40:02 Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL From: alan Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST) Message-ID: Branch: perl ! lib/Attribute/Handlers.pm ____________________________________________________________________________ [ 22365] By: rgs on 2004/02/23 21:30:42 Log: Update perl591delta. Branch: perl ! pod/perl591delta.pod ____________________________________________________________________________ [ 22364] By: rgs on 2004/02/23 20:56:38 Log: Fix bug #26910: hints were not propagated into (?{...}) blocks, except the utf8 pragma. Branch: perl ! 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 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 ____________________________________________________________________________ [ 22362] By: rgs on 2004/02/23 18:31:31 Log: Subject: [PATCH] Benchmark for child processes From: Chia-liang Kao Date: Mon, 23 Feb 2004 22:53:51 +0800 Message-ID: <20040223145351.GH94376@portege.clkao.org> Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 22359] By: merijn on 2004/02/23 11:55:08 Log: Subject: Re: Perl 5.8.1 on IRIX 5.3 Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET) From: Georg Schwarz Message-Id: Branch: perl ! hints/irix_5.sh ____________________________________________________________________________ [ 22358] By: rgs on 2004/02/22 21:49:47 Log: Subject: initial patch for cygwin IPC via cygserver From: Yitzchak Scott-Thoennes Date: Thu, 19 Feb 2004 09:01:13 -0800 Message-ID: <20040219170113.GA2792@efn.org> Branch: perl ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh ____________________________________________________________________________ [ 22357] By: davem on 2004/02/22 15:43:53 Log: Extend OP_AELEMFAST optimisation to lexical arrays Branch: perl ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c ____________________________________________________________________________ [ 22356] By: rgs on 2004/02/21 16:51:52 Log: We're not binary compatible with 5.8. Change PERL_API_VERSION to 5.9.1. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 22355] By: rgs on 2004/02/21 16:30:02 Log: Document change #22353 in perldelta. Branch: perl ! pod/perl591delta.pod ____________________________________________________________________________ [ 22354] By: rgs on 2004/02/21 16:23:54 Log: Increment the version number of B, due to the incompatible API change introduced by #22353 (no more op_seq method.) Branch: perl ! ext/B/B.pm ____________________________________________________________________________ [ 22353] By: rgs on 2004/02/21 16:18:32 Log: Subject: Re: op_seq (was: Freeing code) 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, shrink op_type, remove PL_op_seqmax. Branch: perl ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h ! pod/perlintern.pod sv.c ____________________________________________________________________________ [ 22352] By: rgs on 2004/02/20 17:29:32 Log: When you write C, the lexical $_ is not actually introduced by the for statement. Branch: perl ! op.c ____________________________________________________________________________ [ 22351] By: davem on 2004/02/20 15:38:10 Log: remove a split test's dependence on -Dx output (needed after change #22343) Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 22350] By: davem on 2004/02/20 15:34:27 Log: add Deparse/Concise support for inplace sort (change 22349) Branch: perl ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ____________________________________________________________________________ [ 22349] By: davem on 2004/02/20 14:54:35 Log: optimise the sorting inplace of plain arrays: @a = sort @a Branch: perl ! op.c op.h pp_sort.c t/op/sort.t ____________________________________________________________________________ [ 22348] By: davem on 2004/02/20 14:18:13 Log: Document the SVf_PADSTALE flag Branch: perl ! pad.c ____________________________________________________________________________ [ 22347] By: rgs on 2004/02/20 10:46:51 Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t) Branch: perl - lib/IPC/SysV.t ! MANIFEST ____________________________________________________________________________ [ 22346] By: rgs on 2004/02/20 10:23:51 Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98 From: Greg Matheson Date: Fri, 20 Feb 2004 15:34:59 +0800 Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw> Branch: perl ! win32/genmk95.pl ____________________________________________________________________________ [ 22345] By: rgs on 2004/02/20 08:21:47 Log: Upgrade to Term::ANSIColor 1.08. Branch: perl ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl ____________________________________________________________________________ [ 22344] By: rgs on 2004/02/19 21:17:10 Log: Upgrade to prereleases of Math::BigInt 1.70 and Math::BigRat 0.12, by Tels. Branch: perl ! 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/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm ____________________________________________________________________________ [ 22343] By: davem on 2004/02/19 13:43:18 Log: -Dx could coredump on threaded builds because consts are now stored in the pad Branch: perl ! dump.c ____________________________________________________________________________ [ 22342] By: rgs on 2004/02/18 21:38:13 Log: Add a tool to report dual-lived core modules that don't have the same version than the corresponding module on CPAN. Branch: perl + Porting/corecpan.pl ! MANIFEST ____________________________________________________________________________ [ 22341] By: rgs on 2004/02/18 14:04:11 Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION. Branch: perl ! pod/perl591delta.pod ____________________________________________________________________________ [ 22338] By: rgs on 2004/02/18 13:32:17 Log: Add base.pm and fields.pm to the maintainer list. Remove a duplicate file from this list. Branch: perl ! Porting/Maintainers.pl ____________________________________________________________________________ [ 22337] By: davem on 2004/02/18 13:22:13 Log: fix write test: -small_number may be displayed as 00.00 or -0.00 Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 22334] By: merijn on 2004/02/18 12:18:52 Log: Removed pm_apiversion and xs_apiversion as requested by the pumpkin. Chainsaw was still in perfect working order. Branch: perl ! Configure Cross/config.sh-arm-linux NetWare/config.wc ! NetWare/config_H.wc Porting/Glossary Porting/config.sh ! Porting/config_H config_h.SH configure.com epoc/config.sh ! plan9/config.plan9 plan9/config_h.sample ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce ____________________________________________________________________________ [ 22332] By: davem on 2004/02/18 11:14:43 Log: Add tests for the C deprecation, and change the warning text Branch: perl ! op.c pod/perldiag.pod t/lib/warnings/op ____________________________________________________________________________ [ 22330] By: mhx on 2004/02/18 08:53:03 Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs 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 ____________________________________________________________________________ [ 22329] By: rgs on 2004/02/18 08:25:58 Log: Encode has local changes. Up-version it. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 22328] By: davem on 2004/02/17 23:30:50 Log: add deprecation warning for C and C Branch: perl ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h ____________________________________________________________________________ [ 22327] By: rgs on 2004/02/17 23:22:45 Log: It's better to localize *_ than $_, to avoid magic leakage Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 22326] By: rgs on 2004/02/17 23:18:25 Log: One of the new tests of MIME::Base64 relies on a non-core module. Branch: perl - ext/MIME/Base64/t/bad-sv.t ! MANIFEST ____________________________________________________________________________ [ 22325] By: rgs on 2004/02/17 23:10:22 Log: Upgrade to MIME::Base64 3.00. Fix t/warn.t so it works in the core. Reintegrate change #22309 in it. Bump $VERSION to 3.00_01. Branch: perl + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm ! ext/MIME/Base64/t/base64.t ____________________________________________________________________________ [ 22323] By: rgs on 2004/02/17 22:20:25 Log: Be more clear. Use simple words. Branch: perl ! pod/perl591delta.pod ____________________________________________________________________________ [ 22322] By: davem on 2004/02/17 21:52:08 Log: remove C construct from core modules Branch: perl ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL ____________________________________________________________________________ [ 22321] By: rgs on 2004/02/17 21:22:17 Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering. Branch: perl ! pod/perl591delta.pod ____________________________________________________________________________ [ 22320] By: rgs on 2004/02/17 21:07:11 Log: Bump $B::VERSION (because of change #22315). Branch: perl ! ext/B/B.pm ____________________________________________________________________________ [ 22319] By: rgs on 2004/02/17 21:03:09 Log: Regenerate table of contents and other related files. Branch: perl ! MANIFEST pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 22318] By: rgs on 2004/02/17 20:06:04 Log: Bump up perl's version number to 5.9.1. Add perl591delta in perl.pod. Update the sample config files in Porting/. 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 pod/perl.pod win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce ____________________________________________________________________________ [ 22317] By: davem on 2004/02/17 19:28:58 Log: 22316 had stupid precedence thinkos Branch: perl ! pp.c pp_hot.c ____________________________________________________________________________ [ 22316] By: davem on 2004/02/17 18:23:27 Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests, and fix some incorrect indentation Branch: perl ! pp.c pp_hot.c sv.c ____________________________________________________________________________ [ 22315] By: davem on 2004/02/17 18:01:52 Log: Subject: Re: [PATCH] GLOB to LVALUE assignment fix 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/