Date: Tue, 27 Jan 1998 18:13:14 -0800 (PST) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include histedit.h src/lib/libedit editline.3 editrc.5 Makefile chared.c common.c hist.h history.c key.c makelist map.c parse.c read.c refresh.c search.c sig.c sys.h term.c tty.c tty.h vi.c src/lib/libedit/TEST test.c Message-ID: <199801280213.SAA17125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/01/27 18:13:13 PST
Modified files: (Branch: RELENG_2_2)
include histedit.h
lib/libedit Makefile chared.c common.c hist.h
history.c key.c makelist map.c parse.c
read.c refresh.c search.c sig.c sys.h
term.c tty.c tty.h vi.c
lib/libedit/TEST test.c
Added files: (Branch: RELENG_2_2)
lib/libedit editline.3 editrc.5
Log:
MFC: Libedit updates from NetBSD, local fixes, etc.
Required by new ftp(1).
Revision Changes Path
1.2.6.1 +15 -8 src/include/histedit.h
1.8.2.1 +20 -8 src/lib/libedit/Makefile
1.3.2.1 +3 -3 src/lib/libedit/chared.c
1.3.2.1 +1 -3 src/lib/libedit/common.c
1.1.1.1.8.1 +2 -0 src/lib/libedit/hist.h
1.2.6.1 +123 -40 src/lib/libedit/history.c
1.3.2.1 +4 -4 src/lib/libedit/key.c
1.1.1.1.8.1 +3 -2 src/lib/libedit/makelist
1.2.6.1 +1 -1 src/lib/libedit/map.c
1.4.2.1 +10 -10 src/lib/libedit/parse.c
1.2.6.1 +11 -2 src/lib/libedit/read.c
1.4.2.1 +7 -7 src/lib/libedit/refresh.c
1.4.6.1 +28 -29 src/lib/libedit/search.c
1.2.6.1 +2 -2 src/lib/libedit/sig.c
1.2.8.1 +4 -3 src/lib/libedit/sys.h
1.8.2.1 +8 -10 src/lib/libedit/term.c
1.2.6.2 +1 -1 src/lib/libedit/tty.c
1.2.6.1 +8 -3 src/lib/libedit/tty.h
1.3.2.1 +1 -1 src/lib/libedit/vi.c
1.2.6.1 +48 -20 src/lib/libedit/TEST/test.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801280213.SAA17125>
