p5sagit/p5-mst-13.2.git
2008-02-11 Rafael Garcia... Fix test to pass en 5.6.2 (unpack is needed by version...
2008-02-11 Nicholas Clark In Perl_ck_lengthconst, "XXX length optimization goes...
2008-02-11 Nicholas Clark The "pointer" argument to S_restore_magic() is not...
2008-02-11 Craig A. Berry Correct quad-related %Config variables on VMS.
2008-02-11 Craig A. Berry Make fs.t compare the permissions of a link with those
2008-02-10 Nicholas Clark The sv argument to gv_stashsv() is not NULL.
2008-02-10 Nicholas Clark vcroak()'s pattern is actually NULLOK.
2008-02-10 Nicholas Clark Correct some names of parameters in embed.fnc.
2008-02-10 Nicholas Clark Two parameter names missing in embed.fnc
2008-02-10 Nicholas Clark Eliminate use of Nullop in the core code. Dual life...
2008-02-10 Nicholas Clark exp(999) isn't "infinity". Even exp(9999) can still...
2008-02-10 Jim Cromie [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-10 Steve Peters Upgrade to Time-HiRes-1.9712
2008-02-09 Dave Mitchell [perl #49472] Attributes + Unkown Error
2008-02-09 Steve Peters Upgrade to Test-Harness-3.08
2008-02-09 Steve Peters Upgrade to ExtUtils-CBuilder-0.22
2008-02-09 AUGUSTE-ETIENNE... hints/aix_4.sh to allow build on aix 4.2
2008-02-08 Steve Peters Remove an unneeded if statement.
2008-02-08 Steve Peters I've been maintaining Net::Ping for a while now.
2008-02-08 Paul Green RE: Perl @ 33218 (Stratus VOS patches)
2008-02-08 Rafael Garcia... IO::Handle->say should ignore $\ (bug #49266)
2008-02-08 Martin Hasch [perl #50364] [PATCH] perlop.pod - misnomer in % operat...
2008-02-08 Vincent Pit mg_copy ought to take an I32
2008-02-08 Robert May Give Win32 message windows proper window procedures
2008-02-08 Robert May win32_async_check() doesn't loop enough.
2008-02-08 H.Merijn Brand Update to Math::Complex 1.49
2008-02-08 Rafael Garcia... Re-apply patches 32879, 32905, and 32964 to MakeMaker
2008-02-08 Rafael Garcia... Add new module in MakeMaker 6.43_01
2008-02-08 Rafael Garcia... Upgrade to MakeMaker 6.43_01
2008-02-08 Steven Schubiger Re: [PATCH] sv.c: consting
2008-02-08 Rafael Garcia... Remove redundant check
2008-02-08 Steffen Müller feature bundles are the same across all subversions
2008-02-07 Andy Dougherty Re: [PATCH] Re: Perl @ 32984 (also relevant to [perl...
2008-02-07 Steven Schubiger Re: [PATCH] sv.c: consting
2008-02-07 Rafael Garcia... corelist changes:
2008-02-06 Nicholas Clark Cope with differing prototypes for ECONNREFUSED etc...
2008-02-06 H.Merijn Brand New blade
2008-02-06 Nicholas Clark in unpack, () groups in scalar context were still retur...
2008-02-05 Rafael Garcia... Adapt Safe innards to older (XS) versions of version.pm
2008-02-05 Rafael Garcia... Add a new test for Safe
2008-02-05 Rafael Garcia... Fix CPAN bug #32896: make version.pm loadable in a...
2008-02-04 Steve Peters Removed mention of a book that was never published.
2008-02-04 Robert May Remove duplication from encoding.pm POD
2008-02-04 Jim Cromie [patch] B portability macros
2008-02-04 Nicholas Clark Micro-optimise the order of the context types. [Because...
2008-02-04 Steven Schubiger sv.c: consting
2008-02-04 Reini Urban fix B::Debug pmnext
2008-02-04 Rafael Garcia... Fix op/reg_email_thr.t when PERLIO=stdio
2008-02-03 Steven Schubiger taint.c: consting
2008-02-03 Nicholas Clark Recode all the old variable-like substitutions with...
2008-02-03 Nicholas Clark Produce a more generic expectation management system...
2008-02-03 Nicholas Clark Upgrade to Math::Complex 1.48 and Math::Trig 1.13
2008-02-02 Nicholas Clark 5.8.x and earler have a SUBPROCESS line in the dump...
2008-02-02 Nicholas Clark Change 27244 wasn't quite correct. XSUB is dumped as...
2008-02-02 Nicholas Clark Remove the _ prototype, as Maintainers is used by makem...
2008-02-02 Nicholas Clark In XS_PerlIO_get_layers() take advantage of the impleme...
2008-02-02 Nicholas Clark In XS_re_regexp_pattern(), use newSVpvn_flags() to...
2008-02-01 Nicholas Clark In pp_split(), eliminate most (all?) of the conditional...
2008-02-01 Nicholas Clark Break apart the list of functions defined in universal...
2008-02-01 Nicholas Clark The penultimate deparse test needs a name, else things...
2008-01-31 Jerry D. Hedden threads::shared TODO test for outstanding bug
2008-01-31 Daniel Frederick... Typo fix in change #33058
2008-01-31 Robin Barker don't forbid brace groups with g++ 4.2.2
2008-01-31 Alex Davies fix for regression to File/DosGlob.pm
2008-01-31 Steffen Mueller Re: [perl #50322] CGITempFile causes "Insecure dependen...
2008-01-31 Steve Hay Fix compiler warning introduced in DEBUGGING builds...
2008-01-30 Steve Peters Assorted POD nits from the Debian bug list.
2008-01-30 Steve Peters Formatting for C<<{ bydepth => 1 }>> doesn't seem to...
2008-01-30 Nicholas Clark Need to substitute out the placeholder '$RV' for earlie...
2008-01-30 Rafael Garcia... Bump Safe's version
2008-01-29 Steve Hay Nicer fix than #33106 (thanks to Nicholas Clark)
2008-01-29 Steve Hay Fix Win32 compiler warnings introduced by #33081 and...
2008-01-29 Nicholas Clark Document why ok() is being used instead of like(),...
2008-01-29 Rafael Garcia... More wording nits about perl's time() versus the libc...
2008-01-29 Steven Schubiger toke.c/universal.c: consting
2008-01-29 Rafael Garcia... Make this test pass with the Test::More that comes...
2008-01-29 Yitzchak Scott... mistaken variable in pod
2008-01-28 Steve Peters Upgrade to Tie-RefHash-1.38
2008-01-28 Steve Peters Upgrade to Archive-Extract-0.26
2008-01-28 Steve Peters Upgrade to SelfLoader-1.15
2008-01-28 Rafael Garcia... Bump the version of Safe
2008-01-28 Abe Timmerman Minor rewording of the localtime() documentation,
2008-01-28 Jerry D. Hedden Fix uc/lc warnings in CGI.pm
2008-01-28 Rafael Garcia... In Safe, load Carp::Heavy only if it exists (to remain
2008-01-28 Rafael Garcia... Warning cleanup, and avoid a double call to uc
2008-01-28 Rafael Garcia... Upgrade to Test::Harnes 3.07
2008-01-28 Rafael Garcia... TAP::* modules are part of the Test::Harness distribution
2008-01-28 Gerard Goossen also report forced tokens when using -DT
2008-01-28 Rafael Garcia... Make lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-28 Rafael Garcia... Test that lc, uc, etc on undef return ""
2008-01-28 Nicholas Clark The third argument of PUSHEVAL was never used by anythi...
2008-01-28 Robin Barker FW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-28 Jarkko Hietaniemi ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016...
2008-01-28 Steven Schubiger util.c: some consting
2008-01-27 Dave Mitchell fix misleading comment in op.h
2008-01-26 Nicholas Clark The layout for struct block_loop under ithreads can...
2008-01-26 Nicholas Clark Investigation reveals that the work of restoring the...
2008-01-26 Nicholas Clark Change 33072 missed embed.h. I wasn't aware that it...
2008-01-26 Nicholas Clark POPLOOP is actually doing all the work of Perl_save_pad...
2008-01-26 Nicholas Clark Standardise the conditional compilation protection...
next