summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate no space between pattern, following wordKarl Williamson2010-06-181-0/+6
* Parameters for * in *printf must be int - add a cast to ensure this.Nicholas Clark2010-06-101-1/+2
* Eliminate some newSV(0)s by merging the SV allocation with first modification.Nicholas Clark2010-05-301-10/+6
* Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.Nicholas Clark2010-05-291-0/+4
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-4/+5
* Re-instate the use of gv_stashpvn_flags(), and the correct non-boolean argument.Nicholas Clark2010-05-211-4/+5
* Remove the tokeniser hack that prevents compile-time vivification of %stash::Nicholas Clark2010-05-211-22/+4
* support "package Foo { ... }"Zefram2010-05-201-2/+5
* 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