]> git.ipfire.org Git - thirdparty/coreutils.git/shortlog
thirdparty/coreutils.git
2007-12-01  Jim MeyeringChange release procedure: tag *before* running e.g...
2007-12-01  Jim Meyering* Makefile.maint (vc-tag-check): Correct check for...
2007-12-01  Jim MeyeringDefer NEWS and ChangeLog checks until after the version...
2007-12-01  Jim Meyering* NEWS: Mention some of the SELinux changes.
2007-12-01  Jim MeyeringTODO: Add entries (documentation needed); remove the...
2007-12-01  Jim MeyeringAdd "extern" keyword to declaration of cp_options_default.
2007-12-01  Jim MeyeringChange comments: say bug present up to coreutils-6...
2007-12-01  Paul EggertAdd a test for cp -p and existing file permissions.
2007-12-01  Paul EggertFix a security race with "cp -p A B" when B already...
2007-11-30  Jim MeyeringAvoid a spurious test failure when build directory...
2007-11-30  Jim MeyeringBe extra careful to quote $abs_top_builddir-derived...
2007-11-30  Jim MeyeringInclude test name in the "unsafe working directory...
2007-11-30  Ralf WildenhuesAdd quotes to protect against white space in build...
2007-11-30  Ralf WildenhuesDefine `tst', for CU_TEST_NAME.
2007-11-30  Ralf Wildenhues* tests/CuTmpdir.pm (END): Do not do the cleanup if...
2007-11-29  Paul EggertClose a file descriptor leak when cp --preserve=context...
2007-11-28  Jim MeyeringREADME: Document the known problem with gettext <=...
2007-11-28  Paul Eggert* gl/modules/randread (Depends-on): Remove nonexistent...
2007-11-27  Jim MeyeringDon't block use of 'cat' or 'wc' in "make check".
2007-11-27  Jim MeyeringFix md5sum+sha*sum on sparc: regenerate files with...
2007-11-26  Jim Meyeringsetuidgid.c: more cleanup
2007-11-25  Jim MeyeringDocument install's -D option.
2007-11-25  Jim Meyeringsetuidgid: Update --help output.
2007-11-24  Jim MeyeringTweak new test.
2007-11-24  Jim Meyeringsetuidgid: minor clean-up.
2007-11-24  Jim Meyeringsetuidgid.c: Normalize leading white space: no more...
2007-11-24  Lasse CollinTest the new feature: cp -p preserves the GID whenever...
2007-11-24  Lasse Collinsetuidgid: accept numeric UID, and new option -g GID...
2007-11-24  Lasse Collin"cp -p" tries to preserve GID even if preserving the...
2007-11-23  Jim Meyering* src/runcon.c (main): Remove unused parameter, "envp".
2007-11-23  Jim MeyeringAdd tests to show new class of strings accepted by...
2007-11-22  Jim MeyeringQuiet warnings about unused parameters.
2007-11-22  Jim Meyering* GNUmakefile: Correct the "rerunning..." diagnostic.
2007-11-22  Jim MeyeringMake it easier to diagnose PATH-induced "make distcheck...
2007-11-21  Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-11-21  Jim MeyeringFix Pádraig's name in ChangeLog.
2007-11-21  Pádraig BradyImprove the descriptions of the split command options.
2007-11-21  Jim Meyering* src/c99-to-c89.diff: Adjust seq.c offsets.
2007-11-21  Paul Eggert* src/seq.c (print_numbers): Rewrite in an attempt...
2007-11-18  Jim Meyering* src/c99-to-c89.diff: Adjust seq.c offsets.
2007-11-18  Jim MeyeringRemove unused parameter in remove.c.
2007-11-18  Jim Meyeringbootstrap: work also with 4-argument variant of AC_INIT...
2007-11-17  Jim MeyeringCorrect preceding patch.
2007-11-17  Jim Meyering"seq .1 .1" would mistakenly generate no output on...
2007-11-16  Paul EggertPort tests/rmdir/ignore away from GNU/Linux.
2007-11-16  Jim MeyeringAvoid an obscure new "make distcheck" failure.
2007-11-16  Paul EggertPort readlink-fp-loop to Solaris.
2007-11-16  Jim MeyeringPort to Solaris 'make' and use a Posixish shell on...
2007-11-16  Paul EggertPort to Solaris 8 perl, which does not support "use...
2007-11-15  Andreas Schwab* m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix...
2007-11-15  Jim MeyeringAvoid misbehavior of a cross-device "mv" or "install".
2007-11-14  Jim MeyeringAnother bootstrap kludge.
2007-11-14  Jim Meyeringsrc/install.c (setdefaultfilecon): Stub-out the entire...
2007-11-14  Jim Meyering#ifdef-out matchpathcon-related code, for now.
2007-11-14  Jim MeyeringUse gnulib's stpncpy module, now required by install.c
2007-11-14  Jim MeyeringEnable gnulib-tool's --with-tests option.
2007-11-12  Benno SchulenbergLikewise for description of cp -a in doc/coreutils...
2007-11-12  Benno SchulenbergClarify description of cp's -a option.
2007-11-10  Jim Meyeringbootstrap: fix typo to enable use of $gnulib_tool_optio...
2007-11-10  Jim Meyeringinstall+SELinux: reduce a 12x performance hit to ~1.5x
2007-11-08  Jim MeyeringAdapt to gnulib's s/jm_/gl_/ cache variable renaming.
2007-11-05  Jim MeyeringFix bootstrap failure to handle files like lib/uniwidth...
2007-11-05  Jim Meyering* src/c99-to-c89.diff: Adjust offsets.
2007-11-05  Jim MeyeringDon't use GNU-sed-specific \< \> operators here, either.
2007-11-05  Jim MeyeringUse tighter regexps when performing name substitution.
2007-11-05  Jim MeyeringDon't use GNU-sed-specific \< \> operators.
2007-11-05  Jim MeyeringGet git-version-gen from gnulib. v6.9.89
2007-11-03  Jim Meyeringgit-version-gen: Sync from autoconf's version.
2007-11-03  Jim MeyeringSync copyright and scriptversion bits from gnulib.
2007-11-03  Jim MeyeringChange the first '-' to '.' in the snapshot version...
2007-11-03  Jim Meyeringseq: add another test for the %% bug
2007-11-03  Paul EggertFix bug with "seq 10.8 0.1 10.95", plus another bug...
2007-11-01  Jim Meyeringtests/misc/printf-surprise: Correct sed transform.
2007-11-01  Jim MeyeringAdd example inspired by "make dist" running gzip and...
2007-11-01  Jim MeyeringSay that the first process substitution example is...
2007-11-01  Jim MeyeringUse mktemp, not mkdtemp, to create test directories.
2007-11-01  Jim MeyeringAdjust a seq subtest not to depend on the vagaries...
2007-11-01  Jim MeyeringMake the new printf-surprise test more precise.
2007-11-01  Jim MeyeringAccommodate FreeBSD 6.1 hard-link-to-symlink differences.
2007-10-31  Jim MeyeringFix a "make distcheck" failure.
2007-10-31  Jim Meyering* bootstrap.conf (gnulib_modules): Add xprintf-posix.
2007-10-30  Jim MeyeringAvoid seq floating-point test failure on FreeBSD 6.1.
2007-10-29  Jim MeyeringChange a "make dist" diagnostic.
2007-10-29  Bob ProulxImprove color terminal escape usage.
2007-10-29  Jim MeyeringDon't try to colorize a dumb terminal.
2007-10-29  Jim MeyeringRemove gnulib's printf-posix module, for now.
2007-10-29  Jim MeyeringRemove spurious semicolon after "else".
2007-10-29  Jim MeyeringAttribute suggestion for last change.
2007-10-29  Jim MeyeringIf $TERM is empty, don't use colors. This helps the...
2007-10-29  Jim MeyeringAlways initialize terminal colorization string variables.
2007-10-29  Jim MeyeringAvoid test failure in non-srcdir build vs. the git...
2007-10-28  Jim MeyeringDefine ENOTSUP, not ENOSYS. Needed on OpenBSD 3.9.
2007-10-28  Jim MeyeringDefine ENODATA, for FreeBSD 5.0 and 6.1.
2007-10-28  Jim MeyeringRun autoreconf, not just autoconf, to avoid warnings.
2007-10-28  Jim MeyeringRequire gnulib's printf-posix module, to support Interix.
2007-10-28  Jim MeyeringHelp xgettext recognize more printf-style format strings.
2007-10-27  Jim MeyeringAdjust format string so msgfmt doesn't object.
2007-10-27  Jim MeyeringClean up tests/Makefile.am.
2007-10-27  Jim Meyering* build-aux/check.mk: Merge with latest from Akim.
2007-10-27  Jim MeyeringAdd a test for the printf fix of 2007-10-21.
next