summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Re: [perl #9741] possible problem with File::FindSteve Peters2005-06-231-69/+77
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-236-11/+19
* Indent some of the #ifdef/#define/#endif to make the nesting clearer.Nicholas Clark2005-06-231-54/+53
* This dummy test didn't passRafael Garcia-Suarez2005-06-231-0/+2
* Add a pseudo-test to clean up data files for Archive::Tar testsRafael Garcia-Suarez2005-06-232-0/+10
* Remove test that relies on Test::PODRafael Garcia-Suarez2005-06-232-19/+0
* Remove binary files, add a pseudo-test in Archive::Tar to generate themRafael Garcia-Suarez2005-06-236-4/+686
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-232-3/+3
* Re-initialise PL_curcop to &PL_compiling before destroying the optree.Nicholas Clark2005-06-231-1/+5
* Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo Salvador Fandiño2005-06-231-21/+9
* Oops! Change 24946 wasn't quite rightSteve Hay2005-06-231-1/+1
* Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epocRafael Garcia-Suarez2005-06-233-0/+7
* Define d_nv_zero_is_allbits_zero for symbianRafael Garcia-Suarez2005-06-231-0/+1
* Silence bcc32 compiler warnings from win32/fcrypt.c (almost)Steve Hay2005-06-231-36/+37
* More bcc32 compiler warnings to silenceSteve Hay2005-06-232-3/+3
* Const Boy II: The LocalizingAndy Lester2005-06-2314-396/+405
* Silence another bcc32 compiler warningSteve Hay2005-06-231-1/+1
* remove taint hack now that local $tainted no longer copies taint magicDave Mitchell2005-06-222-10/+3
* handle magic in local correctlyDave Mitchell2005-06-228-70/+104
* Upgrade to Test::Harness 2.50H.Merijn Brand2005-06-222-2/+4
* 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