summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-13 17:49:09 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-13 17:49:09 +0200
commit7704c015826d571fdd9af6f1d691410f6b6355ac (patch)
tree6f149461b79cfcb1e6b4cedc137cb518cfd726ed /docs
parent9b6b27ee814af0bd5f7a35c64543bc4542f35260 (diff)
downloadwolfbones-7704c015826d571fdd9af6f1d691410f6b6355ac.tar.gz
wolfbones-7704c015826d571fdd9af6f1d691410f6b6355ac.tar.bz2
updated todo list and documentation, giving up on library loader
Diffstat (limited to 'docs')
-rw-r--r--docs/libraries/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/libraries/README b/docs/libraries/README
index 287025f..2bc1f62 100644
--- a/docs/libraries/README
+++ b/docs/libraries/README
@@ -32,4 +32,8 @@ Goal:
- layer on top should support something like a module X in version
Major.Minor and a loader which checks what can be checked, should
also help us enumerate the symbols in a library (introspection)
-- can we do portably library/module initialization and deinitialization?
+- No init/deinit code: reason, we can live without it (we are C so our
+ structure can easily be initialized in a Initialize/Deinitialize which
+ we enforce on the module loader), _init and friends are used by compilers
+ and are dangerous, because we don't really know when they are called!
+