Implement on Win32. Append the executable file name suffixes from PATHEXT
authorTor Lillqvist <tml@iki.fi>
Thu, 1 Mar 2001 10:25:12 +0000 (10:25 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 1 Mar 2001 10:25:12 +0000 (10:25 +0000)
commit00988d0d76dd765f654fb88265d11a59355eaf50
treeafe49c165c8da833c150fe394deabe90ad5086ea
parentb6ba941b505beb30da5c3004a3d8985ae5837335
Implement on Win32. Append the executable file name suffixes from PATHEXT

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

* gutils.c(g_find_program_in_path): Implement on Win32. Append the
executable file name suffixes from PATHEXT in turn while
looking for the program.
(g_find_program_in_path): If the program we are looking for is a
relative path in a subdirectory, don't do any path search.
12 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
glib/gutils.c
gutils.c
testglib.c
tests/testglib.c