From owner-cvs-all@FreeBSD.ORG Thu Aug 31 16:07:26 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 B3C7616A4DE; Thu, 31 Aug 2006 16:07:26 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D5543D58; Thu, 31 Aug 2006 16:07:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k7VG5EmV022915; Thu, 31 Aug 2006 10:05:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 31 Aug 2006 10:05:29 -0600 (MDT) Message-Id: <20060831.100529.-75256320.imp@bsdimp.com> To: ru@freebsd.org From: "M. Warner Losh" In-Reply-To: <20060831144630.GC56996@rambler-co.ru> References: <200608311414.k7VEEVkx048750@repoman.freebsd.org> <20060831144630.GC56996@rambler-co.ru> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 31 Aug 2006 10:05:14 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org 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:07:26 -0000 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=2 for example). I'm going to address them as well and send : patches back to OpenBSD (as well as changes made to manpages). /me too. btw, do you think it is finally time to change ^A to not mean 'go into all upper case mode' by default in tip? Warner