From owner-cvs-all@FreeBSD.ORG Thu Aug 31 16:37:18 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5C2C16A4DA; Thu, 31 Aug 2006 16:37:18 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC6043D58; Thu, 31 Aug 2006 16:37:15 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id C152D609E; Thu, 31 Aug 2006 20:37:14 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id B00CB6098; Thu, 31 Aug 2006 20:37:14 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7VGbf5t058490; Thu, 31 Aug 2006 20:37:41 +0400 (MSD) (envelope-from ru) Date: Thu, 31 Aug 2006 20:37:41 +0400 From: Ruslan Ermilov To: Sam Leffler Message-ID: <20060831163741.GJ56996@rambler-co.ru> References: <200608311414.k7VEEVkx048750@repoman.freebsd.org> <20060831144630.GC56996@rambler-co.ru> <20060831.100529.-75256320.imp@bsdimp.com> <44F70CD2.4020901@errno.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x0KprKst+ZOYEj2z" Content-Disposition: inline In-Reply-To: <44F70CD2.4020901@errno.com> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/usr.bin/tip/libacu biz22.c biz31.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c src/usr.bin/tip/tip Makefile acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c pathnames.h remote.c tip.1 tip.c tip.h tipout.c uucplock.c value.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 16:37:19 -0000 --x0KprKst+ZOYEj2z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 31, 2006 at 09:22:42AM -0700, Sam Leffler wrote: > M. Warner Losh wrote: > > In message: <20060831144630.GC56996@rambler-co.ru> > > Ruslan Ermilov writes: > > : Recently, I've found several bugs in tip(1). I started fixing them, > > : but then I looked at the OpenBSD, and they seemed to have all been > > : fixed. New import brings some visible new bugs (when compiled with > > : WARNS=3D2 for example). I'm going to address them as well and send > > : patches back to OpenBSD (as well as changes made to manpages). > >=20 > > /me too. > >=20 > > btw, do you think it is finally time to change ^A to not mean 'go into > > all upper case mode' by default in tip? >=20 > That's a config parameter you've always been able to set. I recall the > obsd folks changed the default to so ^A was not enabled as part of their > overhaul. >=20 They indeed changed it, so did we (with this import): Index: vars.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/usr.bin/tip/tip/vars.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 [...] @@ -82,7 +78,7 @@ value_t vtable[] =3D { { "raise", BOOL, (READ|WRITE)<