aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-09-02 10:49:40 +0400
committerDmitry Antipov2014-09-02 10:49:40 +0400
commitf25cd98b276ba1a11d7be5506c8624c72060b25f (patch)
tree856deb2cf42a6201b2479c5db9a351eefedbbf91 /src/ChangeLog
parenta4a30aa0ecf0a9f032f2744548abf96b6d3d117e (diff)
downloademacs-f25cd98b276ba1a11d7be5506c8624c72060b25f.tar.gz
emacs-f25cd98b276ba1a11d7be5506c8624c72060b25f.zip
* callproc.c (egetenv_internal): Add arg and rename from egetenv ...
* lisp.h (egetenv): ... because of a new inline function used to avoid calls to strlen for a compile-time constants.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2de909ef800..3ce27b1ce19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,9 @@
3 * fileio.c (CHECK_LENGTH): New macro. 3 * fileio.c (CHECK_LENGTH): New macro.
4 (Fexpand_file_name): Use it and get rid of a few more calls 4 (Fexpand_file_name): Use it and get rid of a few more calls
5 to strlen and strcat. 5 to strlen and strcat.
6 * callproc.c (egetenv_internal): Add arg and rename from egetenv ...
7 * lisp.h (egetenv): ... because of a new inline function used to
8 avoid calls to strlen for a compile-time constants.
6 9
72014-09-01 Dmitry Antipov <dmantipov@yandex.ru> 102014-09-01 Dmitry Antipov <dmantipov@yandex.ru>
8 11