2006-10-16 Miguel de Icaza <miguel@novell.com>
[mono.git] / eglib / TODO
1 * Missing code
2
3         * Process launching
4               3 g_shell_quote
5               1 g_shell_unquote
6
7 ---------------------------------------------------------------------- 
8
9 * Should implement, for better performance:
10  
11 Macros:
12       6 G_UNLIKELY
13       4 G_LIKELY
14
15 * Unimplemented, not supported currently:
16
17                 g_unichar_tolower       Used for deprecated unmanaged string collation
18                 g_unichar_type          Used for deprecated unmanaged string collation
19
20 * Dead Code
21
22         The GMainLoop code was no longer in use in Mono.
23
24 * Windows implementations needed
25
26   Directory, File manipulation:
27
28        g_dir_open, g_dir_close, g_dir_read_name
29
30   We're missing a native windows implementation. The unix one is in place.
31
32      * Information retrieval
33       1 g_win32_getlocale
34