Releases: Ruthenic/drakecoreutils
Releases · Ruthenic/drakecoreutils
v0.3.2 release
v0.3.1 release
additions:
cat
now concats multiple files.
v0.3.0 release
additions
- added
cat
. - added
--width
tols
.
bug fixes
- added newlines to
--version
output andls
output, fixing for prompts without a newline at the beginning. - fixed segfault when running
ls
on directories without any files. - fixed segfault when running
ls
on a non-existent, specified directory. - fixed problem when running
whoami
when root, if you are using sudo.
backend changes
- started using
clang-format
. - removed unecessary imports using
include-what-you-use
. - massive rework of makefile.
- version is now defined using the compiler and makefile, instead of
version.h
. - massive cleanup of unused functions in
ls
. - moved file functions in
ls
tofile.h
.
v0.2.1 Hotfix
Fix make install target not respecting $DESTDIR.
v0.2 Release
this is not guaranteed to work on anything that isn't my computer