summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1999-02-05 16:41:02 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1999-02-05 16:41:02 +0000
commit28500009d46c3737af3a2e3480e38a5c7561db6b (patch)
treea7df5167af1bf91812aedb587745f5ab636fccdb /ChangeLog
parent319fb3361c801455a23c8ddc80943e777226c888 (diff)
downloadglib-28500009d46c3737af3a2e3480e38a5c7561db6b.tar.gz
Make the error message in case of a broken thread system a bit more
1999-02-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Make the error message in case of a broken thread system a bit more informative. * gutils.c (g_get_any_init): Changed the error logic again, now only leaving the memory doubling loop, when success is reached or when the user isn't found or when the buffer is 32k big, additionally now getpwuid will be run, if getpwuid_r didn't work out properly. A warning is issued however.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06a8a4aba..938def212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-02-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * configure.in: Make the error message in case of a broken thread
+ system a bit more informative.
+
+ * gutils.c (g_get_any_init): Changed the error logic again, now
+ only leaving the memory doubling loop, when success is reached or
+ when the user isn't found or when the buffer is 32k big,
+ additionally now getpwuid will be run, if getpwuid_r didn't work
+ out properly. A warning is issued however.
+
Thu Feb 04 20:42:24 1999 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32 config.h.win32: Update GLIB_MICRO_VERSION.