Age | Commit message (Expand) | Author |
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 bool | Paul Eggert |
2004-07-30 | Update copyright. | Paul Eggert |
2004-07-30 | Include <stdbool.h>. | Paul Eggert |
2004-07-30 | md5sum, sha1sum integer cleanups. | Paul Eggert |
2004-07-30 | (OPENOPTS, have_read_stdin, status_only, warn, | Paul Eggert |
2004-07-30 | Don't include any files other than checksum.h. | Paul Eggert |
2004-07-30 | Don't include config.h, sys/types.h, stdio.h: not needed. | Paul Eggert |
2004-07-30 | md5sum and sha1sum overflow detection. | Paul Eggert |
2004-07-30 | Fix copyright year. | Paul Eggert |
2004-07-29 | Use 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 boolean | Paul Eggert |
2004-07-28 | dcgen cleanup. | Paul Eggert |
2004-07-28 | Remove comments, trailing white space, and empty | Paul Eggert |
2004-07-28 | chown/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-28 | Include 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-28 | userspec.c cleanup, e.g. for "chown 010 file". | Paul Eggert |
2004-07-28 | Include <stdbool.h>, "inttostr.h". | Paul Eggert |
2004-07-28 | Test for "chown 010 file". | Paul Eggert |
2004-07-28 | Test for proper handling of uids like | Paul Eggert |
2004-07-28 | Regenerate. | Paul Eggert |
2004-07-28 | memchr and memrchr portability fixes. | Paul Eggert |
2004-07-28 | Include <stddef.h>, not <stdlib.h> and <sys/types.h>. | Paul Eggert |
2004-07-28 | Include <stddef.h>, not <stdlib.h> and <sys/types.h>. | Paul Eggert |
2004-07-28 | md5, sha1 cleanups; getugroups change. | Paul Eggert |
2004-07-28 | md5, 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't | Paul Eggert |
2004-07-28 | Don't include <sys/types.h> or <stdlib.h>; <stddef.h> | Paul Eggert |
2004-07-28 | Include <stdint.h> if HAVE_STDINT_H || _LIBC, not | Paul Eggert |
2004-07-28 | Include <errno.h>. | Paul Eggert |
2004-07-28 | Regenerate. | Paul Eggert |
2004-07-28 | Don't assume that Perl's getpwd agrees with ours. | Paul Eggert |
2004-07-28 | Don't assume that Perl's getpwd agrees with our | Paul Eggert |
2004-07-28 | In src/Makefile.am, don't have 'groups' or 'localedir.h' depend on Makefile. | Paul Eggert |
2004-07-28 | this causes Solaris 8 'make' to refuse to build "groups". | Paul Eggert |
2004-07-28 | * src/remove.c (remove_dir): If we can't save the state of the | Paul Eggert |
2004-07-28 | (remove_dir): If we can't save the state of the | Paul Eggert |
2004-07-28 | In src/printf.c, declare strtoimax and strtoumax if not already declared. | Paul Eggert |
2004-07-28 | (strtiomax, strtoumax): Declare if not already | Paul Eggert |
2004-07-28 | Check for declaration of strtoumax, for src/printf.c. | Paul Eggert |
2004-07-28 | Regenerate. | Paul Eggert |