Remove all references to "make depend" from regress.
Implement the generated dependency with a stamp file to avoid needlessrecompiling of the test programs. Add some RCS ids.
Generate source and header files for regress on demand.OK espie@
The libedit regress tests require header files generated during thebuild. Add a dependency to run make depend in /usr/src/lib/libedit.Problem found by otto@; OK schwarze@
deal with the el_errno -> read_errno cleanup, read.c rev. 1.43
cope with the deletion of Char, use wchar_t
drop -DWIDECHAR, it's no longer needed
More unit tests for libedit.Those that still fail are commented out in the Makefiles for now;i have patches for them.