summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjustment to symbol lists after latest changes (by Jarkko)Rafael Garcia-Suarez2006-10-202-0/+12
* Enable perlio mutexes under threads (by Jarkko)Rafael Garcia-Suarez2006-10-202-21/+29
* regen headersRafael Garcia-Suarez2006-10-202-0/+5
* only do \C hackery if \C is seenYves Orton2006-10-201-1/+6
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-206-13/+61
* Let's undocument -Dusesfio in INSTALL.Rafael Garcia-Suarez2006-10-201-27/+0
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-206-28/+56
* zero length $1 took too long to detect utf8-nessDave Mitchell2006-10-201-1/+1
* Silence some warningsRafael Garcia-Suarez2006-10-202-6/+5
* Re: Off by one in the trie code?Yves Orton2006-10-198-80/+148
* Re: Off by one in the trie code?Yves Orton2006-10-1911-14/+14
* <tr> isnb't the same as C<tr>, and <tr> looks so stupid in manH.Merijn Brand2006-10-191-1/+1
* Trim perltodo.Rafael Garcia-Suarez2006-10-191-16/+0
* stab at UNITCHECK blocksAlexander Gough2006-10-1927-588/+775
* Add Log::Message and Log::Message::Simple to the coreJos Boumans2006-10-1914-6/+1947
* Make prototype("CORE::mkdir") work. That's a special case,Rafael Garcia-Suarez2006-10-192-1/+5
* Memory leak fix, by JarkkoRafael Garcia-Suarez2006-10-191-0/+21
* Adjust documentation for previous changeRafael Garcia-Suarez2006-10-191-2/+3
* Allow the _ prototype character to be followed by optional argumentsRafael Garcia-Suarez2006-10-192-3/+8
* Make all JAPH tests passRafael Garcia-Suarez2006-10-191-0/+1
* Remove free() part of change #29045, which causesRafael Garcia-Suarez2006-10-191-9/+0
* blead valgrind findingJarkko Hietaniemi2006-10-191-0/+23
* Make prototype("CORE::foo") return prototypes with _ when it shouldRafael Garcia-Suarez2006-10-182-26/+29
* Add a regression test for change #29041Rafael Garcia-Suarez2006-10-181-1/+4
* Using explicit printf-like APIs with a format of "%s" isn't the world'sNicholas Clark2006-10-182-3/+3
* Functions with a (_) prototype should behave as unary operatorsRafael Garcia-Suarez2006-10-181-1/+1
* panic if we attempt to sv_setsv to or from an already freed SV.Nicholas Clark2006-10-181-0/+9
* Test for the interaction between ; and _ in prototypesRafael Garcia-Suarez2006-10-181-1/+4
* Document _ prototype in perlsubRafael Garcia-Suarez2006-10-181-1/+4
* Fix prototype to mimic built-in in perlsub examplesRafael Garcia-Suarez2006-10-181-1/+1
* The _ character is only allowed to be at the end of prototypesRafael Garcia-Suarez2006-10-182-1/+10
* Improvements and fixes to the _ prototypeRafael Garcia-Suarez2006-10-182-9/+32
* FAQ syncRafael Garcia-Suarez2006-10-188-116/+316
* [perl #40557] regexec.c saves context stack position improperly Dave Bailey2006-10-183-1/+14
* First attempt at implementing the _ prototypeRafael Garcia-Suarez2006-10-174-1/+45
* Upgrade to Time-HiRes-1.94.Steve Peters2006-10-173-32/+53
* Re: [PATCH] remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-171-6/+7
* Upgrade to CPAN-1.88_55.Steve Peters2006-10-173-48/+166
* Less brace nesting.Rafael Garcia-Suarez2006-10-171-16/+15
* The "Unrecognized escape" warning can now be emitted in categoryRafael Garcia-Suarez2006-10-161-1/+1
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-166-41/+52
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-164-8/+240
* Fix change 28770 to cope with the strange 32 bit bool type on VMS.Nicholas Clark2006-10-161-2/+3
* Upgrade to Time-HiRes-1.93.Steve Peters2006-10-153-8/+33
* Upgrade to CPAN-1.88_54.Steve Peters2006-10-143-80/+403
* Upgrade to Digest-SHA-5.44.Steve Peters2006-10-149-23/+28
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using aNicholas Clark2006-10-141-3/+2
* Upgrade to XSLoader-0.07.Steve Peters2006-10-142-27/+43
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using a directNicholas Clark2006-10-141-2/+3
* Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()Nicholas Clark2006-10-141-2/+2