summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-0/+2
* Allocate GV bodies from arenasNicholas Clark2005-05-131-0/+4
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+4
* Allocate pointer table entries (for ithread cloning) from an arenaNicholas Clark2005-05-061-0/+4
* Symbian port of PerlJarkko Hietaniemi2005-04-211-15/+78
* Update copyrights.Rafael Garcia-Suarez2005-03-311-2/+2
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+2
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-2/+0
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-0/+2
* remove binary compat from #23156 (remove PL_retstack)Dave Mitchell2004-07-231-6/+0
* 5.9.1 suidperlPaul Szabo2004-03-231-0/+4
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-0/+4
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-2/+0
* remove binary compatibility stuff from the yacc -> bison switchDave Mitchell2004-02-141-12/+0
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-12/+12
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-4/+4
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-161-0/+4
* Move the csighandler to be a data variable so thatJarkko Hietaniemi2003-08-081-0/+2
* Make Storable work with blead/maint by making PL_sv_placeholderJarkko Hietaniemi2003-07-281-2/+2
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-0/+2
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-0/+2
* regen embed.pl for the bleadperl branch as well.Rafael Garcia-Suarez2003-07-101-0/+2
* Retract #20112.Jarkko Hietaniemi2003-07-101-2/+0
* Argh. At least AIX builds choke because of this.Jarkko Hietaniemi2003-07-101-0/+2
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-2/+0
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-0/+2
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-0/+2
* jumbo closure fixDave Mitchell2003-05-291-0/+2
* More moves to intrpvar.h.Jarkko Hietaniemi2003-05-121-6/+6
* Move the thread *hook into interpreter.Jarkko Hietaniemi2003-05-111-8/+8
* Detecting errors of reentrant APIs: getgrgid_r and the likeJarkko Hietaniemi2003-04-281-0/+2
* Restore the two variables retired by the change #19268Jarkko Hietaniemi2003-04-191-0/+4
* allow recursive FETCHesDave Mitchell2003-04-191-4/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+2
* Integrate:Ilya Zakharevich2003-04-011-2/+4
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-0/+2
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+3
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-2/+4
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-2/+2
* these variables are not in use anywhere since 5.8.0Gurusamy Sarathy2002-12-281-26/+0
* Fix up #18229.Jarkko Hietaniemi2002-12-031-0/+2
* Re: [perl #18203] Recursive call in PerlIO_find_layerSlaven Rezic2002-11-271-0/+2
* Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-041-3/+5
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-488/+5
* move all pad-related code to its own src fileDave Mitchell2002-10-021-3/+0
* use sysconf(_SC_CLK_TCK) for times()Jarkko Hietaniemi2002-09-041-0/+3
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-0/+3