summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-66
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 857e56b74..c1c6fa7c9 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Sat Jul 15 09:14:35 2000 Tim Janik <timj@gtk.org>
+
+ * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,
+ the function went off when the while (n--) loop failed due to
+ n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
+
2000-05-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_any_init): Use sysconf (_SC_GETPW_R_SIZE_MAX)