mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Update ChangeLog with latest fixes
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
b44335f413
commit
6c74203cbd
@ -10,6 +10,14 @@ All notable changes to the project are documented in this file.
|
|||||||
### Changes
|
### Changes
|
||||||
- Simple multi-line support by Dima Volynets, @dvolynets
|
- Simple multi-line support by Dima Volynets, @dvolynets
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix return value from `read_history()` and `write_history()`, could
|
||||||
|
return `errno` instead of `EOF` to indicate error. Now both functions
|
||||||
|
have uniform return values on error
|
||||||
|
- Handle internal `realloc()` errors better. Now memory is not leaked
|
||||||
|
if `realloc()` fails
|
||||||
|
- Fix possible NULL pointer dereference in key binding lookup function
|
||||||
|
|
||||||
|
|
||||||
[1.16.1][] - 2019-06-07
|
[1.16.1][] - 2019-06-07
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user