gmain: don't pass the same fd to g_poll() multiple times
[platform/upstream/glib.git] / glib / gpoll.c
2014-10-29 Dan Winshipgmain: don't pass the same fd to g_poll() multiple...
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-01-31 Daniel MustielesUpdated FSF's address
2013-12-22 Ryan LortieUse POSIX-specified <poll.h> over <sys/poll.h>
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRemove alleged support for last-millennium Unixes
2013-11-20 Dan WinshipRemove alleged support for BeOS
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-09-13 Kristian RietveldInclude giochannel.c for G_IO_IN, etc.
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Emmanuele BassiBuild fixes for the fall-out of the inclusion changes
2010-09-04 Matthias ClasenMore include cleanups
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'
2008-09-25 Tor LillqvistBug 553820 - gpoll.c: undeclared identifier
2008-09-23 Michael Natterer#include <glib/gpoll.h>
2008-09-23 Dan WinshipMove this out of gmain.c and make it part of the public...