summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-06-17 16:31:36 +0200
committerMartin Mares <mj@ucw.cz>1998-06-17 16:31:36 +0200
commitecacdfa434acf8af38ed8c1c0c8e71dab400b0f4 (patch)
treea12069269792c80ae9fc21987f8a754f1a7c54dc /TODO
parent97d858c590998786d4d8a16b5c1f657800d74736 (diff)
downloadbird-ecacdfa434acf8af38ed8c1c0c8e71dab400b0f4.tar
bird-ecacdfa434acf8af38ed8c1c0c8e71dab400b0f4.zip
Added local version of sprintf (bsprintf and bvsprintf) offering few new
format strings: %I IP address %#I IP address in hexadecimal %1I IP address padded to full length %m strerror(errno)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index ded7ab9..6d58cd1 100644
--- a/TODO
+++ b/TODO
@@ -34,6 +34,8 @@ Core
- Check incoming packets and log errors!!
+- implement snprintf etc. and clean up debugging and logging functions
+
RIP
~~~