aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-14 00:42:15 -0800
committerPaul Eggert2015-01-14 00:42:48 -0800
commitd4b352af3e7d5c1afc719fb1f8c7c578642d8250 (patch)
tree0d6db56b3f30c316af5791c1944ee1c3c5736f64 /src/ChangeLog
parentd7e26b44109f4068d41a075fa89d11c1a8156f66 (diff)
downloademacs-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/ChangeLog6
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 @@
12015-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
12015-01-14 Dmitry Antipov <dmantipov@yandex.ru> 72015-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.