summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-03-20 16:19:58 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-20 16:19:58 +0000
commit1266a4b88ac7e2b461c10b5055f435be24aa640a (patch)
tree224b1f3185194300b27b120b2758f02866274a42 /ChangeLog.pre-2-12
parent2c4b4788fd8662cc26b248859c156c20fe9e7e3a (diff)
downloadglib-1266a4b88ac7e2b461c10b5055f435be24aa640a.tar.gz
Warn in case of an error during the call to poll(2). Closes Bug#7564 as
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gmain.c (g_main_poll): Warn in case of an error during the call to poll(2). Closes Bug#7564 as reported by David Helder <dhelder@umich.edu>.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-124
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index b15f5ba38..f9d969011 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,9 @@
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * gmain.c (g_main_poll): Warn in case of an error during the call
+ to poll(2). Closes Bug#7564 as reported by David Helder
+ <dhelder@umich.edu>.
+
* gutils.c (g_get_current_dir): Make g_get_current_dir work on
systems with unlimited pathname length like the HURD (It worked
there before, but only for pathes shorter than 2048). Closes