p5sagit/p5-mst-13.2.git
2008-04-30 Bram Re: [PATCH] testing $/ with in memory files
2008-04-30 Rafael Garcia... Avoid garbage in test output when running make minitest.
2008-04-30 Rafael Garcia... A skip() function is missing, to get this test pass...
2008-04-30 Vincent Pit Double magic/warnings with binmode $fh, undef
2008-04-30 Bram extra tests for t/op/sprintf2.t (was Re: [perl #45383...
2008-04-30 Rafael Garcia... Change of maintainer.
2008-04-29 Jan Dubois Win32 process ids can have more than 16 bits
2008-04-28 Nicholas Clark Cast the result of fpsetmask(0) to (void), as some...
2008-04-28 Rafael Garcia... clarification about @ISA declaration in perlboot.pod
2008-04-27 Bram doc patch for perlrun -x
2008-04-27 Bram doc patch for perlfunc/split (was: RE: [perl #46073...
2008-04-27 Nicholas Clark Warnings within the conditional of until() and for...
2008-04-27 Nicholas Clark Use File::Find rather than shell globbing to get the...
2008-04-27 Nicholas Clark Warnings within the condition of while are not reported...
2008-04-27 Rafael Garcia... Revert change #33751, at least for now: this breaks...
2008-04-26 Robin Barker another go; was RE: [perl #49302] [[:print:]] v \p...
2008-04-26 John E. Malmberg [patch]perl5db.pl - What I needed to get the forked...
2008-04-26 Ricardo SIGNES New tests (and TODO tests) for ~~ and overloading,
2008-04-26 David Dick [perl #53238] Patch to stop t/op/fork.t relying on...
2008-04-26 Rafael Garcia... Note about moving modules to ext/
2008-04-26 Adriano Ferreira update Pod-Perldoc to version 3.14_04
2008-04-24 Gisle Aas Inline the trivial S_raise_signal function in the perl...
2008-04-24 Nicholas Clark Stop File::Copy truncating destination files if passed...
2008-04-24 Gisle Aas Drop #ifdefs that became empty in change #32012.
2008-04-24 Nicholas Clark Looks like we can do System V IPC 64 bit on Leopard...
2008-04-24 Nicholas Clark On Darwin, -Uuse64bitall shouldn't mean -Duse64bitall...
2008-04-23 Nicholas Clark Add "safely supporting POSIX SA_SIGINFO" to perltodo...
2008-04-22 Nicholas Clark Note that Rafael did the key elsif() line number TODO...
2008-04-22 Steve Hay Upgrade to ExtUtils-CBuilder-0.23
2008-04-22 Steve Hay Upgrade to Win32-0.36
2008-04-21 Paul Marquess Update Compression modules to version 2.009
2008-04-21 Rafael Garcia... Upgrade to Math::BigInt v1.89
2008-04-19 Paul Johnson Re: wrong line numbers in elsif()
2008-04-18 Matt Kraai [perl #52860] [PATCH] Incorrect variable name in perlintro
2008-04-18 Matt Kraai [perl #52866] [PATCH] Missing period in perlintro
2008-04-18 James Bence [perl #53000] Patch for featured TODO: make a reproduci...
2008-04-18 Rafael Garcia... Fix the line-number-in-elsif longstanding bug.
2008-04-17 Nicholas Clark Add "eliminate incorrect line numbers in warnings"...
2008-04-17 Nicholas Clark Expand "repack the optree" and add "store the current...
2008-04-17 Nicholas Clark Remove a dead case from the error reporting in
2008-04-17 Nicholas Clark Perl_gv_fetchmethod{,_autoload,_flags} are actually...
2008-04-17 Nicholas Clark Test dbmopen more thoroughly, including closing the...
2008-04-17 Rafael Garcia... %.*s mandates an "int", says the C standard
2008-04-17 Rafael Garcia... Fix warning with int size in printf format
2008-04-17 Nicholas Clark /* This code tries to figure out just what went wrong...
2008-04-16 Nicholas Clark Avoid forwards and then backwards on the :: splitting...
2008-04-16 Nicholas Clark Use like() rather than is() to get better failure diagn...
2008-04-16 Rafael Garcia... Upgrade to Digest::SHA 5.46
2008-04-16 Rafael Garcia... Upgrade to Math::Complex 1.54
2008-04-16 Nicholas Clark Add the verbatim perl code mentioned in the comments of
2008-04-16 Nicholas Clark Using memEQ() rather than strnEQ() when the length...
2008-04-15 Rafael Garcia... Call cop_free on nullified cops too
2008-04-15 Nicholas Clark De-encode missed RFC 2047 encoded headers.
2008-04-15 Rafael Garcia... Move the NoExporter test module under Test::Simple
2008-04-15 Rafael Garcia... Add Dummy.pm from the base CPAN distribution,
2008-04-15 Rafael Garcia... Upgrade to Test::Simple 0.80, but keep locally modified...
2008-04-15 Rafael Garcia... Adapt properly More.t to run in the core
2008-04-15 Rafael Garcia... Sync with CPAN's version of the More.t test in Test...
2008-04-15 Reini Urban invalid cop_free of nullified cop. How to fix?
2008-04-15 Rafael Garcia... Add a regression test for bug #52658 (fixed by change...
2008-04-15 Rafael Garcia... Revert change #26334, which was introducing too many...
2008-04-15 Rafael Garcia... Fix for [perl #52074] Segfault on ISA push after symbol...
2008-04-15 Jerry D. Hedden Clean up unused 'popt' variable in perl.c
2008-04-14 Nicholas Clark No need to copy the part of PERL5OPT that we've already...
2008-04-14 Nicholas Clark Very little const-propagation remains related to Perl_m...
2008-04-14 Starsinic,... perldata.pod typo
2008-04-14 Andy Dougherty Re: Solaris build warnings
2008-04-14 Rafael Garcia... Revert change #33676, likely to break atan(-0,0) on...
2008-04-14 Nicholas Clark Perl_store_cop_label() isn't meant to be part of the...
2008-04-14 Rafael Garcia... Make atan2(0,0) return undef
2008-04-14 Nicholas Clark Move all the logic to print the "Changed" message into...
2008-04-14 Craig A. Berry Test::More::is_deeply may do overloading (at least...
2008-04-13 Rafael Garcia... Upgrade to Time::HiRes 1.9715
2008-04-13 Marcus Holland... Upgrade to Devel::PPPort 3.13_02
2008-04-13 Marcus Holland... Add two missing dVAR's.
2008-04-12 Vincent Pit perlclib.pod tweaks
2008-04-11 Rafael Garcia... Fix C portability nit found by Jerry D. Hedden.
2008-04-11 Vincent Pit Double magic with '\&$x'
2008-04-11 Ævar Arnfjörð... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
2008-04-11 Tels Math::BigRat 0.22
2008-04-11 Gerard Goossen is_gv_magical correctly check "ISA"
2008-04-09 John P. Linderman changes to perlsec.pod and call for removal of quicksort
2008-04-08 Jim Cromie Re: TODOs (was Re: summer of code mentor applications...
2008-04-08 Rafael Garcia... Remove old option leftover in docs
2008-04-07 Nicholas Clark So why didn't the build break for me? Fix problems...
2008-04-07 Nicholas Clark Tidy up compiler warning spotted by Jerry Hedden.
2008-04-07 Nicholas Clark Split out S_refcounted_he_new_common() from
2008-04-07 Nicholas Clark Eliminate cop_label from struct cop by storing a label...
2008-04-06 Nicholas Clark Change 33653 (inevitably) missed one cop_label, because...
2008-04-06 Nicholas Clark A macro used only once isn't a typing saving, and 3...
2008-04-06 Nicholas Clark Replace all remaining accesses to COP's cop_label with...
2008-04-06 Nicholas Clark Add attempting Exterminate! cop_label to perltodo.
2008-04-06 Paul Fenwick Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
2008-04-06 Paul Fenwick perlfunc.pod: atan2(0,0) returns 0, not undef
2008-04-06 Nicholas Clark Missed updated a test description, as spotted by vincent.
2008-04-05 Nicholas Clark UCD 5.1.0
2008-04-05 Jarkko Hietaniemi Tru64: align fp policies of gcc and cc
2008-04-04 Steve Hay Run overload.pl from regen.pl, and check overload.c...
2008-04-04 Jan Dubois Make PL_AMG_names and PL_AMG_namelens static
2008-04-04 Jan Dubois PL_bincompat_opt should be exported on AIX and Windows
next