summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-03-301-1/+1
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2009-03-301-0/+2
* run regen for last two commitsDavid Mitchell2009-01-021-0/+2
* Integrate:Nicholas Clark2008-11-211-0/+2
* Integrate:Nicholas Clark2008-10-261-1/+1
* Remove (probably) the last vestige of the assertions implementation -Nicholas Clark2007-11-241-2/+0
* Following 32238, change "interpreter_size" to "interp_size" in the new Craig A. Berry2007-11-111-6/+6
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+2
* "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSIONNicholas Clark2007-11-071-0/+18
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-4/+0
* Reverse change #31978Rafael Garcia-Suarez2007-10-031-4/+0
* Change 31987 forgot to re-run embed.plNicholas Clark2007-09-281-0/+2
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-261-0/+2
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-2/+0
* delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbgDave Mitchell2007-05-251-8/+6
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-2/+0
* move PL_multi_end into the PL_parser structDave Mitchell2007-05-211-2/+0
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-211-2/+0
* delete unused vars PL_av_fetch_sv, PL_hv_fetch_svDave Mitchell2007-05-201-4/+0
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-160/+157
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-4/+0
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-2/+0
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-2/+0
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-2/+0
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-051-8/+0
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-16/+0
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-4/+0
* Re: mro status, etcBrandon Black2007-05-031-0/+2
* Re: mro status, etcBrandon Black2007-04-301-0/+2
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-2/+0
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-2/+0
* inline S_init_lexer() and regenDave Mitchell2007-04-231-4/+0
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+4
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-151-0/+3
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-64/+0
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+2
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-4/+2
* regen headersRafael Garcia-Suarez2006-10-201-0/+3
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+4
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-12/+0
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+2
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-0/+3
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-66/+2
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-8/+0
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+4
* PL_multiline isn't referenced, and can be removed.Nicholas Clark2006-03-251-2/+0
* remove unused PL_regcc variableDave Mitchell2006-03-241-2/+0
* Add a new per-interpeter variable PL_utf8cache, which will be used toNicholas Clark2006-03-161-0/+2
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-0/+24