2001-10-27 08:11:44 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-05-16 19:19:32 +00:00
|
|
|
Import of the 2005/04/24 version of the "one true awk", as described
|
2004-02-08 21:39:18 +00:00
|
|
|
in "The AWK Programming Language", by Al Aho, Brian Kernighan, and
|
|
|
|
Peter Weinberger (Addison-Wesley, 1988, ISBN 0-201-07981-X).
|
2001-10-27 08:11:44 +00:00
|
|
|
|
2003-07-30 06:50:31 +00:00
|
|
|
Original sources were taken from the Brian Kernighan's home page
|
2002-02-19 09:30:33 +00:00
|
|
|
(http://cm.bell-labs.com/who/bwk/) and include bug fixes up thru
|
2005-05-16 19:19:32 +00:00
|
|
|
April 24, 2005.
|
2001-10-27 08:11:44 +00:00
|
|
|
|
|
|
|
The following files were removed for this import:
|
|
|
|
|
2002-02-19 09:30:33 +00:00
|
|
|
buildwin.bat
|
|
|
|
makefile.win
|
2001-10-27 08:11:44 +00:00
|
|
|
missing95.c
|
2003-07-30 06:50:31 +00:00
|
|
|
vcvars32.bat
|
2001-10-27 08:11:44 +00:00
|
|
|
ytab.c
|
|
|
|
ytab.h
|
|
|
|
ytabc.bak
|
|
|
|
ytabh.bak
|
|
|
|
|
|
|
|
The vendor import was done by:
|
|
|
|
|
2005-05-16 19:19:32 +00:00
|
|
|
cvs import src/contrib/one-true-awk BELL_LABS bwk_20050424
|