index
:
fases.git
master
runxiyu/overhauling-the-build-system
Simple core utilities (UNOFFICIAL MIRROR)
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/ed.c: Prototype printUsage and print_error
Runxi Yu
2024-07-27
1
-2
/
+2
*
core/touch.c: Set _XOPEN_SOURCE to 700
Runxi Yu
2024-07-27
1
-1
/
+1
*
core/ls.c: Cast before printf
Runxi Yu
2024-07-27
1
-2
/
+2
*
core/more.c: Initialize read_file = 1 and success = 0
Runxi Yu
2024-07-27
1
-2
/
+1
*
core/tail.c: Initialize *file to NULL, and lines to 10
Runxi Yu
2024-07-27
1
-5
/
+2
*
core/touch.c: Fix param loop condition, and print usage on unknown flags
Runxi Yu
2024-07-27
1
-2
/
+6
*
core/ed.c: Initialize filedes to -1
Runxi Yu
2024-07-27
1
-4
/
+4
*
core/tail.c: Initialize "files_lines"
Runxi Yu
2024-07-27
1
-1
/
+1
*
core/basename.c: Initialize "status"
Runxi Yu
2024-07-27
1
-1
/
+1
*
ln: Count arguments after parsing options
Runxi Yu
2024-07-25
1
-5
/
+5
*
basename: handle empty arguments
Runxi Yu
2024-07-25
1
-1
/
+7
*
core/cmp: exit loop on EOF rather than null bytes
Runxi Yu
2024-07-25
1
-4
/
+2
*
core/cmp: compare fgetc to EOF and use int not char
Runxi Yu
2024-07-25
1
-2
/
+3
*
core/: tput
Ferass El Hafidi
2023-04-14
1
-0
/
+40
*
core/tty: fix compiler error
Ferass El Hafidi
2023-04-11
1
-1
/
+2
*
core/wc: rewind(file) won't work with stdin
Ferass El Hafidi
2023-04-10
1
-1
/
+1
*
treewide: readd copyrights
Ferass El Hafidi
2023-04-10
30
-0
/
+95
*
core/ln: return errno
Ferass El Hafidi
2023-04-09
1
-2
/
+1
*
core/ln: only support 2 arguments (not counting argv[0] before getopt())
Ferass El Hafidi
2023-04-09
1
-1
/
+1
*
core/ln: get rid of useless for loop
Ferass El Hafidi
2023-04-09
1
-15
/
+13
*
core/utilities.csv: remove, not needed
Ferass El Hafidi
2023-04-09
1
-2
/
+0
*
core/: get rid of vi
Ferass El Hafidi
2023-04-08
1
-210
/
+0
*
core/ln: fix error handling!
Ferass El Hafidi
2023-04-08
1
-3
/
+3
*
core/ln: don't use *params
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
core/ln: get rid of *params, useless
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
core/ln: handle errors when calling remove()
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
*/Makefile: reduce duplication
Ferass El Hafidi
2023-04-08
1
-20
/
+2
*
core/Makefile: remove test suite
Ferass El Hafidi
2023-04-08
1
-17
/
+0
*
core/uname: fix argument parsing
Ferass El Hafidi
2023-03-31
1
-2
/
+2
*
core/rm: argv[0] -> argv0 (typo)
Ferass El Hafidi
2023-03-31
1
-1
/
+1
*
core/more: don't exit on EOF
Ferass El Hafidi
2023-03-31
2
-4
/
+2
*
core/ln: TODO -- fix error handling
Ferass El Hafidi
2023-03-31
2
-1
/
+1
*
core/chown: fix argv handling
Ferass El Hafidi
2023-03-30
1
-6
/
+5
*
core/*: Return errprint.
Ferass El Hafidi
2023-03-04
13
-13
/
+29
*
core/touch: Add missing 'return 0'
Ferass El Hafidi
2023-03-04
1
-0
/
+1
*
core/: touch
Ferass El Hafidi
2023-03-04
1
-0
/
+81
*
core/Makefile: Remove shell built-in utils
Ferass El Hafidi
2023-03-04
1
-1
/
+1
*
core/head: Properly handle standard input
Ferass El Hafidi
2023-03-04
1
-12
/
+9
*
core/head: Fix a tiny typo (that introduced a bug) and a segmentation fault
Ferass El Hafidi
2023-03-03
1
-2
/
+2
*
core/[: Check argv[0], don't use basename()
Ferass El Hafidi
2023-03-03
1
-2
/
+1
*
core/[: Use lstat() instead of stat()
Ferass El Hafidi
2023-03-02
1
-1
/
+1
*
core/wc: Fix bug -- see description
Ferass El Hafidi
2023-03-02
1
-1
/
+1
*
core/cat: Fix bug - see description
Ferass El Hafidi
2023-03-02
1
-1
/
+2
*
core/uname: Fix argument parsing
Ferass El Hafidi
2023-03-01
1
-11
/
+7
*
core/: tee
Ferass El Hafidi
2023-02-27
1
-0
/
+53
*
core/: cmp
Ferass El Hafidi
2023-02-21
1
-0
/
+54
*
core/: tty
Ferass El Hafidi
2023-02-19
1
-0
/
+21
*
all: use SPDX identifiers and add a new MAINTAINERS file.
Ferass El Hafidi
2023-02-16
27
-750
/
+27
*
core/ls: Use OPERANDS instead of (char *)params in getopt() and remove the -R...
Ferass El Hafidi
2023-01-28
1
-8
/
+2
*
core/common.*: Move them somewhere else so they can be used by non-POSIX utils
Ferass El Hafidi
2023-01-11
23
-142
/
+56
[next]