Rev | Line | |
---|
[9] | 1 | A 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
|
---|
| 4 | memory. When compiling this program, you need the Peter S. Housel's
|
---|
| 5 | Floating Math Package with corrected the atan() function. Original atan()
|
---|
| 6 | function has incorrect argument sequence.
|
---|
| 7 |
|
---|
| 8 | This program supports Japanese Shift-JIS KANJI code and passes
|
---|
| 9 | all the test program of the "AWK programming language" written by original
|
---|
| 10 | AWK authors except some programs relied upon the way of regular expression
|
---|
| 11 | evaluation.
|
---|
| 12 |
|
---|
| 13 | Kouichi Hirabayashi (kh@mogami-wire.co.jp)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.