aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common.mk, sh/Makefile: s/$(NOLINKER)/-c/gHEADmasterRunxi Yu2024-07-272-2/+2
* Add codeberg CIRunxi Yu2024-07-271-0/+14
* Add a main COPYING fileRunxi Yu2024-07-271-0/+11
* core/ed.c: Prototype printUsage and print_errorRunxi Yu2024-07-271-2/+2
* core/touch.c: Set _XOPEN_SOURCE to 700Runxi Yu2024-07-271-1/+1
* core/ls.c: Cast before printfRunxi Yu2024-07-271-2/+2
* MAINTAINERS: Update runxiyu's file listRunxi Yu2024-07-271-0/+4
* core/more.c: Initialize read_file = 1 and success = 0Runxi Yu2024-07-271-2/+1
* core/tail.c: Initialize *file to NULL, and lines to 10Runxi Yu2024-07-271-5/+2
* core/touch.c: Fix param loop condition, and print usage on unknown flagsRunxi Yu2024-07-271-2/+6
* core/ed.c: Initialize filedes to -1Runxi Yu2024-07-271-4/+4
* core/tail.c: Initialize "files_lines"Runxi Yu2024-07-271-1/+1
* core/basename.c: Initialize "status"Runxi Yu2024-07-271-1/+1
* Make, and generate box.cRunxi Yu2024-07-271-2/+94
* Makefile: Simplify some of the commentsRunxi Yu2024-07-272-17/+11
* Add myself to MAINTAINERSRunxi Yu2024-07-271-5/+15
* ln: Count arguments after parsing optionsRunxi Yu2024-07-251-5/+5
* basename: handle empty argumentsRunxi Yu2024-07-251-1/+7
* core/cmp: exit loop on EOF rather than null bytesRunxi Yu2024-07-251-4/+2
* core/cmp: compare fgetc to EOF and use int not charRunxi Yu2024-07-251-2/+3
* 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
* core/more: don't exit on EOFFerass El Hafidi2023-03-312-4/+2
* core/ln: TODO -- fix error handlingFerass El Hafidi2023-03-312-1/+1
* core/chown: fix argv handlingFerass El Hafidi2023-03-301-6/+5
* core/*: Return errprint.Ferass El Hafidi2023-03-0413-13/+29
* core/touch: Add missing 'return 0'Ferass El Hafidi2023-03-041-0/+1
* core/: touchFerass El Hafidi2023-03-042-0/+82
* core/Makefile: Remove shell built-in utilsFerass El Hafidi2023-03-041-1/+1