Say we require autoconf 2.52 as that is what configure.in does.
[platform/upstream/glib.git] / glib / gfileutils.c
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.