aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docs: Move from ##fases to #fases and add webchat urlsFerass 'Vitali64' EL HAFIDI2022-06-291-2/+2
* docs: Use dashes, not numbers for lists (#2)Ferass 'Vitali64' EL HAFIDI2022-06-291-9/+9
* docs: Use dashes, not numbers for listsFerass 'Vitali64' EL HAFIDI2022-06-291-9/+9
* docs: Fix code blocks.Ferass 'Vitali64' EL HAFIDI2022-06-291-32/+48
* manpages: cat: Update outdated information and format the manpageFerass 'Vitali64' EL HAFIDI2022-06-291-6/+7
* cat: fix some bugs (see commit description)Ferass 'Vitali64' EL HAFIDI2022-06-291-8/+7
* ls: code cleanupFerass 'Vitali64' EL HAFIDI2022-06-281-3/+4
* ls: add -m optionFerass 'Vitali64' EL HAFIDI2022-06-281-7/+12
* ls: add -i optionFerass 'Vitali64' EL HAFIDI2022-06-281-8/+11
* docs: add a new coding style pageFerass 'Vitali64' EL HAFIDI2022-06-282-0/+106
* docs: the header should only be shown in the README.mdFerass 'Vitali64' EL HAFIDI2022-06-283-21/+3
* docs: remove broken linksFerass 'Vitali64' EL HAFIDI2022-06-284-16/+0
* readme: split everythingFerass 'Vitali64' EL HAFIDI2022-06-284-119/+173
* yes: document '--' && cat: better handle default behaviorFerass 'Vitali64' EL HAFIDI2022-06-262-6/+7
* readme: credit Noisytoot for yes -- (yes isn't posix anyway)Ferass 'Vitali64' EL HAFIDI2022-06-261-1/+2
* yes: Support -- and always return 0Ron Nazarov2022-06-261-6/+13
* all: Handle errors the POSIX wayFerass 'Vitali64' EL HAFIDI2022-06-264-20/+14
* Actually fix yesRon Nazarov2022-06-261-1/+1
* readme: credit NoisytootFerass 'Vitali64' EL HAFIDI2022-06-251-0/+2
* yes: Remove trailing spaceRon Nazarov2022-06-251-2/+1
* yes: fix a bug (see commit description)Ferass 'Vitali64' EL HAFIDI2022-06-251-2/+5
* ls: remove trailing newlineFerass 'Vitali64' EL HAFIDI2022-06-251-2/+0
* ls: typofixFerass 'Vitali64' EL HAFIDI2022-06-251-2/+2
* cat.1: finish manpageFerass 'Vitali64' EL HAFIDI2022-06-252-25/+42
* cat: actually concatenate files and add -uFerass 'Vitali64' EL HAFIDI2022-06-251-18/+26
* mkdir: fix typoFerass 'Vitali64' EL HAFIDI2022-06-251-1/+0
* all: update help text to include more optionsFerass 'Vitali64' EL HAFIDI2022-06-253-3/+10
* readme: add more infoFerass 'Vitali64' EL HAFIDI2022-06-251-21/+17
* implement mkdirFerass 'Vitali64' EL HAFIDI2022-06-254-4/+120
* fasesiab: hardcode box.cFerass 'Vitali64' EL HAFIDI2022-06-254-314/+0
* fasesiab: hardcode box.cFerass 'Vitali64' EL HAFIDI2022-06-255-42/+315
* ls: update help textFerass 'Vitali64' EL HAFIDI2022-06-251-2/+4
* [PATCH 51/57] ls: add -1 supportLeah Rowe2022-06-251-7/+24
* [PATCH 50/57] ls: fix for loopLeah Rowe2022-06-251-1/+2
* [PATCH 49/57] ls: -R option (recursively list subdirectories)Leah Rowe2022-06-251-6/+63
* [PATCH 48/57] ls: re-factor while loop (2)Leah Rowe2022-06-251-3/+1
* [PATCH 47/57] ls: re-factored while loopLeah Rowe2022-06-251-3/+1
* [PATCH 46/57] ls: for -C, just print spaces. no columns or tabsLeah Rowe2022-06-251-10/+1
* makefile: add fasesiab and make it look betterFerass 'Vitali64' EL HAFIDI2022-06-242-13/+68
* [PATCH 44/57] ls: re-factor if/else block in ls()Leah Rowe2022-06-241-27/+21
* [PATCH 43/57] Revert incomplete change to cat.cLeah Rowe2022-06-241-10/+8
* [PATCH 42/57] ls: make unsupported argument check more readableLeah Rowe2022-06-241-4/+4
* [PATCH 41/57] ls: fix wrong check in if statementLeah Rowe2022-06-242-1/+3
* [PATCH 40/57] ls: print more than one unsupported argument errorLeah Rowe2022-06-241-1/+2
* [PATCH 39/57] ls: actually exit if unsupported argument givenLeah Rowe2022-06-241-2/+13
* [PATCH 38/57] ls: rename dirname to pathLeah Rowe2022-06-241-5/+5
* [PATCH 37/57] ls: simplfy handling of parametersLeah Rowe2022-06-242-26/+25
* [PATCH 35/57] add note about cat to todoLeah Rowe2022-06-241-0/+1
* [PATCH 34/57] Rename LICENSE to COPYINGLeah Rowe2022-06-242-189/+674
* [PATCH 32/57] date: removed unused argc/argv from main()Leah Rowe2022-06-241-7/+1