Age | Commit message (Expand) | Author |
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 | NEWS: Move the other "sort" entry from the 6.9 section into 6.10 "Bug fixes". | Jim Meyering |
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-15 | * coreutils.texi: Revise node structure per new fdl.texi. | 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 | Remove .gdb-history. | Jim Meyering |
2007-07-08 | Add to .cvsignore and .gitignore files. | 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 |
2007-07-07 | Fix typo in comment. | Jim Meyering |
2007-07-06 | setuidgid: set all groups, not just the primary one; mgetgroups: new module | Jim Meyering |
2007-07-05 | * bootstrap: Merge in changes from gnulib. | Jim Meyering |
2007-07-05 | * src/id.c: Include "getugroups.h" rather than declaring manually. | Jim Meyering |
2007-07-04 | Add Paul's ChangeLog for previous patch. | Jim Meyering |
2007-07-04 | pr -F no longer suppresses the footer or the first two blank header lines | Paul Eggert |
2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering |
2007-06-23 | seq no longer mishandles cases like "seq 0 0.000001 0.000003", | Paul Eggert |
2007-06-22 | Add test cases for seq off-by-one problem. | Pádraig Brady |
2007-06-22 | * src/stat.c (long_options): Add a FIXME comment to help ensure | Jim Meyering |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert |
2007-06-18 | Use mreadlink_with_size (doesn't exit), not xreadlink_with_size. | Jim Meyering |