|
From: Christian P. <cp...@us...> - 2005-01-07 14:31:43
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16860 Modified Files: TODO Log Message: Added some ToDo's Index: TODO =================================================================== RCS file: /cvsroot/pclasses/pclasses2/TODO,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- TODO 22 Dec 2004 17:54:10 -0000 1.1.1.1 +++ TODO 7 Jan 2005 14:31:34 -0000 1.2 @@ -1 +1,37 @@ - \ No newline at end of file + +Core: +Date/Time/DateTime: +add TimeSpan add/sub operators +add TimeZone/TimeZoneDb + +IO: +ZLibIOFilter: add zlib "deflate" streaming (currently only supports "raw" streaming) +add GZipIOFilter ? + +Unicode: +Finish String +Finish TextStream + +System: +Add SerialDevice +Add RWLock +Add MemoryFile (mmap'd File) + +Net: +Add NetDb +Add FTPClient +Add Inet6Socket, Inet6Address +Add IPXSocket, IPXAddress +Add AppleTalkSocket, AppleTalkAddress + +XML: +Add XMLParser, HTMLParser, DOM + +SQL: +Add SQLDriver, SQLStatement, SQLResult, SQLField, ... + +App: +Logging, Config + +NetIO: +IOManager, ProtocolHandler, ... |