This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_pack.c cleanup
[perl5.git] / embedvar.h
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-23 Nicholas ClarkWe don't need IV and RV arena variables anymore. We...
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-13 Nicholas ClarkAllocate GV bodies from arenas
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-06 Nicholas ClarkAllocate pointer table entries (for ithread cloning...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-31 Rafael Garcia-SuarezUpdate copyrights.
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2004-11-17 Michael SchroederSuSE's perl safe_putenf diff
2004-07-23 Dave Mitchellremove binary compat from #23156 (remove PL_retstack)
2004-03-23 Paul Szabo5.9.1 suidperl
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-14 Dave Mitchellremove binary compatibility stuff from the yacc ->...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-07-28 Jarkko HietaniemiMake Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-11 Jarkko HietaniemiChicken out: the hash randomisation is not on by default.
2003-07-10 Rafael Garcia-Suarezregen embed.pl for the bleadperl branch as well.
2003-07-10 Jarkko HietaniemiRetract #20112.
2003-07-10 Jarkko HietaniemiArgh. At least AIX builds choke because of this.
2003-07-04 Jarkko HietaniemiRemove PL_earlytaint since the hash seed code
2003-06-27 Jarkko HietaniemiIntroduce (global) variable PL_earlytaint which
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-04-28 Jarkko HietaniemiDetecting errors of reentrant APIs: getgrgid_r and...
2003-04-19 Jarkko HietaniemiRestore the two variables retired by the change #19268
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
2002-12-28 Gurusamy Sarathythese variables are not in use anywhere since 5.8.0
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-11-27 Slaven RezicRe: [perl #18203] Recursive call in PerlIO_find_layer
2002-11-04 Slaven RezicRe: [perl #18066] Bug in -I when path has double colons?
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-04 Jarkko Hietaniemiuse sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-05-14 Jarkko HietaniemiThe #16592 needs this.
2002-04-16 Jarkko Hietaniemimy $utf8here, our $utf8here, and package variable ...
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiIf it looks like UTF-8 (either nl_langinfo or locale...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-15 Nick Ing-SimmonsRegen embed enable slab for PERL_IMPLICIT_SYS
2002-01-14 Jarkko HietaniemiRetract #14251 (the op slab allocator from perlio)
2002-01-13 Nick Ing-SimmonsSlab allocator for ops
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko HietaniemiSome bincompat clawbacks.
2001-12-14 Michael G. Schwern-t taint warnings
2001-11-20 Jarkko HietaniemiCreate a per-interpeter debug scratchpad container
2001-11-19 Jarkko HietaniemiRetract #13088: it seems that unless dump.c is extensively
2001-11-19 Jarkko HietaniemiThe runops_dbg should not be needed.
2001-11-18 Nick Ing-Simmonsembed.pl generated changes I forgot to include
2001-11-02 Jarkko HietaniemiUnicode: add ToFold mapping. Not used yet; but basically
2001-10-28 Jarkko HietaniemiAdd the encoding pragma to control the "upgrade"
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-SimmonsPerlIO layer table as PL_perlio (per-interpreter)
2001-10-20 Jarkko HietaniemiIntegrate perlio:
2001-10-18 Charles Lanetry#2: [proposed PATCH Perl@12401] ieee floats, rand...
2001-09-21 Artur BergmanAdd the shared sv space to the global vars.
2001-09-15 Jarkko HietaniemiRegen headers.
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanRegen headers
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-07 James A. DuncanB && BEGIN handling
2001-08-01 Simon CozensPluggable optimizer
2001-07-12 Artur BergmanUse reentrant API glibc
2001-07-11 Artur BergmanThreadsafe PMOPs! We might still win this war.
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-20 Jarkko HietaniemiRegen headers.
2001-06-09 Artur BergmanNew attempt to clone callack
2001-04-30 Jarkko HietaniemiSave the spot of regprev (see #9911) for binary compati...
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-02-08 Charles BaileySYN SYN
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-24 Charles BaileySYN SYN
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-10-20 Charles BaileySYN SYN
next