This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Friday the 13th, Part II. Don't call SYS$GETJPI with fancy case
[perl5.git] / perlvars.h
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-06-22 Steve HaySilence some bcc32 compiler warnings
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-24 Andy LesterThird consting batch
2004-11-17 Michael SchroederSuSE's perl safe_putenf diff
2003-08-12 Jarkko HietaniemiApply much of Ilya's microperl patch, but instead of
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-10 Chip SalzenbergRestore SIGFPE on exec()
2003-07-04 Jarkko HietaniemiRemove PL_earlytaint since the hash seed code
2003-06-27 Jarkko HietaniemiIntroduce (global) variable PL_earlytaint which
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
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,
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-SimmonsForce inclusion of both Perl_runops_* in perl itself,
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
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-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-23 Gurusamy Sarathybring in basic threads stuff under USE_ITHREADS
1999-10-19 Gurusamy Sarathyperl_mutex n/a if !USE_THREADS
1999-10-17 Gurusamy SarathyPL_malloc_mutex needs to be global, not per-interpreter
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathymost globals are now interpreter local; locale initiali...
1999-05-28 Tom HughesByteLoader mark 2
1999-05-25 Jarkko HietaniemiCures for _57 in AIX 4.1.5.0.
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-02-12 Jan Duboisremove OVERLOAD conditionals
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gisle Aasdisallow 'x' in hex numbers (except leading '0x')
1998-10-06 Gurusamy Sarathyremove spurious unused conflicting globals (PL_yy{v...
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-10 Joshua Pritikinadd more correct version of change#1350 (as yet untested)
1998-07-08 Gurusamy Sarathychange#1350 breaks things, back it out
1998-07-06 Joshua Pritikinadd patch to improve method caching, regen headers
1998-06-28 Stephen McCamantIV changes for long long (was Re: 5.004_68 on its way...
1998-06-23 Gurusamy Sarathypartial MULTIPLICITY cleanup
1998-06-14 Gurusamy Sarathyremove unused global `scrgv'
1998-06-10 Ilya ZakharevichApplied patch, followed by tweaks to *.sym and `perl...
1998-06-03 Gurusamy Sarathy[win32] add AS patch#24, remove one other instance...
1998-05-26 Gurusamy Sarathy[asperl] tweaks to make it build with the Borland compi...
1998-04-20 Gurusamy Sarathy[asperl] add AS patch#16
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-27 Malcolm BeattieMake refcounts atomic for threading (dependent on appro...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1997-12-10 Malcolm BeattieFix char*/unsigned char* clashes in util.c:fbm_instr...
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsGlobals and structs via macros - part 1 of N