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