summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add facility to fork() early in perl_destruct and use the child toNicholas Clark2005-06-221-0/+118
* Silence yet more bcc32 compiler warningsSteve Hay2005-06-223-4/+4
* Silence some more bcc32 compiler warningsSteve Hay2005-06-222-9/+9
* Silence some bcc32 compiler warningsSteve Hay2005-06-223-4/+4
* Now that the global string table is using a single hunk of memoryNicholas Clark2005-06-221-11/+16
* Fix Archive-Tar tests on Win32Steve Hay2005-06-221-3/+10
* Redo generation of change #24898H.Merijn Brand2005-06-212-30/+30
* Upgrade to Test::Harness 2.49_02Rafael Garcia-Suarez2005-06-215-28/+66
* Add Archive::Tar to the maintainers listRafael Garcia-Suarez2005-06-211-0/+8
* Trim trailing spacesRafael Garcia-Suarez2005-06-211-12/+12
* Add pod, so ptar has a manpageRafael Garcia-Suarez2005-06-211-0/+33
* POD nitsRafael Garcia-Suarez2005-06-211-2/+2
* Drag t/op/gv.t kicking and screaming into the century of the fruitbatNicholas Clark2005-06-211-106/+110
* Add the ptar(1) utility from Archive::TarRafael Garcia-Suarez2005-06-218-6/+141
* Trim trailing whitespace from $! and $^ESteve Hay2005-06-211-0/+9
* Avoid having NULL entries in the weakref backreference array, andNicholas Clark2005-06-211-9/+17
* Cleanup after this testRafael Garcia-Suarez2005-06-211-0/+2
* Add Archive::Tar 1.24, except ptar for nowRafael Garcia-Suarez2005-06-2114-0/+3068
* weak references aren't UVs, do don't show this in the dump flags.Nicholas Clark2005-06-211-1/+1
* ternary operator cond ? foo : bar being parsed as ?...?Salvador FandiƱo2005-06-212-2/+16
* No need to set flags twice.Nicholas Clark2005-06-211-2/+2
* 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