summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword"David Mitchell2009-08-111-1/+1
* Tidy code added in 4ba71d51f72efb2af8dc9748dd62219261f2e1fd.Nicholas Clark2009-07-261-5/+4
* Allow -C on the #! line when it is identical to -C on the command line.Father Chrysostomos2009-07-261-1/+9
* Return OPERATOR('[') for '[' without falling through to case '~', avoiding mi...Ian Goodacre2009-04-161-1/+4
* [perl #59908] \x, \0, and \N{} not ok in double-quotish when followed by > \x100karl williamson2009-04-121-70/+94
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2009-03-291-6/+6
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-3/+3
* Two casts that are MUTABLE_?V.Nicholas Clark2009-03-291-2/+2
* Prevent the tokenizer from segfaulting in debug mode when a FUNC token is forcedRafael Garcia-Suarez2009-03-291-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+105
* also report forced tokens when using -DTGerard Goossen2009-03-121-9/+15
* A small refactoring based on a comment in an old RT ticket (RTSteve Peters2009-01-261-7/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-1/+3
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-14/+14
* Integrate:Dave Mitchell2008-12-051-2/+2
* Integrate:Tim Bunce2008-11-041-7/+7
* Integrate:Robin Barker2008-11-031-2/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Dave Mitchell2008-05-311-1/+1
* Integrate:Dave Mitchell2008-05-301-3/+3
* Integrate:Dave Mitchell2008-05-271-3/+3
* Integrate:Dave Mitchell2008-05-271-0/+1
* Integrate:Nicholas Clark2008-03-051-3/+3
* Integrate:Nicholas Clark2008-01-301-15/+9
* Integrate:Nicholas Clark2008-01-301-1/+2
* 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