summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 6.11.v6.11Jim Meyering2008-04-191-1/+1
* * maint.mk (writable-files): Fix syntax error.Jim Meyering2008-04-191-1/+1
* * doc/.gitignore: Add texinfo-related outputs.Jim Meyering2008-04-191-0/+15
* * THANKS: Update my address, correct encoding for a name.Sven Joachim2008-04-191-2/+2
* pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering2008-04-193-2/+25
* * src/dircolors.hin: Add .flv. Move .svgz to "image formats".Mike Frysinger2008-04-191-1/+2
* md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering2008-04-193-2/+20
* tests: accommodate built-in mknod more cleanly stillMatthew Woehlke2008-04-161-2/+2
* tests: accommodate built-in mknod more cleanlyJim Meyering2008-04-161-8/+4
* mknod --help: note that this command may be a shell built-inJim Meyering2008-04-161-0/+1
* avoid "may be used uninitialized" warning from newer gccJim Meyering2008-04-161-1/+1
* tests: add a comment explaining the potential failureJim Meyering2008-04-161-0/+4
* tests: avoid mkdir/selinux failure when mknod is a shell built-inJim Meyering2008-04-161-1/+7
* md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering2008-04-154-9/+19
* tests: don't fail on systems without a "stat" syscallJim Meyering2008-04-144-6/+9
* tests: accommodate a different errno string on Irix 6.5Jim Meyering2008-04-141-0/+1
* seq: work around floating point inaccuracies on more systemsJim Meyering2008-04-142-9/+19
* doc: fix typoJim Meyering2008-04-141-1/+1
* tests: Accommodate a different errno value on OSF/1 4.0F.Jim Meyering2008-04-121-1/+2
* Avoid link failure when using mkstemp replacement.Jim Meyering2008-04-121-1/+2
* tests: always enable VERBOSE output, now that test framework works betterJim Meyering2008-04-122-0/+5
* doc: avoid "make pdf" failure (due to texi2dvi bug?)Jim Meyering2008-04-111-1/+3
* doc: use a valid texinfo macro nameJim Meyering2008-04-111-3/+4
* tests: accommodate a different errno value on HPUX-10.20Jim Meyering2008-04-081-1/+3
* doc: factor out --files0-from duplicationJim Meyering2008-04-061-24/+14
* * src/c99-to-c89.diff: Adjust remove.c diffs.Jim Meyering2008-04-061-6/+22
* remove.c: accommodate systems with negative errno valuesJim Meyering2008-04-062-13/+26
* Accommodate building on OS/2 (www.ecomstation.com Ecs v2 rc4)Jim Meyering2008-04-052-1/+2
* "touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering2008-04-024-1/+49
* copy.c: remove an in-function #ifdefJim Meyering2008-04-021-2/+10
* HACKING: rename README-contribution-guidelinesJim Meyering2008-04-021-0/+3
* bootstrap: remove dangling *.[ch] symlinks from libJim Meyering2008-04-011-3/+4
* bootstrap: make find's -depth option be the first.Jim Meyering2008-04-011-1/+1
* * bootstrap: Remove dangling symlinks from lib (aka $source_base), too.Jim Meyering2008-04-011-1/+3
* Avoid root-only SELinux-related test failures w/o mcstransd.Jim Meyering2008-04-012-13/+18
* root tests: Set NON_ROOT_USERNAME if not set already.Jim Meyering2008-04-011-1/+6
* texinfo formatting tweaksJim Meyering2008-04-011-6/+7
* printf doc: xref print(3) and libc's "Output Conversion Syntax" nodeJim Meyering2008-04-012-8/+13
* Emit "#line 1" right after the two 'read-only/GENERATED' lines.Jim Meyering2008-03-311-0/+1
* * README-contribution-guidelines: Mention how to amend a commit.Jim Meyering2008-03-311-0/+12
* Begin documenting contribution guidelines.Jim Meyering2008-03-311-0/+299
* "rm -r DIR" would mistakenly prompt about very long namesJim Meyering2008-03-314-3/+59
* * NEWS: Note the dd bug fix. The bug was introduced over 8 years ago:Jim Meyering2008-03-311-0/+3
* dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdoutPaul Eggert2008-03-312-5/+10
* avoid failure of new test on kernel without SELinux supportJim Meyering2008-03-291-2/+5
* tests: accept ENOTSUP message as well as the EINVAL oneJim Meyering2008-03-291-20/+13
* Work around a recent glibc/getopt.c diagnostic change.Jim Meyering2008-03-291-0/+1
* mknod, mkfifo: don't segfault when diagnosing invalid SELinux contextJim Meyering2008-03-284-4/+20
* Fix typo in old NEWS and ChangeLog: s/commmand/command/.Jim Meyering2008-03-282-2/+2
* tests: Factor out code that's going to be reused.Pádraig Brady2008-03-282-7/+13