From 0df4f6f98101bb3be192ce892aa1452f2c6de1a4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 17 Nov 2021 00:16:39 +0100 Subject: Use inttypes.h macros to print uint64_t variables (this requires -std=c99). Added a couple of TODOs --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO.md') 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. * make env.c compatible with Windows (and check that it works with BSD/MacOS) +* default to current directory for tables; this will work on any OS, up to + using the correct #ifdef guards to avoid checking for posix directories + in non-posix systems * better internal help page for each command (take it from man page) * better man page * find a better way to distribute the large tables, especially khuge ## Technical stuff +### Small fixes +* printf with stdint.h: use proper macros instead of %llu + ### Better pruning tables * Use pruning values mod 4 instead of mod 16 -- cgit v1.3