diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-12-30 02:00:49 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-12-30 02:00:49 +0000 |
commit | b76a6afcb8149f288804922a3c639d67efd090dc (patch) | |
tree | 446ae72e7ea3706ac7978f19140cbe54467a3439 /ChangeLog.pre-2-6 | |
parent | b1f6eaf987f60396ab1215edeb79123e3ef2469b (diff) |
Require UNC paths to start with exactly two slashes. (g_get_current_dir):
2004-12-30 Tor Lillqvist <tml@iki.fi>
* 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.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 7a1e990d6..6871524ca 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +2004-12-30 Tor Lillqvist <tml@iki.fi> + + * 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 <mclasen@redhat.com> * configure.in: Add an OS_LINUX conditional. |