aboutsummaryrefslogtreecommitdiff
path: root/common/common.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a new build system for everything, and revamp directories.Runxi Yu2024-08-061-22/+0
| | | | | | | | | | | Previously there was quite a bit of sed(1)'ing going on on each source file, and a bit of copying them to box_tmp. Now we use preprocessor directives instead, things should be much cleaner. And since it's a pain to prefix strings, move all programs out of subdirs. I've also clarified the Makefile system a bit. I'm unsure how to make standalone programs with POSIX Make, so currently we only generate fases-in-a-box.
* common/common.c: typofixFerass El Hafidi2023-04-111-1/+1
| | | | Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
* common/common.c: new format for print_usage()Ferass El Hafidi2023-04-111-3/+2
| | | | | | | | | Here's how it's supposed to look like: fases cat (d84hd34s): Concatenate files to stdout Usage: cat [file...] Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
* treewide: readd copyrightsFerass El Hafidi2023-04-101-0/+3
| | | | Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
* all: use SPDX identifiers and add a new MAINTAINERS file.Ferass El Hafidi2023-02-161-28/+1
| | | | Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
* common/common.c: Just say fases && extras/errno: Refactor (use strerrno and ↵Ferass El Hafidi2023-01-111-1/+1
| | | | | | print_usage() ) Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
* core/common.*: Move them somewhere else so they can be used by non-POSIX utilsFerass El Hafidi2023-01-111-0/+47
Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>