xref: /illumos-gate/usr/src/cmd/awk/DIVERGENCES (revision e3c4d829fd2f5ea07a7203c4a9a02f1b8b3b18d6)
1The illumos nawk(1) is slightly divergent from upstream:
2- We allow an unlimited number of input program files
3- We allow an unlimited number of "/pat/, /pat/" expressions
4- Some of the code has been altered to track the length of strings
5  better so that we can avoid repeatedly calling strlen(3C)
6