]> mj.ucw.cz Git - libucw.git/commitdiff
Trans: Moved FIXMEs to global TODO
authorMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 11:21:57 +0000 (12:21 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 11:21:57 +0000 (12:21 +0100)
TODO
ucw/doc/trans.txt

diff --git a/TODO b/TODO
index 688e7b60a2f3da5d7f706bd3ec6a15436b5e9296..70ec845e436e54649c3881638ca9f1f04d9a4cba 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,3 +2,12 @@
 - Remove sighandler.[ch]
 - ipaccess: support IPv6
 - lfs-test: generalize or kill
+- transactions:
+       - Unit tests
+       - Resourcification of more libucw objects:
+               * bigalloc
+               * gary
+               * mainloop
+       - More exceptions
+       - Fix documentation on fastbuf tying
+- Finish documentation of ucw/string.h
index df3c8c0b07ed60d2ba83c4b21db6710b79d29780..c1c1391eb2299209de97bbfa9443bdf196040177 100644 (file)
@@ -143,12 +143,3 @@ All exceptions raised by LibUCW reside in the `ucw` subtree. So far, the
 following exception types are defined:
 
 `ucw.fb`:: <<fastbuf:fbexc,Fastbufs>>
-
-== FIXME's ==
-
-- Unit tests
-- Resourcification of more libucw objects:
-       * bigalloc
-       * gary
-       * mainloop
-- More exceptions