This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
There isn't going to be perl.third.exe.
[perl5.git] / thrdvar.h
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko HietaniemiSome bincompat clawbacks.
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-02 Jarkko HietaniemiRename the variable: it *used* to be (wrongly) that the
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko HietaniemiNew try for ID 20010407.006: detach the semantics
2001-08-01 Simon CozensPluggable optimizer
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-04-30 Jarkko HietaniemiSave the spot of regprev (see #9911) for binary compati...
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-02-08 Charles BaileySYN SYN
2001-01-30 Jarkko HietaniemiIntegrate changes #8608,8609,8610,8611,8612,8613 from...
2001-01-24 Charles BaileySYN SYN
2001-01-15 Simon CozensAPI Variable documentation
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-10-25 Dan SugalskiAdd non-blocking thread doneness checking
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-09 Charles BaileyResync with mainline
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-10-08 Gurusamy Sarathyremove kludgey duplicate background error avoidance...
1999-09-29 Charles Baileyresync with mainline
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-17 Gurusamy Sarathyavoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlo...
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-29 Gurusamy Sarathybackout change#2334
1998-11-28 Ilya ZakharevichFinishing off SNOBOL: $1 in (?{})
1998-11-28 Ilya Zakharevichbetter -Mre=debugcolor
1998-11-28 Ilya Zakharevichapplied suggested patch with PERL_OBJECT tweaks
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-11-28 Gurusamy Sarathys/Regexp/re/ and clarify policy on lowercased object...
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-11-17 Gurusamy Sarathyensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-09-23 Gurusamy Sarathyre-introduce change#1703
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-08-05 Gurusamy Sarathyback out change#1703 that break bincompat with PERL_OBJ...
1998-08-02 Ilya Zakharevichbetter RE colors
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-12 Gurusamy Sarathymake RE engine threadsafe; -Dusethreads builds, tests...
1998-06-23 Gurusamy Sarathypartial 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 BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1997-12-17 Charles BaileyLots of VMS changes. vms/gen_shrfls.pl (which parses...
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