summaryrefslogtreecommitdiff
path: root/glib/gstdio.h
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper for fsync() functionTodd Goyen2019-09-181-0/+4
* glib: Rename G_STDIO_NO_WRAP_ON_UNIX → G_STDIO_WRAP_ON_UNIXPhilip Withnall2019-05-101-1/+4
* gstdio: use _stat64 for GStatBuf on 64bit mingw. Fixes #1476Christoph Reiter2018-08-201-0/+4
* Revert "gstdio: #include fcntl.h on UNIX in gstdio.h"Philip Withnall2017-09-121-3/+0
* gstdio: #include fcntl.h on UNIX in gstdio.hReuben Thomas2017-09-121-0/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-8/+7
* Make sure GStatBuf is typedefed correctlyРуслан Ижбулатов2015-04-051-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Add g_close(), use itColin Walters2013-01-291-0/+4
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+19
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* Have gtk-doc ignore some #definesRyan Lortie2011-07-221-0/+2
* Fix build breakage on UnixTor Lillqvist2010-03-301-25/+25
* Define a public documented type for the struct stat used by g_stat()Tor Lillqvist2010-03-301-25/+13
* Clarify use of struct stat on WindowsTor Lillqvist2010-02-041-0/+37
* glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h,Tor Lillqvist2008-05-291-0/+8
* glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either,Manish Singh2006-01-051-6/+10
* Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is notMatthias Clasen2006-01-031-3/+6
* Move the G_BEGIN_DECLS/G_END_DECLS pair outside the #if/#else/#endifTor Lillqvist2005-08-041-4/+4
* Add G_BEGIN_DECLS/G_END_DECLS. (#312424)Matthias Clasen2005-08-031-0/+4
* glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too.Tor Lillqvist2005-06-091-0/+3
* glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285)Tor Lillqvist2005-04-081-0/+4
* glib/gstdio.h glib/gstdio.c Wrap also access() and chmod(). (#169623)Tor Lillqvist2005-04-081-0/+8
* On G_OS_UNIX, simple #define g_open and co. as aliases for theirManish Singh2005-02-231-0/+21
* Update.Tor Lillqvist2004-12-131-0/+2
* Add doc comments about Windows restrictions on renaming and removing.Tor Lillqvist2004-12-111-1/+2
* Add g_lstat().Tor Lillqvist2004-10-311-0/+3
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-0/+61