0028a714d4
- Update to 0.48 * Bug fix - rlwrap would mess up history when compiled with readline-8.3 - --filter 'filter_commandline $with <shell_matachars' would not find filters in $RLWRAP_FILTERDIR - rlwrap would not always honour show-mode-in-prompt - make pipeline filter find filters in $RLWRAP_FILTERDIR * New features - allow full user control of word-breakers with --break-chars='precisely:...' - simplify handling of --prompt-colour, which now accepts general (ANSI) color codes for e.g. 256-color terminals - add -i option to filters logger and logger.py (making them useful stand-alone) - add example filter null2.py (to show how to make argparse print filter help with e.g. rlwrap -z null2.py)
Daniel Donisa2025-12-18 20:44:48 +00:00
7209bede89
- Update to 0.47.1 * Minor bug fix - Correct typo (== instead of = in a configure test) that caused a mis-configuration on systems where sh is linked to dash
Daniel Donisa2025-10-13 08:11:38 +00:00
c8bdd4efee
Accepting request 1306033 from Base:System
Ana Guerrero2025-09-19 17:52:03 +00:00
407b6c6b51
- Update to 0.47 * Bug fix - use libptytty by default and add --with-libptytty option to configure. Keep the original ptytty.c code as a fallback. - add libtinfow to the list of libraries that are checked for the presence of tgetent() - only look for filters in $RLWRAP_FILTERDIR and don't add this directory to filter's PATH - have rlwrap source conform to POSIX.1c (as we cannot use Polarhome anymore to test on ancient systems) - extend testclient with a test that spawns a child and then dies (testing the effect of --skip-setctty) - make configure backdate src/completion.rb a few seconds to prevent spurious calls to rbgen
Marcus Meissner2025-09-12 15:00:55 +00:00
3dc2cc2dff
Accepting request 1277451 from Base:System
Ana Guerrero2025-05-15 15:00:16 +00:00
78347b7de2
- Update to 0.46.2 * Bug fix - python filters would cause "invalid escape sequence" SyntaxWarnings with python 3.12 or newer. - --skip-ctty option skips making slave pty a controlling terminal - warn (don't die) when a specified completion file is not found - configure will bail out (not just warn) when no termcap -like library is found. - additionally check for TERM when INSIDE_EMACS is set (allowing the use of rlwrap within shells run by emacs) - gcc -Wformat-security would warn about rl_message() being used in an unsafe manner. - silence unhelpful input/output error messages at command exit
Daniel Donisa2025-05-14 15:15:25 +00:00
8fded540a0
- switch to github release urls - Update to 0.45.1: * Bug fixes: - rlwrap would always open /tmp/rlwrap.debug after forking child command, preventing other users from running it. - Fix args to setitimer() call to prevent EINVAL error on return - advise about --always-readline if in direct mode at first user ENTER keystroke - check for I_SWROPT even if isastream() is present (compile would fail on Oracle linux)
Marcus Meissner2021-06-14 09:57:09 +00:00