Look also for (illegal) forward slashes in the template.
authorTor Lillqvist <tml@iki.fi>
Fri, 5 Jan 2001 19:30:13 +0000 (19:30 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 5 Jan 2001 19:30:13 +0000 (19:30 +0000)
commitebf8fe6a929775945d17d820377e5eb974f3f3d0
tree78654704c7c0fbdabc34a481cc36879f94698bee
parent568691c6003a430682f1b48191b8921bb8844419
Look also for (illegal) forward slashes in the template.

2001-01-05  Tor Lillqvist  <tml@iki.fi>

* gfileutils.c (g_file_open_tmp): (Win32:) Look also for (illegal)
forward slashes in the template.

* gutils.c (g_path_skip_root): On Win32, skip the \\server\share
part of UNC paths. On all platforms, skip several initial
slashes. Add a few comments.
(g_get_any_init): On Win32, in case HOME is Unix-style with
(forward) slashes (some other applications apparently set it up
this way, convert to backslashed form.

* configure.in (glib_os): Remove stray 'v'. Add case for mingw,
although using configure for mingw surely doesn't work yet.

* glib.def: Update.
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gfileutils.c
glib.def
glib/gfileutils.c
glib/glib.def
glib/gutils.c
gutils.c