summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-22 09:43:37 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-06-22 09:43:37 +0000
commit1833a93dddaaa77b11761a92d8961bba67217d94 (patch)
tree4978351be84b47dbf92117585c964f5bc4009b60 /ChangeLog.pre-2-12
parentadb066fa110346c26c5f5392b6489c6285f1cbc1 (diff)
downloadglib-1833a93dddaaa77b11761a92d8961bba67217d94.tar.gz
New function. Creates a directory including intermediate parent
2005-06-22 Tor Lillqvist <tml@novell.com> * glib/gfileutils.c (g_makepath): New function. Creates a directory including intermediate parent directories as needed. (#60509) * glib/gfileutils.h: Declare it. * glib/glib.symbols: Add it. * tests/testglib.c: Test it.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1213
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 0f7bb905c..19902d7d7 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,15 +1,22 @@
2005-06-22 Tor Lillqvist <tml@novell.com>
+ * glib/gfileutils.c (g_makepath): New function. Creates a
+ directory including intermediate parent directories as
+ needed. (#60509)
+
+ * glib/gfileutils.h: Declare it.
+
* glib/gutils.c (g_get_host_name): New function. Returns the
machine's name, or one of its names. Document that it is
best-effort only, and not guaranteed to be unique or anything.
(g_get_any_init): Get the host name here. On Unix use
gethostname(), on Windows use GetComputerName(). (#5200)
- * glib/gutils.h
- * glib/glib.symbols: Add here, too.
+ * glib/gutils.h: Declare it.
+
+ * glib/glib.symbols: Add new functions.
- * tests/testglib.c: Test it.
+ * tests/testglib.c: Test g_makepath() and g_get_host_name().
2005-06-18 Matthias Clasen <mclasen@redhat.com>