minix/commands/awk
2005-04-21 14:53:53 +00:00
..
awk.h Initial revision 2005-04-21 14:53:53 +00:00
e.c Initial revision 2005-04-21 14:53:53 +00:00
k.c Initial revision 2005-04-21 14:53:53 +00:00
l.c Initial revision 2005-04-21 14:53:53 +00:00
m.c Initial revision 2005-04-21 14:53:53 +00:00
Makefile Initial revision 2005-04-21 14:53:53 +00:00
n.c Initial revision 2005-04-21 14:53:53 +00:00
NOTE Initial revision 2005-04-21 14:53:53 +00:00
r.c Initial revision 2005-04-21 14:53:53 +00:00
README Initial revision 2005-04-21 14:53:53 +00:00
regexp.c Initial revision 2005-04-21 14:53:53 +00:00
regexp.h Initial revision 2005-04-21 14:53:53 +00:00
v.c Initial revision 2005-04-21 14:53:53 +00:00
y.c Initial revision 2005-04-21 14:53:53 +00:00

A small AWK clone for the 16-bit Minix

	We have written this program for the Minix 1.2 to fit into 64K+64K
memory.  When compiling this program, you need the Peter S. Housel's 
Floating Math Package with corrected the atan() function.  Original atan()
function has incorrect argument sequence.

	This program supports Japanese Shift-JIS KANJI code and passes
all the test program of the "AWK programming language" written by original
AWK authors except some programs relied upon the way of regular expression 
evaluation.

Kouichi Hirabayashi (kh@mogami-wire.co.jp)