doc f7abe7
[p5sagit/p5-mst-13.2.git] / toke.c
2010-06-18 Karl Williamson Deprecate no space between pattern, following word
2010-06-10 Nicholas Clark Parameters for * in *printf must be int - add a cast...
2010-05-30 Nicholas Clark Eliminate some newSV(0)s by merging the SV allocation...
2010-05-29 Nicholas Clark Fix the regexp in t/porting/args_assert.t, and add...
2010-05-22 David Caldwell Add s///r (non-destructive substitution).
2010-05-21 Nicholas Clark Re-instate the use of gv_stashpvn_flags(), and the...
2010-05-21 Nicholas Clark Remove the tokeniser hack that prevents compile-time...
2010-05-20 Zefram support "package Foo { ... }"
2010-05-05 Jesse Vincent Revert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse Vincent Revert "Deprecation warnings should always be mandatory...
2010-05-05 Jesse Vincent Revert "tweak "0x123.456" deprecation"
2010-05-04 Rafael Garcia-Suarez If we're going to introduce an @@ array, we'll want...
2010-05-03 Zefram tweak "0x123.456" deprecation
2010-04-26 Robin Barker remove Perl_pmflag
2010-04-26 Karl Williamson Deal with "\c{", and its kin
2010-04-25 Karl Williamson PATCH: memory leak introduced in 5.12.0
2010-04-23 Robin Barker consting in lex_stuff_pvn
2010-04-23 Rafael Garcia-Suarez Deprecation warnings should always be mandatory since...
2010-04-23 James Mastros New deprecation warning: Dot after %s literal is concat...
2010-04-15 David Mitchell use cBOOL for bool casts
2010-04-14 Zefram [perl #74006] 5.12.0-RC stuffing bug
2010-04-13 Jesse Vincent Revert "Revert "* Fixed typo in toke.c docs, identified...
2010-04-12 Jesse Vincent Revert "* Fixed typo in toke.c docs, identified by...
2010-04-11 brian d foy * Fixed typo in toke.c docs, identified by Zefram
2010-03-03 Jan Dubois Revert "Forbid labels with keyword names"
2010-02-20 Karl Williamson PATCH: deprecation warnings for unreasonable charnames
2010-02-20 Marcus Holland-Moritz Add some missing dVAR's
2010-02-19 Rafael Garcia-Suarez Avoid returning an undefined SV*
2010-02-19 Karl Williamson Make a missing right brace on \N{ fatal
2010-02-19 Karl Williamson PATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-03 Jesse Vincent Allow arbitrary whitespace between NAME and VERSION...
2010-01-16 David Golden Parse 'use NAME VERSION' with C locale
2010-01-14 David Golden Omnibus strict and lax version parsing
2010-01-10 Matt S Trout Move prototype parsing related warnings from the 'synta...
2010-01-05 Zefram [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-03 Vincent Pit Allow "{sub f}" to compile
2009-12-20 Rafael Garcia-Suarez Remove spurious case of warning "Use of %s without...
2009-12-20 Rafael Garcia-Suarez Introduce C<use feature "unicode_strings">
2009-12-20 Rafael Garcia-Suarez Make eval {} compile directly to OP_ENTERTRY
2009-12-09 Zefram Fix for [perl #70910] wrong line number in syntax error...
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
next