summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-051-9/+0
* Revert "Deprecation warnings should always be mandatory since 5.12.0"Jesse Vincent2010-05-051-2/+2
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-12/+9
* If we're going to introduce an @@ array, we'll want to be able to parse $#@ tooRafael Garcia-Suarez2010-05-051-1/+1
* tweak "0x123.456" deprecationZefram2010-05-031-9/+12
* remove Perl_pmflagRobin Barker2010-04-261-13/+0
* Deal with "\c{", and its kinKarl Williamson2010-04-261-6/+1
* PATCH: memory leak introduced in 5.12.0Karl Williamson2010-04-251-7/+4
* consting in lex_stuff_pvnRobin Barker2010-04-231-4/+4
* Deprecation warnings should always be mandatory since 5.12.0Rafael Garcia-Suarez2010-04-231-2/+2
* New deprecation warning: Dot after %s literal is concatenationJames Mastros2010-04-231-0/+9
* use cBOOL for bool castsDavid Mitchell2010-04-151-1/+1
* [perl #74006] 5.12.0-RC stuffing bugZefram2010-04-141-0/+5
* Revert "Revert "* Fixed typo in toke.c docs, identified by Zefram""Jesse Vincent2010-04-131-1/+1
* Revert "* Fixed typo in toke.c docs, identified by Zefram"Jesse Vincent2010-04-121-1/+1
* * Fixed typo in toke.c docs, identified by Zeframbrian d foy2010-04-111-1/+1
* Revert "Forbid labels with keyword names"Jan Dubois2010-03-021-2/+0
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-1/+64
* Add some missing dVAR'sMarcus Holland-Moritz2010-02-201-0/+2
* Avoid returning an undefined SV*Rafael Garcia-Suarez2010-02-191-1/+2
* Make a missing right brace on \N{ fatalKarl Williamson2010-02-191-24/+9
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-85/+299
* Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;...Jesse Vincent2010-02-031-0/+1
* Parse 'use NAME VERSION' with C localeDavid Golden2010-01-161-0/+6
* Omnibus strict and lax version parsingDavid Golden2010-01-131-1/+48
* Move prototype parsing related warnings from the 'syntax' top level warnings ...Matt S Trout2010-01-101-4/+4
* [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template::Plugin::YAML::Encode 0.02Zefram2010-01-051-12/+8
* Allow "{sub f}" to compileVincent Pit2010-01-031-1/+1
* Remove spurious case of warning "Use of %s without parentheses is ambiguous"Rafael Garcia-Suarez2009-12-201-2/+0
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-201-1/+1
* Make eval {} compile directly to OP_ENTERTRYRafael Garcia-Suarez2009-12-201-2/+8
* Fix for [perl #70910] wrong line number in syntax error messageZefram2009-12-091-1/+2
* -Dmad: double free or corruptionTony Cook2009-12-011-1/+1
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-301-7/+15
* Allow a closing brace after an "use VERSION"Vincent Pit2009-11-281-1/+2
* -Dmad minitest failure bisectZefram2009-11-261-3/+0
* perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected)Zefram2009-11-251-5/+8
* Also skip spaces after variable if we are within lexical brackets. Fixes #700...Gerard Goossen2009-11-251-1/+1
* lexer API fixesZefram2009-11-191-3/+6
* Remove dead preprocessor code from toke.cJan Dubois2009-11-161-13/+0
* Fix crash in refactored lexer internalsJan Dubois2009-11-161-1/+1
* lexer APIZefram2009-11-151-213/+758
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-091-2/+2
* Bareword sub lookupsZefram2009-11-081-30/+41
* Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-071-2/+2
* Placate a warning from Borland's compiler.Nicholas Clark2009-11-071-1/+1
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-17/+58
* Deprecate use of := to mean an empty attribute list in my $pi := 4;Nicholas Clark2009-11-041-0/+3
* S_utf16_textfilter() was not returning EOF correctly in some situations.Nicholas Clark2009-11-011-2/+6
* Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-011-11/+18