aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-09-02 09:44:38 +0400
committerDmitry Antipov2014-09-02 09:44:38 +0400
commita4a30aa0ecf0a9f032f2744548abf96b6d3d117e (patch)
treef6aeb5703de388d2bba373c8b5f441188a4cf85a /src/ChangeLog
parent068c8b7d6aa777b44032c71a869d799107644574 (diff)
downloademacs-a4a30aa0ecf0a9f032f2744548abf96b6d3d117e.tar.gz
emacs-a4a30aa0ecf0a9f032f2744548abf96b6d3d117e.zip
* fileio.c (CHECK_LENGTH): New macro.
(Fexpand_file_name): Use it and get rid of a few more calls to strlen and strcat.
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 a5ec9c35efa..2de909ef800 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-09-02 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * fileio.c (CHECK_LENGTH): New macro.
4 (Fexpand_file_name): Use it and get rid of a few more calls
5 to strlen and strcat.
6
12014-09-01 Dmitry Antipov <dmantipov@yandex.ru> 72014-09-01 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Avoid extra calls to strlen in filesystem I/O routines. 9 Avoid extra calls to strlen in filesystem I/O routines.