summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 6.5.v6.5COREUTILS-6_5Jim Meyering2006-11-193-2/+8
* "ln --backup f f" now produces a sensible diagnosticJim Meyering2006-11-182-0/+3
* "ln --backup f f" produces a misleading diagnostic:Jim Meyering2006-11-184-7/+76
* * bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.Paul Eggert2006-11-169-7/+24
* * tests/tail-2/append-only: If chattr +a fails, exit 77 (to tellJim Meyering2006-11-162-2/+8
* change log date to be today'sJim Meyering2006-11-161-1/+1
* Arrange to install manpages only for tools that are installed.Ralf Wildenhues2006-11-162-9/+19
* * src/csplit.c (load_buffer): Plug an inconsequential leak.Jim Meyering2006-11-162-0/+4
* Help valgrind see that there is no leak in dd.c.Jim Meyering2006-11-162-5/+11
* * .x-po-check: Exclude gl/ files. Otherwise, po-check wouldJim Meyering2006-11-152-0/+6
* * gl/m4/root-dev-ino.m4: Now that this is part of a real "module",Jim Meyering2006-11-142-2/+5
* Adapt to new version of gnulib-tool.Jim Meyering2006-11-146-1/+38
* * readlink-stub.c, lstat-stub.c: Remove now-unused files.Jim Meyering2006-11-143-28/+4
* * src/sort.c (insertkey): Use xmemdup, rather than xmalloc+assignment.Jim Meyering2006-11-132-2/+4
* Plug another technically-unimportant leak in sort.Jim Meyering2006-11-132-6/+14
* * src/sort.c (main): Plug a tiny memory leak.Jim Meyering2006-11-132-1/+8
* More automatically-added ignorables.Jim Meyering2006-11-124-0/+10
* * tests/du/Makefile.am (TESTS): Add inacc-dest.Jim Meyering2006-11-122-0/+2
* * NEWS: Mention this bug fix.Jim Meyering2006-11-122-0/+9
* du would exit early, when encountering an inaccessible directoryJim Meyering2006-11-125-3/+91
* * Makefile.maint (sc_cast_of_x_alloc_return_value): Add an exclusionJim Meyering2006-11-122-1/+5
* Avoid false-positive when testing via valgrind.Jim Meyering2006-11-123-1/+10
* update .cvsignore/.gitignore filesJim Meyering2006-10-304-0/+8
* * Makefile.maint (patch-check): Make it easier to regenerateJim Meyering2006-10-282-0/+6
* * src/c99-to-c89.diff: Update to reflect new offsets in rm.c.Jim Meyering2006-10-282-1/+5
* * coreutils.texi (wc invocation): When giving the order in whichJim Meyering2006-10-282-1/+8
* * src/system.h (ftello): Add a compile-time check for the highlyJim Meyering2006-10-262-9/+8
* Avoid a shell bug in Tru64 4.0 sh's handling of double-quoted strings.Jim Meyering2006-10-2620-42/+71
* Portability to Tru64 V4.0.Jim Meyering2006-10-252-4/+29
* * src/cat.c (infile): Add "const" to declaration.Jim Meyering2006-10-2514-29/+45
* * tests/sample-test: Update copyright year list to include onlyJim Meyering2006-10-252-1/+6
* * src/c99-to-c89.diff: Update to reflect new offsets.Jim Meyering2006-10-252-7/+9
* new feature: rm accepts new option: --one-file-systemJim Meyering2006-10-2525-20/+189
* Don't let a failure in one test stop "make -k".Jim Meyering2006-10-242-4/+16
* * Makefile.maint (alpha beta major): Use a better log message.Jim Meyering2006-10-232-1/+8
* * tests/misc/pwd-long: Whoops. Don't exec the perl script. Otherwise, the s...Jim Meyering2006-10-232-1/+3
* * tests/misc/pwd-long: Undo last change, since it made Perl invokeJim Meyering2006-10-232-3/+20
* * NEWS: Add a line for 6.5-cvs.Jim Meyering2006-10-233-1/+9
* .Jim Meyering2006-10-221-1/+1
* Remove -cvs suffix here, too.v6.4COREUTILS-6_4Jim Meyering2006-10-221-1/+1
* add snprintf-related files to .gitignoreJim Meyering2006-10-222-0/+3
* Version 6.4.Jim Meyering2006-10-223-2/+7
* * Makefile.maint: Complete the adaptation to function with a workingJim Meyering2006-10-222-19/+33
* * tests/chmod/c-option: Double-quote instances of `$abs_srcdir'.Jim Meyering2006-10-225-7/+12
* * tests/sample-test: Quote variables containing absolute buildJim Meyering2006-10-22214-508/+726
* ignore po/*.po; sort .gitignore filesJim Meyering2006-10-223-2/+4
* * NEWS: (cp --backup fix): Fix a typo.Jim Meyering2006-10-222-1/+3
* * .gitignore: Remove some references to files in subdirectories.Jim Meyering2006-10-218-117/+720
* * src/copy.c (copy_internal): Add a comment saying why we preferJim Meyering2006-10-212-0/+6
* Enable an fts optimization (call lstat only for directories,Jim Meyering2006-10-202-2/+17