| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -2/+0 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -2/+0 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -2/+0 |
* | migrate more variables to PL_parser struct: | Dave Mitchell | 2007-05-05 | 1 | -8/+0 |
* | move some more variables into the PL_parser struct: | Dave Mitchell | 2007-05-04 | 1 | -16/+0 |
* | move PL_expect and PL_copline into the PL_parser structure | Dave Mitchell | 2007-05-04 | 1 | -4/+0 |
* | Re: mro status, etc | Brandon Black | 2007-05-03 | 1 | -0/+2 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -0/+2 |
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -2/+0 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -2/+0 |
* | inline S_init_lexer() and regen | Dave Mitchell | 2007-04-23 | 1 | -4/+0 |
* | Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree | Nicholas Clark | 2007-04-02 | 1 | -0/+4 |
* | extend threads 'veto cleanup' to perl_free and system stuff | Dave Mitchell | 2007-01-15 | 1 | -0/+2 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -64/+0 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+2 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -4/+2 |
* | regen headers | Rafael Garcia-Suarez | 2006-10-20 | 1 | -0/+2 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -0/+4 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -12/+0 |
* | Add hook for re_dup() into regex engine as reg_dupe (make re | Yves Orton | 2006-09-25 | 1 | -0/+2 |
* | Need to migrate the refcounted_he structure to be properly shared. | Nicholas Clark | 2006-04-11 | 1 | -0/+2 |
* | Move all the regexp state variables into a single structure. | Nicholas Clark | 2006-04-06 | 1 | -66/+2 |
* | eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata | Dave Mitchell | 2006-04-05 | 1 | -8/+0 |
* | use slabs to allocate save state space in regmatch() | Dave Mitchell | 2006-04-02 | 1 | -0/+4 |
* | PL_multiline isn't referenced, and can be removed. | Nicholas Clark | 2006-03-25 | 1 | -2/+0 |
* | remove unused PL_regcc variable | Dave Mitchell | 2006-03-24 | 1 | -2/+0 |
* | Add a new per-interpeter variable PL_utf8cache, which will be used to | Nicholas Clark | 2006-03-16 | 1 | -0/+2 |
* | Move the 12 static MAD variables from toke.c into the interpeter | Nicholas Clark | 2006-03-10 | 1 | -0/+24 |
* | It helps to run embed.pl in the correct directory. (not the symlink | Nicholas Clark | 2006-03-09 | 1 | -0/+2 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -0/+4 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -0/+2 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -2/+0 |
* | Oops. I *thought* that I had checked that all changed files were open. | Nicholas Clark | 2006-02-03 | 1 | -2/+0 |
* | Change PL_perlio_fd_refcnt from a fixed size static array to a pointer | Nicholas Clark | 2006-02-03 | 1 | -0/+2 |
* | [patch] arena rework - unify arenaroots | Jim Cromie | 2006-02-01 | 1 | -2/+2 |
* | Run regen.pl (Just updating copyright years) | Steve Hay | 2006-01-04 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+8 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -0/+2 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 1 | -4/+0 |
* | PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals | Nicholas Clark | 2005-11-16 | 1 | -4/+0 |
* | Re: eliminate discreet arenaroots | Jim Cromie | 2005-11-16 | 1 | -44/+4 |
* | sort/multicall patch | Robin Houston | 2005-11-02 | 1 | -2/+0 |
* | Remove old variable needed for binary compatibility | Rafael Garcia-Suarez | 2005-06-29 | 1 | -2/+0 |
* | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars | Nicholas Clark | 2005-06-24 | 1 | -0/+2 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -2/+0 |
* | We no longer need PL_shared_hek_table | Nicholas Clark | 2005-06-13 | 1 | -2/+0 |
* | regen after #24627 | H.Merijn Brand | 2005-05-30 | 1 | -0/+17 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -0/+2 |
* | We don't need IV and RV arena variables anymore. We don't need to set | Nicholas Clark | 2005-05-23 | 1 | -8/+0 |