]> git.cworth.org Git - mnemon/shortlog
mnemon
2007-04-19 Carl WorthRename item and bin "count" to "score" which is more...
2007-04-19 Carl WorthPrint success count as it increments.
2007-04-17 Carl WorthAvoid unnecessary (and potentially dangerous) memmove
2007-04-17 Carl WorthFix giant memory waste in menmon_get_bin
2007-04-17 Carl WorthRemove the bin with count 0 once we're done introducing...
2007-04-17 Carl WorthMake the program terminate when no items are left to...
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 Worth.gitignore: ignore mnemon binary
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