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
Commit message (
Expand
)
Author
Age
Files
Lines
*
common.mk, sh/Makefile: s/$(NOLINKER)/-c/g
HEAD
master
Runxi Yu
2024-07-27
2
-2
/
+2
*
Add codeberg CI
Runxi Yu
2024-07-27
1
-0
/
+14
*
Add a main COPYING file
Runxi Yu
2024-07-27
1
-0
/
+11
*
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
*
MAINTAINERS: Update runxiyu's file list
Runxi Yu
2024-07-27
1
-0
/
+4
*
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
*
Make, and generate box.c
Runxi Yu
2024-07-27
1
-2
/
+94
*
Makefile: Simplify some of the comments
Runxi Yu
2024-07-27
2
-17
/
+11
*
Add myself to MAINTAINERS
Runxi Yu
2024-07-27
1
-5
/
+15
*
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
*
extras/: clarify licensing, it's supposed to be GPL-3.0+, not 3BSD
Ferass El Hafidi
2024-05-10
2
-2
/
+2
*
core/: tput
Ferass El Hafidi
2023-04-14
2
-0
/
+41
*
config.mk: add version name
Ferass El Hafidi
2023-04-11
1
-1
/
+1
*
common/common.c: typofix
Ferass El Hafidi
2023-04-11
1
-1
/
+1
*
core/tty: fix compiler error
Ferass El Hafidi
2023-04-11
1
-1
/
+2
*
common/common.c: new format for print_usage()
Ferass El Hafidi
2023-04-11
1
-3
/
+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
47
-1
/
+149
*
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
2
-211
/
+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
3
-40
/
+23
*
core/Makefile: remove test suite
Ferass El Hafidi
2023-04-08
1
-17
/
+0
*
Makefile: add '-pedantic' to CFLAGS
Ferass El Hafidi
2023-04-08
1
-1
/
+1
*
man/: unlink.1
Ferass El Hafidi
2023-04-06
1
-0
/
+25
*
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
2
-0
/
+82
*
core/Makefile: Remove shell built-in utils
Ferass El Hafidi
2023-03-04
1
-1
/
+1
[next]