Received: by mail.netbsd.org (Postfix, from userid 605) id 4D54114A631; Thu, 28 Jul 2011 01:05:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A87014A62F for ; Thu, 28 Jul 2011 01:05:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id w8U7xgxqhRFH for ; Thu, 28 Jul 2011 01:05:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9642914A62B for ; Thu, 28 Jul 2011 01:05:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 85CA2175DD; Thu, 28 Jul 2011 01:05:20 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 27 Jul 2011 21:05:20 -0400 From: "Christos Zoulas" Subject: CVS commit: src/lib/libedit To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110728010520.85CA2175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Thu Jul 28 01:05:20 UTC 2011 Modified Files: src/lib/libedit: Makefile chared.c common.c el.h eln.c emacs.c map.c parse.c prompt.c refresh.c Added Files: src/lib/libedit: terminal.c terminal.h Removed Files: src/lib/libedit: term.c term.h Log Message: term -> terminal XXX: need to rename key_ too. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libedit/Makefile cvs rdiff -u -r1.29 -r1.30 src/lib/libedit/chared.c cvs rdiff -u -r1.24 -r1.25 src/lib/libedit/common.c cvs rdiff -u -r1.22 -r1.23 src/lib/libedit/el.h cvs rdiff -u -r1.10 -r1.11 src/lib/libedit/eln.c cvs rdiff -u -r1.23 -r1.24 src/lib/libedit/emacs.c src/lib/libedit/parse.c cvs rdiff -u -r1.25 -r1.26 src/lib/libedit/map.c cvs rdiff -u -r1.18 -r1.19 src/lib/libedit/prompt.c cvs rdiff -u -r1.35 -r1.36 src/lib/libedit/refresh.c cvs rdiff -u -r1.57 -r0 src/lib/libedit/term.c cvs rdiff -u -r1.21 -r0 src/lib/libedit/term.h cvs rdiff -u -r0 -r1.1 src/lib/libedit/terminal.c src/lib/libedit/terminal.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.