summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Rename yylval to pl_yylval, to avoid confusing bogus C preprocessorsRafael Garcia-Suarez2007-11-211-131/+131
* It seems crazy for Perl_yylex() to individually shift each element offNicholas Clark2007-10-181-5/+6
* Inline and eliminate S_incl_perldb(), as it's only called on one place.Nicholas Clark2007-10-181-26/+16
* Eliminate some uses of sv_setpv() where we already know the length.Nicholas Clark2007-10-181-11/+12
* Change newSVpv() to newSVpvn() where we know the length is non-zero, asNicholas Clark2007-10-181-1/+1
* Don't call strlen() on CopFILE() for the unthreaded case, because theNicholas Clark2007-10-181-2/+12
* Silence a casting warningRafael Garcia-Suarez2007-10-181-1/+1
* Where possible, change gv_fetchfile() to gv_fetchfile_flags(),Nicholas Clark2007-10-181-18/+20
* Given that S_feature_is_enabled() is a static function, we can know allNicholas Clark2007-10-161-2/+6
* Pass in explicit lengths for the key and type arguments toNicholas Clark2007-10-161-29/+39
* Re: several compilation problems on VMS in perl@32039Craig A. Berry2007-10-061-1/+1
* Finally! Worked out how to const Perl_moreswitches().Nicholas Clark2007-10-061-7/+8
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-061-2/+2
* In the MAD code, eliminate one Perl_sv_catpvf() and convert oneNicholas Clark2007-10-051-4/+10
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-23/+0
* Eliminate most *printf-like calls that use a simple "%c" format,Nicholas Clark2007-10-051-2/+4
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-12/+0
* Fix compilation with threadsRafael Garcia-Suarez2007-08-101-1/+1
* Re: [PATCH] Adding more information to "Unrecognized character" error in toke.cClaes Jacobsson2007-08-101-1/+2
* Re: [perl #43545] 'no warnings' effects $@.Rick Delaney2007-07-111-2/+4
* MAD: disable constant subs when PL_madskillsGerard Goossen2007-07-071-13/+2
* Re: [perl #43082] "$_[0]->method" interpolation Father Chrysostomos2007-06-071-1/+3
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-4/+0
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-0/+1
* move PL_multi_end into the PL_parser structDave Mitchell2007-05-211-0/+1
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-211-0/+1
* change 31200 broke src filters used within an evalDave Mitchell2007-05-151-1/+1
* fix some (mostly MAD) compiler warningsDave Mitchell2007-05-131-1/+1
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-0/+2
* eliminate a stray PL_lex_stateDave Mitchell2007-05-121-1/+1
* save old PL_curcop value in parser structDave Mitchell2007-05-121-2/+2
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-6/+21
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-20/+10
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-1/+1
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-051-25/+12
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-11/+14
* toke.c changes missed from change #31134Dave Mitchell2007-05-041-3/+4
* Remove ext/ThreadJerry D. Hedden2007-05-021-2/+1
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-10/+11
* Silence 5 "possible loss of data" warnings from VC6Steve Hay2007-04-241-2/+2
* Fix bug in change 31015 - saving the wrong size of variable.Nicholas Clark2007-04-211-1/+1
* Several members of struct yy_parser can go on a diet. Some I32s wereNicholas Clark2007-04-211-5/+5
* Re: [PATCH] madprop about forced wordsGerard Goossen2007-04-201-1/+1
* Only append ?? match ops to the list used by reset. This saves memoryNicholas Clark2007-04-061-1/+21
* madprop about forced wordsGerard Goossen2007-04-061-0/+2
* Re: pmdynflags and thread safetyYves Orton2007-04-041-3/+0
* Re: [PATCH] MAD disable constant inliningGerard Goossen2007-04-031-2/+3
* Make parser_free() be called slightly later,Dave Mitchell2007-04-011-2/+18
* Eliminate the use of PL_curforce outside of toke.cDave Mitchell2007-04-011-0/+1
* Eliminate the use of PL_bufend outside of toke.c:Dave Mitchell2007-04-011-8/+9