2009-01-02 |
Rafael Garcia-Suarez |
Bump coopyright year in embed.pl and various files... |
blob | commitdiff |
2008-12-27 |
Nicholas Clark |
Add Perl_mro_register() to register Method Resolution... |
blob | commitdiff | diff to current |
2008-11-18 |
Nicholas Clark |
Rename PL_breakable_sub_generation to PL_breakable_sub_... |
blob | commitdiff | diff to current |
2008-11-17 |
Nicholas Clark |
Fix the bug introduced with MRO, whereby the internals... |
blob | commitdiff | diff to current |
2008-11-14 |
Chip Salzenberg |
[perl #948] [PATCH] Allow tied $, |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright year in embed.pl, and everything that... |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Run 'make regen' for #34567 and #34568. |
blob | commitdiff | diff to current |
2008-01-11 |
Rafael Garcia-Suarez |
Remove the -P switch |
blob | commitdiff | diff to current |
2007-11-24 |
Nicholas Clark |
Remove (probably) the last vestige of the assertions... |
blob | commitdiff | diff to current |
2007-11-11 |
Craig A. Berry |
Following 32238, change "interpreter_size" to "interp_s... |
blob | commitdiff | diff to current |
2007-11-08 |
Jerry D. Hedden |
Bug fix for storing shared objects in shared structures |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
"Bake" the values of PERL_REVISION, PERL_VERSION and... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
PL_cshname is actually a constant value known at compil... |
blob | commitdiff | diff to current |
2007-10-03 |
Rafael Garcia-Suarez |
Reverse change #31978 |
blob | commitdiff | diff to current |
2007-09-28 |
Nicholas Clark |
Change 31987 forgot to re-run embed.pl |
blob | commitdiff | diff to current |
2007-09-26 |
Robin Barker |
RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns |
blob | commitdiff | diff to current |
2007-08-31 |
Brandon Black |
Re: optimize push @ISA, (was Re: parent.pm at corion... |
blob | commitdiff | diff to current |
2007-05-25 |
Dave Mitchell |
delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_multi_end into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell |
move PL_tokenbuf into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-20 |
Dave Mitchell |
delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv |
blob | commitdiff | diff to current |
2007-05-20 |
Dave Mitchell |
delete thrdvar.h and move its contents to intrpvar.h |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_in_my and PL_in_my_stash into the PL_parser... |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell |
move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell |
move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell |
migrate more variables to PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
move some more variables into the PL_parser struct: |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
move PL_expect and PL_copline into the PL_parser structure |
blob | commitdiff | diff to current |
2007-05-03 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black |
Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-24 |
Nicholas Clark |
Make PL_uudmap a constant global. Remove the run time... |
blob | commitdiff | diff to current |
2007-04-24 |
Dave Mitchell |
move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-23 |
Dave Mitchell |
inline S_init_lexer() and regen |
blob | commitdiff | diff to current |
2007-04-02 |
Nicholas Clark |
Add a new compile option PERL_DEBUG_READONLY_OPS which... |
blob | commitdiff | diff to current |
2007-01-15 |
Dave Mitchell |
extend threads 'veto cleanup' to perl_free and system... |
blob | commitdiff | diff to current |
2007-01-02 |
Dave Mitchell |
move easy lexer state variables into PL_parser |
blob | commitdiff | diff to current |
2007-01-01 |
Steve Peters |
Welcome to 2007! Time to update copyrights from change... |
blob | commitdiff | diff to current |
2007-01-01 |
Jarkko Hietaniemi |
Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2006-12-18 |
Dave Mitchell |
move parser state into new parser object, PL_parser |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
regen headers |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough |
stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-25 |
Yves Orton |
Add hook for re_dup() into regex engine as reg_dupe... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark |
Need to migrate the refcounted_he structure to be prope... |
blob | commitdiff | diff to current |
2006-04-06 |
Nicholas Clark |
Move all the regexp state variables into a single struc... |
blob | commitdiff | diff to current |
2006-04-05 |
Dave Mitchell |
eliminate PL_regprecomp, PL_regprogram, PL_regnpar... |
blob | commitdiff | diff to current |
2006-04-02 |
Dave Mitchell |
use slabs to allocate save state space in regmatch() |
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-24 |
Dave Mitchell |
remove unused PL_regcc variable |
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-09 |
Nicholas Clark |
It helps to run embed.pl in the correct directory.... |
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-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 |
Oops. I *thought* that I had checked that all changed... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
Change PL_perlio_fd_refcnt from a fixed size static... |
blob | commitdiff | diff to current |
2006-02-01 |
Jim Cromie |
[patch] arena rework - unify arenaroots |
blob | commitdiff | diff to current |
2006-01-04 |
Steve Hay |
Run regen.pl (Just updating copyright years) |
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-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-11-02 |
Robin Houston |
sort/multicall patch |
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-30 |
H.Merijn Brand |
regen after #24627 |
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-23 |
Nicholas Clark |
We don't need IV and RV arena variables anymore. We... |
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-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
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-31 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz |
Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2004-11-17 |
Michael Schroeder |
SuSE's perl safe_putenf diff |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell |
remove binary compat from #23156 (remove PL_retstack) |
blob | commitdiff | diff to current |
2004-03-23 |
Paul Szabo |
5.9.1 suidperl |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
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 |
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-16 |
Nicholas Clark |
Plan C for foiling the algorithmic complexity attack |
blob | commitdiff | diff to current |
2003-08-08 |
Jarkko Hietaniemi |
Move the csighandler to be a data variable so that |
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 |
Chip Salzenberg |
Restore SIGFPE on exec() |
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-07-04 |
Jarkko Hietaniemi |
Remove PL_earlytaint since the hash seed code |
blob | commitdiff | diff to current |
2003-06-27 |
Jarkko Hietaniemi |
Introduce (global) variable PL_earlytaint which |
blob | commitdiff | diff to current |
2003-06-26 |
Jarkko Hietaniemi |
Bite the bullet and apply the hash randomisation patch. |
blob | commitdiff | diff to current |
next |