]> git.cworth.org Git - mnemon/history - mnemon.c
Fix state transition to enter mastery stage
[mnemon] / mnemon.c
2007-05-15 Carl WorthFix state transition to enter mastery stage
2007-05-15 Carl WorthAdd support for sequential introduction of a category
2007-05-14 Carl WorthMacro-ify some repeated code from parsing
2007-05-14 Carl WorthDon't start mastery session until there are no items...
2007-05-14 Carl WorthEase mastering requirement to not require consecutive...
2007-04-22 Carl WorthAdd /h command for printing a histogram of the current...
2007-04-22 Carl WorthFix to not pull from bin with score 0 when there are...
2007-04-22 Carl WorthIntroduce only 3 instead of 10 new items, and add maste...
2007-04-19 Carl WorthPenalize an incorrect item down to a score of -2
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 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