aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-12 19:44:59 -0800
committerPaul Eggert2013-12-12 19:44:59 -0800
commit11dde529083c0b3df2e8e91913426ed4975b77c3 (patch)
tree82ce197d3f169abda09cc1ddd7a0a5d8c14a386e /src/ChangeLog
parentb9e20952ea75d1c82c7d0935004c23e795c67e2f (diff)
downloademacs-11dde529083c0b3df2e8e91913426ed4975b77c3.tar.gz
emacs-11dde529083c0b3df2e8e91913426ed4975b77c3.zip
* gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):
Return ptrdiff_t, not int, since it's a buffer size. Reindent/reparen some macros to a more Gnuish style.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12013-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
12013-12-12 Paul Eggert <eggert@cs.ucla.edu> 72013-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.