summaryrefslogtreecommitdiff
path: root/src/xgselect.c
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-21
* Update copyright year to 2015Paul Eggert2015-01-01
* * xgselect.c (xg_select): Don't assume n_gfds is nonnegativePaul Eggert2014-11-08
* Merge from emacs-24; up to 117687Glenn Morris2014-11-08
|\
| * * src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan2014-11-05
* | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-22
|\|
| * Fix freezing with scroll bars of GTK3 Toolkit.Jarek Czekalski2014-04-21
| * Revert previous change.Paul Eggert2014-04-15
| * Fix some xgselect-vs-pselect bugs.Paul Eggert2014-04-15
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-05
|/
* Fix "resource temporarily unavailable" with xgselect.Paul Eggert2014-03-04
* * keyboard.c (kbd_buffer_get_event): Read file notification eventsMichael Albinus2014-02-04
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-27
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Fix minor problems found by static checking.Paul Eggert2013-08-26
* Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-08
* * xgselect.c (xg_select): Remove call to window_system_availableJan Djärv2013-06-08
* Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv2013-06-03
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Remove stray character from license URL.Paul Eggert2013-03-04
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-11
* * xgselect.c (xg_select): Use auto storage for the GPollFD bufferPaul Eggert2012-08-25
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* * src/xgselect.c (xg_select): Fix first argument in call to 'select' (bug#115...Ken Brown2012-05-21
* Improve test for when xg_select should just invoke select (bug#9754).Ken Brown2012-05-19
* * xgselect.c (xg_select): Just invoke 'select' if -nw.Paul Eggert2012-05-15
* * xgselect.c (xg_select): Put maxfds+1 into a var.Paul Eggert2012-05-09
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* * xgselect.c (xg_select): Check for size calculation overflow.Paul Eggert2011-07-28
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-01
* * xgselect.c (xgselect_initialize): Check vs interfacePaul Eggert2011-04-16
* * xgselect.c (xg_select): Remove unused var.Paul Eggert2011-03-13
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-28
|\|
| * * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.Jan D2010-09-26
* | Fix more prototypes.Juanma Barranquero2010-07-04
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04