This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define HAS_QUAD on Win32 and introduce new value for QUADKIND
[perl5.git] / toke.c
2008-08-24 BramUnintented interpolation of $/ in regex (was: Re: ...
2008-06-17 Steve HayMake sure parser's filehandle is closed when finished
2008-06-08 Rafael Garcia-SuarezTweak the "Illegal character in prototype" warning...
2008-06-08 Renee BaeckerAdd a new warning, "Prototype after '%s'"
2008-05-20 Rafael Garcia-SuarezRe: [PATCH: TODO Tests] Re: [perl #53806] No complain...
2008-05-18 chromaticAdd ..., !!!, and ??? operators
2008-05-16 Rafael Garcia-SuarezPrevent the tokenizer from segfaulting in debug mode...
2008-05-11 Florian RagwitzHandle PL_minus_E before PL_minus_{n,p}.
2008-03-04 Nicholas ClarkThree variables in S_scan_trans only hold flags for...
2008-02-18 Jim Cromie[ patch ] silence 2 possibly uninitialized vars
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-09 Dave Mitchell[perl #49472] Attributes + Unkown Error
2008-01-29 Steven Schubigertoke.c/universal.c: consting
2008-01-28 Gerard Goossenalso report forced tokens when using -DT
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2007-12-27 Nicholas Clark"Automate" change 32648 (ensure that -E always loads...
2007-12-19 Rafael Garcia-SuarezMake -E require 5.11 features
2007-11-21 Rafael Garcia-SuarezRename yylval to pl_yylval, to avoid confusing bogus...
2007-10-18 Nicholas ClarkIt seems crazy for Perl_yylex() to individually shift...
2007-10-18 Nicholas ClarkInline and eliminate S_incl_perldb(), as it's only...
2007-10-18 Nicholas ClarkEliminate some uses of sv_setpv() where we already...
2007-10-18 Nicholas ClarkChange newSVpv() to newSVpvn() where we know the length...
2007-10-18 Nicholas ClarkDon't call strlen() on CopFILE() for the unthreaded...
2007-10-18 Rafael Garcia-SuarezSilence a casting warning
2007-10-18 Nicholas ClarkWhere possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-16 Nicholas ClarkGiven that S_feature_is_enabled() is a static function...
2007-10-16 Nicholas ClarkPass in explicit lengths for the key and type arguments to
2007-10-06 Craig A. BerryRe: several compilation problems on VMS in perl@32039
2007-10-06 Nicholas ClarkFinally! Worked out how to const Perl_moreswitches().
2007-10-06 Nicholas ClarkRemove remaining C<Nullch>s and C<Nullsv>s
2007-10-05 Nicholas ClarkIn the MAD code, eliminate one Perl_sv_catpvf() and...
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
2007-10-05 Nicholas ClarkEliminate most *printf-like calls that use a simple...
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-08-10 Rafael Garcia-SuarezFix compilation with threads
2007-08-10 Claes JacobssonRe: [PATCH] Adding more information to "Unrecognized...
2007-07-11 Rick DelaneyRe: [perl #43545] 'no warnings' effects $@.
2007-07-07 Gerard GoossenMAD: disable constant subs when PL_madskills
2007-06-07 Father ChrysostomosRe: [perl #43082] "$_[0]->method" interpolation
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_tokenbuf into the PL_parser struct
2007-05-15 Dave Mitchellchange 31200 broke src filters used within an eval
2007-05-13 Dave Mitchellfix some (mostly MAD) compiler warnings
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchelleliminate a stray PL_lex_state
2007-05-12 Dave Mitchellsave old PL_curcop value in parser struct
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-05 Dave Mitchellmigrate more variables to PL_parser struct:
2007-05-04 Dave Mitchellmove some more variables into the PL_parser struct:
2007-05-04 Dave Mitchelltoke.c changes missed from change #31134
2007-05-02 Jerry D. HeddenRemove ext/Thread
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-24 Steve HaySilence 5 "possible loss of data" warnings from VC6
2007-04-21 Nicholas ClarkFix bug in change 31015 - saving the wrong size of...
2007-04-21 Nicholas ClarkSeveral members of struct yy_parser can go on a diet...
2007-04-20 Gerard GoossenRe: [PATCH] madprop about forced words
2007-04-06 Nicholas ClarkOnly append ?? match ops to the list used by reset...
2007-04-06 Gerard Goossenmadprop about forced words
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-03 Gerard GoossenRe: [PATCH] MAD disable constant inlining
2007-04-01 Dave MitchellMake parser_free() be called slightly later,
2007-04-01 Dave MitchellEliminate the use of PL_curforce outside of toke.c
2007-04-01 Dave MitchellEliminate the use of PL_bufend outside of toke.c:
2007-03-26 Rafael Garcia-SuarezMake the warning "interpreted as function" a bit less...
2007-03-26 Rafael Garcia-Suarezsay() should parse exactly like print()
2007-03-24 Rafael Garcia-SuarezMake sure readpipe without argument can be followed...
2007-03-15 Rick DelaneyRe: What is this MAD stuff all about?
2007-03-07 Rafael Garcia-SuarezUse another method to avoid the "possible interpolation...
2007-03-02 Nicholas ClarkAvoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-02-28 Rafael Garcia-Suarez(?p{}) has been deprecated for a long time.
2007-02-24 Rafael Garcia-SuarezC<keys %+> should not warn. Don't make scan_ident test for
2007-02-18 Nicholas ClarkMore efficient to call newSV_type() then SvGROW() inste...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-12 Rick DelaneyRe: PL_copline inconsistency
2007-02-02 Nicholas ClarkA few more places where we know the length for sv_setpv...
2007-01-27 Nicholas ClarkOne last gv_fetchpv() that should be GV_ADD rather...
2007-01-27 Nicholas ClarkA test to exercise the smallbuf overflow code in S_incl...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-26 Nicholas ClarkAs we're not passing over (or copying in) a NUL, don...
2007-01-25 Nicholas ClarkConvert the last remaining 256 byte "small"bufs to...
2007-01-25 Nicholas ClarkNeither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2007-01-15 Yves OrtonRe: [PATCH] Add support for /k modfier for matching...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Jarkko Hietaniemig++ fixes
2007-01-11 Rafael Garcia-SuarezFix bug [perl #41234] : the tokenizer understands ...
2007-01-11 Nicholas ClarkIn toke.c, merge S_update_debugger_info_pv() and
2007-01-08 Dave Mitchellallocate op_pv strings from shared mem pool
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Dave Mitchellmake parser_free actually free the parser!
next