| Commit message (Expand) | Author | Age | Files | Lines |
* | PL_multiline isn't referenced, and can be removed. | Nicholas Clark | 2006-03-25 | 1 | -1/+0 |
* | Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}. | Nicholas Clark | 2006-03-17 | 1 | -1/+5 |
* | 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/+12 |
* | Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl | Nicholas Clark | 2006-03-10 | 1 | -1/+1 |
* | Move PL_lasttoke out of its PERL_MAD define in intrpvar.h. | Steve Peters | 2006-03-10 | 1 | -1/+1 |
* | The remainder of the toke.c MAD changes. Now to investigate why MAD | Nicholas Clark | 2006-03-09 | 1 | -0/+5 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -0/+6 |
* | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -1/+1 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -0/+5 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -4/+0 |
* | It's actually easier to get rid of PL_fdscript than we thought. | Nicholas Clark | 2006-02-03 | 1 | -1/+0 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | [patch] arena rework - unify arenaroots | Jim Cromie | 2006-02-01 | 1 | -1/+1 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -1/+8 |
* | tidy index arrangements in new MY_CXT code | Dave Mitchell | 2005-12-31 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+6 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -0/+1 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -3/+3 |
* | 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 | -7/+0 |
* | Re: eliminate discreet arenaroots | Jim Cromie | 2005-11-16 | 1 | -22/+7 |
* | Given that sv_nosharing performs the same function as sv_nolocking | Nicholas Clark | 2005-10-30 | 1 | -2/+2 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+2 |
* | Remove old variable needed for binary compatibility | Rafael Garcia-Suarez | 2005-06-29 | 1 | -3/+0 |
* | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars | Nicholas Clark | 2005-06-24 | 1 | -1/+4 |
* | Remove the deprecated $# variable | Rafael Garcia-Suarez | 2005-06-20 | 1 | -1/+0 |
* | We no longer need PL_shared_hek_table | Nicholas Clark | 2005-06-13 | 1 | -1/+0 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 1 | -2/+2 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -0/+1 |
* | Correct the description of pte_arenaroot | Nicholas Clark | 2005-05-24 | 1 | -1/+1 |
* | We don't need IV and RV arena variables anymore. We don't need to set | Nicholas Clark | 2005-05-23 | 1 | -4/+0 |
* | create an "allocated" structure for PVs, PVAVs and PVHVs | Nicholas Clark | 2005-05-23 | 1 | -6/+6 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -0/+2 |
* | Allocate GV bodies from arenas | Nicholas Clark | 2005-05-13 | 1 | -0/+2 |
* | The ptr_table arena variables and code is only needed for ithreads. | Nicholas Clark | 2005-05-07 | 1 | -1/+4 |
* | Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. | Nicholas Clark | 2005-05-06 | 1 | -2/+2 |
* | Allocate pointer table entries (for ithread cloning) from an arena | Nicholas Clark | 2005-05-06 | 1 | -0/+2 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -1/+1 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -3/+3 |
* | Remove the const qualifier from argv and env variables | Rafael Garcia-Suarez | 2005-03-25 | 1 | -1/+1 |
* | 5.9.1 suidperl | Paul Szabo | 2004-03-23 | 1 | -0/+5 |
* | Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS | Nicholas Clark | 2004-03-16 | 1 | -2/+2 |
* | make the bison-based parser threadsafe and capable of deep | Dave Mitchell | 2004-02-28 | 1 | -0/+4 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -1/+0 |
* | remove binary compatibility stuff from the yacc -> bison switch | Dave Mitchell | 2004-02-14 | 1 | -9/+0 |
* | Switch from byacc to bison and simplify the perly.* regeneration | Dave Mitchell | 2004-02-14 | 1 | -7/+8 |
* | s/new_hash/rehash/g (Stas suggested a better name) | Nicholas Clark | 2003-11-03 | 1 | -2/+2 |
* | embedding perl | Radu Greab | 2003-10-21 | 1 | -11/+11 |