summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-14seq: work around floating point inaccuracies on more systemsJim Meyering
2008-04-14doc: fix typoJim Meyering
2008-04-12tests: Accommodate a different errno value on OSF/1 4.0F.Jim Meyering
2008-04-12Avoid link failure when using mkstemp replacement.Jim Meyering
2008-04-12tests: always enable VERBOSE output, now that test framework works betterJim Meyering
2008-04-11doc: avoid "make pdf" failure (due to texi2dvi bug?)Jim Meyering
2008-04-11doc: use a valid texinfo macro nameJim Meyering
2008-04-08tests: accommodate a different errno value on HPUX-10.20Jim Meyering
2008-04-06doc: factor out --files0-from duplicationJim Meyering
2008-04-06* src/c99-to-c89.diff: Adjust remove.c diffs.Jim Meyering
2008-04-06remove.c: accommodate systems with negative errno valuesJim Meyering
2008-04-05Accommodate building on OS/2 (www.ecomstation.com Ecs v2 rc4)Jim Meyering
2008-04-02"touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering
2008-04-02copy.c: remove an in-function #ifdefJim Meyering
2008-04-02HACKING: rename README-contribution-guidelinesJim Meyering
2008-04-01bootstrap: remove dangling *.[ch] symlinks from libJim Meyering
2008-04-01bootstrap: make find's -depth option be the first.Jim Meyering
2008-04-01* bootstrap: Remove dangling symlinks from lib (aka $source_base), too.Jim Meyering
2008-04-01Avoid root-only SELinux-related test failures w/o mcstransd.Jim Meyering
2008-04-01root tests: Set NON_ROOT_USERNAME if not set already.Jim Meyering
2008-04-01texinfo formatting tweaksJim Meyering
2008-04-01printf doc: xref print(3) and libc's "Output Conversion Syntax" nodeJim Meyering
2008-03-31Emit "#line 1" right after the two 'read-only/GENERATED' lines.Jim Meyering
2008-03-31* README-contribution-guidelines: Mention how to amend a commit.Jim Meyering
2008-03-31Begin documenting contribution guidelines.Jim Meyering
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering
2008-03-31* NEWS: Note the dd bug fix. The bug was introduced over 8 years ago:Jim Meyering
2008-03-31dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdoutPaul Eggert
2008-03-29avoid failure of new test on kernel without SELinux supportJim Meyering
2008-03-29tests: accept ENOTSUP message as well as the EINVAL oneJim Meyering
2008-03-29Work around a recent glibc/getopt.c diagnostic change.Jim Meyering
2008-03-28mknod, mkfifo: don't segfault when diagnosing invalid SELinux contextJim Meyering
2008-03-28Fix typo in old NEWS and ChangeLog: s/commmand/command/.Jim Meyering
2008-03-28tests: Factor out code that's going to be reused.Pádraig Brady
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-03-28Perform explicit exit-nonzero if the embedded Perl script fails.Jim Meyering
2008-03-27paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering
2008-03-26* src/join.c (keycmp): Document new parameters.Jim Meyering
2008-03-26Test for mkdir bug fix.Jim Meyering
2008-03-26mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change)Daniel Dunbar
2008-03-25id bug fix: don't point to potentially clobbered static storagePeter Fales
2008-03-25Use new gnulib gnumakefile module.Eric Blake
2008-03-25join bug fix: adapt keycmp to work with new order-checking featureJim Meyering
2008-03-23join.c: syntax/style tweaksJim Meyering
2008-03-22portability: work around a "busybox sed" limitationJim Meyering
2008-03-21* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering
2008-03-21ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering
2008-03-21ptx.c readabilityJim Meyering
2008-03-21Write NEWS and update c99-to-c89 patch for today's rm improvement.Jim Meyering
2008-03-21remove.c: Accommodate systems with negative errno values.Ingo Weinhold