cvs commit: src/lib/libedit chared.h common.c emacs.c key.c key.h
map.c term.c term.h vi.c
Stefan Farfeleder
stefanf at FreeBSD.org
Sun Mar 11 18:30:23 UTC 2007
stefanf 2007-03-11 18:30:22 UTC
FreeBSD src repository
Modified files:
lib/libedit chared.h common.c emacs.c key.c key.h
map.c term.c term.h vi.c
Log:
Merge the following changes from NetBSD:
chared.h 1.17, common.c 1.19, emacs.c 1.21, key.c 1.18, key.h 1.9, map.c 1.23,
term.c 1.42, term.h 1.17, vi.c 1.25:
# Print the actual eofc, instead of ^D\b\b.
# Change internal character decoding to prevent buffer oveflows.
key.c 1.19, key.h 1.10:
# move declaration to header file.
term.c 1.43:
# Coverity CID 806: Prevent NULL deref
term.c 1.44:
# Coverity CID 1668: Plug memory leak.
term.c 1.45:
# Fix compilation.
MFC after: 3 weeks
Revision Changes Path
1.9 +1 -2 src/lib/libedit/chared.h
1.12 +4 -5 src/lib/libedit/common.c
1.11 +3 -4 src/lib/libedit/emacs.c
1.12 +70 -55 src/lib/libedit/key.c
1.6 +4 -2 src/lib/libedit/key.h
1.13 +21 -14 src/lib/libedit/map.c
1.20 +36 -8 src/lib/libedit/term.c
1.7 +2 -1 src/lib/libedit/term.h
1.14 +3 -4 src/lib/libedit/vi.c
More information about the cvs-src
mailing list