Add a note about casting the results of g_new() and g_new0().
[platform/upstream/glib.git] / glib / gfileutils.c
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
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-17 Havoc Penningtoninclude string.h
2001-01-19 Kjartan MaraasFix typo. Same here.
2001-01-16 Owen TaylorAdd gettext support.
2001-01-05 Tor LillqvistLook also for (illegal) forward slashes in the template.
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-13 Owen TaylorUp version to 1.3.2
2000-11-12 Owen Taylortemplate is a reserved word in C++ s/template/tmpl/.
2000-11-11 Tor LillqvistImprove chance to generate unique names with less effor...
2000-11-10 Tor LillqvistAdd comment about template parameter to g_file_open_tmp...
2000-11-10 Tor LillqvistNew function, suggested by Havoc earlier this month...
2000-11-05 Havoc PenningtonAdded
2000-10-31 Tor LillqvistAlso move the #define for O_BINARY from gutils.c to...
2000-10-30 Tor Lillqvistgutils.c gutils.h gfileutils.c Actually, g_mkstemp...
2000-10-19 Tor LillqvistPass -DGSPAWN_HELPER when building it. Link with user32...
2000-10-16 Tor LillqvistSome more debugging output. (g_io_channel_win32_poll...
2000-10-09 Havoc PenningtonAdd new files.