blob: 730194e1c5b23803f9a57050dc34e7532c0ce1aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
Import of the 2004/02/07 version of the "one true awk", as described
in "The AWK Programming Language", by Al Aho, Brian Kernighan, and
Peter Weinberger (Addison-Wesley, 1988, ISBN 0-201-07981-X).
Original sources were taken from the Brian Kernighan's home page
(http://cm.bell-labs.com/who/bwk/) and include bug fixes up thru
November 22, 2003.
The following files were removed for this import:
buildwin.bat
makefile.win
missing95.c
vcvars32.bat
ytab.c
ytab.h
ytabc.bak
ytabh.bak
The vendor import was done by:
cvs import src/contrib/one-true-awk BELL_LABS bwk_20040207
|