#if 0'ed out the GTime definition, until it is definitively needed. #if
authorTim Janik <timj@gtk.org>
Mon, 27 Jul 1998 01:23:18 +0000 (01:23 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 27 Jul 1998 01:23:18 +0000 (01:23 +0000)
Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>

        * 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
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h

index 9a1c565..6931279 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
index 9a1c565..6931279 100644 (file)
@@ -1,7 +1,8 @@
 Mon Jul 27 01:02:27 1998  Tim Janik  <timj@gtk.org>
 
        * 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 <crichton@expert.cc.purdue.edu>
        
diff --git a/glib.h b/glib.h
index 1c82bf3..69ad8ad 100644 (file)
--- 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
index 1c82bf3..69ad8ad 100644 (file)
@@ -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