summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* scan_heredoc could reallocate PL_parser->linestr's PVDavid Leadbeater2011-06-091-0/+1
* [perl #88420] BOM support on Windows broken in 5.13.11Jan Dubois2011-04-131-1/+7
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-101-9/+16
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-3/+10
* fix compiler warning in toke.cDavid Mitchell2011-03-261-1/+1
* reg_namedseq: Restructure so doesn't duplicate codeKarl Williamson2011-03-201-6/+20
* toke.c: Raise error for multiple regexp modsKarl Williamson2011-03-011-4/+40
* [perl #79442] A #line "F" in a string eval doesn't update *{"_<F"}Father Chrysostomos2011-02-271-5/+23
* toke.c: 'Specialized /le message is only for substitutesKarl Williamson2011-02-211-0/+8
* move brace to same line as conditionalKarl Williamson2011-02-211-2/+1
* toke.c: fix commentKarl Williamson2011-02-211-2/+3
* Allow suffix form for /a /d /l /uKarl Williamson2011-02-191-2/+58
* toke.c: Don't take the address of a registerKarl Williamson2011-02-191-1/+1
* toke.c: Move suffix re mods message to one placeKarl Williamson2011-02-191-27/+30
* toke.c: silence win32 compiler warningKarl Williamson2011-02-151-1/+1
* perldiag: retitle Ambiguous use of %c{%s%s}Father Chrysostomos2011-02-131-0/+1
* Silence win32 smoke compiler warningKarl Williamson2011-02-131-2/+2
* Fix up \cX for 5.14Karl Williamson2011-02-091-1/+1
* toke.c: Add commentKarl Williamson2011-01-271-1/+3
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-3403/+4
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-2/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-4/+4
* 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