| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove (probably) the last vestige of the assertions implementation - | Nicholas Clark | 2007-11-24 | 1 | -2/+0 |
* | Following 32238, change "interpreter_size" to "interp_size" in the new | Craig A. Berry | 2007-11-11 | 1 | -6/+6 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+2 |
* | "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION | Nicholas Clark | 2007-11-07 | 1 | -0/+18 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -4/+0 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -4/+0 |
* | Change 31987 forgot to re-run embed.pl | Nicholas Clark | 2007-09-28 | 1 | -0/+2 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -0/+2 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -2/+0 |
* | delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg | Dave Mitchell | 2007-05-25 | 1 | -8/+6 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+0 |
* | move PL_multi_end into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+0 |
* | move PL_tokenbuf into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+0 |
* | delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv | Dave Mitchell | 2007-05-20 | 1 | -4/+0 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -160/+157 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -4/+0 |
* | 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/+3 |
* | 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/+3 |
* | 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/+3 |
* | 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 |