| Commit message (Expand) | Author | Age | Files | Lines |
* | eval $undef should emit one warning, not three. | Dave Mitchell | 2006-11-02 | 1 | -6/+4 |
* | say() has the same syntax than print(), so forbid to override it | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+1 |
* | Silence a warning and call readpipe_override() correctly. | Rafael Garcia-Suarez | 2006-10-31 | 1 | -3/+3 |
* | Make S_readpipe_override() compile with threads; regenerate perlapi.pod | Rafael Garcia-Suarez | 2006-10-31 | 1 | -3/+3 |
* | Make readpipe() overridable (and also `` and qx//) | Rafael Garcia-Suarez | 2006-10-31 | 1 | -4/+38 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -1/+17 |
* | Functions with a (_) prototype should behave as unary operators | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+1 |
* | First attempt at implementing the _ prototype | Rafael Garcia-Suarez | 2006-10-17 | 1 | -1/+1 |
* | Less brace nesting. | Rafael Garcia-Suarez | 2006-10-17 | 1 | -16/+15 |
* | remove leaveit from toke.c:scan_const | SADAHIRO Tomoyuki | 2006-10-16 | 1 | -13/+5 |
* | Re: SVpvs vs SVpvn | Jim Cromie | 2006-10-13 | 1 | -25/+25 |
* | Don't bother checking for bad characters in prototypes if we're not | Rafael Garcia-Suarez | 2006-10-13 | 1 | -13/+16 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -1/+1 |
* | deal with some gcc warnings | Jarkko Hietaniemi | 2006-09-21 | 1 | -2/+2 |
* | prototype() wasn't working to get the prototype of optional core | Rafael Garcia-Suarez | 2006-09-20 | 1 | -19/+19 |
* | Re: \N{...} in regular expression [PATCH] | Yves Orton | 2006-09-19 | 1 | -2/+8 |
* | Typo fix in #ifdef | Rafael Garcia-Suarez | 2006-09-07 | 1 | -1/+1 |
* | A couple const's and a cast to get Sun CC to compile these files. | Steve Peters | 2006-08-09 | 1 | -1/+1 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -36/+62 |
* | interpolation of @- (and @+) in patterns ([perl #27940] comes back) | SADAHIRO Tomoyuki | 2006-07-26 | 1 | -3/+8 |
* | Revert part of last change, that was causing utf8 test failures | Rafael Garcia-Suarez | 2006-07-23 | 1 | -1/+1 |
* | z/OS: pp_sys.c, reg*.c, toke.c, utf8.c | Jarkko Hietaniemi | 2006-07-23 | 1 | -10/+98 |
* | comment update for scan_const | SADAHIRO Tomoyuki | 2006-07-15 | 1 | -23/+29 |
* | Revert bogus fix for bug #27940, which wasn't really a bug, | Rafael Garcia-Suarez | 2006-07-11 | 1 | -1/+1 |
* | Convert some low hanging fruit to my_strlcpy/my_strlcat. | Steve Peters | 2006-07-10 | 1 | -1/+1 |
* | toke.c consting and localizing | Andy Lester | 2006-07-04 | 1 | -4/+3 |
* | Fix a couple of compilation warnings | Rafael Garcia-Suarez | 2006-06-30 | 1 | -2/+2 |
* | <toke.c> isALNUM(*s) && *s != '_' | Dr.Ruud | 2006-06-21 | 1 | -2/+1 |
* | Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more | Rafael Garcia-Suarez | 2006-06-20 | 1 | -1/+3 |
* | [perl #39365] Bug in toke.c (eval in subst) | Ben Carter | 2006-06-20 | 1 | -1/+1 |
* | Accumulated toke.c cleanups | Andy Lester | 2006-06-06 | 1 | -52/+78 |
* | Re: [PATCH] my_snprintf | Jarkko Hietaniemi | 2006-05-12 | 1 | -5/+1 |
* | Proper use of static funcs in toke.c and pp_sys.c | Andy Lester | 2006-05-12 | 1 | -7/+5 |
* | Add "state" feature | Rafael Garcia-Suarez | 2006-05-03 | 1 | -1/+1 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -47/+64 |
* | toke.c: function pointer to data pointer | Jarkko Hietaniemi | 2006-05-02 | 1 | -4/+8 |
* | more -ansi -pedantic cleanliness | Jarkko Hietaniemi | 2006-04-29 | 1 | -4/+4 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -5/+5 |
* | Re: [PATCH] use snprintf/strlcpy/strlcat when useful | Jarkko Hietaniemi | 2006-04-28 | 1 | -0/+4 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | [perl #38475] attribute multiline fix (in tokenizer) | Bas van Sisseren | 2006-04-24 | 1 | -7/+18 |
* | Cleanup some gcc warnings | Marcus Holland-Moritz | 2006-04-24 | 1 | -2/+2 |
* | A couple of casts to PADOFFSET. | Marcus Holland-Moritz | 2006-04-24 | 1 | -2/+2 |
* | Fix compilation of microperl, which doesn't have INT_MAX. | Nicholas Clark | 2006-04-19 | 1 | -1/+8 |
* | Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs, | Nicholas Clark | 2006-04-17 | 1 | -5/+10 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -38/+45 |
* | Deprecate :unique even with threads | Rafael Garcia-Suarez | 2006-03-14 | 1 | -1/+1 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 1 | -2/+4 |
* | isSPACE('\0') is false, so can simplify the condition in the for | Nicholas Clark | 2006-03-11 | 1 | -2/+2 |