summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2 daysAdd readlinkHEADmasterstateless3-0/+81
3 daysEliminating the getopt disgrace.Christoph Lohmann28-475/+723
4 daysVarious fixes, add renice command.Lorenzo Cogotti6-23/+245
4 daysSeq has been implemented.Christoph Lohmann1-2/+0
4 daysAdding who, chroot, env and split.Christoph Lohmann10-4/+410
9 daysAdding the new C files too.Christoph Lohmann7-0/+264
2013-05-30Adding some utilities.Christoph Lohmann9-14/+131
2013-05-29Fixing the ARG macros and adding nice.Christoph Lohmann3-22/+58
2013-05-04Fixing whitespaces.Christoph Lohmann1-33/+34
2013-05-04Added POSIX paste(1) command implementation.Lorenzo Cogotti4-2/+354
2013-03-11s/getopt/ARGBEGIN/ and -r bug fix cpFederico G. Benavento1-12/+10
2013-03-11s/getopt/ARGBEGIN/ wcFederico G. Benavento1-28/+29
2013-03-10pathconf(".", _PC_PATH_MAX) doesn't work from nfs mounted filesystems on BSD ...Federico G. Benavento1-1/+1
2013-03-05Style inquistion for util and some tools.Christoph Lohmann15-32/+100
2013-03-05The style inquisition on basename.Christoph Lohmann2-6/+10
2012-06-09seq: remove unused fflagConnor Lane Smith1-2/+1
2012-06-09seq: set ff=unix (?!)Connor Lane Smith1-158/+158
2012-06-09grep: fix ARGC()Connor Lane Smith1-2/+1
2012-05-31grep: ARGBEGINConnor Lane Smith1-30/+37
2012-05-31cat: ARGBEGINConnor Lane Smith1-7/+11
2012-05-25rm: update manpageConnor Lane Smith1-2/+1
2012-05-25rm: removing empty dirs is okayConnor Lane Smith1-8/+2
2012-05-25chmod, chown: remove redundant flagConnor Lane Smith4-11/+9
2012-05-25fold: clarify utf8 behaviour in manpageConnor Lane Smith1-4/+4
2012-05-22Add missing file (util/getlines.c)Robert Ransom1-0/+22
2012-05-22grep: Remove trailing newline before trying to match RERobert Ransom1-2/+5
2012-05-21uniq: WTFMRobert Ransom1-0/+39
2012-05-21uniq: Lobotomize for POSIX-subset compatibilityRobert Ransom2-4/+3
2012-05-21uniq: Initial commitRobert Ransom2-1/+98
2012-05-21I'm probably a sbase copyright holder nowRobert Ransom1-0/+1
2012-05-21mc: WTFMRobert Ransom1-0/+36
2012-05-21mc: Initial commitRobert Ransom2-0/+84
2012-05-21Makefile: Correct list of .o files depending on text.hRobert Ransom1-1/+1
2012-05-21sort: Librarify getlines()Robert Ransom3-24/+9
2012-05-21sort: Expand linebuf.lines by more than one pointer-size at a timeRobert Ransom1-2/+3
2012-05-21sort: Move lines and nlines globals into a structRobert Ransom1-13/+19
2012-05-20sort: Return 2 on usage errorRobert Ransom1-1/+1
2012-05-20nl: Return 2 on usage errorRobert Ransom1-1/+1
2012-05-20util/estrtol: Also check for out-of-range values using errnoRobert Ransom1-1/+3
2012-05-16Make Makefile possibly POSIX-conformantRobert Ransom1-0/+3
2012-05-15test: eprintf in usageConnor Lane Smith1-3/+2
2012-05-15revert to per-cmd usage()Connor Lane Smith7-33/+38
2012-05-14cksum: ARGBEGIN, no bufferingConnor Lane Smith1-20/+30
2012-05-14new ARGBEGIN & usage() functionConnor Lane Smith11-139/+117
2012-05-14test: more efficient -e flagConnor Lane Smith1-10/+10
2012-05-12grep: better regerror messageConnor Lane Smith1-1/+1
2012-05-12grep: check regcomp succeedsConnor Lane Smith1-2/+7
2012-05-10seq: some cleanupConnor Lane Smith4-148/+122
2012-04-23Add -u option to date (POSIX and Plan 9, and useful)Robert Ransom2-3/+13
2012-04-23Testing before rage. Suffix is fixed in basename.Christoph Lohmann1-3/+3