From owner-cvs-usrbin Mon Sep 15 01:10:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11317 for cvs-usrbin-outgoing; Mon, 15 Sep 1997 01:10:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA11281; Mon, 15 Sep 1997 01:10:39 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA22351; Mon, 15 Sep 1997 01:07:12 -0700 (PDT) Date: Mon, 15 Sep 1997 01:07:12 -0700 (PDT) Message-Id: <199709150807.BAA22351@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/env env.c src/usr.bin/f2c Makefile Notice README cds.c data.c defines.h defs.h equiv.c error.c exec.c expr.c f2c.1 f2c.h format.c formatdata.c gram.dcl gram.exec gram.head init.c intr.c io.c lex.c main.c malloc.c mem.c memset.c misc.c ... Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/09/15 01:07:12 PDT Modified files: (Branch: RELENG_2_2) usr.bin/env env.c usr.bin/f2c Makefile Notice README cds.c data.c defines.h defs.h equiv.c error.c exec.c expr.c f2c.1 f2c.h format.c formatdata.c gram.dcl gram.exec gram.head init.c intr.c io.c lex.c main.c malloc.c mem.c memset.c misc.c names.c niceprintf.c output.c p1output.c parse_args.c pread.c proc.c put.c putpcc.c sysdep.c sysdep.h vax.c version.c usr.bin/fetch fetch.1 fetch.h http.c main.c usr.bin/file2c file2c.1 usr.bin/fold fold.c usr.bin/from from.c Log: MFC: a number of trivial cosmetic updates and a fairly large update of f2c [since I know that FreeBSD has so many fortran programmers now :-)] Revision Changes Path 1.1.1.1.8.3 +1 -1 src/usr.bin/env/env.c 1.9.2.1 +4 -0 src/usr.bin/f2c/Makefile 1.2.2.1 +1 -1 src/usr.bin/f2c/Notice 1.2.2.1 +33 -10 src/usr.bin/f2c/README 1.2.2.1 +13 -13 src/usr.bin/f2c/cds.c 1.2.2.1 +23 -21 src/usr.bin/f2c/data.c 1.2.2.1 +10 -0 src/usr.bin/f2c/defines.h 1.2.2.1 +22 -20 src/usr.bin/f2c/defs.h 1.2.2.1 +30 -15 src/usr.bin/f2c/equiv.c 1.2.2.1 +13 -13 src/usr.bin/f2c/error.c 1.2.2.1 +24 -17 src/usr.bin/f2c/exec.c 1.2.2.1 +102 -32 src/usr.bin/f2c/expr.c 1.6.2.1 +15 -1 src/usr.bin/f2c/f2c.1 1.2.2.1 +10 -1 src/usr.bin/f2c/f2c.h 1.2.2.1 +30 -23 src/usr.bin/f2c/format.c 1.2.2.1 +15 -15 src/usr.bin/f2c/formatdata.c 1.2.2.1 +17 -5 src/usr.bin/f2c/gram.dcl 1.1.1.1.10.1 +4 -4 src/usr.bin/f2c/gram.exec 1.2.2.1 +1 -0 src/usr.bin/f2c/gram.head 1.2.2.1 +16 -15 src/usr.bin/f2c/init.c 1.2.2.1 +112 -14 src/usr.bin/f2c/intr.c 1.2.2.1 +21 -18 src/usr.bin/f2c/io.c 1.2.2.1 +71 -40 src/usr.bin/f2c/lex.c 1.4.2.1 +52 -27 src/usr.bin/f2c/main.c 1.2.2.1 +14 -15 src/usr.bin/f2c/malloc.c 1.2.2.1 +13 -13 src/usr.bin/f2c/mem.c 1.1.1.1.10.1 +13 -13 src/usr.bin/f2c/memset.c 1.2.2.1 +17 -18 src/usr.bin/f2c/misc.c 1.2.2.1 +35 -22 src/usr.bin/f2c/names.c 1.2.2.1 +13 -13 src/usr.bin/f2c/niceprintf.c 1.2.2.1 +82 -43 src/usr.bin/f2c/output.c 1.2.2.1 +13 -13 src/usr.bin/f2c/p1output.c 1.3.2.1 +39 -24 src/usr.bin/f2c/parse_args.c 1.2.2.1 +13 -13 src/usr.bin/f2c/pread.c 1.2.2.1 +42 -26 src/usr.bin/f2c/proc.c 1.2.2.1 +16 -15 src/usr.bin/f2c/put.c 1.2.2.1 +91 -34 src/usr.bin/f2c/putpcc.c 1.2.2.1 +22 -22 src/usr.bin/f2c/sysdep.c 1.2.2.1 +16 -16 src/usr.bin/f2c/sysdep.h 1.2.2.1 +21 -17 src/usr.bin/f2c/vax.c 1.2.2.1 +2 -2 src/usr.bin/f2c/version.c 1.9.2.6 +5 -1 src/usr.bin/fetch/fetch.1 1.3.2.2 +2 -1 src/usr.bin/fetch/fetch.h 1.4.2.3 +15 -1 src/usr.bin/fetch/http.c 1.26.2.8 +6 -2 src/usr.bin/fetch/main.c 1.1.6.2 +2 -2 src/usr.bin/file2c/file2c.1 1.1.1.1.8.3 +2 -2 src/usr.bin/fold/fold.c 1.3.2.3 +2 -2 src/usr.bin/from/from.c