diff options
| author | Paul Eggert | 2014-12-20 15:20:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-20 15:50:45 -0800 |
| commit | 4cc2f6918ddd44bf1f10a1d689b7bd769fcf6b8e (patch) | |
| tree | 0f92d4a3a99608cf45a3f05283144ba160ceba01 /src/ChangeLog | |
| parent | 9b14d8b6f259a4d602f0c61689d6641e7ab20b49 (diff) | |
| download | emacs-4cc2f6918ddd44bf1f10a1d689b7bd769fcf6b8e.tar.gz emacs-4cc2f6918ddd44bf1f10a1d689b7bd769fcf6b8e.zip | |
Let charset tick grow past USHRT_MAX
* charset.c, charset.h (charset_ordered_list_tick):
Now EMACS_UINT, not unsigned short.
* fontset.c (reorder_font_vector): Allow the tick to grow to the
maximum representable Emacs integer value before wrapping it around.
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 e21d9ee05e1..4c2f2ec59d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-12-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Let charset tick grow past USHRT_MAX | ||
| 4 | * charset.c, charset.h (charset_ordered_list_tick): | ||
| 5 | Now EMACS_UINT, not unsigned short. | ||
| 6 | * fontset.c (reorder_font_vector): Allow the tick to grow to the | ||
| 7 | maximum representable Emacs integer value before wrapping it around. | ||
| 8 | |||
| 3 | Simplify unexec file mode setting | 9 | Simplify unexec file mode setting |
| 4 | * unexaix.c, unexcoff.c, unexelf.c, unexmacosx.c: | 10 | * unexaix.c, unexcoff.c, unexelf.c, unexmacosx.c: |
| 5 | Don't include <sys/stat.h> when no longer needed. | 11 | Don't include <sys/stat.h> when no longer needed. |