summaryrefslogtreecommitdiff
path: root/glib/gstdio.c
AgeCommit message (Expand)Author
2008-07-30Bug 545485 - Implicit declaration of utime()Tor Lillqvist
2008-06-21Improve Windows-specific parts of documentation. Mention the different CTor Lillqvist
2008-06-07Define X_OK if not defined (MSVC).Tor Lillqvist
2008-05-29Mask out X_OK to avoid problem on Vista. X_OK was just ignored by access()Tor Lillqvist
2008-05-29glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h,Tor Lillqvist
2007-08-20Fix typosBehdad Esfahbod
2007-04-26Document that the mode argument is ignored on Windows (g_stat): DocumentTor Lillqvist
2006-09-10Initialize save_errno. (#355206, Mike Edenfield)Matthias Clasen
2006-08-29Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist
2006-03-31Revert change below. It wasn't a good idea after all, says the originalTor Lillqvist
2006-03-31[Win32] call rmdir() only if remove() fails with errno set to ENOENT, toTor Lillqvist
2005-12-01Don't call g_path_skip_root() unless the path is absolute.Tor Lillqvist
2005-12-01g_rename() doc comment update.Tor Lillqvist
2005-12-01In the Win32 implementation, strip trailing slash(es) for non-rootTor Lillqvist
2005-08-03Fix Docbook tag typoRoss Burton
2005-06-30Apply a patch which may make GLib work on BeOS again. (#309157, KianMatthias Clasen
2005-06-09glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too.Tor Lillqvist
2005-05-01Doc fixesMatthias Clasen
2005-04-08glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285)Tor Lillqvist
2005-04-08glib/gstdio.h glib/gstdio.c Wrap also access() and chmod(). (#169623)Tor Lillqvist
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2005-02-23On G_OS_UNIX, simple #define g_open and co. as aliases for theirManish Singh
2005-02-02In the Win32 part of all functions, handle invalid UTF-8 more robustly.Tor Lillqvist
2004-12-13Update.Tor Lillqvist
2004-12-11Add doc comments about Windows restrictions on renaming and removing.Tor Lillqvist
2004-11-01Implement correctly also on Unix systems without lstat(). (#157038, MortenTor Lillqvist
2004-10-31Add g_lstat().Tor Lillqvist
2004-10-29Include also <direct.h> for mkdir() prototype with MSVC. [156727, KazukiTor Lillqvist
2004-10-28Include galias.h before glib.h (#156697, Christian Persch)Matthias Clasen
2004-10-28Include glib.h early to get G_OS_WIN32. Include errno.h for errno.Tor Lillqvist
2004-10-272.5.4upstream/GTK_2_5_4Matthias Clasen
2004-10-27Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen