Document config_args limitations reported in [perl #70912]
[p5sagit/p5-mst-13.2.git] / toke.c
2009-12-01 Tony Cook -Dmad: double free or corruption
2009-11-30 Eric Brine Fix -DPERL_NO_UTF16_FILTER
2009-11-28 Vincent Pit Allow a closing brace after an "use VERSION"
2009-11-26 Zefram -Dmad minitest failure bisect
2009-11-25 Zefram perl-5.11.2 breaks NYTProf savesrc option (Lexer API...
2009-11-25 Gerard Goossen Also skip spaces after variable if we are within lexica...
2009-11-19 Zefram lexer API fixes
2009-11-16 Jan Dubois Remove dead preprocessor code from toke.c
2009-11-16 Jan Dubois Fix crash in refactored lexer internals
2009-11-15 Zefram lexer API
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_allocmy().
2009-11-08 Zefram Bareword sub lookups
2009-11-07 Nicholas Clark Add length and flags arguments to Perl_pad_findmy(...
2009-11-07 Nicholas Clark Placate a warning from Borland's compiler.
2009-11-05 Jesse Vincent Implement facility to plug in syntax triggered by keywords
2009-11-04 Nicholas Clark Deprecate use of := to mean an empty attribute list...
2009-11-01 Nicholas Clark S_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas Clark Remove Perl_pmflag() from the public API, and mark...
2009-10-24 Nicholas Clark In S_pending_ident(), only call gv_fetchpvn_flags(...
2009-10-23 Nicholas Clark S_utf16_textfilter() can use the filter GV itself for...
2009-10-22 Nicholas Clark In S_utf16_textfilter() replace sv_chop() with code...
2009-10-22 Nicholas Clark S_utf16_textfilter() needs to avoid splitting UTF-16...
2009-10-22 Nicholas Clark Re-write S_utf16_textfilter() to correctly handle parti...
2009-10-22 Nicholas Clark Remove the "hack" that removes SVt_UTF8 in the UTF16...
2009-10-21 Nicholas Clark Refactor S_utf16_textfilter() to use a second SV for...
2009-10-21 Nicholas Clark Remove the PERLIO * argument to S_filter_gets(), as...
2009-10-21 Nicholas Clark S_utf16_textfilter() needs FILTER_DATA() to get the...
2009-10-21 Nicholas Clark S_utf16_textfilter() was failing honour error returns...
2009-10-21 Nicholas Clark panic if S_utf16_textfilter() is called in block mode.
2009-10-21 Nicholas Clark Make filter_read() in block mode create a well-formed...
2009-10-20 Nicholas Clark Pull out filter setup code from S_swallow_bom() into...
2009-10-20 Nicholas Clark MAD-only code in S_swallow_bom() duplicated the actions...
2009-10-18 Nicholas Clark Merge S_utf16_textfilter and S_utf16rev_textfilter().
2009-10-18 Nicholas Clark Note why S_pending_ident's prototype can't be generated...
2009-10-18 Nicholas Clark Generate prototypes for utf16_textfilter and utf16rev_t...
2009-10-13 Nicholas Clark Replace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas Clark Move the code related to deprecate("comma-less variable...
2009-10-13 Nicholas Clark Use deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas Clark Re-order a conditional with ckWARN() last, as it is...
2009-10-12 Nicholas Clark deprecate_old() is not public, and only used within...
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-08-26 Chip Salzenberg fix threaded build after 8ff3e83b
2009-08-26 Chip Salzenberg In C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Chip Salzenberg set utf8 bit on inferred method names when C<use utf8>
2009-08-23 Rafael Garcia-Suarez Fix parsing of readline(FH) [perl #68458]
2009-07-30 Rafael Garcia-Suarez Add new error "Can't use keyword '%s' as a label"
2009-07-29 Rafael Garcia-Suarez Forbid labels with keyword names
2009-07-26 Nicholas Clark Tidy code added in 4ba71d51f72efb2af8dc9748dd62219261f2...
2009-07-26 Father Chrysostomos Allow -C on the #! line when it is identical to -C...
2009-07-22 Rafael Garcia-Suarez Remove !!! and ??? operators
2009-05-19 Nicholas Clark In Perl_yylex(), no need to Newxz() a buffer we immedia...
2009-05-14 Claes Jakobsson Amelioration of the error message "Unrecognized charact...
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-03-14 Ian Goodacre Return OPERATOR('[') for '[' without falling through...
2009-02-14 Rafael Garcia-Suarez Forbid to use "foreach" as an attribute
2009-01-19 Karl Combine sv_utf8_upgrade with a following grow
2009-01-15 karl williamson [perl #59908] \x, \0, and \N{} not ok in double-quotish...
2009-01-14 Steve Hay Allow '\r' after "#line XXX" directives.
2009-01-06 Rafael Garcia-Suarez Require a space or a newline after a "#line XXX" directive
2008-11-26 Nicholas Clark ywarn() is actually only used inside toke.c, so it...
2008-11-07 Steve Peters A small refactoring based on a comment in an old RT...
2008-11-03 Tim Bunce Re: @{"_<$filename"} is unreasonably tied to use of...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-10-30 Nicholas Clark Eliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Eliminate (AV *) casts in *.c.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Two casts that are MUTABLE_?V.
2008-10-25 Nicholas Clark Update copyright years.
2008-08-24 Bram Unintented interpolation of $/ in regex (was: Re: ...
2008-06-17 Steve Hay Make sure parser's filehandle is closed when finished
2008-06-08 Rafael Garcia-Suarez Tweak the "Illegal character in prototype" warning...
2008-06-08 Renee Baecker Add a new warning, "Prototype after '%s'"
2008-05-20 Rafael Garcia-Suarez Re: [PATCH: TODO Tests] Re: [perl #53806] No complain...
2008-05-18 chromatic Add ..., !!!, and ??? operators
2008-05-16 Rafael Garcia-Suarez Prevent the tokenizer from segfaulting in debug mode...
2008-05-11 Florian Ragwitz Handle PL_minus_E before PL_minus_{n,p}.
2008-03-04 Nicholas Clark Three variables in S_scan_trans only hold flags for...
2008-02-18 Jim Cromie [ patch ] silence 2 possibly uninitialized vars
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-09 Dave Mitchell [perl #49472] Attributes + Unkown Error
2008-01-29 Steven Schubiger toke.c/universal.c: consting
2008-01-28 Gerard Goossen also report forced tokens when using -DT
2008-01-11 Rafael Garcia-Suarez Remove the -P switch
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas Clark Add 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-Suarez Make -E require 5.11 features
2007-11-21 Rafael Garcia-Suarez Rename yylval to pl_yylval, to avoid confusing bogus...
2007-10-18 Nicholas Clark It seems crazy for Perl_yylex() to individually shift...
2007-10-18 Nicholas Clark Inline and eliminate S_incl_perldb(), as it's only...
2007-10-18 Nicholas Clark Eliminate some uses of sv_setpv() where we already...
2007-10-18 Nicholas Clark Change newSVpv() to newSVpvn() where we know the length...
2007-10-18 Nicholas Clark Don't call strlen() on CopFILE() for the unthreaded...
next