platform/upstream/coreutils.git
2004-08-02 Paul EggertDon't include <limits.h>. Include <inttypes.h> if...
2004-08-02 Paul Eggert(UNALIGNED_P): Use size_t; in practice, this is just as
2004-08-01 Paul EggertFix typo: down -> done.
2004-08-01 Paul Eggert* src/Makefile.am (localedir.h): Make it readonly.
2004-08-01 Paul Eggert(localedir.h): Make it readonly; this
2004-07-30 Paul EggertImprove comment for first_same_file.
2004-07-30 Paul Eggertsort, system.h, tr int cleanup
2004-07-30 Paul Eggert(to_uchar): Remove; now in system.h.
2004-07-30 Paul Eggert(errno, CHAR_BIT): Remove decls;
2004-07-30 Paul Eggert(UCHAR): Remove; all uses changed to to_uchar.
2004-07-30 Paul Eggertmakepath int cleanup
2004-07-30 Paul Eggertmkdir.c int cleanup.
2004-07-30 Paul Eggert(create_parents, main): Use bool when appropriate.
2004-07-30 Paul Eggert(make_path, make_dir): Use bool, not int, since we...
2004-07-30 Paul EggertInclude <stdbool.h>.
2004-07-30 Paul Eggertmodechange.c now uses bool.
2004-07-30 Paul Eggertint cleanups for chmod, rm, cp, install, mkfifo.
2004-07-30 Paul Eggert(main): Use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1.
2004-07-30 Paul Eggert(right_justify), full_filename_, AD_pop_and_chdir,
2004-07-30 Paul Eggert(rm_option_init, main): Use bool when appropriate.
2004-07-30 Paul Eggert(remove_trailing_slashes, rm_option_init,
2004-07-30 Paul Eggert(isdir, change_timestamps, change_attributes,
2004-07-30 Paul Eggert(struct dir_attr, flag_path, remove_trailing_slashes,
2004-07-30 Paul Eggert(remember_created): Use bool when appropriate.
2004-07-30 Paul Eggert(remember_created): Use bool when appropriate.
2004-07-30 Paul Eggert(copy_internal, is_ancestor, copy_dir, copy_reg,
2004-07-30 Paul Eggert(struct cp_options): Use bool when appropriate.
2004-07-30 Paul Eggert(hard_LC_COLLATE, only_file_1, only_file_2, both, compa...
2004-07-30 Paul Eggert(cksum, main): Use bool when appropriate.
2004-07-30 Paul Eggert(recurse, force_silent, process_file, process_files...
2004-07-30 Paul EggertUpdate copyright.
2004-07-30 Paul EggertInclude <stdbool.h>.
2004-07-30 Paul Eggertmd5sum, sha1sum integer cleanups.
2004-07-30 Paul Eggert(OPENOPTS, have_read_stdin, status_only, warn,
2004-07-30 Paul EggertDon't include any files other than checksum.h.
2004-07-30 Paul EggertDon't include config.h, sys/types.h, stdio.h: not needed.
2004-07-30 Paul Eggertmd5sum and sha1sum overflow detection.
2004-07-30 Paul EggertFix copyright year.
2004-07-29 Paul EggertUse sizeof, not alignof, in memchr and memrchr.
2004-07-29 Paul Eggert(UNALIGNED_P): Use sizeof, not alignof.
2004-07-29 Paul Eggert(UNALIGNED_P): Use sizeof, not alignof.
2004-07-29 Paul Eggert'int' cleanup for "cat".
2004-07-29 Paul Eggert(exit_status): Remove. Now done by passing a boolean
2004-07-28 Paul Eggertdcgen cleanup.
2004-07-28 Paul EggertRemove comments, trailing white space, and empty
2004-07-28 Paul Eggertchown/chgrp cleanup.
2004-07-28 Paul Eggert(chown_files): Return true/false, not 0/-1, since we...
2004-07-28 Paul EggertInclude inttostr.h.
2004-07-28 Paul Eggert(main): int -> bool when appropriate.
2004-07-28 Paul Eggert(parse_group): Require base 10 when parsing groups...
2004-07-28 Paul Eggertuserspec.c cleanup, e.g. for "chown 010 file".
2004-07-28 Paul EggertInclude <stdbool.h>, "inttostr.h".
2004-07-28 Paul EggertTest for "chown 010 file".
2004-07-28 Paul EggertTest for proper handling of uids like
2004-07-28 Paul EggertRegenerate.
2004-07-28 Paul Eggertmemchr and memrchr portability fixes.
2004-07-28 Paul EggertInclude <stddef.h>, not <stdlib.h> and <sys/types.h>.
2004-07-28 Paul EggertInclude <stddef.h>, not <stdlib.h> and <sys/types.h>.
2004-07-28 Paul Eggertmd5, sha1 cleanups; getugroups change.
2004-07-28 Paul Eggertmd5, sha1 cleanups.
2004-07-28 Paul Eggert(gl_SHA): Require AC_C_BIGENDIAN.
2004-07-28 Paul Eggert(gl_MD5): Do not require AC_C_INLINE, since it doesn't
2004-07-28 Paul EggertDon't include <sys/types.h> or <stdlib.h>; <stddef.h>
2004-07-28 Paul EggertInclude <stdint.h> if HAVE_STDINT_H || _LIBC, not
2004-07-28 Paul EggertInclude <errno.h>.
2004-07-28 Paul EggertRegenerate.
2004-07-28 Paul EggertDon't assume that Perl's getpwd agrees with ours.
2004-07-28 Paul EggertDon't assume that Perl's getpwd agrees with our
2004-07-28 Paul EggertIn src/Makefile.am, don't have 'groups' or 'localedir...
2004-07-28 Paul Eggertthis causes Solaris 8 'make' to refuse to build "groups".
2004-07-28 Paul Eggert* src/remove.c (remove_dir): If we can't save the state...
2004-07-28 Paul Eggert(remove_dir): If we can't save the state of the
2004-07-28 Paul EggertIn src/printf.c, declare strtoimax and strtoumax if...
2004-07-28 Paul Eggert(strtiomax, strtoumax): Declare if not already
2004-07-28 Paul EggertCheck for declaration of strtoumax, for src/printf.c.
2004-07-28 Paul EggertRegenerate.
2004-07-28 Paul EggertGet eaccess from libgen if available; that's where...
2004-07-28 Paul Eggert(cp_LDADD, ginstall_LDADD, mv_LDADD,
2004-07-28 Paul Eggert(gl_PREREQ_EUIDACCESS): Don't bother checking for
2004-07-28 Paul Eggerteuidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, for
2004-07-28 Paul Eggertcycle-check integer overflow fixup.
2004-07-28 Paul EggertRemove now-inaccurate comment about the files
2004-07-28 Paul Eggert(is_zero_or_power_of_two): Renamed from
2004-07-28 Paul EggertDon't assume that we can remove the working directory...
2004-07-27 Paul EggertRegenerate.
2004-07-27 Paul EggertMerged into backupfile.c.
2004-07-27 Paul Eggertbackupfile integer overflow fixups
2004-07-27 Paul Eggertbackupfile integer overflow fixups
2004-07-27 Paul Eggert(do_link): find_backup_file_name no longer returns...
2004-07-27 Paul Eggert(do_copy): find_backup_file_name no longer returns...
2004-07-27 Paul Eggert(copy_internal): find_backup_file_name no longer
2004-07-27 Paul Eggert(gl_BACKUPFILE): AC_REQUIRE
2004-07-27 Paul Eggertbackupfile.c rewrite to avoid arbitrary limits on lengt...
2004-07-27 Paul Eggertbackupfile.h (addext): Remove decl.
2004-07-27 Paul Eggert(libfetish_a_SOURCES): Remove addext.c.
2004-07-26 Paul EggertRegenerate.
2004-07-26 Paul Eggert(GET_NICE_VALUE): Renamed from GET_PRIORITY.
2004-07-26 Paul Eggert(nice invocation): Document the "nice value", and
2004-07-26 Paul EggertDocument portability and POSIX fixes for "nice".
2004-07-26 Paul EggertPortability and POSIX fixes for "nice".
next