summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-2/+2
* fix MAD breakage caused by qw patchZefram2010-09-111-0/+1
* make qw(...) first-class syntaxZefram2010-09-081-10/+24
* function interface to parse Perl statementZefram2010-09-061-13/+59
* Avoid needless use of UTF8=1 format [RT#56336]Eric Brine2010-08-311-13/+6
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* [perl #75904] \$ prototype does not make a unary functionFather Chrysostomos2010-08-111-2/+19
* Change function signature of grok_bslash_oKarl Williamson2010-07-271-2/+3
* Correct comment in toke.cKarl Williamson2010-07-271-1/+1
* Normalize formatting of "Ambiguous call resolved as CORE::%s(), qualify as su...James Mastros2010-07-261-2/+3
* Add \o{} escapeKarl Williamson2010-07-171-0/+14
* Code for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-2/+2
* In Perl_lex_start(), use newSVpvn_flags() to reduce source and object size.Nicholas Clark2010-07-051-2/+2
* eval $overloaded can crashDavid Mitchell2010-07-031-2/+3
* In Perl_filter_del(), no need to NULL IoANY(datasv).Nicholas Clark2010-06-301-2/+0
* Deprecate no space after s/a/b/ and keywordKarl Williamson2010-06-281-1/+7
* Add clarifying comment to toke.cKarl Williamson2010-06-281-1/+2
* RT 75902: Add prototypes for tie() and untie() to allow overloadingFather Chrysostomos2010-06-251-3/+3
* 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