summaryrefslogtreecommitdiff
path: root/src/xgselect.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Attempt to fix crashes with threads in GTK buildsEli Zaretskii2016-12-301-5/+6
* | Prevent crashes in xg_select due to concurrencyEli Zaretskii2016-12-151-1/+1
* | Documentation and commentary improvementsEli Zaretskii2016-12-101-0/+3
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-4/+5
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-35/+64
| |\ \
| * | | avoid SAFE_ALLOCATom Tromey2013-07-041-4/+5
* | | | Limit <config.h>’s includesPaul Eggert2016-09-301-1/+0
| |_|/ |/| |
* | | Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| |/ |/|
* | Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+1
* | Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-211-2/+2
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * xgselect.c (xg_select): Don't assume n_gfds is nonnegativePaul Eggert2014-11-081-2/+2
* | Merge from emacs-24; up to 117687Glenn Morris2014-11-081-3/+15
|\ \
| * | * src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan2014-11-051-3/+15
* | | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul 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