From owner-cvs-src@FreeBSD.ORG Wed Oct 10 00:22:15 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B13B416A41A; Wed, 10 Oct 2007 00:22:15 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE3313C4A3; Wed, 10 Oct 2007 00:22:15 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9A0MF37079873; Wed, 10 Oct 2007 00:22:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9A0MFWA079872; Wed, 10 Oct 2007 00:22:15 GMT (envelope-from obrien) Message-Id: <200710100022.l9A0MFWA079872@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Oct 2007 00:22:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/one-true-awk FIXES FREEBSD-upgrade awk.h awkgram.y b.c lex.c lib.c main.c makefile maketab.c proctab.c run.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 00:22:15 -0000 obrien 2007-10-10 00:22:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/one-true-awk FIXES FREEBSD-upgrade awk.h awkgram.y b.c lex.c lib.c main.c makefile maketab.c proctab.c run.c Log: MFC: bwk's 01-May-2007 release Revision Changes Path 1.1.1.8.2.1 +44 -0 src/contrib/one-true-awk/FIXES 1.9.2.1 +3 -3 src/contrib/one-true-awk/FREEBSD-upgrade 1.1.1.3.2.1 +1 -1 src/contrib/one-true-awk/awk.h 1.1.1.1.16.1 +1 -1 src/contrib/one-true-awk/awkgram.y 1.1.1.8.2.2 +27 -13 src/contrib/one-true-awk/b.c 1.1.1.6.2.1 +8 -14 src/contrib/one-true-awk/lex.c 1.1.1.4.2.2 +2 -2 src/contrib/one-true-awk/lib.c 1.1.1.10.2.2 +11 -12 src/contrib/one-true-awk/main.c 1.1.1.6.2.1 +6 -4 src/contrib/one-true-awk/makefile 1.1.1.2.14.1 +1 -1 src/contrib/one-true-awk/maketab.c 1.1.1.2.2.1 +75 -73 src/contrib/one-true-awk/proctab.c 1.1.1.8.2.2 +25 -23 src/contrib/one-true-awk/run.c