summaryrefslogtreecommitdiff
path: root/perlapi.h
Commit message (Expand)AuthorAgeFilesLines
* add wrap_op_checker() API functionZefram2012-02-111-0/+2
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-9/+9
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-4/+0
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-6/+0
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-2/+2
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-6/+0
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-121-12/+0
* Eliminate PL_patleave, unused since perl 5.0 alpha 2.Nicholas Clark2011-06-121-2/+0
* Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735.Nicholas Clark2011-05-221-2/+0
* 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
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-011-2/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2
* make PL_charclass available to modules under Win32Tony Cook2010-09-261-0/+2
* Eliminate PL_* accessor functions under ithreads.Nicholas Clark2010-09-211-664/+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
* 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/+2
* 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-2/+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-4/+4
* 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/+12
* 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/+4
* 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