| Commit message (Expand) | Author | Age | Files | Lines |
* | gstdio: Preserve errno when calling g_clear_fd() from g_autofd | Simon McVittie | 2022-11-02 | 1 | -0/+10 |
* | gstdio: Silence "Not available before" warnings for inline functions | Simon McVittie | 2022-10-27 | 1 | -0/+6 |
* | gstdio: Warn if g_autofd is used with GLIB_VERSION_MAX_ALLOWED < 2.76 | Simon McVittie | 2022-10-27 | 1 | -1/+1 |
* | gstdio: Add g_clear_fd() and g_autofd | Simon McVittie | 2022-10-26 | 1 | -0/+32 |
* | glib: Add SPDX license headers automatically | Philip Withnall | 2022-05-18 | 1 | -0/+2 |
* | Revert "glib/gstdio: simplify GStatBuf macro condition for win64" | Philip Withnall | 2022-04-25 | 1 | -1/+1 |
* | glib/gstdio: simplify GStatBuf macro condition for win64 | Marc-André Lureau | 2022-04-14 | 1 | -1/+1 |
* | docs: mark macros, flags, enums with percent sign | Gabor Karsay | 2022-03-04 | 1 | -1/+1 |
* | Add a wrapper for fsync() function | Todd Goyen | 2019-09-18 | 1 | -0/+4 |
* | glib: Rename G_STDIO_NO_WRAP_ON_UNIX → G_STDIO_WRAP_ON_UNIX | Philip Withnall | 2019-05-10 | 1 | -1/+4 |
* | gstdio: use _stat64 for GStatBuf on 64bit mingw. Fixes #1476 | Christoph Reiter | 2018-08-20 | 1 | -0/+4 |
* | Revert "gstdio: #include fcntl.h on UNIX in gstdio.h" | Philip Withnall | 2017-09-12 | 1 | -3/+0 |
* | gstdio: #include fcntl.h on UNIX in gstdio.h | Reuben Thomas | 2017-09-12 | 1 | -0/+3 |
* | glib/: LGPLv2+ -> LGPLv2.1+ | Sébastien Wilmet | 2017-05-24 | 1 | -1/+1 |
* | License headers: "GLib" -> "This library" | Sébastien Wilmet | 2017-01-04 | 1 | -8/+7 |
* | Make sure GStatBuf is typedefed correctly | Руслан Ижбулатов | 2015-04-05 | 1 | -1/+1 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -2/+1 |
* | Add g_close(), use it | Colin Walters | 2013-01-29 | 1 | -0/+4 |
* | various: add GLIB_AVAILABLE_IN_ALL everywhere else | Ryan Lortie | 2013-01-13 | 1 | -0/+19 |
* | Spelling fixes | Matthias Clasen | 2011-08-29 | 1 | -1/+1 |
* | Have gtk-doc ignore some #defines | Ryan Lortie | 2011-07-22 | 1 | -0/+2 |
* | Fix build breakage on Unix | Tor Lillqvist | 2010-03-30 | 1 | -25/+25 |
* | Define a public documented type for the struct stat used by g_stat() | Tor Lillqvist | 2010-03-30 | 1 | -25/+13 |
* | Clarify use of struct stat on Windows | Tor Lillqvist | 2010-02-04 | 1 | -0/+37 |
* | glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h, | Tor Lillqvist | 2008-05-29 | 1 | -0/+8 |
* | glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either, | Manish Singh | 2006-01-05 | 1 | -6/+10 |
* | Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is not | Matthias Clasen | 2006-01-03 | 1 | -3/+6 |
* | Move the G_BEGIN_DECLS/G_END_DECLS pair outside the #if/#else/#endif | Tor Lillqvist | 2005-08-04 | 1 | -4/+4 |
* | Add G_BEGIN_DECLS/G_END_DECLS. (#312424) | Matthias Clasen | 2005-08-03 | 1 | -0/+4 |
* | glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too. | Tor Lillqvist | 2005-06-09 | 1 | -0/+3 |
* | glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285) | Tor Lillqvist | 2005-04-08 | 1 | -0/+4 |
* | glib/gstdio.h glib/gstdio.c Wrap also access() and chmod(). (#169623) | Tor Lillqvist | 2005-04-08 | 1 | -0/+8 |
* | On G_OS_UNIX, simple #define g_open and co. as aliases for their | Manish Singh | 2005-02-23 | 1 | -0/+21 |
* | Update. | Tor Lillqvist | 2004-12-13 | 1 | -0/+2 |
* | Add doc comments about Windows restrictions on renaming and removing. | Tor Lillqvist | 2004-12-11 | 1 | -1/+2 |
* | Add g_lstat(). | Tor Lillqvist | 2004-10-31 | 1 | -0/+3 |
* | Introduce the idea of a filename encoding, which is *literally* the | Matthias Clasen | 2004-10-27 | 1 | -0/+61 |