summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-12-11 22:03:01 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-12-11 22:03:01 +0000
commit06f371fb580f967f98e69cd284f12733d1468f32 (patch)
treef79cd449d8334b9dd2d50eafaade2bb9230dcb17 /ChangeLog.pre-2-6
parent7c596218a6e0994bc2a3dfe11b19388444d73933 (diff)
Add doc comments about Windows restrictions on renaming and removing.
2004-12-11 Tor Lillqvist <tml@iki.fi> * glib/gstdio.c (g_rename, g_unlink, g_remove): Add doc comments about Windows restrictions on renaming and removing. (g_remove): Mimic POSIX remove() on Windows: Try also to rmdir if removal as a file fails. Document this. * glib/gstdio.h: Clarify comment about file name encoding on Windows.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-69
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 323cbf4eb..f3f193ef4 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,14 @@
2004-12-11 Tor Lillqvist <tml@iki.fi>
+ * glib/gstdio.c (g_rename, g_unlink, g_remove): Add doc comments
+ about Windows restrictions on renaming and removing.
+
+ (g_remove): Mimic POSIX remove() on Windows: Try also to rmdir if
+ removal as a file fails. Document this.
+
+ * glib/gstdio.h: Clarify comment about file name encoding on
+ Windows.
+
* glib/gspawn-win32.c: Fix #157255. Also some refactoring of this
still very ugly source file.