This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
run/locale.t: Add explanation for when tests fail
[perl5.git] / win32 / win32thread.c
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-06-10 Gurusamy Sarathywin32 build fixes
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-02-26 Gurusamy Sarathy[asperl] added AS patch#9
1998-01-04 Gurusamy Sarathy[win32] Various win32 fixes
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-29 Nick Ing-SimmonsAvoid __declspec(thread) by default, for both scratch
1997-11-29 Nick Ing-SimmonsNon-threaded build fix
1997-11-29 Nick Ing-SimmonsGCC + Threads on Win32 - best gcc results yet
1997-11-26 Nick Ing-SimmonsFixup _55 for Win32:
1997-11-26 Gurusamy Sarathy[win32] Various changes to make it build cleanly and...
1997-11-25 Malcolm BeattieIntegrate from ansi branch to mainline.
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-15 Nick Ing-SimmonsImplement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-SimmonsUse __declspec(thread) var rather tha TslAlloc & co.
1997-11-12 Gurusamy SarathyCarry over changes in ansiperl branch. Win32 branch...
1997-11-12 Nick Ing-SimmonsFixup Win32
1997-11-12 Gurusamy SarathyMinor tweaks to add a thread_intern struct that should...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-08 Nick Ing-SimmonsGet threads working again on Win32
1997-11-01 Nick Ing-Simmonswin32thread.* not in MANIFEST which has muddled moving
1997-10-29 Malcolm BeattieRemove global macro "self". Change thr->Tself to thr...
1997-10-24 Malcolm BeattieImprove internal threading API. Introduce win32/win32th...