summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-08-11 21:36:00 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-08-11 21:36:00 +0000
commitf17ed7ee26e447fe6d32201d3bb9c5801dbf4d30 (patch)
tree7f0f2ec8d64306bbc9064825d536f8c1f8fcc4fa /ChangeLog
parent4261dcfa992cd9b20010ff862b2ab3ee8422a093 (diff)
downloadglib-f17ed7ee26e447fe6d32201d3bb9c5801dbf4d30.tar.gz
Some indentation and spacing fixes. Add some more logging.
2000-08-12 Tor Lillqvist <tml@iki.fi> * giowin32.c: Some indentation and spacing fixes. Add some more logging. (g_io_win32_add_watch): New function, with common code from g_io_win32_fd_add_watch and g_io_win32_sock_add_watch. Don't start more than one reader thread for a GIOChannel. We should obviously have just one reader thread reading a file descriptor or socket.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9969b6f..5b9fa6085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-08-12 Tor Lillqvist <tml@iki.fi>
+
+ * giowin32.c: Some indentation and spacing fixes. Add some more
+ logging.
+ (g_io_win32_add_watch): New function, with common code from
+ g_io_win32_fd_add_watch and g_io_win32_sock_add_watch. Don't start
+ more than one reader thread for a GIOChannel. We should obviously
+ have just one reader thread reading a file descriptor or socket.
+
2000-08-10 Havoc Pennington <hp@redhat.com>
* gthread-2.0.pc.in (Cflags): don't duplicate glib Cflags