Releases: alioguzhan/dobby
Releases · alioguzhan/dobby
Dobby v0.2
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()
andfprintf
to files. - 4. Print error messages to
stderr
. - 5. Handle errors from
realloc
,malloc
,calloc
... - 6. Add header file guards.
Dobby v0.1
CHANGES
This is the initial release with all basic functionalities are implemented:
dobby start task_name
dobby stop task_name
dobby list
ordobby list --all