This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Can merge the two arms of Perl_magic_getglob to save space.
[perl5.git] / toke.c
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Steve PetersFix breakage in S_set_csh() from change #27136.
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-03 Nicholas ClarkAnd as we've now got to the point where all calls to...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas ClarkSilence another Irix compiler warning.
2006-01-28 Nicholas ClarkCall gv_fetchpvn_flags where we already know the length.
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-16 Rafael Garcia-Suarezdefined %foo::bar:: wasn't working like it used to...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-10 Nicholas ClarkMissing an initialisation, as spotted by Merijn's HP...
2006-01-10 Gisle AasMove initialization of old values prior to moreswitches()
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-06 Gisle AasRemove code duplicated a few lines above by change...
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasAdd an extra NUL so that we can use sv_catpvs()
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Gisle AasRemoved unused part of string passed to sv_catpvn().
2006-01-04 Gisle AasIntroduce STR_WITH_LEN macro in the form suggested...
2006-01-03 Dave Mitchellsilence some compiler warnings
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Gisle AasGet rid of length argument for the FEATURE_IS_ENABLED...
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-28 Gisle AasUse memchr() instead of ninstr() to locate the end...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-20 Nicholas ClarkTake care in toke.c not to convert constant subroutine...
2005-12-20 Nicholas ClarkGet the "cv" from the "gv" once, and be more careful...
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-20 Nicholas ClarkIn Perl_yylex, move the declaration of orig_keyword...
2005-12-19 Nicholas ClarkIn Perl_yylex, make tmp a temporary variable local...
2005-12-19 Nicholas ClarkAssert that orig_keyword, gv and gvp aren't used before...
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-15 Nicholas ClarkExpand the comment describing the intent of change...
2005-12-15 Rafael Garcia-SuarezDon't autovivify stashes as soon as the lexer sees...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-08 Nicholas ClarkIt helps to actually *remove* the now-superfluous strlen().
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-31 Andy LesterS_tokereport's unused parm
2005-10-18 Rafael Garcia-SuarezForce _ to be always a bareword after filetest operators
2005-10-18 Rafael Garcia-SuarezFix tokenizer debugging trace for file tests
2005-10-17 Steve HayMake some casts explicit to keep VC++ 7 happy
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-01 Dave MitchellImprove -DT output and fix wild buffer pointer error
2005-09-27 Rafael Garcia-SuarezFix the overriding of CORE::do, just like change 25599
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-14 Rafael Garcia-SuarezChange 25409 wasn't necessary for threaded perls
2005-09-14 Rafael Garcia-SuarezThe debugger wasn't tracing correctly execution in...
2005-09-01 Rafael Garcia-SuarezOops, fix threaded build
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-18 SADAHIRO TomoyukiRe: Transliteration operator(tr//)on EBCDIC platform
2005-07-17 Dave Mitchellchange #25129 was overzealous in delaying the call...
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Steve HaySilence another bcc32 compiler warning
2005-06-21 Salvador Fandiñoternary operator cond ? foo : bar being parsed as ...
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-09 Jarkko Hietaniemiinstead of unions use double cast for data pointer...
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Todd C. Miller[perl #36193] crash in Perl_yyerror due to missing...
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterClean up UNI* macros in toke.c
2005-06-03 Nicholas ClarkUse newSVhek where we're generating SVs from package...
2005-06-03 Andy LesterRandom consting
2005-06-02 Nicholas Clark24672 is innocent. valgrind + perl's malloc considered...
2005-06-02 Nicholas ClarkChanges 24660 and 24665 both introduced errors into...
2005-06-02 Nicholas ClarkAvoid duplicate calls to PAD_COMPNAME_OURSTASH, which...
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-24 Rafael Garcia-SuarezThe tokenizer should expect an operator after qw().
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Steve PetersSvPVX_const() - Patch #1
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-12 Rafael Garcia-SuarezSilence DEBUGGING compilation warnings
2005-05-12 Rafael Garcia-SuarezSvUPGRADE doesn't return false.
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Jarkko Hietaniemipotential [PATCH] Tru64 crank up strictness
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
next