summaryrefslogtreecommitdiff
path: root/thrdvar.h
Commit message (Expand)AuthorAgeFilesLines
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-196/+0
* PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume thatNicholas Clark2007-05-141-2/+5
* Move PL_delayedisa into a better spot in the interpreter structure.Nicholas Clark2007-05-031-4/+8
* Re: mro status, etcBrandon Black2007-05-031-0/+1
* More variable reordering saves another 40 bytes from the interpreterNicholas Clark2007-04-231-5/+11
* Various variables in intrpvar.h and thrdvar.h are considerably largerNicholas Clark2007-04-211-4/+4
* By re-ordering declarations in interpvar.h and thrdvar.h, reduce theNicholas Clark2007-04-211-7/+8
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+2
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-16/+0
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-261-0/+2
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+4
* Shrink the interpreter structure by 4 bytes (usually) by makingNicholas Clark2006-09-161-2/+2
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-35/+1
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-4/+0
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+5
* remove unused PL_regcc variableDave Mitchell2006-03-241-1/+0
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-2/+2
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* sort/multicall patchRobin Houston2005-11-021-1/+0
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-2/+1
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Consting fiveAndy Lester2005-03-251-1/+1
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-3/+0
* remove binary compat from #23156 (remove PL_retstack)Dave Mitchell2004-07-231-4/+0
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-3/+3
* Restore the two variables retired by the change #19268Jarkko Hietaniemi2003-04-191-0/+2
* allow recursive FETCHesDave Mitchell2003-04-191-3/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* COW regexps:Nicholas Clark2003-02-161-1/+1
* these variables are not in use anywhere since 5.8.0Gurusamy Sarathy2002-12-281-13/+0
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-30/+0
* More U32 regflags.Jarkko Hietaniemi2002-04-271-1/+1
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* Some bincompat clawbacks.Jarkko Hietaniemi2001-12-191-1/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-1/+1
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-6/+6
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+4
* Pluggable optimizerSimon Cozens2001-08-011-0/+2
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-0/+1
* Save the spot of regprev (see #9911) for binary compatibility;Jarkko Hietaniemi2001-04-301-0/+1
* Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] Hugo van der Sanden2001-04-301-1/+0
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-3/+3
* API Variable documentation Simon Cozens2001-01-151-0/+17
* UTF8 output prework.Nick Ing-Simmons2000-12-091-2/+1
* Add non-blocking thread doneness checkingDan Sugalski2000-10-251-1/+1
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-4/+3
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+12