]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268502:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jul 2014 02:14:25 +0000 (02:14 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jul 2014 02:14:25 +0000 (02:14 +0000)
commit099a1e89459448a631a599b12e9bb1390fd4fdb4
treef9a2b5d76dcd431fca9f52c6c575514897497474
parent224434acf32c61f713330b10ae1f094816031377
MFC r268502:
Sync some (mostly cosmetical) changes from NetBSD

Makefile,v 1.37
tc1.c v 1.3
Rename TEST/test.c tc1.c

common.c,v 1.23
pass lint on _LP64.

emacs.c,v 1.22
pass lint on _LP64.

filecomplete.h,v 1.8
mv NetBSD ID back from 1.9 as we don't
have the widecharacter support.

prompt.c,v 1.14
prompt.h,v 1.9
term.h,v 1.20
read.h,v 1.6
Update NetBSD version strings

sys.h,v 1.12
Misc sun stuff.

tty.c 1.31
handle EINTR in the termios operations
Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
using multiple EditLine objects.
pass lint on _LP64.
Don't depend on side effects inside an assert

Obtained from: NetBSD

git-svn-id: svn://svn.freebsd.org/base/stable/10@268782 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
lib/libedit/Makefile
lib/libedit/TEST/tc1.c [moved from lib/libedit/TEST/test.c with 96% similarity]
lib/libedit/common.c
lib/libedit/emacs.c
lib/libedit/filecomplete.h
lib/libedit/histedit.h
lib/libedit/prompt.c
lib/libedit/prompt.h
lib/libedit/read.h
lib/libedit/sys.h
lib/libedit/term.h
lib/libedit/tty.c