summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-26 23:43:45 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-26 23:43:45 +0000
commit78adb5c69ac87e84f9e36960ec37742028fb4bcd (patch)
tree926c6cfd19303ca48c5853d53ec11b2fcfa00db2 /ChangeLog.pre-2-4
parent960a9899a7d499033a60647810c9067c4edf5c09 (diff)
downloadglib-78adb5c69ac87e84f9e36960ec37742028fb4bcd.tar.gz
Don't modify errno. (#116617, Balazs Scheidler)
Fri Feb 27 00:46:29 2004 Matthias Clasen <maclas@gmx.de> * glib/gstrfuncs.c (g_strerror): Don't modify errno. (#116617, Balazs Scheidler)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-45
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index aa8ba005a..7191a3511 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Fri Feb 27 00:46:29 2004 Matthias Clasen <maclas@gmx.de>
+
+ * glib/gstrfuncs.c (g_strerror): Don't modify errno. (#116617,
+ Balazs Scheidler)
+
2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gatomic.h: Fix the !G_THREADS_ENABLED case.