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