summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32_pclose() error exit doesn't unlock mutexJan Dubois2006-03-172-0/+2
* win32_async_check() can loop indefinitely; 5.8.8 regressionJan Dubois2006-03-171-1/+10
* reduce S_regrepeat_hard() callers from 3 to 1Dave Mitchell2006-03-171-3/+7
* Add a new per-interpeter variable PL_utf8cache, which will be used toNicholas Clark2006-03-166-1/+20
* Note that it's worth looking to downsize variables in the interpreterNicholas Clark2006-03-161-0/+10
* Correct the macros in the comments in hv.c. Given the improvements inNicholas Clark2006-03-161-4/+4
* Avoid hardcoded $(OBJ_EXT)Gisle Aas2006-03-161-1/+1
* Change 27520 was a bit too aggressive. Let's keep the warning.Gisle Aas2006-03-161-0/+3
* Remove unused code. No extension use Makefile.SH any more.Gisle Aas2006-03-161-8/+0
* Fix up miniperl dependency.Gisle Aas2006-03-161-2/+2
* Simplify; make perl.o included in $(obj)Gisle Aas2006-03-161-8/+8
* Add a couple of regression tests for the untestedRafael Garcia-Suarez2006-03-161-1/+7
* Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10Paul Marquess2006-03-1641-217/+255
* require should ignore directories found when searching @INC not justGisle Aas2006-03-162-6/+2
* Make the threads tests silent with regard to the new :unique deprecation warningRafael Garcia-Suarez2006-03-161-0/+1
* Make the original versions of relocated paths available fromNicholas Clark2006-03-151-1/+3
* Correct the non gcc-brace-group definition of SvAMAGIC_offNicholas Clark2006-03-151-1/+2
* D'oh! 27508 wasn't quite testing what I wanted it to test. This does.Nicholas Clark2006-03-151-3/+2
* Test for reblessing objects with weak references.Nicholas Clark2006-03-151-1/+30
* Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb whichNicholas Clark2006-03-152-18/+0
* Moving the overloading flag from the reference to the referant allowsNicholas Clark2006-03-154-15/+73
* Finish converting overload.t to Test::MoreNicholas Clark2006-03-151-132/+100
* Further conversion of overload.tNicholas Clark2006-03-151-81/+81
* Additions to README.win32 and win32/Makefile based on comments fromSteve Peters2006-03-152-4/+6
* Further conversion of overload.tNicholas Clark2006-03-151-57/+58
* Partially convert overload.t to Test::MoreNicholas Clark2006-03-151-31/+31
* The first step in supporting VC++ 8.0. Added macros for the free .NET 2.0 SD...Steve Peters2006-03-151-2/+17
* Deprecate :unique even with threadsRafael Garcia-Suarez2006-03-141-1/+1
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-145-31/+13
* perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2Peter Prymmer2006-03-141-1/+3
* SVphv_REHASH can use the same flag bit as SVf_FAKE. This allowsNicholas Clark2006-03-141-4/+3
* [perl #38710] localised stash slice Hugo van der Sanden2006-03-141-1/+29
* threads and threads::shared are now dual-lived modulesRafael Garcia-Suarez2006-03-141-3/+12
* Do nothing in a GCC-friendly wayAndy Lester2006-03-141-4/+4
* looks_like_bool can be constAndy Lester2006-03-143-4/+4
* Somewhat less shaky relocatable @INC support. You can install thingsNicholas Clark2006-03-133-3/+61
* First stab at rather shaky Configure support for relocatable @INC.Nicholas Clark2006-03-132-21/+66
* Split break out the installprefix code from setprefixvar, which allowsNicholas Clark2006-03-131-54/+30
* Refactor most of the cut & paste for setting prefix/prefixexp variablesNicholas Clark2006-03-131-128/+54
* Forgot the ending \. Why did it still compile ?Rafael Garcia-Suarez2006-03-131-1/+1
* Automatically SPAGAIN in the poor-man's-multicall APIRobin Houston2006-03-131-0/+1
* The existing order of the checks for whether man1dir and man3dir wereNicholas Clark2006-03-131-10/+8
* The "Change installation prefix, if necessary." code needs to useNicholas Clark2006-03-131-24/+24
* Load .pmc always, even if they are older than a matching .pm file.Rafael Garcia-Suarez2006-03-122-17/+7
* Removed unnecessary NULL check in Digest::SHAAndy Lester2006-03-121-4/+2
* Upgrade to Module-Build-0.27_09Steve Peters2006-03-127-40/+127
* isSPACE('\0') is false, so can simplify the condition in the forNicholas Clark2006-03-111-2/+2
* Fix the last 2 perly.y specific parts of regen_perly.pl, and makeNicholas Clark2006-03-114-190/+3
* NNs and NULLOKs for MAD's new functions.Nicholas Clark2006-03-112-14/+22
* Perl_newWHILEOP() had exactly the same lack of a NULL pointer checkSteve Peters2006-03-111-2/+2