Skip to content

Releases: Ruthenic/drakecoreutils

v0.3.2 release

21 Jul 07:25
Compare
Choose a tag to compare

additions

the code is now licensed under bsd-3-clause.
added copyright and licensing notice.

copyright notice

copyright (c) 2021, Ruthenic.

v0.3.1 release

21 Jul 04:25
Compare
Choose a tag to compare

additions:

  • cat now concats multiple files.

v0.3.0 release

21 Jul 03:52
Compare
Choose a tag to compare

additions

  • added cat.
  • added --width to ls.

bug fixes

  • added newlines to --version output and ls 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 to file.h.

v0.2.1 Hotfix

13 Jul 21:15
46533cb
Compare
Choose a tag to compare

Fix make install target not respecting $DESTDIR.

v0.2 Release

13 Jul 21:10
6f7a4dc
Compare
Choose a tag to compare

this is not guaranteed to work on anything that isn't my computer