stab at UNITCHECK blocks
[p5sagit/p5-mst-13.2.git] / perlapi.h
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-30 H.Merijn Brand regen after #24627
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-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 Switch from byacc to bison and simplify the perly....
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-10-16 Nicholas Clark Plan C for foiling the algorithmic complexity attack
2003-08-08 Jarkko Hietaniemi Move the csighandler to be a data variable so that
2003-07-28 Jarkko Hietaniemi Make Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-07-11 Jarkko Hietaniemi Chicken out: the hash randomisation is not on by default.
2003-07-10 Chip Salzenberg Restore SIGFPE on exec()
2003-07-10 Jarkko Hietaniemi Retract #20112.
2003-07-10 Jarkko Hietaniemi Argh. At least AIX builds choke because of this.
2003-07-04 Jarkko Hietaniemi Remove PL_earlytaint since the hash seed code
2003-06-27 Jarkko Hietaniemi Introduce (global) variable PL_earlytaint which
2003-06-26 Jarkko Hietaniemi Bite the bullet and apply the hash randomisation patch.
2003-05-29 Dave Mitchell jumbo closure fix
2003-05-12 Jarkko Hietaniemi More moves to intrpvar.h.
2003-05-11 Jarkko Hietaniemi Move the thread *hook into interpreter.
2003-04-28 Jarkko Hietaniemi Detecting errors of reentrant APIs: getgrgid_r and...
2003-04-19 Jarkko Hietaniemi Restore the two variables retired by the change #19268
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-04-01 Ilya Zakharevich Integrate:
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-26 Hugo van der Sanden regen headers
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko Hietaniemi Make the locale-induced UTF-8-ification of STD fhs
2002-12-28 Gurusamy Sarathy these variables are not in use anywhere since 5.8.0
2002-12-03 Jarkko Hietaniemi Fix up #18229.
2002-11-27 Slaven Rezic Re: [perl #18203] Recursive call in PerlIO_find_layer
2002-11-05 Rafael Garcia-Suarez make regen_headers.
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-04 Jarkko Hietaniemi use sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Rafael Garcia-Suarez posixify getppid on linux-multithread
2002-05-14 Jarkko Hietaniemi The #16592 needs this.
2002-04-16 Jarkko Hietaniemi my $utf8here, our $utf8here, and package variable ...
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi If it looks like UTF-8 (either nl_langinfo or locale...
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-15 Nick Ing-Simmons Regen embed enable slab for PERL_IMPLICIT_SYS
2002-01-14 Jarkko Hietaniemi Retract #14251 (the op slab allocator from perlio)
2002-01-13 Nick Ing-Simmons Slab allocator for ops
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemi Some bincompat clawbacks.
2001-12-14 Michael G. Schwern -t taint warnings
2001-11-20 Jarkko Hietaniemi Create a per-interpeter debug scratchpad container
2001-11-19 Jarkko Hietaniemi Retract #13088: it seems that unless dump.c is extensively
2001-11-19 Jarkko Hietaniemi The runops_dbg should not be needed.
2001-11-18 Nick Ing-Simmons embed.pl generated changes I forgot to include
2001-11-02 Jarkko Hietaniemi Unicode: add ToFold mapping. Not used yet; but basically
next