Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Term-ReadLine-Gnu
From: Wen Heping
Date: 2023-06-30 15:40:25
Message id: 20230630134025.6F146FA89@cvs.NetBSD.org
Log Message:
Update to 1.45
Upstream changes:
1.45 2022-11-27
- add support MSWin32
- require the GNU Readline Library 8.1 or later
- use xfree in the GNU Readline Library
- INSTALL.md: add section "MSWin32 (Strawberry Perl)"
- Makefile.PL
- On macOS Big Sur or later 'perl Makefile.PL' does not warn any
more without using ExtUtils::MakeMaker 7.58 or later.
- ppport.h: update from version 3.62 to version 3.68.
- suppress warning messages, Wcompound-token-split-by-macro,
generated by clang 12 or later
- https://github.com/Perl/perl5/issues/18780
- expand tabs, trim trailing white-spaces
1.44 2022-11-06
- change the TERM check as bash does (#11)
- Use `Term::ReadLine::Stub` if the environment variable `TERM` is
set to `"emacs"` or the environment variable \
`INSIDE_EMACS` or
`EMACS` is defined.
1.43 2022-09-27
- readline-8.2 support
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 [#11]
- Makefile.PL
- warn if $TERM is not set properly [#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
Files: