]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r268502:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jul 2014 02:22:03 +0000 (02:22 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jul 2014 02:22:03 +0000 (02:22 +0000)
commit8a3258a9b325b7c09f9bfdf2cdbf58877366d00e
treecc90c3f2a818e683f6ec2e31e839545bbc96871e
parent0cc042d806400b314eb9ebb648949054c78a25c5
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/9@268783 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