From owner-cvs-all Mon Oct 1 5:24: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E468B37B410; Mon, 1 Oct 2001 05:23:57 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA03642; Mon, 1 Oct 2001 22:23:55 +1000 Date: Mon, 1 Oct 2001 22:23:18 +1000 (EST) From: Bruce Evans X-X-Sender: To: "David E. O'Brien" Cc: , Subject: Re: cvs commit: src/lib/libedit Makefile chared.c chared.h common.c editline.3 editrc.5 el.c el.h emacs.c hist.c hist.h history.c key.c key.h makelist map.c map.h parse.c parse.h prompt.c In-Reply-To: <200110010841.f918fRR58241@freefall.freebsd.org> Message-ID: <20011001221352.K79142-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 1 Oct 2001, David E. O'Brien wrote: > obrien 2001/10/01 01:41:27 PDT > > Modified files: > lib/libedit Makefile chared.c chared.h common.c > editline.3 editrc.5 el.c el.h emacs.c > hist.c hist.h history.c key.c key.h > makelist map.c map.h parse.c parse.h > prompt.c prompt.h read.c refresh.c > refresh.h search.c search.h sig.c sig.h > sys.h term.c term.h tokenizer.c > tokenizer.h tty.c tty.h vi.c > lib/libedit/TEST test.c > Log: > + Sync with NetBSD, bringing in feature enhancements. > + Convert to ANSI-C function definitions > + style(9) > > Submitted by: kris Please don't mix style changes with feature changes. Most of the changes seem to be to reformat from indent 4 to indent 8. The feature changes are difficult to see. What were the feature changes? Trojans? ;-) Most files now have duplicate __FBSDID()'s. They were recently added in wrong places, and this commit added duplicates in almost the right places. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message