diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5daf1dc5a7c..1eba6bb71c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-12-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-12-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use libcrypto's checksum implementations if available, for speed. | ||
| 4 | * Makefile.in (LIB_CRYPTO): New macro. | ||
| 5 | (LIBES): Use it. | ||
| 6 | |||
| 3 | * frame.h (SET_FRAME_VISIBLE): Now an inline function. | 7 | * frame.h (SET_FRAME_VISIBLE): Now an inline function. |
| 4 | The macro didn't conform to C99 due to type mismatch, | 8 | The macro didn't conform to C99 due to type mismatch, |
| 5 | which caused compilation failure with Sun C 5.12, | 9 | which caused compilation failure with Sun C 5.12, |