summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* It helps to actually *remove* the now-superfluous strlen().Nicholas Clark2005-11-081-1/+0
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+2
* Etta James presents: More constingAndy Lester2005-10-311-2/+2
* S_tokereport's unused parmAndy Lester2005-10-311-2/+2
* Force _ to be always a bareword after filetest operatorsRafael Garcia-Suarez2005-10-181-1/+6
* Fix tokenizer debugging trace for file testsRafael Garcia-Suarez2005-10-181-1/+1
* Make some casts explicit to keep VC++ 7 happySteve Hay2005-10-171-1/+1
* gcc complains when it sees variables declaredSteve Peters2005-10-141-1/+1
* Stas' croak patch and then someAndy Lester2005-10-131-4/+5
* Improve -DT output and fix wild buffer pointer errorDave Mitchell2005-10-011-47/+51
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-2/+8
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-1/+15
* Change 25409 wasn't necessary for threaded perlsRafael Garcia-Suarez2005-09-141-9/+13
* The debugger wasn't tracing correctly execution in eval("")'edRafael Garcia-Suarez2005-09-141-0/+33
* Oops, fix threaded buildRafael Garcia-Suarez2005-09-011-1/+1
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-24/+26
* Re: Transliteration operator(tr//)on EBCDIC platformSADAHIRO Tomoyuki2005-08-181-2/+16
* change #25129 was overzealous in delaying the call to ckWARNDave Mitchell2005-07-171-3/+3
* More embed.fnc plowingAndy Lester2005-07-131-2/+2
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-26/+26
* Making my way thru embed.fncAndy Lester2005-07-101-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-10/+10
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-4/+5
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-25/+25
* Silence another bcc32 compiler warningSteve Hay2005-06-231-1/+1
* ternary operator cond ? foo : bar being parsed as ?...?Salvador FandiƱo2005-06-211-2/+6
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-3/+0
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-15/+17
* instead of unions use double cast for data pointer <-> function pointerJarkko Hietaniemi2005-06-091-23/+6
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-2/+1
* More SvPV constingNicholas Clark2005-06-071-1/+1
* More SvPV consting.Nicholas Clark2005-06-071-1/+1
* Random cleanups #47Andy Lester2005-06-071-1/+1
* [perl #36193] crash in Perl_yyerror due to missing check for NULL Todd C. Miller2005-06-071-4/+5
* Unvoid SvUPGRADEAndy Lester2005-06-071-2/+2
* Clean up UNI* macros in toke.cAndy Lester2005-06-031-16/+20
* Use newSVhek where we're generating SVs from package namesNicholas Clark2005-06-031-9/+3
* Random constingAndy Lester2005-06-031-2/+2
* 24672 is innocent. valgrind + perl's malloc considered harmful.Nicholas Clark2005-06-021-5/+11
* Changes 24660 and 24665 both introduced errors into the USEMYMALLOCNicholas Clark2005-06-021-7/+5
* Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensiveNicholas Clark2005-06-021-5/+7
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-3/+6
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-1/+1
* The tokenizer should expect an operator after qw().Rafael Garcia-Suarez2005-05-241-0/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-4/+4
* SvPVX_const() - Patch #1Steve Peters2005-05-201-32/+32
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-1/+1
* Silence DEBUGGING compilation warningsRafael Garcia-Suarez2005-05-121-3/+6
* SvUPGRADE doesn't return false.Rafael Garcia-Suarez2005-05-121-2/+1