Commit Graph

2642 Commits

Author SHA1 Message Date
Jim Meyering 0568a21a8d *** empty log message *** 2003-01-14 15:09:00 +00:00
Jim Meyering cbe7e9daec (same_name): Declare *_basename locals to be `const'.
Consolidate declarations and initializations of *_base* locals.
2003-01-14 15:07:24 +00:00
Jim Meyering ee45aa56cb *** empty log message *** 2003-01-14 14:44:33 +00:00
Jim Meyering cbf24b40e3 (same_name): Reorder tests so as to avoid calling stat()
when a string comparison is sufficient.
2003-01-14 14:44:29 +00:00
Jim Meyering 72bca87dba *** empty log message *** 2003-01-14 14:15:44 +00:00
Jim Meyering 0e87cb139e (readtoken): Cast character to 'unsigned char', not 'unsigned int'. 2003-01-14 14:15:37 +00:00
Jim Meyering ff0e20e30e *** empty log message *** 2003-01-14 12:58:27 +00:00
Jim Meyering 92602ead01 Merge in Ulrich's and my changes from libc. 2003-01-14 12:58:22 +00:00
Jim Meyering 01f012f2f5 *** empty log message *** 2003-01-12 18:29:54 +00:00
Jim Meyering 398ca04327 tweak comments 2003-01-12 18:16:31 +00:00
Jim Meyering 73bb03d0a6 *** empty log message *** 2003-01-12 18:03:52 +00:00
Jim Meyering 4e95cd2dff Also work on systems that have `struct direct', using autoconf's AC_HEADER_DIRENT. 2003-01-12 18:03:48 +00:00
Jim Meyering 67b5ecf8ab *** empty log message *** 2003-01-12 17:01:53 +00:00
Jim Meyering 376e889123 (ftw_startup): Rename local-shadowing local to pacify gcc. 2003-01-12 17:01:48 +00:00
Jim Meyering cce1b15448 New file, from glibc/io. 2003-01-12 16:48:56 +00:00
Jim Meyering 0b6a1829be New file, from glibc/io. 2003-01-12 16:48:31 +00:00
Jim Meyering d3b1d606c5 (libfetish_a_SOURCES): Add ftw.h. 2003-01-12 16:47:20 +00:00
Jim Meyering 079dc69267 (libfetish_a_SOURCES): Add canonicalize.h. 2003-01-12 08:57:11 +00:00
Jim Meyering 664a205be6 *** empty log message *** 2003-01-11 09:44:28 +00:00
Jim Meyering b734cbf724 Don't test HAVE_ERRNO_H. It's not necessary. 2003-01-11 09:44:23 +00:00
Jim Meyering 7287520d21 *** empty log message *** 2003-01-11 09:43:50 +00:00
Jim Meyering 5d33b7498f *** empty log message *** 2003-01-11 09:35:07 +00:00
Jim Meyering c7463c38f8 Don't test HAVE_ERRNO_H. It's not necessary.
Don't test HAVE_STDDEF_H.  It's not necessary.
Use definition of PTR_INT_TYPE from obstack.h.
2003-01-11 09:32:48 +00:00
Jim Meyering eb04d885c2 From Dmitry Levin. 2003-01-11 08:29:46 +00:00
Jim Meyering 251cad0c9c *** empty log message *** 2003-01-10 22:48:28 +00:00
Jim Meyering 77f6ad8381 Include "xgetcwd.h". 2003-01-10 22:48:02 +00:00
Jim Meyering 76ee8c435c (libfetish_a_SOURCES): Add xgetcwd.h. 2003-01-10 22:47:38 +00:00
Jim Meyering 9805d6c5cc Remove uses of PARAMS. 2003-01-10 22:46:11 +00:00
Jim Meyering 784d409601 Include xgetcwd.h. 2003-01-10 22:45:14 +00:00
Jim Meyering e690564cc9 *** empty log message *** 2003-01-10 22:32:08 +00:00
Jim Meyering 418e181ad8 Don't declare functions declared by xalloc.h.
Include "xalloc.h" instead.
2003-01-10 21:46:37 +00:00
Jim Meyering 4ac2ebda98 Don't declare directly functions declared by xalloc.h.
Include "xalloc.h" instead.
2003-01-10 21:45:21 +00:00
Jim Meyering 3242594f7b Don't declare directly functions declared by xalloc.h.
Include "xalloc.h" instead.
2003-01-10 21:44:56 +00:00
Jim Meyering 200a73de4f Don't declare xmalloc directly.
Include "xalloc.h" instead.
2003-01-10 21:38:20 +00:00
Jim Meyering 2e62c8ab03 . 2003-01-10 21:37:19 +00:00
Jim Meyering bc49481933 *** empty log message *** 2003-01-08 17:36:51 +00:00
Jim Meyering 8ca0769584 Undefine and define-away `const' after inclusion
of errno.h, not before.  Suggestion from Bruno Haible.
2003-01-08 17:36:35 +00:00
Jim Meyering d14b4f476c *** empty log message *** 2003-01-07 15:59:48 +00:00
Jim Meyering 72d00a1c57 . 2003-01-07 14:12:30 +00:00
Jim Meyering 6a4d25740c tweak comment 2003-01-07 14:09:37 +00:00
Jim Meyering fbb3b7b80c *** empty log message *** 2003-01-07 14:03:21 +00:00
Jim Meyering e76d578bad Rework so that it may serve to define full_read, too. 2003-01-07 14:03:15 +00:00
Jim Meyering 0f0a65766e Simply #define FULL_READ and include full-write.c. 2003-01-07 14:03:05 +00:00
Jim Meyering 9d89ba4161 2002-12-10 Paul Eggert <eggert@twinsun.com>
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.

(FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
defined (e.g., a pure POSIX system).
(EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
2003-01-06 13:17:48 +00:00
Jim Meyering 783186bced 2002-12-10 Paul Eggert <eggert@twinsun.com>
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.

(EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
Choose values that are less likely to collide with system fnmatch
options.
2003-01-06 13:17:27 +00:00
Jim Meyering cc334674f6 (libfetish_a_SOURCES): Add full-read.c and full-read.h. 2003-01-06 13:14:55 +00:00
Jim Meyering 685ac06eef . 2003-01-06 13:08:59 +00:00
Jim Meyering dd02096234 Include full_read.h.
(get_fs_usage): Use full_read instead of safe_read.
2003-01-06 13:08:19 +00:00
Jim Meyering a66b8da8d5 *** empty log message *** 2003-01-06 13:05:24 +00:00
Jim Meyering b9ba08e368 (strdup): Remove unused declaration. 2003-01-06 13:04:50 +00:00