summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Silence some data truncation compiler warningsJan Dubois2010-12-161-1/+1
* permit labels to be stackedZefram2010-12-131-1/+1
* recursive-descent expression parsingZefram2010-12-111-50/+451
* toke.c: Fix EBCDIC problemKarl Williamson2010-12-071-2/+2
* toke.c: highlight problematic-mentioning commentKarl Williamson2010-12-071-3/+3
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-0/+1
* In S_scan_const(), use my_snprintf() instead of my_sprintf().Nicholas Clark2010-11-301-2/+4
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-1/+2
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-0/+2
* y///rFather Chrysostomos2010-11-021-2/+9
* In S_scan_const(), use the return value of my_sprintf() to avoid a strlen().Nicholas Clark2010-10-281-4/+4
* function to parse isolated labelZefram2010-10-251-4/+91
* function to parse unlabelled statementZefram2010-10-251-2/+40
* S_tokeq()'s fast scan loop should terminate on \\ not \Nicholas Clark2010-10-221-1/+2
* Add single-term prototypeDavid Golden2010-10-211-2/+2
* function to parse Perl code blockZefram2010-10-211-16/+57
* handle bracket stack better in recdescent parsingZefram2010-10-211-14/+54
* add lex_start to the APIZefram2010-10-211-11/+24
* avoid side-effecting source held in scalarZefram2010-10-211-6/+1
* remove redundant lex_endZefram2010-10-211-11/+0
* replace PL_doextract with better kinds of variableZefram2010-10-211-7/+7
* remove filter inheritance option from lex_startZefram2010-10-211-6/+2
* APIify op list constructorsZefram2010-10-121-7/+7
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-18/+1
* Create populate_isa() to de-duplicate logic to populate @ISA.Nicholas Clark2010-10-091-17/+7
* Move the automatic instantiation of @AnyDBM_File::ISA to Perl_yylex()Nicholas Clark2010-10-091-1/+17
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-0/+46
* toke.c: call regcurly instead of duplicating codeKarl Williamson2010-10-031-11/+2
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-2/+31
* Extract regcurly as a static inline function.Andy Dougherty2010-09-221-0/+1
* 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