| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
build. Improve dependencies to resolve this more reliably.
requested by claudio@
|
| |
|
|
|
|
| |
recompiling of the test programs. Add some RCS ids.
|
| |
|
|
|
|
| |
OK espie@
|
| |
|
|
|
|
|
| |
build. Add a dependency to run make depend in /usr/src/lib/libedit.
Problem found by otto@; OK schwarze@
|
| |
|
|
|
|
|
|
| |
install <editline/readline.h> by default; make them work by using
the copy from the source tree.
Issue reported by otto@.
|
|
|
|
|
| |
test functions shorter and easier to understand. The total number
of lines remains unchanged.
|
|
|
|
| |
from Bastian Maerkisch <bmaerkisch at web dot de>.
|
|
|
|
| |
not those that were previously deleted.
|
|
|
|
| |
Christian Heckendorf. No functional change.
|
| |
|
| |
|
|
|
|
| |
all bugs tested so far have been fixed.
|
| |
|
|
|
|
|
|
|
|
| |
Not linked to the build for now because these tests still fail for
our libedit and because readline compat is not enabled in our build.
Test suite written by Bastian Maerkisch <bmaerkisch@web.de>.
KNF and some minor tweaks by me.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For now, this mainly help programs explicitly using
wide-character functions like el_wgetc(3) and el_wgets(3).
1. After reading an invalid byte sequence, do not throw away additional
valid bytes; fix by me using mbrtowc(3), obsoleting utf8_islead().
2. When read(2) returns EOF, return that information to the caller,
do not prod on and potentially access garbage data in the buffer;
from Linas Vepstas via NetBSD read.c rev. 1.70 2013/05/27.
3. After read__fixio() failure, restore errno to the one set by read();
from Steffen Nurpmeso via NetBSD read.c rev. 1.68 2012/09/10.
4. After read__fixio() success, restore errno to the initial state
upon function entry; fix by me.
OK czarkoff@. Also committed to NetBSD.
|
|
|
|
| |
chared unit tests now work, so enable them.
|
|
|
|
|
| |
Those that still fail are commented out in the Makefiles for now;
i have patches for them.
|
| |
|
|
fiddling with the internals of that code is dangerous without it.
Intentionally not linked to the build yet, because many of the tests
still fail: The related bugfixes are too intrusive right now and will
go in after unlock.
|