summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-09remove doubled "in"Jim Meyering
2006-07-09fix typo: remove doubled "each"Jim Meyering
2006-07-08New file, test for 2006-07-05 fix in copy.c.Jim Meyering
2006-07-08* regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.Jim Meyering
2006-07-08* link-follow.m4: Remove one of two adjacent "whether"s in a comment.Jim Meyering
2006-07-08Remove one of two adjacent "your"s in a comment.Jim Meyering
2006-07-08Remove one of two adjacent "can"s in a comment.Jim Meyering
2006-07-08(getndelim2): Remove doubled "after" in comment.Jim Meyering
2006-07-08* tests/Coreutils.pm: Remove one of two adjacent "then"s in a comment.Jim Meyering
2006-07-08* Makefile.maint (sc_the_the): New rule.Jim Meyering
2006-07-08* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.Jim Meyering
2006-07-08* coreutils.texi (Squeezing): Separate doubled "the", so typo-checkersJim Meyering
don't complain.
2006-07-08* Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency.Jim Meyering
2006-07-08* coreutils.texi: Fix some typos. Use `zeros' consistently (bothJim Meyering
`zeros' and `zeroes' are correct).
2006-07-07* NEWS: Mention that mv can now remove an empty destination directory,Jim Meyering
and give an example. Prompted by a report from Florent Bayle.
2006-07-05* src/ls.c (usage): Correct the description of -G: it is usefulJim Meyering
only in a long listing. Reported by Martin Pool in <https://launchpad.net/distros/ubuntu/+source/coreutils/+bug/51653>.
2006-07-05* man/chmod.x: Correct the description of the sticky bit. ReportedJim Meyering
by Chris Moore via Ian Jackson in <http://bugs.debian.org/376745>.
2006-07-05* src/copy.c (copy_internal): Don't work around old NFS clients likeJim Meyering
SunOS-4.1.4 and Irix 5.3 that set errno to values like EIO and ENOTEMPTY upon failed rename. Otherwise, we risk misinterpreting a banal failure as a recursive move-into-self failure. Reported by Florent Bayle in <http://bugs.debian.org/376749>.
2006-07-05.Jim Meyering
2006-07-05Regenerate, to remove fuzz.Jim Meyering
2006-07-04Really add wcwidth.h.Jim Meyering
2006-07-04*** empty log message ***Jim Meyering
2006-07-04*** empty log message ***Jim Meyering
2006-07-04Really add wcwidth.m4.Jim Meyering
2006-07-04Sync from gnulib.Paul Eggert
2006-07-04Sync from gnulib. Also:Paul Eggert
(gt_FUNC_SETENV): Undo private change that added an AC_LIBSOURCES line here, since Bruno didn't buy it back. Instead, update ../lib/Makefile.am to mention the files explicitly.
2006-07-04(gl_PREREQ): Require gl_FUNC_WCWIDTH, to accommodatePaul Eggert
sync from gnulib.
2006-07-04(libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h,Paul Eggert
to accommodate sync from gnulib.
2006-07-04Include <sys/types.h> after @FULL_PATH_STDINT_H@, forPaul Eggert
MacOS X 10.4.6. Don't mention <sys/int_types.h>.
2006-07-03Plug another unusual leak.Jim Meyering
(AD_mark_helper): Free malloc'd filename if hash_insert says that string is already in the hash table.
2006-07-03* cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if thisJim Meyering
macro is used before the first cycle_check call.
2006-07-03The dev/inode of the topmost directory in each hierarchy were notJim Meyering
being recorded. * src/remove.c (remove_cwd_entries): Don't call cycle_check here. (AD_push): Call it from here instead.
2006-07-03Fix two small leaks.Jim Meyering
* src/remove.c (AD_stack_clear): New function. (rm_1): Use it. (AD_pop_and_chdir): Free *prev_dir just before longjmp.
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-07-03.Jim Meyering
2006-07-03* tests/envvar-check (vars): Add CDPATH and POSIXLY_CORRECT.Jim Meyering
* tests/Makefile.am (evar-check): Remove rule. (EXTRA_DIST): Remove .env-warn. * tests/.env-warn: Remove file. No longer used. Suggestion from Eric Blake.
2006-07-03*** empty log message ***Jim Meyering
2006-07-03(gl_FUNC_FTRUNCATE): Adjust diagnostic to recommendJim Meyering
./configure SKIP_FTRUNCATE_CHECK=yes, rather than env ... ./configure. Suggestion from Ralf Wildenhues.
2006-07-02(intmax_t, uintmax_t): Prefer long to long long ifPaul Eggert
both are 64 bits.
2006-07-02(gl_STDINT_H): Use more-mnemonic identifiers forPaul Eggert
test cases, so that config.log is a bit easier to follow.
2006-07-02*** empty log message ***Jim Meyering
2006-07-02New file, from gnulib. Required by stdint.m4.Jim Meyering
2006-07-02Include <stdint.h> unconditionally, since wePaul Eggert
now assume the stdint module.
2006-07-02Sync stdint module from gnulib.Paul Eggert
2006-07-01With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert
only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
2006-07-01(f-pipe-1): Renamed from f-1.Paul Eggert
(test_vector): Set POSIXLY_CORRECT for the f-pipe-* tests.
2006-07-01(main): With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert
only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
2006-07-01(tail invocation): With no operand, 'tail -f' nowPaul Eggert
silently ignores the '-f' only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.
2006-07-01* src/ln.c (do_link): Use new, shorter URL, for ag-review link.Jim Meyering
2006-07-01Add ^lib/xstrtold\.c$, so make distcheck passes once again.Jim Meyering