diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-09-19 14:30:35 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-09-19 14:30:35 +0000 |
commit | e2600b0476761b7d87bf5dd7d328edb094059a0e (patch) | |
tree | 1a59f260431391efbd03d25dba09559c9f04c8d9 /ChangeLog.pre-2-8 | |
parent | ddbb2ea440c537a88d55761ad2bc5fbd23149b6a (diff) |
Test for the existence of getcwd, and use it only when found.
2000-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* acconfig.h, configure.in, gutils.c: Test for the existence of
getcwd, and use it only when found.
* glib.h: Only use the gcc-variable-macro-argument-extension for
gcc >= 2.4. Both patches from Jonas Oberg <jonas@gnu.org>.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e567127d9..3bff784cb 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +2000-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * acconfig.h, configure.in, gutils.c: Test for the existence of + getcwd, and use it only when found. + + * glib.h: Only use the gcc-variable-macro-argument-extension for + gcc >= 2.4. Both patches from Jonas Oberg <jonas@gnu.org>. + Mon Sep 18 10:58:21 2000 Owen Taylor <otaylor@redhat.com> * gutf8.c: Implement g_ucs4_to_utf8 which was in |