|
| Name
| Size
| Last modified (GMT)
| Description
|
| Parent directory
|
| 1996-09-12 21:18:55
|
|
| Makefile
| 346 bytes
| 1996-07-25 23:41:21
|
|
| NOTE
| 1815 bytes
| 1996-07-22 04:36:45
|
|
| README
| 567 bytes
| 1996-07-22 04:36:45
|
|
| awk.h
| 4440 bytes
| 1996-07-22 04:36:45
|
|
| e.c
| 16994 bytes
| 1996-07-22 04:36:45
|
|
| k.c
| 740 bytes
| 1996-07-22 04:36:45
|
|
| l.c
| 6392 bytes
| 1996-07-22 04:36:46
|
|
| m.c
| 2427 bytes
| 1996-08-07 22:49:02
|
|
| n.c
| 2693 bytes
| 1996-07-22 04:36:46
|
|
| r.c
| 10549 bytes
| 1996-07-23 20:03:07
|
|
| regexp.c
| 31391 bytes
| 1996-07-22 04:36:46
|
|
| regexp.h
| 638 bytes
| 1996-07-22 04:36:47
|
|
| v.c
| 12963 bytes
| 1996-07-22 04:36:47
|
|
| y.c
| 17619 bytes
| 1996-07-22 04:36:47
|
|
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)
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.