X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=41a9f781b79a023e4d22d71f4eb786b15e28a252;hb=9da85c7262325478e8730ae9f3e76bd0528a9a8c;hp=1b4fb2155482328194f0a21164352631795aaf9a;hpb=572e8b2756707488fa7a1066d16944094b165d66;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1b4fb21..41a9f78 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,99 +1,3 @@ -2005-01-01 J. Ali Harlow - - * configure.in: Don't use AC_TRY_RUN to test for long long format - when using the MSVCRT.DLL runtime since we know the answer anyway - and it causes some mild inconvience when cross compiling. - - * README.win32: Add a reference to the cross compiling section - of the reference manual. - - * docs/reference/glib/cross.sgml: MinGW uses MSVCRT.DLL which - requires %I64i instead of %lli. (#161306) - -2005-01-01 Tor Lillqvist - - * glib/gutils.c: Make the g_getenv() ABI backward compatibility - wrapper more robust. - -2005-01-01 Tor Lillqvist - - * 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 - - * glib/gfileutils.c (g_file_test): Rewrite the Win32 version to - use GetFileAttributes() instead of stat(). stat() is unreliable - for corner cases like '\\server\share' or '.\'. Part of fixing - #161797. When testing for executability, in addition to the fixed - set of executable file name extensions also check the PATHEXT - environment variable. - -2004-12-30 Tor Lillqvist - - * glib/gutils.c (g_get_current_dir): In the Win32 version, use - GetCurrentDirectory() directly for simpler buffer length - management. I don't trust getcwd() getting it right all the time. - -2004-12-30 Matthias Clasen - - * glib/gfileutils.c (g_file_test): Typo fix. - -2004-12-30 Tor Lillqvist - - * glib/gutils.c (g_path_skip_root): Require UNC paths to start - with exactly two slashes. - (g_get_current_dir): Use wide character API when available. - (g_path_get_dirname): Handle UNC paths better. Part of fix for - #161797. - -2004-12-27 Matthias Clasen - - * configure.in: Add an OS_LINUX conditional. - - * glib/Makefile.am (TESTS): Only check the ABI on - linux, since the shell script is not portable, and libtool - deficiencies may distort the ABI on other platforms. (#161741) - -2004-12-21 Matthias Clasen - - * glib/goption.c (print_entry): Don't show - the special G_OPTION_REMAINING entry. (#161934, - Matthew F. Barnes) - -2004-12-20 Tor Lillqvist - - * glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve - docs. - -2004-12-20 Matthias Clasen - - * tests/option-test.c: Add some tests for '--' - stripping. - - * glib/goption.c (g_option_context_parse): Don't - strip '--' if it would be needed by a second option - parser. (#161701) - - * glib/gunicollate.c (g_utf8_collate): Make docs - more accurate. (#161683, Marcin Krzyzanowski) - -2004-12-19 Matthias Clasen - - * glib/goption.c (g_option_context_parse): Call - post-parse hooks also if argv is NULL. (#161668, - Marcin Krzyzanowski) - 2004-12-16 Matthias Clasen * configure.in: Bump version