aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* core/: tputFerass El Hafidi2023-04-141-0/+40
* core/tty: fix compiler errorFerass El Hafidi2023-04-111-1/+2
* core/wc: rewind(file) won't work with stdinFerass El Hafidi2023-04-101-1/+1
* treewide: readd copyrightsFerass El Hafidi2023-04-1030-0/+95
* 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-081-210/+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-081-20/+2
* core/Makefile: remove test suiteFerass El Hafidi2023-04-081-17/+0
* 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-041-0/+81
* core/Makefile: Remove shell built-in utilsFerass El Hafidi2023-03-041-1/+1
* core/head: Properly handle standard inputFerass El Hafidi2023-03-041-12/+9
* core/head: Fix a tiny typo (that introduced a bug) and a segmentation faultFerass El Hafidi2023-03-031-2/+2
* core/[: Check argv[0], don't use basename()Ferass El Hafidi2023-03-031-2/+1
* core/[: Use lstat() instead of stat()Ferass El Hafidi2023-03-021-1/+1
* core/wc: Fix bug -- see descriptionFerass El Hafidi2023-03-021-1/+1
* core/cat: Fix bug - see descriptionFerass El Hafidi2023-03-021-1/+2
* core/uname: Fix argument parsingFerass El Hafidi2023-03-011-11/+7
* core/: teeFerass El Hafidi2023-02-271-0/+53
* core/: cmpFerass El Hafidi2023-02-211-0/+54
* core/: ttyFerass El Hafidi2023-02-191-0/+21
* all: use SPDX identifiers and add a new MAINTAINERS file.Ferass El Hafidi2023-02-1627-750/+27
* core/ls: Use OPERANDS instead of (char *)params in getopt() and remove the -R...Ferass El Hafidi2023-01-281-8/+2
* core/common.*: Move them somewhere else so they can be used by non-POSIX utilsFerass El Hafidi2023-01-1123-142/+56