diff options
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 a5ec9c35efa..2de909ef800 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-09-01 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2014-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. |