~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Minix Cross Reference
Minix/commands/awk/


Name Size Last modified (GMT) Description
Back Parent directory 1996-09-12 21:18:55
File Makefile 346 bytes 1996-07-25 23:41:21
File NOTE 1815 bytes 1996-07-22 04:36:45
File README 567 bytes 1996-07-22 04:36:45
C file awk.h 4440 bytes 1996-07-22 04:36:45
C file e.c 16994 bytes 1996-07-22 04:36:45
C file k.c 740 bytes 1996-07-22 04:36:45
C file l.c 6392 bytes 1996-07-22 04:36:46
C file m.c 2427 bytes 1996-08-07 22:49:02
C file n.c 2693 bytes 1996-07-22 04:36:46
C file r.c 10549 bytes 1996-07-23 20:03:07
C file regexp.c 31391 bytes 1996-07-22 04:36:46
C file regexp.h 638 bytes 1996-07-22 04:36:47
C file v.c 12963 bytes 1996-07-22 04:36:47
C file 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)

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.