doc: make tools/update-authors.sh cross-platform
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 11 Mar 2015 01:50:45 +0000 (02:50 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 11 Mar 2015 12:25:17 +0000 (13:25 +0100)
commitd33a647b4bdcbf596aaad0589090dcee0fbf0297
treee5db428083c1cd300232c8616af985c32a74ef59
parent8453fbc8799cef98697f96be0e2f75f0fc021e41
doc: make tools/update-authors.sh cross-platform

And by cross-platform I mean Linux and OS X.  The awk script is not
compatible with BSD awk, that's why this commit changes it to perl.

Update the .mailmap to remove some duplicates and regenerate the
AUTHORS file.

Fixes: https://github.com/iojs/io.js/issues/1120
PR-URL: https://github.com/iojs/io.js/pull/1121
Reviewed-By: Rod Vagg <rod@vagg.org>
.mailmap
AUTHORS
tools/update-authors.sh