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
/
lib
/
libedit
/
chartype.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)
schwarze
1
-3
/
+3
2016-04-11
delete the "private" and "public" preprocessor macros, just use standard C;
schwarze
1
-4
/
+4
2016-04-11
Clean up chartype.h:
schwarze
1
-18
/
+4
2016-04-11
get rid of the non-standard data type "Char" in almost all files;
schwarze
1
-20
/
+13
2016-04-11
Move wrapper macros to the two files actually needing them:
schwarze
1
-28
/
+1
2016-04-09
Delete 26 wrapper macros and two wrapper functions that are no
schwarze
1
-40
/
+1
2016-04-09
Always compile with WIDECHAR on and delete that preprocessor switch.
schwarze
1
-40
/
+3
2016-03-22
format string fixes in debug code;
schwarze
1
-1
/
+3
2016-03-21
Christos Zoulas just rescinded clauses 3 & 4 of his licenses, see
schwarze
1
-8
/
+1
2016-03-21
Make the read_char() function always take a wchar_t * argument.
schwarze
1
-2
/
+2
2016-03-20
Cleanup of standard header inclusion:
schwarze
1
-6
/
+6
2016-03-20
Delete the useless Int datatype and always use the standard wint_t
schwarze
1
-3
/
+1
2016-03-20
Get rid of "#ifdef WIDECHAR" and one goto in read_char(),
schwarze
1
-2
/
+2
2016-03-20
Fix the public interface function el_getc(3).
schwarze
1
-1
/
+3
2016-03-20
Fix the CHARSET_IS_UTF8 case in read_char().
schwarze
1
-5
/
+3
2014-10-17
Remove non-exposed malloc/realloc/free wrappers, and then substitute
deraadt
1
-2
/
+2
2011-07-07
Enable wide character functions in libedit (not the other libe*t).
nicm
1
-2
/
+2
2011-07-07
sync with upstream, retaining local modifications.
okan
1
-3
/
+3
2011-04-04
Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.
stsp
1
-2
/
+2
2010-06-30
Update libedit to bring it into sync with the latest version from NetBSD.
nicm
1
-0
/
+246