111 Commits (d395b0ae28bf0d1fbee1d2ed0e3e4474374343ee)
 

Author SHA1 Message Date
Drake d395b0ae28
`src/main.c`/Makefile: inital single bin support.
3 years ago
Drake ccc3c2304f
Makefile: compile to object files.
3 years ago
Drake 9921ad5cff
all: change main funcs to respectively named ones
3 years ago
Drake 0debe66178
Makefile: fix building release.
3 years ago
Drake 2d787448fb
Makefile: fix compile blocking issues.
3 years ago
Drake 9a92991bf1
Makefile: make targets phony.
3 years ago
Drake 38d1b0bbc4
Makefile: initial rewrite.
3 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
Drake e16bee31d5 `rm`/Makefile: add `rm`.
3 years ago
Drake 19d0be3cf0 `ls`: move width checking to before filename printing.
3 years ago
Drake e8412ff491 `ls`/file.h: run `clang-format`.
3 years ago
Drake 1567e63152 `cat`/file.h: move `concatFileToStdout` func to file.h.
3 years ago
Drake 42e3204429 `ls`/checks.h: move `startsWith*` functions to header.
3 years ago
Drake 6f27014976 `cat`: remove pointless checking after running concatFileToStdout.
3 years ago
Drake 54b63951e9 Makefile: bump version.
3 years ago
Drake 55a4447206 Makefile: add copyright declation to `DRAKECU_VERSION`.
3 years ago
Drake 2f14fffd5c All: add license comment.
3 years ago
Drake 323845a4f4
Create LICENSE
3 years ago
Drake becfc95d17 Makefile: bump version.
3 years ago
Drake 75be2b920a `cat`: allow concatenating multiple files.
3 years ago
Drake 3779dcae13 Makefile: bump version.
3 years ago
Drake 4a2bc64ca5 `ls`: update help message.
3 years ago
Drake 9b124c9cfb `cat`/Makefile: add `cat`.
3 years ago
Drake 48745708cc `ls`: add error checking when expanding `..`s.
3 years ago
Drake f42b88fad5 `ls`: add --width.
3 years ago
Drake 136b84d019 `ls`: run `clang-format`.
3 years ago
Drake 1bc13fb62c `ls`: fix segfault when being ran in a directory without any files.
3 years ago
Drake fba399a85e `ls`: remove uneeded comment.
3 years ago
Drake 11d32b9dfb All: add newline to version output.
3 years ago
Drake 6c83c9a5e3 Merge branch 'master' of github.com:Ruthenic/drakecoreutils
3 years ago