]> git.saurik.com Git - wxWidgets.git/commit
* wxThread fixes
authorGuilhem Lavaux <lavaux@easynet.fr>
Tue, 25 May 1999 17:14:56 +0000 (17:14 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Tue, 25 May 1999 17:14:56 +0000 (17:14 +0000)
commit062c4861718a681a27384d6a2313fc26cda3b3e4
treead8b0a2d4a3d250fda53bb32a0c0a7c1b332336d
parent4d0f3cd6ac9b38521b35f21cb94ef7d72aa34b9e
* wxThread fixes
* wxStream fix (Read(wxStreamBase))
* wxEvent: GTK idle loop waking up was actually good, reenabled.
* wxSocket: all features working on Linux/RH6 (including high-level protocols)
       Needs testing on other platforms now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sckint.h
include/wx/socket.h
samples/wxsocket/client.cpp
samples/wxsocket/server.cpp
src/common/event.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/sckint.cpp
src/common/socket.cpp
src/common/stream.cpp
src/unix/threadpsx.cpp