| Commit message (Expand) | Author | Age | Files | Lines |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 6 | -60/+69 |
* | Avoid test failure with for a -Dusesitecustomize perl. | Gisle Aas | 2007-01-29 | 1 | -2/+2 |
* | Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay) | Nicholas Clark | 2007-01-28 | 1 | -15/+4 |
* | g++ wants cast | Jarkko Hietaniemi | 2007-01-28 | 1 | -1/+1 |
* | As we're not using UVf in the core, don't even define in when PERL_CORE | Nicholas Clark | 2007-01-27 | 1 | -3/+7 |
* | Change 30034 wasn't enough to silence the warnings - also need to | Nicholas Clark | 2007-01-27 | 1 | -2/+2 |
* | [perl@30030] blead on OpenVMS doesn't build | Abe Timmerman | 2007-01-27 | 1 | -5/+30 |
* | For FindBin to work as advertised on VMS, $FindBin::Bin | Craig A. Berry | 2007-01-27 | 1 | -1/+11 |
* | For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir. | Craig A. Berry | 2007-01-27 | 1 | -0/+13 |
* | newPADOP()'s sv parameter is never NULL, so mark it as so. | Nicholas Clark | 2007-01-27 | 3 | -6/+7 |
* | newPADOP is only used under ithreads, so don't waste space by compiling | Nicholas Clark | 2007-01-27 | 5 | -0/+11 |
* | One last gv_fetchpv() that should be GV_ADD rather than TRUE. | Nicholas Clark | 2007-01-27 | 1 | -1/+1 |
* | Using gv_stashsv() and sv_setsv() in Perl_package reduces source and | Nicholas Clark | 2007-01-27 | 1 | -5/+3 |
* | Change Tels' contact address | Rafael Garcia-Suarez | 2007-01-27 | 1 | -1/+1 |
* | A test to exercise the smallbuf overflow code in S_incline, and a | Nicholas Clark | 2007-01-27 | 2 | -13/+109 |
* | cflags.SH was broken: it was compiling a C file for testing available | Rafael Garcia-Suarez | 2007-01-26 | 1 | -0/+4 |
* | Silence a few pedantic warnings | Rafael Garcia-Suarez | 2007-01-26 | 1 | -4/+4 |
* | If we have specified -Dgccansipedantic on the Configure command-line, | Rafael Garcia-Suarez | 2007-01-26 | 1 | -10/+12 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 9 | -20/+78 |
* | Fix ext/POSIX/t/sysconf.t failures on Cygwin. | Steve Peters | 2007-01-26 | 1 | -1/+8 |
* | Re: [perl #32135] File::Copy module | Adriano Ferreira | 2007-01-26 | 1 | -2/+10 |
* | Add Archive::Extract 0.16 to the core | Jos I. Boumans | 2007-01-26 | 20 | -0/+2292 |
* | Small bugfixes to uupacktool.pl | Jos I. Boumans | 2007-01-26 | 1 | -3/+6 |
* | still some Symbian/S90 tweaks | Jarkko Hietaniemi | 2007-01-26 | 3 | -5/+5 |
* | Upgrade to File::Fetch 0.10, by Jos Boumans | Rafael Garcia-Suarez | 2007-01-26 | 4 | -152/+265 |
* | Let File::Path report the extended system error message | Rafael Garcia-Suarez | 2007-01-26 | 1 | -3/+4 |
* | As we're not passing over (or copying in) a NUL, don't need that extra | Nicholas Clark | 2007-01-26 | 2 | -12/+12 |
* | Mention //w in perltodo. | Rafael Garcia-Suarez | 2007-01-26 | 1 | -0/+10 |
* | Upgrade to Time::Local 1.17 | Rafael Garcia-Suarez | 2007-01-26 | 2 | -2/+2 |
* | utf8.pm doc patch | Audrey Tang | 2007-01-26 | 1 | -7/+11 |
* | Some variables are used only with DEBUGGING | Rafael Garcia-Suarez | 2007-01-26 | 1 | -0/+4 |
* | further Symbian/S90 fixes from alexander smishlajev | Jarkko Hietaniemi | 2007-01-26 | 6 | -28/+35 |
* | Upgrade to Module::Load::Conditional 0.16, by Jos Boumans | Rafael Garcia-Suarez | 2007-01-26 | 4 | -26/+165 |
* | Convert the last remaining 256 byte "small"bufs to 128 bytes. | Nicholas Clark | 2007-01-25 | 2 | -2/+2 |
* | Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated | Nicholas Clark | 2007-01-25 | 2 | -13/+11 |
* | Integrate: | Andy Lester | 2007-01-25 | 2 | -2/+2 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 18 | -82/+80 |
* | split by " \0" (const string staring with a SPACE followed by NULL) | SADAHIRO Tomoyuki | 2007-01-25 | 2 | -2/+13 |
* | Upgrade to threads 1.58: | Rafael Garcia-Suarez | 2007-01-25 | 6 | -57/+73 |
* | Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell... | Joshua ben Jore | 2007-01-25 | 1 | -3/+7 |
* | Change 28058 hadn't been tested with -DPERL_CREATE_GVSV | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Display the process id as part of the trace output if running with -Dv | Nicholas Clark | 2007-01-24 | 1 | -4/+9 |
* | Fix typo in the description of change 27911 | Nicholas Clark | 2007-01-24 | 1 | -1/+1 |
* | Wrap the macro arguments for ck_proto in (). | Nicholas Clark | 2007-01-24 | 1 | -1/+2 |
* | fix a few references in perlfunc.html | Jan Dubois | 2007-01-24 | 1 | -5/+5 |
* | Improve documentation PERLIO default value in perlrun.pod | Jan Dubois | 2007-01-24 | 1 | -1/+2 |
* | Upgrade to Time::Local 1.16 | Rafael Garcia-Suarez | 2007-01-24 | 2 | -6/+20 |
* | Add lib to @INC so that ./perl t/op/local.t works. | Nicholas Clark | 2007-01-23 | 1 | -0/+1 |
* | Change 29936 missed a ; | Nicholas Clark | 2007-01-23 | 1 | -1/+1 |
* | Fix to Time::Local to fix problems with leap year calculation. | Steve Peters | 2007-01-23 | 1 | -1/+4 |