Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a define PERL_POISON which tries to trip up anything accessing | Nicholas Clark | 2005-06-23 | 6 | -11/+19 |
| | | | | | | freed or uninitialised memory. Currently only Poison()s freed pointers. p4raw-id: //depot/perl@24959 | ||||
* | Indent some of the #ifdef/#define/#endif to make the nesting clearer. | Nicholas Clark | 2005-06-23 | 1 | -54/+53 |
| | | | | | Simplify SvPV_free slightly. p4raw-id: //depot/perl@24958 | ||||
* | This dummy test didn't pass | Rafael Garcia-Suarez | 2005-06-23 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@24957 | ||||
* | Add a pseudo-test to clean up data files for Archive::Tar tests | Rafael Garcia-Suarez | 2005-06-23 | 2 | -0/+10 |
| | | | p4raw-id: //depot/perl@24956 | ||||
* | Remove test that relies on Test::POD | Rafael Garcia-Suarez | 2005-06-23 | 2 | -19/+0 |
| | | | p4raw-id: //depot/perl@24955 | ||||
* | Remove binary files, add a pseudo-test in Archive::Tar to generate them | Rafael Garcia-Suarez | 2005-06-23 | 6 | -4/+686 |
| | | | p4raw-id: //depot/perl@24954 | ||||
* | Silence bcc32 compiler warnings following change 24945 | Steve Hay | 2005-06-23 | 2 | -3/+3 |
| | | | | | ("Possible use of '%s' before definition") p4raw-id: //depot/perl@24953 | ||||
* | Re-initialise PL_curcop to &PL_compiling before destroying the optree. | Nicholas Clark | 2005-06-23 | 1 | -1/+5 |
| | | | p4raw-id: //depot/perl@24952 | ||||
* | Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo | Salvador Fandiño | 2005-06-23 | 1 | -21/+9 |
| | | | | | Message-ID: <20050621181658.5977.qmail@lists.develooper.com> p4raw-id: //depot/perl@24951 | ||||
* | Oops! Change 24946 wasn't quite right | Steve Hay | 2005-06-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24950 | ||||
* | Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc | Rafael Garcia-Suarez | 2005-06-23 | 3 | -0/+7 |
| | | | p4raw-id: //depot/perl@24949 | ||||
* | Define d_nv_zero_is_allbits_zero for symbian | Rafael Garcia-Suarez | 2005-06-23 | 1 | -0/+1 |
| | | | | | (noticed by Jarkko) p4raw-id: //depot/perl@24948 | ||||
* | Silence bcc32 compiler warnings from win32/fcrypt.c (almost) | Steve Hay | 2005-06-23 | 1 | -36/+37 |
| | | | | | | | | It still whines about 'in' and 'b' being assigned values that are never used on lines 348 and 505 respectively (as side effects of the calls to c2l and l2c respectively), but I'm not sure how to shut them up. p4raw-id: //depot/perl@24947 | ||||
* | More bcc32 compiler warnings to silence | Steve Hay | 2005-06-23 | 2 | -3/+3 |
| | | | | | ("Suspicious pointer conversion") p4raw-id: //depot/perl@24946 | ||||
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 14 | -396/+405 |
| | | | | | Message-ID: <20050622144059.GA19598@petdance.com> p4raw-id: //depot/perl@24945 | ||||
* | Silence another bcc32 compiler warning | Steve Hay | 2005-06-23 | 1 | -1/+1 |
| | | | | | ("Possible use of '%s' before definition") p4raw-id: //depot/perl@24944 | ||||
* | remove taint hack now that local $tainted no longer copies taint magic | Dave Mitchell | 2005-06-22 | 2 | -10/+3 |
| | | | p4raw-id: //depot/perl@24943 | ||||
* | handle magic in local correctly | Dave Mitchell | 2005-06-22 | 8 | -70/+104 |
| | | | | | | | the local SV now gets a copy of any container magic, and no value magic; in the past the whole magic chain was either shared or moved p4raw-id: //depot/perl@24942 | ||||
* | Upgrade to Test::Harness 2.50 | H.Merijn Brand | 2005-06-22 | 2 | -2/+4 |
| | | | p4raw-id: //depot/perl@24941 | ||||
* | Add facility to fork() early in perl_destruct and use the child to | Nicholas Clark | 2005-06-22 | 1 | -0/+118 |
| | | | | | | dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP when DEBUG_LEAKING_SCALARS is already in force) p4raw-id: //depot/perl@24940 | ||||
* | Silence yet more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 3 | -4/+4 |
| | | | | | ("Code has no effect") p4raw-id: //depot/perl@24939 | ||||
* | Silence some more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 2 | -9/+9 |
| | | | | | ("Suggest parentheses to clarify precedence") p4raw-id: //depot/perl@24938 | ||||
* | Silence some bcc32 compiler warnings | Steve Hay | 2005-06-22 | 3 | -4/+4 |
| | | | | | ("Superfluous & with function") p4raw-id: //depot/perl@24937 | ||||
* | Now that the global string table is using a single hunk of memory | Nicholas Clark | 2005-06-22 | 1 | -11/+16 |
| | | | | | for both HE and HEK, we need to actually free things in perl_destruct p4raw-id: //depot/perl@24936 | ||||
* | Fix Archive-Tar tests on Win32 | Steve Hay | 2005-06-22 | 1 | -3/+10 |
| | | | | | (Patch from Jos Boumans, from his current dev version.) p4raw-id: //depot/perl@24935 | ||||
* | Redo generation of change #24898 | H.Merijn Brand | 2005-06-21 | 2 | -30/+30 |
| | | | | | | Do not forget to run Porting/config_h.pl! p4raw-link: @24898 on //depot/perl: f607920a165f3c14b9c61dc74e535bdc6aa1904c p4raw-id: //depot/perl@24934 | ||||
* | Upgrade to Test::Harness 2.49_02 | Rafael Garcia-Suarez | 2005-06-21 | 5 | -28/+66 |
| | | | p4raw-id: //depot/perl@24932 | ||||
* | Add Archive::Tar to the maintainers list | Rafael Garcia-Suarez | 2005-06-21 | 1 | -0/+8 |
| | | | p4raw-id: //depot/perl@24931 | ||||
* | Trim trailing spaces | Rafael Garcia-Suarez | 2005-06-21 | 1 | -12/+12 |
| | | | p4raw-id: //depot/perl@24930 | ||||
* | Add pod, so ptar has a manpage | Rafael Garcia-Suarez | 2005-06-21 | 1 | -0/+33 |
| | | | p4raw-id: //depot/perl@24929 | ||||
* | POD nits | Rafael Garcia-Suarez | 2005-06-21 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24928 | ||||
* | Drag t/op/gv.t kicking and screaming into the century of the fruitbat | Nicholas Clark | 2005-06-21 | 1 | -106/+110 |
| | | | | | (or at least into the decade of t/test.pl) p4raw-id: //depot/perl@24927 | ||||
* | Add the ptar(1) utility from Archive::Tar | Rafael Garcia-Suarez | 2005-06-21 | 8 | -6/+141 |
| | | | p4raw-id: //depot/perl@24926 | ||||
* | Trim trailing whitespace from $! and $^E | Steve Hay | 2005-06-21 | 1 | -0/+9 |
| | | | | | | (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is good for consistency anyway) p4raw-id: //depot/perl@24925 | ||||
* | Avoid having NULL entries in the weakref backreference array, and | Nicholas Clark | 2005-06-21 | 1 | -9/+17 |
| | | | | | make S_sv_add_backref O(1) (instead of O(n)) p4raw-id: //depot/perl@24924 | ||||
* | Cleanup after this test | Rafael Garcia-Suarez | 2005-06-21 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@24923 | ||||
* | Add Archive::Tar 1.24, except ptar for now | Rafael Garcia-Suarez | 2005-06-21 | 14 | -0/+3068 |
| | | | p4raw-id: //depot/perl@24922 | ||||
* | weak references aren't UVs, do don't show this in the dump flags. | Nicholas Clark | 2005-06-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24921 | ||||
* | ternary operator cond ? foo : bar being parsed as ?...? | Salvador Fandiño | 2005-06-21 | 2 | -2/+16 |
| | | | | | | | Message-ID: <20050617130548.18776.qmail@lists.develooper.com> with wordings improvements suggested by Ronald J Kimball p4raw-id: //depot/perl@24920 | ||||
* | No need to set flags twice. | Nicholas Clark | 2005-06-21 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24919 | ||||
* | As there will be no old body to dispose of, we can return immediately. | Nicholas Clark | 2005-06-21 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@24918 | ||||
* | Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels | Rafael Garcia-Suarez | 2005-06-21 | 3 | -6/+9 |
| | | | p4raw-id: //depot/perl@24917 | ||||
* | Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations | Tsutomu IKEGAMI | 2005-06-21 | 1 | -5/+3 |
| | | | | | Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> p4raw-id: //depot/perl@24916 | ||||
* | FPTR2DPTR/DPTR2FPTR | Robin Barker | 2005-06-20 | 1 | -2/+2 |
| | | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk> p4raw-id: //depot/perl@24915 | ||||
* | Replace the non-const initialiser block + loop with a series of calls | Nicholas Clark | 2005-06-20 | 1 | -50/+31 |
| | | | | | | to a small static function. c.f. "I will replace you with a small shell script..." p4raw-id: //depot/perl@24914 | ||||
* | The continuing adventures of Constman and Localize Boy | Andy Lester | 2005-06-20 | 13 | -221/+335 |
| | | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913 | ||||
* | Same fix, for the test, now. | Rafael Garcia-Suarez | 2005-06-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24912 | ||||
* | perl -v was outputting a double v (spotted by Jarkko) | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24911 | ||||
* | Remove signature test, which is always skipped | Rafael Garcia-Suarez | 2005-06-20 | 2 | -34/+0 |
| | | | p4raw-id: //depot/perl@24910 | ||||
* | Recommend Against UNIVERSAL:: Methods as Functions, take 2 | chromatic | 2005-06-20 | 3 | -29/+20 |
| | | | | | Message-Id: <1119122141.21521.9.camel@localhost> p4raw-id: //depot/perl@24909 |