This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add David Caldwell to AUTHORS
[perl5.git] / toke.c
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 Nicholas ClarkRe-instate the use of gv_stashpvn_flags(), and the...
2010-05-21 Nicholas ClarkRemove the tokeniser hack that prevents compile-time...
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Deprecation warnings should always be mandatory...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-04 Rafael Garcia-SuarezIf we're going to introduce an @@ array, we'll want...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-25 Karl WilliamsonPATCH: memory leak introduced in 5.12.0
2010-04-23 Robin Barkerconsting in lex_stuff_pvn
2010-04-23 Rafael Garcia-SuarezDeprecation warnings should always be mandatory since...
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2010-04-15 David Mitchelluse cBOOL for bool casts
2010-04-14 Zefram[perl #74006] 5.12.0-RC stuffing bug
2010-04-13 Jesse VincentRevert "Revert "* Fixed typo in toke.c docs, identified...
2010-04-12 Jesse VincentRevert "* 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 DuboisRevert "Forbid labels with keyword names"
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Marcus Holland-MoritzAdd some missing dVAR's
2010-02-19 Rafael Garcia-SuarezAvoid returning an undefined SV*
2010-02-19 Karl WilliamsonMake a missing right brace on \N{ fatal
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-03 Jesse VincentAllow arbitrary whitespace between NAME and VERSION...
2010-01-16 David GoldenParse 'use NAME VERSION' with C locale
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-03 Vincent PitAllow "{sub f}" to compile
2009-12-20 Rafael Garcia-SuarezRemove spurious case of warning "Use of %s without...
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-12-20 Rafael Garcia-SuarezMake eval {} compile directly to OP_ENTERTRY
2009-12-09 ZeframFix for [perl #70910] wrong line number in syntax error...
2009-12-01 Tony Cook-Dmad: double free or corruption
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-28 Vincent PitAllow a closing brace after an "use VERSION"
2009-11-26 Zefram-Dmad minitest failure bisect
2009-11-25 Zeframperl-5.11.2 breaks NYTProf savesrc option (Lexer API...
2009-11-25 Gerard GoossenAlso skip spaces after variable if we are within lexica...
2009-11-19 Zeframlexer API fixes
2009-11-16 Jan DuboisRemove dead preprocessor code from toke.c
2009-11-16 Jan DuboisFix crash in refactored lexer internals
2009-11-15 Zeframlexer API
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-08 ZeframBareword sub lookups
2009-11-07 Nicholas ClarkAdd length and flags arguments to Perl_pad_findmy(...
2009-11-07 Nicholas ClarkPlacate a warning from Borland's compiler.
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-11-01 Nicholas ClarkS_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-24 Nicholas ClarkIn S_pending_ident(), only call gv_fetchpvn_flags(...
2009-10-23 Nicholas ClarkS_utf16_textfilter() can use the filter GV itself for...
2009-10-22 Nicholas ClarkIn S_utf16_textfilter() replace sv_chop() with code...
2009-10-22 Nicholas ClarkS_utf16_textfilter() needs to avoid splitting UTF-16...
2009-10-22 Nicholas ClarkRe-write S_utf16_textfilter() to correctly handle parti...
2009-10-22 Nicholas ClarkRemove the "hack" that removes SVt_UTF8 in the UTF16...
2009-10-21 Nicholas ClarkRefactor S_utf16_textfilter() to use a second SV for...
2009-10-21 Nicholas ClarkRemove the PERLIO * argument to S_filter_gets(), as...
2009-10-21 Nicholas ClarkS_utf16_textfilter() needs FILTER_DATA() to get the...
2009-10-21 Nicholas ClarkS_utf16_textfilter() was failing honour error returns...
2009-10-21 Nicholas Clarkpanic if S_utf16_textfilter() is called in block mode.
2009-10-21 Nicholas ClarkMake filter_read() in block mode create a well-formed...
2009-10-20 Nicholas ClarkPull out filter setup code from S_swallow_bom() into...
2009-10-20 Nicholas ClarkMAD-only code in S_swallow_bom() duplicated the actions...
2009-10-18 Nicholas ClarkMerge S_utf16_textfilter and S_utf16rev_textfilter().
2009-10-18 Nicholas ClarkNote why S_pending_ident's prototype can't be generated...
2009-10-18 Nicholas ClarkGenerate prototypes for utf16_textfilter and utf16rev_t...
2009-10-13 Nicholas ClarkReplace Perl_deprecate() with a macro that calls Perl_c...
2009-10-13 Nicholas ClarkMove the code related to deprecate("comma-less variable...
2009-10-13 Nicholas ClarkUse deprecate() in place of deprecate_old(), and remove...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas ClarkRe-order a conditional with ckWARN() last, as it is...
2009-10-12 Nicholas Clarkdeprecate_old() is not public, and only used within...
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-08-26 Chip Salzenbergfix threaded build after 8ff3e83b
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Chip Salzenbergset utf8 bit on inferred method names when C<use utf8>
2009-08-23 Rafael Garcia-SuarezFix parsing of readline(FH) [perl #68458]
2009-07-30 Rafael Garcia-SuarezAdd new error "Can't use keyword '%s' as a label"
2009-07-29 Rafael Garcia-SuarezForbid labels with keyword names
2009-07-26 Nicholas ClarkTidy code added in 4ba71d51f72efb2af8dc9748dd62219261f2...
2009-07-26 Father ChrysostomosAllow -C on the #! line when it is identical to -C...
2009-07-22 Rafael Garcia-SuarezRemove !!! and ??? operators
2009-05-19 Nicholas ClarkIn Perl_yylex(), no need to Newxz() a buffer we immedia...
2009-05-14 Claes JakobssonAmelioration of the error message "Unrecognized charact...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2009-03-14 Ian GoodacreReturn OPERATOR('[') for '[' without falling through...
2009-02-14 Rafael Garcia-SuarezForbid to use "foreach" as an attribute
2009-01-19 KarlCombine 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 HayAllow '\r' after "#line XXX" directives.
2009-01-06 Rafael Garcia-SuarezRequire a space or a newline after a "#line XXX" directive
2008-11-26 Nicholas Clarkywarn() is actually only used inside toke.c, so it...
next