aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-04-15 08:43:41 -0700
committerPaul Eggert2014-04-15 08:43:41 -0700
commitf5a312939f6b5105eb0a1397a831d5e67481965f (patch)
treee44237c479e7b7f2bbeff8a75cb1cf10da4e4140 /src/ChangeLog
parent20fa59a004fff136c8fe8d4cd160c12d208c5cde (diff)
downloademacs-f5a312939f6b5105eb0a1397a831d5e67481965f.tar.gz
emacs-f5a312939f6b5105eb0a1397a831d5e67481965f.zip
Fix some xgselect-vs-pselect bugs.
This may not fix Bug#17172, but it fixes some bugs discovering while auditing xgselect.c for that bug. when one of glib's file descriptors is greater than FDS_LIM. Treat rfds, wfds, efds consistently, and test G_IO_PRI too. Clear input masks when pselect returns zero.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51861c6ca7d..8ef5dfe9916 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,11 @@
12014-04-15 Stefan Monnier <monnier@iro.umontreal.ca> 12014-04-15 Paul Eggert <eggert@penguin.cs.ucla.edu>
2 2
3 * buffer.c (Foverlays_at): Add argument `sorted'. 3 Fix some xgselect-vs-pselect bugs (Bug#17172).
4 4 This may not fix Bug#17172, but it fixes some bugs discovering
52014-04-14 Eli Zaretskii <eliz@gnu.org> 5 while auditing xgselect.c for that bug.
6 6 when one of glib's file descriptors is greater than FDS_LIM.
7 * insdel.c (invalidate_buffer_caches): When deleting or replacing 7 Treat rfds, wfds, efds consistently, and test G_IO_PRI too.
8 text, invalidate the bidi_paragraph_cache upto and including the 8 Clear input masks when pselect returns zero.
9 preceding newline.
10 9
112014-04-13 Paul Eggert <eggert@cs.ucla.edu> 102014-04-13 Paul Eggert <eggert@cs.ucla.edu>
12 11