LOGONLY mark 66fd7f as NODOC since it's test refactor
[p5sagit/p5-mst-13.2.git] / embedvar.h
2010-06-04 David Mitchell add PL_signalhook to hook into signal dispatch
2010-04-25 Zefram unwinding target nominated by separate global
2009-12-06 Karl Williamson qr/\X/ expansion
2009-11-12 Gerard Goossen Add ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-05 Jesse Vincent regen generated files changed by the previous patch...
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2009-09-13 Rafael Garcia-Suarez Remove obsolete interpreter variable PL_utf8_alnumc
2009-07-08 Vincent Pit Add a pluggable hook in op_free()
2009-05-20 Nicholas Clark Remove binary compatibility scaffolding for the change...
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-01-02 Rafael Garcia-Suarez Bump coopyright year in embed.pl and various files...
2008-12-27 Nicholas Clark Add Perl_mro_register() to register Method Resolution...
2008-11-18 Nicholas Clark Rename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-17 Nicholas Clark Fix the bug introduced with MRO, whereby the internals...
2008-11-14 Chip Salzenberg [perl #948] [PATCH] Allow tied $,
2008-10-25 Nicholas Clark Update copyright year in embed.pl, and everything that...
2008-10-24 Marcus Holland-Moritz Run 'make regen' for #34567 and #34568.
2008-01-11 Rafael Garcia-Suarez Remove the -P switch
2007-11-24 Nicholas Clark Remove (probably) the last vestige of the assertions...
2007-11-11 Craig A. Berry Following 32238, change "interpreter_size" to "interp_s...
2007-11-08 Jerry D. Hedden Bug fix for storing shared objects in shared structures
2007-11-07 Nicholas Clark "Bake" the values of PERL_REVISION, PERL_VERSION and...
2007-10-05 Nicholas Clark PL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-09-28 Nicholas Clark Change 31987 forgot to re-run embed.pl
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-08-31 Brandon Black Re: optimize push @ISA, (was Re: parent.pm at corion...
2007-05-25 Dave Mitchell delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchell move PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchell move PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchell delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-12 Dave Mitchell move PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-05-05 Dave Mitchell migrate more variables to PL_parser struct:
2007-05-04 Dave Mitchell move some more variables into the PL_parser struct:
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-05-03 Brandon Black Re: mro status, etc
2007-04-30 Brandon Black Re: mro status, etc
2007-04-24 Nicholas Clark Make PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchell move PL_linestr from the interpreter struct to the...
2007-04-23 Dave Mitchell inline S_init_lexer() and regen
2007-04-02 Nicholas Clark Add a new compile option PERL_DEBUG_READONLY_OPS which...
2007-01-15 Dave Mitchell extend threads 'veto cleanup' to perl_free and system...
2007-01-02 Dave Mitchell move easy lexer state variables into PL_parser
2007-01-01 Steve Peters Welcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-18 Dave Mitchell move parser state into new parser object, PL_parser
2006-10-20 Rafael Garcia-Suarez regen headers
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Yves Orton Add hook for re_dup() into regex engine as reg_dupe...
2006-04-11 Nicholas Clark Need to migrate the refcounted_he structure to be prope...
2006-04-06 Nicholas Clark Move all the regexp state variables into a single struc...
2006-04-05 Dave Mitchell eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-03-25 Nicholas Clark PL_multiline isn't referenced, and can be removed.
2006-03-24 Dave Mitchell remove unused PL_regcc variable
2006-03-16 Nicholas Clark Add a new per-interpeter variable PL_utf8cache, which...
2006-03-10 Nicholas Clark Move the 12 static MAD variables from toke.c into the...
2006-03-09 Nicholas Clark It helps to run embed.pl in the correct directory....
2006-03-07 Nicholas Clark Some of the MAD structures in headers, plus PL_madskill...
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Nicholas Clark Eliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas Clark Oops. I *thought* that I had checked that all changed...
2006-02-03 Nicholas Clark Change PL_perlio_fd_refcnt from a fixed size static...
2006-02-01 Jim Cromie [patch] arena rework - unify arenaroots
2006-01-04 Steve Hay Run regen.pl (Just updating copyright years)
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
2005-11-16 Nicholas Clark PL_pte_root and PL_pte_arenaroot can be exterminated...
2005-11-16 Jim Cromie Re: eliminate discreet arenaroots
2005-11-02 Robin Houston sort/multicall patch
2005-06-29 Rafael Garcia-Suarez Remove old variable needed for binary compatibility
2005-06-24 Nicholas Clark Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-13 Nicholas Clark We no longer need PL_shared_hek_table
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
2005-05-23 Nicholas Clark We don't need IV and RV arena variables anymore. We...
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-13 Nicholas Clark Allocate GV bodies from arenas
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-06 Nicholas Clark Allocate pointer table entries (for ithread cloning...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-31 Rafael Garcia-Suarez Update copyrights.
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2004-11-17 Michael Schroeder SuSE's perl safe_putenf diff
2004-07-23 Dave Mitchell remove binary compat from #23156 (remove PL_retstack)
2004-03-23 Paul Szabo 5.9.1 suidperl
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-28 Dave Mitchell make the bison-based parser threadsafe and capable...
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-14 Dave Mitchell remove binary compatibility stuff from the yacc ->...
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
next