Import awk-20110810.
authorSascha Wildner <saw@online.de>
Fri, 12 Aug 2011 21:07:23 +0000 (23:07 +0200)
committerSascha Wildner <saw@online.de>
Fri, 12 Aug 2011 21:07:23 +0000 (23:07 +0200)
commitb12bae1807abcf1f0dca9dd069ba090c7167812d
tree18764f22529b01e1547ea37c217c9be97eabef5d
parent0020174d797a0985bf139564c3c3c124b22fd953
Import awk-20110810.

* /pat/, \n /pat/ {...} is now legal, though bad style to use.
* added checks to new -v code that permits -vnospace
* removed fixed limit on number of open files
* fixed day 1 bug that resurrected deleted elements of ARGV when
  used as filenames (in lib.c).
* minor type fiddles to make gcc -Wall -pedantic happier (but not
  totally so)
* split(s, a, //) now behaves the same as split(s, a, "")
* another fix to avoid core dump with delete(ARGV)
contrib/awk/FIXES
contrib/awk/awkgram.y
contrib/awk/b.c
contrib/awk/lex.c
contrib/awk/lib.c
contrib/awk/main.c
contrib/awk/proto.h
contrib/awk/run.c
contrib/awk/tran.c