summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the warning "interpreted as function" a bit less annoying,Rafael Garcia-Suarez2007-03-261-1/+5
* say() should parse exactly like print()Rafael Garcia-Suarez2007-03-261-1/+2
* Make sure readpipe without argument can be followed by //Rafael Garcia-Suarez2007-03-241-1/+1
* Re: What is this MAD stuff all about?Rick Delaney2007-03-151-3/+4
* Use another method to avoid the "possible interpolation" warningRafael Garcia-Suarez2007-03-071-1/+5
* Avoid an assertion failure when overloading readpipe.Nicholas Clark2007-03-021-1/+1
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-2/+2
* (?p{}) has been deprecated for a long time.Rafael Garcia-Suarez2007-02-281-1/+1
* C<keys %+> should not warn. Don't make scan_ident test forRafael Garcia-Suarez2007-02-241-1/+2
* More efficient to call newSV_type() then SvGROW() instead of newSV()Nicholas Clark2007-02-181-4/+4
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-4/+2
* Re: PL_copline inconsistencyRick Delaney2007-02-121-0/+1
* A few more places where we know the length for sv_setpv() or sv_catpv()Nicholas Clark2007-02-021-4/+4
* One last gv_fetchpv() that should be GV_ADD rather than TRUE.Nicholas Clark2007-01-271-1/+1
* A test to exercise the smallbuf overflow code in S_incline, and aNicholas Clark2007-01-271-12/+28
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-10/+7
* As we're not passing over (or copying in) a NUL, don't need that extraNicholas Clark2007-01-261-2/+2