Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by Daniel
authorTor Lillqvist <tml@iki.fi>
Tue, 4 Feb 2003 23:37:04 +0000 (23:37 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 4 Feb 2003 23:37:04 +0000 (23:37 +0000)
commit5d48d565e3fc10a29091e66991b6bed85577f0e7
tree056fb0b48e036f33b6e9cf7037a7c84bf4249f82
parent305742130f85ae64edf031801efaa9aba044af8b
Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by Daniel

2003-02-04  Tor Lillqvist  <tml@iki.fi>

* glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.

Merge from stable branch:

Fix for bug #104014, reported by Alex Shaduri:

* glib/gspawn-win32.c (protect_argv): New function. Add
double-quotes around argv elements that need it, and escape
embedded double-quotes with backslash.
(do_spawn_with_pipes) Call protect_argv().

* glib/gspawn-win32-helper.c (WinMain): Call protect_argv().

* glib/gspawn.c (g_spawn_async_with_pipes): Document argument
vector vs. command line details on Win32.
(g_spawn_command_line_sync): Improve documentation about
backslashes in the command line on Windows.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giowin32.c
glib/gspawn-win32-helper.c
glib/gspawn-win32.c
glib/gspawn.c