summaryrefslogtreecommitdiff
path: root/src/xgselect.c
Commit message (Expand)AuthorAge
* 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
* | Fix config.h includes.Dan Nicolaescu2010-06-01
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Add arch taglineMiles Bader2009-12-01
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-21