diff options
| author | Lars Magne Ingebrigtsen | 2010-09-24 17:01:03 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-09-24 17:01:03 +0200 |
| commit | db063399123f02faeec4beaedf2ee375a9a50c49 (patch) | |
| tree | c616d1d2ca8091732f4ea8bd4a9cb3cd42d44c43 /src/ChangeLog | |
| parent | 69481da786be74ed3f89eebafbd38b9de9a1355e (diff) | |
| download | emacs-db063399123f02faeec4beaedf2ee375a9a50c49.tar.gz emacs-db063399123f02faeec4beaedf2ee375a9a50c49.zip | |
Fix all EMACS_INT/int conversion errors in print.c (and related files).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2af0040e3c2..ecebe75e7ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * xdisp.c (message_dolog): Fix EMACS_INT/int conversion. | ||
| 4 | |||
| 5 | * eval.c (verror): Fix EMACS_INT/int conversion. | ||
| 6 | |||
| 7 | * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string) | ||
| 8 | (print_preprocess, print_check_string_charset_prop) | ||
| 9 | (print_object): Fix EMACS_INT/int conversion. | ||
| 10 | |||
| 11 | * xdisp.c (message_dolog): Fix EMACS_INT/int conversion. | ||
| 12 | |||
| 1 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> | 13 | 2010-09-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * callproc.c (Fcall_process): Use EMACS_INT for count of | 15 | * callproc.c (Fcall_process): Use EMACS_INT for count of |
| @@ -52,6 +64,8 @@ | |||
| 52 | 64 | ||
| 53 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 65 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 54 | 66 | ||
| 67 | * eval.c (verror): EMACS_INT/int cleanup. | ||
| 68 | |||
| 55 | * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to | 69 | * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to |
| 56 | unwind_protect more than 2GB worth of functions. | 70 | unwind_protect more than 2GB worth of functions. |
| 57 | 71 | ||