awk: Update to version 20121220
authorJohn Marino <draco@marino.st>
Wed, 8 May 2013 23:53:12 +0000 (01:53 +0200)
committerJohn Marino <draco@marino.st>
Thu, 9 May 2013 00:47:17 +0000 (02:47 +0200)
commitd5272961fef135368033c0d16b9f59b73f27678b
tree317ced8eeec69bf2b70140df6c86a547cfa087d4
parentd9ce47d908bc99e3575598bde4e7bb7929fee395
awk: Update to version 20121220

* BK added  __attribute__((__noreturn__)) to a couple of lines in
  proto.h, to silence an enthusiastic checker.
* NK fixed obscure call by value bug in split(a[1],a) reported on
  9fans.  the management of temporary values is just a mess; he
  took a shortcut by making an extra string copy.
* tiny fiddle in setfval to eliminate -0 results in T.expr, which
  has irritated BK for 20+ years.

The README.DELETED file was relocated from the vendor branch to
the master branch to be consistent with how most of the vendor
branches are handled.
contrib/awk/README.DELETED [new file with mode: 0644]
contrib/awk/README.DRAGONFLY