aboutsummaryrefslogtreecommitdiffstats
path: root/src/xgselect.c
Commit message (Expand)AuthorAgeFilesLines
* 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