source: trunk/minix/commands/awk/README@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 567 bytes
Line 
1A small AWK clone for the 16-bit Minix
2
3 We have written this program for the Minix 1.2 to fit into 64K+64K
4memory. When compiling this program, you need the Peter S. Housel's
5Floating Math Package with corrected the atan() function. Original atan()
6function has incorrect argument sequence.
7
8 This program supports Japanese Shift-JIS KANJI code and passes
9all the test program of the "AWK programming language" written by original
10AWK authors except some programs relied upon the way of regular expression
11evaluation.
12
13Kouichi Hirabayashi (kh@mogami-wire.co.jp)
Note: See TracBrowser for help on using the repository browser.