glib r5490 - in trunk: . glib
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r5490 - in trunk: . glib
- Date: Sun, 13 May 2007 21:47:00 +0100 (BST)
Author: tml
Date: 2007-05-13 21:46:59 +0100 (Sun, 13 May 2007)
New Revision: 5490
ViewCVS link: http://svn.gnome.org/viewcvs/glib?rev=5490&view=rev
Modified:
trunk/ChangeLog
trunk/glib/gspawn-win32.c
trunk/glib/gwin32.h
Log:
2007-05-13 Tor Lillqvist <tml novell com>
* glib/gwin32.h: Drop the pipe() macro. Defining macros outside of
its namespace that look like POSIX functions is not GLib's
business in my opinion. This means pipe()-using code that has
relied on this definition will need changing to call _pipe() on
Windows, and make the decision itself on what size pipe buffer to
use, and whether to use text or binary mode, and whether the pipe
handles should be inheritable or not.
* glib/gspawn-win32.c (make_pipe): Use _pipe() instead of pipe().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]