aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH 05/57] Remove further useless commentsLeah Rowe2022-06-241-17/+8
* [PATCH 04/57] Move usage instructions to specific functionsLeah Rowe2022-06-245-48/+48
* [PATCH 03/57] Remove superfluous commentsLeah Rowe2022-06-245-62/+44
* [PATCH 02/57] Make all code fit into 80 charactersLeah Rowe2022-06-245-27/+45
* Make all code fit into 80 charactersLeah Rowe2022-06-241-0/+1
* [PATCH 01/57] Re-factor the codebase, reduce nestingLeah Rowe2022-06-243-114/+109
* readme: add useful information and thank people who help meFerass 'Vitali64' EL HAFIDI2022-06-241-0/+61
* ls: exit when there's an invalid argumentFerass 'Vitali64' EL HAFIDI2022-06-191-0/+2
* ls: add -1 and update help textFerass 'Vitali64' EL HAFIDI2022-06-191-2/+5
* date: remove unnecessary stdio.hFerass 'Vitali64' EL HAFIDI2022-06-191-1/+0
* ls: fix a bug where 'ls -{argument}' gave no outputFerass 'Vitali64' EL HAFIDI2022-06-191-0/+3
* ls: handle conflicting argumentsFerass 'Vitali64' EL HAFIDI2022-06-191-11/+12
* readme: document new ls optionsFerass 'Vitali64' EL HAFIDI2022-06-191-0/+4
* ls: add help text about the 2 new optionsFerass 'Vitali64' EL HAFIDI2022-06-191-0/+2
* ls: fix handling of arguments, and add '-C' optionFerass 'Vitali64' EL HAFIDI2022-06-191-9/+48
* ls: add the '-A' optionFerass 'Vitali64' EL HAFIDI2022-06-191-1/+13
* date: implement `date`Ferass 'Vitali64' EL HAFIDI2022-06-184-1/+73
* fasesiab: typofixFerass 'Vitali64' EL HAFIDI2022-06-181-1/+0
* typofix: 'function' instead of 'macro'Ferass 'Vitali64' EL HAFIDI2022-06-172-2/+2
* readme: Add known bugs and reformatFerass 'Vitali64' EL HAFIDI2022-06-171-20/+32
* ls: Rewrite and add a new option: -aFerass 'Vitali64' EL HAFIDI2022-06-171-50/+65
* all: code cleanup.Ferass 'Vitali64' EL HAFIDI2022-06-164-42/+28
* fasesiab: unistdify it and fix it.Ferass 'Vitali64' EL HAFIDI2022-06-071-20/+21
* yes: unistdify main.cFerass 'Vitali64' EL HAFIDI2022-06-062-20/+22
* cat: use getopt(3) instead of manually handling optionsFerass 'Vitali64' EL HAFIDI2022-06-021-25/+34
* cat: remove stupid character limitFerass 'Vitali64' EL HAFIDI2022-06-022-3/+2
* cat: use a function, not #defineFerass 'Vitali64' EL HAFIDI2022-06-021-1/+1
* cat: replace most functions with POSIX-compliant functions from 'unistd.h'Ferass 'Vitali64' EL HAFIDI2022-06-022-22/+26
* fasesiab: add 'make clear' option and output a message telling the user to 'm...Ferass 'Vitali64' EL HAFIDI2022-05-281-2/+21
* readme: add information about compiling fasesiab and tell that docs aren't co...Ferass 'Vitali64' EL HAFIDI2022-05-281-7/+40
* all: modify makefiles to be posix compliant - Part 2Ferass 'Vitali64' EL HAFIDI2022-05-286-6/+6
* all: modify makefiles to be posix compliant and configurable (see config.mk)Ferass 'Vitali64' EL HAFIDI2022-05-286-10/+29
* Write fasesiabFerass 'Vitali64' EL HAFIDI2022-05-283-4/+78
* head: remove binaryFerass 'Vitali64' EL HAFIDI2022-05-271-0/+0
* Implement 'head'Ferass 'Vitali64' EL HAFIDI2022-05-274-1/+110
* cat: Hopefully fix a segmentation faultFerass 'Vitali64' EL HAFIDI2022-05-261-1/+1
* Remove binairiesFerass 'Vitali64' EL HAFIDI2022-05-262-0/+0
* update .gitignoreFerass 'Vitali64' EL HAFIDI2022-05-261-3/+3
* update .gitignoreFerass 'Vitali64' EL HAFIDI2022-05-261-3/+3
* all: move all files from src/core to src/ and remove src/coreFerass 'Vitali64' EL HAFIDI2022-05-269-1/+1
* README.md: Add some more informationFerass 'Vitali64' EL HAFIDI2022-05-261-3/+17
* all: use -h instead of --helpFerass 'Vitali64' EL HAFIDI2022-05-262-2/+2
* core/ls: Handle argumentsFerass 'Vitali64' EL HAFIDI2022-05-261-35/+24
* Remove 'cat' binaryFerass 'Vitali64' EL HAFIDI2022-05-261-0/+0
* Use fgets() instead of scanf() and getc()Ferass 'Vitali64' EL HAFIDI2022-05-263-10/+14
* Add starting code to check for ls argumentsFerass 'Vitali64' EL HAFIDI2022-05-262-7/+35
* Reformat header commentFerass 'Vitali64' EL HAFIDI2022-05-262-13/+13
* Start writing LICENSEFerass 'Vitali64' EL HAFIDI2022-05-253-0/+94
* Initial commitFerass 'Vitali64' EL HAFIDI2022-05-258-0/+413