| Commit message (Expand) | Author | Age | Files | Lines |
* | scalars used in postponed subexpressions aren't first class regexps, | Nicholas Clark | 2007-12-27 | 2 | -2/+10 |
* | Proper $TODO support in &ok() and &iseq() in pat.t | Nicholas Clark | 2007-12-27 | 1 | -6/+11 |
* | Localize $\ before changing it, so as not to affect print statements in | Nicholas Clark | 2007-12-27 | 1 | -6/+9 |
* | Test that we can clone regexps into new threads, and fix the bug in | Nicholas Clark | 2007-12-27 | 2 | -1/+14 |
* | "Automate" change 32648 (ensure that -E always loads the latest | Nicholas Clark | 2007-12-27 | 1 | -1/+2 |
* | You can't coerce a typeglob to a string. (Restore the error message - | Nicholas Clark | 2007-12-27 | 2 | -2/+27 |
* | assert() that the sv_unmagic() in S_regmatch() is unneeded. | Nicholas Clark | 2007-12-27 | 1 | -2/+12 |
* | You don't need $(DYNALOADER) to make $(nonxs_ext) | Nicholas Clark | 2007-12-27 | 1 | -1/+1 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 7 | -7/+36 |
* | Remove the last Null(...) from x2p/* | Nicholas Clark | 2007-12-27 | 1 | -1/+1 |
* | Tweak Perl_sv_upgrade() so that references can upgrade to SVt_PV | Nicholas Clark | 2007-12-26 | 1 | -6/+7 |
* | Take code that occurs in three places to take a scalar and ready it to | Nicholas Clark | 2007-12-26 | 4 | -20/+18 |
* | Remove two warnings (sub diag() was redefined, and implict split is | Nicholas Clark | 2007-12-26 | 1 | -2/+2 |
* | Upgrade to File-Temp-0.20 | Steve Peters | 2007-12-26 | 2 | -12/+18 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 13 | -110/+163 |
* | Better diagnostics by removing an && from an ok() and converting it to | Nicholas Clark | 2007-12-26 | 1 | -3/+4 |
* | change/correction to 32246 | Robin Barker | 2007-12-26 | 1 | -3/+3 |
* | Linking a RT ticket to an open TODO. | Steve Peters | 2007-12-26 | 1 | -1/+2 |
* | docs: list of places where $_ is used | Gabor Szabo | 2007-12-26 | 1 | -4/+13 |
* | docs: replace FH by my $fh in open | Gabor Szabo | 2007-12-26 | 1 | -4/+12 |
* | 64-bit fix for Time::Local | Jan Dubois | 2007-12-26 | 1 | -6/+3 |
* | Pod::Html: fix markup errors with (nested) definition lists | Brendan O'Dea | 2007-12-26 | 4 | -72/+79 |
* | Use print rather than diag(), as these routine messages shouldn't be | Nicholas Clark | 2007-12-26 | 1 | -1/+3 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 7 | -18/+22 |
* | A test for upgrading scalars. Curiously, before this, lib/Math/Trig.t | Nicholas Clark | 2007-12-26 | 2 | -0/+49 |
* | patch - chg 32721 missed a couple Nullstrs | Jim Cromie | 2007-12-25 | 1 | -2/+2 |
* | RE: [PATCH] s/perl510/perl511/g | Jan Dubois | 2007-12-25 | 4 | -12/+12 |
* | Remove Nullch etc. from x2p | Jan Dubois | 2007-12-25 | 6 | -23/+18 |
* | PATCH re 32711 | Robin Barker | 2007-12-24 | 1 | -1/+2 |
* | Correct the correction. This one is both a correcly spelled word, and | Nicholas Clark | 2007-12-23 | 1 | -1/+1 |
* | Fix my typo in a comment. | Nicholas Clark | 2007-12-23 | 1 | -1/+1 |
* | In SvPV_free(), assert() that no-one is trying to free up a reference. | Nicholas Clark | 2007-12-23 | 1 | -0/+1 |
* | { my $a; } not warning about being used only once is a something | Nicholas Clark | 2007-12-23 | 1 | -0/+14 |
* | Add an assert() to verify my assumption that no-one upgrades a scalar | Nicholas Clark | 2007-12-23 | 1 | -0/+6 |
* | Welcome to Perl 5.11, win32! | Steve Peters | 2007-12-23 | 2 | -12/+12 |
* | Nullch and others were still alive and well in some of the operating | Steve Peters | 2007-12-23 | 14 | -103/+103 |
* | Fix cygwin.c again | Jerry D. Hedden | 2007-12-22 | 1 | -2/+2 |
* | Remove warning about casting integer to different sized pointer. | Nicholas Clark | 2007-12-22 | 1 | -1/+1 |
* | The ext/Cwd/Cwd.xs part of... | Robin Barker | 2007-12-22 | 1 | -4/+6 |
* | Upgrade to IPC::SysV 1.99_07 | Marcus Holland-Moritz | 2007-12-22 | 25 | -792/+3372 |
* | Replace our assert-which-can-be-caught-by-eval with the real deal from | Nicholas Clark | 2007-12-22 | 1 | -2/+10 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 5 | -10/+17 |
* | Hateful software that sends my cursor keys as packets that can get | Nicholas Clark | 2007-12-22 | 1 | -1/+1 |
* | Add a Configure probe for <assert.h> | Nicholas Clark | 2007-12-22 | 25 | -1/+85 |
* | Exterminate PL_na! Exterminate! Exterminate! Exterminate! | Nicholas Clark | 2007-12-22 | 12 | -44/+58 |
* | ext/ consting | Robin Barker | 2007-12-22 | 23 | -28/+29 |
* | By moving the "can't upgrade downwards" croak() in Perl_sv_upgrade() | Nicholas Clark | 2007-12-22 | 1 | -8/+6 |
* | Correct the minor mistake of changes 32675 and 32676 - the check should | Nicholas Clark | 2007-12-22 | 1 | -2/+2 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 9 | -71/+138 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 1 | -3/+28 |