index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
eln.c
Age
Commit message (
Expand
)
Author
2016-04-11
delete the "private" and "public" preprocessor macros, just use standard C;
Ingo Schwarze
2016-04-11
get rid of the non-standard data type "Char" in almost all files;
Ingo Schwarze
2016-04-11
Move wrapper macros to the two files actually needing them:
Ingo Schwarze
2016-04-09
Delete 26 wrapper macros and two wrapper functions that are no
Ingo Schwarze
2016-04-09
Always compile with WIDECHAR on and delete that preprocessor switch.
Ingo Schwarze
2016-03-22
Add NULL check
martijn
2016-03-21
Christos Zoulas just rescinded clauses 3 & 4 of his licenses, see
Ingo Schwarze
2016-03-21
Make the read_char() function always take a wchar_t * argument.
Ingo Schwarze
2016-03-21
Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).
Ingo Schwarze
2016-03-20
Cleanup of private header inclusion:
Ingo Schwarze
2016-03-20
Delete the weird IGNORE_EXTCHARS flag, simplifying the code
Ingo Schwarze
2016-03-20
Fix the public interface function el_getc(3).
Ingo Schwarze
2016-01-30
Fifth step in synching with NetBSD:
Ingo Schwarze
2016-01-30
Third step in synching with NetBSD:
Ingo Schwarze
2014-05-20
The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated
Nicholas Marriott
2011-11-27
Don't segfault when trying to bind to an invalid command. While here,
Pascal Stumpf
2011-07-07
sync with upstream, retaining local modifications.
Okan Demirmen
2010-06-30
Update libedit to bring it into sync with the latest version from NetBSD.
Nicholas Marriott