summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-30(rm_option_init, main): Use bool when appropriate.Paul Eggert
2004-07-30(remove_trailing_slashes, rm_option_init,Paul Eggert
2004-07-30(isdir, change_timestamps, change_attributes,Paul Eggert
2004-07-30(struct dir_attr, flag_path, remove_trailing_slashes,Paul Eggert
2004-07-30(remember_created): Use bool when appropriate.Paul Eggert
2004-07-30(remember_created): Use bool when appropriate.Paul Eggert
2004-07-30(copy_internal, is_ancestor, copy_dir, copy_reg,Paul Eggert
2004-07-30(struct cp_options): Use bool when appropriate.Paul Eggert
2004-07-30(hard_LC_COLLATE, only_file_1, only_file_2, both, compare_files, main):Paul Eggert
2004-07-30(cksum, main): Use bool when appropriate.Paul Eggert
2004-07-30(recurse, force_silent, process_file, process_files, main): Use boolPaul Eggert
2004-07-30Update copyright.Paul Eggert
2004-07-30Include <stdbool.h>.Paul Eggert
2004-07-30md5sum, sha1sum integer cleanups.Paul Eggert
2004-07-30(OPENOPTS, have_read_stdin, status_only, warn,Paul Eggert
2004-07-30Don't include any files other than checksum.h.Paul Eggert
2004-07-30Don't include config.h, sys/types.h, stdio.h: not needed.Paul Eggert
2004-07-30md5sum and sha1sum overflow detection.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-29'int' cleanup for "cat".Paul Eggert
2004-07-29(exit_status): Remove. Now done by passing a booleanPaul Eggert
2004-07-28dcgen cleanup.Paul Eggert
2004-07-28Remove comments, trailing white space, and emptyPaul Eggert
2004-07-28chown/chgrp cleanup.Paul Eggert
2004-07-28(chown_files): Return true/false, not 0/-1, since we don't set errno.Paul Eggert
2004-07-28Include inttostr.h.Paul Eggert
2004-07-28(main): int -> bool when appropriate.Paul Eggert
2004-07-28(parse_group): Require base 10 when parsing groups as integers.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-28Test for "chown 010 file".Paul Eggert
2004-07-28Test for proper handling of uids likePaul 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-28md5, sha1 cleanups.Paul Eggert
2004-07-28(gl_SHA): Require AC_C_BIGENDIAN.Paul Eggert
2004-07-28(gl_MD5): Do not require AC_C_INLINE, since it doesn'tPaul 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-28Don't assume that Perl's getpwd agrees with ours.Paul Eggert
2004-07-28Don't assume that Perl's getpwd agrees with ourPaul Eggert
2004-07-28In src/Makefile.am, don't have 'groups' or 'localedir.h' depend on Makefile.Paul Eggert