This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No distinction between .PL and .pl if case is not preserved.
[perl5.git] / toke.c
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-03 Karl Williamsontoke.c: call regcurly instead of duplicating code
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-11 Zeframfix MAD breakage caused by qw patch
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Zeframfunction interface to parse Perl statement
2010-08-30 Eric BrineAvoid needless use of UTF8=1 format [RT#56336]
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-11 Father Chrysostomos[perl #75904] \$ prototype does not make a unary function
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-27 Karl WilliamsonCorrect comment in toke.c
2010-07-26 James MastrosNormalize formatting of "Ambiguous call resolved as...
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-07-05 Nicholas ClarkIn Perl_lex_start(), use newSVpvn_flags() to reduce...
2010-07-03 David Mitchelleval $overloaded can crash
2010-06-30 Nicholas ClarkIn Perl_filter_del(), no need to NULL IoANY(datasv).
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-29 Karl WilliamsonAdd clarifying comment to toke.c
2010-06-25 Father ChrysostomosRT 75902: Add prototypes for tie() and untie() to allow...
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-06-10 Nicholas ClarkParameters for * in *printf must be int - add a cast...
2010-05-30 Nicholas ClarkEliminate some newSV(0)s by merging the SV allocation...
2010-05-29 Nicholas ClarkFix the regexp in t/porting/args_assert.t, and add...
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...
next