Date: Wed, 25 Jun 1997 01:14:46 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libedit editline.3 editrc.5 Makefile common.c el.c hist.h history.c map.c parse.c read.c refresh.c search.c sig.c sys.h term.c tty.c tty.h src/lib/libedit/TEST test.c Message-ID: <199706250814.BAA22753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1997/06/25 01:14:46 PDT Modified files: lib/libedit Makefile common.c el.c hist.h history.c map.c parse.c read.c refresh.c search.c sig.c sys.h term.c tty.c tty.h Added files: lib/libedit editline.3 editrc.5 Log: Update libedit with changes from NetBSD. Includes history load/save, some buffer overflow guards and some stylistic cleanups. Also adds manpages. Obtained from: NetBSD Revision Changes Path 1.9 +20 -5 src/lib/libedit/Makefile 1.4 +1 -3 src/lib/libedit/common.c 1.4 +6 -2 src/lib/libedit/el.c 1.2 +2 -0 src/lib/libedit/hist.h 1.3 +123 -40 src/lib/libedit/history.c 1.3 +1 -1 src/lib/libedit/map.c 1.5 +9 -9 src/lib/libedit/parse.c 1.3 +11 -2 src/lib/libedit/read.c 1.5 +2 -1 src/lib/libedit/refresh.c 1.5 +30 -29 src/lib/libedit/search.c 1.3 +2 -2 src/lib/libedit/sig.c 1.3 +4 -3 src/lib/libedit/sys.h 1.9 +8 -10 src/lib/libedit/term.c 1.3 +1 -1 src/lib/libedit/tty.c 1.3 +8 -3 src/lib/libedit/tty.h Modified files: lib/libedit/TEST test.c Log: Add extra test functionality. Obtained from: NetBSD Revision Changes Path 1.3 +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?199706250814.BAA22753>