Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / src / gtk1 / threadsgi.cpp
2013-09-18  Václav SlavíkDeallocate wxThreadSpecificInfo when wxThread ends.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
1999-01-06  Robert Roebling Compilation fixes
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-28  Robert Roebling Compile fix for filefn.cpp
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-11-24  Guilhem Lavaux* Fixed a memory leak in wxThread
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-06-16  Guilhem Lavaux* Hope this is the last bug fix in the wxThread merge ...
1998-06-15  Guilhem Lavaux* Corrected #include "thread.h" => #include "wx/thread.h"
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-06-13  Guilhem Lavaux* Posix/SGI/No threads added