[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gspawn-win32.c
2014-08-05 Руслан ИжбулатовChange W32 console detection to look at the window...
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-15 Dan Winshipwin32: prototype _glib_get_dll_directory() and _glib_ge...
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenAdd missing includes
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-07-13 Marc-André Lureauwin32: fix build g_spawn_check_exit_status() with mingw
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-08-22 Christian PerschPreserve errno
2008-09-25 Tor LillqvistJust ignore the child_setup function, never call it...
2008-09-19 Tor Lillqvistglib/gutils.c (_glib_get_dll_directory) Be a bit less...
2008-08-04 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change...
2008-07-28 Tor LillqvistFix problems on 64-bit Windows. Avoid warnings, some...
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-03-03 Tor LillqvistMust set the GError also in the unexpected EOF case.
2008-02-24 Tor LillqvistGuard against _glib_get_installation_directory() return...
2008-02-24 Tor LillqvistNew internal function.
2007-05-13 Tor LillqvistDrop the pipe() macro. Defining macros outside of its...
2006-09-30 Matthias ClasenFix PLT issues
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-05-09 Sebastian WilhelmiUse canonical include form for internal headers. config...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-01-01 Tor LillqvistSet the GIOChannels for stdout and stderr to unbuffered...
2005-09-07 Tor LillqvistCreate also a console version of the gspawn-win32-helpe...
2005-08-26 Tor LillqvistImprove error reporting. Slight refactoring.
2005-08-25 Tor LillqvistMake also the g_spawn*() functions take parameters...
2005-03-20 Tor LillqvistClose the process handle if the called doesn't want...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-11 Tor LillqvistFix #157255. Also some refactoring of this still very...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-03-10 Tor Lillqvistglib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZER...
2004-03-07 Hans Breuershortcut_spawn_retval which doesn't improve the impleme...
2004-03-01 Owen TaylorPatch from J. Ali Harlow
2003-09-30 Tor LillqvistCall protect_argv() in do_spawn() instead of in do_spaw...
2003-07-31 Tor LillqvistWhen possible, manage without the helper process. ...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-02-04 Tor LillqvistFix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed...
2002-12-16 Tor LillqvistFix potential heap corruption. Sometimes called g_free...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-11-18 Tor LillqvistDo handle G_SPAWN_DO_NOT_REAP_CHILD after all, similari...
2002-11-17 Tor Lillqvist[Win32] Fix the asynchronous g_spawn* to return the...
2002-11-17 Tor LillqvistIgnore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be...
2002-04-19 Tor LillqvistAdd Windows-specific note to the gtk-doc comment.
2002-02-19 Tor LillqvistInclude <config.h> first here, too. Use g_io_channel_re...
2001-12-17 Matthias ClasenUse <envar>, not <envvar>.
2001-12-16 Matthias ClasenMinor markup fixes.
2001-10-01 Sven Neumannglib/gconvert.c glib/gspawn-win32.c some minor document...
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-17 Tor LillqvistAdd variable for LT_CURRENT minus LT_AGE (the suffix...
2001-08-30 Tor LillqvistAfter being away for about five months, I'm back workin...
2001-03-18 Tor LillqvistAdd braces to silence gcc -Wall.
2001-01-16 Owen TaylorAdd gettext support.
2000-11-28 Tor LillqvistPatches by Hans Breuer:
2000-10-19 Tor LillqvistPass -DGSPAWN_HELPER when building it. Link with user32...
2000-10-16 Tor LillqvistSome more debugging output. (g_io_channel_win32_poll...