| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the new STR_WITH_LEN() affected compile under -Dusethreads. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Add an extra NUL so that we can use sv_catpvs() | Gisle Aas | 2006-01-04 | 1 | -4/+1 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -25/+25 |
* | Removed unused part of string passed to sv_catpvn(). | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Introduce STR_WITH_LEN macro in the form suggested by Chip. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | silence some compiler warnings | Dave Mitchell | 2006-01-03 | 1 | -7/+8 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Get rid of length argument for the FEATURE_IS_ENABLED() macro. | Gisle Aas | 2006-01-01 | 1 | -10/+10 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -5/+5 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 1 | -1/+1 |
* | Use memchr() instead of ninstr() to locate the end-of-line. | Gisle Aas | 2005-12-28 | 1 | -2/+1 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -14/+4 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -12/+4 |
* | Take care in toke.c not to convert constant subroutine reference | Nicholas Clark | 2005-12-20 | 1 | -17/+33 |
* | Get the "cv" from the "gv" once, and be more careful so that we can | Nicholas Clark | 2005-12-20 | 1 | -6/+19 |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -18/+22 |
* | In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to | Nicholas Clark | 2005-12-20 | 1 | -10/+13 |
* | In Perl_yylex, make tmp a temporary variable local to the blocks in | Nicholas Clark | 2005-12-19 | 1 | -213/+250 |
* | Assert that orig_keyword, gv and gvp aren't used before the main | Nicholas Clark | 2005-12-19 | 1 | -0/+3 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -1/+4 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -11/+136 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Expand the comment describing the intent of change 26370, and how it | Nicholas Clark | 2005-12-15 | 1 | -1/+12 |
* | Don't autovivify stashes as soon as the lexer sees them. | Rafael Garcia-Suarez | 2005-12-15 | 1 | -4/+9 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -24/+13 |
* | It helps to actually *remove* the now-superfluous strlen(). | Nicholas Clark | 2005-11-08 | 1 | -1/+0 |
* | Eliminate some unnecessary strlen()s | Nicholas Clark | 2005-11-08 | 1 | -1/+2 |
* | Etta James presents: More consting | Andy Lester | 2005-10-31 | 1 | -2/+2 |
* | S_tokereport's unused parm | Andy Lester | 2005-10-31 | 1 | -2/+2 |
* | Force _ to be always a bareword after filetest operators | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+6 |
* | Fix tokenizer debugging trace for file tests | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+1 |
* | Make some casts explicit to keep VC++ 7 happy | Steve Hay | 2005-10-17 | 1 | -1/+1 |
* | gcc complains when it sees variables declared | Steve Peters | 2005-10-14 | 1 | -1/+1 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -4/+5 |
* | Improve -DT output and fix wild buffer pointer error | Dave Mitchell | 2005-10-01 | 1 | -47/+51 |
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -2/+8 |
* | CORE::require was always parsed as require(). | Rafael Garcia-Suarez | 2005-09-26 | 1 | -1/+15 |
* | Change 25409 wasn't necessary for threaded perls | Rafael Garcia-Suarez | 2005-09-14 | 1 | -9/+13 |
* | The debugger wasn't tracing correctly execution in eval("")'ed | Rafael Garcia-Suarez | 2005-09-14 | 1 | -0/+33 |
* | Oops, fix threaded build | Rafael Garcia-Suarez | 2005-09-01 | 1 | -1/+1 |
* | Add the "no 6" / "no v6" syntax. | Rafael Garcia-Suarez | 2005-09-01 | 1 | -24/+26 |
* | Re: Transliteration operator(tr//)on EBCDIC platform | SADAHIRO Tomoyuki | 2005-08-18 | 1 | -2/+16 |
* | change #25129 was overzealous in delaying the call to ckWARN | Dave Mitchell | 2005-07-17 | 1 | -3/+3 |
* | More embed.fnc plowing | Andy Lester | 2005-07-13 | 1 | -2/+2 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -26/+26 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -2/+2 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -10/+10 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 1 | -4/+5 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -25/+25 |
* | Silence another bcc32 compiler warning | Steve Hay | 2005-06-23 | 1 | -1/+1 |