aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README -> README.mdHEADmasterRunxi Yu2024-06-181-4/+4
* basename: initialize statusRunxi Yu2024-06-181-0/+2
* tail: initialize file_linesRunxi Yu2024-06-181-1/+1
* ed: initialize fd to -1Runxi Yu2024-06-181-4/+4
* ed: fildes -> fd, for obvious reasonsRunxi Yu2024-06-181-12/+12
* touch: Fix potential use of uninitialized datefmt, date_string, and paramRunxi Yu2024-06-181-2/+6
* Optimize -OsRunxi Yu2024-06-171-3/+3
* README: Note on instabilityRunxi Yu2024-06-171-0/+4
* tail: Always initialize file with NULLRunxi Yu2024-06-091-1/+1
* tail: Always initialize `lines`Runxi Yu2024-06-091-5/+2
* more: Always initialize read_fileRunxi Yu2024-06-091-1/+1
* ln: Count arguments after parsing optionsRunxi Yu2024-06-091-9/+19
* basename: print empty line when input name is emptyRunxi Yu2024-06-091-1/+7
* basename: check that the suffix is non-emptyRunxi Yu2024-06-091-1/+1
* *: Replace printf with putchar/puts for all fixed stringsRunxi Yu2024-06-085-5/+5
* .gitignore: Ignore [ too, not just \[Runxi Yu2024-06-082-0/+1
* echo: putchar('\n'), not printf("\n");Runxi Yu2024-06-071-1/+1
* .gitignore: Ignore core dumpsRunxi Yu2024-06-071-0/+1
* Add Runxi Yu's copyright linesRunxi Yu2024-06-072-0/+2
* Move everything to the root directory and remove box for nowRunxi Yu2024-06-0760-421/+383
* .gitignore: Ignore core/[Runxi Yu2024-06-071-0/+1
* */*: follow the Linux code styleRunxi Yu2024-06-0736-562/+829
* README: fork rename, etcRunxi Yu2024-06-073-27/+17
* MAINTAINERS: runxiyu maintains the rasins forkRunxi Yu2024-06-071-0/+6
* core/cmp: exit loop on EOF rather than null bytesRunxi Yu2024-06-071-4/+2
* core/cmp: compare fgetc to EOF and use int not charRunxi Yu2024-06-071-2/+3
* Add a LICENSE that references the COPYING filesRunxi Yu2024-06-061-0/+10
* extras/: clarify licensing, it's supposed to be GPL-3.0+, not 3BSDFerass El Hafidi2024-05-102-2/+2
* core/: tputFerass El Hafidi2023-04-142-0/+41
* config.mk: add version nameFerass El Hafidi2023-04-111-1/+1
* common/common.c: typofixFerass El Hafidi2023-04-111-1/+1
* core/tty: fix compiler errorFerass El Hafidi2023-04-111-1/+2
* common/common.c: new format for print_usage()Ferass El Hafidi2023-04-111-3/+2
* core/wc: rewind(file) won't work with stdinFerass El Hafidi2023-04-101-1/+1
* treewide: readd copyrightsFerass El Hafidi2023-04-1047-1/+149
* core/ln: return errnoFerass El Hafidi2023-04-091-2/+1
* core/ln: only support 2 arguments (not counting argv[0] before getopt())Ferass El Hafidi2023-04-091-1/+1
* core/ln: get rid of useless for loopFerass El Hafidi2023-04-091-15/+13
* core/utilities.csv: remove, not neededFerass El Hafidi2023-04-091-2/+0
* core/: get rid of viFerass El Hafidi2023-04-082-211/+0
* core/ln: fix error handling!Ferass El Hafidi2023-04-081-3/+3
* core/ln: don't use *paramsFerass El Hafidi2023-04-081-1/+1
* core/ln: get rid of *params, uselessFerass El Hafidi2023-04-081-1/+1
* core/ln: handle errors when calling remove()Ferass El Hafidi2023-04-081-1/+1
* */Makefile: reduce duplicationFerass El Hafidi2023-04-083-40/+23
* core/Makefile: remove test suiteFerass El Hafidi2023-04-081-17/+0
* Makefile: add '-pedantic' to CFLAGSFerass El Hafidi2023-04-081-1/+1
* man/: unlink.1Ferass El Hafidi2023-04-061-0/+25
* core/uname: fix argument parsingFerass El Hafidi2023-03-311-2/+2
* core/rm: argv[0] -> argv0 (typo)Ferass El Hafidi2023-03-311-1/+1