aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-17 00:16:39 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-17 00:16:39 +0100
commit0df4f6f98101bb3be192ce892aa1452f2c6de1a4 (patch)
tree8bd047e4e247812495b1fdb489e2e37c2cf14224 /TODO.md
parent20ac0e60d7174114965d4419af0bb3028db8e447 (diff)
downloadnissy-0df4f6f98101bb3be192ce892aa1452f2c6de1a4.tar.gz
nissy-0df4f6f98101bb3be192ce892aa1452f2c6de1a4.zip
Use inttypes.h macros to print uint64_t variables (this requires -std=c99). Added a couple of TODOs
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 4ccce22..0172dd8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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

Generated with cgit - Back to sebastiano.tronto.net