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
/
vi.c
Age
Commit message (
Expand
)
Author
2019-09-04
Correct the length of read from file, wide character buffer, add NUL
asou
2019-09-03
Correct the length for argument of reallocarray(). This fix the SEGV
asou
2019-06-28
mkstemp() returns -1 on failure
Theo de Raadt
2016-05-06
Replace the generated file "fcns.c" by a simpler header "func.h"
Ingo Schwarze
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
For pointers, use NULL rather than 0; no functional change;
Ingo Schwarze
2016-04-09
Delete 26 wrapper macros and two wrapper functions that are no
Ingo Schwarze
2016-03-22
format string fixes in debug code;
Ingo Schwarze
2016-03-20
Cleanup of standard header inclusion:
Ingo Schwarze
2016-03-20
Cleanup of private header inclusion:
Ingo Schwarze
2016-03-20
Delete the useless Int datatype and always use the standard wint_t
Ingo Schwarze
2016-01-30
Fifth step in synching with NetBSD:
Ingo Schwarze
2016-01-30
Fourth step in synching with NetBSD:
Ingo Schwarze
2016-01-30
Third step in synching with NetBSD:
Ingo Schwarze
2014-10-17
Remove non-exposed malloc/realloc/free wrappers, and then substitute
Theo de Raadt
2011-07-07
sync with upstream, retaining local modifications.
Okan Demirmen
2010-10-23
Don't leak the fd returned by mkstemp in vi_histedit error paths.
Nicholas Marriott
2010-06-30
Update libedit to bring it into sync with the latest version from NetBSD.
Nicholas Marriott
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-10-31
Update to NetBSD libedit (from Oct 1, 2003), adding some string
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-01
is -Wall clean by making rcsid const
Anil Madhavapeddy
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1997-03-14
fix el_source() - a block needed braces around it (from NetBSD)
Todd C. Miller
1997-01-16
Merge in NetBSD libedit changes and new man pages. Also fix some
Todd C. Miller
1995-10-18
initial import of NetBSD tree
Theo de Raadt