summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 4th patch from: Marcus Holland-Moritz2007-01-041-5/+5
* make parser_free actually free the parser!Dave Mitchell2007-01-041-2/+0
* remove conflict in pending_ident function and field nameDave Mitchell2007-01-021-0/+2
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-76/+47
* Quiet a smoke warning in toke.c and bump the copyright year.Steve Peters2007-01-021-2/+2
* split parser initialisation from parser executionDave Mitchell2007-01-011-0/+20
* in lex_start(), ensure that all lexer state vars are savedDave Mitchell2006-12-311-13/+49
* Rationalise the logic in lex_start for creating a new temporary if theNicholas Clark2006-12-311-4/+10
* As freeing up PL_linestr is now done via the scope stack, there's noNicholas Clark2006-12-311-6/+7
* PL_linestr needs to survive until the end of scope, not just the nextNicholas Clark2006-12-311-0/+4
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-201-1/+1
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-2/+2
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-1/+1
* Verify that the debugger has an array where to store lines beforeRafael Garcia-Suarez2006-12-011-45/+38
* Fix a bug in the debugger tracing variables when one was eval'ingRafael Garcia-Suarez2006-11-131-5/+6
* [perl #40718] perl parser bug leading to memory corruptionDave Mitchell2006-11-081-5/+3
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-021-6/+4
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-021-1/+1
* Silence a warning and call readpipe_override() correctly.Rafael Garcia-Suarez2006-10-311-3/+3
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-311-3/+3
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-311-4/+38
* stab at UNITCHECK blocksAlexander Gough2006-10-191-1/+17
* Functions with a (_) prototype should behave as unary operatorsRafael Garcia-Suarez2006-10-181-1/+1
* First attempt at implementing the _ prototypeRafael Garcia-Suarez2006-10-171-1/+1
* Less brace nesting.Rafael Garcia-Suarez2006-10-171-16/+15
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-161-13/+5
* Re: SVpvs vs SVpvnJim Cromie2006-10-131-25/+25
* Don't bother checking for bad characters in prototypes if we're notRafael Garcia-Suarez2006-10-131-13/+16
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-1/+1
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-2/+2
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-19/+19
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-2/+8
* Typo fix in #ifdefRafael Garcia-Suarez2006-09-071-1/+1
* A couple const's and a cast to get Sun CC to compile these files.Steve Peters2006-08-091-1/+1
* g++ large patchJarkko Hietaniemi2006-08-071-36/+62
* interpolation of @- (and @+) in patterns ([perl #27940] comes back)SADAHIRO Tomoyuki2006-07-261-3/+8
* Revert part of last change, that was causing utf8 test failuresRafael Garcia-Suarez2006-07-231-1/+1
* z/OS: pp_sys.c, reg*.c, toke.c, utf8.cJarkko Hietaniemi2006-07-231-10/+98
* comment update for scan_constSADAHIRO Tomoyuki2006-07-151-23/+29
* Revert bogus fix for bug #27940, which wasn't really a bug,Rafael Garcia-Suarez2006-07-111-1/+1
* Convert some low hanging fruit to my_strlcpy/my_strlcat.Steve Peters2006-07-101-1/+1
* toke.c consting and localizingAndy Lester2006-07-041-4/+3
* Fix a couple of compilation warningsRafael Garcia-Suarez2006-06-301-2/+2
* <toke.c> isALNUM(*s) && *s != '_'Dr.Ruud2006-06-211-2/+1
* Change 28404 broke the construct s/foo/<<BAR/e. So, try to be moreRafael Garcia-Suarez2006-06-201-1/+3
* [perl #39365] Bug in toke.c (eval in subst) Ben Carter2006-06-201-1/+1
* Accumulated toke.c cleanupsAndy Lester2006-06-061-52/+78
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-5/+1
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-7/+5
* Add "state" featureRafael Garcia-Suarez2006-05-031-1/+1