Date: Sun, 9 Oct 2005 03:44:02 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include histedit.h src/lib/libedit Makefile chared.c chared.h common.c editline.3 editrc.5 el.c el.h emacs.c hist.c hist.h history.c key.c key.h makelist map.c map.h parse.c parse.h prompt.c prompt.h read.c read.h refresh.c refresh.h ... Message-ID: <200510090344.j993i2v0031573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2005-10-09 03:44:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include histedit.h lib/libedit Makefile chared.c chared.h common.c editline.3 editrc.5 el.c el.h emacs.c hist.c hist.h history.c key.c key.h makelist map.c map.h parse.c parse.h prompt.c prompt.h read.c refresh.c refresh.h search.c search.h sig.c sig.h sys.h term.c term.h tokenizer.c tty.c tty.h vi.c lib/libedit/TEST test.c Added files: (Branch: RELENG_6) lib/libedit read.h Removed files: (Branch: RELENG_6) lib/libedit tokenizer.h Log: MFC stefanf's work on libedit. This includes a sync with NetBSD/OpenBSD and some bugfixes. Approved by: re (scottl) Revision Changes Path 1.9.10.1 +38 -12 src/include/histedit.h 1.28.10.2 +5 -3 src/lib/libedit/Makefile 1.4.14.1 +58 -24 src/lib/libedit/TEST/test.c 1.8.14.1 +207 -140 src/lib/libedit/chared.c 1.6.12.1 +31 -23 src/lib/libedit/chared.h 1.9.12.1 +92 -125 src/lib/libedit/common.c 1.23.2.1 +175 -17 src/lib/libedit/editline.3 1.17.2.1 +31 -5 src/lib/libedit/editrc.5 1.11.14.1 +96 -31 src/lib/libedit/el.c 1.4.14.1 +20 -16 src/lib/libedit/el.h 1.8.12.1 +62 -42 src/lib/libedit/emacs.c 1.5.14.1 +37 -24 src/lib/libedit/hist.c 1.3.14.1 +4 -8 src/lib/libedit/hist.h 1.7.14.1 +189 -69 src/lib/libedit/history.c 1.9.12.1 +28 -22 src/lib/libedit/key.c 1.3.14.1 +14 -11 src/lib/libedit/key.h 1.8.10.1 +3 -8 src/lib/libedit/makelist 1.8.14.1 +166 -169 src/lib/libedit/map.c 1.3.14.1 +3 -7 src/lib/libedit/map.h 1.9.14.1 +21 -17 src/lib/libedit/parse.c 1.3.14.1 +3 -7 src/lib/libedit/parse.h 1.5.14.1 +6 -10 src/lib/libedit/prompt.c 1.2.14.1 +2 -6 src/lib/libedit/prompt.h 1.11.14.1 +153 -62 src/lib/libedit/read.c 1.1.2.1 +58 -0 src/lib/libedit/read.h (new) 1.9.14.1 +34 -22 src/lib/libedit/refresh.c 1.2.14.1 +2 -6 src/lib/libedit/refresh.h 1.9.14.1 +90 -106 src/lib/libedit/search.c 1.3.14.1 +5 -9 src/lib/libedit/search.h 1.6.14.1 +5 -9 src/lib/libedit/sig.c 1.2.14.1 +4 -7 src/lib/libedit/sig.h 1.4.14.1 +11 -12 src/lib/libedit/sys.h 1.16.14.1 +42 -26 src/lib/libedit/term.c 1.5.14.1 +14 -15 src/lib/libedit/term.h 1.6.14.1 +90 -41 src/lib/libedit/tokenizer.c 1.3.14.1 +0 -54 src/lib/libedit/tokenizer.h (dead) 1.7.14.1 +139 -16 src/lib/libedit/tty.c 1.4.14.1 +6 -10 src/lib/libedit/tty.h 1.9.12.1 +499 -331 src/lib/libedit/vi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510090344.j993i2v0031573>