summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add av_create_and_push() and av_create_and_unshift_one() to refactorNicholas Clark2007-01-296-60/+69
* Avoid test failure with for a -Dusesitecustomize perl.Gisle Aas2007-01-291-2/+2
* Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)Nicholas Clark2007-01-281-15/+4
* g++ wants castJarkko Hietaniemi2007-01-281-1/+1
* As we're not using UVf in the core, don't even define in when PERL_CORENicholas Clark2007-01-271-3/+7
* Change 30034 wasn't enough to silence the warnings - also need toNicholas Clark2007-01-271-2/+2
* [perl@30030] blead on OpenVMS doesn't buildAbe Timmerman2007-01-271-5/+30
* For FindBin to work as advertised on VMS, $FindBin::BinCraig A. Berry2007-01-271-1/+11
* For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.Craig A. Berry2007-01-271-0/+13
* newPADOP()'s sv parameter is never NULL, so mark it as so.Nicholas Clark2007-01-273-6/+7
* newPADOP is only used under ithreads, so don't waste space by compilingNicholas Clark2007-01-275-0/+11
* One last gv_fetchpv() that should be GV_ADD rather than TRUE.Nicholas Clark2007-01-271-1/+1
* Using gv_stashsv() and sv_setsv() in Perl_package reduces source andNicholas Clark2007-01-271-5/+3
* Change Tels' contact addressRafael Garcia-Suarez2007-01-271-1/+1
* A test to exercise the smallbuf overflow code in S_incline, and aNicholas Clark2007-01-272-13/+109
* cflags.SH was broken: it was compiling a C file for testing availableRafael Garcia-Suarez2007-01-261-0/+4
* Silence a few pedantic warningsRafael Garcia-Suarez2007-01-261-4/+4
* If we have specified -Dgccansipedantic on the Configure command-line,Rafael Garcia-Suarez2007-01-261-10/+12
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-269-20/+78
* Fix ext/POSIX/t/sysconf.t failures on Cygwin.Steve Peters2007-01-261-1/+8
* Re: [perl #32135] File::Copy moduleAdriano Ferreira2007-01-261-2/+10
* Add Archive::Extract 0.16 to the coreJos I. Boumans2007-01-2620-0/+2292
* Small bugfixes to uupacktool.plJos I. Boumans2007-01-261-3/+6
* still some Symbian/S90 tweaksJarkko Hietaniemi2007-01-263-5/+5
* Upgrade to File::Fetch 0.10, by Jos BoumansRafael Garcia-Suarez2007-01-264-152/+265
* Let File::Path report the extended system error messageRafael Garcia-Suarez2007-01-261-3/+4
* As we're not passing over (or copying in) a NUL, don't need that extraNicholas Clark2007-01-262-12/+12
* Mention //w in perltodo.Rafael Garcia-Suarez2007-01-261-0/+10
* Upgrade to Time::Local 1.17Rafael Garcia-Suarez2007-01-262-2/+2
* utf8.pm doc patchAudrey Tang2007-01-261-7/+11
* Some variables are used only with DEBUGGINGRafael Garcia-Suarez2007-01-261-0/+4
* further Symbian/S90 fixes from alexander smishlajevJarkko Hietaniemi2007-01-266-28/+35
* Upgrade to Module::Load::Conditional 0.16, by Jos BoumansRafael Garcia-Suarez2007-01-264-26/+165
* Convert the last remaining 256 byte "small"bufs to 128 bytes.Nicholas Clark2007-01-252-2/+2
* Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminatedNicholas Clark2007-01-252-13/+11
* Integrate:Andy Lester2007-01-252-2/+2
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-2518-82/+80
* split by " \0" (const string staring with a SPACE followed by NULL)SADAHIRO Tomoyuki2007-01-252-2/+13
* Upgrade to threads 1.58:Rafael Garcia-Suarez2007-01-256-57/+73
* Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell...Joshua ben Jore2007-01-251-3/+7
* Change 28058 hadn't been tested with -DPERL_CREATE_GVSVNicholas Clark2007-01-251-1/+1
* Display the process id as part of the trace output if running with -DvNicholas Clark2007-01-241-4/+9
* Fix typo in the description of change 27911Nicholas Clark2007-01-241-1/+1
* Wrap the macro arguments for ck_proto in ().Nicholas Clark2007-01-241-1/+2
* fix a few references in perlfunc.htmlJan Dubois2007-01-241-5/+5
* Improve documentation PERLIO default value in perlrun.podJan Dubois2007-01-241-1/+2
* Upgrade to Time::Local 1.16Rafael Garcia-Suarez2007-01-242-6/+20
* Add lib to @INC so that ./perl t/op/local.t works.Nicholas Clark2007-01-231-0/+1
* Change 29936 missed a ;Nicholas Clark2007-01-231-1/+1
* Fix to Time::Local to fix problems with leap year calculation.Steve Peters2007-01-231-1/+4