LOGONLY mark 30fcd6 as NODOC (deparse fix, doesn't seem majorly important)
[p5sagit/p5-mst-13.2.git] / win32 / win32thread.h
2006-05-02 Yves Orton Re: Merge WinCE into Win32 directory and remove the...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-05 Gurusamy Sarathy perl built with USE_ITHREADS can deadlock during fork...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-03 Nick Ing-Simmons PERL_IMPLICIT_SYS compiles but does not work.
2000-10-20 Charles Bailey SYN SYN
2000-08-21 Gurusamy Sarathy free TLS slot properly on Windows
2000-03-11 Gurusamy Sarathy avoid using context pointer in MUTEX_INIT() et al;...
2000-02-29 Gurusamy Sarathy various shenanigans in change#5342
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-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1998-02-20 Gurusamy Sarathy [win32] fix handle leak in join()
1998-01-04 Gurusamy Sarathy [win32] Various win32 fixes
1997-11-29 Nick Ing-Simmons Avoid __declspec(thread) by default, for both scratch
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-25 Gurusamy Sarathy [win32] reverse integrate mainline
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-25 Malcolm Beattie Rename perl_thread to perl_os_thread.
1997-11-21 Nick Ing-Simmons Basic integrate of lastest perl into ansiperl
1997-11-16 Nick Ing-Simmons MYMALLOC for Win32:
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-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
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...