summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>2001-10-05 01:36:56 +0000
committerRaja R Harinath <harinath@src.gnome.org>2001-10-05 01:36:56 +0000
commit6af5ba071d78f1275f10b99f8ceee64dfc84ee5c (patch)
tree200e703ed65002b5551ef72694a4fb79314e9a14 /ChangeLog.pre-2-0
parentf80cd103507c87dc8522fcce251806501a99eb4a (diff)
Avoid 'test -a'.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-016
1 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 6a96516ac..edfde91cd 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+2001-10-04 Raja R Harinath <harinath@cs.umn.edu>
+
+ * configure.in: Avoid 'test -a'.
+
2001-10-05 Matthias Clasen <matthiasc@poet.de>
* glib/gwin32.c: Documentation update.
@@ -2056,12 +2060,12 @@ Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com>
[ Patch from DindinX <David.Odin@bigfoot.com>, added docs ]
- * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
- have stpcpy ().
- * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
- g_stpcpy () so these functions run much faster.
- * config.h.win32.in, glib.def: add reference to g_stpcpy ()
- * configure.in: Add a test for the stpcpy () function.
+ * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
+ don't have stpcpy ().
+ * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat):
+ use g_stpcpy () so these functions run much faster.
+ * config.h.win32.in, glib.def: add reference to g_stpcpy ()
+ * configure.in: Add a test for the stpcpy () function.
2001-03-20 Havoc Pennington <hp@redhat.com>