updated todo file

This commit is contained in:
Kelvin Sherlock 2012-04-15 00:08:34 -04:00
parent 409d333ca1
commit 5071afb9be

View File

@ -1,15 +1,17 @@
* "-o file" to output to a named file.
* "-O" to output to file based on url
* set filetype/auxtype based on extension? (mostly for .c/.h files) * set filetype/auxtype based on extension? (mostly for .c/.h files)
* timeout for URL connection.
---- ----
fixed fixed
* "-o file" to output to a named file.
* "-O" to output to file based on url
* timeout for URL connection.
* Marinetti ReadLine bug? * Marinetti ReadLine bug?
- TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate. - TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate.
- bug identified. Using ReadLine2 as a workaround (plus it's easier) - bug identified. Using ReadLine2 as a workaround (plus it's easier)