summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+4
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+2
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-4/+4
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-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/+2
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+2
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-011-3/+0
* replace PL_doextract with better kinds of variableZefram2010-10-211-2/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2
* make PL_charclass available to modules under Win32Tony Cook2010-09-261-0/+3
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-4/+0
* make recursive part of peephole optimiser hookableZefram2010-08-261-0/+2
* Check API compatibility when loading xs modulesFlorian Ragwitz2010-07-261-0/+2
* Get rid of PERL_POLLUTEJan Dubois2010-07-211-33/+0
* Generic hooks into Perl_block_{start,end}.Ben Morrow2010-07-121-0/+2
* add PL_signalhook to hook into signal dispatchDavid Mitchell2010-06-041-0/+2
* unwinding target nominated by separate globalZefram2010-04-251-0/+2
* qr/\X/ expansionKarl Williamson2009-12-051-0/+20
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-0/+2
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-0/+3
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-0/+6
* Remove obsolete interpreter variable PL_utf8_alnumcRafael Garcia-Suarez2009-09-131-2/+0
* Add a pluggable hook in op_free()Vincent Pit2009-07-081-0/+2
* Remove binary compatibility scaffolding for the change to PL_bitcount.Nicholas Clark2009-05-201-1/+0
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-201-1/+0
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-01-021-1/+1
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2008-12-271-0/+2
* Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to pleaseNicholas Clark2008-11-181-2/+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-2/+2
* Update copyright year in embed.pl, and everything that it builds.Nicholas Clark2008-10-251-1/+1
* Run 'make regen' for #34567 and #34568.Marcus Holland-Moritz2008-10-241-0/+2
* Remove the -P switchRafael Garcia-Suarez2008-01-111-2/+0
* 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