Add get_cvn_flags(), which is like get_cv() but takes a length. This
[p5sagit/p5-mst-13.2.git] / toke.c
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Jarkko Hietaniemi g++ fixes
2007-01-11 Rafael Garcia-Suarez Fix bug [perl #41234] : the tokenizer understands ...
2007-01-11 Nicholas Clark In toke.c, merge S_update_debugger_info_pv() and
2007-01-08 Dave Mitchell allocate op_pv strings from shared mem pool
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Dave Mitchell make parser_free actually free the parser!
2007-01-02 Dave Mitchell remove conflict in pending_ident function and field...
2007-01-02 Dave Mitchell move easy lexer state variables into PL_parser
2007-01-02 Steve Peters Quiet a smoke warning in toke.c and bump the copyright...
2007-01-01 Dave Mitchell split parser initialisation from parser execution
2006-12-31 Dave Mitchell in lex_start(), ensure that all lexer state vars are...
2006-12-31 Nicholas Clark Rationalise the logic in lex_start for creating a new...
2006-12-31 Nicholas Clark As freeing up PL_linestr is now done via the scope...
2006-12-31 Nicholas Clark PL_linestr needs to survive until the end of scope...
2006-12-20 Rafael Garcia-Suarez Fix leaks in label strings allocation in COPs
2006-12-18 Dave Mitchell move parser state into new parser object, PL_parser
2006-12-13 Dave Mitchell misc MAD coredump fixes and parser leak fixes
2006-12-01 Rafael Garcia-Suarez Verify that the debugger has an array where to store...
2006-11-13 Rafael Garcia-Suarez Fix a bug in the debugger tracing variables when one...
2006-11-08 Dave Mitchell [perl #40718] perl parser bug leading to memory corruption
2006-11-02 Dave Mitchell eval $undef should emit one warning, not three.
2006-11-02 Rafael Garcia-Suarez say() has the same syntax than print(), so forbid to...
2006-10-31 Rafael Garcia-Suarez Silence a warning and call readpipe_override() correctly.
2006-10-31 Rafael Garcia-Suarez Make S_readpipe_override() compile with threads; regene...
2006-10-31 Rafael Garcia-Suarez Make readpipe() overridable (and also `` and qx//)
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-18 Rafael Garcia-Suarez Functions with a (_) prototype should behave as unary...
2006-10-17 Rafael Garcia-Suarez First attempt at implementing the _ prototype
2006-10-17 Rafael Garcia-Suarez Less brace nesting.
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-10-13 Jim Cromie Re: SVpvs vs SVpvn
2006-10-13 Rafael Garcia-Suarez Don't bother checking for bad characters in prototypes...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-09-21 Jarkko Hietaniemi deal with some gcc warnings
2006-09-20 Rafael Garcia-Suarez prototype() wasn't working to get the prototype of...
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-07 Rafael Garcia-Suarez Typo fix in #ifdef
2006-08-09 Steve Peters A couple const's and a cast to get Sun CC to compile...
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-26 SADAHIRO Tomoyuki interpolation of @- (and @+) in patterns ([perl #27940...
2006-07-23 Rafael Garcia-Suarez Revert part of last change, that was causing utf8 test...
2006-07-23 Jarkko Hietaniemi z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-15 SADAHIRO Tomoyuki comment update for scan_const
2006-07-11 Rafael Garcia-Suarez Revert bogus fix for bug #27940, which wasn't really...
2006-07-10 Steve Peters Convert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-04 Andy Lester toke.c consting and localizing
2006-06-30 Rafael Garcia-Suarez Fix a couple of compilation warnings
2006-06-21 Dr.Ruud <toke.c> isALNUM(*s) && *s != '_'
2006-06-20 Rafael Garcia-Suarez Change 28404 broke the construct s/foo/<<BAR/e. So...
2006-06-20 Ben Carter [perl #39365] Bug in toke.c (eval in subst)
2006-06-06 Andy Lester Accumulated toke.c cleanups
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-12 Andy Lester Proper use of static funcs in toke.c and pp_sys.c
2006-05-03 Rafael Garcia-Suarez Add "state" feature
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-02 Jarkko Hietaniemi toke.c: function pointer to data pointer
2006-04-29 Jarkko Hietaniemi more -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Bas van Sisseren [perl #38475] attribute multiline fix (in tokenizer)
2006-04-24 Marcus Holland-Moritz Cleanup some gcc warnings
2006-04-24 Marcus Holland-Moritz A couple of casts to PADOFFSET.
2006-04-19 Nicholas Clark Fix compilation of microperl, which doesn't have INT_MAX.
2006-04-17 Nicholas Clark Coverity is upset about a signed int in ext/Filter...
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...
next