summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-0/+4
* Change PL_perlio_fd_refcnt from a fixed size static array to a pointerNicholas Clark2006-02-031-1/+2
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+2
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+2
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+5
* Silence some bcc32 compiler warningsSteve Hay2005-06-221-1/+1
* combopatchJarkko Hietaniemi2005-04-251-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-5/+58
* Third consting batchAndy Lester2005-03-241-1/+1
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-0/+3
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-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-0/+4
* Restore SIGFPE on exec()Chip Salzenberg2003-07-101-0/+4
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-2/+0
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-0/+3
* More moves to intrpvar.h.Jarkko Hietaniemi2003-05-121-9/+0
* Move the thread *hook into interpreter.Jarkko Hietaniemi2003-05-111-6/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Integrate:Ilya Zakharevich2003-04-011-0/+3
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Fix up #18229.Jarkko Hietaniemi2002-12-031-0/+4
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-2/+2
* posixify getppid on linux-multithreadRafael Garcia-Suarez2002-08-291-0/+4
* Fix segfaults when mainthread exits with other threads running:Nick Ing-Simmons2002-04-031-0/+1
* Integrate mainlineNick Ing-Simmons2002-01-251-0/+9
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-2/+5
* Force inclusion of both Perl_runops_* in perl itself,Nick Ing-Simmons2001-11-181-0/+5
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-4/+0
* try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems Charles Lane2001-10-181-0/+4
* Add the shared sv space to the global vars.Artur Bergman2001-09-211-0/+2
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-2/+2
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-0/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-1/+5
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-5/+1
* bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-1/+1
* perl_mutex n/a if !USE_THREADSGurusamy Sarathy1999-10-191-1/+1
* PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-171-0/+4
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-25/+5
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-153/+0
* ByteLoader mark 2Tom Hughes1999-05-281-4/+0
* Cures for _57 in AIX 4.1.5.0.Jarkko Hietaniemi1999-05-251-0/+3
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+1
* remove OVERLOAD conditionalsJan Dubois1999-02-121-5/+0
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-1/+10
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-2/+0
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-5/+1
* disallow 'x' in hex numbers (except leading '0x')Gisle Aas1998-10-251-1/+1
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-2/+0