summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* lexer APIZefram2009-11-151-8/+1
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-3/+65
* Following 32238, change "interpreter_size" to "interp_size" in the new Craig A. Berry2007-11-111-2/+2
* "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSIONNicholas Clark2007-11-071-0/+26
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbgDave Mitchell2007-05-251-0/+6
* delete unused vars PL_av_fetch_sv, PL_hv_fetch_svDave Mitchell2007-05-201-2/+5
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-151-0/+5
* OS/2 compilation fixes by IlyaIlya Zakharevich2006-11-281-0/+4
* Enable perlio mutexes under threads (by Jarkko)Rafael Garcia-Suarez2006-10-201-1/+1
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-201-0/+4
* 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