Commit Graph

  • 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
  • b44d4d8edd Add tsort(1) Mattias Andrée 2016-02-17 01:17:33 +0100
  • fad1d35357 Add -d, -f and -i flags to sort(1) pekka.jylha.ollila@gmail.com 2016-02-16 02:42:25 +0200
  • ae52820891 tar: make remove(3) non-fatal when extracting Eivind Uggedal 2016-02-15 14:00:00 +0000
  • e13f571d11 tar: support -f - for stdin/out Eivind Uggedal 2016-02-15 09:48:32 +0000
  • b107489bf2 ls: only display directory headers when more than one directory is specified tty0 2016-02-15 09:56:11 +0000
  • d9c85a2d79 Makefile: add sbase-box-uninstall rule Mattias Andrée 2016-02-15 09:47:16 +0000
  • 6ca2a046f8 Fix uninstall target sin 2016-02-15 09:44:27 +0000
  • 835020b4bf Add Eivind Uggedal to LICENSE sin 2016-02-15 09:42:30 +0000
  • 3c2f8b0cfa tar: don't change modes for hardlinks on extraction Eivind Uggedal 2016-02-15 08:03:17 +0000
  • 2f128ab050 install: bsd make compatibility Eivind Uggedal 2016-02-15 09:44:35 +0100
  • db952ed18c New command with corresponding man page. Includes the flags: Mattias Andrée 2016-02-12 14:33:09 +0100
  • 038dffaa50 fix problems in sed izabera 2016-02-14 13:43:53 +0100
  • 60ef169a18 Makefile: uninstall [ command in the uninstall rule Mattias Andrée 2016-02-12 09:45:03 +0100
  • 73c8dfafe9 Fix pathchk manpage regarding exit status sin 2016-02-11 10:04:54 +0000
  • efabd56535 Minor cleanup for pathchk(1) sin 2016-02-11 10:00:00 +0000
  • b445614f70 Add pathchk(1) Mattias Andrée 2016-02-03 20:12:26 +0100
  • cfc37be486 Do not try to rematch patterns with ^ or $ Roberto E. Vargas Caballero 2016-01-23 09:11:33 +0100
  • 0d955d3f23 grep: Change match any pattern to "^" sin 2016-01-20 17:26:47 +0000
  • 0e9eee4fa3 Revert "If we have a match any pattern also match against blank lines" sin 2016-01-20 15:05:01 +0000
  • cf868c8eeb Stop matching when lastmatch points to '\n' Roberto E. Vargas Caballero 2016-01-07 12:34:40 +0100
  • 0b117ab6c0 Fix pattern substitution Roberto E. Vargas Caballero 2016-01-07 11:44:49 +0100
  • 54ad6d512b Fix rematch() Roberto E. Vargas Caballero 2016-01-07 11:37:56 +0100
  • 78fd6ff239 Handle explicitly the case of line 0 Roberto E. Vargas Caballero 2016-01-06 22:04:29 +0100
  • 0fb1c6fd60 ed: Remove useless newlines sin 2016-01-08 10:27:07 +0000
  • eeeb7a6e53 grep: make E and F flags mutually exclusive Quentin Rameau 2016-01-05 14:52:46 +0100
  • 16159a61ac ed: Use snprintf() for constructing the scratch filename sin 2016-01-02 10:32:44 +0000
  • 3300d5d47a ed: Use strlcpy/strlcat to construct the scratch filename sin 2016-01-02 09:44:06 +0000
  • 36e2bdf517 ed: Use TMPDIR to locate the temporal file Roberto E. Vargas Caballero 2016-01-01 18:25:58 +0100
  • cf0a0fc940 ed: Fix error introduced in b19d708 Roberto E. Vargas Caballero 2016-01-01 17:40:34 +0100