diff options
| author | Paul Eggert | 2015-01-14 00:42:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-14 00:42:48 -0800 |
| commit | d4b352af3e7d5c1afc719fb1f8c7c578642d8250 (patch) | |
| tree | 0d6db56b3f30c316af5791c1944ee1c3c5736f64 /src/ChangeLog | |
| parent | d7e26b44109f4068d41a075fa89d11c1a8156f66 (diff) | |
| download | emacs-d4b352af3e7d5c1afc719fb1f8c7c578642d8250.tar.gz emacs-d4b352af3e7d5c1afc719fb1f8c7c578642d8250.zip | |
remove_slash_colon need not be inline
* process.c, process.h (remove_slash_colon): No longer inline.
This saves text bytes without hurting runtime performance.
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 12678166317..3523ea41570 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | remove_slash_colon need not be inline | ||
| 4 | * process.c, process.h (remove_slash_colon): No longer inline. | ||
| 5 | This saves text bytes without hurting runtime performance. | ||
| 6 | |||
| 1 | 2015-01-14 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2015-01-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Avoid extra multibyteness check in ENCODE_FILE users. | 9 | Avoid extra multibyteness check in ENCODE_FILE users. |