index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xgselect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
* process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
...
Jan Djärv
2011-07-01
1
-5
/
+5
*
* xgselect.c (xgselect_initialize): Check vs interface
...
Paul Eggert
2011-04-16
1
-1
/
+4
*
* xgselect.c (xg_select): Remove unused var.
Paul Eggert
2011-03-13
1
-9
/
+8
*
Refill some long/short copyright headers.
Glenn Morris
2011-01-26
1
-2
/
+2
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-1
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-2
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-09-28
1
-0
/
+6
|
\
|
|
*
* xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.
Jan D
2010-09-26
1
-0
/
+6
*
|
Fix more prototypes.
...
Juanma Barranquero
2010-07-04
1
-1
/
+2
*
|
Convert (most) functions in src to standard C.
...
Dan Nicolaescu
2010-07-04
1
-7
/
+2
[next]