| Commit message (Expand) | Author | Age | Files | Lines |
* | Define a public documented type for the struct stat used by g_stat() | Tor Lillqvist | 2010-03-30 | 1 | -14/+18 |
* | Clarify use of struct stat on Windows | Tor Lillqvist | 2010-02-04 | 1 | -5/+19 |
* | Bug 545485 - Implicit declaration of utime() | Tor Lillqvist | 2008-07-30 | 1 | -0/+2 |
* | Improve Windows-specific parts of documentation. Mention the different C | Tor Lillqvist | 2008-06-21 | 1 | -36/+68 |
* | Define X_OK if not defined (MSVC). | Tor Lillqvist | 2008-06-07 | 1 | -0/+4 |
* | Mask out X_OK to avoid problem on Vista. X_OK was just ignored by access() | Tor Lillqvist | 2008-05-29 | 1 | -1/+1 |
* | glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h, | Tor Lillqvist | 2008-05-29 | 1 | -0/+44 |
* | Fix typos | Behdad Esfahbod | 2007-08-20 | 1 | -1/+1 |
* | Document that the mode argument is ignored on Windows (g_stat): Document | Tor Lillqvist | 2007-04-26 | 1 | -2/+6 |
* | Initialize save_errno. (#355206, Mike Edenfield) | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | Remove support for Windows 9x/ME, as will be done also in Pango and GTK+. | Tor Lillqvist | 2006-08-29 | 1 | -530/+210 |
* | Revert change below. It wasn't a good idea after all, says the original | Tor Lillqvist | 2006-03-31 | 1 | -2/+7 |
* | [Win32] call rmdir() only if remove() fails with errno set to ENOENT, to | Tor Lillqvist | 2006-03-31 | 1 | -2/+2 |
* | Don't call g_path_skip_root() unless the path is absolute. | Tor Lillqvist | 2005-12-01 | 1 | -2/+4 |
* | g_rename() doc comment update. | Tor Lillqvist | 2005-12-01 | 1 | -4/+3 |
* | In the Win32 implementation, strip trailing slash(es) for non-root | Tor Lillqvist | 2005-12-01 | 1 | -2/+35 |
* | Fix Docbook tag typo | Ross Burton | 2005-08-03 | 1 | -2/+2 |
* | Apply a patch which may make GLib work on BeOS again. (#309157, Kian | Matthias Clasen | 2005-06-30 | 1 | -1/+1 |
* | glib/gstdio.h glib/gstdio.c Add a chdir() wrapper, too. | Tor Lillqvist | 2005-06-09 | 1 | -13/+75 |
* | Doc fixes | Matthias Clasen | 2005-05-01 | 1 | -6/+6 |
* | glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285) | Tor Lillqvist | 2005-04-08 | 1 | -0/+69 |
* | glib/gstdio.h glib/gstdio.c Wrap also access() and chmod(). (#169623) | Tor Lillqvist | 2005-04-08 | 1 | -0/+139 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+5 |
* | On G_OS_UNIX, simple #define g_open and co. as aliases for their | Manish Singh | 2005-02-23 | 1 | -0/+2 |
* | In the Win32 part of all functions, handle invalid UTF-8 more robustly. | Tor Lillqvist | 2005-02-02 | 1 | -37/+229 |
* | Update. | Tor Lillqvist | 2004-12-13 | 1 | -4/+50 |
* | Add doc comments about Windows restrictions on renaming and removing. | Tor Lillqvist | 2004-12-11 | 1 | -12/+34 |
* | Implement correctly also on Unix systems without lstat(). (#157038, Morten | Tor Lillqvist | 2004-11-01 | 1 | -4/+5 |
* | Add g_lstat(). | Tor Lillqvist | 2004-10-31 | 1 | -1/+31 |
* | Include also <direct.h> for mkdir() prototype with MSVC. [156727, Kazuki | Tor Lillqvist | 2004-10-29 | 1 | -0/+1 |
* | Include galias.h before glib.h (#156697, Christian Persch) | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Include glib.h early to get G_OS_WIN32. Include errno.h for errno. | Tor Lillqvist | 2004-10-28 | 1 | -4/+11 |
* | 2.5.4GTK_2_5_4 | Matthias Clasen | 2004-10-27 | 1 | -15/+0 |
* | Introduce the idea of a filename encoding, which is *literally* the | Matthias Clasen | 2004-10-27 | 1 | -0/+446 |