Fix problems with unproperly recognized values like "10,03", "100.004"
[infodrom/dtaus] / TODO
diff --git a/TODO b/TODO
index 2e06a44..1bce295 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,18 +3,20 @@ $Id$
 TODO List
 ---------
 
- . Include full support for new upcoming Euro currency.
-
  . Include consistency test for dtaus files.  It is possible to check
    all BLZ and KTO against some patterns.  At ping.de some algorithms
    were implemented.  There's also a list of valid BLZs somewhere
 
  . Add some nice GUI for control file creation
 
- . Add proper documentation of the control file
+ . Maybe add some plausibility tests for ``Ausfuehrung''
+
+ . Add some regression tests for automatic testing of patches
 
- . Add support for more text fields
+ . In case of an error, pass the status error though the exit() routine.
 
+ . In case of an error, files are written half-way, ending with buggy
+   files.  Maybe ftrunc() or unlink() them.
 
                                                Martin Schulze
-                                          <joey@infodrom.north.de>
+                                          <joey@infodrom.org>