index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xgselect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Attempt to fix crashes with threads in GTK builds
Eli Zaretskii
2016-12-30
1
-5
/
+6
*
|
Prevent crashes in xg_select due to concurrency
Eli Zaretskii
2016-12-15
1
-1
/
+1
*
|
Documentation and commentary improvements
Eli Zaretskii
2016-12-10
1
-0
/
+3
*
|
Merge branch 'concurrency'
Eli Zaretskii
2016-12-04
1
-4
/
+5
|
\
\
|
*
\
merge from trunk
Ken Raeburn
2015-11-01
1
-35
/
+64
|
|
\
\
|
*
|
|
avoid SAFE_ALLOCA
Tom Tromey
2013-07-04
1
-4
/
+5
*
|
|
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
|
|
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-2
/
+1
*
|
Use bool for boolean in xfont.c, xftfont.c, xgselect.c
Paul Eggert
2015-01-21
1
-2
/
+2
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
* xgselect.c (xg_select): Don't assume n_gfds is nonnegative
Paul Eggert
2014-11-08
1
-2
/
+2
*
|
Merge from emacs-24; up to 117687
Glenn Morris
2014-11-08
1
-3
/
+15
|
\
\
|
*
|
* src/xgselect.c (xg_select): Use g_main_context_acquire.
Dima Kogan
2014-11-05
1
-3
/
+15
*
|
|
Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu
Paul Eggert
2014-04-22
1
-7
/
+18
|
\
|
|
|
*
|
Fix freezing with scroll bars of GTK3 Toolkit.
Jarek Czekalski
2014-04-21
1
-7
/
+18
|
*
|
Revert previous change.
Paul Eggert
2014-04-15
1
-44
/
+39
|
*
|
Fix some xgselect-vs-pselect bugs.
Paul Eggert
2014-04-15
1
-39
/
+44
*
|
|
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-04-05
1
-1
/
+1
|
/
/
*
|
Fix "resource temporarily unavailable" with xgselect.
Paul Eggert
2014-03-04
1
-3
/
+12
*
|
* keyboard.c (kbd_buffer_get_event): Read file notification events
Michael Albinus
2014-02-04
1
-14
/
+10
*
|
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
|
Simplify SELECT_TYPE-related code.
Paul Eggert
2013-08-27
1
-2
/
+2
*
|
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
1
-6
/
+7
*
|
Fix minor problems found by static checking.
Paul Eggert
2013-08-26
1
-2
/
+3
|
/
*
Fix compilation issues for GNUStep and GLIB conflicts.
Jan Djärv
2013-06-08
1
-1
/
+0
*
* xgselect.c (xg_select): Remove call to window_system_available
Jan Djärv
2013-06-08
1
-3
/
+7
*
Add HAVE_GLIB check instead of checking individual libraries that use GLib.
Jan Djärv
2013-06-03
1
-2
/
+2
*
Get rid of some platform-specific functions examining window
Dmitry Antipov
2013-04-07
1
-1
/
+2
*
Remove stray character from license URL.
Paul Eggert
2013-03-04
1
-1
/
+1
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-2
/
+0
*
Prefer assignment to memcpy when either will do.
Paul Eggert
2012-09-11
1
-2
/
+2
*
* xgselect.c (xg_select): Use auto storage for the GPollFD buffer
Paul Eggert
2012-08-25
1
-33
/
+19
*
EMACS_TIME simplification (Bug#11875).
Paul Eggert
2012-07-10
1
-2
/
+2
*
More xmalloc and related cleanup.
Paul Eggert
2012-07-05
1
-1
/
+1
*
Support higher-resolution time stamps.
Paul Eggert
2012-06-22
1
-15
/
+8
*
* src/xgselect.c (xg_select): Fix first argument in call to 'select' (bug#115...
Ken Brown
2012-05-21
1
-4
/
+4
*
Improve test for when xg_select should just invoke select (bug#9754).
Ken Brown
2012-05-19
1
-1
/
+2
*
* xgselect.c (xg_select): Just invoke 'select' if -nw.
Paul Eggert
2012-05-15
1
-1
/
+5
*
* xgselect.c (xg_select): Put maxfds+1 into a var.
Paul Eggert
2012-05-09
1
-4
/
+4
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-04
1
-10
/
+3
*
* xgselect.c (xg_select): Check for size calculation overflow.
Paul Eggert
2011-07-28
1
-3
/
+9
[next]