Date: Tue, 23 Jan 2001 14:09:02 -0800 (PST) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk Makefile.in aclocal.m4 alloca.c awktab.c configh.in configure configure.in install-sh mkinstalldirs protos.h regex.c stamp-h.in ChangeLog FREEBSD-upgrade NEWS PORTS README acconfig.h array.c awk.h awk.y ... Message-ID: <200101232209.f0NM92497189@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asmodai 2001/01/23 14:09:02 PST Modified files: (Branch: RELENG_4) contrib/awk ChangeLog FREEBSD-upgrade NEWS PORTS README acconfig.h array.c awk.h awk.y builtin.c custom.h eval.c field.c gawkmisc.c io.c main.c msg.c node.c patchlevel.h re.c contrib/awk/doc ChangeLog gawk.texi contrib/awk/posix ChangeLog gnu/usr.bin/awk Makefile Added files: (Branch: RELENG_4) contrib/awk Makefile.in aclocal.m4 alloca.c awktab.c configh.in configure configure.in install-sh mkinstalldirs protos.h regex.c stamp-h.in contrib/awk/README_d README.tests contrib/awk/doc Makefile.in README.card ad.block awkcard.in awkforai.txt cardfonts colors gawk.1 igawk.1 macros no.colors setter.outline texinfo.tex gnu/usr.bin/awk config.h Removed files: (Branch: RELENG_4) contrib/awk config.h Log: MFC: gawk 3.0.6. This includes all later fixes after import as well. Revision Changes Path 1.1.1.2.2.1 +303 -9 src/contrib/awk/ChangeLog 1.6.2.1 +4 -41 src/contrib/awk/FREEBSD-upgrade 1.1.1.2.2.1 +71 -0 src/contrib/awk/NEWS 1.1.1.2.2.1 +21 -19 src/contrib/awk/PORTS 1.1.1.2.2.1 +2 -2 src/contrib/awk/README 1.1.1.2.2.1 +1 -1 src/contrib/awk/acconfig.h 1.1.1.2.2.1 +165 -20 src/contrib/awk/array.c 1.5.2.1 +11 -3 src/contrib/awk/awk.h 1.1.1.2.2.1 +53 -17 src/contrib/awk/awk.y 1.7.2.1 +8 -5 src/contrib/awk/builtin.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/custom.h 1.4.2.1 +96 -53 src/contrib/awk/eval.c 1.4.2.1 +36 -3 src/contrib/awk/field.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/gawkmisc.c 1.4.2.1 +32 -7 src/contrib/awk/io.c 1.4.2.1 +21 -11 src/contrib/awk/main.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/msg.c 1.4.2.1 +17 -3 src/contrib/awk/node.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/patchlevel.h 1.1.1.1.6.1 +2 -3 src/contrib/awk/re.c 1.1.1.2.2.1 +53 -0 src/contrib/awk/doc/ChangeLog 1.1.1.2.2.1 +190 -112 src/contrib/awk/doc/gawk.texi 1.1.1.2.2.1 +8 -0 src/contrib/awk/posix/ChangeLog 1.13.2.1 +3 -3 src/gnu/usr.bin/awk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101232209.f0NM92497189>