Merge remote-tracking branch 'gvdb/master'
[platform/upstream/glib.git] / glib / gfileutils.c
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-08 Martin NordholtsCheck availability of linux/magic.h
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-04 Matthias ClasenFix build on old kernels
2010-12-21 Ryan LortieBug 637544 - Skip fsync() on btrfs
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Matthias ClasenMore include cleanups
2010-08-26 Matthias ClasenImprove g_file_set_contents docs
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-11-26 Christian PerschAdd TB and PB cases to g_format_size_for_display
2009-11-03 Carlo BraminiMake g_file_test() behave on Windows more like as on...
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-09-05 Matthias ClasenAdd a Since: tag
2009-09-04 Benjamin OtteBug 594034 - Add g_mkstemp_full()
2009-08-11 Alexander LarssonOnly fsync if the existing file is > 0 bytes
2009-03-16 Alexander LarssonBug 575555 – Use fsync() when replacing files to avoid...
2009-02-23 Matthias ClasenImprove docs
2009-01-05 Tor LillqvistBug 566348 - g_file_open_tmp uses the wrong g_mkstemp...
2008-12-31 Matthias ClasenFix some compiler warnings
2008-10-06 Christophe FergeauBug 555224 – Improve g_format_size_for_display doc
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-07-16 Matthias ClasenDetect overflow and error out. Reported by Morten Welinder.
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-05-24 Matthias Clasensmall doc improvement
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2007-12-19 Alexander LarssonRename g_format_file_size_for_display to g_format_size_...
2007-12-09 Hans Breuerremoved -GD to compile with msvc9 (vs2008) with less...
2007-11-27 Alexander LarssonMove g_format_file_size_for_display from gio to glib
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-07-09 Ryan Lortiesave errno to prevent it being clobbered by call to
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-06-16 Matthias ClasenAdd tests.
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-03 Matthias ClasenDon't fork a new process just to fix the permissions...
2005-08-10 Matthias ClasenTake a va_list*, not a va_list, to avoid compiler warni...
2005-07-13 Matthias ClasenFix a typo. (#310243, Richard Laager)
2005-06-24 Tor Lillqvistglib/Makefile.am gmodule/Makefile.am Current GNU tools...
2005-06-23 Manish Singhg_build_filename_va is only use in the G_OS_WIN32 case...
2005-06-23 Matthias ClasenAdd some language-binding friendly variants
2005-06-22 Tor Lillqvistglib/gfileutils.c glib/gfileutils.h glib/glib.symbols...
2005-06-22 Tor LillqvistNew function. Creates a directory including intermediat...
2005-05-05 Owen TaylorAdd g_object_add/remove_toggle_ref() functions to get...
2005-04-19 Tor LillqvistMinor comment improvement.
2005-04-17 Soeren SandmannSave the errno in various places
2005-04-05 Matthias ClasenAvoid memory leaks in borderline cases. (#172612, Morte...
2005-03-30 Sven Neumannhandle the unlikely case that no bytes are read from...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-12 Soeren SandmannDon't try and generate a dotfile from the name -- it...
2005-03-10 Sven Neumanndelay memory allocation until after the first read...
2005-03-09 Sven Neumannavoid unnecessary filename conversions.
2005-03-08 Søren SandmannNew API. A function to atomically create a file.
2005-02-24 Tor LillqvistUse g_fopen(). (#168341, Daniel Atallah)
2005-02-05 Tor LillqvistIn the Win32 ABI stability version, call g_file_get_con...
2005-02-02 Tor LillqvistDon't use potentially incorrect errno in several places...
2005-01-09 Hans Breuermake it compile with mvc6 default sdk, (#define INVALID...
2005-01-09 Tor LillqvistInclude <io.h> on Windows for prototypes. (#163390...
2005-01-03 Matthias ClasenClarify the documentation. (#162251, Mariano Suárez...
2005-01-01 Tor Lillqvistglib/glib.symbols glib/gutils.h Make also g_getenv...
2004-12-31 Tor LillqvistRewrite the Win32 version to use GetFileAttributes...
2004-12-30 Matthias ClasenTypo fix.
2004-11-04 Tor LillqvistDocument that the result is guaranteed to be non-NULL.
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
2004-10-25 Manish Singhrm autom4te.cache, since it might interfere with differ...
2004-10-06 Matthias ClasenFix some C99isms. (#154676, Kjartan Maraas)
2004-09-30 Matthias ClasenConvert filenames to UTF-8 before putting them in GErro...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-08-27 Matthias ClasenFix #151193, Stepan Kasal:
2003-12-14 Hans Breuermake g_file_test(,G_FILE_TEST_IS_EXECUTABLE) return...
2003-08-16 Tor LillqvistFix #117925 (Dov Grobgeld):
2003-07-29 Matthias ClasenRename g_read_link() to g_file_read_link() to better...
2003-07-29 Matthias ClasenUse gchar, gint, gsize instead of char, int, size_t...
2003-07-28 Matthias ClasenNew function g_read_link(). (#72545)
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2002-12-11 Tor LillqvistFix off-by-one error. (#100853)
2002-12-09 Owen TaylorGuard against the POSIX allowed behavior where access...
2002-11-25 Matthias ClasenDocument that the varargs must be NULL-terminated....
2002-07-26 Owen Taylorhu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat...
2002-05-20 Owen TaylorFix double close of file descriptor on error. (#82139...
2002-03-20 Owen TaylorClose the file descriptor. (#75507, Matthias Clasen)
2002-03-08 Owen TaylorFinal updates for 2.0.0
2002-02-10 Hans Breuerno sym links on win32, no lstat in msvcrt
2002-02-08 Sebastian WilhelmiExtended documentation.
2002-02-07 Sebastian WilhelmiDo not follow symbolic links for G_FILE_TEST_SYMLINK...
2001-12-20 Matthias ClasenRemove FIXME. (#67063)
2001-12-18 Havoc Penningtonuse g_try_malloc and return error on not-enough-memory
2001-12-16 Matthias ClasenMinor markup fixes.
2001-09-18 Tim Janikadd simple test for g_path_get_basename().
2001-09-10 Owen TaylorDoc fixes.
2001-09-10 Owen TaylorAdd g_build_path(), g_build_filename(), to create separ...
2001-07-19 Owen TaylorFix memory leak and dubious list manipulation. (Found...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-04-16 Havoc Penningtondocs
next