X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=TODO;h=f6c2af46f3cbaf065a5d872c254b227ddf297c50;hp=7f116c959882044a3a3b4dea4b3cf395b1963a39;hb=1ad1765203103b64292ace31d39503887e543b65;hpb=2ede5da9520e7e8508ae28656d542824c4c29793 diff --git a/TODO b/TODO index 7f116c95..f6c2af46 100644 --- a/TODO +++ b/TODO @@ -52,6 +52,8 @@ Runtime library, lib/silcutil/ o Multicast support. + o Implement silc_get_num_cpu. + o silc_file_readfile and silc_file_writefile should perhaps do the thing with mmap, as it's probably a bit faster. @@ -164,10 +166,21 @@ Runtime library, lib/silcutil/ rwlock implementation using atomic operations.) not for now. -lib/silcutil/symbian/ -===================== +Windows Support +=============== + + +Symbian OS Support +================== o Something needs to be thought to the logging globals as well, like silc_debug etc. They won't work on EPOC. Perhaps logging and debugging is to be disabled on EPOC. The logging currently works - by it cannot be controlled, same with debugging. + by it cannot be controlled, same with debugging. SILC Global API + MUST be used with all globals on Symbian. + + o gethostname() returns "Function not implemented". Others may return + the same. We should fix that probably to use RHostResolver and + GetHostName(). + + o silc_thread_exit should call User::Exit().