index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libedit
Age
Commit message (
Expand
)
Author
2019-05-10
Regress libedit needs header files generated during src libedit
Alexander Bluhm
2017-07-07
Remove all references to "make depend" from regress.
Alexander Bluhm
2017-07-05
Implement the generated dependency with a stamp file to avoid needless
Alexander Bluhm
2017-07-04
Fix building the libedit regress programs.
Alexander Bluhm
2017-07-03
Generate source and header files for regress on demand.
Alexander Bluhm
2017-02-25
Add missing includes to avoid implicit function declarations.
Jonathan Gray
2016-09-18
The libedit regress tests require header files generated during the
Alexander Bluhm
2016-09-08
fix test after the errno reshuffle; ok swarsche@
Otto Moerbeek
2016-09-06
These tests didn't work without setting READLINE because we don't
Ingo Schwarze
2016-06-01
Add detailed error messages and restructure to make the individual
Ingo Schwarze
2016-06-01
Test history_get() return value;
Ingo Schwarze
2016-05-31
The argument of remove_history() only counts existing entries,
Ingo Schwarze
2016-05-31
Style unification and whitespace cleanup, in part suggested by
Ingo Schwarze
2016-05-25
deal with the el_errno -> read_errno cleanup, read.c rev. 1.43
Ingo Schwarze
2016-05-22
cope with simplified chared/read interface
Ingo Schwarze
2016-05-10
Enable the readline(3) regression test provided by Bastian Maerkisch,
Ingo Schwarze
2016-05-10
adapt to recently changed internal interface of read_getcmd()
Ingo Schwarze
2016-05-06
A few regression tests for libedit readline(3) compat code.
Ingo Schwarze
2016-04-11
cope with the deletion of Char, use wchar_t
Ingo Schwarze
2016-04-11
drop -DWIDECHAR, it's no longer needed
Ingo Schwarze
2016-03-22
initialize el_state.metanext before testing read_getcmd()
Ingo Schwarze
2016-03-20
Fix the CHARSET_IS_UTF8 case in read_char().
Ingo Schwarze
2016-03-01
After the bugfix in libedit/chared.c rev. 1.17,
Ingo Schwarze
2016-03-01
More unit tests for libedit.
Ingo Schwarze
2016-02-11
Test the C/POSIX locale too, in addition to UTF-8.
Ingo Schwarze
2016-02-11
Slowly start a unit test suite for libedit; Christos is right that
Ingo Schwarze