summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-261-1/+1
* Improve custom OP support.Ben Morrow2010-11-141-0/+2
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-2/+0
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+3
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+4
* new API functions op_scope and op_lvalueZefram2010-10-261-1/+1
* Note the U8-sized space in intrpvar.h created by 737c24fc85ea612b.Nicholas Clark2010-10-221-0/+1
* replace PL_doextract with better kinds of variableZefram2010-10-211-1/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-1/+1
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-9/+9
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-1/+1
* documentation on hooking the peephole optimiserZefram2010-09-101-2/+44
* Reorder interpreter struct to remove alignment hole created by 9a87bd09eea1d037Nicholas Clark2010-09-081-5/+1
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-2/+1
* make recursive part of peephole optimiser hookableZefram2010-08-261-1/+3
* 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