diff options
| author | Paul Eggert | 2014-04-15 08:43:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-04-15 08:43:41 -0700 |
| commit | f5a312939f6b5105eb0a1397a831d5e67481965f (patch) | |
| tree | e44237c479e7b7f2bbeff8a75cb1cf10da4e4140 /src/ChangeLog | |
| parent | 20fa59a004fff136c8fe8d4cd160c12d208c5cde (diff) | |
| download | emacs-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/ChangeLog | 17 |
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 @@ | |||
| 1 | 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-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 | |
| 5 | 2014-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 | ||
| 11 | 2014-04-13 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2014-04-13 Paul Eggert <eggert@cs.ucla.edu> |
| 12 | 11 | ||