diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7bbcb345a0f..0ffa9af77fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-12-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending): | ||
| 4 | Return ptrdiff_t, not int, since it's a buffer size. | ||
| 5 | Reindent/reparen some macros to a more Gnuish style. | ||
| 6 | |||
| 1 | 2013-12-12 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-12-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Avoid undefined behavior with huge regexp interval counts. | 9 | Avoid undefined behavior with huge regexp interval counts. |