aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tidying up license filesHEADmasterTom Ryder2016-07-011-5/+5
* Remove varnames from func protosTom Ryder2016-05-271-4/+4
* Use implicit NULL testsTom Ryder2016-05-274-6/+6
* Simplify types for sort funcTom Ryder2016-03-191-1/+1
* Remove trailing empty lineTom Ryder2016-03-189-9/+0
* Add hostname(1) implementationTom Ryder2016-03-184-2/+28
* Wrote whoami(1)Tom Ryder2016-03-174-2/+30
* Use sizeof rather than constantTom Ryder2016-03-171-1/+1
* Handle path being too longTom Ryder2016-03-172-2/+8
* Handle dependences properlyTom Ryder2016-03-171-0/+9
* Quick and utterly wrong pwd(1) implementationTom Ryder2016-03-174-2/+20
* Free memory in ls(1) tooTom Ryder2016-03-171-0/+5
* Move ls includes into a headerTom Ryder2016-03-172-5/+11
* Free some memory; appease valgrind(1)Tom Ryder2016-03-172-0/+14
* Both tools working nowTom Ryder2016-03-171-2/+0
* Dynamic allocation of linesTom Ryder2016-03-172-27/+78
* Got line vector working properlyTom Ryder2016-03-171-11/+14
* Correct licenseTom Ryder2016-03-171-1/+1
* Add READMETom Ryder2016-03-171-0/+14
* Add sort source (builds but segfaults atm)Tom Ryder2016-03-171-0/+40
* Add sort to targets and ignoresTom Ryder2016-03-172-2/+3
* Ignore built lsTom Ryder2016-03-161-0/+1
* Some basic ls(1) error checkingTom Ryder2016-03-161-1/+9
* ls(1) accepts one argumentTom Ryder2016-03-162-3/+21
* Fix a couple of bugs clang foundTom Ryder2016-03-161-2/+2
* ls(1) works, doesn't even sort yet thoughTom Ryder2016-03-161-0/+19