summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-02(posix_time_parse): Don't assume that the length ofPaul Eggert
2004-08-02(read_file_system_list): Accept bool flag, not int.Paul Eggert
2004-08-02Include <stdbool.h>.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-08-02No longer needed by 'install', so remove it.Paul Eggert
2004-08-02(libfetish_a_SOURCES): Remove isdir.c.Paul Eggert
2004-08-02(isdir): Remove decl.Paul Eggert
2004-08-02(fts_debug, opt_all, apparent_size, opt_count_all,Paul Eggert
2004-08-02Add an FSF copyright notice, since our changes are becoming nontrivial.Paul Eggert
2004-08-02Add an FSF copyright notice, since our changes are becoming nontrivial.Paul Eggert
2004-08-02Use Autoconf-suggested pattern for inttypes and stdint.Paul Eggert
2004-08-02Include <stdbool.h>.Paul Eggert
2004-08-02(inode_format, show_all_fs, show_local_fs,Paul Eggert
2004-08-02(EXT): Use size_t for sizes, not ptrdiff_t, so that we don't havePaul Eggert
2004-08-02fnmatch_loop.c (EXT, FCT): Use bool when appropriate.Paul Eggert
2004-08-02Include <stdbool.h>.Paul Eggert
2004-08-02(strip_trailing_slashes): Now returns bool.Paul Eggert
2004-08-02(dir_name): Use bool when appropriate.Paul Eggert
2004-08-02Include <stdbool.h>.Paul Eggert
2004-08-02(argmatch, __xargmatch_internal, argmatch_invalid):Paul Eggert
2004-08-02(argmatch, __xargmatch_internal, argmatch_invalid):Paul Eggert
2004-08-02Install safe-read fix for blocksizes greater than 2**31.Paul Eggert
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-08-02Initial revisionPaul Eggert
2004-08-02uintptr_t and uint32_t port to Solaris 8.Paul Eggert
2004-08-02(ptr_align): Use size_t; in practice, this is just asPaul Eggert
2004-08-02(UINT_MAX_32_BITS): Remove.Paul Eggert
2004-08-02(hash_int) [!defined UINTPTR_MAX]: Use size_t instead of uintptr_t.Paul Eggert
2004-08-02Initial revision.Paul Eggert
2004-08-02(gl_MD5): Require gl_AC_TYPE_UINT32_T.Paul Eggert
2004-08-02(gl_CHECK_ALL_TYPES):Paul Eggert
2004-08-02(UNALIGNED_P): Use size_t; in practice, this is just asPaul Eggert
2004-08-02Don't include inttypes.h or stdint.h.Paul Eggert
2004-08-02Don't include inttypes.h or stdint.h.Paul Eggert
2004-08-02Don't include <limits.h>. Include <inttypes.h> if available,Paul Eggert
2004-08-02(UNALIGNED_P): Use size_t; in practice, this is just asPaul Eggert
2004-08-01Fix typo: down -> done.Paul Eggert
2004-08-01* src/Makefile.am (localedir.h): Make it readonly.Paul Eggert
2004-08-01(localedir.h): Make it readonly; thisPaul Eggert
2004-07-30Improve comment for first_same_file.Paul Eggert
2004-07-30sort, system.h, tr int cleanupPaul Eggert
2004-07-30(to_uchar): Remove; now in system.h.Paul Eggert
2004-07-30(errno, CHAR_BIT): Remove decls;Paul Eggert
2004-07-30(UCHAR): Remove; all uses changed to to_uchar.Paul Eggert
2004-07-30makepath int cleanupPaul Eggert
2004-07-30mkdir.c int cleanup.Paul Eggert
2004-07-30(create_parents, main): Use bool when appropriate.Paul Eggert
2004-07-30(make_path, make_dir): Use bool, not int, since we're not setting errno.Paul Eggert