summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-0/+1
* Generic hooks into Perl_block_{start,end}.Ben Morrow2010-07-121-0/+3
* identify a few vars in intrpvar.hDavid Mitchell2010-06-071-12/+12
* add PL_signalhook to hook into signal dispatchDavid Mitchell2010-06-041-0/+2
* PL_in_load_module only has values 0 and 1, so can be a bool instead of int.Nicholas Clark2010-05-211-2/+2
* unwinding target nominated by separate globalZefram2010-04-251-0/+1
* qr/\X/ expansionKarl Williamson2009-12-051-0/+10
* PL_scopestack_name needs to be present, -DDEBUGGING or not.Nicholas Clark2009-11-181-3/+3
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-0/+3
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-0/+3
* Remove obsolete interpreter variable PL_utf8_alnumcRafael Garcia-Suarez2009-09-131-1/+0
* Document PL_opfreehookVincent Pit2009-07-151-0/+12
* The op_free() hook doesn't need to return an OP*, so introduce a new typedef ...Vincent Pit2009-07-151-1/+1
* Add a pluggable hook in op_free()Vincent Pit2009-07-081-0/+2
* Use only one block of memory for both PL_psig_name and PL_psig_ptr.Nicholas Clark2009-05-211-1/+2
* Remove binary compatibility scaffolding for the change to PL_bitcount.Nicholas Clark2009-05-201-10/+0
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-201-0/+8
* Document the purpose of PL_psig_ptr and PL_psig_name.Nicholas Clark2009-05-191-1/+5
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2008-12-271-0/+6
* The vestigial PL_pad_reset_pending can actually be bool, rather thanNicholas Clark2008-11-261-5/+4
* Note where there is a U8 of space.Nicholas Clark2008-11-181-0/+2
* Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to pleaseNicholas Clark2008-11-181-1/+2
* Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-171-0/+2
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-3/+3
* Update copyright years.Nicholas Clark2008-10-251-2/+1
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-0/+4
* As best as I (and my minion, gcc -Os) can tell, PL_curcop andNicholas Clark2008-02-221-2/+2
* Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This willNicholas Clark2008-01-111-1/+2
* Note the U8 sized space created by removing -P, and check that it isNicholas Clark2008-01-111-1/+1
* Remove the -P switchRafael Garcia-Suarez2008-01-111-1/+0
* Better descriptions for PL_regex_pad and PL_regex_padav.Nicholas Clark2008-01-101-3/+6
* make miniperl -Wwrite-strings cleanRobin Barker2007-12-201-1/+1
* mod_perl is special, and assigns meaning to a perl_destruct_level ofNicholas Clark2007-12-031-1/+2
* Remove (probably) the last vestige of the assertions implementation -Nicholas Clark2007-11-241-2/+0
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+3
* "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSIONNicholas Clark2007-11-071-0/+6
* Move (most of) the conditionally compiled members of the interpreterNicholas Clark2007-10-081-26/+25
* Shrink 4 bytes (ILP32) from the interpreter structure.Nicholas Clark2007-10-081-10/+9
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-5/+0
* Reverse change #31978Rafael Garcia-Suarez2007-10-031-8/+2
* Move the bool v_string_ok into the U16-sized gap in the interpreterNicholas Clark2007-09-271-3/+7
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-261-1/+3
* Note the gotcha about newlines in the elements of PL_preambleav.Nicholas Clark2007-09-151-0/+4
* enable utf8 cache assertions on DEBUGGING buildsDave Mitchell2007-09-141-1/+1
* change #31246 unconditionally enabled utf8 cache debugging codeDave Mitchell2007-09-101-1/+1
* 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-6/+0
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-1/+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