* New wxStreams (to be documented), new classes: wxBufferedStreams,
[wxWidgets.git] / src / unix / threadpsx.cpp
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...