summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* As there will be no old body to dispose of, we can return immediately.Nicholas Clark2005-06-211-3/+3
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-213-6/+9
* Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations Tsutomu IKEGAMI2005-06-211-5/+3
* FPTR2DPTR/DPTR2FPTRRobin Barker2005-06-201-2/+2
* Replace the non-const initialiser block + loop with a series of callsNicholas Clark2005-06-201-50/+31
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-2013-221/+335
* Same fix, for the test, now.Rafael Garcia-Suarez2005-06-201-1/+1
* perl -v was outputting a double v (spotted by Jarkko)Rafael Garcia-Suarez2005-06-201-2/+2
* Remove signature test, which is always skippedRafael Garcia-Suarez2005-06-202-34/+0
* Recommend Against UNIVERSAL:: Methods as Functions, take 2chromatic2005-06-203-29/+20
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-2010-42/+10
* Silence warning in debug printfNicholas Clark2005-06-201-1/+1
* More random cleanupsAndy Lester2005-06-206-177/+180
* Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)Steve Hay2005-06-208-0/+24
* Hugo suggests this.Rafael Garcia-Suarez2005-06-201-2/+1
* Missed a chunk in previous commitRafael Garcia-Suarez2005-06-201-0/+2
* [perl #36328] Until Statement Undocumented Eric Amick2005-06-201-0/+2
* Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crashRick Delaney2005-06-202-8/+30
* S_del_body is sufficiently small that inlining it is a space win.Nicholas Clark2005-06-201-23/+22
* If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVXNicholas Clark2005-06-191-30/+39
* Add a Configure test to see if NV 0.0 is stored as all bits zero, andCraig A. Berry2005-06-194-0/+134
* Move the offset calculations outside of new_body/del_body.Nicholas Clark2005-06-191-27/+31
* Refactor sv_dup to memcpy from source to destination, and onlyNicholas Clark2005-06-181-259/+280
* Squeeze a little more savings by moving pte and he arenas into theNicholas Clark2005-06-183-24/+14
* squeeze repetition out of Perl_sv_free_arenasJim Cromie2005-06-181-74/+39
* update AVs and HVs using the old_body, and remove all of the localNicholas Clark2005-06-181-59/+29
* sv_upgrade by memcpyNicholas Clark2005-06-181-72/+146
* Fix compiling with -DPURIFYNicholas Clark2005-06-171-2/+2
* Change 24886 was buggy - should be taking (and passing in) theNicholas Clark2005-06-171-6/+6
* Add new internal error message to perldiagRafael Garcia-Suarez2005-06-171-0/+5
* Collect a little more information about the body we're getting rid ofNicholas Clark2005-06-171-0/+19
* Missing aTHX_ (noticed by Jim Cromie)Rafael Garcia-Suarez2005-06-171-2/+2
* Move freeing the old body after the creating of the new body.Nicholas Clark2005-06-171-6/+28
* The only way is up!Nicholas Clark2005-06-171-1/+4
* [perl #36199] [PATCH] 5.8.7 fails to build with parallel make Steve Peters2005-06-171-0/+2
* Silence STDERR grumblings from Borland's math library.Steve Hay2005-06-173-5/+13
* Upgrade to PathTools 3.09Rafael Garcia-Suarez2005-06-175-9/+32
* new_pte/del_pte can use new_body/del_body tooNicholas Clark2005-06-171-39/+4
* Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()Jan Dubois2005-06-171-0/+4
* Storing the ixv for magic arrays seems to cause double free errors onNicholas Clark2005-06-161-0/+3
* Replace all the new/del static functions with calls to a single pairNicholas Clark2005-06-164-408/+82
* Making more_* return a pointer, and swapping to a ternary ?: inNicholas Clark2005-06-161-34/+14
* Replace all the S_more_* functions with a single function.Nicholas Clark2005-06-161-303/+47
* Re: [perl #36048] Refactor S_more_*v into one functionJim Cromie2005-06-161-0/+82
* I'm not convinced that manually creating HVs via sv_upgrade is a greatNicholas Clark2005-06-161-0/+6
* Lint supportAndy Lester2005-06-163-3/+35
* Re: a warning for a ExtUtils::ParseXS testKen Williams2005-06-161-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-1612-45/+10
* Teach lib/warnings.t about Borland CRT error messagesSteve Hay2005-06-161-0/+5
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2