*** empty log message ***
[platform/upstream/coreutils.git] / lib / canonicalize.c
2005-09-22 Paul EggertSync from gnulib.
2005-07-02 Jim MeyeringAssume HAVE_UNISTD_H, i.e., include <unistd.h> uncondit...
2005-06-02 Paul EggertDon't use "path" or "filename" to mean "file name"
2005-05-18 Paul EggertInclude canonicalize.h first, to test interface.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-23 Jim MeyeringRemove duplicate `#include "stat-macros.h"'.
2004-08-02 Paul Eggert(errno): Remove decl; we now assume C89 or better.
2004-07-07 Jim MeyeringDon't infloop when MAXSYMLINKS is not defined.
2004-07-07 Jim Meyering(canonicalize_filename_mode): Remove do-while(0) loop.
2004-07-06 Jim MeyeringInclude "stat-macros.h".
2004-07-06 Jim MeyeringInclude "file-type.h".
2004-07-04 Jim Meyering(canonicalize_file_name): Assume that path_concat never...
2004-06-19 Jim MeyeringRemove all S_IS* and S_IF* definitions.
2004-06-01 Jim Meyering(canonicalize_file_name): Update use of xreadlink.
2004-03-29 Jim Meyering[HAVE_UNISTD_H]: Include <unistd.h>, for resolvepath...
2003-05-02 Jim Meyering(canonicalize_file_name) [!HAVE_RESOLVEPATH]:
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc, xrealloc, and...
2003-04-10 Jim Meyering(canonicalize_file_name): NUL-terminate the result.
2003-04-10 Jim Meyering(canonicalize_file_name): Always free `extra_buf' befor...
2003-04-10 Jim Meyering(canonicalize_file_name): Return NULL immediately if...
2003-04-10 Jim Meyering(canonicalize_file_name): Remove stray semicolon
2003-01-20 Jim MeyeringInclude "path-concat.h".
2003-01-11 Jim MeyeringDon't test HAVE_ERRNO_H. It's not necessary.
2003-01-11 Jim MeyeringFrom Dmitry Levin.