diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff45c4b2a83..cc8cb84831a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-02-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume C89 or better. | ||
| 4 | * ralloc.c (SIZE, POINTER, NIL): | ||
| 5 | * vm-limit.c (POINTER): | ||
| 6 | Remove, replacing all uses with C89 equivalents. These old | ||
| 7 | symbols were present only for porting to pre-C89 platforms. | ||
| 8 | |||
| 9 | 2013-02-22 Claudio Bley <claudio.bley@gmail.com> | ||
| 10 | |||
| 11 | * w32.c (emacs_gnutls_pull): Don't call 'select', and don't loop. | ||
| 12 | This avoids warning messages reported as part of Bug#13546. | ||
| 13 | |||
| 1 | 2013-02-21 Ken Brown <kbrown@cornell.edu> | 14 | 2013-02-21 Ken Brown <kbrown@cornell.edu> |
| 2 | 15 | ||
| 3 | * sheap.c (report_sheap_usage): Fix arguments of message1_no_log. | 16 | * sheap.c (report_sheap_usage): Fix arguments of message1_no_log. |