minix/commands/awk
2009-12-14 20:24:33 +00:00
..
awk.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
build ast@'s build files for easypack. 2005-09-19 13:15:15 +00:00
e.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
k.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
l.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
m.c awk: check presence of parameters 2009-12-14 20:24:33 +00:00
Makefile Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
n.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
r.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
README Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regexp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regexp.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
v.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
y.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +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)