make change#3386 a build-time option (avoids problems due to
[p5sagit/p5-mst-13.2.git] / perlvars.h
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
1999-12-23 Gurusamy Sarathy bring in basic threads stuff under USE_ITHREADS
1999-10-19 Gurusamy Sarathy perl_mutex n/a if !USE_THREADS
1999-10-17 Gurusamy Sarathy PL_malloc_mutex needs to be global, not per-interpreter
1999-06-11 Gurusamy Sarathy various little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathy most globals are now interpreter local; locale initiali...
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-25 Jarkko Hietaniemi Cures for _57 in AIX 4.1.5.0.
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gisle Aas disallow 'x' in hex numbers (except leading '0x')
1998-10-06 Gurusamy Sarathy remove spurious unused conflicting globals (PL_yy{v...
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-09-24 Gurusamy Sarathy move yyglobal decls from perly.c to perlvars.h, regen...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-10 Joshua Pritikin add more correct version of change#1350 (as yet untested)
1998-07-08 Gurusamy Sarathy change#1350 breaks things, back it out
1998-07-06 Joshua Pritikin add patch to improve method caching, regen headers
1998-06-28 Stephen McCamant IV changes for long long (was Re: 5.004_68 on its way...
1998-06-23 Gurusamy Sarathy partial MULTIPLICITY cleanup
1998-06-14 Gurusamy Sarathy remove unused global `scrgv'
1998-06-10 Ilya Zakharevich Applied 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 Beattie Make 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 Beattie Fix 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-Simmons Create a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmons embed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-Simmons Globals and structs via macros - part 1 of N