Commit Graph

  • b1fcce32e2 col: exit status 1 on usage Hiltjo Posthuma 2015-03-30 21:49:04 +0200
  • 24c6df3d73 col: buffer 128 lines by default Hiltjo Posthuma 2015-03-30 21:48:26 +0200
  • 398598dbbe paste: fix crash with empty delimiter Hiltjo Posthuma 2015-03-30 21:25:23 +0200
  • d6aff89bbb tail: allow tail -n 0 or tail -0 Hiltjo Posthuma 2015-03-30 21:24:46 +0200
  • d583d12300 du: fix possible division by zero if $BLOCKSIZE is 0 Hiltjo Posthuma 2015-03-30 19:58:06 +0200
  • 27f258dd34 libutil/getlines: style fix Hiltjo Posthuma 2015-03-29 21:55:34 +0200
  • 9f97430143 libutil/getlines: fix crash with no lines Hiltjo Posthuma 2015-03-29 21:48:49 +0200
  • 1e0c3a0ba6 whitespace fixes Hiltjo Posthuma 2015-03-27 22:47:15 +0100
  • 8e486d5282 xargs: minor optimizations Hiltjo Posthuma 2015-03-27 22:45:03 +0100
  • 67ca2428d5 xargs: fix sysconf(_SC_ARG_MAX) Hiltjo Posthuma 2015-03-27 22:43:55 +0100
  • 7ebf02d749 find: fgetc() returns int Hiltjo Posthuma 2015-03-27 17:08:25 +0100
  • a9bedca038 fix some signed/unsigned warnings and style fixes Hiltjo Posthuma 2015-03-27 17:03:44 +0100
  • 57dc7b94b0 POSIX 2013 audit FRIGN 2015-03-27 17:22:48 +0100
  • 06b663234f sed: declare functions and global vars static (some still missing) Hiltjo Posthuma 2015-03-27 16:20:50 +0100
  • 244539e473 sed: style improvements Hiltjo Posthuma 2015-03-27 16:01:55 +0100
  • 0547e72441 sed: show specific error strings (strerror) and minor style fixes Hiltjo Posthuma 2015-03-27 15:59:09 +0100
  • fea0a34e13 grep: use len returned from getline and check fmemopen() Hiltjo Posthuma 2015-03-27 15:54:41 +0100
  • 44298e54e6 comm: minor optimization Hiltjo Posthuma 2015-03-27 15:53:46 +0100
  • 9144d51594 Check getline()-return-values properly FRIGN 2015-03-27 14:49:48 +0100
  • a516338581 nl.1: fix mandoc warning Hiltjo Posthuma 2015-03-27 12:21:28 +0100
  • c5a51123b1 printf: no need to nul-terminate after strndup Hiltjo Posthuma 2015-03-27 12:21:13 +0100
  • 096da1297b Properly handle width and precision in printf(1) FRIGN 2015-03-26 23:00:02 +0100
  • b7886f3e67 change estrlcat back to strlcat Evan Gates 2015-03-24 13:43:04 -0700
  • 8db1632409 Drop maxdigits in expr(1) FRIGN 2015-03-23 22:56:26 +0100
  • f668afa1ff Style fix in expr(1) FRIGN 2015-03-23 22:44:07 +0100
  • 50ecbd43ad Can't use sizeof on malloc'ed array in expr(1) FRIGN 2015-03-23 22:31:36 +0100
  • df8529f0a1 Fix syntax error in sort(1) FRIGN 2015-03-23 20:30:07 +0100
  • 4750b233ce Prepare POSIX 2013 audit FRIGN 2015-03-23 16:22:00 +0100
  • 49e27c1b0c Add -m and -o flags to sort(1) FRIGN 2015-03-22 23:37:37 +0100
  • 71adaed519 Add s-, t-, x-flags to and audit xargs(1) FRIGN 2015-03-22 22:53:12 +0100
  • 521f324319 Audit col(1), add UTF-8-support FRIGN 2015-03-22 21:43:59 +0100
  • a0e5b565a7 nl: Fix leading white-space sin 2015-03-22 19:23:57 +0000
  • b96c9d06c5 Don't indent non-numbered lines in nl(1) FRIGN 2015-03-22 18:30:45 +0100
  • 3ccfa1877d Don't print section-control-lines as empty lines in nl(1) FRIGN 2015-03-22 17:38:22 +0100
  • 377b5499e9 Fix small typo in nl.1 FRIGN 2015-03-22 17:25:11 +0100
  • 587575dcb4 Audit nl(1) FRIGN 2015-03-22 16:29:50 +0100
  • d49f6f2044 Audit expr(1) FRIGN 2015-03-22 14:32:56 +0100
  • 1f0f1dd320 Show usage() when filtermode is given for tar-creation FRIGN 2015-03-21 14:04:49 +0100
  • b6b977f63d Audit tar(1), add DIRFIRST-flag to recurse() FRIGN 2015-03-21 01:03:35 +0100
  • a531865fe5 Audit readlink(1) FRIGN 2015-03-20 22:09:47 +0100
  • e6c20fe367 nl: UTF-8 support and removed the two characters limit for delimiter Quentin Rameau 2015-03-20 18:09:23 +0100
  • b8c9a88371 Reorder variables in seq(1) FRIGN 2015-03-20 16:37:29 +0100
  • 7e7d15b7a5 Audit seq(1) FRIGN 2015-03-20 16:04:23 +0100
  • f3224add37 Update README on feature-list FRIGN 2015-03-20 15:17:18 +0100
  • 58098575e7 Audit cp() in libutil FRIGN 2015-03-19 17:45:30 +0100
  • 756f729172 kill: No need for const int sin 2015-03-19 10:45:58 +0000
  • 9fdef90feb ls: add -f and -S options Quentin Rameau 2015-03-18 19:26:42 +0100
  • 787d99d896 nl: add -d -p -f -h options Quentin Rameau 2015-03-18 17:58:09 +0100
  • 3111908b03 Refactor recurse() again FRIGN 2015-03-19 00:53:42 +0100
  • b3e8b17235 Audit concat() in libutil FRIGN 2015-03-18 22:58:42 +0100
  • a68c2a9e6e Remove apathmax() and implicitly agetcwd() FRIGN 2015-03-18 15:20:35 +0100
  • 833670e06c Add notice on flags put in parentheses in README FRIGN 2015-03-18 01:11:55 +0100
  • 2602681232 ls has explicit UTF-8-support (q-flag) FRIGN 2015-03-18 01:10:47 +0100
  • 74dcd46c70 Update README in regard to ls(1) FRIGN 2015-03-18 01:00:13 +0100
  • 7bacd98b0e Audit wc(1) FRIGN 2015-03-18 00:20:19 +0100
  • 960bccbe9d Remove comma from uuencode.1 FRIGN 2015-03-18 00:18:28 +0100
  • a20a9350db Audit uuencode(1) FRIGN 2015-03-18 00:14:56 +0100
  • 1b71559431 Audit uudecode(1) FRIGN 2015-03-18 00:10:36 +0100
  • 4af8889396 Audit uniq(1) FRIGN 2015-03-17 23:59:09 +0100
  • 5af4cdcd60 Audit unexpand(1) FRIGN 2015-03-17 23:45:03 +0100
  • f6dc69eca3 Audit tr(1) FRIGN 2015-03-17 23:41:22 +0100
  • 95fb7364a8 Audit touch(1) FRIGN 2015-03-17 23:38:09 +0100
  • 99ded174b2 Audit test(1) FRIGN 2015-03-17 23:35:11 +0100
  • 6372a8f227 Audit tail(1) FRIGN 2015-03-17 23:24:43 +0100
  • 3c5d0ce4ca Mark sync(1) as audited FRIGN 2015-03-17 23:07:41 +0100
  • 32b9d76747 Audit strings(1) FRIGN 2015-03-17 23:05:50 +0100
  • 3725d501b3 Audit split(1) FRIGN 2015-03-17 22:59:48 +0100
  • 4d946a274f Audit renice(1) FRIGN 2015-03-17 22:15:09 +0100
  • c7deb4f2b7 Audit printf(1) FRIGN 2015-03-17 21:43:01 +0100
  • 1bc002b44a Audit paste(1) FRIGN 2015-03-17 21:30:12 +0100
  • cf5114a133 untypedef expr, find, test, as is existing style in sbase Evan Gates 2015-03-17 10:59:16 -0700
  • 93fd817536 Add estrlcat() and estrlcpy() FRIGN 2015-03-17 11:24:49 +0100
  • a76d4943b5 Audit mktemp(1) FRIGN 2015-03-17 11:01:33 +0100
  • 683d108387 Audit logname(1) FRIGN 2015-03-17 00:44:18 +0100
  • fbda47b964 Rewrite foldline() in fold(1) FRIGN 2015-03-16 19:26:42 +0100
  • 64da0d1ebc Audit kill(1) FRIGN 2015-03-16 12:37:46 +0100
  • ac01240800 Small style-fix in cat.c FRIGN 2015-03-16 10:36:36 +0100
  • f919f2f2a4 test: Fix -e, -r, -w and -x sin 2015-03-13 23:44:18 +0000
  • 0f60227ea8 Remove judging word from head.1 and tail.1 as well FRIGN 2015-03-13 23:54:13 +0100
  • 942c3613bc Audit fold(1) FRIGN 2015-03-13 23:47:41 +0100
  • 3fa85f0f5e Fix argument parsing in test(1) and chmod(1) FRIGN 2015-03-13 23:43:13 +0100
  • ad6da18ca6 increment pointer by runelen(delim) not 1 Evan Gates 2015-03-12 14:46:30 -0700
  • c82425e128 Three bugfixes in mkdir(1) FRIGN 2015-03-13 12:15:30 +0100
  • b12041365d Audit expand(1) FRIGN 2015-03-13 00:37:37 +0100
  • 9fd4a745f8 Add history and config-struct to recurse FRIGN 2015-03-13 00:25:32 +0100
  • 3b187f4826 Only call recurse() when path points to a directory in du(1) FRIGN 2015-03-12 13:29:12 +0100
  • af61ba738c Refactor recurse() FRIGN 2015-03-12 13:22:37 +0100
  • c4e0080bbf Mark du(1) as audited in README FRIGN 2015-03-11 23:31:26 +0100
  • 01de5df8e6 Audit du(1) and refactor recurse() FRIGN 2015-03-11 23:21:52 +0100
  • 00ca97b279 Mark cut(1) and cron(1) as audited in README FRIGN 2015-03-11 17:33:08 +0100
  • c9de9dd3c2 Audit cut(1) FRIGN 2015-03-11 17:29:18 +0100
  • 011c81b21b Undef reallocarray in util.h before declaration FRIGN 2015-03-11 17:06:52 +0100
  • f1a1b7f994 Mark comm(1) as audited in README FRIGN 2015-03-11 13:47:33 +0100
  • a4587b84f8 Audit comm(1) FRIGN 2015-03-11 13:39:08 +0100
  • 76ea3fdd52 cksum: Report exit status properly sin 2015-03-11 12:32:44 +0000
  • e11717ab3b Print usage() when -l and -s are both given in cmp(1) FRIGN 2015-03-11 13:31:08 +0100
  • 695153ac18 Audit cmp(1) FRIGN 2015-03-11 11:16:40 +0100
  • 833c2aebb4 Remove mallocarray(...) and use reallocarray(NULL, ...) FRIGN 2015-03-11 10:50:18 +0100
  • d6818a3c5f Audit cksum(1) FRIGN 2015-03-11 00:13:48 +0100
  • 3c33abc520 Implement mallocarray() FRIGN 2015-03-10 22:19:19 +0100