| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Plan C for foiling the algorithmic complexity attack | Nicholas Clark | 2003-10-16 | 1 | -0/+4 |
* | Make Storable work with blead/maint by making PL_sv_placeholder | Jarkko Hietaniemi | 2003-07-28 | 1 | -3/+0 |
* | Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x | Marcus Holland-Moritz | 2003-07-27 | 1 | -0/+3 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+2 |
* | Retract #20112. | Jarkko Hietaniemi | 2003-07-10 | 1 | -2/+0 |
* | Argh. At least AIX builds choke because of this. | Jarkko Hietaniemi | 2003-07-10 | 1 | -0/+2 |
* | Bite the bullet and apply the hash randomisation patch. | Jarkko Hietaniemi | 2003-06-26 | 1 | -0/+2 |
* | Comment tweakage. | Jarkko Hietaniemi | 2003-05-29 | 1 | -3/+3 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -0/+2 |
* | More moves to intrpvar.h. | Jarkko Hietaniemi | 2003-05-12 | 1 | -0/+9 |
* | Move the thread *hook into interpreter. | Jarkko Hietaniemi | 2003-05-11 | 1 | -0/+6 |
* | Feel-good cleanup. | Jarkko Hietaniemi | 2003-04-28 | 1 | -2/+2 |
* | Detecting errors of reentrant APIs: getgrgid_r and the like | Jarkko Hietaniemi | 2003-04-28 | 1 | -0/+2 |
* | Future binary compat wishful thinking: | Jarkko Hietaniemi | 2003-04-07 | 1 | -2/+2 |
* | Add packname->stash cache before the check if a packname is a | Artur Bergman | 2003-04-02 | 1 | -0/+2 |
* | Integrate: | Ilya Zakharevich | 2003-04-01 | 1 | -1/+4 |
* | Add missing intrpvar clonings to perl_clone. | Jarkko Hietaniemi | 2003-03-11 | 1 | -1/+2 |
* | Add reminders to intrpvar.h about perl_clone(), as suggested by Stas. | Jarkko Hietaniemi | 2003-03-11 | 1 | -0/+4 |
* | PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. | Jarkko Hietaniemi | 2003-02-24 | 1 | -0/+2 |
* | add support for assertions. Updated form of: | Salvador FandiƱo | 2003-02-16 | 1 | -0/+1 |
* | The new(er) way of controlling Unicode I/O (and other) features; | Jarkko Hietaniemi | 2003-02-15 | 1 | -2/+4 |
* | Make the locale-induced UTF-8-ification of STD fhs | Jarkko Hietaniemi | 2003-01-16 | 1 | -1/+1 |
* | Slight beauty tweak. | Jarkko Hietaniemi | 2002-11-28 | 1 | -2/+4 |
* | Re: [perl #18203] Recursive call in PerlIO_find_layer | Slaven Rezic | 2002-11-27 | 1 | -0/+2 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -31/+0 |
* | Remove package; (Heh heh.) | Abhijit Menon-Sen | 2002-09-29 | 1 | -2/+0 |