2006-12-18 |
Dave Mitchell |
move parser state into new parser object, PL_parser |
blob | commitdiff |
2006-10-19 |
Alexander Gough |
stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-03-25 |
Nicholas Clark |
PL_multiline isn't referenced, and can be removed. |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark |
Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}. |
blob | commitdiff | diff to current |
2006-03-16 |
Nicholas Clark |
Add a new per-interpeter variable PL_utf8cache, which... |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Move the 12 static MAD variables from toke.c into the... |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Tweak change 27457 - make PL_lasttoke MAD only, but... |
blob | commitdiff | diff to current |
2006-03-10 |
Steve Peters |
Move PL_lasttoke out of its PERL_MAD define in intrpvar.h. |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark |
The remainder of the toke.c MAD changes. Now to investi... |
blob | commitdiff | diff to current |
2006-03-07 |
Nicholas Clark |
Some of the MAD structures in headers, plus PL_madskill... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark |
Steal code from maint, and use PERL_ARENA_ROOTS_SIZE... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark |
Enhance PERL_TRACK_MEMPOOL so that it also emulates... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
Eliminating PL_suidscript is more tricky, and requires... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
It's actually easier to get rid of PL_fdscript than... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-01 |
Jim Cromie |
[patch] arena rework - unify arenaroots |
blob | commitdiff | diff to current |
2006-01-29 |
Nicholas Clark |
Avoid using space to create 2 functions just to force... |
blob | commitdiff | diff to current |
2005-12-31 |
Dave Mitchell |
tidy index arrangements in new MY_CXT code |
blob | commitdiff | diff to current |
2005-12-29 |
Dave Mitchell |
re-implement MY_CXT API more efficiently, and add explicit |
blob | commitdiff | diff to current |
2005-12-21 |
Robin Houston |
Feature bundle is now :5.10, and add -E switch |
blob | commitdiff | diff to current |
2005-12-16 |
Nicholas Clark |
s/Nullav/NULL/g |
blob | commitdiff | diff to current |
2005-11-19 |
Nicholas Clark |
Map the HE arena onto SV type 0 (SVt_NULL). |
blob | commitdiff | diff to current |
2005-11-16 |
Nicholas Clark |
PL_pte_root and PL_pte_arenaroot can be exterminated... |
blob | commitdiff | diff to current |
2005-11-16 |
Jim Cromie |
Re: eliminate discreet arenaroots |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Given that sv_nosharing performs the same function... |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Most platforms don't actually need PL_pidstatus, or... |
blob | commitdiff | diff to current |
2005-06-29 |
Rafael Garcia-Suarez |
Remove old variable needed for binary compatibility |
blob | commitdiff | diff to current |
2005-06-24 |
Nicholas Clark |
Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also... |
blob | commitdiff | diff to current |
2005-06-20 |
Rafael Garcia-Suarez |
Remove the deprecated $# variable |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
We no longer need PL_shared_hek_table |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark |
Change the IV to a union. |
blob | commitdiff | diff to current |
2005-05-25 |
Nicholas Clark |
Track the mapping between source shared hash keys and... |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark |
Correct the description of pte_arenaroot |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
We don't need IV and RV arena variables anymore. We... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
create an "allocated" structure for PVs, PVAVs and... |
blob | commitdiff | diff to current |
2005-05-18 |
Gisle Aas |
Well defined $? and introduction of ${^CHILD_ERROR_NATI... |
blob | commitdiff | diff to current |
2005-05-13 |
Nicholas Clark |
Allocate GV bodies from arenas |
blob | commitdiff | diff to current |
2005-05-07 |
Nicholas Clark |
The ptr_table arena variables and code is only needed... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark |
Change types of PL_he_arenaroot and PL_pte_arenaroot... |
blob | commitdiff | diff to current |
2005-05-06 |
Nicholas Clark |
Allocate pointer table entries (for ithread cloning... |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting five |
blob | commitdiff | diff to current |
2005-03-25 |
Rafael Garcia-Suarez |
Remove the const qualifier from argv and env variables |
blob | commitdiff | diff to current |
2004-03-23 |
Paul Szabo |
5.9.1 suidperl |
blob | commitdiff | diff to current |
2004-03-16 |
Nicholas Clark |
Move the PERLVAR(Ireentrant_buffer, REENTR*) outside... |
blob | commitdiff | diff to current |
2004-02-28 |
Dave Mitchell |
make the bison-based parser threadsafe and capable... |
blob | commitdiff | diff to current |
2004-02-21 |
Paul Johnson |
Re: op_seq (was: Freeing code) |
blob | commitdiff | diff to current |
2004-02-14 |
Dave Mitchell |
remove binary compatibility stuff from the yacc ->... |
blob | commitdiff | diff to current |
2004-02-14 |
Dave Mitchell |
Switch from byacc to bison and simplify the perly.... |
blob | commitdiff | diff to current |
2003-11-03 |
Nicholas Clark |
s/new_hash/rehash/g (Stas suggested a better name) |
blob | commitdiff | diff to current |
2003-10-21 |
Radu Greab |
embedding perl |
blob | commitdiff | diff to current |
2003-10-16 |
Nicholas Clark |
Plan C for foiling the algorithmic complexity attack |
blob | commitdiff | diff to current |
2003-07-28 |
Jarkko Hietaniemi |
Make Storable work with blead/maint by making PL_sv_pla... |
blob | commitdiff | diff to current |
2003-07-27 |
Marcus Holland-Moritz |
Re: [PATCH] Re: Storing ... |
blob | commitdiff | diff to current |
2003-07-11 |
Jarkko Hietaniemi |
Chicken out: the hash randomisation is not on by default. |
blob | commitdiff | diff to current |
2003-07-10 |
Jarkko Hietaniemi |
Retract #20112. |
blob | commitdiff | diff to current |
2003-07-10 |
Jarkko Hietaniemi |
Argh. At least AIX builds choke because of this. |
blob | commitdiff | diff to current |
2003-06-26 |
Jarkko Hietaniemi |
Bite the bullet and apply the hash randomisation patch. |
blob | commitdiff | diff to current |
2003-05-29 |
Jarkko Hietaniemi |
Comment tweakage. |
blob | commitdiff | diff to current |
2003-05-29 |
Dave Mitchell |
jumbo closure fix |
blob | commitdiff | diff to current |
2003-05-12 |
Jarkko Hietaniemi |
More moves to intrpvar.h. |
blob | commitdiff | diff to current |
2003-05-11 |
Jarkko Hietaniemi |
Move the thread *hook into interpreter. |
blob | commitdiff | diff to current |
2003-04-28 |
Jarkko Hietaniemi |
Feel-good cleanup. |
blob | commitdiff | diff to current |
2003-04-28 |
Jarkko Hietaniemi |
Detecting errors of reentrant APIs: getgrgid_r and... |
blob | commitdiff | diff to current |
2003-04-07 |
Jarkko Hietaniemi |
Future binary compat wishful thinking: |
blob | commitdiff | diff to current |
2003-04-02 |
Artur Bergman |
Add packname->stash cache before the check if a packnam... |
blob | commitdiff | diff to current |
2003-04-01 |
Ilya Zakharevich |
Integrate: |
blob | commitdiff | diff to current |
2003-03-11 |
Jarkko Hietaniemi |
Add missing intrpvar clonings to perl_clone. |
blob | commitdiff | diff to current |
2003-03-11 |
Jarkko Hietaniemi |
Add reminders to intrpvar.h about perl_clone(), as... |
blob | commitdiff | diff to current |
2003-02-24 |
Jarkko Hietaniemi |
PERL_SIGNALS=unsafe enables the old unsafe/immediate... |
blob | commitdiff | diff to current |
2003-02-16 |
Salvador Fandiño |
add support for assertions. Updated form of: |
blob | commitdiff | diff to current |
2003-02-15 |
Jarkko Hietaniemi |
The new(er) way of controlling Unicode I/O (and other... |
blob | commitdiff | diff to current |
2003-01-16 |
Jarkko Hietaniemi |
Make the locale-induced UTF-8-ification of STD fhs |
blob | commitdiff | diff to current |
2002-11-28 |
Jarkko Hietaniemi |
Slight beauty tweak. |
blob | commitdiff | diff to current |
2002-11-27 |
Slaven Rezic |
Re: [perl #18203] Recursive call in PerlIO_find_layer |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-09-29 |
Abhijit Menon-Sen |
Remove package; (Heh heh.) |
blob | commitdiff | diff to current |
2002-09-04 |
Jarkko Hietaniemi |
use sysconf(_SC_CLK_TCK) for times() |
blob | commitdiff | diff to current |
2002-08-29 |
Rafael Garcia-Suarez |
B::check_av() ; B::Deparse for CHECK blocks |
blob | commitdiff | diff to current |
2002-05-14 |
Artur Bergman |
Turn the sort RealCmp for stable quicksorts into a |
blob | commitdiff | diff to current |
2002-04-16 |
Jarkko Hietaniemi |
my $utf8here, our $utf8here, and package variable ... |
blob | commitdiff | diff to current |
2002-03-21 |
Nick Ing-Simmons |
Integrate mainline (Win2k/MinGW all ok except threads... |
blob | commitdiff | diff to current |
2002-03-20 |
Jarkko Hietaniemi |
If it looks like UTF-8 (either nl_langinfo or locale... |
blob | commitdiff | diff to current |
2002-03-15 |
Jarkko Hietaniemi |
Monster _r patch: try to scan for all known _r variants, |
blob | commitdiff | diff to current |
2002-03-10 |
Jarkko Hietaniemi |
Renaming tweaks, and split off the reentrant "superbuffer" |
blob | commitdiff | diff to current |
2002-01-19 |
Nick Ing-Simmons |
Nearly-working threads re-structuring. Do not integrate, |
blob | commitdiff | diff to current |
2002-01-15 |
Nick Ing-Simmons |
Correct slab allocator for case where sizeof(IV) >... |
blob | commitdiff | diff to current |
2002-01-14 |
Jarkko Hietaniemi |
Retract #14251 (the op slab allocator from perlio) |
blob | commitdiff | diff to current |
2002-01-13 |
Nick Ing-Simmons |
Slab allocator for ops |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi |
Missed the =head1 additions. |
blob | commitdiff | diff to current |
2001-12-14 |
Michael G. Schwern |
-t taint warnings |
blob | commitdiff | diff to current |
2001-11-24 |
Jarkko Hietaniemi |
The debug_pag needs to be visible at all times |
blob | commitdiff | diff to current |
2001-11-20 |
Jarkko Hietaniemi |
Create a per-interpeter debug scratchpad container |
blob | commitdiff | diff to current |
2001-11-02 |
Jarkko Hietaniemi |
Unicode: add ToFold mapping. Not used yet; but basically |
blob | commitdiff | diff to current |
2001-10-28 |
Jarkko Hietaniemi |
Add the encoding pragma to control the "upgrade" |
blob | commitdiff | diff to current |
2001-10-21 |
Nick Ing-Simmons |
Convert rest of PerlIO's memory tables to per-interp... |
blob | commitdiff | diff to current |
2001-10-21 |
Nick Ing-Simmons |
PerlIO layer table as PL_perlio (per-interpreter) |
blob | commitdiff | diff to current |
2001-09-20 |
Jarkko Hietaniemi |
Cant spl wirth a dam. |
blob | commitdiff | diff to current |
2001-09-20 |
Jarkko Hietaniemi |
The sharedsv_space* are variables, not code. Duh. |
blob | commitdiff | diff to current |
next |