summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-1/+1
* toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.Brian Fraser2011-10-061-1/+1
* Modify S_pending_ident to use sv_catpvn_flagsFather Chrysostomos2011-10-061-1/+1
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-8/+14
* toke.c: Some simple mending to get readline() working with UTF-8 filehandlesBrian Fraser2011-10-061-1/+1
* toke.c: Take utf8 into account when creating DATA handleFather Chrysostomos2011-10-061-3/+13
* mro UTF8 cleanup.Brian Fraser2011-10-061-4/+14
* toke.c: S_scan_inputsymbol, initial GV-related UTF8 cleanupBrian Fraser2011-10-061-2/+2
* toke.c: S_checkcomma, GV-related UTF8 cleanupBrian Fraser2011-10-061-1/+1
* toke.c: yylex, GV-related UTF8 cleanupBrian Fraser2011-10-061-10/+18
* toke.c: S_find_in_my_stash, GV-related UTF8 cleanupBrian Fraser2011-10-061-3/+3
* toke.c: S_intuit_method, GV-related UTF8 cleanupBrian Fraser2011-10-061-3/+4
* toke.c: S_intuit_more, GV-related UTF8 cleanupBrian Fraser2011-10-061-1/+2
* toke.c: S_force_ident, GV-related UTF8 cleanupBrian Fraser2011-10-061-3/+4
* gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanupBrian Fraser2011-10-061-6/+8
* Fix inability of lex_read_unichar to handle 80-FF under "no utf8;". lex_peek_...Eric Brine2011-09-201-1/+4
* The Borland Chainsaw MassacreSteve Hay2011-09-101-6/+0
* remove index offsetting ($[)Zefram2011-09-091-8/+0
* remove unused variables and assignmentsRobin Barker2011-09-081-2/+1
* [perl #95546] Allow () after __FILE__, etc.Father Chrysostomos2011-08-121-9/+15
* Passing the flag to the pad functions in toke.cBrian Fraser2011-07-121-4/+6
* APIify pad functionsZefram2011-07-121-2/+2
* Stop having one of the following qw() warnings hide the other:Eric Brine2011-07-031-6/+7
* Allow ‘continue;’ without feature.pmFather Chrysostomos2011-06-141-12/+1
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-111-4/+7
* [perl #88776] Signedness warning in toke.cDavid Mitchell2011-06-061-3/+3
* scan_heredoc could reallocate PL_parser->linestr's PVDavid Leadbeater2011-05-181-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