2 * Code that we will drop from Mono, because we do not really need this:
9 These are currently only used for the GC-safe hash table, and
10 we will be replacing that with a copy of our own hashtable.
18 * Thread enabling, these might be just no-ops, check with Paolo/Zoltan
22 * Information retrieval
27 1 g_filename_from_utf8 [LIMITATION: UTF8 only today]
40 3 g_spaced_primes_closest
53 * Unimplemented, not supported currently:
55 3 g_convert (used for MONO_EXTERNAL_ENCODINGS)
56 g_unichar_tolower Used for deprecated unmanaged string collation
57 g_unichar_type Used for deprecated unmanaged string collation
61 The GMainLoop code was no longer in use in Mono.
63 * Windows implementations needed
65 Directory, File manipulation:
67 g_dir_open, g_dir_close, g_dir_read_name
69 We're missing a native windows implementation. The unix one is in place.