summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* ywarn() is actually only used inside toke.c, so it can be static.Nicholas Clark2008-11-261-2/+2
* A small refactoring based on a comment in an old RT ticket (RTSteve Peters2008-11-071-7/+1
* Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)Tim Bunce2008-11-031-7/+7
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+3
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-2/+2
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2008-10-301-6/+6
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-14/+14
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-3/+3
* Two casts that are MUTABLE_?V.Nicholas Clark2008-10-281-2/+2
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Unintented interpolation of $/ in regex (was: Re: [perlBram2008-08-241-1/+6
* Make sure parser's filehandle is closed when finishedSteve Hay2008-06-171-2/+2
* Tweak the "Illegal character in prototype" warning so it's moreRafael Garcia-Suarez2008-06-081-2/+4
* Add a new warning, "Prototype after '%s'"Renee Baecker2008-06-081-2/+39
* Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about barewordRafael Garcia-Suarez2008-05-201-1/+1
* Add ..., !!!, and ??? operatorschromatic2008-05-181-2/+15
* Prevent the tokenizer from segfaulting in debug mode when a FUNC token is forcedRafael Garcia-Suarez2008-05-161-1/+1
* Handle PL_minus_E before PL_minus_{n,p}.Florian Ragwitz2008-05-111-3/+3
* Three variables in S_scan_trans only hold flags for op_private, so canNicholas Clark2008-03-041-3/+3
* [ patch ] silence 2 possibly uninitialized varsJim Cromie2008-02-181-3/+3
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+105
* [perl #49472] Attributes + Unkown ErrorDave Mitchell2008-02-091-0/+1
* toke.c/universal.c: constingSteven Schubiger2008-01-291-11/+11
* also report forced tokens when using -DTGerard Goossen2008-01-281-9/+15
* Remove the -P switchRafael Garcia-Suarez2008-01-111-19/+4
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-1/+1
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-3/+3
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-12/+6
* "Automate" change 32648 (ensure that -E always loads the latestNicholas Clark2007-12-271-1/+2
* Make -E require 5.11 featuresRafael Garcia-Suarez2007-12-191-1/+1
* 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