summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scalars used in postponed subexpressions aren't first class regexps,Nicholas Clark2007-12-272-2/+10
* Proper $TODO support in &ok() and &iseq() in pat.tNicholas Clark2007-12-271-6/+11
* Localize $\ before changing it, so as not to affect print statements inNicholas Clark2007-12-271-6/+9
* Test that we can clone regexps into new threads, and fix the bug inNicholas Clark2007-12-272-1/+14
* "Automate" change 32648 (ensure that -E always loads the latestNicholas Clark2007-12-271-1/+2
* You can't coerce a typeglob to a string. (Restore the error message -Nicholas Clark2007-12-272-2/+27
* assert() that the sv_unmagic() in S_regmatch() is unneeded.Nicholas Clark2007-12-271-2/+12
* You don't need $(DYNALOADER) to make $(nonxs_ext)Nicholas Clark2007-12-271-1/+1
* Regexps are now orange.Nicholas Clark2007-12-277-7/+36
* Remove the last Null(...) from x2p/*Nicholas Clark2007-12-271-1/+1
* Tweak Perl_sv_upgrade() so that references can upgrade to SVt_PVNicholas Clark2007-12-261-6/+7
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2007-12-264-20/+18
* Remove two warnings (sub diag() was redefined, and implict split isNicholas Clark2007-12-261-2/+2
* Upgrade to File-Temp-0.20Steve Peters2007-12-262-12/+18
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-2613-110/+163
* Better diagnostics by removing an && from an ok() and converting it toNicholas Clark2007-12-261-3/+4
* change/correction to 32246Robin Barker2007-12-261-3/+3
* Linking a RT ticket to an open TODO.Steve Peters2007-12-261-1/+2
* docs: list of places where $_ is usedGabor Szabo2007-12-261-4/+13
* docs: replace FH by my $fh in openGabor Szabo2007-12-261-4/+12
* 64-bit fix for Time::LocalJan Dubois2007-12-261-6/+3
* Pod::Html: fix markup errors with (nested) definition listsBrendan O'Dea2007-12-264-72/+79
* Use print rather than diag(), as these routine messages shouldn't beNicholas Clark2007-12-261-1/+3
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-267-18/+22
* A test for upgrading scalars. Curiously, before this, lib/Math/Trig.tNicholas Clark2007-12-262-0/+49
* patch - chg 32721 missed a couple NullstrsJim Cromie2007-12-251-2/+2
* RE: [PATCH] s/perl510/perl511/gJan Dubois2007-12-254-12/+12
* Remove Nullch etc. from x2pJan Dubois2007-12-256-23/+18
* PATCH re 32711Robin Barker2007-12-241-1/+2
* Correct the correction. This one is both a correcly spelled word, andNicholas Clark2007-12-231-1/+1
* Fix my typo in a comment.Nicholas Clark2007-12-231-1/+1
* In SvPV_free(), assert() that no-one is trying to free up a reference.Nicholas Clark2007-12-231-0/+1
* { my $a; } not warning about being used only once is a somethingNicholas Clark2007-12-231-0/+14
* Add an assert() to verify my assumption that no-one upgrades a scalarNicholas Clark2007-12-231-0/+6
* Welcome to Perl 5.11, win32!Steve Peters2007-12-232-12/+12
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-2314-103/+103
* Fix cygwin.c againJerry D. Hedden2007-12-221-2/+2
* Remove warning about casting integer to different sized pointer.Nicholas Clark2007-12-221-1/+1
* The ext/Cwd/Cwd.xs part of...Robin Barker2007-12-221-4/+6
* Upgrade to IPC::SysV 1.99_07Marcus Holland-Moritz2007-12-2225-792/+3372
* Replace our assert-which-can-be-caught-by-eval with the real deal fromNicholas Clark2007-12-221-2/+10
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-225-10/+17
* Hateful software that sends my cursor keys as packets that can getNicholas Clark2007-12-221-1/+1
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-2225-1/+85
* Exterminate PL_na! Exterminate! Exterminate! Exterminate!Nicholas Clark2007-12-2212-44/+58
* ext/ constingRobin Barker2007-12-2223-28/+29
* By moving the "can't upgrade downwards" croak() in Perl_sv_upgrade()Nicholas Clark2007-12-221-8/+6
* Correct the minor mistake of changes 32675 and 32676 - the check shouldNicholas Clark2007-12-221-2/+2
* Integrate:Nicholas Clark2007-12-229-71/+138
* Integrate:Nicholas Clark2007-12-221-3/+28