summaryrefslogtreecommitdiff
path: root/glib/giounix.c
AgeCommit message (Expand)Author
2008-10-06Bug 555309 – giochannel breaks on error Patch from Christian PerschBehdad Esfahbod
2008-09-30Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS XBehdad Esfahbod
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-01-12#define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.Manish Singh
2002-12-04Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor
2002-03-08Final updates for 2.0.0Owen Taylor
2002-02-21ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor
2002-02-15Updated.Owen Taylor
2001-12-20kill 'callback'Michael Meeks
2001-11-15set the fd before using it.Michael Meeks
2001-09-03Add closure_marshal/closure_callback fields to GSourceFuncs for use byOwen Taylor
2001-09-02Fix some variables that should have been static.Owen Taylor
2001-08-16Modified Files: glib/ChangeLog glib/glib/giounix.cRon Steinke
2001-08-16Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke
2001-08-05Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke
2001-07-29Matthias Classen's patch to give g_io_channel_flush() the correct senseRon Steinke
2001-07-20Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke
2001-07-02Fix.Owen Taylor
2001-06-30Rename GSourceFuncs::destroy to GSourceFuncs::finalize. (#56858)Owen Taylor
2001-06-30 Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor
2000-12-05Major change in API for creating sources to handle multiple main loopsOwen Taylor
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-03-20Interpret EINTR as G_IO_ERROR_AGAIN.Sebastian Wilhelmi
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1998-12-18new function to check whether a main loop has been quitted. (g_main_new):Tim Janik
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson
1998-12-16Fixed small bug.Sebastian Wilhelmi
1998-12-15Use an "inheritance" scheme for IO channel memory allocation.hOwen Taylor
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor