Commit Graph

  • 96ccf5172d find: check whether readdir failed, and properly check timestamps Mattias Andrée 2016-03-30 03:04:45 +0200
  • e8a3a3ec37 test: -erwx test against effetive uid/gid, not real Mattias Andrée 2016-03-31 03:03:37 +0200
  • da04e4cc2a pathchk: fixes and cleanup Mattias Andrée 2016-03-30 01:46:25 +0200
  • e3f497e1f6 subtract 'a' from indices for marks Evan Gates 2016-07-15 09:57:50 -0700
  • 3c12b287ec touch: Avoid unnecessary call to stat Michael Forney 2016-07-08 10:24:14 -0700
  • 2e5f1281ed touch: Use special UTIME_NOW and UTIME_OMIT values Michael Forney 2016-07-08 10:24:13 -0700
  • 36a0a6cd92 touch: Remove useless variable Michael Forney 2016-07-08 10:24:12 -0700
  • 0941c9ab2c touch: Respect caller's umask Michael Forney 2016-07-08 10:24:11 -0700
  • a211649cfd ln: Only fail if same inode without -f flag Michael Forney 2016-07-08 10:24:10 -0700
  • 083d1451ac install: Handle -c flag as a no-op Michael Forney 2016-07-08 10:24:09 -0700
  • 49e1854600 od: Don't advance past end of type string Michael Forney 2016-07-08 10:24:08 -0700
  • 5ae2793da6 od: Add some missing type flags Michael Forney 2016-07-08 10:24:07 -0700
  • 8ca79a2993 linecmp: Handle NUL bytes properly Michael Forney 2016-05-14 18:56:55 -0700
  • a944b682a6 sort: Fix line comparison when col buffer contains data from longer line Michael Forney 2016-05-14 18:56:54 -0700
  • d827fcace2 ls: Simplify some logic Michael Forney 2016-05-14 18:56:53 -0700
  • ea03da0bda ls: Don't show directory name with single directory operand Michael Forney 2016-05-14 18:56:52 -0700
  • e8e9b97baf Revert "ls: only display directory headers when more than one directory is specified" Michael Forney 2016-05-14 18:56:51 -0700
  • b91b9e79ec Revert "Fix showing directories when -R flag is set in ls(1)" Michael Forney 2016-05-14 18:56:50 -0700
  • 229d7cc89a printf: support escaping '%' with '%%'. See printf(1p) EXAMPLES section. pranomostro 2016-06-25 19:11:09 +0200
  • 11d8e91042 tee: Make sure we continue on error sin 2016-06-23 19:37:23 +0100
  • 0ba879cdba grep: Fix -v output and exit status Michael Forney 2016-05-13 23:34:52 -0700
  • e6b3af07cf grep: Fix exit status with -F when last line doesn't match Michael Forney 2016-05-13 23:34:51 -0700
  • 8636c956d9 grep: Reverse some if-else logic Michael Forney 2016-05-13 23:34:50 -0700
  • c7ea20a9cb Update Kurt H. Maier's E-Mail address FRIGN 2016-04-21 22:22:13 +0200
  • afc944d9b8 Remove locale-cancer from grep(1) FRIGN 2016-04-21 22:20:40 +0200
  • 727f795e94 grep: fix UTF-8 support Mattias Andrée 2016-03-30 18:58:26 +0200
  • 7250fb6968 printenv: exit status is 2 on failure Mattias Andrée 2016-03-30 01:16:27 +0200
  • dfc94e0221 ls: fix segfault when timestamp is out of range for struct tm Mattias Andrée 2016-03-27 14:49:45 +0200
  • 33c5c71e01 Update test.1: Mattias Andrée 2016-03-28 23:26:43 +0200
  • 8d96afd4fb touch: make invalid date an error and fix uninitialised value Hiltjo Posthuma 2016-04-15 20:44:32 +0200
  • d89cd48118 test: Sort includes sin 2016-03-26 14:12:53 +0000
  • 4093341657 test: Remove unused variable sin 2016-03-26 08:17:06 +0000
  • 35a114acd5 test: add support for big integers Mattias Andrée 2016-03-25 00:18:03 +0100
  • 1ea414e300 test: add -k, -ef, -ot, and -nt Mattias Andrée 2016-03-25 00:18:02 +0100
  • 44a6d65832 *sum: support - when using -c Mattias Andrée 2016-03-23 19:12:28 +0100
  • 75611997f9 sort: Fix -c option Michael Forney 2016-03-12 11:46:31 -0800
  • d4f7ecd334 uniq: always store previous line length Eivind Uggedal 2016-03-11 15:06:18 +0000
  • 515525997c Fix linecmp() to return correct values FRIGN 2016-03-10 20:12:56 +0100
  • 0b87cd4c61 Properly use delimlen instead of len in paste(1) FRIGN 2016-03-10 13:31:05 +0100
  • 7fd88bdc6f xargs(1) already supports NUL characters FRIGN 2016-03-10 07:05:36 +0100
  • 5b7df455f8 Change paste(1) a bit to prepare libutf changes FRIGN 2016-03-10 07:02:38 +0100
  • e537186ba4 Support NUL containing lines in uniq(1) FRIGN 2016-03-10 07:02:04 +0100
  • b58884312c Support NUL containing lines in nl(1) and reuse the line-buffer(!) FRIGN 2016-03-10 05:40:34 +0100
  • c25996924b Support NUL containing lines in join(1) FRIGN 2016-03-09 15:56:59 +0100
  • d7741c7725 Support NUL containing lines in fold(1) and reuse the line-buffer(!) FRIGN 2016-03-09 12:38:44 +0100
  • dc5190eab1 logger(1) is NUL compliant FRIGN 2016-03-07 22:00:27 +0100
  • 00b579566a Use the UTF8_POINT macro in cols(1) FRIGN 2016-03-07 20:56:15 +0100
  • cc3aefa488 Support NUL containing lines in cut(1) FRIGN 2016-03-07 12:34:41 +0100
  • 5ad71a466b Error out when giving an empty delimiter to sort(1) FRIGN 2016-03-07 11:18:30 +0100
  • 3debc5e064 Add linecmp() FRIGN 2016-03-07 11:00:47 +0100
  • 698a14b1da Indent README headings properly FRIGN 2016-03-07 10:50:29 +0100
  • 45b42516d4 Support NUL containing lines in head(1) FRIGN 2016-03-07 10:48:17 +0100
  • 886fca3fd6 Support NUL containing lines in tail(1) FRIGN 2016-03-07 10:20:40 +0100
  • 0fa5a3e5bb Rename struct linebufline to struct line and add linecmp() FRIGN 2016-03-07 02:04:29 +0100
  • 54d3f3b3a5 Rename linecmp and line-structs in join(1) and sort(1) FRIGN 2016-03-07 01:58:31 +0100
  • d585d4b028 No need for += when res is 0 anyway FRIGN 2016-03-07 01:43:26 +0100
  • eebba22577 Support NUL containing lines in comm(1) FRIGN 2016-03-07 01:42:01 +0100
  • 691c54750f Don't mark cols(1) as NUL-compliant as of yet FRIGN 2016-03-07 00:52:47 +0100
  • 9d120b7b32 Actually move past the field separator FRIGN 2016-03-07 00:20:24 +0100
  • 0e25f09b56 Remove debug info FRIGN 2016-03-06 22:33:17 +0100
  • 19c0ca9830 Properly increment line lenght on edge-case in getlines() FRIGN 2016-02-29 15:45:16 +0100
  • eb9bda8787 Support NUL-containing lines in sort(1) FRIGN 2016-02-29 00:47:10 +0100
  • e4810f1cdb Support NUL-containing lines in cols(1) FRIGN 2016-02-29 00:45:53 +0100
  • 2d7d2261a0 Really force 1 entry per line with -1 in ls(1) FRIGN 2016-03-02 11:28:18 +0100
  • 97ce9ea586 Fix -s in tr(1) FRIGN 2016-03-02 10:08:24 +0100
  • ea0d16e928 Revert "fix length after '\' getline string termination" sin 2016-03-01 15:23:23 +0000
  • fa18379a05 uuencode: style: just use pointer *b Hiltjo Posthuma 2016-03-01 12:43:51 +0100
  • a51b01ff90 uudecode: dont return pointer to local variable Hiltjo Posthuma 2016-03-01 12:43:06 +0100
  • d04402b6ea cat: fix u flag Quentin Rameau 2016-03-01 11:04:11 +0100
  • 3da450e203 printf: replace strtonum with strtol functions in conversions Quentin Rameau 2016-02-29 17:34:34 +0100
  • 243cdb6669 printf: remove unnecessary string size test Quentin Rameau 2016-02-29 15:35:13 +0100
  • b83916ca27 Add symbol to mark NUL handling in each tool (and where it is missing) FRIGN 2016-02-26 00:36:53 +0100
  • a88906b423 Rever the strmem() addition and add a TODO element FRIGN 2016-02-25 22:59:35 +0100
  • 3396088666 Implement strmem() and use it in join(1) FRIGN 2016-02-25 21:44:46 +0100
  • e8eeb19fcd fix length after '\' getline string termination Hiltjo Posthuma 2016-02-25 21:42:36 +0100
  • 58257275f0 tsort.1: use mandoc literal block for example Hiltjo Posthuma 2016-02-25 20:44:15 +0100
  • 9a2b8d3531 tsort style fixes sin 2016-02-24 15:56:39 +0000
  • 102baab4c4 Use en* instead of e* function family in tsort(1) FRIGN 2016-02-24 16:26:29 +0100
  • 50b30bbd69 Remove wtf FRIGN 2016-02-24 16:11:46 +0100
  • 79e8e330cb Fix wc(1) output for large files FRIGN 2016-02-24 15:40:50 +0100
  • a392cd475e add sha512-224sum (SHA512/224) and sha512-256sum (SHA512/256) Mattias Andrée 2016-02-24 11:36:59 +0100
  • ae1da536bb add sha224sum and sha384sum Mattias Andrée 2016-02-24 10:05:31 +0100
  • 6adb9b8ccd Fix compilation error FRIGN 2016-02-20 21:54:12 +0100
  • 0d97bd3f57 Change the note in printf.1 on octal escapes FRIGN 2016-02-20 21:51:05 +0100
  • 70adb1252d Do a range check on the resulting octal FRIGN 2016-02-20 21:50:21 +0100
  • bbe10559e6 Remove the octal note in printf.1 FRIGN 2016-02-20 21:46:52 +0100
  • 41a600e1b8 Allow \0ooo octal escapes FRIGN 2016-02-20 21:40:11 +0100
  • bbacab561c arg.h: fixed argv checks order Lucas Gabriel Vuotto 2016-02-19 15:59:49 -0300
  • ee8701d501 ls: check for the index size before using it in visit() Quentin Rameau 2016-02-18 15:16:25 +0100
  • 1024369f2d ls: make the opendir() warning message more consistent Quentin Rameau 2016-02-18 12:48:10 +0100
  • ac05587385 ls: set a return error code when skipping an already visited path. Quentin Rameau 2016-02-18 12:46:48 +0100
  • 340b163563 ls: do not exit when a directory isn't accessible Quentin Rameau 2016-02-18 12:06:21 +0100
  • 764efb7e54 Add missing .El to xinstall.1 sin 2016-02-18 10:54:17 +0000
  • bd88854850 install: treat target as file by default instead of dir Quentin Rameau 2016-02-18 11:35:22 +0100
  • bb83eade39 Fix showing directories when -R flag is set in ls(1) pekka.jylha.ollila@gmail.com 2016-02-17 20:56:39 +0200
  • b97839751b install: only create parent dirs to dest given -D Eivind Uggedal 2016-02-16 22:05:49 +0000
  • 4f701bcd8a tsort: clean up Mattias Andrée 2016-02-17 09:45:07 +0100
  • 1f6f1a8f4b Forgot to bump date for sort(1) manpage sin 2016-02-17 08:42:46 +0000
  • 65159194fb Mark sort(1) as POSIX compliant sin 2016-02-17 08:38:27 +0000
  • 1e81e214d6 tsort: Minor style fix sin 2016-02-17 08:27:41 +0000