diff options
| author | Paul Eggert | 2013-10-07 01:05:00 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-10-07 01:05:00 -0700 |
| commit | 223752d78f464f6cabafa76f32089300522d3ff4 (patch) | |
| tree | 757d9055bfb2a434d787a6280d8e4d5461302097 /src/ChangeLog | |
| parent | 3c439e0a8410d713488b16af5842ad8ef0cddb04 (diff) | |
| download | emacs-223752d78f464f6cabafa76f32089300522d3ff4.tar.gz emacs-223752d78f464f6cabafa76f32089300522d3ff4.zip | |
emacs_read and emacs_write now use void *, not char *.
* alloc.c (valid_pointer_p) [!WINDOWSNT]: Remove now-unnecessary cast.
* sysdep.c (emacs_read, emacs_write, emacs_write_sig):
Buffer arg is now void *, not char *. This matches plain
'read' and 'write' better, and avoids a constraint violation
on Solaris 9 with Oracle Studio.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4be64c13993..7483748919d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | emacs_read and emacs_write now use void *, not char *. | ||
| 4 | * alloc.c (valid_pointer_p) [!WINDOWSNT]: Remove now-unnecessary cast. | ||
| 5 | * sysdep.c (emacs_read, emacs_write, emacs_write_sig): | ||
| 6 | Buffer arg is now void *, not char *. This matches plain | ||
| 7 | 'read' and 'write' better, and avoids a constraint violation | ||
| 8 | on Solaris 9 with Oracle Studio. | ||
| 9 | |||
| 1 | 2013-10-07 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2013-10-07 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | * alloc.c (Fmake_string): For ASCII char initializer, prefer | 12 | * alloc.c (Fmake_string): For ASCII char initializer, prefer |