mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
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.
This commit is contained in:
committed by
Tor Lillqvist
parent
7c596218a6
commit
06f371fb58
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user