____________________________________________________________________________ [ 34900] By: nicholas on 2008/11/21 21:41:58 Log: Integrate: [ 34876] S_save_lines() was using strchr() when it should have been using memchr(). Result - eval""ed source with embedded NULs was not split correctly into lines for the debugger. Obscure. But still a bug. Maybe the Campaign for the Elimination of strlen() needs to take a long hard stare at every strchr() too. And strmp() while we're looking. [and grrr to perforce, which won't let me merge in add at #1, and edit at #3, without edit at #3] Branch: maint-5.10/perl !> pp_ctl.c ____________________________________________________________________________ [ 34199] By: merijn on 2008/08/11 12:50:46 Log: Subject: [PATCH] Cygwin build harmonization, remove cygwin/Makefile.SHs From: "Reini Urban" Date: Mon, 28 Jul 2008 12:55:40 +0200 Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com> Branch: metaconfig/U/perl ! libperl.U ____________________________________________________________________________ [ 34198] By: merijn on 2008/08/11 12:29:46 Log: Subject: [perl #52740] [PATCH-tests] crash when localizing a symtab entry From: "Bram via RT" Date: Sun, 10 Aug 2008 10:59:16 -0700 Message-ID: Branch: perl ! t/op/local.t ____________________________________________________________________________ [ 34197] By: nicholas on 2008/08/10 21:54:00 Log: Purge C thoughtcrime from the pods. Branch: perl ! pod/perlcall.pod pod/perlembed.pod pod/perlxs.pod ____________________________________________________________________________ [ 34196] By: nicholas on 2008/08/10 20:43:06 Log: Subject: Avoid a potential testing race condition in lib/Dirhandle.ttest. From: Bram Message-ID: <20080810203627.vj786wb688skc44w@horde.wizbit.be> Date: Sun, 10 Aug 2008 20:36:27 +0200 Branch: perl ! lib/DirHandle.t ____________________________________________________________________________ [ 34195] By: nicholas on 2008/08/10 20:27:38 Log: Subject: Re: Change 34175: Avoid a potential testing race condition in Shell.pm's test. From: Bram Message-ID: <20080810202907.0pfnzshsoco8owg4@horde.wizbit.be> Date: Sun, 10 Aug 2008 20:29:07 +0200 Branch: perl ! lib/Shell.t ____________________________________________________________________________ [ 34194] By: stevep on 2008/08/10 17:11:24 Log: Upgrade to CGI.pm-3.40 Branch: perl ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/t/request.t ____________________________________________________________________________ [ 34193] By: stevep on 2008/08/10 16:58:49 Log: Upgrade to ExtUtils-Manifest-1.54 Branch: perl ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm ! lib/ExtUtils/t/Manifest.t ____________________________________________________________________________ [ 34192] By: nicholas on 2008/08/09 20:11:55 Log: Use App::Prove::State to store the timings for the tests, and if timings are available, reorder the parallelisable tests to run the slowest first. Timings for a second run are 18 seconds less for me: Files=1553, Tests=209393, 459 wallclock secs (94.89 usr 13.16 sys + 638.19 cusr 58.59 csys = 804.83 CPU) Files=1553, Tests=209393, 441 wallclock secs (82.83 usr 13.90 sys + 622.13 cusr 59.20 csys = 778.06 CPU) Branch: perl ! Makefile.SH t/harness vms/descrip_mms.template win32/Makefile ! win32/Makefile.ce win32/makefile.mk ____________________________________________________________________________ [ 34191] By: nicholas on 2008/08/09 13:16:03 Log: Don't need to do the globbing before building the rules, as it makes the rules larger than necessary, and potentially slows things down. Branch: perl ! t/harness ____________________________________________________________________________ [ 34190] By: nicholas on 2008/08/09 10:04:55 Log: Don't bother hashing the key, or performing any other preparatory work, if there isn't anything to find. Branch: perl ! hv.c ____________________________________________________________________________ [ 34189] By: nicholas on 2008/08/08 14:37:09 Log: Note that I TODID most of parallel testing in the core. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 34188] By: merijn on 2008/08/08 14:18:30 Log: Subject: [perl #24198] Bad default-domainname extraction in Configure-Script may cause infinite loops in perl-tests From: "Bram via RT" Date: Thu, 07 Aug 2008 06:00:47 -0700 Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 34187] By: merijn on 2008/08/08 14:12:38 Log: Backport #34126 Branch: metaconfig/U/perl ! d_sprintf_len.U ____________________________________________________________________________ [ 34186] By: merijn on 2008/08/08 14:06:41 Log: Subject: [perl #24198] Bad default-domainname extraction in Configure-Script may cause infinite loops in perl-tests From: "Bram via RT" Date: Thu, 07 Aug 2008 06:00:47 -0700 Message-ID: Branch: metaconfig ! U/modified/myhostname.U ____________________________________________________________________________ [ 34185] By: nicholas on 2008/08/08 10:15:33 Log: Everything in t/ can now run in parallel. Branch: perl ! t/harness ____________________________________________________________________________ [ 34184] By: nicholas on 2008/08/08 09:59:45 Log: Convert all unimaginative (ie race condition) temporary file names to use test.pl's tempfile(). Branch: perl ! t/comp/multiline.t t/comp/script.t t/comp/use.t t/comp/utf.t ! t/run/cloexec.t t/run/runenv.t t/run/switchC.t ! t/run/switchF1.t t/run/switchd.t t/run/switches.t ! t/run/switcht.t ____________________________________________________________________________ [ 34183] By: nicholas on 2008/08/08 09:24:39 Log: Use test.pl, not Test.pm, in t/run/*.t Branch: perl ! t/run/runenv.t ____________________________________________________________________________ [ 34182] By: nicholas on 2008/08/07 15:21:57 Log: Convert all unimaginative (ie race condition) temporary file names to use test.pl's tempfile(). Branch: perl ! t/io/crlf.t t/io/dup.t t/io/fflush.t t/io/fs.t t/io/inplace.t ! t/io/iprefix.t t/io/layers.t t/io/nargv.t t/io/open.t ! t/io/read.t t/io/tell.t t/io/through.t t/io/utf8.t ____________________________________________________________________________ [ 34181] By: nicholas on 2008/08/07 10:36:32 Log: Let rip with t/op/*.t in parallel too. Branch: perl ! t/harness ____________________________________________________________________________ [ 34180] By: nicholas on 2008/08/07 10:12:44 Log: Use test.pl's tempfile(). Branch: perl ! t/op/closure.t t/op/dbm.t t/op/eval.t t/op/fork.t t/op/goto.t ! t/op/inccode.t t/op/lfs.t t/op/mydef.t t/op/read.t ! t/op/readline.t t/op/runlevel.t t/op/stat.t t/op/taint.t ____________________________________________________________________________ [ 34179] By: nicholas on 2008/08/07 10:12:09 Log: Fix bug in counting in tempfile(). Also we need to note file names we give out, as some callers don't create them before calling us a second time. Add a regexp that matches the tempfile() names, for tests that want to munge output. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34178] By: nicholas on 2008/08/07 08:23:13 Log: A proper tempfile function that can be used multiple times. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34177] By: nicholas on 2008/08/07 08:11:39 Log: As rules can be glob patterns, leave them as glob patterns, and instead expand the globs when we walk the rules to create the full list of tests. Tests run more quickly. Branch: perl ! t/harness ____________________________________________________________________________ [ 34176] By: nicholas on 2008/08/07 07:45:31 Log: Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel. Branch: perl ! t/harness ____________________________________________________________________________ [ 34175] By: nicholas on 2008/08/06 21:36:45 Log: Avoid a potential testing race condition in Shell.pm's test. Branch: perl ! lib/Shell.t ____________________________________________________________________________ [ 34174] By: nicholas on 2008/08/06 17:51:10 Log: If TEST_JOBS is set to something non-zero, use TAP::Harness to run the tests in parallel. The tests aren't fully parallelisable yet to the level we'd like, but one needs to start somewhere. Branch: perl ! t/harness ____________________________________________________________________________ [ 34173] By: nicholas on 2008/08/06 16:04:49 Log: Better temporary file name generation. (Avoid using ++, avoid file names clashing between different scripts, which may now be executing in parallel) Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34172] By: nicholas on 2008/08/06 12:18:13 Log: Bring the joy of strict to t/harness. Branch: perl ! t/harness ____________________________________________________________________________ [ 34171] By: merijn on 2008/08/06 09:58:19 Log: Subject: [PATCH] Tests for [perl #57564] and [perl #24524] Refcounting bug From: Bram Date: Tue, 05 Aug 2008 19:58:00 +0200 Message-ID: <20080805195800.xq9k9kttwk0kwsk0@horde.wizbit.be> Branch: perl ! t/op/ref.t ____________________________________________________________________________ [ 34170] By: nicholas on 2008/08/04 09:38:35 Log: Subject: [PATCH] Tiny SelfLoader patch for better warnings From: Steffen Mueller Message-ID: <20080802153839.9538.qmail@lists.develooper.com> Date: Sat, 02 Aug 2008 17:38:39 +0200 Branch: perl ! lib/SelfLoader.pm ____________________________________________________________________________ [ 34169] By: nicholas on 2008/07/31 21:27:36 Log: Upgrade to Test::Harness 3.13 Branch: perl + lib/TAP/Object.pm lib/TAP/Parser/IteratorFactory.pm + lib/TAP/Parser/ResultFactory.pm lib/TAP/Parser/Scheduler.pm + lib/TAP/Parser/Scheduler/Job.pm + lib/TAP/Parser/Scheduler/Spinner.pm + lib/Test/Harness/t/object.t lib/Test/Harness/t/parser-config.t + lib/Test/Harness/t/parser-subclass.t + lib/Test/Harness/t/proveenv.t lib/Test/Harness/t/scheduler.t + t/lib/EmptyParser.pm t/lib/MyCustom.pm t/lib/MyGrammar.pm + t/lib/MyIterator.pm t/lib/MyIteratorFactory.pm + t/lib/MyPerlSource.pm t/lib/MyResult.pm + t/lib/MyResultFactory.pm t/lib/MySource.pm + t/lib/TAP/Parser/SubclassTest.pm + t/lib/subclass_tests/non_perl_source + t/lib/subclass_tests/perl_source ! MANIFEST lib/App/Prove.pm lib/App/Prove/State.pm ! lib/TAP/Base.pm lib/TAP/Formatter/Color.pm ! lib/TAP/Formatter/Console.pm ! lib/TAP/Formatter/Console/ParallelSession.pm ! lib/TAP/Formatter/Console/Session.pm lib/TAP/Harness.pm ! lib/TAP/Parser.pm lib/TAP/Parser/Aggregator.pm ! lib/TAP/Parser/Grammar.pm lib/TAP/Parser/Iterator.pm ! lib/TAP/Parser/Iterator/Array.pm ! lib/TAP/Parser/Iterator/Process.pm ! lib/TAP/Parser/Iterator/Stream.pm ! lib/TAP/Parser/Multiplexer.pm lib/TAP/Parser/Result.pm ! lib/TAP/Parser/Result/Bailout.pm ! lib/TAP/Parser/Result/Comment.pm lib/TAP/Parser/Result/Plan.pm ! lib/TAP/Parser/Result/Pragma.pm lib/TAP/Parser/Result/Test.pm ! lib/TAP/Parser/Result/Unknown.pm ! lib/TAP/Parser/Result/Version.pm lib/TAP/Parser/Result/YAML.pm ! lib/TAP/Parser/Source.pm lib/TAP/Parser/Source/Perl.pm ! lib/TAP/Parser/Utils.pm lib/TAP/Parser/YAMLish/Reader.pm ! lib/TAP/Parser/YAMLish/Writer.pm lib/Test/Harness.pm ! lib/Test/Harness/Changes lib/Test/Harness/bin/prove ! lib/Test/Harness/t/000-load.t lib/Test/Harness/t/aggregator.t ! lib/Test/Harness/t/base.t lib/Test/Harness/t/callbacks.t ! lib/Test/Harness/t/compat/inc-propagation.t ! lib/Test/Harness/t/compat/inc_taint.t ! lib/Test/Harness/t/compat/regression.t ! lib/Test/Harness/t/compat/test-harness-compat.t ! lib/Test/Harness/t/grammar.t lib/Test/Harness/t/harness.t ! lib/Test/Harness/t/iterators.t ! lib/Test/Harness/t/multiplexer.t lib/Test/Harness/t/parse.t ! lib/Test/Harness/t/premature-bailout.t ! lib/Test/Harness/t/process.t lib/Test/Harness/t/prove.t ! lib/Test/Harness/t/proverun.t lib/Test/Harness/t/regression.t ! lib/Test/Harness/t/results.t lib/Test/Harness/t/source.t ! lib/Test/Harness/t/spool.t lib/Test/Harness/t/streams.t ! lib/Test/Harness/t/testargs.t lib/Test/Harness/t/unicode.t ! lib/Test/Harness/t/yamlish.t t/lib/App/Prove/Plugin/Dummy.pm ____________________________________________________________________________ [ 34168] By: mhx on 2008/07/31 21:05:45 Log: Add d_timegm to uconfig.sh to fix the generated uconfig.h. Branch: perl ! uconfig.sh ____________________________________________________________________________ [ 34167] By: nicholas on 2008/07/31 10:03:33 Log: You can't (and shouldn't) use CvDEPTH on a PVFM. Branch: perl ! cv.h dump.c ext/Devel/Peek/t/Peek.t ____________________________________________________________________________ [ 34166] By: rgs on 2008/07/31 08:27:40 Log: Small typo fix Branch: perl ! pod/perlform.pod ____________________________________________________________________________ [ 34165] By: merijn on 2008/07/30 19:51:23 Log: Subject: [PATCH] Version bump for Data::Dumper From: "Jerry D. Hedden" Date: Wed, 30 Jul 2008 12:54:34 -0400 Message-ID: <1ff86f510807300954y5451ce9eq3181169e83bc3a10@mail.gmail.com> Branch: perl ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t ____________________________________________________________________________ [ 34164] By: steveh on 2008/07/30 16:28:22 Log: Subject: [PATCH] update Exporter to version 5.63 From: "Adriano Ferreira" Date: Tue, 29 Jul 2008 17:37:12 -0300 Message-ID: <73ddeb6c0807291337k150d5172pd671a5df980b7faf@mail.gmail.com> Branch: perl ! lib/Exporter.pm lib/Exporter.t lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 34163] By: merijn on 2008/07/30 15:57:49 Log: Subject: [perl #56766] [PATCH] From: Vincent Pit Date: Thu, 10 Jul 2008 18:10:10 +0200 Message-ID: <48763462.7020506@profvince.com> Branch: perl ! ext/Data/Dumper/Dumper.pm ____________________________________________________________________________ [ 34162] By: merijn on 2008/07/29 16:15:17 Log: Subject: [PATCH] Minor hints/linux.sh patch to allow setting -Doptimize From: Andrew Dougherty Date: Tue, 29 Jul 2008 12:00:52 -0400 (EDT) Message-ID: Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 34161] By: rgs on 2008/07/28 13:06:23 Log: Regenerate Changes Branch: maint-5.10/perl ! Changes ____________________________________________________________________________ [ 34160] By: nicholas on 2008/07/27 09:58:13 Log: Note the possibility of sharing arenas between types. Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 34159] By: nicholas on 2008/07/26 20:08:08 Log: Convert undef.t to use test.pl and strict. Branch: perl ! t/op/undef.t ____________________________________________________________________________ [ 34158] By: nicholas on 2008/07/26 19:51:03 Log: Convert yadayada.t to test.pl and strict, and fix two diagnostic errors found in the process. Branch: perl ! t/op/yadayada.t ____________________________________________________________________________ [ 34157] By: nicholas on 2008/07/26 19:46:41 Log: Convert wantarray.t to use strict and test.pl Branch: perl ! t/op/wantarray.t ____________________________________________________________________________ [ 34156] By: steveh on 2008/07/23 16:36:28 Log: Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant (my mistake), and that is now covered by #34155. Branch: perl ! ext/IO/t/io_linenum.t ____________________________________________________________________________ [ 34155] By: steveh on 2008/07/23 16:34:29 Log: Subject: [PATCH] Add watchdog() call to ext/IO/t/io_multihomed.t From: "Jerry D. Hedden" Date: Wed, 23 Jul 2008 12:20:55 -0400 Message-ID: <1ff86f510807230920o6414d5abu393a5cd293c6fa4f@mail.gmail.com> Branch: perl ! ext/IO/t/io_multihomed.t ____________________________________________________________________________ [ 34154] By: steveh on 2008/07/23 16:33:21 Log: Subject: [PATCH] watchdog() fix for MSWin32 From: "Jerry D. Hedden" Date: Wed, 23 Jul 2008 12:19:36 -0400 Message-ID: <1ff86f510807230919p355ea37ci3fde2c1f84df6d5f@mail.gmail.com> Adds a needed diag message to the watchdog() function for MSWin32. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34153] By: steveh on 2008/07/22 08:21:12 Log: Upgrade to podlators 2.1.2 Branch: perl + lib/Pod/t/pod-spelling.t lib/Pod/t/pod.t ! MANIFEST Porting/Maintainers.pl lib/Pod/Man.pm ! lib/Pod/ParseLink.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm ! lib/Pod/t/basic.man lib/Pod/t/man-options.t lib/Pod/t/man.t ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL ____________________________________________________________________________ [ 34152] By: steveh on 2008/07/22 08:19:11 Log: Subject: [PATCH] Fix skips in test.pl From: "Jerry D. Hedden" Date: Fri, 18 Jul 2008 09:09:41 -0400 Message-ID: <1ff86f510807180609l7ca8a8d8i653dfd687ed9f36d@mail.gmail.com> Changes skip messages to be consistent with Test::Builder. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34151] By: mhx on 2008/07/18 06:36:09 Log: Welcome to refcount hell. Fix the leaks reported by #57024 along with a bunch other named capture related leaks. Branch: perl ! regcomp.c universal.c ____________________________________________________________________________ [ 34150] By: steveh on 2008/07/16 17:03:10 Log: Subject: [PATCH] watchdog() for threads tests From: "Jerry D. Hedden" Date: Wed, 16 Jul 2008 11:10:35 -0400 Message-ID: <1ff86f510807160810ib0a01adg4f54cca69a96b623@mail.gmail.com> Branch: perl ! ext/threads/t/free.t ext/threads/t/free2.t ____________________________________________________________________________ [ 34149] By: steveh on 2008/07/16 14:50:37 Log: Subject: [PATCH] threads::shared 1.26 From: "Jerry D. Hedden" Date: Wed, 16 Jul 2008 09:47:57 -0400 Message-ID: <1ff86f510807160647q777f0eefj388b342f57c8f49f@mail.gmail.com> Conditionalize read-only tests for Perl < 5.8.3 Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/t/clone.t ____________________________________________________________________________ [ 34148] By: steveh on 2008/07/16 14:12:26 Log: Subject: [PATCH] watchdog() some IO tests From: "Jerry D. Hedden" Date: Fri, 11 Jul 2008 12:08:51 -0400 Message-ID: <1ff86f510807110908q4ac81225see2b11aa4729397d@mail.gmail.com> Branch: perl ! ext/IO/t/io_linenum.t ext/IO/t/io_udp.t ____________________________________________________________________________ [ 34147] By: steveh on 2008/07/16 14:11:13 Log: Subject: [PATCH] test.pl From: "Jerry D. Hedden" Date: Fri, 11 Jul 2008 11:07:07 -0400 Message-ID: <1ff86f510807110807hb3e3727la161367a63da607f@mail.gmail.com> Jerry found that localizing $? doesn't shield the effects of wait() unless you actually assign something to $? Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34146] By: rgs on 2008/07/16 08:05:33 Log: Really apply change #34143 Branch: perl ! ext/B/B/Debug.pm ____________________________________________________________________________ [ 34145] By: steveh on 2008/07/16 08:00:23 Log: Subject: [PATCH] Update Compression modules to version 2.012 From: "Paul Marquess" Date: Tue, 15 Jul 2008 23:25:49 +0100 Message-ID: <018801c8e6c9$c0a76530$41f62f90$@Marquess@ntlworld.com> Branch: perl ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README ! ext/Compress/Raw/Zlib/Zlib.xs ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm ! ext/Compress/Raw/Zlib/private/MakeUtil.pm ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README ! ext/Compress/Zlib/lib/Compress/Zlib.pm ! ext/Compress/Zlib/private/MakeUtil.pm ! ext/IO_Compress_Base/Changes ext/IO_Compress_Base/README ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm ! ext/IO_Compress_Base/private/MakeUtil.pm ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL ! ext/IO_Compress_Zlib/README ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm ! ext/IO_Compress_Zlib/private/MakeUtil.pm ! ext/IO_Compress_Zlib/t/006zip.t t/lib/compress/destroy.pl ! t/lib/compress/generic.pl ____________________________________________________________________________ [ 34144] By: nicholas on 2008/07/15 14:51:53 Log: Fix use of a variable before it is initialised, introduced by change 34138, spotted by Jerry D. Hedden. I assume that he's compiling with options that enable trace flow analysis from the C compiler. Branch: perl ! sv.c ____________________________________________________________________________ [ 34143] By: rgs on 2008/07/15 10:30:31 Log: Update to B::Debug 1.11, by Reini Urban Avoid B::Flags in CORE tests not to crash on old XS in @INC Branch: perl ! ext/B/B/Debug.pm ____________________________________________________________________________ [ 34142] By: rgs on 2008/07/15 08:59:13 Log: Upgrade to version 0.76 by John Peacock Fix segfault in serialized version objects (bug #56606) Branch: perl ! lib/version.pm lib/version.pod lib/version.t util.c ____________________________________________________________________________ [ 34141] By: rgs on 2008/07/15 08:25:27 Log: Upgrade to threads::shared 1.25 by Jerry D. Hedden Fix for cloning read-only objects. Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/t/clone.t ! ext/threads/shared/t/stress.t ____________________________________________________________________________ [ 34140] By: nicholas on 2008/07/13 21:37:21 Log: Make format items @* and ^* work with references (safely). Note no-one said anything about sanely. Branch: perl ! pp_ctl.c t/op/write.t ____________________________________________________________________________ [ 34139] By: nicholas on 2008/07/13 21:02:43 Log: For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great care to call get magic exactly once. This doesn't just avoid logical errors with tied variables, it actually avoids panics (or worse) because a pointer is retained to the string returned by the (first) call to SvPV_const() for a future sv_chop(), and any future call to get magic can invalidate the buffer that that pointer points to. Also this removes the original crazy code that would set then reset the length of a scalar, so as to only copy an initial portion of it, and also copy the entire scalar including trailing newline (which might require allocating more memory), only to immediately remove the newline from the copy by reducing the length by one. Branch: perl ! pp_ctl.c t/op/write.t ____________________________________________________________________________ [ 34138] By: nicholas on 2008/07/13 20:22:25 Log: The assert()ions in sv_chop() that the passed in pointer is within the SV's buffer should be full-on panics, as bogus values passed in can cause later heap corruption, which is a bad thing (TM). Branch: perl ! pod/perldiag.pod sv.c ____________________________________________________________________________ [ 34137] By: mhx on 2008/07/13 19:04:20 Log: Fix for #56874: maybe small error in perlxs.pod example Branch: perl ! pod/perlxs.pod ____________________________________________________________________________ [ 34136] By: nicholas on 2008/07/13 04:04:31 Log: assert() that the pointer passed to Perl_sv_chop() lies within the buffer of the SV. Branch: perl ! sv.c ____________________________________________________________________________ [ 34135] By: nicholas on 2008/07/12 18:53:26 Log: Format tests for @* too. Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 34134] By: nicholas on 2008/07/12 08:44:21 Log: Abolish xfm_lines from struct xpvfm. structs xpvfm and xpvcv are now identical. Branch: perl ! sv.h ____________________________________________________________________________ [ 34133] By: nicholas on 2008/07/12 07:40:33 Log: PVFMs don't need to access the IVX any more. (as of change 32836, which re-implemented SvOOK() to avoid using it) Branch: perl ! dump.c ext/Devel/Peek/t/Peek.t sv.h ____________________________________________________________________________ [ 34132] By: nicholas on 2008/07/12 07:12:37 Log: Test that formats can be dumped. Branch: perl ! ext/Devel/Peek/t/Peek.t ____________________________________________________________________________ [ 34131] By: craigb on 2008/07/11 23:11:00 Log: Set d_timegm on VMS. Branch: perl ! configure.com ____________________________________________________________________________ [ 34130] By: mhx on 2008/07/11 20:55:01 Log: Upgrade to Devel::PPPort 3.14_01 Branch: perl ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL ! ext/Devel/PPPort/parts/apidoc.fnc ! ext/Devel/PPPort/parts/base/5007001 ! ext/Devel/PPPort/parts/base/5009003 ! ext/Devel/PPPort/parts/base/5009005 ! ext/Devel/PPPort/parts/base/5011000 ! ext/Devel/PPPort/parts/embed.fnc ! ext/Devel/PPPort/parts/inc/misc ! ext/Devel/PPPort/parts/ppptools.pl ! ext/Devel/PPPort/parts/todo/5007001 ! ext/Devel/PPPort/parts/todo/5009005 ! ext/Devel/PPPort/parts/todo/5011000 ext/Devel/PPPort/soak ____________________________________________________________________________ [ 34129] By: nicholas on 2008/07/11 20:04:57 Log: Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGL and FF_LINEGLOB in pp_formline. (While investigating RT #55668) Sometimes I wonder if this is actually fun. Branch: perl ! pp_ctl.c t/op/write.t ____________________________________________________________________________ [ 34128] By: nicholas on 2008/07/11 19:42:14 Log: In Perl_sv_utf8_upgrade_flags(), don't assume that the SV is well formed with a trailing '\0'. And do assume that bytes_to_utf8() does. Branch: perl ! sv.c ____________________________________________________________________________ [ 34127] By: nicholas on 2008/07/11 18:37:27 Log: Also dump the SvPVX of PVFMs. Branch: perl ! dump.c ____________________________________________________________________________ [ 34126] By: steveh on 2008/07/11 13:06:21 Log: Subject: [PATCH] Fix to Change 34120 From: "Jerry D. Hedden" Date: Fri, 11 Jul 2008 08:59:24 -0400 Message-ID: <1ff86f510807110559tdc38deas3042e3e8ec234168@mail.gmail.com> Branch: perl ! Configure ____________________________________________________________________________ [ 34125] By: nicholas on 2008/07/11 11:20:04 Log: Simplify code in pp_formline, removing a goto and localising and consting a variable. Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 34124] By: nicholas on 2008/07/11 10:44:51 Log: Bring the joy of strict to the rest of write.t Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 34123] By: nicholas on 2008/07/11 10:32:00 Log: Complete the conversion of t/op/write.t to test.pl, and remove my (accidentally committed) skip testing '1'. Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 34122] By: nicholas on 2008/07/11 10:16:22 Log: Reduce the -| skip back to just the tests that use it, and re-align the comments with the test code they refer to. Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 34121] By: nicholas on 2008/07/11 10:03:58 Log: Start converting t/op/write.t to test.pl Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 34120] By: merijn on 2008/07/10 15:15:24 Log: Subject: [PATCH] Configure - d_sprintf_returns_strlen From: "Jerry D. Hedden" Date: Thu, 19 Jun 2008 11:22:58 -0400 Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com> Branch: perl ! Configure ____________________________________________________________________________ [ 34119] By: merijn on 2008/07/10 15:14:26 Log: Subject: [PATCH] Configure - d_sprintf_returns_strlen From: "Jerry D. Hedden" Date: Thu, 19 Jun 2008 11:22:58 -0400 Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com> Branch: metaconfig/U/perl ! d_sprintf_len.U ____________________________________________________________________________ [ 34118] By: steveh on 2008/07/10 14:45:27 Log: Subject: [PATCH] threads::shared 1.24 (still more) From: "Jerry D. Hedden" Date: Thu, 10 Jul 2008 10:29:14 -0400 Message-ID: <1ff86f510807100729k4b620d3dl3fa079b89360f5ee@mail.gmail.com> Fixes warnings introduced by previous patch. Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 34117] By: steveh on 2008/07/10 13:16:30 Log: Subject: [PATCH] threads::shared 1.24 (more) From: "Jerry D. Hedden" Date: Thu, 10 Jul 2008 09:05:42 -0400 Message-ID: <1ff86f510807100605u4f80a1b6u2595fbd030bd5660@mail.gmail.com> Fixes "unary minus operator applied to unsigned type" warnings on Win32 Branch: perl ! ext/threads/shared/shared.xs ____________________________________________________________________________ [ 34116] By: stevep on 2008/07/09 17:22:47 Log: Subject: [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl issues) From: Abigail Date: Tue, 8 Jul 2008 18:48:37 +0200 Message-ID: <20080708164836.GB4537@almanda> Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 34115] By: steveh on 2008/07/09 14:02:30 Log: Update Win32 canned configs Adds new values introduced by #34105/34107, incorporating this patch: Subject: RE: New probes From: "Jan Dubois" Date: Mon, 7 Jul 2008 15:58:48 -0700 Message-ID: <072601c8e085$04694860$0d3bd920$@com> The appropriate values for the other compilers were determined by running the probe functions added to Configure by #34105/34112/34114. (Note that VC8 requires an invalid parameter handler to run those functions without crashing, and both VC8 and VC9 need %I64d rather than %ld to output the appropriate values.) Also applies the changes to the config_H.* files, together with changes for #33597/33598/33949 which never got added to them. Branch: perl ! win32/config.bc win32/config.gc win32/config.vc ! win32/config.vc64 win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL ____________________________________________________________________________ [ 34114] By: merijn on 2008/07/08 20:03:50 Log: Fine-grained sGMTIME_min/max detection Branch: perl ! Configure ____________________________________________________________________________ [ 34113] By: merijn on 2008/07/08 20:00:24 Log: Fine-grained sGMTIME_min/max detection Branch: metaconfig/U/perl ! time_size.U ____________________________________________________________________________ [ 34112] By: merijn on 2008/07/08 12:02:48 Log: Be sure to use the correct type, so bits do not get wrapped Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 34111] By: merijn on 2008/07/08 11:22:03 Log: Be sure to use the correct type, so bits do not get wrapped Branch: metaconfig/U/perl ! time_size.U ____________________________________________________________________________ [ 34110] By: rgs on 2008/07/08 08:06:23 Log: Subject: [PATCH] threads::shared 1.24 (phase 3) From: "Jerry D. Hedden" Date: Mon, 7 Jul 2008 13:33:22 -0400 Message-ID: <1ff86f510807071033j5136e337lab0f3d27575e9113@mail.gmail.com> Branch: perl ! ext/threads/shared/t/wait.t ext/threads/shared/t/waithires.t ____________________________________________________________________________ [ 34109] By: rgs on 2008/07/08 08:02:16 Log: Subject: [PATCH - revised^4] test.pl fix From: "Jerry D. Hedden" Date: Mon, 7 Jul 2008 13:29:14 -0400 Message-ID: <1ff86f510807071029q5931f03ud506f06b7d1f72af@mail.gmail.com> Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34108] By: merijn on 2008/07/07 20:57:06 Log: Now I can haz make_set_make back :) Branch: metaconfig ! U/mkglossary ____________________________________________________________________________ [ 34107] By: merijn on 2008/07/07 20:39:20 Log: Probe for timegm Branch: perl ! Configure Porting/Glossary config_h.SH handy.h ____________________________________________________________________________ [ 34106] By: merijn on 2008/07/07 20:32:35 Log: Probe for timegm Branch: metaconfig/U/perl + d_timegm.U ____________________________________________________________________________ [ 34105] By: merijn on 2008/07/07 20:03:00 Log: Part one of y2038 changes for Schwern Branch: perl ! Configure Porting/Glossary config_h.SH handy.h ____________________________________________________________________________ [ 34104] By: merijn on 2008/07/07 19:59:08 Log: y2038 preparation for Schwern Branch: metaconfig/U/perl + time_size.U ____________________________________________________________________________ [ 34103] By: steveh on 2008/07/07 10:24:11 Log: Upgrade to Encode-2.26 Branch: perl + ext/Encode/t/jis7-fallback.t - ext/Encode/ucm/gsm0338.ucm ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/Changes ! ext/Encode/Encode.pm ext/Encode/Makefile.PL ! ext/Encode/lib/Encode/Alias.pm ! ext/Encode/lib/Encode/GSM0338.pm ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Aliases.t ! ext/Encode/ucm/cp850.ucm ext/Encode/ucm/cp852.ucm ! ext/Encode/ucm/cp855.ucm ext/Encode/ucm/cp856.ucm ! ext/Encode/ucm/cp857.ucm ext/Encode/ucm/cp858.ucm ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm ____________________________________________________________________________ [ 34102] By: rgs on 2008/07/06 14:12:24 Log: Subject: [PATCH] threads::shared 1.24 (phase 2) From: "Jerry D. Hedden" Date: Thu, 3 Jul 2008 10:02:30 -0400 Message-ID: <1ff86f510807030702q74132e14ne6434876a7138f17@mail.gmail.com> Additional changes to threads::shared for UTF-8 hash keys. Branch: perl ! ext/threads/shared/shared.xs ext/threads/shared/t/utf8.t ! ext/threads/shared/t/wait.t ext/threads/shared/t/waithires.t ____________________________________________________________________________ [ 34101] By: steveh on 2008/07/03 15:24:43 Log: Skip chown() tests added by #34092 on Win32 Branch: perl ! t/io/pvbm.t ____________________________________________________________________________ [ 34100] By: steveh on 2008/07/03 15:08:50 Log: Fix test count that was missed in #34092 Branch: perl ! t/op/magic.t ____________________________________________________________________________ [ 34099] By: steveh on 2008/07/03 15:02:08 Log: Omit tests introduced by #34077 and #34084 which fail on Win32 Branch: perl ! t/lib/warnings/9uninit ____________________________________________________________________________ [ 34098] By: stevep on 2008/07/02 20:32:50 Log: Subject: [PATCH] threads::shared 1.24 From: "Jerry D. Hedden" Date: Wed, 2 Jul 2008 10:01:59 -0400 Message-ID: <1ff86f510807020701v78a14d06g1e0e5f098c6131ed@mail.gmail.com> ...plus some adjustments to the test headers to prevent failures in the Perl core. Branch: perl + ext/threads/shared/t/utf8.t ! MANIFEST ext/threads/shared/shared.pm ! ext/threads/shared/shared.xs ext/threads/shared/t/wait.t ! ext/threads/shared/t/waithires.t ____________________________________________________________________________ [ 34097] By: nicholas on 2008/07/01 14:34:21 Log: Avoid using -> function call notation within test.pl, which is supposed to keep to simple constructions to facilitate accurately testing the core interpreter, which might be buggy. Branch: perl ! t/test.pl ____________________________________________________________________________ [ 34096] By: nicholas on 2008/06/30 20:44:32 Log: Integrate: [ 34095] Integrate: [ 34090] Upgrade to Win32-0.37 [ 34094] Upgrade to Win32-0.38 (including changes to GetCurrentThreadId.t which should have gone into the 0.37 upgrade, but which I missed then) Branch: maint-5.8/perl !> ext/Win32/Changes ext/Win32/Win32.pm ext/Win32/Win32.xs !> ext/Win32/t/GetCurrentThreadId.t ____________________________________________________________________________ [ 34095] By: nicholas on 2008/06/30 20:18:26 Log: Integrate: [ 34090] Upgrade to Win32-0.37 [ 34094] Upgrade to Win32-0.38 (including changes to GetCurrentThreadId.t which should have gone into the 0.37 upgrade, but which I missed then) Branch: maint-5.10/perl !> ext/Win32/Changes ext/Win32/Win32.pm ext/Win32/Win32.xs !> ext/Win32/t/GetCurrentThreadId.t ____________________________________________________________________________ [ 34094] By: steveh on 2008/06/30 07:37:29 Log: Upgrade to Win32-0.38 (including changes to GetCurrentThreadId.t which should have gone into the 0.37 upgrade, but which I missed then) Branch: perl ! ext/Win32/Changes ext/Win32/Win32.pm ! ext/Win32/t/GetCurrentThreadId.t ____________________________________________________________________________ [ 34093] By: rgs on 2008/06/28 22:25:51 Log: Subject: [perl #34339][PATCH] "perldoc lib" doesn't describe actual behavior From: =?ISO-8859-1?Q?Ren=E9e_B=E4cker?= Date: Wed, 25 Jun 2008 16:40:57 +0200 Message-ID: <486258F9.4020505@smart-websolutions.de> Branch: perl ! lib/lib_pm.PL ____________________________________________________________________________ [ 34092] By: rgs on 2008/06/28 21:06:57 Log: Subject: Some more missing isGV_with_GP()s From: Ben Morrow Date: Sat, 28 Jun 2008 17:00:17 +0100 Message-ID: <20080628160017.GA81579@osiris.mauzo.dyndns.org> Branch: perl + t/io/pvbm.t ! MANIFEST doio.c ext/IO/t/io_taint.t mg.c pp.c pp_ctl.c ! pp_hot.c pp_sys.c sv.c t/op/attrs.t t/op/inc.t t/op/inccode.t ! t/op/magic.t t/op/ref.t t/op/undef.t xsutils.c ____________________________________________________________________________ [ 34091] By: rgs on 2008/06/28 20:37:32 Log: Subject: [PATCH-revised^6] common test code for timed bail From: "Jerry D. Hedden" Date: Sat, 28 Jun 2008 15:18:48 -0400 Message-ID: <1ff86f510806281218i65d32061w27a4431b9b357107@mail.gmail.com> Branch: perl ! pod/perltodo.pod t/test.pl ____________________________________________________________________________ [ 34090] By: steveh on 2008/06/27 14:39:33 Log: Upgrade to Win32-0.37 Branch: perl ! ext/Win32/Changes ext/Win32/Win32.pm ext/Win32/Win32.xs ____________________________________________________________________________ [ 34089] By: rgs on 2008/06/26 07:57:35 Log: Subject: Re: [perl #56348] [PATCH] glob() with spaces - documentation unclear From: Paul Fenwick Date: Thu, 26 Jun 2008 11:41:45 +1000 Message-ID: <4862F3D9.5010105@perltraining.com.au> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 34088] By: davem on 2008/06/25 19:49:38 Log: qx($nosuchfile) isn't portable (Windows whines on STDERR) so skip these uninit var tests for now Branch: perl ! t/lib/warnings/9uninit ____________________________________________________________________________ [ 34087] By: rgs on 2008/06/25 18:22:18 Log: Subject: [PATCH] Re: split smoke for threaded -DDEBUGGING builds From: Reini Urban Date: Wed, 25 Jun 2008 17:30:08 +0200 Message-ID: <48626480.7030602@x-ray.at> Plus revert #34086 Branch: perl ! dump.c t/op/split.t ____________________________________________________________________________ [ 34086] By: rgs on 2008/06/25 13:14:08 Log: Skip one test that was failing with DEBUGGING and threads, because after change #34085 the IV value of the OP_CONST isn't dumped anymore. Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 34085] By: rgs on 2008/06/24 14:35:11 Log: Subject: [PATCH] fix debop with pad const From: Reini Urban Date: Tue, 24 Jun 2008 12:07:01 +0200 Message-ID: <4860C745.2020307@x-ray.at> Branch: perl ! dump.c ____________________________________________________________________________ [ 34084] By: davem on 2008/06/24 13:30:23 Log: more incorrect variable reported in uninitialized value warnings (the ones that change #34077 missed). It also degrades some print warnings - ie variable names no longer displayed. Branch: perl ! sv.c t/lib/warnings/9uninit ____________________________________________________________________________ [ 34083] By: merijn on 2008/06/24 11:58:50 Log: URL for End-Of-Life and OS/Arch documentation Small enhancements Branch: perl ! README.hpux ____________________________________________________________________________ [ 34082] By: nicholas on 2008/06/24 10:30:46 Log: Branch: maint-5.8/perl +> ext/IPC/SysV/Changes ext/IPC/SysV/MANIFEST.SKIP +> ext/IPC/SysV/TODO ext/IPC/SysV/const-c.inc +> ext/IPC/SysV/const-xs.inc ext/IPC/SysV/lib/IPC/Msg.pm +> ext/IPC/SysV/lib/IPC/Semaphore.pm +> ext/IPC/SysV/lib/IPC/SharedMem.pm ext/IPC/SysV/lib/IPC/SysV.pm +> ext/IPC/SysV/regen.pl ext/IPC/SysV/t/pod.t +> ext/IPC/SysV/t/podcov.t ext/IPC/SysV/t/shm.t +> ext/IPC/SysV/typemap - ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST - ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm - ext/IPC/SysV/SysV.pm !> MANIFEST ext/IPC/SysV/Makefile.PL ext/IPC/SysV/README !> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/ipcsysv.t !> ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t mkppport.lst ____________________________________________________________________________ [ 34081] By: rgs on 2008/06/24 05:24:39 Log: Subject: [PATCH] Documentation on taint/environment interactions for perlrun.pod From: Paul Fenwick Date: Tue, 24 Jun 2008 13:53:19 +1000 Message-ID: <48606FAF.4040604@perltraining.com.au> Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 34080] By: stevep on 2008/06/23 16:55:46 Log: Subject: Re: [perl #24174] perl-5.8.0-55 exit bug From: Michael G Schwern Date: Mon, 13 Oct 2003 05:13:48 -0700 Message-ID: <20031013121348.GB21103@windhund.schwern.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 34079] By: merijn on 2008/06/23 14:52:04 Log: Misleading comments. Nothing to see here, please move on. Branch: metaconfig/U/perl ! Mksymlinks.U ____________________________________________________________________________ [ 34078] By: rgs on 2008/06/23 14:10:16 Log: Subject: [PATCH] Fix malloc.c warning From: "Jerry D. Hedden" Date: Mon, 23 Jun 2008 09:41:11 -0400 Message-ID: <1ff86f510806230641x37afed4bla697e381b3ba9d6d@mail.gmail.com> Branch: perl ! malloc.c ____________________________________________________________________________ [ 34077] By: davem on 2008/06/22 19:05:31 Log: Incorrect variable reported in uninitialized value warning. Ops that can return undef even for defined args, could mistakenly warn that the arg was undefined. Branch: perl ! sv.c t/lib/warnings/9uninit ____________________________________________________________________________ [ 34076] By: rgs on 2008/06/21 14:33:18 Log: Subject: Re: [perl #46381] "Out of memory ... sbrk()" on FreeBSD-6.x for v.5.8.x but not v.5.6.x From: Slaven Rezic Date: 26 Oct 2007 16:58:55 +0200 Message-ID: <874pgd6hxs.fsf@biokovo-amd64.herceg.de> Branch: perl ! malloc.c ____________________________________________________________________________ [ 34075] By: rgs on 2008/06/20 15:55:48 Log: Make the version string more consistent between Windows and other platforms. Noticed and reported by Dave Golden. Branch: perl ! win32/config_sh.PL ____________________________________________________________________________ [ 34074] By: rgs on 2008/06/19 14:04:59 Log: Subject: [PATCH] threads::shared 1.23 From: "Jerry D. Hedden" Date: Tue, 17 Jun 2008 16:28:45 -0400 Message-ID: <1ff86f510806171328y54650760u12c8148830a60a63@mail.gmail.com> Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t ! ext/threads/shared/t/waithires.t ____________________________________________________________________________ [ 34073] By: merijn on 2008/06/18 14:42:55 Log: AIX might miss libm Subject: Re: Closing tickets in RT From: "H.Merijn Brand" Date: Tue, 29 Apr 2008 17:49:35 +0200 Message-ID: <20080429174935.0cb5763b@pc09.procura.nl> Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 34072] By: rgs on 2008/06/18 07:43:27 Log: Fix release date for 5.002 (noticed by Grant McLean) Branch: perl ! lib/Module/CoreList.pm ____________________________________________________________________________ [ 34071] By: steveh on 2008/06/17 16:50:57 Log: Make sure parser's filehandle is closed when finished (It was mistakenly left open if there was no old_parser, which caused t/comp/require.t to leave behind a 'bleah.pm' (from the test for #49472) on Win32, where the deletion of an open file fails.) Branch: perl ! toke.c ____________________________________________________________________________ [ 34070] By: steveh on 2008/06/17 11:48:14 Log: Fix a couple of tests introduced by #34045 which fail on Win32 Branch: perl ! ext/B/t/debug.t ____________________________________________________________________________ [ 34069] By: rgs on 2008/06/17 11:16:38 Log: Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV() Branch: perl ! op.c perl.c perl.h pp_ctl.c t/op/eval.t ____________________________________________________________________________ [ 34068] By: rgs on 2008/06/17 11:13:38 Log: Subject: [perl #51370] length($@)>0 for empty $@ if utf8 is in use From: "Bram via RT" Date: Wed, 11 Jun 2008 03:26:26 -0700 Message-ID: (The first patch) Branch: perl ! op.c perl.c perl.h pp_ctl.c t/op/eval.t ____________________________________________________________________________ [ 34067] By: rgs on 2008/06/17 07:23:51 Log: Subject: [perl #46309] Buffer overflow in win32_select() (PATCH included) From: Risto Kankkunen (via RT) Date: Wed, 10 Oct 2007 02:44:13 -0700 Message-ID: Branch: perl ! win32/win32sck.c ____________________________________________________________________________ [ 34066] By: nicholas on 2008/06/16 17:12:59 Log: Integrate: [ 34065] Integrate: [ 33979] Probably startirng with the changes in change #33897, t/run/exit.t has been failing on Win32. Update the skipping mechanism to do more that check for the definition of POSIX::WIFEXITED. [ 33982] Subject: Re: [perl #55160] perlbug AutoReply: Fix cygwin mount test From: "Reini Urban" Date: Sun, 1 Jun 2008 14:51:59 +0200 Message-ID: <6910a60806010551u30199befr43761fe53d5d896@mail.gmail.com> [ 34024] Subject: Fwd: [PATCH-2] Re: testing $/ with in memory files From: Bram Date: Mon, 26 May 2008 09:12:58 +0200 Message-ID: <20080526091258.vbcecy2dc00gwg08@horde.wizbit.be> [ 34054] Subject: [PATCH] Re: testing $/ with in memory files From: Bram Date: Sat, 14 Jun 2008 18:20:05 +0200 Message-ID: <20080614182005.yxuyk1mntwkog0o0@horde.wizbit.be> [ 34056] Subject: [perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux 2.4.21-sgi302r24 From: "John P. Linderman" Date: Tue, 27 Nov 2007 13:50:14 -0500 (EST) Message-Id: <200711271850.lARIoEfN14794612@raptor.research.att.com> [ 34060] Make lib/open.t under -Duseperlio Branch: maint-5.8/perl !> lib/open.t t/base/rs.t t/lib/cygwin.t t/op/stat.t t/run/exit.t ____________________________________________________________________________ [ 34065] By: nicholas on 2008/06/16 15:41:01 Log: Integrate: [ 33979] Probably startirng with the changes in change #33897, t/run/exit.t has been failing on Win32. Update the skipping mechanism to do more that check for the definition of POSIX::WIFEXITED. [ 33982] Subject: Re: [perl #55160] perlbug AutoReply: Fix cygwin mount test From: "Reini Urban" Date: Sun, 1 Jun 2008 14:51:59 +0200 Message-ID: <6910a60806010551u30199befr43761fe53d5d896@mail.gmail.com> [ 34024] Subject: Fwd: [PATCH-2] Re: testing $/ with in memory files From: Bram Date: Mon, 26 May 2008 09:12:58 +0200 Message-ID: <20080526091258.vbcecy2dc00gwg08@horde.wizbit.be> [ 34054] Subject: [PATCH] Re: testing $/ with in memory files From: Bram Date: Sat, 14 Jun 2008 18:20:05 +0200 Message-ID: <20080614182005.yxuyk1mntwkog0o0@horde.wizbit.be> [ 34056] Subject: [perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux 2.4.21-sgi302r24 From: "John P. Linderman" Date: Tue, 27 Nov 2007 13:50:14 -0500 (EST) Message-Id: <200711271850.lARIoEfN14794612@raptor.research.att.com> [ 34060] Make lib/open.t under -Duseperlio Branch: maint-5.10/perl !> lib/open.t t/base/rs.t t/lib/cygwin.t t/op/stat.t t/run/exit.t ____________________________________________________________________________ [ 34064] By: merijn on 2008/06/16 14:49:04 Log: Warnings-free for metalint-3.5-27. Woot! Removed all files that are now identical to dist-3.5 Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 34063] By: rgs on 2008/06/16 14:13:58 Log: Subject: [PATCH] TODO B-Deparse cpan-bug 33708 From: "Reini Urban" Date: Mon, 16 Jun 2008 14:40:35 +0200 Message-ID: <6910a60806160540v21c7affbte54ef0eedb0cb64d@mail.gmail.com> Branch: perl ! ext/B/B/Deparse.pm ext/B/t/deparse.t ____________________________________________________________________________ [ 34062] By: merijn on 2008/06/16 14:06:26 Log: Warnings-free for metalint-3.5-27. Woot! Removed all files that are now identical to dist-3.5 Branch: metaconfig - U/modified/Chk_MANI.U U/modified/Extractall.U - U/modified/Getfile.U U/modified/Inhdr.U U/modified/Myread.U - U/modified/afs.U U/modified/cc.U U/modified/cf_email.U - U/modified/d_crypt.U U/modified/d_dosuid.U U/modified/d_poll.U - U/modified/d_setgrps.U U/modified/groupstype.U - U/modified/libnlist.U U/modified/pager.U U/modified/so.U - U/modified/spitshell.U U/modified/startsh.U ! U/modified/Options.U U/modified/cpp_stuff.U ! U/modified/cppstdin.U U/modified/d_attribut.U ! U/modified/libc.U U/modified/models.U U/modified/sig_name.U ! U/modified/stdchar.U ____________________________________________________________________________ [ 34061] By: rgs on 2008/06/16 14:03:37 Log: Subject: [perl #55844] [PATCH] perlbug refactoring and prose cleanup From: Jesse (via RT) Date: Sun, 15 Jun 2008 08:31:50 -0700 Message-ID: Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 34060] By: nicholas on 2008/06/16 13:38:45 Log: Make lib/open.t under -Duseperlio Branch: perl ! lib/open.t ____________________________________________________________________________ [ 34059] By: merijn on 2008/06/16 07:37:26 Log: Baby-cleanup-step in sync with dist-3.5-27 Branch: metaconfig/U/perl ! d_builtin.U ____________________________________________________________________________ [ 34058] By: craigb on 2008/06/16 03:16:40 Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.26.tar.gz From: =?ISO-8859-1?Q?S=E9bastien_Aperghis-Tramoni?= Date: Mon, 16 Jun 2008 01:57:33 +0200 Message-Id: Branch: perl ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 34057] By: craigb on 2008/06/16 01:37:05 Log: Subject: Re: Patches / git From: Andy Armstrong Date: Mon, 16 Jun 2008 01:13:25 +0100 Message-Id: <1162EDA1-C865-4CBB-8DA0-3C83F89E826E@hexten.net> Branch: perl ! pod/perlsub.pod ____________________________________________________________________________ [ 34056] By: rgs on 2008/06/15 16:27:21 Log: Subject: [perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux 2.4.21-sgi302r24 From: "John P. Linderman" Date: Tue, 27 Nov 2007 13:50:14 -0500 (EST) Message-Id: <200711271850.lARIoEfN14794612@raptor.research.att.com> Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 34055] By: rgs on 2008/06/15 15:20:41 Log: Subject: [perl #55786] [PATCH blead] Re: Overload Segfaulting From: Rick Delaney (via RT) Date: Sat, 14 Jun 2008 11:51:01 -0700 Message-ID: Branch: perl ! lib/overload.pm lib/overload.t pp.h ____________________________________________________________________________ [ 34054] By: rgs on 2008/06/15 07:57:49 Log: Subject: [PATCH] Re: testing $/ with in memory files From: Bram Date: Sat, 14 Jun 2008 18:20:05 +0200 Message-ID: <20080614182005.yxuyk1mntwkog0o0@horde.wizbit.be> Branch: perl ! t/base/rs.t ____________________________________________________________________________ [ 34053] By: craigb on 2008/06/14 00:02:05 Log: Fix off-by-one error in sanity check in my_fclose wrapper on VMS. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 34052] By: craigb on 2008/06/13 23:56:18 Log: Subject: [patch@34044] Enable getgrgid on VMS From: "John E. Malmberg" Date: Thu, 12 Jun 2008 19:50:01 -0500 Message-id: <4851C439.8070007@qsl.net> With some revisions. Branch: perl ! t/op/groups.t vms/vmsish.h ____________________________________________________________________________ [ 34051] By: rgs on 2008/06/13 17:14:42 Log: Subject: [PATCH] Thread::Queue 2.11 From: "Jerry D. Hedden" Date: Thu, 12 Jun 2008 09:42:42 -0400 Message-ID: <1ff86f510806120642g5a707382l76aaaa80797443c8@mail.gmail.com> This time, not empty. Branch: perl ! lib/Thread/Queue.pm lib/Thread/Queue/t/01_basic.t ! lib/Thread/Queue/t/02_refs.t lib/Thread/Queue/t/03_peek.t ! lib/Thread/Queue/t/04_errs.t lib/Thread/Queue/t/05_extract.t ! lib/Thread/Queue/t/06_insert.t lib/Thread/Queue/t/07_lock.t ! lib/Thread/Queue/t/08_nothreads.t ____________________________________________________________________________ [ 34050] By: rgs on 2008/06/13 17:13:52 Log: Subject: [PATCH] Thread::Queue 2.11 From: "Jerry D. Hedden" Date: Thu, 12 Jun 2008 09:42:42 -0400 Message-ID: <1ff86f510806120642g5a707382l76aaaa80797443c8@mail.gmail.com> Branch: perl ! lib/Thread/Queue.pm lib/Thread/Queue/t/01_basic.t ! lib/Thread/Queue/t/02_refs.t lib/Thread/Queue/t/03_peek.t ! lib/Thread/Queue/t/04_errs.t lib/Thread/Queue/t/05_extract.t ! lib/Thread/Queue/t/06_insert.t lib/Thread/Queue/t/07_lock.t ! lib/Thread/Queue/t/08_nothreads.t ____________________________________________________________________________ [ 34049] By: rgs on 2008/06/13 17:12:00 Log: Subject: [PATCH] Thread::Semaphore 2.09 From: "Jerry D. Hedden" Date: Thu, 12 Jun 2008 09:41:24 -0400 Message-ID: <1ff86f510806120641jbbb984cn1f505c24d520cdbf@mail.gmail.com> Branch: perl ! lib/Thread/Semaphore.pm lib/Thread/Semaphore/t/01_basic.t ! lib/Thread/Semaphore/t/02_errs.t ! lib/Thread/Semaphore/t/03_nothreads.t ____________________________________________________________________________ [ 34048] By: rgs on 2008/06/13 17:09:19 Log: Subject: [PATCH - revised] threads 1.71 From: "Jerry D. Hedden" Date: Thu, 12 Jun 2008 08:42:19 -0400 Message-ID: <1ff86f510806120542v7f55b0aetac69642e5072654e@mail.gmail.com> Branch: perl ! ext/threads/Makefile.PL ext/threads/t/basic.t ! ext/threads/t/blocks.t ext/threads/t/context.t ! ext/threads/t/end.t ext/threads/t/err.t ext/threads/t/exit.t ! ext/threads/t/free.t ext/threads/t/free2.t ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t ! ext/threads/t/list.t ext/threads/t/problems.t ! ext/threads/t/stack.t ext/threads/t/stack_env.t ! ext/threads/t/state.t ext/threads/t/stress_cv.t ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t ! ext/threads/t/thread.t ext/threads/threads.pm ____________________________________________________________________________ [ 34047] By: rgs on 2008/06/13 17:06:18 Log: Subject: [PATCH - revised] threads::shared 1.22 From: "Jerry D. Hedden" Date: Thu, 12 Jun 2008 08:44:12 -0400 Message-ID: <1ff86f510806120544q76b18460l435fe9f3b1d77b2f@mail.gmail.com> Branch: perl ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t ! ext/threads/shared/t/av_refs.t ! ext/threads/shared/t/av_simple.t ! ext/threads/shared/t/blessed.t ext/threads/shared/t/clone.t ! ext/threads/shared/t/cond.t ext/threads/shared/t/disabled.t ! ext/threads/shared/t/hv_refs.t ! ext/threads/shared/t/hv_simple.t ! ext/threads/shared/t/no_share.t ext/threads/shared/t/object.t ! ext/threads/shared/t/shared_attr.t ! ext/threads/shared/t/stress.t ext/threads/shared/t/sv_refs.t ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t ! ext/threads/shared/t/waithires.t ____________________________________________________________________________ [ 34046] By: craigb on 2008/06/13 15:17:45 Log: For dynamic loading on VMS, simplify and robustify things by using the system-supplied exception handler rather than the home-rolled one. This eliminates an access violation sometimes seen with heavy loading under threads. Branch: perl ! ext/DynaLoader/dl_vms.xs ____________________________________________________________________________ [ 34045] By: rgs on 2008/06/13 12:23:12 Log: Subject: [PATCH] B::Debug dual-life 1.06 From: Reini Urban Date: Wed, 11 Jun 2008 17:03:37 +0200 Message-ID: <484FE949.9040701@x-ray.at> Branch: perl ! Porting/Maintainers.pl ext/B/B/Debug.pm ext/B/t/debug.t ____________________________________________________________________________ [ 34044] By: nicholas on 2008/06/11 22:07:33 Log: Patch from MHX to change the WriteConstant()'s documentation to note that to change the constant subroutine's name one needs XS_SUBNAME not SUBNAME, and then make C_SUBNAME default to XS_SUBNAME to be consistent with the revised documentation. http://rt.cpan.org/Public/Bug/Display.html?id=29968 Branch: perl ! lib/ExtUtils/Constant.pm ____________________________________________________________________________ [ 34043] By: nicholas on 2008/06/11 20:39:19 Log: Subject: Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz From: Sébastien Aperghis-Tramoni Message-Id: Date: Sun, 8 Jun 2008 02:55:21 +0200 [applied manually, plus $VERSION bump] Branch: perl ! lib/ExtUtils/Constant.pm ____________________________________________________________________________ [ 34042] By: nicholas on 2008/06/11 17:40:25 Log: Subject: [patch@34016] VMS passes these t/io/open.t tests now. From: "John E. Malmberg" Message-id: <484F51EA.6050005@qsl.net> Date: Tue, 10 Jun 2008 23:17:46 -0500 Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 34041] By: nicholas on 2008/06/10 17:12:16 Log: Subject: [PATCH] Remove temporary file leftover by test in IO-Compress-Zlib From: "Steve Hay" Message-ID: <1B32FF956ABF414C9BCE5E487A1497E701E53F2D@ukmail02.planit.group> Date: Tue, 10 Jun 2008 17:51:26 +0100 Branch: perl ! ext/IO_Compress_Zlib/t/006zip.t ____________________________________________________________________________ [ 34040] By: merijn on 2008/06/10 09:47:41 Log: Subject: Fix run/switches test on Win32 From: "Steve Hay" Date: Tue, 10 Jun 2008 09:49:50 +0100 Message-ID: <1B32FF956ABF414C9BCE5E487A1497E701DF242E@ukmail02.planit.group> Branch: perl ! t/run/switches.t ____________________________________________________________________________ [ 34039] By: nicholas on 2008/06/09 18:43:59 Log: Strength reduction optimisation seems to spot that a = a + 1; is just a++; so write it as the former, to keep PERL_DEBUG_COW happy. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 34038] By: nicholas on 2008/06/09 18:18:57 Log: Subject: Re: [PATCH] More COW lvalues From: Reini Urban Message-ID: <484D491D.9050704@x-ray.at> Date: Mon, 09 Jun 2008 17:15:41 +0200 Branch: perl ! regcomp.c sv.h ____________________________________________________________________________ [ 34037] By: nicholas on 2008/06/09 18:17:41 Log: Integrate: [ 34033] Integrate: [ 33978] Subject: [perl #54828] perlio.c has a problem (both 5.8 and 5.10) From: "Goro Fuji" (via RT) Date: Sun, 25 May 2008 23:10:42 -0700 Message-ID: First chunk of the patch only [ 34002] Subject: [perl #55302] cc_runtime syntax error From: "Reini Urban via RT" Date: Wed, 04 Jun 2008 14:07:05 -0700 Message-ID: Branch: maint-5.8/perl !> cc_runtime.h perlio.c ____________________________________________________________________________ [ 34036] By: nicholas on 2008/06/09 17:51:09 Log: Integrate: [ 34032] Integrate: [ 33988] Embarrassing errors to find: missing quotes in sed commands [ 33990] #33988 for AIX 3 and AIX 4: missing quotes in sed commands Branch: maint-5.8/perl !> hints/aix.sh hints/aix_3.sh hints/aix_4.sh ____________________________________________________________________________ [ 34035] By: nicholas on 2008/06/08 22:20:43 Log: Integrate: [ 34034] Integrate: [ 33989] Subject: AW: IO::Dir destructor From: "Dintelmann, Peter" Date: Mon, 2 Jun 2008 14:48:35 +0200 Message-ID: <3852726AFA94DE4F87E616F13F416A5F0216D9BE@naimucu1.ffz00k.rootdom.net> [ 33996] Forgot to update version in DirHandle.pm after updating. No cookie for me. Branch: maint-5.8/perl !> lib/DirHandle.pm ____________________________________________________________________________ [ 34034] By: nicholas on 2008/06/08 21:59:37 Log: Integrate: [ 33989] Subject: AW: IO::Dir destructor From: "Dintelmann, Peter" Date: Mon, 2 Jun 2008 14:48:35 +0200 Message-ID: <3852726AFA94DE4F87E616F13F416A5F0216D9BE@naimucu1.ffz00k.rootdom.net> [ 33996] Forgot to update version in DirHandle.pm after updating. No cookie for me. Branch: maint-5.10/perl !> lib/DirHandle.pm ____________________________________________________________________________ [ 34033] By: nicholas on 2008/06/08 21:27:42 Log: Integrate: [ 33978] Subject: [perl #54828] perlio.c has a problem (both 5.8 and 5.10) From: "Goro Fuji" (via RT) Date: Sun, 25 May 2008 23:10:42 -0700 Message-ID: First chunk of the patch only [ 34002] Subject: [perl #55302] cc_runtime syntax error From: "Reini Urban via RT" Date: Wed, 04 Jun 2008 14:07:05 -0700 Message-ID: Branch: maint-5.10/perl !> cc_runtime.h perlio.c ____________________________________________________________________________ [ 34032] By: nicholas on 2008/06/08 20:30:05 Log: Integrate: [ 33988] Embarrassing errors to find: missing quotes in sed commands [ 33990] #33988 for AIX 3 and AIX 4: missing quotes in sed commands Branch: maint-5.10/perl !> hints/aix.sh hints/aix_3.sh hints/aix_4.sh ____________________________________________________________________________ [ 34031] By: rgs on 2008/06/08 15:41:11 Log: Subject: Re: [PATCH] readable assertion names, now sv.h From: "Reini Urban" Date: Sun, 8 Jun 2008 15:26:41 +0200 Message-ID: <6910a60806080626kfda0dd1ja906513e8fd0aa39@mail.gmail.com> Branch: perl ! sv.h ____________________________________________________________________________ [ 34030] By: rgs on 2008/06/08 15:37:48 Log: Subject: Re: [PATCH] readable assertion names, now the rest From: "Reini Urban" Date: Sun, 8 Jun 2008 16:17:32 +0200 Message-ID: <6910a60806080717h1aaaef1fh425a2ef21a62c9ed@mail.gmail.com> Branch: perl ! cv.h op.h pad.h regexp.h ____________________________________________________________________________ [ 34029] By: rgs on 2008/06/08 15:24:44 Log: Subject: [PATCH] readable assertion names From: "Reini Urban" Date: Sun, 8 Jun 2008 14:41:51 +0200 Message-ID: <6910a60806080541n4f7e1939q254797411545ebea@mail.gmail.com> Branch: perl ! gv.h ____________________________________________________________________________ [ 34028] By: rgs on 2008/06/08 15:10:28 Log: Subject: [PATCH] update Pod-Perldoc to version 3.14_07 From: "Adriano Ferreira" Date: Sun, 8 Jun 2008 11:29:22 -0300 Message-ID: <73ddeb6c0806080729n63fc806dq83287e57347a4b5f@mail.gmail.com> Branch: perl ! Porting/Maintainers.pl lib/Pod/Perldoc.pm ! lib/Pod/Perldoc/BaseTo.pm lib/Pod/Perldoc/GetOptsOO.pm ! lib/Pod/Perldoc/ToChecker.pm lib/Pod/Perldoc/ToMan.pm ! lib/Pod/Perldoc/ToNroff.pm lib/Pod/Perldoc/ToPod.pm ! lib/Pod/Perldoc/ToRtf.pm lib/Pod/Perldoc/ToText.pm ! lib/Pod/Perldoc/ToTk.pm lib/Pod/Perldoc/ToXml.pm ! pod/perldoc.pod ____________________________________________________________________________ [ 34027] By: rgs on 2008/06/08 14:45:20 Log: Subject: [PATCH] perlsyn: equivalent code for HASH ~~ ARRAY From: brian d foy Date: Sat, 07 Jun 2008 23:59:22 +0100 Message-ID: <070620082359221579%brian.d.foy@gmail.com> Branch: perl ! pod/perlsyn.pod ____________________________________________________________________________ [ 34026] By: rgs on 2008/06/08 14:03:58 Log: Small typo fix. Branch: perl ! ext/PerlIO/via/via.pm ____________________________________________________________________________ [ 34025] By: rgs on 2008/06/08 14:00:59 Log: Fix for bug [perl #54934] Attempt to free unreferenced scalar fiddling with the symbol table Keep the refcount of the globs generated by PerlIO::via balanced. Branch: perl ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs ____________________________________________________________________________ [ 34024] By: rgs on 2008/06/08 13:51:55 Log: Subject: Fwd: [PATCH-2] Re: testing $/ with in memory files From: Bram Date: Mon, 26 May 2008 09:12:58 +0200 Message-ID: <20080526091258.vbcecy2dc00gwg08@horde.wizbit.be> Branch: perl ! t/base/rs.t ____________________________________________________________________________ [ 34023] By: rgs on 2008/06/08 09:12:01 Log: Tweak the "Illegal character in prototype" warning so it's more precise when reporting illegal characters after _ Branch: perl ! t/lib/warnings/toke toke.c ____________________________________________________________________________ [ 34022] By: rgs on 2008/06/08 09:02:12 Log: Document new warning added by #34021 Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 34021] By: rgs on 2008/06/08 08:57:00 Log: Add a new warning, "Prototype after '%s'" Based on: Subject: Re: [perl #36673] sub foo(@$) {} should generate an error From: =?ISO-8859-1?Q?Ren=E9e_B=E4cker?= Date: Mon, 26 May 2008 13:08:27 +0200 Message-ID: <483A9A2B.6020808@smart-websolutions.de> Branch: perl ! t/lib/warnings/toke toke.c ____________________________________________________________________________ [ 34020] By: rgs on 2008/06/08 08:27:31 Log: Revert #34019. Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 34019] By: rgs on 2008/06/08 08:19:39 Log: Subject: [PATCH] perlbug prose patch (and some evals, too) From: Jesse Vincent Date: Sat, 7 Jun 2008 17:10:28 -0400 Message-Id: <89557793-48C2-4962-BE7A-24DC2EAFAF15@fsck.com> (applied to perlbug.PL instead of the generated perlbug) Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 34018] By: nicholas on 2008/06/07 17:06:39 Log: Integrate: [ 34017] Integrate: [ 33977] Subject: [perl #54424] perlipc mistype From: andrew@sundale.net (via RT) Date: Sun, 18 May 2008 22:20:06 -0700 Message-ID: [ 33985] Subject: [perl #36516] attributes.pm documentation is recursive and incomplete From: "reneeb via RT" Date: Sun, 25 May 2008 07:30:37 -0700 Message-ID: with some spelling nits [ 33992] Small typo fix in Carp.pm [ 34014] $Carp::VERSION++ following change 33992. [ 34016] $attributes::VERSION++ following change 33985. Branch: maint-5.8/perl !> lib/Carp.pm lib/attributes.pm pod/perlipc.pod ____________________________________________________________________________ [ 34017] By: nicholas on 2008/06/07 16:53:10 Log: Integrate: [ 33977] Subject: [perl #54424] perlipc mistype From: andrew@sundale.net (via RT) Date: Sun, 18 May 2008 22:20:06 -0700 Message-ID: [ 33985] Subject: [perl #36516] attributes.pm documentation is recursive and incomplete From: "reneeb via RT" Date: Sun, 25 May 2008 07:30:37 -0700 Message-ID: with some spelling nits [ 33992] Small typo fix in Carp.pm [ 34014] $Carp::VERSION++ following change 33992. [ 34016] $attributes::VERSION++ following change 33985. Branch: maint-5.10/perl !> lib/Carp.pm lib/attributes.pm pod/perlipc.pod ____________________________________________________________________________ [ 34016] By: nicholas on 2008/06/07 16:33:46 Log: $attributes::VERSION++ following change 33985. Branch: perl ! lib/attributes.pm ____________________________________________________________________________ [ 34015] By: nicholas on 2008/06/07 16:16:05 Log: Integrate: [ 33955] Integrate: ... [ 33951] Add index() tests for embedded nulls Subject: Re: [perl #53746] bug with index() matching beyond end of string when \0 bytes (00000000) are involved From: Abigail Date: Tue, 6 May 2008 14:57:36 +0200 Message-Id: <20080506125736.GC17310@abigail.be> [ 33952] [perl #53746] bug with index() matching beyond end of string An off-by-one error meant that index($str,...) was effectively being executed as index("$str\0", ...). Probably introduced by change #26511. Branch: maint-5.8/perl !> t/op/index.t util.c ____________________________________________________________________________ [ 34014] By: nicholas on 2008/06/07 16:13:07 Log: $Carp::VERSION++ following change 33992. Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 34013] By: nicholas on 2008/06/07 15:12:43 Log: Integrate: [ 33955] Integrate: ... [ 33927] Subject: [PATCH] lib.pm should not warn about loading .par files From: Paul Fenwick Date: Thu, 22 May 2008 23:24:34 +1000 Message-ID: <48357412.5020703@perltraining.com.au> ... [ 34011] Integrate: [ 33973] Subject: [PATCH] Re: recent 'lib.pm' change => dual-life lib.pm From: Steffen Mueller Date: Tue, 27 May 2008 13:50:05 +0200 Message-ID: <483BF56D.2020803@sneakemail.com> [ 33980] Subject: [PATCH] Fix for lib.pm Config detection From: Steffen Mueller Date: Sun, 01 Jun 2008 17:36:55 +0200 Message-ID: <20080601153657.26607.qmail@lists.develooper.com> Branch: maint-5.8/perl !> lib/lib.t lib/lib_pm.PL ____________________________________________________________________________ [ 34012] By: nicholas on 2008/06/07 15:02:39 Log: Integrate: [ 33955] Integrate: ... [ 33937] [perl #54758] Perl 5.10 memory corruption When @a = sort @a is pessimised if @a has magic, growing the stack requires various pointers to be reset in case the stack gets reallocated. ... Branch: maint-5.8/perl !> pp_sort.c ____________________________________________________________________________ [ 34011] By: nicholas on 2008/06/07 14:29:13 Log: Integrate: [ 33973] Subject: [PATCH] Re: recent 'lib.pm' change => dual-life lib.pm From: Steffen Mueller Date: Tue, 27 May 2008 13:50:05 +0200 Message-ID: <483BF56D.2020803@sneakemail.com> [ 33980] Subject: [PATCH] Fix for lib.pm Config detection From: Steffen Mueller Date: Sun, 01 Jun 2008 17:36:55 +0200 Message-ID: <20080601153657.26607.qmail@lists.develooper.com> Branch: maint-5.10/perl !> lib/lib.t lib/lib_pm.PL ____________________________________________________________________________ [ 34010] By: nicholas on 2008/06/07 14:27:04 Log: Integrate: [ 33976] Integrate: [ 32827] Upgrade to Devel::PPPort 3.13_01 [ 33672] Upgrade to Devel::PPPort 3.13_02 [ 33824] Upgrade to Devel::PPPort 3.13_03 [ 33975] Upgrade to Devel::PPPort 3.14 Branch: maint-5.8/perl +> ext/Devel/PPPort/parts/base/5010000 +> ext/Devel/PPPort/parts/base/5011000 +> ext/Devel/PPPort/parts/inc/newSVpv +> ext/Devel/PPPort/parts/todo/5010000 +> ext/Devel/PPPort/parts/todo/5011000 +> ext/Devel/PPPort/t/format.t ext/Devel/PPPort/t/newSVpv.t !> (integrate 71 files) ____________________________________________________________________________ [ 34009] By: nicholas on 2008/06/07 14:01:05 Log: Integrate: [ 33960] Integrate: ... [ 33948] Upgrade to Locale-Maketext-1.13 Branch: maint-5.8/perl !> Porting/Maintainers.pl lib/Locale/Maketext.pm !> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm ____________________________________________________________________________ [ 34008] By: nicholas on 2008/06/07 12:29:04 Log: Fix up MANIFEST after 34007. Branch: maint-5.8/perl ! MANIFEST ____________________________________________________________________________ [ 34007] By: nicholas on 2008/06/07 12:11:34 Log: Integrate: [ 23075] 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: [ 25261] Subject: [PATCH] Typos in *.p[lm] From: "Piotr Fusik" Date: Sun, 31 Jul 2005 12:50:04 +0200 Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> [ 33943] Integrate: ... [ 33416] Subject: Re: [PATCH] NEXT.pm bug within overloaded stringification From: Marcel Grünauer Message-Id: <511B0A54-AB2D-4A65-A02E-E2E07C043EAB@univie.ac.at> Date: Mon, 3 Mar 2008 16:08:48 +0100 (a resend of <7BBCFD93-91CF-4656-A97F-ED5E749F7B2E@univie.ac.at>) ... [ 33439] Bump VERSION after change #33416 (so we don't end up with different code but same version in 5.10.0 and, say, 5.10.1) ... [ 34006] Integrate: [ 33991] Update to NEXT by Damian. This fixes the working of NEXT with AUTOLOAD. [ 33995] Bump NEXT version to 0.61 for CPAN release Branch: maint-5.8/perl +> lib/NEXT/t/stringify.t !> lib/NEXT.pm lib/NEXT/t/next.t ____________________________________________________________________________ [ 34006] By: nicholas on 2008/06/07 11:48:16 Log: Integrate: [ 33991] Update to NEXT by Damian. This fixes the working of NEXT with AUTOLOAD. [ 33995] Bump NEXT version to 0.61 for CPAN release Branch: maint-5.10/perl !> lib/NEXT.pm ____________________________________________________________________________ [ 34005] By: stevep on 2008/06/06 01:27:49 Log: Subject: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz From: Sébastien Aperghis-Tramoni Date: Fri, 6 Jun 2008 01:23:30 +0200 Message-Id: Branch: perl ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL ! ext/Sys/Syslog/README ext/Sys/Syslog/Syslog.pm ! ext/Sys/Syslog/Syslog.xs ext/Sys/Syslog/t/00-load.t ! ext/Sys/Syslog/t/syslog.t ____________________________________________________________________________ [ 34004] By: stevep on 2008/06/06 01:17:31 Log: Subject: [PATCH] incorrectly failing test in lib/Pod/t/text.t From: Hans Dieter Pearcey Date: Thu, 5 Jun 2008 12:38:38 -0400 Message-ID: <20080605163838.GA25576@glaive.weftsoar.net> Branch: perl ! lib/Pod/t/text.t ____________________________________________________________________________ [ 34003] By: stevep on 2008/06/05 14:28:16 Log: This needs to change so this doesn't need updating everytime we update Pod::Simple. Branch: perl ! lib/Pod/t/text.t ____________________________________________________________________________ [ 34002] By: stevep on 2008/06/05 13:17:40 Log: Subject: [perl #55302] cc_runtime syntax error From: "Reini Urban via RT" Date: Wed, 04 Jun 2008 14:07:05 -0700 Message-ID: Branch: perl ! cc_runtime.h ____________________________________________________________________________ [ 34001] By: stevep on 2008/06/05 13:04:00 Log: A quick new release of Pod-Simple has removed the dependency on HTML-Parser. HTML-Parser and HTML-Tagset will now be leaving us. Branch: perl - ext/HTML/Parser/Makefile.PL ext/HTML/Parser/Parser.pm - ext/HTML/Parser/Parser.xs ext/HTML/Parser/hints/solaris.pl - ext/HTML/Parser/hparser.c ext/HTML/Parser/hparser.h - ext/HTML/Parser/lib/HTML/Entities.pm - ext/HTML/Parser/lib/HTML/Filter.pm - ext/HTML/Parser/lib/HTML/HeadParser.pm - ext/HTML/Parser/lib/HTML/LinkExtor.pm - ext/HTML/Parser/lib/HTML/PullParser.pm - ext/HTML/Parser/lib/HTML/TokeParser.pm - ext/HTML/Parser/mkhctype ext/HTML/Parser/mkpfunc - ext/HTML/Parser/t/api_version.t - ext/HTML/Parser/t/argspec-bad.t ext/HTML/Parser/t/argspec.t - ext/HTML/Parser/t/argspec2.t ext/HTML/Parser/t/attr-encoded.t - ext/HTML/Parser/t/callback.t - ext/HTML/Parser/t/case-sensitive.t ext/HTML/Parser/t/cases.t - ext/HTML/Parser/t/comment.t ext/HTML/Parser/t/crashme.t - ext/HTML/Parser/t/declaration.t ext/HTML/Parser/t/default.t - ext/HTML/Parser/t/document.t ext/HTML/Parser/t/dtext.t - ext/HTML/Parser/t/entities.t ext/HTML/Parser/t/entities2.t - ext/HTML/Parser/t/filter-methods.t ext/HTML/Parser/t/filter.t - ext/HTML/Parser/t/handler-eof.t ext/HTML/Parser/t/handler.t - ext/HTML/Parser/t/headparser-http.t - ext/HTML/Parser/t/headparser.t ext/HTML/Parser/t/ignore.t - ext/HTML/Parser/t/largetags.t - ext/HTML/Parser/t/linkextor-base.t - ext/HTML/Parser/t/linkextor-rel.t ext/HTML/Parser/t/magic.t - ext/HTML/Parser/t/marked-sect.t - ext/HTML/Parser/t/msie-compat.t ext/HTML/Parser/t/offset.t - ext/HTML/Parser/t/options.t ext/HTML/Parser/t/parsefile.t - ext/HTML/Parser/t/parser.t ext/HTML/Parser/t/plaintext.t - ext/HTML/Parser/t/pod.t ext/HTML/Parser/t/process.t - ext/HTML/Parser/t/pullparser.t ext/HTML/Parser/t/script.t - ext/HTML/Parser/t/skipped-text.t - ext/HTML/Parser/t/stack-realloc.t ext/HTML/Parser/t/textarea.t - ext/HTML/Parser/t/threads.t ext/HTML/Parser/t/tokeparser.t - ext/HTML/Parser/t/uentities.t - ext/HTML/Parser/t/unbroken-text.t - ext/HTML/Parser/t/unicode-bom.t ext/HTML/Parser/t/unicode.t - ext/HTML/Parser/t/xml-mode.t ext/HTML/Parser/tokenpos.h - ext/HTML/Parser/typemap ext/HTML/Parser/util.c - lib/HTML/Tagset.pm lib/HTML/Tagset/t/00_about_verbose.t - lib/HTML/Tagset/t/01_old_junk.t ! MANIFEST Porting/Maintainers.pl ____________________________________________________________________________ [ 34000] By: stevep on 2008/06/05 12:56:53 Log: Upgrade to Pod-Simple-3.07 Branch: perl ! lib/Pod/Simple.pm lib/Pod/Simple/XHTML.pm ! lib/Pod/Simple/t/xhtml01.t ____________________________________________________________________________ [ 33999] By: stevep on 2008/06/05 02:00:46 Log: It appears that the S<> bug in Pod::Simple hasn't been fixed yet. Bump the version needed for the skip. Branch: perl ! lib/Pod/t/text.t ____________________________________________________________________________ [ 33998] By: stevep on 2008/06/05 01:58:26 Log: Assimilate HTML-Parser and HTML-Tagset. HTML-Parser is now a prereq for Pod-Simple and HTML-Tagset is a prereq for HTML-Parser. I also resorted the MANIFEST file. Branch: perl + ext/HTML/Parser/Makefile.PL ext/HTML/Parser/Parser.pm + ext/HTML/Parser/Parser.xs ext/HTML/Parser/hints/solaris.pl + ext/HTML/Parser/hparser.c ext/HTML/Parser/hparser.h + ext/HTML/Parser/lib/HTML/Entities.pm + ext/HTML/Parser/lib/HTML/Filter.pm + ext/HTML/Parser/lib/HTML/HeadParser.pm + ext/HTML/Parser/lib/HTML/LinkExtor.pm + ext/HTML/Parser/lib/HTML/PullParser.pm + ext/HTML/Parser/lib/HTML/TokeParser.pm + ext/HTML/Parser/mkhctype ext/HTML/Parser/mkpfunc + ext/HTML/Parser/t/api_version.t + ext/HTML/Parser/t/argspec-bad.t ext/HTML/Parser/t/argspec.t + ext/HTML/Parser/t/argspec2.t ext/HTML/Parser/t/attr-encoded.t + ext/HTML/Parser/t/callback.t + ext/HTML/Parser/t/case-sensitive.t ext/HTML/Parser/t/cases.t + ext/HTML/Parser/t/comment.t ext/HTML/Parser/t/crashme.t + ext/HTML/Parser/t/declaration.t ext/HTML/Parser/t/default.t + ext/HTML/Parser/t/document.t ext/HTML/Parser/t/dtext.t + ext/HTML/Parser/t/entities.t ext/HTML/Parser/t/entities2.t + ext/HTML/Parser/t/filter-methods.t ext/HTML/Parser/t/filter.t + ext/HTML/Parser/t/handler-eof.t ext/HTML/Parser/t/handler.t + ext/HTML/Parser/t/headparser-http.t + ext/HTML/Parser/t/headparser.t ext/HTML/Parser/t/ignore.t + ext/HTML/Parser/t/largetags.t + ext/HTML/Parser/t/linkextor-base.t + ext/HTML/Parser/t/linkextor-rel.t ext/HTML/Parser/t/magic.t + ext/HTML/Parser/t/marked-sect.t + ext/HTML/Parser/t/msie-compat.t ext/HTML/Parser/t/offset.t + ext/HTML/Parser/t/options.t ext/HTML/Parser/t/parsefile.t + ext/HTML/Parser/t/parser.t ext/HTML/Parser/t/plaintext.t + ext/HTML/Parser/t/pod.t ext/HTML/Parser/t/process.t + ext/HTML/Parser/t/pullparser.t ext/HTML/Parser/t/script.t + ext/HTML/Parser/t/skipped-text.t + ext/HTML/Parser/t/stack-realloc.t ext/HTML/Parser/t/textarea.t + ext/HTML/Parser/t/threads.t ext/HTML/Parser/t/tokeparser.t + ext/HTML/Parser/t/uentities.t + ext/HTML/Parser/t/unbroken-text.t + ext/HTML/Parser/t/unicode-bom.t ext/HTML/Parser/t/unicode.t + ext/HTML/Parser/t/xml-mode.t ext/HTML/Parser/tokenpos.h + ext/HTML/Parser/typemap ext/HTML/Parser/util.c + lib/HTML/Tagset.pm lib/HTML/Tagset/t/00_about_verbose.t + lib/HTML/Tagset/t/01_old_junk.t ! MANIFEST Porting/Maintainers.pl ____________________________________________________________________________ [ 33997] By: stevep on 2008/06/04 19:20:20 Log: Upgrade to Pod-Simple-3.06 Branch: perl + lib/Pod/Simple/XHTML.pm lib/Pod/Simple/t/xhtml01.t + lib/Pod/Simple/t/xhtml05.t ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple.pod ! lib/Pod/Simple/BlackBox.pm lib/Pod/Simple/HTML.pm ! lib/Pod/Simple/HTMLBatch.pm lib/Pod/Simple/t/begin.t ! lib/Pod/Simple/t/fcodes_l.t lib/Pod/Simple/t/fcodes_s.t ____________________________________________________________________________ [ 33996] By: stevep on 2008/06/04 18:28:18 Log: Forgot to update version in DirHandle.pm after updating. No cookie for me. Branch: perl ! lib/DirHandle.pm ____________________________________________________________________________ [ 33995] By: rgs on 2008/06/04 07:39:31 Log: Bump NEXT version to 0.61 for CPAN release Branch: perl ! lib/NEXT.pm ____________________________________________________________________________ [ 33994] By: craigb on 2008/06/04 03:05:26 Log: Perl_start_glob VMS fix adapted from change #33993 for 5.8.x since other dependencies prevent integration. Branch: maint-5.8/perl ! doio.c ____________________________________________________________________________ [ 33993] By: craigb on 2008/06/03 12:27:43 Log: Make Perl_vms_start_glob() decline politely when passed an empty argument. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 33992] By: rgs on 2008/06/03 07:58:06 Log: Small typo fix in Carp.pm Branch: perl ! lib/Carp.pm ____________________________________________________________________________ [ 33991] By: rgs on 2008/06/03 06:29:35 Log: Update to NEXT by Damian. This fixes the working of NEXT with AUTOLOAD. Branch: perl ! lib/NEXT.pm ____________________________________________________________________________ [ 33990] By: merijn on 2008/06/02 14:04:59 Log: #33988 for AIX 3 and AIX 4: missing quotes in sed commands Branch: perl ! hints/aix_3.sh hints/aix_4.sh ____________________________________________________________________________ [ 33989] By: stevep on 2008/06/02 13:54:24 Log: Subject: AW: IO::Dir destructor From: "Dintelmann, Peter" Date: Mon, 2 Jun 2008 14:48:35 +0200 Message-ID: <3852726AFA94DE4F87E616F13F416A5F0216D9BE@naimucu1.ffz00k.rootdom.net> Branch: perl ! lib/DirHandle.pm ____________________________________________________________________________ [ 33988] By: merijn on 2008/06/02 13:52:39 Log: Embarrassing errors to find: missing quotes in sed commands Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 33987] By: stevep on 2008/06/02 12:21:28 Log: Upgrade to podlators-2.1.0 Branch: perl + lib/Pod/t/man-options.t ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t ! lib/Pod/t/filehandle.t lib/Pod/t/man.t lib/Pod/t/parselink.t ! lib/Pod/t/pod-parser.t lib/Pod/t/termcap.t ! lib/Pod/t/text-options.t lib/Pod/t/text.t pod/pod2man.PL ____________________________________________________________________________ [ 33986] By: stevep on 2008/06/02 04:02:42 Log: Skip some File::Copy tests on Win32 since file permissions do not seem to be set correctly. Branch: perl ! lib/File/Copy.t ____________________________________________________________________________ [ 33985] By: rgs on 2008/06/01 20:22:24 Log: Subject: [perl #36516] attributes.pm documentation is recursive and incomplete From: "reneeb via RT" Date: Sun, 25 May 2008 07:30:37 -0700 Message-ID: with some spelling nits Branch: perl ! lib/attributes.pm ____________________________________________________________________________ [ 33984] By: rgs on 2008/06/01 19:49:50 Log: Bump version of IO::Dir after last patch Branch: perl ! ext/IO/lib/IO/Dir.pm ____________________________________________________________________________ [ 33983] By: rgs on 2008/06/01 19:48:18 Log: Subject: IO::Dir destructor From: Zefram Date: Fri, 7 Sep 2007 23:06:36 +0100 Message-ID: <20070907220636.GB24543@fysh.org> Branch: perl ! ext/IO/lib/IO/Dir.pm ____________________________________________________________________________ [ 33982] By: rgs on 2008/06/01 19:38:24 Log: Subject: Re: [perl #55160] perlbug AutoReply: Fix cygwin mount test From: "Reini Urban" Date: Sun, 1 Jun 2008 14:51:59 +0200 Message-ID: <6910a60806010551u30199befr43761fe53d5d896@mail.gmail.com> Branch: perl ! t/lib/cygwin.t ____________________________________________________________________________ [ 33981] By: rgs on 2008/06/01 19:32:34 Log: Subject: [perl #36875] [PATCH] scalar reverse undef does not warn (was: Certain string handling functions don't warn on undef) From: "Bram via RT" Date: Sat, 24 May 2008 12:34:22 -0700 Message-ID: Branch: perl ! pp.c t/lib/warnings/9uninit ____________________________________________________________________________ [ 33980] By: rgs on 2008/06/01 19:00:08 Log: Subject: [PATCH] Fix for lib.pm Config detection From: Steffen Mueller Date: Sun, 01 Jun 2008 17:36:55 +0200 Message-ID: <20080601153657.26607.qmail@lists.develooper.com> Branch: perl ! lib/lib_pm.PL ____________________________________________________________________________ [ 33979] By: stevep on 2008/06/01 17:32:27 Log: Probably startirng with the changes in change #33897, t/run/exit.t has been failing on Win32. Update the skipping mechanism to do more that check for the definition of POSIX::WIFEXITED. Branch: perl ! t/run/exit.t ____________________________________________________________________________ [ 33978] By: rgs on 2008/06/01 14:05:16 Log: Subject: [perl #54828] perlio.c has a problem (both 5.8 and 5.10) From: "Goro Fuji" (via RT) Date: Sun, 25 May 2008 23:10:42 -0700 Message-ID: First chunk of the patch only Branch: perl ! perlio.c ____________________________________________________________________________ [ 33977] By: rgs on 2008/06/01 13:17:40 Log: Subject: [perl #54424] perlipc mistype From: andrew@sundale.net (via RT) Date: Sun, 18 May 2008 22:20:06 -0700 Message-ID: Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 33976] By: davem on 2008/06/01 13:05:57 Log: Integrate: [ 32827] Upgrade to Devel::PPPort 3.13_01 [ 33672] Upgrade to Devel::PPPort 3.13_02 [ 33824] Upgrade to Devel::PPPort 3.13_03 [ 33975] Upgrade to Devel::PPPort 3.14 Branch: maint-5.10/perl +> ext/Devel/PPPort/parts/base/5010000 +> ext/Devel/PPPort/parts/base/5011000 +> ext/Devel/PPPort/parts/inc/newSVpv +> ext/Devel/PPPort/parts/todo/5010000 +> ext/Devel/PPPort/parts/todo/5011000 +> ext/Devel/PPPort/t/format.t ext/Devel/PPPort/t/newSVpv.t !> (integrate 71 files) ____________________________________________________________________________ [ 33975] By: mhx on 2008/06/01 12:15:09 Log: Upgrade to Devel::PPPort 3.14 Branch: perl ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak ____________________________________________________________________________ [ 33974] By: rgs on 2008/06/01 10:44:18 Log: Subject: [PATCH] Thread::Queue 2.09 From: "Jerry D. Hedden" Date: Fri, 30 May 2008 12:41:41 -0400 Message-ID: <1ff86f510805300941o68c1967bw31dee3e40ffa28a7@mail.gmail.com> Explicitly check for undef in args because some versions of looks_like_number(undef) return true. Branch: perl ! lib/Thread/Queue.pm ____________________________________________________________________________ [ 33973] By: rgs on 2008/06/01 10:41:27 Log: Subject: [PATCH] Re: recent 'lib.pm' change => dual-life lib.pm From: Steffen Mueller Date: Tue, 27 May 2008 13:50:05 +0200 Message-ID: <483BF56D.2020803@sneakemail.com> Branch: perl ! lib/lib.t lib/lib_pm.PL ____________________________________________________________________________ [ 33972] By: davem on 2008/05/31 23:40:24 Log: Integrate: [ 32851] Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag bit in pmflags, to decide whether the pattern is UTF-8. [ 32894] Don't set the public IV or NV flags if the string converted from has trailing garbage. This behaviour is consistent with not setting the public IV or NV flags if the value is out of range for the type. [ 32953] (the Configure parts were integrated earlier) Subject: [PATCH] Add dtrace support From: Andy Armstrong Message-Id: Date: Thu, 10 Jan 2008 22:20:52 +0000 with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) [ 32978] Subject: consting IO.xs From: "Robin Barker" Date: Sat, 22 Dec 2007 00:56:18 -0000 Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A1@exchsvr2.npl.ad.local> [ 33747] Subject: [PATCH] update Pod-Perldoc to version 3.14_04 From: "Adriano Ferreira" Date: Wed, 23 Apr 2008 09:45:35 -0300 Message-ID: <73ddeb6c0804230545v75fee05dmeb849636addb14e1@mail.gmail.com> [ 33807] Fix [perl #52740] crash when localizing a symtab entry [ 33956] Add conditional code to initialise RETVAL, to avoid compiler warnings. (There was never an error, as croak() was called before the return). [ 33971] Must install mydtrace.h on VMS even it doesn't do much there. Branch: maint-5.10/perl +> mydtrace.h perldtrace.d !> MANIFEST Makefile.SH cop.h ext/IO/IO.xs ext/POSIX/POSIX.xs !> lib/Pod/Perldoc.pm op.c perl.c pp_ctl.c regcomp.c regexec.c !> sv.c vms/descrip_mms.template ____________________________________________________________________________ [ 33971] By: craigb on 2008/05/31 18:48:38 Log: Must install mydtrace.h on VMS even it doesn't do much there. Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 33970] By: davem on 2008/05/31 16:19:43 Log: Integrate: [ 33690] Upgrade to Test::Simple 0.80, but keep locally modified More.t [ 33691] Add Dummy.pm from the base CPAN distribution, and adjust tests accordingly [ 33692] Move the NoExporter test module under Test::Simple (part of a plan to have modules self contained, and removing test modules from t/lib) Branch: maint-5.10/perl +> lib/Test/Simple/t/lib/NoExporter.pm lib/base/t/lib/Dummy.pm - t/lib/NoExporter.pm !> MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes !> lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/utf8.t !> lib/base/t/version.t ____________________________________________________________________________ [ 33969] By: davem on 2008/05/31 15:46:38 Log: Integrate: [ 33340] Fix Module-Build test that has been failing on Win32 since the upgrade of Test-Harness at #32659 [ 33391] Upgrade to Test-Simple-0.75 [ 33394] Upgrade to Test-Simple-0.78 [ 33395] Hmmm...lib/Test/Builder.pm didn't get updated corectly. Unfortunately, the tests didn't seem to catch this. [ 33397] Re-apply change #32880 [ 33398] Context fix to make the test pass [ 33688] Sync with CPAN's version of the More.t test in Test::Simple and delete duplicated test module Dummy.pm. (test now expected to fail) [ 33689] Adapt properly More.t to run in the core (like Module::Build does, for example) Branch: maint-5.10/perl +> lib/Test/Simple/t/BEGIN_require_ok.t +> lib/Test/Simple/t/dont_overwrite_die_handler.t +> lib/Test/Simple/t/tbm_doesnt_set_exported_to.t +> lib/Test/Simple/t/utf8.t +> t/lib/Test/Simple/sample_tests/death_with_handler.plx - t/lib/Dummy.pm !> MANIFEST lib/Module/Build.pm lib/Module/Build/t/compat.t !> lib/Test/Builder.pm lib/Test/Builder/Module.pm !> lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm !> lib/Test/Simple/t/More.t lib/Test/Simple/t/exit.t !> lib/Test/Simple/t/filehandles.t !> lib/Test/Simple/t/is_deeply_with_threads.t !> lib/Test/Simple/t/maybe_regex.t lib/Test/Simple/t/reset.t !> lib/Test/Simple/t/todo.t !> t/lib/Test/Simple/sample_tests/death.plx !> t/lib/Test/Simple/sample_tests/last_minute_death.plx ____________________________________________________________________________ [ 33968] By: davem on 2008/05/31 15:38:17 Log: Just the Test::Builder changes from: Integrate: [ 32880] Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (and related changes) Branch: maint-5.10/perl !> lib/Test/Builder.pm ____________________________________________________________________________ [ 33967] By: davem on 2008/05/31 14:49:10 Log: Integrate: [ 33393] Upgrade to Test-Harness-3.10 Branch: maint-5.10/perl +> lib/TAP/Parser/Result/Pragma.pm t/lib/sample-tests/strict !> (integrate 35 files) ____________________________________________________________________________ [ 33966] By: davem on 2008/05/31 14:44:46 Log: Integrate: [ 33281] Upgrade to Test-Harness-3.09 Branch: maint-5.10/perl +> lib/TAP/Parser/Utils.pm lib/Test/Harness/t/utils.t !> (integrate 33 files) ____________________________________________________________________________ [ 33965] By: davem on 2008/05/31 14:41:55 Log: Integrate: [ 33264] Upgrade to Test-Harness-3.08 Branch: maint-5.10/perl !> (integrate 31 files) ____________________________________________________________________________ [ 33964] By: davem on 2008/05/31 14:39:50 Log: Integrate: [ 33091] Upgrade to Test::Harnes 3.07 [ 33092] Warning cleanup, and avoid a double call to uc Branch: maint-5.10/perl !> (integrate 30 files) ____________________________________________________________________________ [ 33963] By: davem on 2008/05/31 14:37:05 Log: Integrate: [ 32673] Subject: [PATCH] bring Test::Harness up to 3.06 From: Andy Armstrong Message-Id: <5C57804B-6F71-4875-AEB6-C449F893E001@hexten.net> Date: Thu, 20 Dec 2007 17:49:07 +0000 [ 32674] The test needs to be on defined $ENV{PERL_UNICODE} because during testing being set to an empty string has meaning. [ 32685] Subject: [PATCH] Fix remaining skips for Test::Harness From: Andy Armstrong Message-Id: <01A7A7EC-1C9C-40B1-90E8-DC1E5BA54400@hexten.net> Date: Thu, 20 Dec 2007 23:16:01 +0000 (except for test-harness-compat.t which failed unthreaded under harness and except for reverting the defined $ENV{PERL_UNICODE}) [ 33090] TAP::* modules are part of the Test::Harness distribution Branch: maint-5.10/perl !> (integrate 46 files) ____________________________________________________________________________ [ 33962] By: davem on 2008/05/31 14:32:23 Log: Integrate: [ 32660] Missing files from Test::Harness 3.05 [ 32662] Extraneous test files that change 32659 failed to delete. Oops. (But they would not have been being run, because the only tests that are run are those that are in MANIFEST, and I had deleted them from there.) [ 32663] Subject: [PATCH] Test::Harness 3.05, tests pass in core From: Andy Armstrong Message-Id: <7859DADA-59A9-45B2-A448-89BC755C53E8@hexten.net> Date: Thu, 20 Dec 2007 02:32:55 +0000 [ 32668] The APC doesn't like empty files Branch: maint-5.10/perl +> lib/App/Prove.pm lib/App/Prove/State.pm - lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t - lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t - lib/Test/Harness/t/from_line.t lib/Test/Harness/t/inc_taint.t - lib/Test/Harness/t/nonumbers.t lib/Test/Harness/t/ok.t - lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t - lib/Test/Harness/t/prove-globbing.t - lib/Test/Harness/t/prove-switches.t - lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t - lib/Test/Harness/t/test-harness.t lib/Test/Harness/t/version.t !> lib/Test/Harness/t/000-load.t !> lib/Test/Harness/t/compat/inc-propagation.t !> lib/Test/Harness/t/regression.t t/lib/sample-tests/delayed !> t/lib/sample-tests/empty t/lib/sample-tests/inc_taint !> t/lib/sample-tests/out_err_mix !> t/lib/sample-tests/stdout_stderr ____________________________________________________________________________ [ 33961] By: davem on 2008/05/31 14:30:09 Log: Integrate: [ 32659] Upgrade to Test::Harness 3.05 Add test boilerplate to various test files. Add FIXME skips for various tests that don't play nicely with the altered layout in the core. lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and so will need fixing. Branch: maint-5.10/perl +> (branch 96 files) - lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm - lib/Test/Harness/Point.pm lib/Test/Harness/Results.pm - lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod - lib/Test/Harness/Util.pm !> MANIFEST Porting/Maintainers.pl lib/Test/Harness.pm !> lib/Test/Harness/Changes lib/Test/Harness/bin/prove !> lib/Test/Harness/t/base.t lib/Test/Harness/t/harness.t !> t/lib/Dev/Null.pm t/lib/sample-tests/bailout !> t/lib/sample-tests/combined t/lib/sample-tests/die !> t/lib/sample-tests/die_head_end !> t/lib/sample-tests/die_last_minute !> t/lib/sample-tests/inc_taint !> t/lib/sample-tests/shbang_misparse t/lib/sample-tests/skipall !> t/lib/sample-tests/taint t/lib/sample-tests/taint_warn !> t/lib/sample-tests/todo ____________________________________________________________________________ [ 33960] By: davem on 2008/05/31 14:19:17 Log: Integrate: [ 33837] Upgrade to Math-BigInt-FastCalc-0.19 [ 33899] Upgrade to Object-Accessor-0.34 [ 33948] Upgrade to Locale-Maketext-1.13 Branch: maint-5.10/perl +> lib/Object/Accessor/t/06_Object-Accessor-alias.t !> MANIFEST Porting/Maintainers.pl !> ext/Math/BigInt/FastCalc/FastCalc.pm !> ext/Math/BigInt/FastCalc/FastCalc.xs !> ext/Math/BigInt/FastCalc/t/bigintfc.t !> ext/Math/BigInt/FastCalc/t/bootstrap.t lib/Locale/Maketext.pm !> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm !> lib/Object/Accessor.pm ____________________________________________________________________________ [ 33959] By: davem on 2008/05/31 13:41:11 Log: Integrate: [ 33839] Somehow, this got missed in change #33779. Branch: maint-5.10/perl !> ext/Digest/SHA/lib/Digest/SHA.pm ____________________________________________________________________________ [ 33958] By: davem on 2008/05/31 13:00:52 Log: Integrate: [ 33779] Upgrade to Digest-SHA-5.47 [ 33780] Fix makefile for core building [ 33781] Tweaks to Digest-SHA's Makefile.PL that casued problems in the core. [ 33782] Somedays, Perforce makes me cranky. Fix perforce resolve of the changes to Digest-SHA's Makefile.PL. Branch: maint-5.10/perl +> ext/Digest/SHA/lib/Digest/SHA.pm - ext/Digest/SHA/SHA.pm !> (integrate 29 files) ____________________________________________________________________________ [ 33957] By: davem on 2008/05/31 12:27:26 Log: Integrate: [ 32653] Upgrade to IO-Zlib-1.08. Fixes to test files allowed us to get back in sync with the distribution. [ 32825] Upgrade to IO-Zlib-1.09. Just the Zlib part of: [ 32864] Subject: consting Compress::Raw::Zlib and Filter::Util::Call From: "Robin Barker" Date: Sat, 22 Dec 2007 00:47:51 -0000 Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399F@exchsvr2.npl.ad.local> [ 33716] Subject: [PATCH] Update Compression modules to version 2.009 From: "Paul Marquess" Date: Sun, 20 Apr 2008 15:54:46 +0100 Message-ID: <006601c8a2f6$7d18a200$6501a8c0@myopwv.com> [ 33816] Subject: [PATCH] IO::Compress::* 2.010 From: "Paul Marquess" Date: Mon, 5 May 2008 18:32:54 +0100 Message-ID: <01dc01c8aed6$0eb13cf0$6501a8c0@myopwv.com> [ 33828] Subject: [PATCH] Compress/Raw/Zlib/Zlib.xs // comment fix From: Andy Dougherty Date: Tue, 13 May 2008 13:01:45 -0400 (EDT) Message-ID: [ 33846] Subject: [PATCH] IO::Compress::* 2.011 From: "Paul Marquess" Date: Sat, 17 May 2008 12:16:13 +0100 Message-ID: Branch: maint-5.10/perl +> ext/Compress/Raw/Zlib/pod/FAQ.pod +> ext/Compress/Zlib/pod/FAQ.pod ext/IO_Compress_Base/pod/FAQ.pod +> ext/IO_Compress_Zlib/pod/FAQ.pod +> ext/IO_Compress_Zlib/t/006zip.t !> (integrate 47 files) ____________________________________________________________________________ [ 33956] By: nicholas on 2008/05/31 11:53:20 Log: Add conditional code to initialise RETVAL, to avoid compiler warnings. (There was never an error, as croak() was called before the return). Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 33955] By: davem on 2008/05