| Commit message (Expand) | Author | Age | Files | Lines |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 11 | -28/+28 |
* | As we have the length of the string easily to hand, no reason not to | Nicholas Clark | 2005-05-10 | 1 | -3/+4 |
* | perlop.pod nit | Steve Peters | 2005-05-10 | 1 | -1/+1 |
* | Experiment with using the ptr_table code to hold the seen hash | Nicholas Clark | 2005-05-10 | 1 | -6/+80 |
* | Simplify the debug and assert logic. | Nicholas Clark | 2005-05-10 | 1 | -7/+0 |
* | Change 24165 missed one s/class/classname/ in the debugging code. | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
* | reentr.h changes so threaded Perl's compile on OpenBSD 3.7 | Steve Peters | 2005-05-10 | 1 | -2/+2 |
* | Avoid USE_SITECUSTOMIZE redefined warnings | Jan Dubois | 2005-05-10 | 1 | -0/+2 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 15 | -507/+1078 |
* | Fix typo (bug #35368) | Rafael Garcia-Suarez | 2005-05-09 | 1 | -2/+1 |
* | Update the comment describing arenas. | Nicholas Clark | 2005-05-09 | 1 | -8/+8 |
* | Hoist the static "AUTOLOAD" into a static const variable. Makes the | Nicholas Clark | 2005-05-09 | 1 | -10/+9 |
* | Upgrade to Unicode::Collate 0.50 | Rafael Garcia-Suarez | 2005-05-09 | 21 | -455/+739 |
* | Change 24413 should have updated makedef.pl with the knowledge that 2 | Nicholas Clark | 2005-05-09 | 1 | -0/+2 |
* | Change 24420 should have hand updated globvar.sym to reflect the | Nicholas Clark | 2005-05-09 | 1 | -1/+1 |
* | Simplify S_hv_notallowed slightly by passing a prebuilt message | Nicholas Clark | 2005-05-09 | 1 | -9/+8 |
* | Sv_*set() doc's and extra const's for the SvPVX_const() tasks | Steve Peters | 2005-05-09 | 6 | -6/+104 |
* | Revert to Andy's first solution for nonnull attributes; | Rafael Garcia-Suarez | 2005-05-09 | 5 | -830/+142 |
* | Perl_croak uses perl's printf, so can pass in SVs direct - no need for | Nicholas Clark | 2005-05-08 | 4 | -8/+5 |
* | There's no need to set a reference count for the new SV heads, as it's | Nicholas Clark | 2005-05-08 | 1 | -0/+7 |
* | The idea is that when you find something, you stop looking. | Nicholas Clark | 2005-05-08 | 1 | -1/+3 |
* | t/TEST's new error messages now include the prefix 'FAILURE--' | Dave Mitchell | 2005-05-08 | 1 | -7/+7 |
* | Tweak the insertion of __attribute__((nonnull())) declarations | Rafael Garcia-Suarez | 2005-05-08 | 2 | -137/+827 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 15 | -423/+611 |
* | The ptr_table arena variables and code is only needed for ithreads. | Nicholas Clark | 2005-05-07 | 2 | -1/+8 |
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 10 | -859/+902 |
* | add 1.875c to the list of supported bisons | Dave Mitchell | 2005-05-07 | 1 | -1/+1 |
* | Get the correct refcount on the temporary assignment to PL_sigwarn so | Nicholas Clark | 2005-05-06 | 2 | -2/+20 |
* | Ooops. Wise man tests with ithreads before commiting. D'oh! | Nicholas Clark | 2005-05-06 | 1 | -3/+3 |
* | Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. | Nicholas Clark | 2005-05-06 | 3 | -17/+21 |
* | Upgrade to PathTools 3.07 | Rafael Garcia-Suarez | 2005-05-06 | 11 | -18/+59 |
* | Don't pretend SIGZERO exists [#35291]. | Abhijit Menon-Sen | 2005-05-06 | 1 | -1/+1 |
* | Make the arena size changeable at compile time, and up the default by | Nicholas Clark | 2005-05-06 | 3 | -31/+37 |
* | Allocate pointer table entries (for ithread cloning) from an arena | Nicholas Clark | 2005-05-06 | 4 | -2/+61 |
* | avoid accessing a just-freed SV (keep ponie happy) | Dave Mitchell | 2005-05-05 | 1 | -1/+4 |
* | Missing files in Test::Simple | Rafael Garcia-Suarez | 2005-05-05 | 3 | -0/+378 |
* | Bump versions of non dual-life modules | Nicholas Clark | 2005-05-05 | 6 | -6/+6 |
* | Bump version numbers | Nicholas Clark | 2005-05-05 | 4 | -4/+4 |
* | Upgrade to Test::Simple 0.60 | Rafael Garcia-Suarez | 2005-05-05 | 14 | -489/+336 |
* | Bump B version numbers | Nicholas Clark | 2005-05-05 | 6 | -6/+7 |
* | stop Math/BigInt/t/bare_mbf.t producing spurious test output | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
* | strictifying t/TEST stopped it handling '1..n todo' correctly | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
* | make t/TEST detect various failure modes in testfile outputs | Dave Mitchell | 2005-05-05 | 1 | -33/+51 |
* | strictify t/TEST | Dave Mitchell | 2005-05-04 | 1 | -76/+88 |
* | Document the unportability of atan2() edge cases | Rafael Garcia-Suarez | 2005-05-04 | 2 | -8/+15 |
* | add test for [perl #34682] leaving eval via last in inner runops | Dave Mitchell | 2005-05-04 | 1 | -1/+12 |
* | Fix test numerotation | Rafael Garcia-Suarez | 2005-05-04 | 1 | -2/+2 |
* | make goto.t use test.pl, strict and warnings | Dave Mitchell | 2005-05-04 | 1 | -116/+107 |
* | [perl #35214] SEGV when next is followed by a goto | Dave Mitchell | 2005-05-04 | 2 | -1/+26 |
* | perlvar.pod verbatim paragraph first line does not start with a space | Offer Kaye | 2005-05-04 | 1 | -1/+1 |