summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-236-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 Clark2005-06-231-54/+53
| | | | | Simplify SvPV_free slightly. p4raw-id: //depot/perl@24958
* This dummy test didn't passRafael Garcia-Suarez2005-06-231-0/+2
| | | p4raw-id: //depot/perl@24957
* Add a pseudo-test to clean up data files for Archive::Tar testsRafael Garcia-Suarez2005-06-232-0/+10
| | | p4raw-id: //depot/perl@24956
* Remove test that relies on Test::PODRafael Garcia-Suarez2005-06-232-19/+0
| | | p4raw-id: //depot/perl@24955
* Remove binary files, add a pseudo-test in Archive::Tar to generate themRafael Garcia-Suarez2005-06-236-4/+686
| | | p4raw-id: //depot/perl@24954
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-232-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 Clark2005-06-231-1/+5
| | | p4raw-id: //depot/perl@24952
* Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo Salvador Fandiño2005-06-231-21/+9
| | | | | Message-ID: <20050621181658.5977.qmail@lists.develooper.com> p4raw-id: //depot/perl@24951
* Oops! Change 24946 wasn't quite rightSteve Hay2005-06-231-1/+1
| | | p4raw-id: //depot/perl@24950
* Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epocRafael Garcia-Suarez2005-06-233-0/+7
| | | p4raw-id: //depot/perl@24949
* Define d_nv_zero_is_allbits_zero for symbianRafael Garcia-Suarez2005-06-231-0/+1
| | | | | (noticed by Jarkko) p4raw-id: //depot/perl@24948
* Silence bcc32 compiler warnings from win32/fcrypt.c (almost)Steve Hay2005-06-231-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 silenceSteve Hay2005-06-232-3/+3
| | | | | ("Suspicious pointer conversion") p4raw-id: //depot/perl@24946
* Const Boy II: The LocalizingAndy Lester2005-06-2314-396/+405
| | | | | Message-ID: <20050622144059.GA19598@petdance.com> p4raw-id: //depot/perl@24945
* Silence another bcc32 compiler warningSteve Hay2005-06-231-1/+1
| | | | | ("Possible use of '%s' before definition") p4raw-id: //depot/perl@24944
* remove taint hack now that local $tainted no longer copies taint magicDave Mitchell2005-06-222-10/+3
| | | p4raw-id: //depot/perl@24943
* handle magic in local correctlyDave Mitchell2005-06-228-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.50H.Merijn Brand2005-06-222-2/+4
| | | p4raw-id: //depot/perl@24941
* Add facility to fork() early in perl_destruct and use the child toNicholas Clark2005-06-221-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 warningsSteve Hay2005-06-223-4/+4
| | | | | ("Code has no effect") p4raw-id: //depot/perl@24939
* Silence some more bcc32 compiler warningsSteve Hay2005-06-222-9/+9
| | | | | ("Suggest parentheses to clarify precedence") p4raw-id: //depot/perl@24938
* Silence some bcc32 compiler warningsSteve Hay2005-06-223-4/+4
| | | | | ("Superfluous & with function") p4raw-id: //depot/perl@24937
* Now that the global string table is using a single hunk of memoryNicholas Clark2005-06-221-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 Win32Steve Hay2005-06-221-3/+10
| | | | | (Patch from Jos Boumans, from his current dev version.) p4raw-id: //depot/perl@24935
* Redo generation of change #24898H.Merijn Brand2005-06-212-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_02Rafael Garcia-Suarez2005-06-215-28/+66
| | | p4raw-id: //depot/perl@24932
* Add Archive::Tar to the maintainers listRafael Garcia-Suarez2005-06-211-0/+8
| | | p4raw-id: //depot/perl@24931
* Trim trailing spacesRafael Garcia-Suarez2005-06-211-12/+12
| | | p4raw-id: //depot/perl@24930
* Add pod, so ptar has a manpageRafael Garcia-Suarez2005-06-211-0/+33
| | | p4raw-id: //depot/perl@24929
* POD nitsRafael Garcia-Suarez2005-06-211-2/+2
| | | p4raw-id: //depot/perl@24928
* Drag t/op/gv.t kicking and screaming into the century of the fruitbatNicholas Clark2005-06-211-106/+110
| | | | | (or at least into the decade of t/test.pl) p4raw-id: //depot/perl@24927
* Add the ptar(1) utility from Archive::TarRafael Garcia-Suarez2005-06-218-6/+141
| | | p4raw-id: //depot/perl@24926
* Trim trailing whitespace from $! and $^ESteve Hay2005-06-211-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, andNicholas Clark2005-06-211-9/+17
| | | | | make S_sv_add_backref O(1) (instead of O(n)) p4raw-id: //depot/perl@24924
* Cleanup after this testRafael Garcia-Suarez2005-06-211-0/+2
| | | p4raw-id: //depot/perl@24923
* Add Archive::Tar 1.24, except ptar for nowRafael Garcia-Suarez2005-06-2114-0/+3068
| | | p4raw-id: //depot/perl@24922
* weak references aren't UVs, do don't show this in the dump flags.Nicholas Clark2005-06-211-1/+1
| | | p4raw-id: //depot/perl@24921
* ternary operator cond ? foo : bar being parsed as ?...?Salvador Fandiño2005-06-212-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 Clark2005-06-211-2/+2
| | | p4raw-id: //depot/perl@24919
* As there will be no old body to dispose of, we can return immediately.Nicholas Clark2005-06-211-3/+3
| | | p4raw-id: //depot/perl@24918
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-213-6/+9
| | | p4raw-id: //depot/perl@24917
* Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations Tsutomu IKEGAMI2005-06-211-5/+3
| | | | | Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> p4raw-id: //depot/perl@24916
* FPTR2DPTR/DPTR2FPTRRobin Barker2005-06-201-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 callsNicholas Clark2005-06-201-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 BoyAndy Lester2005-06-2013-221/+335
| | | | | Message-ID: <20050620152237.GA5032@petdance.com> p4raw-id: //depot/perl@24913
* Same fix, for the test, now.Rafael Garcia-Suarez2005-06-201-1/+1
| | | p4raw-id: //depot/perl@24912
* perl -v was outputting a double v (spotted by Jarkko)Rafael Garcia-Suarez2005-06-201-2/+2
| | | p4raw-id: //depot/perl@24911
* Remove signature test, which is always skippedRafael Garcia-Suarez2005-06-202-34/+0
| | | p4raw-id: //depot/perl@24910
* Recommend Against UNIVERSAL:: Methods as Functions, take 2chromatic2005-06-203-29/+20
| | | | | Message-Id: <1119122141.21521.9.camel@localhost> p4raw-id: //depot/perl@24909