| Commit message (Expand) | Author | Age | Files | Lines |
* | Add facility to fork() early in perl_destruct and use the child to | Nicholas Clark | 2005-06-22 | 1 | -0/+118 |
* | Silence yet more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 3 | -4/+4 |
* | Silence some more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 2 | -9/+9 |
* | Silence some bcc32 compiler warnings | Steve Hay | 2005-06-22 | 3 | -4/+4 |
* | Now that the global string table is using a single hunk of memory | Nicholas Clark | 2005-06-22 | 1 | -11/+16 |
* | Fix Archive-Tar tests on Win32 | Steve Hay | 2005-06-22 | 1 | -3/+10 |
* | Redo generation of change #24898 | H.Merijn Brand | 2005-06-21 | 2 | -30/+30 |
* | Upgrade to Test::Harness 2.49_02 | Rafael Garcia-Suarez | 2005-06-21 | 5 | -28/+66 |
* | Add Archive::Tar to the maintainers list | Rafael Garcia-Suarez | 2005-06-21 | 1 | -0/+8 |
* | Trim trailing spaces | Rafael Garcia-Suarez | 2005-06-21 | 1 | -12/+12 |
* | Add pod, so ptar has a manpage | Rafael Garcia-Suarez | 2005-06-21 | 1 | -0/+33 |
* | POD nits | Rafael Garcia-Suarez | 2005-06-21 | 1 | -2/+2 |
* | Drag t/op/gv.t kicking and screaming into the century of the fruitbat | Nicholas Clark | 2005-06-21 | 1 | -106/+110 |
* | Add the ptar(1) utility from Archive::Tar | Rafael Garcia-Suarez | 2005-06-21 | 8 | -6/+141 |
* | Trim trailing whitespace from $! and $^E | Steve Hay | 2005-06-21 | 1 | -0/+9 |
* | Avoid having NULL entries in the weakref backreference array, and | Nicholas Clark | 2005-06-21 | 1 | -9/+17 |
* | Cleanup after this test | Rafael Garcia-Suarez | 2005-06-21 | 1 | -0/+2 |
* | Add Archive::Tar 1.24, except ptar for now | Rafael Garcia-Suarez | 2005-06-21 | 14 | -0/+3068 |
* | weak references aren't UVs, do don't show this in the dump flags. | Nicholas Clark | 2005-06-21 | 1 | -1/+1 |
* | ternary operator cond ? foo : bar being parsed as ?...? | Salvador FandiƱo | 2005-06-21 | 2 | -2/+16 |
* | No need to set flags twice. | Nicholas Clark | 2005-06-21 | 1 | -2/+2 |
* | As there will be no old body to dispose of, we can return immediately. | Nicholas Clark | 2005-06-21 | 1 | -3/+3 |
* | Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels | Rafael Garcia-Suarez | 2005-06-21 | 3 | -6/+9 |
* | Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations | Tsutomu IKEGAMI | 2005-06-21 | 1 | -5/+3 |
* | FPTR2DPTR/DPTR2FPTR | Robin Barker | 2005-06-20 | 1 | -2/+2 |
* | Replace the non-const initialiser block + loop with a series of calls | Nicholas Clark | 2005-06-20 | 1 | -50/+31 |
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 13 | -221/+335 |
* | Same fix, for the test, now. | Rafael Garcia-Suarez | 2005-06-20 | 1 | -1/+1 |
* | perl -v was outputting a double v (spotted by Jarkko) | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+2 |
* | Remove signature test, which is always skipped | Rafael Garcia-Suarez | 2005-06-20 | 2 | -34/+0 |
* | Recommend Against UNIVERSAL:: Methods as Functions, take 2 | chromatic | 2005-06-20 | 3 | -29/+20 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 10 | -42/+10 |
* | Silence warning in debug printf | Nicholas Clark | 2005-06-20 | 1 | -1/+1 |
* | More random cleanups | Andy Lester | 2005-06-20 | 6 | -177/+180 |
* | Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898) | Steve Hay | 2005-06-20 | 8 | -0/+24 |
* | Hugo suggests this. | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+1 |
* | Missed a chunk in previous commit | Rafael Garcia-Suarez | 2005-06-20 | 1 | -0/+2 |
* | [perl #36328] Until Statement Undocumented | Eric Amick | 2005-06-20 | 1 | -0/+2 |
* | Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash | Rick Delaney | 2005-06-20 | 2 | -8/+30 |
* | S_del_body is sufficiently small that inlining it is a space win. | Nicholas Clark | 2005-06-20 | 1 | -23/+22 |
* | If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX | Nicholas Clark | 2005-06-19 | 1 | -30/+39 |
* | Add a Configure test to see if NV 0.0 is stored as all bits zero, and | Craig A. Berry | 2005-06-19 | 4 | -0/+134 |
* | Move the offset calculations outside of new_body/del_body. | Nicholas Clark | 2005-06-19 | 1 | -27/+31 |
* | Refactor sv_dup to memcpy from source to destination, and only | Nicholas Clark | 2005-06-18 | 1 | -259/+280 |
* | Squeeze a little more savings by moving pte and he arenas into the | Nicholas Clark | 2005-06-18 | 3 | -24/+14 |
* | squeeze repetition out of Perl_sv_free_arenas | Jim Cromie | 2005-06-18 | 1 | -74/+39 |
* | update AVs and HVs using the old_body, and remove all of the local | Nicholas Clark | 2005-06-18 | 1 | -59/+29 |
* | sv_upgrade by memcpy | Nicholas Clark | 2005-06-18 | 1 | -72/+146 |
* | Fix compiling with -DPURIFY | Nicholas Clark | 2005-06-17 | 1 | -2/+2 |
* | Change 24886 was buggy - should be taking (and passing in) the | Nicholas Clark | 2005-06-17 | 1 | -6/+6 |