diff options
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -34,12 +34,18 @@ It's more of a personal reminder than anything else. | |||
| 34 | 34 | ||
| 35 | * make env.c compatible with Windows (and check that it works with | 35 | * make env.c compatible with Windows (and check that it works with |
| 36 | BSD/MacOS) | 36 | BSD/MacOS) |
| 37 | * default to current directory for tables; this will work on any OS, up to | ||
| 38 | using the correct #ifdef guards to avoid checking for posix directories | ||
| 39 | in non-posix systems | ||
| 37 | * better internal help page for each command (take it from man page) | 40 | * better internal help page for each command (take it from man page) |
| 38 | * better man page | 41 | * better man page |
| 39 | * find a better way to distribute the large tables, especially khuge | 42 | * find a better way to distribute the large tables, especially khuge |
| 40 | 43 | ||
| 41 | ## Technical stuff | 44 | ## Technical stuff |
| 42 | 45 | ||
| 46 | ### Small fixes | ||
| 47 | * printf with stdint.h: use proper macros instead of %llu | ||
| 48 | |||
| 43 | ### Better pruning tables | 49 | ### Better pruning tables |
| 44 | * Use pruning values mod 4 instead of mod 16 | 50 | * Use pruning values mod 4 instead of mod 16 |
| 45 | 51 | ||
