summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-47/+64
* toke.c: function pointer to data pointerJarkko Hietaniemi2006-05-021-4/+8
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-4/+4
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-5/+5
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-0/+4
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* [perl #38475] attribute multiline fix (in tokenizer) Bas van Sisseren2006-04-241-7/+18
* Cleanup some gcc warningsMarcus Holland-Moritz2006-04-241-2/+2
* A couple of casts to PADOFFSET.Marcus Holland-Moritz2006-04-241-2/+2
* Fix compilation of microperl, which doesn't have INT_MAX.Nicholas Clark2006-04-191-1/+8
* Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,Nicholas Clark2006-04-171-5/+10
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Random accumulated patchesAndy Lester2006-03-311-38/+45
* Deprecate :unique even with threadsRafael Garcia-Suarez2006-03-141-1/+1
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-2/+4
* isSPACE('\0') is false, so can simplify the condition in the forNicholas Clark2006-03-111-2/+2