summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-05-27 22:12:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-05-27 22:12:40 +0000
commit25e8ae683e5ea07f82f0cba0f6d34b7c8981ed24 (patch)
tree177f8dee352cadac577773e06b67d24bf6376bc0 /ChangeLog.pre-2-6
parentc868c586945ad55c519ba9c83f664aa26563ff0c (diff)
Remain silent when sucessful.
2003-05-28 Matthias Clasen <maclas@gmx.de> * tests/patterntest.c: Remain silent when sucessful. * tests/Makefile.am: Add patterntest to make check. (#113143, Zach Frey)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-611
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 980ee9789..25d4f17a5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,14 @@
+2003-05-28 Matthias Clasen <maclas@gmx.de>
+
+ * tests/patterntest.c: Remain silent when sucessful.
+
+ * tests/Makefile.am: Add patterntest to make check. (113143)
+
+2003-05-27 Matthias Clasen <maclas@gmx.de>
+
+ * glib/gstrfuncs.c (g_strdup): Use memcpy instead of
+ strcpy. (#106988, Christian Biere)
+
2003-05-27 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strdup): Use memcpy instead of