aboutsummaryrefslogtreecommitdiffstats
path: root/lib/same.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-128/+0
2006-03-26(same_name): s/base_name/last_component/Jim Meyering1-2/+2
2006-03-12(SAME_INODE): Remove definition.Jim Meyering1-5/+2
2005-09-22Sync from gnulib.Paul Eggert1-1/+1
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering1-3/+1
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert1-2/+2
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2004-11-26(MIN) [defined MIN]: Don't define, since it's already defined.Paul Eggert1-1/+3
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert1-5/+4
2003-08-19Include <stdlib.h> and <string.h> unconditionally,Jim Meyering1-17/+4
2003-08-18Include <stdbool.h>, <limits.h>.Jim Meyering1-6/+47
2003-01-14(same_name): Declare *_basename locals to be `const'.Jim Meyering1-7/+5
2003-01-14(same_name): Reorder tests so as to avoid calling stat()Jim Meyering1-27/+33
2002-11-14Don't include libintl.h, and don't define `_' -- they're not used.Jim Meyering1-8/+1
2001-05-12(base_name): Remove; now in dirname.h.Jim Meyering1-8/+11
2000-08-07(same_name): Invoke xalloc_die instead of printing our own message.Jim Meyering1-1/+2
2000-06-29Include <string.h> or <strings.h>, as appropriate, for declaration of strcmp.Jim Meyering1-0/+6
2000-02-27use double quotes, not single quotes around syntax-error-evoking stringJim Meyering1-1/+1
2000-02-27Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'Jim Meyering1-0/+3
2000-01-07add copyright/no-warranty commentJim Meyering1-0/+19
1999-05-23New file (function extracted from ln.c).Jim Meyering1-0/+75