diff options
| author | Paul Eggert | 2014-01-24 12:55:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-24 12:55:22 -0800 |
| commit | 0fadc0b0ae30c97b9c810476f3c96ed5ce25a1f9 (patch) | |
| tree | fba1a7ae71c4278a234adad3de083eba249583a0 /src/ChangeLog | |
| parent | 1c597a5e2fbc8a15d8b0142c529be087f007db9c (diff) | |
| download | emacs-0fadc0b0ae30c97b9c810476f3c96ed5ce25a1f9.tar.gz emacs-0fadc0b0ae30c97b9c810476f3c96ed5ce25a1f9.zip | |
Fix bool-vector-count-population bug on MinGW64.
* data.c (count_one_bits_word): Fix bug (negated comparison)
when BITS_PER_ULL < BITS_PER_BITS_WORD.
Fixes: debbugs:16535
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 6dbaa5cbcf2..e1e9cba7640 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-01-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix bool-vector-count-population bug on MinGW64 (Bug#16535). | ||
| 4 | * data.c (count_one_bits_word): Fix bug (negated comparison) | ||
| 5 | when BITS_PER_ULL < BITS_PER_BITS_WORD. | ||
| 6 | |||
| 1 | 2014-01-24 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2014-01-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): Avoid | 9 | * xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): Avoid |