mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
glib/glib.symbols glib/gutils.h Make also g_getenv(), g_setenv(),
2005-01-01 Tor Lillqvist <tml@iki.fi> * glib/glib.symbols * glib/gutils.h * glib/gutils.c: Make also g_getenv(), g_setenv(), g_unsetenv() and g_find_program_in_path() take and return UTF-8 strings on Win32. Implement DLL ABI backward compatility for them, too. Move all the DLL ABI stability wrappers to the end of the file. Use wide character API when available in inner_find_program_in_path(). * glib/gfileutils.c: With the UTF-8ness of g_getenv() above, just use g_getenv() to get PATHEXT. (Yeah, it's probably overdoing it to consider somebody actually having anything else than ASCII in PATHEXT, but...)
This commit is contained in:
committed by
Tor Lillqvist
parent
7e6be89c62
commit
714887d0fa
@@ -1,3 +1,18 @@
|
||||
2005-01-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/glib.symbols
|
||||
* glib/gutils.h
|
||||
* glib/gutils.c: Make also g_getenv(), g_setenv(), g_unsetenv()
|
||||
and g_find_program_in_path() take and return UTF-8 strings on
|
||||
Win32. Implement DLL ABI backward compatility for them, too. Move
|
||||
all the DLL ABI stability wrappers to the end of the file. Use
|
||||
wide character API when available in inner_find_program_in_path().
|
||||
|
||||
* glib/gfileutils.c: With the UTF-8ness of g_getenv() above, just
|
||||
use g_getenv() to get PATHEXT. (Yeah, it's probably overdoing it
|
||||
to consider somebody actually having anything else than ASCII
|
||||
in PATHEXT, but...)
|
||||
|
||||
2004-12-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/gfileutils.c (g_file_test): Rewrite the Win32 version to
|
||||
|
Reference in New Issue
Block a user