From fe00841ff8aa776eb352a594bb5995b5a27305b2 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Mon, 27 Jul 1998 01:23:18 +0000 Subject: [PATCH] #if 0'ed out the GTime definition, until it is definitively needed. #if Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively needed. #if 0'ed out the g_getcwd() version, because it is the wrong implementation. --- ChangeLog | 3 ++- ChangeLog.pre-2-0 | 3 ++- ChangeLog.pre-2-10 | 3 ++- ChangeLog.pre-2-12 | 3 ++- ChangeLog.pre-2-2 | 3 ++- ChangeLog.pre-2-4 | 3 ++- ChangeLog.pre-2-6 | 3 ++- ChangeLog.pre-2-8 | 3 ++- glib.h | 4 +++- glib/glib.h | 4 +++- 10 files changed, 22 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a1c565fc..693127911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9a1c565fc..693127911 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,7 +1,8 @@ Mon Jul 27 01:02:27 1998 Tim Janik * glib.h: #if 0'ed out the GTime definition, until it is definitively - needed. + needed. #if 0'ed out the g_getcwd() version, because it is the wrong + implementation. Sat Jul 25 16:09:00 1998 Mark Crichton diff --git a/glib.h b/glib.h index 1c82bf348..69ad8adcb 100644 --- a/glib.h +++ b/glib.h @@ -858,8 +858,10 @@ gint g_snprintf (gchar *string, gchar const *format, ...) G_GNUC_PRINTF (3, 4); gchar* g_basename (const gchar *file_name); -gchar* g_getcwd (void); gchar* g_dirname (const gchar *file_name); +#if 0 +gchar* g_getcwd (void); +#endif /* We make the assumption that if memmove isn't available, then diff --git a/glib/glib.h b/glib/glib.h index 1c82bf348..69ad8adcb 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -858,8 +858,10 @@ gint g_snprintf (gchar *string, gchar const *format, ...) G_GNUC_PRINTF (3, 4); gchar* g_basename (const gchar *file_name); -gchar* g_getcwd (void); gchar* g_dirname (const gchar *file_name); +#if 0 +gchar* g_getcwd (void); +#endif /* We make the assumption that if memmove isn't available, then