summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
Diffstat (limited to 'TODOS')
-rwxr-xr-x[-rw-r--r--]TODOS7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODOS b/TODOS
index 47ad6ae..0645fd3 100644..100755
--- a/TODOS
+++ b/TODOS
@@ -1,7 +1,8 @@
- singleton with registered pointers, so they can be shared between
loadable modules on Windows, example is the logger singleton currently
-- common spooling code in RewindInputStream must be extracted and
- used in a cascade of streams (or streambufs?)
+- rewrite logger as proper singleton
- use traits in rewindinputstream, alternative wrappers for char/string
traits depending on underlying io stream
-
+- spooling in RIS:
+ - thread-safe tempnames
+ - Windows, respect environment variables like TEMP