This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #61392] Method call documentation in perlobj.pod
[perl5.git] / win32 / win32thread.h
2006-05-02 Yves OrtonRe: Merge WinCE into Win32 directory and remove the...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyperl built with USE_ITHREADS can deadlock during fork...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-03 Nick Ing-SimmonsPERL_IMPLICIT_SYS compiles but does not work.
2000-10-20 Charles BaileySYN SYN
2000-08-21 Gurusamy Sarathyfree TLS slot properly on Windows
2000-03-11 Gurusamy Sarathyavoid using context pointer in MUTEX_INIT() et al;...
2000-02-29 Gurusamy Sarathyvarious shenanigans in change#5342
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-02 Gurusamy Sarathyremove _() 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-SimmonsAvoid __declspec(thread) by default, for both scratch
1997-11-29 Nick Ing-SimmonsGCC + Threads on Win32 - best gcc results yet
1997-11-26 Nick Ing-SimmonsFixup _55 for Win32:
1997-11-25 Gurusamy Sarathy[win32] reverse integrate mainline
1997-11-25 Malcolm BeattieIntegrate from ansi branch to mainline.
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm BeattieRename perl_thread to perl_os_thread.
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-16 Nick Ing-SimmonsMYMALLOC for Win32:
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-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
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...