From 5071afb9be698415488e46c1c68c957f118c18e9 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 15 Apr 2012 00:08:34 -0400 Subject: [PATCH] updated todo file --- TODO.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 82dcc73..3e966af 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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) -* timeout for URL connection. ---- fixed +* "-o file" to output to a named file. +* "-O" to output to file based on url +* timeout for URL connection. + + * Marinetti ReadLine bug? - TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate. - bug identified. Using ReadLine2 as a workaround (plus it's easier)