X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-6;h=41a9f781b79a023e4d22d71f4eb786b15e28a252;hb=52b5a06dea63c9489e76862f16895b08118aa63f;hp=1803cd247c5ae5e55bf79830315e320b9e97b722;hpb=7e6be89c62d92cd8663e21e4fe7449bbaef4e44f;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1803cd2..41a9f78 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,67 +1,3 @@ -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