diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02435801d69..a5ec9c35efa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-09-01 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Avoid extra calls to strlen in filesystem I/O routines. | ||
| 4 | * fileio.c (Fexpand_file_name): Avoid calls to strlen if | ||
| 5 | the length of 'newdir' is known or may be precalculated. | ||
| 6 | (file_accessible_directory_p): Prefer to pass Lisp_Object, | ||
| 7 | not 'char *', and so use precalculated length. | ||
| 8 | (Ffile_accessible_directory_p): | ||
| 9 | * callproc.c (encode_current_directory, init_callproc): | ||
| 10 | * charset.c (init_charset): | ||
| 11 | * lread.c (load_path_check, load_path_default): Adjust users. | ||
| 12 | * lisp.h (file_accessible_directory_p): Tweak prototype. | ||
| 13 | |||
| 1 | 2014-09-01 Eli Zaretskii <eliz@gnu.org> | 14 | 2014-09-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * w32proc.c (w32_compare_strings): Support "C" and "POSIX" | 16 | * w32proc.c (w32_compare_strings): Support "C" and "POSIX" |