p5sagit/p5-mst-13.2.git
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...
2008-01-26 Nicholas Clark As itersave points to the initial CxITERVAR(), and...
2008-01-26 Nicholas Clark Restore the else block accidently eaten by change 33074.
2008-01-26 Nicholas Clark In POPLOOP, if CxITERVAR(cx) is non-NULL, then so is...
2008-01-26 Nicholas Clark Some code can be removed following change 33070.
2008-01-26 Nicholas Clark Eliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas Clark Change 33069 missed updating dump.c to dump PVIOs corre...
2008-01-26 Benjamin Smith Re: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas Clark PVIOs don't need space for SvNVX allocated.
2008-01-25 Nicholas Clark Using PL_sv_no in place of any !SvOK() maximum removes...
2008-01-25 Nicholas Clark Silence "possible data loss" warning.
2008-01-25 Jan Dubois socketpair() *is* available on Win32
2008-01-24 Nicholas Clark Don't warn about imprecision when decrementing IV_MIN.
2008-01-24 Robin Barker ... and the rest; was RE: unnecessary define
2008-01-24 Nicholas Clark In struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas Clark Merge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas Clark Change the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas Clark Avoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas Clark Split out foreach iterations of temporary lists on...
2008-01-24 Abigail Regression tests for 'for reverse ..'
2008-01-24 Nicholas Clark Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-23 Robin Barker RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary...
2008-01-23 Steve Peters Update uconfig.h to add USE_DTRACE back in.
2008-01-23 Nicholas Clark Oops, change 33049 really did need to update all the...
2008-01-23 Nicholas Clark Change 33052 missed one Nullch. Oops.
2008-01-23 Nicholas Clark Purge all use of Nullch in non-dual life modules.
2008-01-23 Nicholas Clark Deprecate (and remove core use of ) Nullav, Nullcv...
2008-01-23 Nicholas Clark Comment change from 33009 that was actually in POD...
2008-01-23 Nicholas Clark Fix the misplaced warnings and failing tests caused...
2008-01-23 Nicholas Clark Teach checkcfgvar.pl that : is also a comment character...
2008-01-23 H.Merijn Brand Re-generated sample files
2008-01-23 Nicholas Clark checkcfgvar.pl should also check Porting/config.sh...
2008-01-23 H.Merijn Brand The return of USE_DTRACE
2008-01-23 Steve Peters Regen uconfig.h
2008-01-23 Steve Peters Upgrade to PathTools-3.27
2008-01-23 Steve Peters Get C++ compiles going on Solaris again.
next