aboutsummaryrefslogtreecommitdiff
path: root/bin/gwp.awk
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespaceTom Ryder2017-11-131-1/+1
|
* Lots of cleanup of awk scriptsTom Ryder2017-07-021-3/+8
| | | | Mostly inspired by suggestions from gawk --lint
* Exit 2 with usage errors from gwp(1df)Tom Ryder2017-05-241-1/+1
|
* Use more portable awk stderr writeTom Ryder2017-01-051-1/+1
| | | | The fork is a bit ugly, but it's only for printing a single error.
* Stylistic tweaks to awk scriptsTom Ryder2016-12-111-3/+1
|
* Tweak FS for gwp(1df)Tom Ryder2016-12-051-2/+2
|
* Use explicit range for alphanumeric charactersTom Ryder2016-12-051-1/+1
| | | | | | | | | This accommodates mawk 1.2, which doesn't implement the character ranges, even though POSIX tells it to. I remember geirha mentioning in #bash that mawk is broken. *sigh*
* Remove shebang from source awk fileTom Ryder2016-12-051-1/+0
| | | | Causes doubleup in compiled file
* Add gwp(1)Tom Ryder2016-12-041-0/+57