Abstract all the accesses to cop_arybase (apart from ByteLoader)
[p5sagit/p5-mst-13.2.git] / toke.c
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-03-31 Andy Lester Random accumulated patches
2006-03-14 Rafael Garcia-Suarez Deprecate :unique even with threads
2006-03-14 Rafael Garcia-Suarez Make usage of :unique emit a deprecation warning.
2006-03-11 Nicholas Clark isSPACE('\0') is false, so can simplify the condition...
2006-03-11 Andy Lester Localizing some vars in S_checkcomma
2006-03-10 Nicholas Clark Move the 12 static MAD variables from toke.c into the...
2006-03-10 Nicholas Clark Rename the 12 static variables in toke.c to PL_*
2006-03-10 Nicholas Clark Summon constman! S_checkcomma now has all 3 arguments...
2006-03-10 Nicholas Clark Tease apart the keyword/subroutine test in S_checkcomma.
2006-03-09 Nicholas Clark Superior *printf-fu lets us avoid modifying source...
2006-03-09 Nicholas Clark -Dmad works, albeit with some test failures:
2006-03-09 Nicholas Clark The remainder of the toke.c MAD changes. Now to investi...
2006-03-09 Nicholas Clark Another refactoring from Larry implicit in the MAD...
2006-03-09 Nicholas Clark Refactoring from Larry implicit in the MAD patch.
2006-03-09 Nicholas Clark Replace PL_nextval[PL_nexttoke].opval with the macro...
2006-03-09 Nicholas Clark MAD changes for bare skipspace()
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-23 Nicholas Clark Replace direct flags tests ...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-09 Steve Peters Fix breakage in S_set_csh() from change #27136.
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-03 Nicholas Clark And as we've now got to the point where all calls to...
2006-02-03 Nicholas Clark Eliminating PL_suidscript is more tricky, and requires...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-01-31 Nicholas Clark Make Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas Clark Silence another Irix compiler warning.
2006-01-28 Nicholas Clark Call gv_fetchpvn_flags where we already know the length.
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-16 Rafael Garcia-Suarez defined %foo::bar:: wasn't working like it used to...
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-10 Nicholas Clark Missing an initialisation, as spotted by Merijn's HP...
2006-01-10 Gisle Aas Move initialization of old values prior to moreswitches()
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-06 Gisle Aas Remove code duplicated a few lines above by change...
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle Aas Add an extra NUL so that we can use sv_catpvs()
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Gisle Aas Removed unused part of string passed to sv_catpvn().
2006-01-04 Gisle Aas Introduce STR_WITH_LEN macro in the form suggested...
2006-01-03 Dave Mitchell silence some compiler warnings
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Gisle Aas Get rid of length argument for the FEATURE_IS_ENABLED...
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-28 Gisle Aas Use memchr() instead of ninstr() to locate the end...
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-20 Nicholas Clark Take care in toke.c not to convert constant subroutine...
2005-12-20 Nicholas Clark Get the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-20 Nicholas Clark In Perl_yylex, move the declaration of orig_keyword...
2005-12-19 Nicholas Clark In Perl_yylex, make tmp a temporary variable local...
2005-12-19 Nicholas Clark Assert that orig_keyword, gv and gvp aren't used before...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-15 Nicholas Clark Expand the comment describing the intent of change...
2005-12-15 Rafael Garcia-Suarez Don't autovivify stashes as soon as the lexer sees...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-08 Nicholas Clark It helps to actually *remove* the now-superfluous strlen().
2005-11-08 Nicholas Clark Eliminate some unnecessary strlen()s
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-31 Andy Lester S_tokereport's unused parm
2005-10-18 Rafael Garcia-Suarez Force _ to be always a bareword after filetest operators
2005-10-18 Rafael Garcia-Suarez Fix tokenizer debugging trace for file tests
2005-10-17 Steve Hay Make some casts explicit to keep VC++ 7 happy
2005-10-14 Steve Peters gcc complains when it sees variables declared
2005-10-13 Andy Lester Stas' croak patch and then some
2005-10-01 Dave Mitchell Improve -DT output and fix wild buffer pointer error
2005-09-27 Rafael Garcia-Suarez Fix the overriding of CORE::do, just like change 25599
2005-09-26 Rafael Garcia-Suarez CORE::require was always parsed as require().
2005-09-14 Rafael Garcia-Suarez Change 25409 wasn't necessary for threaded perls
2005-09-14 Rafael Garcia-Suarez The debugger wasn't tracing correctly execution in...
2005-09-01 Rafael Garcia-Suarez Oops, fix threaded build
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-08-18 SADAHIRO Tomoyuki Re: Transliteration operator(tr//)on EBCDIC platform
2005-07-17 Dave Mitchell change #25129 was overzealous in delaying the call...
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-04 Andy Lester Post-YAPC consting, now with an attachment!
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-23 Steve Hay Silence another bcc32 compiler warning
2005-06-21 Salvador Fandiño ternary operator cond ? foo : bar being parsed as ...
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-06-09 Jarkko Hietaniemi instead of unions use double cast for data pointer...
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Andy Lester Random cleanups #47
2005-06-07 Todd C. Miller [perl #36193] crash in Perl_yyerror due to missing...
next