Remove test for initial double backslash (UNC path), this will of course
authorTor Lillqvist <tml@iki.fi>
Thu, 1 Mar 2001 09:34:45 +0000 (09:34 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 1 Mar 2001 09:34:45 +0000 (09:34 +0000)
commitb6ba941b505beb30da5c3004a3d8985ae5837335
treea4d243a041b06552462019eb2a8aa2e17c9801cc
parent5215807c6c2072a4937a6e30a2f5e7b63e0742cc
Remove test for initial double backslash (UNC path), this will of course

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

* gutils.c (g_path_is_absolute): (Win32) Remove test for initial
double backslash (UNC path), this will of course be matched by the
test for an initial G_DIR_SEPARATOR right up front. Silly me.
(g_find_program_in_path): Implement on Win32.
(g_get_any_init): (Win32) Also look for the USERPROFILE env var
indicating the home directory equivalent.

* testglib.c (main): Test g_find_program_in_path() on Win32 by
looking for more.com and regedit.exe.

* glib.def: Add g_find_program_in_path.
17 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
README.win32
glib.def
glib/glib.def
glib/gutils.c
glib/makefile.msc.in
gutils.c
makefile.msc.in
testglib.c
tests/testglib.c