cvs commit: src/include histedit.h src/lib/libedit editline.3 el.c
el.h term.c term.h
Stefan Farfeleder
stefanf at FreeBSD.org
Sun Jun 10 19:06:10 UTC 2007
stefanf 2007-06-10 19:06:09 UTC
FreeBSD src repository
Modified files:
include histedit.h
lib/libedit editline.3 el.c el.h term.c term.h
Log:
Merge NetBSD changes, among them:
el.c 1.44, el.h 1.17, editline.3 1.53, histedit.h 1.31:
# add EL_GETFP, and EL_SETFP.
el.c 1.42, term.c 1.46, term.h 1.18, editline.3 1.52, histedit.h 1.29:
# - Add more readline functions, enough for gdb-6.5
# - Make el_get varyadic, and implement EL_GETTC.
# - XXX: the EL_SETTC api will change in the future.
Note: The latter change breaks the ABI of the el_get() function.
Approved by: re (kensmith)
Revision Changes Path
1.11 +5 -2 src/include/histedit.h
1.31 +58 -10 src/lib/libedit/editline.3
1.14 +106 -68 src/lib/libedit/el.c
1.7 +2 -1 src/lib/libedit/el.h
1.21 +91 -37 src/lib/libedit/term.c
1.8 +2 -1 src/lib/libedit/term.h
More information about the cvs-all
mailing list