133 Commits (master)
 

Author SHA1 Message Date
Drake d569347cc6 work on updating copyright date
2 years ago
Drake 9d67adfc45 `ls`: remove debug printf.
2 years ago
Drake 177e7648c4 `ls`: fix memory leak.
2 years ago
Drake 182090801f `ls`: unbreak things heavily.
2 years ago
Drake 6617f684b8 Makefile: fix make debug.
2 years ago
Drake e11c85017a `yes`: use strcat.
2 years ago
Drake 01a5d6d9c0 `yes`: fix some errors.
2 years ago
Drake 7b00206264 compile_flags.txt: add compile_flags.
2 years ago
Drake eddbac9c48 `dbox`: use macro to match functions.
2 years ago
Drake 15dd71baec Fix up readme
2 years ago
Drake 29754c7563 Makefile: avoid race condition if building in parallel.
2 years ago
Drake 35e0d2c66e `dbox`/Makefile/funcs.h: fix remaining compiler warnings.
2 years ago
Drake acdec7305f
README: rework building, other various updates.
2 years ago
Drake 4377a6c5cf
Makefile: add comment.
2 years ago
Drake 353fc8565a
workflows: add github graphql analysis.
2 years ago
Drake 7837b072ee
git meta: merge branch 'singleBinary'. :D
2 years ago
Drake f4054dde94
README.md: add todo for multibin.
2 years ago
Drake 90627d1428
`src/main.c`: rename to `src/dbox.c`.
2 years ago
Drake 4dacf439da
`src/main.c`: remove debug messages.
2 years ago
Drake b2765e063a
Makefile: rework install target.
2 years ago
Drake 8dcabbbc5e
Makefile: build main.c in all target.
2 years ago
Drake d395b0ae28
`src/main.c`/Makefile: inital single bin support.
2 years ago
Drake ccc3c2304f
Makefile: compile to object files.
2 years ago
Drake c42912e9ad
TODO.md: remove old file.
2 years ago
Drake 9921ad5cff
all: change main funcs to respectively named ones
2 years ago
Drake 0debe66178
Makefile: fix building release.
2 years ago
Drake 2d787448fb
Makefile: fix compile blocking issues.
2 years ago
Drake 9a92991bf1
Makefile: make targets phony.
2 years ago
Drake 38d1b0bbc4
Makefile: initial rewrite.
2 years ago
Drake 97f3207d5f
add readme, finally
3 years ago
Drake ecb700d401
`chroot`/Makefile: add chroot
3 years ago
Drake 7a801dbe8e
`cp`/Makefile: add `cp`.
3 years ago
Drake 810dec9808 `ls`/file.h/ansi-colour.h: add colouring for executables.
3 years ago
Drake ad598c70f9 `ls`: fix memory leak from not freeing the directory.
3 years ago
Drake e67b7064d7 compilers.md: remove `tcc` as supported compiler.
3 years ago
Drake 5e09a79105 `ls`: massive refactor to support passing multiple paths.
3 years ago
Drake 93b1d9219d `yes`: run clang-format.
3 years ago
Drake 13108d72dd compilers.md: add tested compilers.
3 years ago
Drake c43fec2f70 TODO.md/`yes`: resolve todo.
3 years ago
Drake 6476b90e9b `ls`: update help message.
3 years ago
Drake e99e656838 Makefile: add strip target.
3 years ago
Drake e05c4f8d22 `ls`: add proper short option handling.
3 years ago
Drake 39f3cc2ec2
move copyright attribution back to me
3 years ago
Drake 18a60f9b70
LICENSE: move copyright to "drakecoreutils contributors".
3 years ago
Drake e78aa64bb1
`yes`: rework printing and use a buffer.
3 years ago
Drake 38705fa09b
`cat`: close file descriptor in `concatFileToStdoutWithOptions`.
3 years ago
Drake 0ab66c2a27 `uname`: read hostname at the beginning, instead of on-demand.
3 years ago
Drake 389dbcda7c `cat`: add `--show-line-ends`.
3 years ago
Drake 98e6ace84d Makefile: add EXCLUDE_PROGS option for make install.
3 years ago
Drake 84ca84611f `rm`: add `--follow-symlinks`.
3 years ago