From: Martin Mares Date: Sat, 11 Feb 2012 11:21:57 +0000 (+0100) Subject: Trans: Moved FIXMEs to global TODO X-Git-Tag: v5.0~73 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a966df53654064f5f3f740f6130d59d854292d64;p=libucw.git Trans: Moved FIXMEs to global TODO --- diff --git a/TODO b/TODO index 688e7b60..70ec845e 100644 --- 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 diff --git a/ucw/doc/trans.txt b/ucw/doc/trans.txt index df3c8c0b..c1c1391e 100644 --- a/ucw/doc/trans.txt +++ b/ucw/doc/trans.txt @@ -143,12 +143,3 @@ All exceptions raised by LibUCW reside in the `ucw` subtree. So far, the following exception types are defined: `ucw.fb`:: <> - -== FIXME's == - -- Unit tests -- Resourcification of more libucw objects: - * bigalloc - * gary - * mainloop -- More exceptions