Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / src / msw / thread.cpp
2000-02-29  Guillermo Rodrigue... Beginning the thread with _beginthreadex but ending...
2000-02-29  Vadim Zeitlintypo(s) fixed
2000-02-28  Vadim Zeitlinuse _beginthreadex() for mingw32 if possible
2000-01-07  Bart A.M. Jourquinfix _beginthreadex problem with bcc
2000-01-06  Julian SmartBC++ IDE compile mod to thread.cpp; other small stuff
2000-01-03  Ove KaavenBC++ 5.x also supports _beginthreadex and _endthreadex
2000-01-03  Ove KaavenBC++ 5 does not have Unicode version of GetProcAddress.
1999-12-21  Vadim Zeitlinmemory leak in ~wxMutex fixed
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Vadim Zeitlinimplemented GetCPUCount() and SetConcurrency() for...
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-03-29  Julian SmartUndefed Yield symbol if defined, else syntax error
1999-03-01  Vadim ZeitlinwxCriticalSection changes undone - should work now
1999-02-23  Vadim ZeitlinwxCritSection change to accomodate mem checking system...
1999-02-23  Vadim ZeitlinwxCritSection change to accomodate mem checking system
1999-01-22  Vadim ZeitlinTestDestroy() is not const any more (warnings suppressed)
1999-01-17  Vadim ZeitlinwxThread fixes - compilation under Unix temporarily...
1999-01-09  Vadim Zeitlinthread fixes for MSW (samples doesn't compile currently...
1999-01-02  Vadim ZeitlinThread fixes (but they still don't work at all...)
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1998-12-27  Vadim Zeitlin1. Pause()/Resume() implemented for wxMSW
1998-12-14  Julian SmartVarious; wxRadioButton::GetValue corrected
1998-11-24  Guilhem Lavaux* Fixed a memory leak in wxThread
1998-10-16  Unknown (UG)no message
1998-10-16  Unknown (UG)no message
1998-06-15  Julian SmartCorrected some problems I introduced, added tabevent...
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-05-20  Karsten Ballüderadded some wxMSW stuff