Note where (nearly) all the other private non-static functions are used.
[p5sagit/p5-mst-13.2.git] / win32 / win32thread.c
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-06-10 Gurusamy Sarathy win32 build fixes
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-08-02 Ilya Zakharevich tweaked version of suggested patch
1998-07-20 Gurusamy Sarathy complete 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-Simmons Create a struct for all perls globals (as an option)
1997-11-29 Nick Ing-Simmons Avoid __declspec(thread) by default, for both scratch
1997-11-29 Nick Ing-Simmons Non-threaded build fix
1997-11-29 Nick Ing-Simmons GCC + Threads on Win32 - best gcc results yet
1997-11-26 Nick Ing-Simmons Fixup _55 for Win32:
1997-11-26 Gurusamy Sarathy [win32] Various changes to make it build cleanly and...
1997-11-25 Malcolm Beattie Integrate from ansi branch to mainline.
1997-11-25 Jarkko Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-11-15 Nick Ing-Simmons Implement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-Simmons Use __declspec(thread) var rather tha TslAlloc & co.
1997-11-12 Gurusamy Sarathy Carry over changes in ansiperl branch. Win32 branch...
1997-11-12 Nick Ing-Simmons Fixup Win32
1997-11-12 Gurusamy Sarathy Minor tweaks to add a thread_intern struct that should...
1997-11-10 Gurusamy Sarathy Initial (untested) merge of all non-ansi changes on...
1997-11-08 Nick Ing-Simmons Get threads working again on Win32
1997-11-01 Nick Ing-Simmons win32thread.* not in MANIFEST which has muddled moving
1997-10-29 Malcolm Beattie Remove global macro "self". Change thr->Tself to thr...
1997-10-24 Malcolm Beattie Improve internal threading API. Introduce win32/win32th...