Deallocate wxThreadSpecificInfo when wxThread ends.
[wxWidgets.git] / src / unix / threadpsx.cpp
2001-04-09  Vadim Zeitlinfixed recursive mutexs compilation
2001-04-08  Vadim Zeitlinmade mutexes recursive under Unix as well as under...
2000-03-20  Vadim ZeitlinwxThread::Kill() doesn't call OnExit() incorrectly
2000-02-04  Stefan NeisAdded #ifdef HAVE_SCHED_YIELD
2000-01-24  Vadim Zeitlinwarnings/linking fixes for wxMotif
1999-12-27  Vadim Zeitlincompilation fix
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-12-23  Jouk Jansen Committing in .
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-02  Vadim Zeitlinmore threds fixes, more threads tests - seems to work...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-27  Vadim Zeitlincompilation fixes for Unix - IT DOES NOT WORK YET,...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-15  Vadim ZeitlinIRIX compilation fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlin1. wxLog::FlushActive() added
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-25  Guilhem LavauxFixed a bug in threadpsx.cpp (wxBaseArray bug).
1999-08-09  Guilhem LavauxRemoved unnecessary lines from threadpsx
1999-08-02  Robert Roebling Minor changes
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-16  Guilhem Lavaux* Fixed a dead-lock when the thread finishes.
1999-05-15  Guilhem Lavaux* Added thread cleanup safeness: thread can be explicit...
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-17  Ove KaavenAdapted those asserts and debug messages for Unicode.
1999-04-09  Guilhem Lavaux* Commented out "delete this;"
1999-03-30  Vadim Zeitlincall to pthread_attr_setscope() added (disabled for...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-23  Vadim Zeitlinmore fixes for paused thread termination
1999-03-22  Vadim Zeitlinattempt to fix Delete/Pause deadlock
1999-03-12  Vadim Zeitlinanother (last?) FreeBSD thread compilation fix
1999-03-11  Karsten BallüderFixed configure/linkage for non-threaded case.
1999-03-06  Vadim Zeitlinmore FreeBSD thread fixes
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...