summaryrefslogtreecommitdiff
path: root/glib/gfileutils.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02Save errno and pass it along to make sure gettext does not change itРуслан Ижбулатов1-17/+41
2014-07-23gfileutils: Add missing g_free() in error pathColin Walters1-1/+1
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-16/+16
2014-02-14docs: let go of *Matthias Clasen1-2/+2
2014-02-06Docs: replace <literal> by `Matthias Clasen1-16/+14
2014-02-05Don't use <envar> in docsMatthias Clasen1-3/+3
2014-02-01Annotate all examples with their languageMatthias Clasen1-1/+1
2014-02-01fileutils: Convert docs to markdownMatthias Clasen1-15/+10
2014-01-31Updated FSF's addressDaniel Mustieles1-2/+1
2014-01-01Unify error reporting in gfileutils.cMatthias Clasen1-130/+88
2013-12-09g_get_current_dir(): consult PWD firstRyan Lortie1-1/+13
2013-11-27gfileutils: Fix a potential integer overflowPhilip Withnall1-15/+22
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-3/+3
2013-11-20Require POSIX.1 (1990) compliance on unixDan Winship1-6/+0
2013-11-20Require C90 complianceDan Winship1-1/+1
2013-11-20Remove alleged support for last-millennium UnixesDan Winship1-4/+1
2013-10-23g_file_error_from_errno: Remove unneeded breaksBastien Nocera1-25/+0
2013-09-29Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls1-5/+5
2013-09-29gfileutils: Make -Werror=format-nonliteral happyColin Walters1-14/+36
2013-06-20Revert "g_file_set_contents(): don't fsync on ext3/4"Colin Walters1-8/+1
2013-06-04g_file_set_contents(): don't fsync on ext3/4Ryan Lortie1-1/+8
2013-06-03g_file_set_contents: change {posix_ => }fallocateRyan Lortie1-2/+2
2013-06-03g_file_set_contents(): fix simple logic errorRyan Lortie1-1/+1
2013-06-03g_file_set_contents(): use unistd instead of stdioRyan Lortie1-33/+19
2013-06-03g_file_set_contents(): don't allocate display nameRyan Lortie1-78/+46
2013-06-03g_file_set_contents(): use posix_fallocate()Ryan Lortie1-0/+7
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-2/+2
2013-01-25Incorrect string formatters, fixes #692229Gil Forcada1-2/+2
2012-11-09Add plural forms for some translationsMatthias Clasen1-2/+2
2012-11-06Don't call varargs open() through non-varargs typeRyan Lortie1-10/+32
2012-08-28glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi1-1/+1
2012-08-28Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen1-5/+1
2012-06-22gfileutils: Remove extra fclose()Colin Walters1-1/+0
2011-12-29Correct some Since tagsMatthias Clasen1-2/+2
2011-12-13documentation fixesStef Walter1-5/+5
2011-10-17Reshuffle some functions between gutils and gfileutilsMatthias Clasen1-258/+451
2011-10-16static and #include fixups in glib/Ryan Lortie1-1/+1
2011-10-01Move file utility docs inlineMatthias Clasen1-0/+135
2011-09-04fix a few warnings on non-LinuxDan Winship1-0/+3
2011-08-29Spelling fixesMatthias Clasen1-1/+1
2011-08-24gfileutils: fix docs/annotations for temp file methodsDan Winship1-18/+22
2011-08-14Add g_mkdtemp in the spirit of g_mkstempMatthias Clasen1-155/+243
2011-07-26g_format_size: fix on WindowsRyan Lortie1-0/+10
2011-07-26g_format_size: avoid silly GString useRyan Lortie1-5/+4
2011-07-22Replace @Varargs with @...Ryan Lortie1-2/+2
2011-07-20Change order of GFormatSizeFlagsRyan Lortie1-3/+3
2011-07-20g_format_size: just use GStringRyan Lortie1-47/+34
2011-07-20Change GLib size units policyRyan Lortie1-0/+193
2011-07-20g_format_size_for_display: some internal renamesRyan Lortie1-18/+18
2011-06-14Don't leak resources in error casesMatthias Clasen1-0/+3