aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-08-02Use Autoconf-suggested pattern for inttypes and stdint.Paul Eggert1-4/+6
2004-08-02Include <stdbool.h>.Paul Eggert1-2/+4
2004-08-02(EXT): Use size_t for sizes, not ptrdiff_t, so that we don't havePaul Eggert1-2/+3
2004-08-02fnmatch_loop.c (EXT, FCT): Use bool when appropriate.Paul Eggert1-21/+20
2004-08-02Include <stdbool.h>.Paul Eggert1-4/+1
2004-08-02(strip_trailing_slashes): Now returns bool.Paul Eggert1-4/+4
2004-08-02(dir_name): Use bool when appropriate.Paul Eggert1-1/+1
2004-08-02Include <stdbool.h>.Paul Eggert1-1/+2
2004-08-02(argmatch, __xargmatch_internal, argmatch_invalid):Paul Eggert1-10/+11
2004-08-02(argmatch, __xargmatch_internal, argmatch_invalid):Paul Eggert1-7/+8
2004-08-02Install safe-read fix for blocksizes greater than 2**31.Paul Eggert1-0/+5
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert1-19/+19
2004-08-02Regenerate.Paul Eggert1-1/+2
2004-08-02uintptr_t and uint32_t port to Solaris 8.Paul Eggert1-0/+15
2004-08-02(UNALIGNED_P): Use size_t; in practice, this is just asPaul Eggert1-5/+1
2004-08-02Don't include inttypes.h or stdint.h.Paul Eggert1-17/+1
2004-08-02Don't include inttypes.h or stdint.h.Paul Eggert1-17/+1
2004-08-02Don't include <limits.h>. Include <inttypes.h> if available,Paul Eggert1-19/+3
2004-08-02(UNALIGNED_P): Use size_t; in practice, this is just asPaul Eggert1-5/+1
2004-08-01Fix typo: down -> done.Paul Eggert1-2/+3
2004-07-30makepath int cleanupPaul Eggert1-0/+8
2004-07-30(make_path, make_dir): Use bool, not int, since we're not setting errno.Paul Eggert1-48/+41
2004-07-30Include <stdbool.h>.Paul Eggert1-14/+15
2004-07-30modechange.c now uses bool.Paul Eggert1-0/+3
2004-07-30Update copyright.Paul Eggert1-2/+2
2004-07-30Include <stdbool.h>.Paul Eggert1-6/+5
2004-07-30Fix copyright year.Paul Eggert1-1/+1
2004-07-29Use sizeof, not alignof, in memchr and memrchr.Paul Eggert1-0/+7
2004-07-29(UNALIGNED_P): Use sizeof, not alignof.Paul Eggert1-3/+5
2004-07-29(UNALIGNED_P): Use sizeof, not alignof.Paul Eggert1-2/+4
2004-07-28userspec.c cleanup, e.g. for "chown 010 file".Paul Eggert1-0/+9
2004-07-28Include <stdbool.h>, "inttostr.h".Paul Eggert1-45/+38
2004-07-28Regenerate.Paul Eggert1-213/+47
2004-07-28memchr and memrchr portability fixes.Paul Eggert1-0/+8
2004-07-28Include <stddef.h>, not <stdlib.h> and <sys/types.h>.Paul Eggert1-26/+41
2004-07-28Include <stddef.h>, not <stdlib.h> and <sys/types.h>.Paul Eggert1-25/+41
2004-07-28md5, sha1 cleanups; getugroups change.Paul Eggert1-0/+18
2004-07-28Don't include <sys/types.h> or <stdlib.h>; <stddef.h>Paul Eggert2-18/+12
2004-07-28Include <stdint.h> if HAVE_STDINT_H || _LIBC, notPaul Eggert1-23/+16
2004-07-28Include <errno.h>.Paul Eggert1-1/+13
2004-07-28Regenerate.Paul Eggert1-0/+1
2004-07-28Get eaccess from libgen if available; that's where it is on Solaris 9.Paul Eggert1-0/+4
2004-07-28euidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, forPaul Eggert1-1/+5
2004-07-28cycle-check integer overflow fixup.Paul Eggert1-2/+22
2004-07-28Remove now-inaccurate comment about the filesPaul Eggert1-17/+8
2004-07-28(is_zero_or_power_of_two): Renamed fromPaul Eggert1-3/+14
2004-07-27Regenerate.Paul Eggert1-10/+7
2004-07-27Merged into backupfile.c.Paul Eggert1-114/+0
2004-07-27backupfile integer overflow fixupsPaul Eggert1-0/+30
2004-07-27backupfile.c rewrite to avoid arbitrary limits on lengths ofPaul Eggert1-115/+243