Add GChecksum, a generic wrapper around various hashing algorithms. At the
[platform/upstream/glib.git] / glib / gspawn-win32.c
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...