p5sagit/p5-mst-13.2.git
2006-11-23 Nicholas Clark Assigning to a PVCV effectively just sets the prototype...
2006-11-23 Nicholas Clark Remove superfluous SvROK()
2006-11-23 Craig A. Berry Tune configure.com checking to ignore trailing comments.
2006-11-23 Rafael Garcia... Fix for bug #38631: tied variables don't work with...
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-11-23 Rafael Garcia... More safety in free()s
2006-11-23 Steve Hay Silence VC8's warnings about "unsafe" CRT functions...
2006-11-23 Robin Barker installman3dir is null
2006-11-23 Steve Peters Upgrade to PathTools-3.24.
2006-11-22 Steve Hay Update makefile.mk as per Makefile w.r.t. #29308 and...
2006-11-22 Yves Orton \G with /g results in infinite loop in 5.6 and later
2006-11-22 Peter Dintelmann POSIX::remove() and directories
2006-11-22 Steve Hay VC8 regards 60 seconds as an invalid parameter for...
2006-11-22 Rafael Garcia... Don't AUTOLOAD DESTROY from Attribute::Handlers.
2006-11-22 Steve Hay Fix infinite loop in Perl_my_strftime() for failing...
2006-11-22 Rafael Garcia... More doc nits on Switch, and bump version to 2.11 for...
2006-11-22 SADAHIRO Tomoyuki Re: [perl #40917] Benchmark fails under -Mbignum
2006-11-22 Rafael Garcia... Fix a number of documentation issues in Switch.pm ...
2006-11-22 Rafael Garcia... Remove tests for POD or POD coverage -- they're always...
2006-11-22 Rafael Garcia... - Restore two Text::Balanced tests, more comprehensive...
2006-11-22 Rafael Garcia... Sync Text::Balanced with the CPAN version (1.99.1)
2006-11-21 Rafael Garcia... Remove assertions.pm review from perltodo
2006-11-21 Jerry D. Hedden threads 1.52
2006-11-21 H.Merijn Brand Upgrade warning should only be issued if upgrade happens
2006-11-21 Rafael Garcia... Regenerate Changes, add nits in perldelta
2006-11-21 H.Merijn Brand Silence some warnings during Configure
2006-11-21 H.Merijn Brand No more 5005thread messages from Configure for 5.9...
2006-11-21 Rafael Garcia... Invalidate the method lookup cache when assigning to...
2006-11-21 Rafael Garcia... Remove warnings against WHOA THERE warnings from the...
2006-11-21 Rafael Garcia... Remove description of WHOA THERE messages for recommend...
2006-11-21 Rafael Garcia... Remove the test counter checker at the end of t/op...
2006-11-21 Steve Peters "This is going to be slow." This change switches OpenB...
2006-11-20 Nicholas Clark Correct typo in test description.
2006-11-20 Rafael Garcia... Unify the two warnings "Can't declare %s in %s", in...
2006-11-20 Jerry D. Hedden Re: thread free problem
2006-11-20 Rafael Garcia... Actually, undef $SIG{FOO} should restore the default...
2006-11-20 Rafael Garcia... Make undef $SIG{FOO} ignore the signal FOO
2006-11-20 John E. Malmberg [patch@29297] perl5db.pl detecting forked debugger...
2006-11-20 Rafael Garcia... Fix precedence problem
2006-11-20 Andreas König Patch by Yves Orton to fix the regression reported...
2006-11-20 Rafael Garcia... Extend the test-reonly make target on windows (Yves...
2006-11-20 Rafael Garcia... Un-TODO tests for bug #32840, plus some new tests,
2006-11-20 Steve Hay Revert #29307. It doesn't fix the XXX after all. Using...
2006-11-20 Rafael Garcia... Update Text::Tabs and Text::Wrap to version 2006.1117
2006-11-19 Alexey Tourbin ExtUtils/typemap: better error messages + constant...
2006-11-19 Yves Orton Re: [PATCH] Study SUSPEND (and recursion) properly
2006-11-18 Craig A. Berry Update skip count for VMS.
2006-11-18 alexander_bluhm... [perl #40921] shellwords.pl cannot handle trailing...
2006-11-18 Nicholas Clark Convert lib/Text/ParseWords.t to Test::More
2006-11-18 Steve Peters Sync up the function definitions for Perl_my_popen...
2006-11-18 Steve Peters Tweaks needed to get Perl compiling with g++ on OpenBSD.
2006-11-17 yves orton [perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton [perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton [perl #22395] regexp /(.*)[bc]/ 10000 times slower...
2006-11-17 yves orton [perl #17542] regex confusion
2006-11-17 yves orton [perl #36909] $^R undefined on matches involving backre...
2006-11-17 Steve Hay Fix the XXX in #29303
2006-11-17 Steve Hay Tidy up Makefile part of #29260 and apply to makefile...
2006-11-17 Steve Hay Install perl-static.exe if it was built
2006-11-17 John E. Malmberg [patch@29297] d_printf_format_null needed in configure.com
2006-11-17 Steve Hay Add perl-static.exe support to win32/makefile.mk
2006-11-17 Nicholas Clark Change 29297 omitted a semicolon.
2006-11-17 Yves Orton Study SUSPEND (and recursion) properly
2006-11-17 Rafael Garcia... Doc nits to re.pm
2006-11-17 Yves Orton add regmust() to re.pm/re.xs
2006-11-17 Steve Hay Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
2006-11-17 Steve Peters Change #27951 added tests to t/op/taint.t involving...
2006-11-16 Yves Orton Fix Extensions_static dependencies to avoid relinking...
2006-11-16 Rafael Garcia... Remove duplicate declaration
2006-11-16 Rafael Garcia... Clarifications to close() docs, pointed out by Peter...
2006-11-16 Jerry D. Hedden threads 1.51
2006-11-16 Steve Hay Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
2006-11-16 H.Merijn Brand Extended uconfig.sh based on Porting/checkcfgvar.pl...
2006-11-16 H.Merijn Brand Yet another step in generation a more reliable Glossary
2006-11-15 H.Merijn Brand 1. Less Whoa there, based on a suggestion by Andy Dougherty
2006-11-15 Vadim Konovalov Add support for building a perl-static.exe that doesn...
2006-11-15 Steve Hay Fix tests added by #29248 and #29249
2006-11-15 Len Weisberg [perl #39026] Tie::Memoize::EXISTS not caching the...
2006-11-15 Rafael Garcia... FAQ sync
2006-11-15 Rafael Garcia... Fix a signedness cast warning
2006-11-15 Rafael Garcia... Tweaks to the debugger test by Richard Foley,
2006-11-15 Yves Orton Re: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-15 Rafael Garcia... Move the test files for the debugger in a t/ subdirecto...
2006-11-15 Yves Orton Re: Fix linker error on Win32
2006-11-15 Jarkko Hietaniemi Makefile.SH: lib/re.pm often messes restarted parallel...
2006-11-14 Dave Mitchell debugger test could hang if run with umask 0002
2006-11-14 Rafael Garcia... A first regression test for the debugger, by Shlomi...
2006-11-14 Rafael Garcia... Fix bug #39037: rcatline doesn't stringify references
2006-11-14 Adriano Ferreira Doc patch by Thomas O Smailus :
2006-11-14 Rafael Garcia... Assert that we don't access strings saved for $1 etc...
2006-11-14 Ben Tilly Re: Why aren't %Carp::Internal and %Carp::CarpInternal...
2006-11-14 Alexey Tourbin ParseXS.pm: small optimization for "Usage: ..." constan...
2006-11-14 Yves Orton Fwd: Memory leak with s/// and hashes
2006-11-14 Yves Orton Allow negative indexing in recursive patterns
2006-11-13 Steve Hay Embed manifest files in EXEs and DLLs when building...
2006-11-13 Rafael Garcia... Todo (nice to have): an improvement to ~~
2006-11-13 Steve Peters Upgrade to CPAN-1.88_62
2006-11-13 Rafael Garcia... Fix a bug in the debugger tracing variables when one...
2006-11-13 Rafael Garcia... The latest regression test to Scalar::Util doesn't...
2006-11-13 Paul Marquess A new regression test from:
next