summaryrefslogtreecommitdiff
path: root/thrdvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-081-1/+0
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-0/+1
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-0/+4
* More optimizations to REx engineIlya Zakharevich1999-08-011-0/+5
* avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)Gurusamy Sarathy1999-07-171-2/+0
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-6/+6
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+4
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-2/+9
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-3/+3
* REx engine improvementsIlya Zakharevich1999-05-251-2/+4
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-0/+2