coreutils/lib
Paul Eggert 793ffcaac0 (__GNUC_PREREQ, always_inline, inline, pure):
Remove.
(__attribute): Define to empty unless GCC 3.1 or later.
This works around a core dump on OpenBSD 3.4, which has GCC
2.95.3, which dumps core when given __attribute__(()).  It also
simplifies other tests, since we really don't want to bother with
worrying about which ancient version of GCC supported what.
Original problem reported by Yoann Vandoorselaere, with part of
the fix suggested by Derek Price.
2005-09-25 04:18:39 +00:00
..
__fpending.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
__fpending.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
.cppi-disable Add getline.h, getpass.c 2005-09-22 06:43:48 +00:00
.cvsignore Sort. 2005-09-22 05:47:40 +00:00
.gdb-history . 2003-11-05 14:55:33 +00:00
acl.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
acl.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
alloca_.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
alloca.c update from gnulib 2004-05-21 07:48:44 +00:00
allocsa.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
allocsa.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
argmatch.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
argmatch.h (GL_CONCAT): Remove. 2005-09-22 06:39:14 +00:00
asnprintf.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
asprintf.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
atexit.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
backupfile.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
backupfile.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
basename.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
bcopy.c Include <stddef.h>. 2003-09-10 08:29:31 +00:00
c-strtod.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
c-strtod.h (c_strtold): New decl. 2004-07-12 06:31:01 +00:00
c-strtold.c New file. 2004-07-12 06:31:53 +00:00
calloc.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
canon-host.c Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
canon-host.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
canonicalize.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
canonicalize.h Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
ChangeLog * Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c. 2005-09-24 23:14:21 +00:00
chdir-long.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
chdir-long.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
chown.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
cloexec.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
cloexec.h Sync from gnulib. 2004-04-04 06:51:11 +00:00
closeout.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
closeout.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
config.charset Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
creat-safer.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
cycle-check.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
cycle-check.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
dev-ino.h Include <sys/types.h> and <sys/stat.h>. 2003-11-09 21:10:55 +00:00
diacrit.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
diacrit.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
dirfd.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
dirfd.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
dirname.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
dirname.h Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
dup2.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
dup-safer.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
error.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
error.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
euidaccess.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
euidaccess.h doh 2003-02-10 22:45:59 +00:00
exclude.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
exclude.h (excluded_file_name): Renamed from excluded_filename. 2005-06-02 05:02:38 +00:00
exit.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
exitfail.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
exitfail.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
fchdir-stub.c New file: trivial stub for fchdir. 2003-03-19 09:00:34 +00:00
fchown-stub.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
fcntl--.h update from gnulib 2005-08-28 09:18:33 +00:00
fcntl-safer.h Include <sys/types.h> and declare creat_safer. 2005-08-27 20:43:26 +00:00
fd-reopen.c Include <unistd.h> for declaration of close. 2005-07-03 09:07:22 +00:00
fd-reopen.h Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. 2005-07-03 06:43:07 +00:00
fd-safer.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
file-type.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
file-type.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
fileblocks.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
filemode.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
filemode.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
filenamecat.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
filenamecat.h Renamed from path-concat.h. All includers changed. 2005-06-02 04:58:26 +00:00
fnmatch_.h Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
fnmatch_loop.c Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
fnmatch.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
fopen-safer.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
fprintftime.c *** empty log message *** 2005-09-16 07:01:00 +00:00
fprintftime.h *** empty log message *** 2005-09-16 07:01:00 +00:00
free.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
fsusage.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
fsusage.h Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
ftruncate.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
fts_.h Mention that with FTS_LOGICAL, we use FTS_TIGHT_CYCLE_CHECK. 2005-08-12 13:02:17 +00:00
fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir): 2005-08-12 13:02:01 +00:00
fts.c (fts_cross_check) [FTS_DEBUG]: s/active_dir_ht/fts_cycle.ht/. 2005-08-12 13:00:57 +00:00
full-read.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
full-read.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
full-write.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
full-write.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
gai_strerror.c New file, from gnulib. 2005-09-22 06:22:44 +00:00
getaddrinfo.c * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>. 2005-09-23 05:12:50 +00:00
getaddrinfo.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
getcwd.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
getcwd.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
getdate.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
getdate.y (get_date): Undo part of the 2005-04-04 change, so that 2005-08-13 12:10:05 +00:00
getdelim.c New file, from gnulib. 2005-09-22 06:22:44 +00:00
getdelim.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
getgroups.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
gethostname.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
gethrxtime.c Correct cpp indentation 2005-05-14 08:03:44 +00:00
gethrxtime.h Correct cpp indentation 2005-05-14 08:03:44 +00:00
getline.c Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
getline.h Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin. 2005-07-08 23:41:43 +00:00
getndelim2.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
getndelim2.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
getopt1.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
getopt_.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
getopt_int.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
getopt.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
getpagesize.h Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. 2005-07-02 08:41:46 +00:00
getpass.c Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
getpass.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
gettext.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
gettime.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
gettimeofday.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
getugroups.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
getusershell.c Include stdio--.h rather than stdio.h 2005-07-03 07:15:09 +00:00
group-member.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
group-member.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
hard-locale.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
hard-locale.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
hash-pjw.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
hash-pjw.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
hash.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
hash.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
human.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
human.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
idcache.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
imaxtostr.c New files. From GNU tar. 2002-10-19 12:34:03 +00:00
intprops.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
inttostr.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
inttostr.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
lchown.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
lchown.h (EOPNOTSUPP): Define if not defined. 2004-06-08 12:02:00 +00:00
linebuffer.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
linebuffer.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
localcharset.c (get_charset_aliases): Add `void' in parameter list 2005-08-31 07:19:26 +00:00
localcharset.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
long-options.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
long-options.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
lstat-stub.c (lstat): Put function type on its own line. 2003-03-17 19:21:13 +00:00
lstat.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
lstat.h New file, from gnulib. 2005-07-03 09:28:17 +00:00
Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c, since 2005-09-24 23:14:04 +00:00
Makefile.in . 2005-09-23 20:14:20 +00:00
malloc.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
mbchar.c New file, from gnulib. 2005-09-22 06:22:44 +00:00
mbchar.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
mbswidth.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
mbswidth.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
mbuiter.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
md5.c (CYCLIC): New macro. All uses of rol changed to use CYCLIC. 2005-09-13 23:32:01 +00:00
md5.h (__GNUC_PREREQ, __THROW, __attribute__): New macros. 2005-09-13 23:31:37 +00:00
memcasecmp.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
memcasecmp.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
memchr.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
memcmp.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
memcoll.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
memcoll.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
memcpy.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
memmove.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
mempcpy.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
mempcpy.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
memrchr.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
memrchr.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
memset.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
mkdir-p.c (ENOSYS): Define to EEXIST if not defined. 2005-09-22 05:42:26 +00:00
mkdir-p.h (make_dir): Remove. All uses replaced by mkdir. 2005-06-14 23:56:17 +00:00
mkdir.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
mkstemp-safer.c Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. 2005-07-03 06:43:07 +00:00
mkstemp.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
mktime.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
modechange.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
modechange.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
mountlist.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
mountlist.h Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
nanosleep.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
obstack.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
obstack.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
offtostr.c New files. From GNU tar. 2002-10-19 12:34:03 +00:00
open-safer.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
openat-die.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
openat.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
openat.h (unlinkat): Add prototype. 2005-09-19 15:44:57 +00:00
pathmax.h Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. 2005-07-02 08:41:46 +00:00
physmem.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
physmem.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
pipe-safer.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
posixtm.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
posixtm.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
posixver.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
posixver.h new file, from Paul Eggert 2002-02-16 08:13:08 +00:00
printf-args.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
printf-args.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
printf-parse.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
printf-parse.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
putenv.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
quote.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
quote.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
quotearg.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
quotearg.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
raise.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
readlink-stub.c Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
readlink.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
README . 2003-09-13 11:58:35 +00:00
readtokens0.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
readtokens0.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
readtokens.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
readtokens.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
readutmp.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
readutmp.h Don't use "path" or "filename" to mean "file name" 2005-06-02 05:05:29 +00:00
realloc.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
ref-add.sin Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
ref-del.sin Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
regcomp.c Import latest regex module from gnulib, to fix some 64-bit bugs. 2005-09-09 21:07:50 +00:00
regex_internal.c Import latest regex module from gnulib, to fix some 64-bit bugs. 2005-09-09 21:07:50 +00:00
regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure): 2005-09-25 04:18:39 +00:00
regex.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
regex.h Import latest regex module from gnulib, to fix some 64-bit bugs. 2005-09-09 21:07:50 +00:00
regexec.c Import latest regex module from gnulib, to fix some 64-bit bugs. 2005-09-09 21:07:50 +00:00
rename.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
rmdir.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
root-dev-ino.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
root-dev-ino.h *** empty log message *** 2003-11-09 21:18:35 +00:00
rpmatch.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
safe-read.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
safe-read.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
safe-write.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
safe-write.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
same.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
same.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
save-cwd.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
save-cwd.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
savedir.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
savedir.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
search_.h (__restrict): Define to `restrict' or to nothing. 2003-02-06 10:13:28 +00:00
setenv.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
setenv.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
settime.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
sha1.c (SWAP): Renamed from NOTSWAP, to avoid a horrible misnaming. 2005-09-13 23:32:35 +00:00
sha1.h (struct sha1_ctx): Mark buffer as being aligned. 2005-09-13 23:32:15 +00:00
sig2str.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
sig2str.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
stat-macros.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
stat-time.h (set_stat_atime, set_stat_ctime, set_stat_mtime): Remove; they were 2005-09-17 06:54:22 +00:00
stdbool_.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
stdio--.h Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. 2005-07-03 06:43:07 +00:00
stdio-safer.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
stdlib--.h Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. 2005-07-03 06:43:07 +00:00
stdlib-safer.h Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. 2005-07-03 06:43:07 +00:00
stdopen.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
stdopen.h adjust prototype 2005-08-24 13:01:31 +00:00
stpcpy.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strcase.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
strcasecmp.c Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
strcspn.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strdup.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strdup.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface: 2005-09-16 07:31:29 +00:00
strftime.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strintcmp.c Include <config.h> here, not from strnumcmp-in.h. 2005-09-24 13:26:41 +00:00
stripslash.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strncasecmp.c Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
strndup.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strndup.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strnlen1.c New file, from gnulib. 2005-09-22 06:22:44 +00:00
strnlen1.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
strnlen.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strnlen.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
strnumcmp-in.h Include <config.h> from strintcmp.c, not from here. 2005-09-24 13:27:34 +00:00
strnumcmp.c Break integer-in-string comparison code out from src/sort. 2005-05-27 20:34:03 +00:00
strnumcmp.h Break integer-in-string comparison code out from src/sort. 2005-05-27 20:34:03 +00:00
strpbrk.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strstr.c Nontrivial sync from gnulib. 2005-09-22 06:44:26 +00:00
strstr.h New file, from gnulib. 2005-09-22 06:22:44 +00:00
strtod.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strtoimax.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strtol.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strtoll.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strtoul.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strtoull.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
strtoumax.c Include strtoimax.c, not strtouxmax.c. 2001-08-31 09:39:10 +00:00
strverscmp.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
strverscmp.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
t-chdir-long fetish->coreutils in compilation command. 2005-04-18 23:31:22 +00:00
t-fpending.c Test the __fpending function. 2004-12-05 19:28:15 +00:00
tempname.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
time_r.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
time_r.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
timespec.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
TODO . 1998-05-04 00:28:35 +00:00
tsearch.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
umaxtostr.c New files. From GNU tar. 2002-10-19 12:34:03 +00:00
unicodeio.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
unicodeio.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
unistd--.h Sync from gnulib. 2005-09-22 06:05:39 +00:00
unistd-safer.h update from gnulib 2005-08-28 09:18:33 +00:00
unlinkdir.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]: 2005-05-19 08:54:40 +00:00
unlocked-io.h Correct cpp indentation 2005-05-14 08:03:44 +00:00
unsetenv.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
userspec.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
userspec.h Sync from gnulib. 2004-04-04 06:51:11 +00:00
utime.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
utimecmp.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
utimecmp.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
utimens.c * lib/utimens.c (futimens): Use futimesat if available. 2005-09-23 19:18:27 +00:00
utimens.h (futimens): New decl. 2004-11-23 20:41:51 +00:00
vasnprintf.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
vasnprintf.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
vasprintf.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
vasprintf.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
verify.h (verify_type__): Use `unsigned int' as the bitfield type 2005-09-23 23:05:39 +00:00
version-etc-fsf.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
version-etc.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
version-etc.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xalloc-die.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xalloc.h (VERIFY_EXPR, X2NREALLOC, X2REALLOC): Remove. 2005-09-22 06:32:52 +00:00
xfts.c Use #ifdef HAVE_CONFIG_H', not #if HAVE_CONFIG_H', for consistency with gnulib. 2005-09-24 13:32:31 +00:00
xfts.h *** empty log message *** 2003-10-17 13:41:24 +00:00
xgetcwd.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xgetcwd.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xgethostname.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xgethostname.h (xgethostname): New file, from gnulib. 2003-10-16 06:26:23 +00:00
xmalloc.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xmemcoll.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xmemcoll.h Merge with gnulib. Use a single exit_failure variable rather 2003-07-18 07:12:20 +00:00
xnanosleep.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xnanosleep.h New files, factored out of sleep.c. 2002-09-11 11:34:20 +00:00
xreadlink.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xreadlink.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xstrndup.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xstrndup.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xstrtod.c Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xstrtod.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xstrtoimax.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xstrtol.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xstrtol.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00
xstrtoul.c Sync with gnulib. 2003-10-15 07:26:36 +00:00
xstrtoumax.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
xtime.h Correct cpp indentation 2005-05-14 08:03:44 +00:00
yesno.c Sync from gnulib. 2005-09-22 06:05:39 +00:00
yesno.h Update FSF postal mail address. 2005-05-14 07:58:06 +00:00

The files in this directory are used in many GNU packages,
including coreutils, diffutils, and tar.
The autoconf tests required for these files are in ../m4.