Term::ReadLine::Gnu 1.39 release.
Term::ReadLine::Gnu 1.39 release.
fix hack for homebrew
Term::ReadLine::Gnu 1.38 release.
Term::ReadLine::Gnu 1.38 release.
Don't exit and just warn on macOS Big Sur without new MakeMaker.
describe about colon separated list for --prefix, etc.
add log for 1.38.
tested on macOS
- utilize ExtUtils::Liblist::ext()
Term::ReadLine::Gnu-1.37 was released
Term::ReadLine::Gnu 1.37 release.
Term::ReadLine::Gnu 1.37 release.
trim trailing whitespaces
support rl_activate_mark, rl_deactivate_mark, rl_keep_mark_active, and rl_mark_active_p
ppport.h: update from version 3.31 to version 3.52.
update URLs of soundgrab
use native operate_and_get_next() on GNU Readline 8.1 and later
Gnu.s: warns if attempted completion function returns undef in pos 0. [rt.cpan.org #132384]
Update URLs of the GNU Readline Library manual website. [rt.cpan.org #131362]
Makefile.PL exits 0 when xterm-256color is not set properly. [rt.cpan.org #128806]
Term::ReadLine::Gnu-1.36 was released
Term::ReadLine::Gnu 1.36 release.
Term::ReadLine::Gnu 1.35 release.
skipped on Perl 5.8.
use Term::ReadLine::Stub when xterm is not set.
check the tinfo library for Debian
comment out a hack for a openbsd tester
new() checks the number of arguments.
delete a "#" for debug.
use Term::ReadLine::Stub on a dumb terminal.
add tests for use Term::ReadLine
Term::ReadLine::Gnu-1.35 was released
Term::ReadLine::Gnu 1.35 release.
Term::ReadLine::Gnu 1.35 release.
add support for rl_clear_visible_line, rl_tty_s...
fix a bug of rl_readline_state variable causing...
Term::ReadLine::Gnu-1.34 was released
Term::ReadLine::Gnu 1.34 release.
Term::ReadLine::Gnu 1.34 release.
fix expected value of STDIO and STDOUT layers w...
update ppport.h from version 1.0007 to 3.31.
Term::ReadLine::Gnu-1.33 was released
Term::ReadLine::Gnu 1.33 release.
Term::ReadLine::Gnu 1.33 release.
delete old 'use VERSION' format.
fix the number of skip.
fix perl version check condition for perl 5.10.0.
Term::ReadLine::Gnu-1.32 was released.
Term::ReadLine::Gnu 1.32 release.
Term::ReadLine::Gnu 1.32 release.
fix for duplicate prototype definition.
make utf8_mode an XS variable.
Enable AutoSplit. Ignore the warning message, ...
use ':encoding(UTF-8)' instead of ':utf8' or ':...
try to use PerlIO_getc(). Worked but no advant...
make use of handle references.
add 'use warning' on every package.
define export tags.
define sv_2mortal_utf8() function.
add UTF-8 string variable test.
remove UTF-8 decode code. Now XS does the job.
decode UTF-8 return strings.
rename T_XSTR to T_XSTR_FREE
make rl_readline_state variable writable.
Use camel characters instead of Japanese kanji ...
enable is_deeply() again.
call binmode(XXX, ":pop") only when stdio layer...
make the GNU Readline Library 8bit through.
rl_save_state(), rl_restore_state(), history_ge...
use is_deeply to check filehandle layers.
use is_deeply to check filehandle layers.
make output message clean in verbose mode.
fix for the case when Tk is available but X win...
update comments and code clean-up.
use Test::More.
Home
Home
use en_US.UTF-8 instead of en_US.utf8 for locale.
fix a typo in a comment.
skip when PERL_UNICODE is set. [rt.cpan.org #1...
Term::ReadLine::Gnu-1.31 was released.
Term::ReadLine::Gnu 1.31 release.
Term::ReadLine::Gnu 1.31 release.
check if setlocale is defined.
skip the cursor move test for SREZIC.
set locale to en_US.utf8.
typo fix. [rt.cpan.org #112672]
Term::ReadLine::Gnu-1.30 was released.
Term::ReadLine::Gnu 1.30 release.
t/utf8_binary.t: add a fix to handle escape seq...
Term::ReadLine::Gnu-1.29 was released.
Term::ReadLine::Gnu 1.29 release.
Term::ReadLine::Gnu 1.29 release.
move PerlIO handling code from newTTY() to Var:...
remove T_STDIO definition from typemap.
pass _rl_store_iostream 'FILE *' in stead of 'P...
- pop the stdio PerlIO layer only when utf8 lay...
add UTF-8 tests.
Term::ReadLine::Gnu-1.28 was released.