summaryrefslogtreecommitdiff
path: root/glib/gspawn-win32.c
Commit message (Expand)AuthorAgeFilesLines
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Preserve errnoChristian Persch2009-08-221-3/+6
* Just ignore the child_setup function, never call it. The is no situationTor Lillqvist2008-09-251-14/+2
* glib/gutils.c (_glib_get_dll_directory) Be a bit less restrictive, lookTor Lillqvist2008-09-191-6/+6
* glib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize castsTor Lillqvist2008-08-041-11/+11
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-15/+19
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-0/+4
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-4/+4
* Must set the GError also in the unexpected EOF case.Tor Lillqvist2008-03-031-5/+11
* Guard against _glib_get_installation_directory() returning NULL. In thatTor Lillqvist2008-02-241-2/+7
* New internal function.Tor Lillqvist2008-02-241-19/+72
* Drop the pipe() macro. Defining macros outside of its namespace that lookTor Lillqvist2007-05-131-1/+1
* Fix PLT issuesMatthias Clasen2006-09-301-2/+1
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-237/+89
* Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi2006-05-091-1/+1
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-4/+1
* Set the GIOChannels for stdout and stderr to unbuffered. Otherwise theTor Lillqvist2006-01-011-0/+6
* Create also a console version of the gspawn-win32-helper program,Tor Lillqvist2005-09-071-28/+28
* Improve error reporting. Slight refactoring.Tor Lillqvist2005-08-261-190/+381
* Make also the g_spawn*() functions take parameters in the GLib file nameTor Lillqvist2005-08-251-74/+434
* Close the process handle if the called doesn't want it also in the caseTor Lillqvist2005-03-201-7/+13
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Fix #157255. Also some refactoring of this still very ugly source file.Tor Lillqvist2004-12-111-486/+452
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, BruceTor Lillqvist2004-03-101-4/+10
* shortcut_spawn_retval which doesn't improve the implementation at all, itHans Breuer2004-03-071-1/+1
* Patch from J. Ali HarlowOwen Taylor2004-03-011-6/+13
* Call protect_argv() in do_spawn() instead of in do_spawn_with_pipes() soTor Lillqvist2003-09-301-17/+16
* When possible, manage without the helper process. (Part of theTor Lillqvist2003-07-311-18/+95
* Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen2003-03-301-2/+2
* Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by DanielTor Lillqvist2003-02-041-1/+88
* Fix potential heap corruption. Sometimes called g_free() on stringTor Lillqvist2002-12-161-1/+2
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-0/+2
* Include a printf implementation supporting C99 snprintf and SUSMatthias Clasen2002-11-211-4/+5
* Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. IfTor Lillqvist2002-11-181-1/+6
* [Win32] Fix the asynchronous g_spawn* to return the process handle of theTor Lillqvist2002-11-171-33/+60
* Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfullyTor Lillqvist2002-11-171-82/+87
* Add Windows-specific note to the gtk-doc comment.Tor Lillqvist2002-04-191-153/+0
* Include <config.h> first here, too. Use g_io_channel_read_chars() insteadTor Lillqvist2002-02-191-4/+8
* Use <envar>, not <envvar>.Matthias Clasen2001-12-171-2/+2
* Minor markup fixes.Matthias Clasen2001-12-161-47/+49
* glib/gconvert.c glib/gspawn-win32.c some minor documentation fixes.Sven Neumann2001-10-011-2/+2
* When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible2001-09-271-1/+0
* Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist2001-09-171-1/+1
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-301-4/+1
* Add braces to silence gcc -Wall.Tor Lillqvist2001-03-181-4/+6
* Add gettext support.Owen Taylor2001-01-161-5/+1
* Patches by Hans Breuer:Tor Lillqvist2000-11-281-206/+2
* Pass -DGSPAWN_HELPER when building it. Link with user32.lib.Tor Lillqvist2000-10-191-0/+2
* Some more debugging output. (g_io_channel_win32_poll): Remove unused vars.Tor Lillqvist2000-10-161-0/+1191