X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2FTODO;h=bbbb49bbba4c9c2921879a4bc9948fd945b3e9e5;hb=77779a37986dc1bc71c08c31005fdde46b4cc5f6;hp=e569e8aba46b8570ae53d8055d1a853119192ee3;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/eglib/TODO b/eglib/TODO index e569e8aba46..bbbb49bbba4 100644 --- a/eglib/TODO +++ b/eglib/TODO @@ -1,65 +1,20 @@ - -* Code that we will drop from Mono, because we do not really need this: - - Locking: - - 5 G_LOCK - 5 G_UNLOCK - - These are currently only used for the GC-safe hash table, and - we will be replacing that with a copy of our own hashtable. - -Important Groups: +* Missing code * Process launching 3 g_shell_quote 1 g_shell_unquote - * Thread enabling, these might be just no-ops, check with Paolo/Zoltan - 3 g_thread_supported - 3 g_thread_init - - * Information retrieval - 1 g_get_charset - 1 g_win32_getlocale - - * String manipulation - 1 g_filename_from_utf8 [LIMITATION: UTF8 only today] - 1 g_ascii_strdown - 4 g_strdown - 10 g_strlcpy - 2 g_strdelimit - 1 g_strescape - - * Character encoding - 3 g_utf8_validate - 3 g_locale_to_utf8 - 1 g_locale_from_utf8 - - * Miscelaneous - 3 g_spaced_primes_closest - 2 g_printerr - 1 g_mem_set_vtable - 1 g_log_set_handler - -Remove code from Mono: - - Multi-threaded aware GHashTable. - utils/mono-uri.c +---------------------------------------------------------------------- +* Should implement, for better performance: + Macros: 6 G_UNLIKELY 4 G_LIKELY - 2 G_USEC_PER_SEC - 2 G_STRLOC - 1 G_SPAWN_SEARCH_PATH - 1 G_ALLOC_ONLY * Unimplemented, not supported currently: - 3 g_convert (used for MONO_EXTERNAL_ENCODINGS) - g_unichar_tolower Used for deprecated unmanaged string collation - g_unichar_type Used for deprecated unmanaged string collation + (none as yet.) * Dead Code @@ -71,5 +26,8 @@ Macros: g_dir_open, g_dir_close, g_dir_read_name - We're missing a native windows implementation. The unix one is in place. + We're missing a native windows implementation. The unix one is in place. + * Information retrieval + 1 g_win32_getlocale +