diff options
| author | Dmitry Antipov | 2014-07-08 11:17:04 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-08 11:17:04 +0400 |
| commit | f298de5264c86bbb76ccec727779dabe16e6b9c3 (patch) | |
| tree | 05c709251b6982c042f04498510111e0fa03b82e /src/ChangeLog | |
| parent | 12dc5429352223f7ba8314d2e16177036a762733 (diff) | |
| download | emacs-f298de5264c86bbb76ccec727779dabe16e6b9c3.tar.gz emacs-f298de5264c86bbb76ccec727779dabe16e6b9c3.zip | |
* chartab.c (char_table_translate): Move to...
* character.h (char_table_translate): ... inline function here.
Avoid Faref and assume that args are always valid. This helps to
speedup search, which is especially important for a huge buffers.
* lisp.h (char_table_translate): Remove prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e854c2e1c39..c3ff9eb3a14 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-07-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * chartab.c (char_table_translate): Move to... | ||
| 4 | * character.h (char_table_translate): ... inline function here. | ||
| 5 | Avoid Faref and assume that args are always valid. This helps to | ||
| 6 | speedup search, which is especially important for a huge buffers. | ||
| 7 | * lisp.h (char_table_translate): Remove prototype. | ||
| 8 | |||
| 1 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * process.c: Add sanity checks for file descriptors (Bug#17844). | 11 | * process.c: Add sanity checks for file descriptors (Bug#17844). |