summaryrefslogtreecommitdiff
path: root/glib/gdir.c
Commit message (Expand)AuthorAgeFilesLines
* gdir: shutup a warning when building with msvcIgnacio Casal Quinteiro2019-01-241-0/+2
* MSVC: Move dirent implementation to glib/dirent/Xavier Claessens2019-01-161-2/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gdir: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-63/+25
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-1/+1
* glib: Add filename type annotationsChristoph Reiter2016-06-041-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-2/+2
* Docs: replace <literal> by `Matthias Clasen2014-02-061-2/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GDir: add some glib-private APIsRyan Lortie2013-09-161-54/+99
* win32: re-fix the _utf8 compat function situationDan Winship2012-11-161-1/+0
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-1/+1
* Improve the g_dir_read_name documentationMatthias Clasen2012-07-051-2/+6
* Move file utility docs inlineMatthias Clasen2011-10-011-0/+6
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2
* gdir: Clarify in documentation that ordering is not definedColin Walters2010-09-201-4/+12
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-1/+3
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Preserve errnoChristian Persch2009-08-221-4/+9
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-2/+2
* Include <stdio.h> for FILENAME_MAX on newer mingw installations.Tor Lillqvist2008-07-241-0/+1
* Include the dirent.h and wdirent.c from ../build/win32/dirent directlyTor Lillqvist2008-05-191-0/+5
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-102/+49
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* Typo fix.Matthias Clasen2005-01-111-1/+1
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-16/+208
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Convert filename to UTF-8 before using it in the error message. (#146054,Matthias Clasen2004-07-091-1/+6
* Clarify documentation.Matthias Clasen2003-02-231-1/+3
* Remove references to nonexisting functionsMatthias Clasen2002-05-261-1/+1
* include sys/types.h before dirent.h to build on darwin (fixes #72859)jacob berkman2002-05-201-0/+1
* Final updates for 2.0.0Owen Taylor2002-03-081-2/+2
* g_dir_open: added g_return_val_if_fail() to prevent us from callingMichael Natterer2002-02-081-1/+5
* Don't define LANG_AZERI etc in case those aren't defined in the headersTor Lillqvist2001-11-081-1/+4
* Add check for dirent.hOwen Taylor2001-11-051-3/+3
* Indentation fixes, some rewriting of docs to conform to gtk-doc standard.Owen Taylor2001-11-051-22/+23
* simplified wrapper around dirent functions to improve portability ofHans Breuer2001-11-051-0/+136