Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable perlio mutexes under threads (by Jarkko) | Rafael Garcia-Suarez | 2006-10-20 | 2 | -21/+29 |
| | | | p4raw-id: //depot/perl@29065 | ||||
* | regen headers | Rafael Garcia-Suarez | 2006-10-20 | 2 | -0/+5 |
| | | | p4raw-id: //depot/perl@29064 | ||||
* | only do \C hackery if \C is seen | Yves Orton | 2006-10-20 | 1 | -1/+6 |
| | | | | | | Subject: Re: utf8 regexp performance problem Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com> p4raw-id: //depot/perl@29063 | ||||
* | B:: changes for UNITCHECK blocks | Alexander Gough | 2006-10-20 | 6 | -13/+61 |
| | | | | | Message-ID: <20061020010520.GC12290@the.earth.li> p4raw-id: //depot/perl@29062 | ||||
* | Let's undocument -Dusesfio in INSTALL. | Rafael Garcia-Suarez | 2006-10-20 | 1 | -27/+0 |
| | | | p4raw-id: //depot/perl@29061 | ||||
* | More leak fixes, by Jarkko | Rafael Garcia-Suarez | 2006-10-20 | 6 | -28/+56 |
| | | | p4raw-id: //depot/perl@29060 | ||||
* | zero length $1 took too long to detect utf8-ness | Dave Mitchell | 2006-10-20 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29059 | ||||
* | Silence some warnings | Rafael Garcia-Suarez | 2006-10-20 | 2 | -6/+5 |
| | | | p4raw-id: //depot/perl@29058 | ||||
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 8 | -80/+148 |
| | | | | | | | | | | Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> 1. code necessary to make patterns with interpolated vars behave correctly under lexical re 'debug', including additional tests. 2. changes necessary to resolve the off by one error, 3. tweaks to re.pm to document that re 'debug' is lexical, p4raw-id: //depot/perl@29057 | ||||
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 11 | -14/+14 |
| | | | | | | | | Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> change test files that do a require "./test.pl"; without a BEGIN block to ensure prototypes are seen, plus fix any breakage this reveals. p4raw-id: //depot/perl@29056 | ||||
* | <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man | H.Merijn Brand | 2006-10-19 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29055 | ||||
* | Trim perltodo. | Rafael Garcia-Suarez | 2006-10-19 | 1 | -16/+0 |
| | | | p4raw-id: //depot/perl@29054 | ||||
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 27 | -588/+775 |
| | | | | | Message-ID: <20061019120412.GA12290@the.earth.li> p4raw-id: //depot/perl@29053 | ||||
* | Add Log::Message and Log::Message::Simple to the core | Jos Boumans | 2006-10-19 | 14 | -6/+1947 |
| | | | | | | From: "Jos Boumans" <kane@xs4all.net> Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@29052 | ||||
* | Make prototype("CORE::mkdir") work. That's a special case, | Rafael Garcia-Suarez | 2006-10-19 | 2 | -1/+5 |
| | | | | | | since from the OA_* flags we can't figure out which parameter is going to default to $_. p4raw-id: //depot/perl@29051 | ||||
* | Memory leak fix, by Jarkko | Rafael Garcia-Suarez | 2006-10-19 | 1 | -0/+21 |
| | | | p4raw-id: //depot/perl@29050 | ||||
* | Adjust documentation for previous change | Rafael Garcia-Suarez | 2006-10-19 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@29049 | ||||
* | Allow the _ prototype character to be followed by optional arguments | Rafael Garcia-Suarez | 2006-10-19 | 2 | -3/+8 |
| | | | p4raw-id: //depot/perl@29048 | ||||
* | Make all JAPH tests pass | Rafael Garcia-Suarez | 2006-10-19 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@29047 | ||||
* | Remove free() part of change #29045, which causes | Rafael Garcia-Suarez | 2006-10-19 | 1 | -9/+0 |
| | | | | | | panics from miniperl in FreeBSD/multithreaded p4raw-link: @29045 on //depot/perl: e47547a83f24974bde05453531e68d7dd8c5ec87 p4raw-id: //depot/perl@29046 | ||||
* | blead valgrind finding | Jarkko Hietaniemi | 2006-10-19 | 1 | -0/+23 |
| | | | | | Message-ID: <4536C1DA.4060600@iki.fi> p4raw-id: //depot/perl@29045 | ||||
* | Make prototype("CORE::foo") return prototypes with _ when it should | Rafael Garcia-Suarez | 2006-10-18 | 2 | -26/+29 |
| | | | | | (except for mkdir) p4raw-id: //depot/perl@29044 | ||||
* | Add a regression test for change #29041 | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
| | | | | | p4raw-link: @29041 on //depot/perl: 8c28b960db3547273cd8c89c0eaafc8e99cf70c1 p4raw-id: //depot/perl@29043 | ||||
* | Using explicit printf-like APIs with a format of "%s" isn't the world's | Nicholas Clark | 2006-10-18 | 2 | -3/+3 |
| | | | | | most efficient idea. p4raw-id: //depot/perl@29042 | ||||
* | Functions with a (_) prototype should behave as unary operators | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+1 |
| | | | | | (which is not the case of functions with a (;$) prototype) p4raw-id: //depot/perl@29041 | ||||
* | panic if we attempt to sv_setsv to or from an already freed SV. | Nicholas Clark | 2006-10-18 | 1 | -0/+9 |
| | | | p4raw-id: //depot/perl@29040 | ||||
* | Test for the interaction between ; and _ in prototypes | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
| | | | p4raw-id: //depot/perl@29039 | ||||
* | Document _ prototype in perlsub | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
| | | | p4raw-id: //depot/perl@29038 | ||||
* | Fix prototype to mimic built-in in perlsub examples | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29037 | ||||
* | The _ character is only allowed to be at the end of prototypes | Rafael Garcia-Suarez | 2006-10-18 | 2 | -1/+10 |
| | | | p4raw-id: //depot/perl@29036 | ||||
* | Improvements and fixes to the _ prototype | Rafael Garcia-Suarez | 2006-10-18 | 2 | -9/+32 |
| | | | p4raw-id: //depot/perl@29035 | ||||
* | FAQ sync | Rafael Garcia-Suarez | 2006-10-18 | 8 | -116/+316 |
| | | | p4raw-id: //depot/perl@29034 | ||||
* | [perl #40557] regexec.c saves context stack position improperly | Dave Bailey | 2006-10-18 | 3 | -1/+14 |
| | | | | | | From: Dave Bailey (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org> p4raw-id: //depot/perl@29033 | ||||
* | First attempt at implementing the _ prototype | Rafael Garcia-Suarez | 2006-10-17 | 4 | -1/+45 |
| | | | p4raw-id: //depot/perl@29032 | ||||
* | Upgrade to Time-HiRes-1.94. | Steve Peters | 2006-10-17 | 3 | -32/+53 |
| | | | p4raw-id: //depot/perl@29031 | ||||
* | Re: [PATCH] remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-17 | 1 | -6/+7 |
| | | | | | Message-Id: <20061017230958.41A2.BQW10602@nifty.com> p4raw-id: //depot/perl@29030 | ||||
* | Upgrade to CPAN-1.88_55. | Steve Peters | 2006-10-17 | 3 | -48/+166 |
| | | | p4raw-id: //depot/perl@29029 | ||||
* | Less brace nesting. | Rafael Garcia-Suarez | 2006-10-17 | 1 | -16/+15 |
| | | | p4raw-id: //depot/perl@29028 | ||||
* | The "Unrecognized escape" warning can now be emitted in category | Rafael Garcia-Suarez | 2006-10-16 | 1 | -1/+1 |
| | | | | | "regexp" after change 29026 p4raw-id: //depot/perl@29027 | ||||
* | remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-16 | 6 | -41/+52 |
| | | | | | Message-Id: <20061015222223.BC38.BQW10602@nifty.com> p4raw-id: //depot/perl@29026 | ||||
* | Re: sprintf 64 test | SADAHIRO Tomoyuki | 2006-10-16 | 4 | -8/+240 |
| | | | | | | | | | | Message-Id: <20061015165052.77AD.BQW10602@nifty.com> 1. nullify 0 flag in integer conversions when precision is given 2. ignore space after a plus sign as a sign for a nonnegative number 3. make a negative precision through * working as if the precision is omitted p4raw-id: //depot/perl@29025 | ||||
* | Fix change 28770 to cope with the strange 32 bit bool type on VMS. | Nicholas Clark | 2006-10-16 | 1 | -2/+3 |
| | | | | | | (I should have seen this one coming - the two structures weren't textually identical) p4raw-id: //depot/perl@29024 | ||||
* | Upgrade to Time-HiRes-1.93. | Steve Peters | 2006-10-15 | 3 | -8/+33 |
| | | | p4raw-id: //depot/perl@29023 | ||||
* | Upgrade to CPAN-1.88_54. | Steve Peters | 2006-10-14 | 3 | -80/+403 |
| | | | p4raw-id: //depot/perl@29020 | ||||
* | Upgrade to Digest-SHA-5.44. | Steve Peters | 2006-10-14 | 9 | -23/+28 |
| | | | p4raw-id: //depot/perl@29019 | ||||
* | Avoid undefined behaviour for -DPERL_MEM_LOG by not using a | Nicholas Clark | 2006-10-14 | 1 | -3/+2 |
| | | | | | | dereference of member of the structure being reallocated as part of the size calculation. (This one was well hidden by macros) p4raw-id: //depot/perl@29018 | ||||
* | Upgrade to XSLoader-0.07. | Steve Peters | 2006-10-14 | 2 | -27/+43 |
| | | | p4raw-id: //depot/perl@29017 | ||||
* | Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct | Nicholas Clark | 2006-10-14 | 1 | -2/+3 |
| | | | | | | dereference of member of the structure being reallocated as part of the size calculation. (There may be other similar bugs). p4raw-id: //depot/perl@29016 | ||||
* | Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf() | Nicholas Clark | 2006-10-14 | 1 | -2/+2 |
| | | | | | and vsnprintf() macros. p4raw-id: //depot/perl@29015 | ||||
* | Fix typo. | Nicholas Clark | 2006-10-14 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29012 |