index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
canonicalize.c
Age
Commit message (
Expand
)
Author
2005-07-02
Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
Jim Meyering
2005-06-02
Don't use "path" or "filename" to mean "file name"
Paul Eggert
2005-05-18
Include canonicalize.h first, to test interface.
Paul Eggert
2005-05-14
Update FSF postal mail address.
Jim Meyering
2005-03-23
Remove duplicate `#include "stat-macros.h"'.
Jim Meyering
2004-08-02
(errno): Remove decl; we now assume C89 or better.
Paul Eggert
2004-07-07
Don't infloop when MAXSYMLINKS is not defined.
Jim Meyering
2004-07-07
(canonicalize_filename_mode): Remove do-while(0) loop.
Jim Meyering
2004-07-06
Include "stat-macros.h".
Jim Meyering
2004-07-06
Include "file-type.h".
Jim Meyering
2004-07-04
(canonicalize_file_name): Assume that path_concat never returns NULL.
Jim Meyering
2004-06-19
Remove all S_IS* and S_IF* definitions.
Jim Meyering
2004-06-01
(canonicalize_file_name): Update use of xreadlink.
Jim Meyering
2004-03-29
[HAVE_UNISTD_H]: Include <unistd.h>, for resolvepath declaration.
Jim Meyering
2003-05-02
(canonicalize_file_name) [!HAVE_RESOLVEPATH]:
Jim Meyering
2003-04-11
Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.
Jim Meyering
2003-04-10
(canonicalize_file_name): NUL-terminate the result.
Jim Meyering
2003-04-10
(canonicalize_file_name): Always free `extra_buf' before returning.
Jim Meyering
2003-04-10
(canonicalize_file_name): Return NULL immediately if resolvepath fails.
Jim Meyering
2003-04-10
(canonicalize_file_name): Remove stray semicolon
Jim Meyering
2003-01-20
Include "path-concat.h".
Jim Meyering
2003-01-11
Don't test HAVE_ERRNO_H. It's not necessary.
Jim Meyering
2003-01-11
From Dmitry Levin.
Jim Meyering