Another update
[mono.git] / eglib / TODO
1 * Missing code
2
3         * Process launching
4               3 g_shell_quote
5               1 g_shell_unquote
6
7         * Thread enabling, these might be just no-ops, check with Paolo/Zoltan
8               3 g_thread_supported
9               3 g_thread_init
10
11         * Miscelaneous
12               3 g_spaced_primes_closest
13
14 Macros:
15       6 G_UNLIKELY
16       4 G_LIKELY
17
18 ---------------------------------------------------------------------- 
19
20 * Unimplemented, not supported currently:
21
22                 g_unichar_tolower       Used for deprecated unmanaged string collation
23                 g_unichar_type          Used for deprecated unmanaged string collation
24
25 * Dead Code
26
27         The GMainLoop code was no longer in use in Mono.
28
29 * Windows implementations needed
30
31   Directory, File manipulation:
32
33        g_dir_open, g_dir_close, g_dir_read_name
34
35   We're missing a native windows implementation. The unix one is in place.
36
37      * Information retrieval
38       1 g_win32_getlocale
39