diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5d5a811b3c4..185619f1890 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-08-27 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-08-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Simplify SELECT_TYPE-related code. | ||
| 4 | Like EMACS_TIME, this portability layer is no longer needed, since | ||
| 5 | Emacs has been using fd_set as a portability layer for some time. | ||
| 6 | * sysselect.h (FD_SETSIZE): Rename from MAXDESC. All uses changed. | ||
| 7 | (SELECT_TYPE): Remove. All uses changed to fd_set. | ||
| 8 | (fd_set) [!FD_SET]: New typedef. | ||
| 9 | |||
| 3 | Simplify EMACS_TIME-related code. | 10 | Simplify EMACS_TIME-related code. |
| 4 | This portability layer is no longer needed, since Emacs has been | 11 | This portability layer is no longer needed, since Emacs has been |
| 5 | using struct timespec as a portability layer for some time. | 12 | using struct timespec as a portability layer for some time. |