summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attribute configurationAndy Lester2005-05-2031-216/+473
* Gisle noted an unused variableRafael Garcia-Suarez2005-05-201-3/+0
* Fix the new exit() tests, by Gisle Aas :Rafael Garcia-Suarez2005-05-191-2/+1
* [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. yves orton2005-05-191-2/+2
* tabs, not spaces. Bad editor. No cookie.Nicholas Clark2005-05-191-15/+15
* Adjust VMS test countRafael Garcia-Suarez2005-05-191-1/+1
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-1812-39/+118
* Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Bui...Yitzchak Scott-Thoennes2005-05-1819-1813/+3779
* B::Disassembler.pmNicholas Clark2005-05-181-5/+5
* make t/TEST print summary times consistently to two decimal placesDave Mitchell2005-05-181-1/+1
* Default to allocating the correct size for the array in the HV.Nicholas Clark2005-05-181-1/+4
* [PATCH] Eliminate radically out of date CHANGES from perlportMichael G. Schwern2005-05-181-172/+54
* more about __attribute__Jarkko Hietaniemi2005-05-171-1/+23
* Clarify definition of octal literalsRafael Garcia-Suarez2005-05-171-1/+1
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-1710-520/+645
* One last 1008 to replace with PERL_ARENA_SIZENicholas Clark2005-05-171-2/+2
* Upgrade to Encode 2.10Nicholas Clark2005-05-166-10/+18
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-1626-352/+473
* Bump the version number on Win32::Win32Nicholas Clark2005-05-161-1/+1
* Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.Nicholas Clark2005-05-161-1/+5
* This seems to be the right thing to do to iterate over layersRafael Garcia-Suarez2005-05-161-2/+2
* $! might contain "unknown" if strerror(3) says soRafael Garcia-Suarez2005-05-161-2/+2
* Upgrade to Time::HiRes 1.68Rafael Garcia-Suarez2005-05-163-25/+51
* Minor tweak to viaAndy Lester2005-05-151-4/+4
* Upgrade to CGI.pm 3.10Nicholas Clark2005-05-155-18/+40
* avoid leaked scalar in BEGIN { threads->new(...) }Dave Mitchell2005-05-151-0/+6
* Fix typo in DDEBUG_LEAKING_SCALARS flags outputDave Mitchell2005-05-141-1/+1
* initialize the PL_xpvgv_[arena]root vars during cloneDave Mitchell2005-05-141-0/+2
* Update to Scalar-List-Utils-1.15Graham Barr2005-05-1339-452/+734
* change to quiet cygwin's perlldYitzchak Scott-Thoennes2005-05-131-5/+5
* Reorder the *more* arena allocation functions into a blockNicholas Clark2005-05-135-388/+330
* Allocate GV bodies from arenasNicholas Clark2005-05-137-3/+81
* make join.t threadsafe!Dave Mitchell2005-05-121-0/+3
* Remove a couple of unreferenced local variablesSteve Hay2005-05-121-2/+0
* Add Win32::GetFileVersion() functionJan Dubois2005-05-122-7/+79
* Silence DEBUGGING compilation warningsRafael Garcia-Suarez2005-05-121-3/+6
* SvUPGRADE doesn't return false.Rafael Garcia-Suarez2005-05-121-2/+1
* Rework documentation of split(//,...)Rafael Garcia-Suarez2005-05-121-6/+5
* [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't Steve Peters2005-05-112-5/+14
* Hints changes for OS X 10.4Michael G. Schwern2005-05-111-4/+19
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-1161-108/+183
* potential [PATCH] Tru64 crank up strictnessJarkko Hietaniemi2005-05-104-6/+31
* "make regen" should run reentr.plRafael Garcia-Suarez2005-05-101-2/+3
* Regenerate reentr.[ch]Rafael Garcia-Suarez2005-05-102-8/+19
* Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-103-2/+51
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-1035-18/+200
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-1011-28/+28
* As we have the length of the string easily to hand, no reason not toNicholas Clark2005-05-101-3/+4
* perlop.pod nitSteve Peters2005-05-101-1/+1
* Experiment with using the ptr_table code to hold the seen hashNicholas Clark2005-05-101-6/+80