home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
cmplangm
/
1989_6
/
awk
/
history.doc
< prev
next >
Wrap
Text File
|
1988-11-15
|
724b
|
30 lines
Version 1.0 28 Sep 87
Initial version corresponding to UNIX V7 documentation.
Version 2.00 07 Mar 88
Expanded version corresponding to "The AWK programming language"
Version 2.01 27 Aug 88
Fixed bug in match procedure regular expression parameter
Fixed bug where index returned the length of the last argument.
Version 2.02 10 Oct 88
Fixed bug in field parsing after modifying $0
Version 2.10 15 Nov 88
Fixed bug where index(s) looked for $0 in s
Fixed string allocation reference count.
Fixed problem with trailing field separator not giving extra field
Added -f command line parameter
Added literal program on command line