summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2005-01-01 02:09:51 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-01-01 02:09:51 +0000
commit714887d0fad7c55d623142e3efcedbf77e3e0b94 (patch)
treef2d64c1c454639b9f0daabc57a9084efad51a96f /ChangeLog.pre-2-6
parent7e6be89c62d92cd8663e21e4fe7449bbaef4e44f (diff)
downloadglib-714887d0fad7c55d623142e3efcedbf77e3e0b94.tar.gz
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...)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-615
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 1803cd247..da15a34bb 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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