From: Matthias Clasen Date: Mon, 7 Mar 2005 13:49:24 +0000 (+0000) Subject: Mark the last paragraph of the docs as Windows-specific. (#169433) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=44c788a9d0d3d4d77b4c83abb0dd7db550ccf3a7;p=dana%2Fcg-glib.git Mark the last paragraph of the docs as Windows-specific. (#169433) 2005-03-07 Matthias Clasen * glib/gutils.c (g_find_program_in_path): Mark the last paragraph of the docs as Windows-specific. (#169433) --- diff --git a/ChangeLog b/ChangeLog index 172ef929..8d4cfec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 172ef929..8d4cfec1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 172ef929..8d4cfec1 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 172ef929..8d4cfec1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-03-07 Matthias Clasen + + * glib/gutils.c (g_find_program_in_path): Mark the last + paragraph of the docs as Windows-specific. (#169433) + 2005-03-06 Matthias Clasen * glib/gmarkup.c: Add G_GNUC_PRINTF attribute diff --git a/glib/gutils.c b/glib/gutils.c index 7806d758..1cb2613d 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -313,9 +313,9 @@ g_find_program_in_path (const gchar *program) * * On Windows, if @program does not have a file type suffix, tries * with the suffixes .exe, .cmd, .bat and .com, and the suffixes in - * the PATHEXT environment variable. - * - * It looks for the file in the same way as CreateProcess() + * the PATHEXT environment variable. + * + * On Windows, it looks for the file in the same way as CreateProcess() * would. This means first in the directory where the executing * program was loaded from, then in the current directory, then in the * Windows 32-bit system directory, then in the Windows directory, and