4d38f60685Eliminating the getopt disgrace.
Christoph Lohmann
2013-06-14 20:20:47 +02:00
75c97de593Various fixes, add renice command.
Lorenzo Cogotti
2013-06-11 20:33:52 +02:00
c3b771d682Seq has been implemented.
Christoph Lohmann
2013-06-14 18:56:22 +02:00
9df408f8c6Adding who, chroot, env and split.
Christoph Lohmann
2013-06-14 18:55:25 +02:00
b0898c605dAdding the new C files too.
Christoph Lohmann
2013-06-09 15:20:55 +02:00
2c162042b1Adding some utilities.
Christoph Lohmann
2013-05-30 21:29:56 +02:00
c9aac796c8Fixing the ARG macros and adding nice.
Christoph Lohmann
2013-05-29 20:52:39 +02:00
f648c7fa71Fixing whitespaces.
Christoph Lohmann
2013-05-04 07:49:51 +02:00
c451683c3fAdded POSIX paste(1) command implementation.
Lorenzo Cogotti
2013-04-29 18:54:36 +02:00
e509d56baes/getopt/ARGBEGIN/ and -r bug fix cp
Federico G. Benavento
2013-03-10 21:59:22 -03:00
5c7b7e3fa8s/getopt/ARGBEGIN/ wc
Federico G. Benavento
2013-03-10 21:12:10 -03:00
ae3423e366pathconf(".", _PC_PATH_MAX) doesn't work from nfs mounted filesystems on BSD systems, use "/" instead.
Federico G. Benavento
2013-03-10 17:48:17 -03:00
f8dc6883a3Style inquistion for util and some tools.
Christoph Lohmann
2013-03-05 21:46:48 +01:00
52d39e35c2The style inquisition on basename.
Christoph Lohmann
2013-03-05 21:35:55 +01:00
284e9f723dseq: remove unused fflag
Connor Lane Smith
2012-06-09 18:53:39 +01:00
ec6924a56eseq: set ff=unix (?!)
Connor Lane Smith
2012-06-09 18:53:05 +01:00
c68bba6867grep: fix ARGC()
Connor Lane Smith
2012-06-09 18:49:02 +01:00
c2c5ea9c60grep: ARGBEGIN
Connor Lane Smith
2012-05-31 19:38:25 +01:00
171ef71c74cat: ARGBEGIN
Connor Lane Smith
2012-05-31 19:38:18 +01:00
79e2f3ec19rm: update manpage
Connor Lane Smith
2012-05-25 21:56:00 +01:00
196e81c5fbrm: removing empty dirs is okay
Connor Lane Smith
2012-05-25 21:55:31 +01:00
20d526391dchmod, chown: remove redundant flag
Connor Lane Smith
2012-05-25 21:52:01 +01:00
95ea9d4a00fold: clarify utf8 behaviour in manpage
Connor Lane Smith
2012-05-25 21:51:24 +01:00
9ea0be3f07Add missing file (util/getlines.c)
Robert Ransom
2012-05-22 11:05:07 +00:00
e6238dda31grep: Remove trailing newline before trying to match RE
Robert Ransom
2012-05-22 00:05:03 +00:00
8ed28e50e4uniq: WTFM
Robert Ransom
2012-05-21 23:46:22 +00:00
a16f603b20uniq: Lobotomize for POSIX-subset compatibility
Robert Ransom
2012-05-21 23:33:36 +00:00
85efaad43buniq: Initial commit
Robert Ransom
2012-05-21 23:24:28 +00:00
85b84675f1I'm probably a sbase copyright holder now
Robert Ransom
2012-05-21 22:17:54 +00:00
05f24a6764mc: WTFM
Robert Ransom
2012-05-21 22:16:46 +00:00
19e8c45158mc: Initial commit
Robert Ransom
2012-05-21 22:05:09 +00:00
a6308d52beMakefile: Correct list of .o files depending on text.h
Robert Ransom
2012-05-21 21:12:11 +00:00
07b702d9a1sort: Librarify getlines()
Robert Ransom
2012-05-21 21:09:38 +00:00
6a86755feesort: Expand linebuf.lines by more than one pointer-size at a time
Robert Ransom
2012-05-21 20:27:03 +00:00
e9d6735a9dsort: Move lines and nlines globals into a struct
Robert Ransom
2012-05-21 20:09:44 +00:00
7565af0e31sort: Return 2 on usage error
Robert Ransom
2012-05-20 14:38:52 +00:00
c0f60a6f3dnl: Return 2 on usage error
Robert Ransom
2012-05-20 12:57:58 +00:00
572dcc2b83util/estrtol: Also check for out-of-range values using errno
Robert Ransom
2012-05-20 12:51:18 +00:00
c77ea0210bMake Makefile possibly POSIX-conformant
Robert Ransom
2012-05-16 12:14:02 +00:00
7c121e189etest: eprintf in usage
Connor Lane Smith
2012-05-15 13:34:32 +01:00
fcb8821246revert to per-cmd usage()
Connor Lane Smith
2012-05-15 13:32:56 +01:00
f3188246d8cksum: ARGBEGIN, no buffering
Connor Lane Smith
2012-05-14 21:30:02 +01:00
146cca114enew ARGBEGIN & usage() function
Connor Lane Smith
2012-05-14 21:28:41 +01:00
f1259218f2test: more efficient -e flag
Connor Lane Smith
2012-05-14 13:33:07 +01:00
1360f568bbgrep: better regerror message
Connor Lane Smith
2012-05-12 18:01:27 +01:00
cd73d1b330grep: check regcomp succeeds
Connor Lane Smith
2012-05-12 17:54:36 +01:00
6e0f5c1409seq: some cleanup
Connor Lane Smith
2012-05-10 19:20:16 +01:00
c018f86fc7Add -u option to date (POSIX and Plan 9, and useful)
Robert Ransom
2012-04-23 08:32:24 -07:00
3863ccdf98Testing before rage. Suffix is fixed in basename.
Christoph Lohmann
2012-04-23 16:34:34 +02:00