Age | Commit message (Expand) | Author |
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering |
2007-08-16 | Consolidate od tests. | Jim Meyering |
2007-08-16 | * tests/ls/time-1: Include sample-test boilerplate code. | Jim Meyering |
2007-08-15 | od --skip (-j) works even on files in /proc, when the kernel lies | Jim Meyering |
2007-08-15 | * src/printf.c (usage): Adjust summary to also mention OPTIONs. | Jim Meyering |
2007-08-14 | Add tests for the just-fixed "od -j N FILE" bug. | Jim Meyering |
2007-08-14 | od: fix a bug that arises when skipping exact length of file | Jim Meyering |
2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert |
2007-08-05 | Encapsulate a static variable. | Jim Meyering |
2007-08-04 | Exercise xstrtol's diagnostics via pr's --pages option. | Jim Meyering |
2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert |
2007-08-02 | Adjust one more test to accommodate the recent fts change. | Jim Meyering |
2007-08-02 | Adjust the other two "no-x" tests and unify all three. | Jim Meyering |
2007-08-02 | Adapt du's no-x test not to fail on older Linux systems. | Jim Meyering |
2007-07-31 | du: print size (probably incomplete) of each inaccessible directory | Jim Meyering |
2007-07-31 | Add a test for du not counting size of inaccessible directories. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering |
2007-07-26 | sort: Improve sort --random-sort test. | Bob Proulx |
2007-07-24 | sort: add a test to exercise the affected code. | Jim Meyering |
2007-07-24 | sort: avoid unaligned access. | Paul Eggert |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-23 | * COPYING: Update to Version 3. | Jim Meyering |
2007-07-23 | Update c99/c89 patch for new, copyright-change-induced offsets. | Jim Meyering |
2007-07-22 | Arrange to rerun configure whenever src/Makefile.am changes. | Jim Meyering |
2007-07-21 | * bootstrap (slurp): Work even in environments where "ls" defaults | Paul Eggert |
2007-07-20 | Document and add a test for today's sort bug fix. | Jim Meyering |
2007-07-20 | * src/sort.c (main): Don't free a pointer to non-malloc'd memory. | Andreas Schwab |
2007-07-19 | Fix a portability bug in the new ls-color test. | Jim Meyering |
2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering |
2007-07-17 | ChangeLog: Mention the correct function name in the 2007-07-08 bootstrap | Jim Meyering |
2007-07-15 | ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has... | Jim Meyering |
2007-07-14 | Remove long-deprecated options. | Jim Meyering |
2007-07-14 | Change interface: make 2nd param _space_-separated, not comma-separated | Jim Meyering |
2007-07-14 | * m4/include-exclude-prog.m4 (gl_REMOVE_PROG): Fix typo: s/$2/$1/. | Karel Zak |
2007-07-13 | Warn about non-portable use of unescaped backslash at end of string, | Jim Meyering |
2007-07-13 | Use proper backslash-quoting inside backticks. | Jim Meyering |
2007-07-12 | Expand default-no-install prog list in ./configure --help output, | Jim Meyering |
2007-07-12 | Clean up include-exclude-prog.m4. | Jim Meyering |
2007-07-11 | If there's a GPL vN copyright comment, require that N == 3. | Jim Meyering |
2007-07-10 | Skip "arch" test if it's not built. | Jim Meyering |
2007-07-10 | Add support for enabling/disabling installation of specified programs. | Jim Meyering |
2007-07-10 | New program: arch | Karel Zak |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-07-09 | Compensate for new c99'isms in seq.c. | Jim Meyering |
2007-07-09 | Fix the automatic number width formatting in seq. | P@draigBrady.com |
2007-07-08 | Run the coreutils-specific code only if tests/Makefile.am.in exists. | Jim Meyering |
2007-07-08 | Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*. | Jim Meyering |
2007-07-08 | THANKS: Add Pádraig Brady. | Jim Meyering |
2007-07-08 | Adapt to deeper hierarchy in gnulib. | Jim Meyering |
2007-07-08 | Use <wchar.h>, not "wcwidth.h". | Jim Meyering |