--- psiconv/trunk/TODO 1999/10/03 21:10:47 2 +++ psiconv/trunk/TODO 1999/10/30 22:36:43 26 @@ -1,11 +1,12 @@ Data formats: * Understand the password section -* Understand and document included objects +* Document included objects * Understand and document other file types (Data, Sheet, Agenda, etc) Parser: * Incorporate the replacement section. Stubs are already in place. * Add additional file types. +* Add included objects Generators: * HTML: Verify generated code, to see whether it is HTML-3.2 compatible @@ -15,7 +16,8 @@ General: * Out-of-memory segfaults (malloc fails are not caught). Better handling? +* Make psiconv_debug and friends variables, that can be changed to + catch those errors and handle them in an application-specfic way. * Many common values are returned as int. Perhaps change this to long, for better behaviour on very large files on some architectures? -* It should be possible for users to catch parse errors with their own - routines. +* I suspect there are still some memory leaks.