summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together.Nicholas Clark2011-07-181-6/+2
* Change inversion lists to SVsKarl Williamson2011-07-031-1/+1
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-4/+1
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-1/+0
* Reorder interpreter struct to remove alignment holesNicholas Clark2011-06-121-11/+10
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-24/+23
* Microperl doesn't do signal handlers, ifdef some handling codeDavid Leadbeater2011-03-281-0/+2
* intrpvar.h: Add comment about PERLVARIKarl Williamson2011-02-241-1/+2
* intrpvar.h: Need to initialize PL_utf8_foldableKarl Williamson2011-02-211-1/+1
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* Init PL_cop_seqmax to a high value under DEBUGGINGDavid Mitchell2011-02-071-1/+10
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+4
* intrpvar.h: Clarify commentKarl Williamson2011-02-021-1/+2
* 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