summaryrefslogtreecommitdiff
path: root/glib/gstdio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-0/+1
* More include cleanupsMatthias Clasen2010-09-031-2/+0
* Fix some glib docs warningsRyan Lortie2010-07-121-0/+8
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Define a public documented type for the struct stat used by g_stat()Tor Lillqvist2010-03-301-14/+18
* Clarify use of struct stat on WindowsTor Lillqvist2010-02-041-5/+19
* Bug 545485 - Implicit declaration of utime()Tor Lillqvist2008-07-301-0/+2
* Improve Windows-specific parts of documentation. Mention the different CTor Lillqvist2008-06-211-36/+68
* Define X_OK if not defined (MSVC).Tor Lillqvist2008-06-071-0/+4
* Mask out X_OK to avoid problem on Vista. X_OK was just ignored by access()Tor Lillqvist2008-05-291-1/+1
* glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h,Tor Lillqvist2008-05-291-0/+44
* Fix typosBehdad Esfahbod2007-08-201-1/+1
* Document that the mode argument is ignored on Windows (g_stat): DocumentTor Lillqvist2007-04-261-2/+6
* Initialize save_errno. (#355206, Mike Edenfield)Matthias Clasen2006-09-101-1/+1
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-530/+210
* Revert change below. It wasn't a good idea after all, says the originalTor Lillqvist2006-03-311-2/+7
* [Win32] call rmdir() only if remove() fails with errno set to ENOENT, toTor Lillqvist2006-03-311-2/+2
* Don't call g_path_skip_root() unless the path is absolute.Tor Lillqvist2005-12-011-2/+4
* g_rename() doc comment update.Tor Lillqvist2005-12-011-4/+3
* In the Win32 implementation, strip trailing slash(es) for non-rootTor Lillqvist2005-12-011-2/+35
* Fix Docbook tag typoRoss Burton2005-08-031-2/+2
* Apply a patch which may make GLib work on BeOS again. (#309157, KianMatthias Clasen2005-06-301-1/+1
* glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too.Tor Lillqvist2005-06-091-13/+75
* Doc fixesMatthias Clasen2005-05-011-6/+6
* glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285)Tor Lillqvist2005-04-081-0/+69
* glib/gstdio.h glib/gstdio.c Wrap also access() and chmod(). (#169623)Tor Lillqvist2005-04-081-0/+139
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* On G_OS_UNIX, simple #define g_open and co. as aliases for theirManish Singh2005-02-231-0/+2
* In the Win32 part of all functions, handle invalid UTF-8 more robustly.Tor Lillqvist2005-02-021-37/+229
* Update.Tor Lillqvist2004-12-131-4/+50
* Add doc comments about Windows restrictions on renaming and removing.Tor Lillqvist2004-12-111-12/+34
* Implement correctly also on Unix systems without lstat(). (#157038, MortenTor Lillqvist2004-11-011-4/+5
* Add g_lstat().Tor Lillqvist2004-10-311-1/+31
* Include also <direct.h> for mkdir() prototype with MSVC. [156727, KazukiTor Lillqvist2004-10-291-0/+1
* Include galias.h before glib.h (#156697, Christian Persch)Matthias Clasen2004-10-281-1/+1
* Include glib.h early to get G_OS_WIN32. Include errno.h for errno.Tor Lillqvist2004-10-281-4/+11
* 2.5.4GTK_2_5_4Matthias Clasen2004-10-271-15/+0
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-0/+446