summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* toke.c, util.c: setlocale returns new locale, not oldKarl Williamson2011-12-181-1/+3
* toke.c, perldiag: Note delay of some things to 5.18Karl Williamson2011-12-161-1/+1
* Disable $[ under 5.16Father Chrysostomos2011-12-151-5/+13
* Don’t warn for open local *FHFather Chrysostomos2011-12-081-0/+1
* Optimise __SUB__ to a constantFather Chrysostomos2011-11-261-1/+1
* Don’t warn for foo+1 with ($) protoFather Chrysostomos2011-11-241-5/+9
* When parsing subs with user-defined prototypes, store information needed to t...Matthew Horsfall (alh)2011-11-241-2/+6
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+3
* Don’t create an AV for unfiltered codeFather Chrysostomos2011-11-181-2/+6
* In Perl_lex_start(), don't read the byte before SvPVX().Nicholas Clark2011-11-131-1/+1
* toke.c:lex_start: Move len into the only block that uses itFather Chrysostomos2011-11-061-1/+1
* Update docs about lex_start’s flags paramFather Chrysostomos2011-11-061-3/+2
* Avoid redundant copies in string evalsFather Chrysostomos2011-11-061-8/+5
* Make multiple #line’s update dblines in evalsFather Chrysostomos2011-11-061-1/+1
* Make source filters work in evalbytesFather Chrysostomos2011-11-061-20/+88
* Add evalbytes functionFather Chrysostomos2011-11-061-0/+4
* Forbid source filters in Unicode evalsFather Chrysostomos2011-11-061-0/+3
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-2/+3
* Fix CORE::globFather Chrysostomos2011-10-261-2/+6
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-3/+3
* 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