summaryrefslogtreecommitdiffstats
path: root/regress/lib/libedit/chared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all references to "make depend" from regress.bluhm2017-07-071-2/+1
|
* Implement the generated dependency with a stamp file to avoid needlessbluhm2017-07-052-4/+3
| | | | recompiling of the test programs. Add some RCS ids.
* Generate source and header files for regress on demand.bluhm2017-07-031-9/+1
| | | | OK espie@
* Add missing includes to avoid implicit function declarations.jsg2017-02-251-0/+1
|
* The libedit regress tests require header files generated during thebluhm2016-09-181-3/+6
| | | | | build. Add a dependency to run make depend in /usr/src/lib/libedit. Problem found by otto@; OK schwarze@
* cope with the deletion of Char, use wchar_tschwarze2016-04-111-2/+2
|
* drop -DWIDECHAR, it's no longer neededschwarze2016-04-111-2/+1
|
* More unit tests for libedit.schwarze2016-03-015-0/+145
Those that still fail are commented out in the Makefiles for now; i have patches for them.