summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
Diffstat (limited to 'TODOS')
-rwxr-xr-xTODOS5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index 0645fd3..f672b09 100755
--- a/TODOS
+++ b/TODOS
@@ -6,3 +6,8 @@
- spooling in RIS:
- thread-safe tempnames
- Windows, respect environment variables like TEMP
+- module loader
+ - use weak pointers to create objects (pointers which don't transfer
+ ownership but act more as a handle). Avoid funny trouble with
+ objects originating for modules (especially DLLs on Windows)
+