aboutsummaryrefslogtreecommitdiffstats
path: root/src/xgselect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-04-22T20:19:[email protected]Paul Eggert2014-04-221-7/+18
|\
| * Fix freezing with scroll bars of GTK3 Toolkit.Jarek Czekalski2014-04-211-7/+18
| * Revert previous change.Paul Eggert2014-04-151-44/+39
| * Fix some xgselect-vs-pselect bugs.Paul Eggert2014-04-151-39/+44
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
|/
* Fix "resource temporarily unavailable" with xgselect.Paul Eggert2014-03-041-3/+12
* * keyboard.c (kbd_buffer_get_event): Read file notification eventsMichael Albinus2014-02-041-14/+10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-2/+2
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-6/+7
* Fix minor problems found by static checking.Paul Eggert2013-08-261-2/+3
* Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-081-1/+0
* * xgselect.c (xg_select): Remove call to window_system_availableJan Djärv2013-06-081-3/+7
* Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv2013-06-031-2/+2
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+2
* Remove stray character from license URL.Paul Eggert2013-03-041-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-2/+0
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-2/+2
* * xgselect.c (xg_select): Use auto storage for the GPollFD bufferPaul Eggert2012-08-251-33/+19
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-15/+8
* * src/xgselect.c (xg_select): Fix first argument in call to 'select' (bug#115...Ken Brown2012-05-211-4/+4
* Improve test for when xg_select should just invoke select (bug#9754).Ken Brown2012-05-191-1/+2
* * xgselect.c (xg_select): Just invoke 'select' if -nw.Paul Eggert2012-05-151-1/+5
* * xgselect.c (xg_select): Put maxfds+1 into a var.Paul Eggert2012-05-091-4/+4
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-10/+3
* * xgselect.c (xg_select): Check for size calculation overflow.Paul Eggert2011-07-281-3/+9
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-011-5/+5
* * xgselect.c (xgselect_initialize): Check vs interfacePaul Eggert2011-04-161-1/+4
* * xgselect.c (xg_select): Remove unused var.Paul Eggert2011-03-131-9/+8
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-281-0/+6
|\|
| * * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.Jan D2010-09-261-0/+6
* | Fix more prototypes.Juanma Barranquero2010-07-041-1/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-7/+2
* | Fix config.h includes.Dan Nicolaescu2010-06-011-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add arch taglineMiles Bader2009-12-011-0/+2
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-211-0/+157