summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorrichdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d>2006-03-11 17:15:25 +0000
committerrichdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d>2006-03-11 17:15:25 +0000
commitda3ba794985f482821cdbfc7025a836e8d38c4cf (patch)
tree5849a78825e35c40e35911ab95fb4d08a265a1f2 /TODO
parentb83ff2ab9d2939c71d8acdf865a901cc6a58f7e3 (diff)
downloadportableumem-da3ba794985f482821cdbfc7025a836e8d38c4cf.tar.gz
Build a basic shared library on Linux; may not work!
git-svn-id: https://labs.omniti.com/portableumem/trunk@6 1665872d-e22b-0410-9e5d-a57ad4215e6d
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..8dd354d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,17 @@
+To-do List for the Linux port of umem
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Autconf'ery for <stdint.h> in "sol_compat.h".
+
+* Fix #define wreakage for THR_RETURN, THR_API in "sol_compat.h".
+
+* Replace use of Ecelerity's portable atomic locking header with something
+ equivalent in "sol_compat.h".
+
+* ec_debug_vprintf -> something else?
+
+* doxygen'ate the headers/code, to produce reference docs.
+
+* rpm spec file.
+
+* test suite.