summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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(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-02uintptr_t and uint32_t port to Solaris 8.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-07-30makepath int cleanupPaul Eggert
2004-07-30(make_path, make_dir): Use bool, not int, since we're not setting errno.Paul Eggert
2004-07-30Include <stdbool.h>.Paul Eggert
2004-07-30modechange.c now uses bool.Paul Eggert
2004-07-30Update copyright.Paul Eggert
2004-07-30Include <stdbool.h>.Paul Eggert
2004-07-30Fix copyright year.Paul Eggert
2004-07-29Use sizeof, not alignof, in memchr and memrchr.Paul Eggert
2004-07-29(UNALIGNED_P): Use sizeof, not alignof.Paul Eggert
2004-07-29(UNALIGNED_P): Use sizeof, not alignof.Paul Eggert
2004-07-28userspec.c cleanup, e.g. for "chown 010 file".Paul Eggert
2004-07-28Include <stdbool.h>, "inttostr.h".Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28memchr and memrchr portability fixes.Paul Eggert
2004-07-28Include <stddef.h>, not <stdlib.h> and <sys/types.h>.Paul Eggert
2004-07-28Include <stddef.h>, not <stdlib.h> and <sys/types.h>.Paul Eggert
2004-07-28md5, sha1 cleanups; getugroups change.Paul Eggert
2004-07-28Don't include <sys/types.h> or <stdlib.h>; <stddef.h>Paul Eggert
2004-07-28Include <stdint.h> if HAVE_STDINT_H || _LIBC, notPaul Eggert
2004-07-28Include <errno.h>.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28Get eaccess from libgen if available; that's where it is on Solaris 9.Paul Eggert
2004-07-28euidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, forPaul Eggert
2004-07-28cycle-check integer overflow fixup.Paul Eggert
2004-07-28Remove now-inaccurate comment about the filesPaul Eggert
2004-07-28(is_zero_or_power_of_two): Renamed fromPaul Eggert
2004-07-27Regenerate.Paul Eggert
2004-07-27Merged into backupfile.c.Paul Eggert