Skip to content

Editline v1.17.0

Compare
Choose a tag to compare
@troglobit troglobit released this 05 Jan 08:55
· 54 commits to master since this release

Changes

  • 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