summaryrefslogtreecommitdiff
path: root/perlapi.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+4
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-151-0/+2
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-64/+0
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+2
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-4/+2
* regen headersRafael Garcia-Suarez2006-10-201-0/+2
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+4
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-12/+0
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-251-0/+2
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-0/+2
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-66/+2
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-8/+0
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+4
* PL_multiline isn't referenced, and can be removed.Nicholas Clark2006-03-251-2/+0
* remove unused PL_regcc variableDave Mitchell2006-03-241-2/+0
* Add a new per-interpeter variable PL_utf8cache, which will be used toNicholas Clark2006-03-161-0/+2
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-0/+24
* It helps to run embed.pl in the correct directory. (not the symlinkNicholas Clark2006-03-091-0/+2
* Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,Nicholas Clark2006-03-071-0/+4
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-041-0/+2
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-2/+0
* Oops. I *thought* that I had checked that all changed files were open.Nicholas Clark2006-02-031-2/+0
* Change PL_perlio_fd_refcnt from a fixed size static array to a pointerNicholas Clark2006-02-031-0/+2
* [patch] arena rework - unify arenarootsJim Cromie2006-02-011-2/+2
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-041-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+8
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-0/+2
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-191-4/+0
* PL_pte_root and PL_pte_arenaroot can be exterminated. Which revealsNicholas Clark2005-11-161-4/+0
* Re: eliminate discreet arenarootsJim Cromie2005-11-161-44/+4
* sort/multicall patchRobin Houston2005-11-021-2/+0
* Remove old variable needed for binary compatibilityRafael Garcia-Suarez2005-06-291-2/+0
* Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalarsNicholas Clark2005-06-241-0/+2
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-2/+0
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-131-2/+0
* regen after #24627H.Merijn Brand2005-05-301-0/+17