aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b5f00a542d..242752cd777 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12011-04-10 Eli Zaretskii <eliz@gnu.org>
2
3 Fix write-region and its subroutines for buffers > 2GB.
4 * fileio.c (a_write, e_write): Modify declaration of arguments and
5 local variables to support buffers larger than 2GB.
6 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
7
8 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
9 argument, local variables, and return value.
10
11 * lisp.h: Update prototypes of emacs_write and emacs_read.
12
13 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
14
12011-04-10 Paul Eggert <eggert@cs.ucla.edu> 152011-04-10 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack. 17 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.