2008-04-23 |
Nicholas Clark |
Add "safely supporting POSIX SA_SIGINFO" to perltodo... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Nicholas Clark |
Note that Rafael did the key elsif() line number TODO... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Steve Hay |
Upgrade to ExtUtils-CBuilder-0.23 |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Steve Hay |
Upgrade to Win32-0.36 |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Paul Marquess |
Update Compression modules to version 2.009 |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Rafael Garcia... |
Upgrade to Math::BigInt v1.89 |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Paul Johnson |
Re: wrong line numbers in elsif() |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Matt Kraai |
[perl #52860] [PATCH] Incorrect variable name in perlintro |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Matt Kraai |
[perl #52866] [PATCH] Missing period in perlintro |
commit | commitdiff | tree | snapshot |
2008-04-18 |
James Bence |
[perl #53000] Patch for featured TODO: make a reproduci... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Rafael Garcia... |
Fix the line-number-in-elsif longstanding bug. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nicholas Clark |
Add "eliminate incorrect line numbers in warnings"... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nicholas Clark |
Expand "repack the optree" and add "store the current... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nicholas Clark |
Remove a dead case from the error reporting in |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nicholas Clark |
Perl_gv_fetchmethod{,_autoload,_flags} are actually... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nicholas Clark |
Test dbmopen more thoroughly, including closing the... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Rafael Garcia... |
%.*s mandates an "int", says the C standard |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Rafael Garcia... |
Fix warning with int size in printf format |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Nicholas Clark |
/* This code tries to figure out just what went wrong... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Nicholas Clark |
Avoid forwards and then backwards on the :: splitting... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Nicholas Clark |
Use like() rather than is() to get better failure diagn... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Rafael Garcia... |
Upgrade to Digest::SHA 5.46 |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Rafael Garcia... |
Upgrade to Math::Complex 1.54 |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Nicholas Clark |
Add the verbatim perl code mentioned in the comments of |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Nicholas Clark |
Using memEQ() rather than strnEQ() when the length... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Call cop_free on nullified cops too |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Nicholas Clark |
De-encode missed RFC 2047 encoded headers. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Move the NoExporter test module under Test::Simple |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Add Dummy.pm from the base CPAN distribution, |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Upgrade to Test::Simple 0.80, but keep locally modified... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Adapt properly More.t to run in the core |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Sync with CPAN's version of the More.t test in Test... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Reini Urban |
invalid cop_free of nullified cop. How to fix? |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Add a regression test for bug #52658 (fixed by change... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Revert change #26334, which was introducing too many... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Rafael Garcia... |
Fix for [perl #52074] Segfault on ISA push after symbol... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jerry D. Hedden |
Clean up unused 'popt' variable in perl.c |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nicholas Clark |
No need to copy the part of PERL5OPT that we've already... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nicholas Clark |
Very little const-propagation remains related to Perl_m... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Starsinic,... |
perldata.pod typo |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Andy Dougherty |
Re: Solaris build warnings |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Rafael Garcia... |
Revert change #33676, likely to break atan(-0,0) on... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nicholas Clark |
Perl_store_cop_label() isn't meant to be part of the... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Rafael Garcia... |
Make atan2(0,0) return undef |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nicholas Clark |
Move all the logic to print the "Changed" message into... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Craig A. Berry |
Test::More::is_deeply may do overloading (at least... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Rafael Garcia... |
Upgrade to Time::HiRes 1.9715 |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.13_02 |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Marcus Holland... |
Add two missing dVAR's. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Vincent Pit |
perlclib.pod tweaks |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Rafael Garcia... |
Fix C portability nit found by Jerry D. Hedden. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Vincent Pit |
Double magic with '\&$x' |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ævar Arnfjörð... |
Re: [perl #52672] regexp failure: (?=) turns into OPFAIL |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Tels |
Math::BigRat 0.22 |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Gerard Goossen |
is_gv_magical correctly check "ISA" |
commit | commitdiff | tree | snapshot |
2008-04-09 |
John P. Linderman |
changes to perlsec.pod and call for removal of quicksort |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Jim Cromie |
Re: TODOs (was Re: summer of code mentor applications... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Rafael Garcia... |
Remove old option leftover in docs |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Nicholas Clark |
So why didn't the build break for me? Fix problems... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Nicholas Clark |
Tidy up compiler warning spotted by Jerry Hedden. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Nicholas Clark |
Split out S_refcounted_he_new_common() from |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Nicholas Clark |
Eliminate cop_label from struct cop by storing a label... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Nicholas Clark |
Change 33653 (inevitably) missed one cop_label, because... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Nicholas Clark |
A macro used only once isn't a typing saving, and 3... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Nicholas Clark |
Replace all remaining accesses to COP's cop_label with... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Nicholas Clark |
Add attempting Exterminate! cop_label to perltodo. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Paul Fenwick |
Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Paul Fenwick |
perlfunc.pod: atan2(0,0) returns 0, not undef |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Nicholas Clark |
Missed updated a test description, as spotted by vincent. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Nicholas Clark |
UCD 5.1.0 |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Jarkko Hietaniemi |
Tru64: align fp policies of gcc and cc |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Hay |
Run overload.pl from regen.pl, and check overload.c... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jan Dubois |
Make PL_AMG_names and PL_AMG_namelens static |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jan Dubois |
PL_bincompat_opt should be exported on AIX and Windows |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Nicholas Clark |
Pack lib/CGI/t/upload_post_text.txt with uupacktool... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Nicholas Clark |
Clean up some compiler warnings spotted by smokers. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Nicholas Clark |
In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Jerry D. Hedden |
Re: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Nicholas Clark |
Fix bug in change 33379 - if we're using malloc_size... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Nicholas Clark |
Define sv_insert() as a wrapper to sv_insert_flags... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Nicholas Clark |
Add the correct argument assertion macro to sv_insert_f... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Steve Hay |
Upgrade to Win32-0.35 |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Rafael Garcia... |
Module::CoreList wasn't listing Config.pm everywhere. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Nicholas Clark |
$VERSION++ for all the non-dual life modules outside... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Nicholas Clark |
Fix bug in the code for --opened - it was not working... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Nicholas Clark |
$VERSION++ for all the non-dual life modules in ext... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Vincent Pit |
Double magic with substr |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Rafael Garcia... |
Config.pm needs to be listed in Module::CoreList, too |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Nicholas Clark |
Give DynaLoader a non-dev version number. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Robin Barker |
add -v to regen.pl and friends |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Nicholas Clark |
detecting Configure test goofs (Was Re: branch predicti... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Nicholas Clark |
GDBM_File isn't dual life, so no need for a dev module... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Dominic Dunlop |
Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Nicholas Clark |
Add i_syspoll to all the pre-canned configs. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Nicholas Clark |
Fix compiler warning about comparison of pointer types. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Gerard Goossen |
do not use SVTYPEMASK to prevent cleaning of PL_fdpid... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Dominic Dunlop |
Re: Tests failed on PPC64 |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Steve Peters |
Additional CGI.pm test files that got missed at some... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Craig A. Berry |
Make the nv_preserves... checking on VMS more robust... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Craig A. Berry |
Make uudmap.h dependencies more explicit in the VMS... |
commit | commitdiff | tree | snapshot |
next |