diff options
| author | Paul Eggert | 2011-05-30 23:10:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-30 23:10:46 -0700 |
| commit | ac32cd99d7bfd473aa34f67b6db124d0fd8a5c01 (patch) | |
| tree | 18630e32f1611b71d1851bd28252e8212c8e4712 /src | |
| parent | 0de4bb688da4961269edab53dc0e0d5a30c01a44 (diff) | |
| download | emacs-ac32cd99d7bfd473aa34f67b6db124d0fd8a5c01.tar.gz emacs-ac32cd99d7bfd473aa34f67b6db124d0fd8a5c01.zip | |
Add Bug#.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 029585b803f..d80c921a7d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2011-05-31 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-31 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Remove arbitrary limit of 2**31 entries in hash tables. | 3 | Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771) |
| 4 | * category.c (hash_get_category_set): Use 'EMACS_UINT' and 'EMACS_INT' | 4 | * category.c (hash_get_category_set): Use 'EMACS_UINT' and 'EMACS_INT' |
| 5 | for hashes and hash indexes, instead of 'unsigned' and 'int'. | 5 | for hashes and hash indexes, instead of 'unsigned' and 'int'. |
| 6 | * ccl.c (ccl_driver): Likewise. | 6 | * ccl.c (ccl_driver): Likewise. |