diff options
| author | Paul Eggert | 2015-01-12 11:26:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-12 11:28:05 -0800 |
| commit | 52afe0cfa248053c96e26bc67bdc427945358655 (patch) | |
| tree | 0c896237d5a9d2bad10176a537358aa6cad3f542 /src/ChangeLog | |
| parent | cc59a3e577cf54dfa085bba2da8840b2e6cdf7e7 (diff) | |
| download | emacs-52afe0cfa248053c96e26bc67bdc427945358655.tar.gz emacs-52afe0cfa248053c96e26bc67bdc427945358655.zip | |
Port to 32-bit MingGW --with-wide-int
Problem reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00265.html
* lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches
what we think it is, rather than checking only its alignment (and
doing so incorrectly on MinGW).
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 32f17e1a863..252dfd33620 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to 32-bit MingGW --with-wide-int | ||
| 4 | Problem reported by Eli Zaretskii in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00265.html | ||
| 6 | * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches | ||
| 7 | what we think it is, rather than checking only its alignment (and | ||
| 8 | doing so incorrectly on MinGW). | ||
| 9 | |||
| 1 | 2015-01-12 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2015-01-12 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | * fileio.c (Ffile_name_as_directory, Fdirectory_file_name): | 12 | * fileio.c (Ffile_name_as_directory, Fdirectory_file_name): |