1. e3f497e subtract 'a' from indices for marks by Evan Gates · 8 years ago
  2. 3c12b28 touch: Avoid unnecessary call to stat by Michael Forney · 8 years ago
  3. 2e5f128 touch: Use special UTIME_NOW and UTIME_OMIT values by Michael Forney · 8 years ago
  4. 36a0a6c touch: Remove useless variable by Michael Forney · 8 years ago
  5. 0941c9a touch: Respect caller's umask by Michael Forney · 8 years ago
  6. a211649 ln: Only fail if same inode without -f flag by Michael Forney · 8 years ago
  7. 083d145 install: Handle -c flag as a no-op by Michael Forney · 8 years ago
  8. 49e1854 od: Don't advance past end of type string by Michael Forney · 8 years ago
  9. 5ae2793 od: Add some missing type flags by Michael Forney · 8 years ago
  10. 8ca79a2 linecmp: Handle NUL bytes properly by Michael Forney · 8 years ago
  11. a944b68 sort: Fix line comparison when col buffer contains data from longer line by Michael Forney · 8 years ago
  12. d827fca ls: Simplify some logic by Michael Forney · 8 years ago
  13. ea03da0 ls: Don't show directory name with single directory operand by Michael Forney · 8 years ago
  14. e8e9b97 Revert "ls: only display directory headers when more than one directory is specified" by Michael Forney · 8 years ago
  15. b91b9e7 Revert "Fix showing directories when -R flag is set in ls(1)" by Michael Forney · 8 years ago
  16. 229d7cc printf: support escaping '%' with '%%'. See printf(1p) EXAMPLES section. by pranomostro · 8 years ago
  17. 11d8e91 tee: Make sure we continue on error by sin · 8 years ago
  18. 0ba879c grep: Fix -v output and exit status by Michael Forney · 8 years ago
  19. e6b3af0 grep: Fix exit status with -F when last line doesn't match by Michael Forney · 8 years ago
  20. 8636c95 grep: Reverse some if-else logic by Michael Forney · 8 years ago
  21. c7ea20a Update Kurt H. Maier's E-Mail address by FRIGN · 8 years ago
  22. afc944d Remove locale-cancer from grep(1) by FRIGN · 8 years ago
  23. 727f795 grep: fix UTF-8 support by Mattias Andrée · 8 years ago
  24. 7250fb6 printenv: exit status is 2 on failure by Mattias Andrée · 8 years ago
  25. dfc94e0 ls: fix segfault when timestamp is out of range for struct tm by Mattias Andrée · 8 years ago
  26. 33c5c71 Update test.1: by Mattias Andrée · 8 years ago
  27. 8d96afd touch: make invalid date an error and fix uninitialised value by Hiltjo Posthuma · 8 years ago
  28. d89cd48 test: Sort includes by sin · 8 years ago
  29. 4093341 test: Remove unused variable by sin · 8 years ago
  30. 35a114a test: add support for big integers by Mattias Andrée · 8 years ago
  31. 1ea414e test: add -k, -ef, -ot, and -nt by Mattias Andrée · 8 years ago
  32. 44a6d65 *sum: support - when using -c by Mattias Andrée · 8 years ago
  33. 7561199 sort: Fix -c option by Michael Forney · 8 years ago
  34. d4f7ecd uniq: always store previous line length by Eivind Uggedal · 8 years ago
  35. 5155259 Fix linecmp() to return correct values by FRIGN · 8 years ago
  36. 0b87cd4 Properly use delimlen instead of len in paste(1) by FRIGN · 8 years ago
  37. 7fd88bd xargs(1) already supports NUL characters by FRIGN · 8 years ago
  38. 5b7df45 Change paste(1) a bit to prepare libutf changes by FRIGN · 8 years ago
  39. e537186 Support NUL containing lines in uniq(1) by FRIGN · 8 years ago
  40. b588843 Support NUL containing lines in nl(1) and reuse the line-buffer(!) by FRIGN · 8 years ago
  41. c259969 Support NUL containing lines in join(1) by FRIGN · 8 years ago
  42. d7741c7 Support NUL containing lines in fold(1) and reuse the line-buffer(!) by FRIGN · 8 years ago
  43. dc5190e logger(1) is NUL compliant by FRIGN · 8 years ago
  44. 00b5795 Use the UTF8_POINT macro in cols(1) by FRIGN · 8 years ago
  45. cc3aefa Support NUL containing lines in cut(1) by FRIGN · 8 years ago
  46. 5ad71a4 Error out when giving an empty delimiter to sort(1) by FRIGN · 8 years ago
  47. 3debc5e Add linecmp() by FRIGN · 8 years ago
  48. 698a14b Indent README headings properly by FRIGN · 8 years ago
  49. 45b4251 Support NUL containing lines in head(1) by FRIGN · 8 years ago
  50. 886fca3 Support NUL containing lines in tail(1) by FRIGN · 8 years ago
  51. 0fa5a3e Rename struct linebufline to struct line and add linecmp() by FRIGN · 8 years ago
  52. 54d3f3b Rename linecmp and line-structs in join(1) and sort(1) by FRIGN · 8 years ago
  53. d585d4b No need for += when res is 0 anyway by FRIGN · 8 years ago
  54. eebba22 Support NUL containing lines in comm(1) by FRIGN · 8 years ago
  55. 691c547 Don't mark cols(1) as NUL-compliant as of yet by FRIGN · 8 years ago
  56. 9d120b7 Actually move past the field separator by FRIGN · 8 years ago
  57. 0e25f09 Remove debug info by FRIGN · 8 years ago
  58. 19c0ca9 Properly increment line lenght on edge-case in getlines() by FRIGN · 8 years ago
  59. eb9bda8 Support NUL-containing lines in sort(1) by FRIGN · 8 years ago
  60. e4810f1 Support NUL-containing lines in cols(1) by FRIGN · 8 years ago
  61. 2d7d226 Really force 1 entry per line with -1 in ls(1) by FRIGN · 8 years ago
  62. 97ce9ea Fix -s in tr(1) by FRIGN · 8 years ago
  63. ea0d16e Revert "fix length after '\' getline string termination" by sin · 8 years ago
  64. fa18379 uuencode: style: just use pointer *b by Hiltjo Posthuma · 8 years ago
  65. a51b01f uudecode: dont return pointer to local variable by Hiltjo Posthuma · 8 years ago
  66. d04402b cat: fix u flag by Quentin Rameau · 8 years ago
  67. 3da450e printf: replace strtonum with strtol functions in conversions by Quentin Rameau · 8 years ago
  68. 243cdb6 printf: remove unnecessary string size test by Quentin Rameau · 8 years ago
  69. b83916c Add symbol to mark NUL handling in each tool (and where it is missing) by FRIGN · 8 years ago
  70. a88906b Rever the strmem() addition and add a TODO element by FRIGN · 8 years ago
  71. 3396088 Implement strmem() and use it in join(1) by FRIGN · 8 years ago
  72. e8eeb19 fix length after '\' getline string termination by Hiltjo Posthuma · 8 years ago
  73. 5825727 tsort.1: use mandoc literal block for example by Hiltjo Posthuma · 8 years ago
  74. 9a2b8d3 tsort style fixes by sin · 8 years ago
  75. 102baab Use en* instead of e* function family in tsort(1) by FRIGN · 8 years ago
  76. 50b30bb Remove wtf by FRIGN · 8 years ago
  77. 79e8e33 Fix wc(1) output for large files by FRIGN · 8 years ago
  78. a392cd4 add sha512-224sum (SHA512/224) and sha512-256sum (SHA512/256) by Mattias Andrée · 8 years ago
  79. ae1da53 add sha224sum and sha384sum by Mattias Andrée · 8 years ago
  80. 6adb9b8 Fix compilation error by FRIGN · 8 years ago
  81. 0d97bd3 Change the note in printf.1 on octal escapes by FRIGN · 8 years ago
  82. 70adb12 Do a range check on the resulting octal by FRIGN · 8 years ago
  83. bbe1055 Remove the octal note in printf.1 by FRIGN · 8 years ago
  84. 41a600e Allow \0ooo octal escapes by FRIGN · 8 years ago
  85. bbacab5 arg.h: fixed argv checks order by Lucas Gabriel Vuotto · 8 years ago
  86. ee8701d ls: check for the index size before using it in visit() by Quentin Rameau · 8 years ago
  87. 1024369 ls: make the opendir() warning message more consistent by Quentin Rameau · 8 years ago
  88. ac05587 ls: set a return error code when skipping an already visited path. by Quentin Rameau · 8 years ago
  89. 340b163 ls: do not exit when a directory isn't accessible by Quentin Rameau · 8 years ago
  90. 764efb7 Add missing .El to xinstall.1 by sin · 8 years ago
  91. bd88854 install: treat target as file by default instead of dir by Quentin Rameau · 8 years ago
  92. bb83ead Fix showing directories when -R flag is set in ls(1) by pekka.jylha.ollila@gmail.com · 8 years ago
  93. b978397 install: only create parent dirs to dest given -D by Eivind Uggedal · 8 years ago
  94. 4f701bc tsort: clean up by Mattias Andrée · 8 years ago
  95. 1f6f1a8 Forgot to bump date for sort(1) manpage by sin · 8 years ago
  96. 6515919 Mark sort(1) as POSIX compliant by sin · 8 years ago
  97. 1e81e21 tsort: Minor style fix by sin · 8 years ago
  98. b44d4d8 Add tsort(1) by Mattias Andrée · 8 years ago
  99. fad1d35 Add -d, -f and -i flags to sort(1) by pekka.jylha.ollila@gmail.com · 8 years ago
  100. ae52820 tar: make remove(3) non-fatal when extracting by Eivind Uggedal · 8 years ago