summaryrefslogtreecommitdiff
path: root/glib/gfileutils.h
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-12/+12
* gfileutils: Add a mode argument to g_file_set_contents_full()Philip Withnall2020-07-261-0/+1
* gfileutils: Add g_file_set_contents_full() and GFileSetContentsFlagsPhilip Withnall2020-07-261-0/+41
* glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATEDPhilip Withnall2019-05-301-3/+1
* fileutils: Add g_canonicalize_filenameGeorges Basile Stavracas Neto2018-04-301-0/+4
* Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.hMikhail Zabaluev2018-01-091-8/+1
* glib: add g_build_filename_valist()Cosimo Cecchi2017-11-071-0/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gfileutils: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-27/+0
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-8/+7
* Doc: glib: Fix all undocumented/unused/undeclared symbolsXavier Claessens2014-12-121-0/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+24
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* win32: re-fix the _utf8 compat function situationDan Winship2012-11-161-0/+20
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-15/+0
* Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30Colin Walters2012-05-261-0/+3
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-4/+2
* Reshuffle some functions between gutils and gfileutilsMatthias Clasen2011-10-171-37/+64
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* Add g_mkdtemp in the spirit of g_mkstempMatthias Clasen2011-08-141-5/+12
* Change order of GFormatSizeFlagsRyan Lortie2011-07-201-3/+3
* g_format_size: Return 'gchar' instead of 'char'Ryan Lortie2011-07-201-2/+2
* Change GLib size units policyRyan Lortie2011-07-201-0/+13
* Fix parameter documentation for many functionsMatthias Clasen2011-06-041-0/+2
* Bug 594034 - Add g_mkstemp_full()Benjamin Otte2009-09-041-0/+3
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-0/+4
* Rename g_format_file_size_for_display to g_format_size_for_display.Alexander Larsson2007-12-191-1/+1
* Move g_format_file_size_for_display from gio to glibAlexander Larsson2007-11-271-0/+2
* Add some language-binding friendly variantsMatthias Clasen2005-06-231-2/+6
* glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()Tor Lillqvist2005-06-221-2/+2
* New function. Creates a directory including intermediate parentTor Lillqvist2005-06-221-0/+3
* Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2005-05-051-1/+1
* New API. A function to atomically create a file.Søren Sandmann2005-03-081-0/+4
* Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen2005-03-081-2/+2
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-2/+7
* Fix #151193, Stepan Kasal:Matthias Clasen2004-08-271-0/+1
* Rename g_read_link() to g_file_read_link() to better match the remainingMatthias Clasen2003-07-291-1/+1
* Use gchar, gint, gsize instead of char, int, size_t in the interface forMatthias Clasen2003-07-291-3/+3
* New function g_read_link(). (#72545)Matthias Clasen2003-07-281-1/+2
* Add g_build_path(), g_build_filename(), to create separated paths,Owen Taylor2001-09-101-0/+6
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-1/+1
* template is a reserved word in C++ s/template/tmpl/.Owen Taylor2000-11-121-1/+1
* Improve chance to generate unique names with less effort a bit.Tor Lillqvist2000-11-111-1/+6
* AddedHavoc Pennington2000-11-051-1/+1