Skip to content

Releases: alioguzhan/dobby

Dobby v0.2

07 Nov 12:22
Compare
Choose a tag to compare

Below are some of the refactors applied in this version:

  • 1. Don't cast void pointers.
  • 2. Do not use assert().
  • 3. Test for errors from fopen() and fprintf to files.
  • 4. Print error messages to stderr.
  • 5. Handle errors from realloc, malloc, calloc...
  • 6. Add header file guards.

Dobby v0.1

02 Nov 18:57
Compare
Choose a tag to compare

CHANGES

This is the initial release with all basic functionalities are implemented:

  • dobby start task_name
  • dobby stop task_name
  • dobby list or dobby list --all