aa6d6762f7a002ce0e1be0da52571049220dea85
[mono.git] / eglib / TODO
1 * Missing code
2
3         * Process launching
4               3 g_shell_quote
5               1 g_shell_unquote
6
7         * String
8                 g_ascii_strncasecmp
9                 g_strjoinv
10
11         * Miscelaneous
12                 g_propagate_error
13                 
14         GLIB_CHECK_VERSION       -- currently broken, but does not matterh much
15
16         *rva = GUINT32_FROM_LE (assembly->text_rva + assembly->imp_names_offset + 14); /* 14 is hint+strlen+1 of func name */
17
18
19 ---------------------------------------------------------------------- 
20
21 * Should implement, for better performance:
22  
23 Macros:
24       6 G_UNLIKELY
25       4 G_LIKELY
26
27 * Unimplemented, not supported currently:
28
29                 g_unichar_tolower       Used for deprecated unmanaged string collation
30                 g_unichar_type          Used for deprecated unmanaged string collation
31
32 * Dead Code
33
34         The GMainLoop code was no longer in use in Mono.
35
36 * Windows implementations needed
37
38   Directory, File manipulation:
39
40        g_dir_open, g_dir_close, g_dir_read_name
41
42   We're missing a native windows implementation. The unix one is in place.
43
44      * Information retrieval
45       1 g_win32_getlocale
46