summaryrefslogtreecommitdiff
path: root/perlapi.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-159/+157
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-4/+0
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-2/+0
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-2/+0
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-2/+0
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-051-8/+0
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-16/+0
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-4/+0
* Re: mro status, etcBrandon Black2007-05-031-0/+2
* Re: mro status, etcBrandon Black2007-04-301-0/+2
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-2/+0
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-2/+0
* inline S_init_lexer() and regenDave Mitchell2007-04-231-4/+0