Import awk-20110506.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sat, 18 Jun 2011 01:05:21 +0000 (15:05 -1000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sat, 18 Jun 2011 01:23:49 +0000 (15:23 -1000)
commit0020174d797a0985bf139564c3c3c124b22fd953
treeec4627770a42ff1d0e4a08a9f8971fc3cf3a2458
parent4b5884586c4c72d42a51c2f4f41ded9fb609442d
Import awk-20110506.

* added #ifdef for isblank (allows -ffoo as well as -f foo arguments).
* fixed a subtle (and i hope low-probability) overflow error in
fldbld, by adding space for one extra \0.
* changed srand() to return the previous seed
contrib/awk/FIXES
contrib/awk/README
contrib/awk/README.DELETED [new file with mode: 0644]
contrib/awk/b.c
contrib/awk/lib.c
contrib/awk/main.c
contrib/awk/proctab.c [deleted file]
contrib/awk/run.c