summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)Jarkko Hietaniemi2006-01-081-2/+11
* Add utils/shasum.PL to MANIFESTNicholas Clark2006-01-081-0/+1
* Add missing files in ext/Digest/SHA/src that somehow escaped the net.Nicholas Clark2006-01-088-0/+1329
* Add Digest-SHA-5.32 for SHA-256 support for CPAN.Steve Peters2006-01-0848-3/+3267
* Make v?snprintf available on VMS v7.3-2 and later and clean upCraig A. Berry2006-01-071-24/+22
* Remove the greedy quantifier from inside the grouping (?:) so that itNicholas Clark2006-01-071-1/+1
* Reorder Fcntl's bootstrapping so that the constants actually getNicholas Clark2006-01-071-13/+19
* [perl #37946] preserve the referent associated with a shared RV.Dave Mitchell2006-01-071-23/+49
* Additional const prototype fixes.Steve Peters2006-01-072-3/+3
* fix coredump on 'local $shared[N]' introduced by change #24942Dave Mitchell2006-01-071-15/+3
* Don't code the absolute number of tests for the UTF8/EBCDIC case; muchNicholas Clark2006-01-061-1/+1
* Make VMS manifest checker handle multi-dot filenames on ODS-5Craig A. Berry2006-01-061-0/+2
* Correct the typo in the description of change 24253Nicholas Clark2006-01-061-1/+1
* Upgrade to version-0.52Steve Peters2006-01-066-17/+38
* make ithreads shared vars smaller/quicker by eliminating shared_svDave Mitchell2006-01-062-376/+516
* const'ing parameters killed the builds for djgpp. Changes get the Steve Peters2006-01-062-2/+2
* Negating an unsigned value generates warnings for some compilers, soNicholas Clark2006-01-061-1/+1
* DBL_MAX and FLT_MAX are not constants in Borland C++Steve Hay2006-01-061-3/+3
* hv_fetchs() supportAndy Lester2006-01-067-28/+29
* sprinkle dVARJarkko Hietaniemi2006-01-0640-198/+858
* performance tweaking op.cAndy Lester2006-01-061-12/+16
* Remove code duplicated a few lines above by change 19695.Gisle Aas2006-01-061-8/+0
* Move "DEVEL####" marker to the 'perl -v' output.Gisle Aas2006-01-064-10/+6
* Replacing broken call to savepvn() with savepvs() to get threadedSteve Peters2006-01-061-1/+1
* Make '-s' on the shebang line able to parse -foo=bar switches again.Gisle Aas2006-01-062-5/+22
* Improve description of the -s switch.Gisle Aas2006-01-061-3/+2
* Test if the probed availability of v?snprintf () isH.Merijn Brand2006-01-051-1/+58
* Upgrade to CPAN.pm 1.83Rafael Garcia-Suarez2006-01-055-26/+53
* Regenerate PODsRafael Garcia-Suarez2006-01-052-725/+4220
* Workaround another problem following change 26395Steve Hay2006-01-051-2/+4
* Really commit change 26662 (duh)Rafael Garcia-Suarez2006-01-052-0/+2
* Let table of contents know about perllinux man pageRafael Garcia-Suarez2006-01-050-0/+0
* Update ChangesRafael Garcia-Suarez2006-01-051-0/+1182
* MinGW and lib/CORE/Win32.hSisyphus2006-01-051-0/+11
* Install less README filesRafael Garcia-Suarez2006-01-051-1/+1
* Remove old Pod::Man parser creation.Rafael Garcia-Suarez2006-01-051-5/+1
* Change installman to instantiate a new Pod::Man instance for eachSteve Peters2006-01-051-0/+4
* Reorder changes made in change 26630Steve Hay2006-01-058-52/+48
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-047-7/+7
* Don't try to export PL_my_ctx_mutex and PL_my_cxt_* whenSteve Hay2006-01-041-0/+4
* More copyright updatesRafael Garcia-Suarez2006-01-0413-13/+13
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-043-258/+140
* Move all the xxxpvs() macros to handy.h.Gisle Aas2006-01-042-6/+12
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-049-22/+24
* Add an extra NUL so that we can use sv_catpvs()Gisle Aas2006-01-041-4/+1
* Get rid of hardcoded string length.Gisle Aas2006-01-041-1/+1
* Introduce newSVpvs_share() macro.Gisle Aas2006-01-043-5/+6
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-045-16/+16
* Update copyright year.Steve Peters2006-01-041-1/+1
* Fix some compilation warningsRafael Garcia-Suarez2006-01-041-2/+2