parser: expand yy_is_opval[] to include all value types
[p5sagit/p5-mst-13.2.git] / thrdvar.h
2006-09-29 Yves Orton Re: [PATCH] Add hook for re_dup() into regex engine...
2006-09-26 Nicholas Clark Make Perl_regdupe only exist for threaded perls.
2006-09-25 Yves Orton Add hook for re_dup() into regex engine as reg_dupe...
2006-09-16 Nicholas Clark Shrink the interpreter structure by 4 bytes (usually...
2006-04-06 Nicholas Clark Move all the regexp state variables into a single struc...
2006-04-05 Dave Mitchell eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
2006-04-02 Dave Mitchell use slabs to allocate save state space in regmatch()
2006-03-24 Dave Mitchell remove unused PL_regcc variable
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2005-11-02 Robin Houston sort/multicall patch
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-25 Andy Lester Consting five
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2004-07-23 Dave Mitchell remove binary compat from #23156 (remove PL_retstack)
2004-07-23 Dave Mitchell remove the return stack PL_retstack, and store return...
2003-04-19 Jarkko Hietaniemi Restore the two variables retired by the change #19268
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-16 Nicholas Clark COW regexps:
2002-12-28 Gurusamy Sarathy these variables are not in use anywhere since 5.8.0
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-04-27 Jarkko Hietaniemi More U32 regflags.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemi Some bincompat clawbacks.
2001-09-15 Hugo van der Sanden Re: [ID 20010815.012] Unfortunate interaction between...
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-01 Simon Cozens Pluggable optimizer
2001-06-30 Jarkko Hietaniemi Add support for $^N, the most-recently closed group.
2001-04-30 Jarkko Hietaniemi Save the spot of regprev (see #9911) for binary compati...
2001-04-30 Hugo van der Sanden Re: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-02-08 Charles Bailey SYN SYN
2001-01-30 Jarkko Hietaniemi Integrate changes #8608,8609,8610,8611,8612,8613 from...
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Simon Cozens API Variable documentation
2001-01-08 Charles Bailey Once again syncing after too long an absence
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