Changes for version 1.46 - 2023-07-01

  • Reproduce Term::ReadLine::Stub’s behavior for ornaments (#17)
    • The Perl debugger uses these control sequences for online help
    • fetch the control sequences for outputting bold text as the current Term::ReadLine does
  • let new() fail on multiple instantiation (#16)
  • suppress warning errors on clang
    • add prototype on every function declaration
    • use ANSI-C style port definition even for XS code
  • make clean removes `*.dSYM` for macOS
  • INSTALL.md: update content
    • add install procedure using packages
    • update and remove old descriptions

Modules

Perl extension for the GNU Readline/History Library