]> git.cworth.org Git - mnemon/history - mnemon.c
Fix typo in error message
[mnemon] / mnemon.c
2007-04-17 Carl WorthFix typo in error message
2007-04-17 Carl WorthPrevent any item count from being 0 after being asked.
2007-04-17 Carl WorthPrint before-and-after bin numbers
2007-04-17 Carl WorthEliminate the correct response bonus
2007-04-17 Carl WorthPrint newline on EOF
2007-04-17 Carl WorthRemove a bin when it becomes empty.
2007-04-17 Carl WorthAdd interactive querying of items
2007-04-17 Carl WorthWait until category is complete before adding items...
2007-04-17 Carl WorthFree memory leaks in mnemon_save (thanks valgrind!)
2007-04-17 Carl WorthMaintain bins in sorted order
2007-04-17 Carl WorthAdd categories and bins to store data
2007-04-17 Carl WorthInitial commit of mnemon