Tweak for MULTIPLICITY/USE_PERLIO
[p5sagit/p5-mst-13.2.git] / thrdvar.h
2000-12-09 Nick Ing-Simmons UTF8 output prework.
2000-10-25 Dan Sugalski Add non-blocking thread doneness checking
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-09 Charles Bailey Resync with mainline
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-10-08 Gurusamy Sarathy remove kludgey duplicate background error avoidance...
1999-09-29 Charles Bailey resync with mainline
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich More optimizations to REx engine
1999-07-17 Gurusamy Sarathy avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlo...
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-05-25 Ilya Zakharevich REx engine improvements
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-11-29 Gurusamy Sarathy backout change#2334
1998-11-28 Ilya Zakharevich Finishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevich better -Mre=debugcolor
1998-11-28 Ilya Zakharevich applied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-28 Gurusamy Sarathy s/Regexp/re/ and clarify policy on lowercased object...
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-11-17 Gurusamy Sarathy ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-09-23 Gurusamy Sarathy re-introduce change#1703
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-08-05 Gurusamy Sarathy back out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevich better RE colors
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-12 Gurusamy Sarathy make RE engine threadsafe; -Dusethreads builds, tests...
1998-06-23 Gurusamy Sarathy partial MULTIPLICITY cleanup
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Joshua Pritikin [PATCH 5.004_64] Test.pm update
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-03-09 Gurusamy Sarathy [win32] merge C<local $tied{foo}> patch, also moved...
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1997-12-17 Charles Bailey Lots of VMS changes. vms/gen_shrfls.pl (which parses...
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