#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 1st October 2022 === ==== Local Packages ==== * Updated `perl-Term-ReadLine-Gnu` to 1.43: * Add support for `readline-8.2` * New functions: `rl_trim_arg_from_keyseq`, `rl_set_timeout`, `rl_clear_timeout`, `rl_timeout_remaining` * New variables: `rl_eof_found`, `rl_timeout_event_hook` * New state values for `rl_readline_state`: `RL_STATE_TIMEOUT`, `RL_STATE_EOF` * `t/00checkver.t`: Check if `$TERM` is set properly ([[https://github.com/hirooih/perl-trg/issues/11|GH#11]]) * `Makefile.PL` * Warn if `$TERM` is not set properly ([[https://github.com/hirooih/perl-trg/issues/11|GH#11]]) * Fix for MSYS2: Take care of '`\r\n`' in the output of ``rlmalloc` * `guess_malloc_names()`: Simplify the control structure * `INSTALL`: Add a section for "MSYS2" * `Gnu.xs`: No more non-ANSI C compiler support (remove `PARAM` macros) * `Gnu.pm`, `Gnu.xs`, `Gnu/XS.pm`: Expand tabs * `README.md`, `INSTALL.md`: Changed to Markdown ----