Commit Graph

  • e34bcca3e3 join: remove argv0, it is in arg.h Hiltjo Posthuma 2015-04-27 16:28:37 +0200
  • 58cb564bbd add which Hiltjo Posthuma 2015-04-27 16:24:43 +0200
  • 5595af5742 Convert humansize() to accept a size_t instead of a double FRIGN 2015-04-25 00:27:20 +0200
  • 9016d288f1 Do not use arg.h for tools which take no flags FRIGN 2015-04-24 23:54:17 +0200
  • e73f58937d du: staticize du Hiltjo Posthuma 2015-04-24 16:42:48 +0200
  • 5a52154a47 tar: Fix remove(3)-error-message FRIGN 2015-04-23 20:46:41 +0200
  • fbd39af1fa tar: Minor style fixes sin 2015-04-23 17:45:35 +0100
  • ac694e6c4a tar: Add routine to test if the tar archive is "legit" sin 2015-04-23 16:31:02 +0100
  • 74f680948e tar: Rename field to better match spec sin 2015-04-23 16:14:09 +0100
  • 624bf64ac5 tar: Use more conventional name for iterator sin 2015-04-23 15:43:30 +0100
  • 76eb6bdf42 tar: Match type like everywhere else sin 2015-04-23 15:31:26 +0100
  • d1e19e972a tar: No need to zero-fill variables with global storage sin 2015-04-23 15:29:37 +0100
  • ab267a87eb tar: Use raw I/O instead of standard file streams sin 2015-04-23 15:20:10 +0100
  • fb1595a69c tar: Use remove() instead of unlink() so we can work on directories too sin 2015-04-23 14:05:43 +0100
  • 3419f94d83 tar: Staticise symbols sin 2015-04-23 12:38:32 +0100
  • ce4a10abe7 tar: Apply mtime at the end otherwise it gets reverted sin 2015-04-23 12:34:37 +0100
  • aab2e273bd tar: Add skipblk() and simplify code sin 2015-04-23 12:06:44 +0100
  • 201e71be2b tar: Skip over git's global pax header crap sin 2015-04-23 00:04:55 +0100
  • 7a0d9fb3ea tar: Skip over data before processing the next entry sin 2015-04-22 23:22:07 +0100
  • 2fc73e410c xargs: Don't print trailing spaces when -t is set sin 2015-04-21 17:59:08 +0100
  • 10b57e8a3d Actually print <space> to stream in putword() too sin 2015-04-21 17:48:47 +0100
  • c914a2feca Update putword() to accept a FILE * sin 2015-04-21 17:40:57 +0100
  • 504855ff96 expr: Don't interpret any arguments sin 2015-04-21 17:08:14 +0100
  • 0925bf95ac tar: Cast to proper type, no functional change sin 2015-04-21 16:19:41 +0100
  • 22c0ae67a4 tar: Don't error out if we can't pull pw/gr entries sin 2015-04-21 16:18:08 +0100
  • e6c532a47a tar: Briefly update manpage and usage for the latest changes sin 2015-04-21 15:35:05 +0100
  • 258d0793ac tar: Allow extracting only a given list of files sin 2015-04-21 15:29:22 +0100
  • fde9e29d05 tar: Don't assume that name, linkname and prefix are null-terminated sin 2015-04-21 15:05:51 +0100
  • f1261b57d9 Add support to tar multiple files in a single run sin 2015-04-21 14:30:11 +0100
  • 542f645bc2 Convert chown() failure to a warning in tar(1) sin 2015-04-21 09:15:13 +0100
  • ce145a39a7 expr: fix, first parse then enfshut Hiltjo Posthuma 2015-04-20 23:28:21 +0200
  • 7be2449aa9 tr(1): Show an error when classes and non-classes are mixed FRIGN 2015-04-20 21:38:46 +0200
  • bfcf46ac5e tr: fix "isdigit" check Hiltjo Posthuma 2015-04-20 21:17:53 +0200
  • b9d60bee87 Move mkdirp() to libutil sin 2015-04-20 18:02:11 +0100
  • 31af8555a7 Add LICENSE header to fshut.c sin 2015-04-20 18:01:27 +0100
  • 6e30efb9bb Fix mkdir -p with a leading / sin 2015-04-20 17:39:50 +0100
  • 9c03736696 tar: error if strdup fails (estrdup) Hiltjo Posthuma 2015-04-20 18:32:15 +0200
  • 71eeb21feb Use strtol() instead of strtoul() in tar(1) sin 2015-04-20 16:33:24 +0100
  • 97905f6991 Fix tar(1) handling of archives with improper internal order sin 2015-04-20 16:31:51 +0100
  • 3ef6d4e4c9 Fix tar(1) handling of <space> terminated fields sin 2015-04-20 16:29:21 +0100
  • d6885987e5 Fix mkdir -p and allow -m to be specified along with -p sin 2015-04-20 16:12:36 +0100
  • 684b6fe8f2 Enable -lrt by default sin 2015-04-20 11:43:59 +0100
  • d412dad470 Simplify condition in wc(1) sin 2015-04-20 11:26:05 +0100
  • cd0b771cbb Add join(1) Wolfgang Corcoran-Mathe 2015-04-20 11:23:20 +0100
  • f83d7bc647 Add SILENT flag to recurse() FRIGN 2015-04-19 14:00:47 +0200
  • 7b2465c101 Add maxdepth to recurse() FRIGN 2015-04-18 22:04:49 +0200
  • e14d9412f8 Properly handle recursion in recurse() FRIGN 2015-04-18 21:24:17 +0200
  • e2edbdcb87 sed: use reallocarray (non-issue) Hiltjo Posthuma 2015-04-17 18:48:11 +0200
  • 1dbb848037 intptr_t is an optional type, use intmax_t Evan Gates 2015-04-14 08:40:31 -0700
  • ea819714c2 Don't close stdin early in sed(1) sin 2015-04-09 15:31:41 +0100
  • dd395693d4 sed: remove unused strnacpy() Hiltjo Posthuma 2015-04-07 19:08:53 +0200
  • 403b047a30 sort: allow keys where start_col > end_col Jakob Kramer 2015-04-05 21:36:04 +0200
  • 061932a31b sort: allow 0 as key's end_char Jakob Kramer 2015-04-05 20:33:07 +0200
  • bddb7200b8 sort: apply -b only to "custom" keys Jakob Kramer 2015-04-05 20:31:28 +0200
  • 2d9d224a1b sort: add support for delimiter strings Jakob Kramer 2015-02-01 21:00:37 +0100
  • ada69106b7 du: Reset size counter for each file read Dionysis Grigoropoulos 2015-04-06 00:49:00 +0300
  • d8e829a88d Solve little output issue in du(1) FRIGN 2015-04-05 23:28:49 +0200
  • bb2c0cff45 Fix function definition style for fshut.c sin 2015-04-05 09:16:17 +0100
  • 343923b1cc Add Dionysis Grigoropoulos alias erethon to LICENSE FRIGN 2015-04-05 10:14:46 +0200
  • feb77a3b8d wc: Print number of bytes by default Dionysis Grigoropoulos 2015-04-05 01:57:30 +0300
  • 3eee8e1509 Remove DEBUG-define for eprintf.c FRIGN 2015-04-05 00:34:58 +0200
  • 0c470f5563 Remove fflush-check from fshut() FRIGN 2015-04-05 00:04:58 +0200
  • 28c5d560fb Fix small issue in nl(1) FRIGN 2015-04-04 23:09:06 +0200
  • 11e2d472bf Add *fshut() functions to properly flush file streams FRIGN 2015-04-04 21:25:17 +0200
  • 11d59a78c8 Makefile: missing sbase-box-install in PHONY Ypnose 2015-04-04 00:06:47 +0200
  • ef08e52e9b Revert "Add command(1) to TODO" sin 2015-04-03 19:36:43 +0100
  • 2ef65fe317 Add command(1) to TODO sin 2015-04-03 16:54:46 +0100
  • ccf0fbcd7b Fix usage for printf(1) sin 2015-04-03 10:41:38 +0100
  • 9611e92303 Do not interpret -- in echo(1) sin 2015-04-03 10:29:11 +0100
  • bbd2b4d243 wc: Show line/char/word count even if it's zero Dionysis Grigoropoulos 2015-04-01 03:15:17 +0300
  • bf90e85f18 col: dont allow col -l 0 Hiltjo Posthuma 2015-03-30 21:49:33 +0200
  • 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