Subject: PR/29738 CVS commit: othersrc/usr.bin/tnftp/libedit
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Luke Mewburn <lukem@netbsd.org>
List: netbsd-bugs
Date: 05/31/2005 02:02:07
The following reply was made to PR lib/29738; it has been noted by GNATS.
From: Luke Mewburn <lukem@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29738 CVS commit: othersrc/usr.bin/tnftp/libedit
Date: Tue, 31 May 2005 02:01:38 +0000 (UTC)
Module Name: othersrc
Committed By: lukem
Date: Tue May 31 02:01:38 UTC 2005
Update of /cvsroot/othersrc/usr.bin/tnftp/libedit
In directory ivanova.netbsd.org:/tmp/cvs-serv13254
Log Message:
Import libedit from NetBSD 20050531.
Notable changes (that affect tnftp):
* PR/29738: Rui Paulo: Incorrect tok_line and tok_str declarations.
* Remove clause 3 from the UCB license.
* PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to
it, because you'll core dump. Also remove extra const that gives pain to
the irix compiler.
* Make sure we flush after we prepare when we are unbuffered otherwise the
prompt will not appear immediately.
* Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x)
Status:
Vendor Tag: TNF
Release Tags: NetBSD-20050531
C othersrc/usr.bin/tnftp/libedit/Makefile
C othersrc/usr.bin/tnftp/libedit/chared.c
C othersrc/usr.bin/tnftp/libedit/chared.h
C othersrc/usr.bin/tnftp/libedit/common.c
U othersrc/usr.bin/tnftp/libedit/config.h
C othersrc/usr.bin/tnftp/libedit/editline.3
C othersrc/usr.bin/tnftp/libedit/editrc.5
C othersrc/usr.bin/tnftp/libedit/el.c
C othersrc/usr.bin/tnftp/libedit/el.h
C othersrc/usr.bin/tnftp/libedit/emacs.c
N othersrc/usr.bin/tnftp/libedit/filecomplete.c
N othersrc/usr.bin/tnftp/libedit/filecomplete.h
C othersrc/usr.bin/tnftp/libedit/hist.c
C othersrc/usr.bin/tnftp/libedit/hist.h
C othersrc/usr.bin/tnftp/libedit/histedit.h
C othersrc/usr.bin/tnftp/libedit/history.c
C othersrc/usr.bin/tnftp/libedit/key.c
C othersrc/usr.bin/tnftp/libedit/key.h
C othersrc/usr.bin/tnftp/libedit/makelist
C othersrc/usr.bin/tnftp/libedit/map.c
C othersrc/usr.bin/tnftp/libedit/map.h
C othersrc/usr.bin/tnftp/libedit/parse.c
C othersrc/usr.bin/tnftp/libedit/parse.h
C othersrc/usr.bin/tnftp/libedit/prompt.c
C othersrc/usr.bin/tnftp/libedit/prompt.h
C othersrc/usr.bin/tnftp/libedit/read.c
C othersrc/usr.bin/tnftp/libedit/read.h
C othersrc/usr.bin/tnftp/libedit/readline.c
C othersrc/usr.bin/tnftp/libedit/refresh.c
C othersrc/usr.bin/tnftp/libedit/refresh.h
C othersrc/usr.bin/tnftp/libedit/search.c
C othersrc/usr.bin/tnftp/libedit/search.h
C othersrc/usr.bin/tnftp/libedit/shlib_version
C othersrc/usr.bin/tnftp/libedit/sig.c
C othersrc/usr.bin/tnftp/libedit/sig.h
C othersrc/usr.bin/tnftp/libedit/sys.h
C othersrc/usr.bin/tnftp/libedit/term.c
C othersrc/usr.bin/tnftp/libedit/term.h
C othersrc/usr.bin/tnftp/libedit/tokenizer.c
C othersrc/usr.bin/tnftp/libedit/tty.c
C othersrc/usr.bin/tnftp/libedit/tty.h
C othersrc/usr.bin/tnftp/libedit/vi.c
C othersrc/usr.bin/tnftp/libedit/TEST/Makefile
C othersrc/usr.bin/tnftp/libedit/TEST/test.c
C othersrc/usr.bin/tnftp/libedit/readline/Makefile
C othersrc/usr.bin/tnftp/libedit/readline/readline.h
43 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jTNF:yesterday -jTNF othersrc/usr.bin/tnftp/libedit