index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libedit
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-10
Regress libedit needs header files generated during src libedit
bluhm
2
-11
/
+10
2017-07-07
Remove all references to "make depend" from regress.
bluhm
2
-4
/
+2
2017-07-05
Implement the generated dependency with a stamp file to avoid needless
bluhm
10
-12
/
+17
2017-07-04
Fix building the libedit regress programs.
bluhm
2
-7
/
+5
2017-07-03
Generate source and header files for regress on demand.
bluhm
4
-25
/
+18
2017-02-25
Add missing includes to avoid implicit function declarations.
jsg
1
-0
/
+1
2016-09-18
The libedit regress tests require header files generated during the
bluhm
3
-11
/
+18
2016-09-08
fix test after the errno reshuffle; ok swarsche@
otto
1
-2
/
+2
2016-09-06
These tests didn't work without setting READLINE because we don't
schwarze
2
-3
/
+3
2016-06-01
Add detailed error messages and restructure to make the individual
schwarze
1
-112
/
+118
2016-06-01
Test history_get() return value;
schwarze
1
-0
/
+30
2016-05-31
The argument of remove_history() only counts existing entries,
schwarze
1
-0
/
+7
2016-05-31
Style unification and whitespace cleanup, in part suggested by
schwarze
1
-35
/
+36
2016-05-25
deal with the el_errno -> read_errno cleanup, read.c rev. 1.43
schwarze
2
-7
/
+5
2016-05-22
cope with simplified chared/read interface
schwarze
2
-8
/
+3
2016-05-10
Enable the readline(3) regression test provided by Bastian Maerkisch,
schwarze
1
-2
/
+2
2016-05-10
adapt to recently changed internal interface of read_getcmd()
schwarze
1
-3
/
+3
2016-05-06
A few regression tests for libedit readline(3) compat code.
schwarze
2
-0
/
+276
2016-04-11
cope with the deletion of Char, use wchar_t
schwarze
5
-14
/
+18
2016-04-11
drop -DWIDECHAR, it's no longer needed
schwarze
3
-6
/
+3
2016-03-22
initialize el_state.metanext before testing read_getcmd()
schwarze
1
-0
/
+1
2016-03-20
Fix the CHARSET_IS_UTF8 case in read_char().
schwarze
1
-3
/
+2
2016-03-01
After the bugfix in libedit/chared.c rev. 1.17,
schwarze
1
-3
/
+2
2016-03-01
More unit tests for libedit.
schwarze
13
-42
/
+458
2016-02-11
Test the C/POSIX locale too, in addition to UTF-8.
schwarze
2
-17
/
+37
2016-02-11
Slowly start a unit test suite for libedit; Christos is right that
schwarze
3
-0
/
+178