aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/awk
Commit message (Collapse)AuthorAgeFilesLines
* Style.David E. O'Brien2002-04-101-3/+3
| | | | Notes: svn path=/head/; revision=94339
* Style.Ruslan Ermilov2002-04-091-7/+7
| | | | Notes: svn path=/head/; revision=94267
* Make this compile in a standalone environment.Ruslan Ermilov2002-04-091-3/+2
| | | | | | | | Tidy up CLEANFILES. Use built-in rules for building "maketab". Notes: svn path=/head/; revision=94266
* Use our auto-YACC'ing rules to do most of the work.David E. O'Brien2002-03-231-7/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=93003
* To quote BDE: "the k part of awk should understand the ctype macros and notDavid E. O'Brien2002-03-061-4/+3
| | | | | | | | | need the -funsigned-char hack." Also add needed CLEANSFILE. Notes: svn path=/head/; revision=91760
* Simpler way to handling the names needed on the various platforms.David E. O'Brien2002-03-061-7/+4
| | | | Notes: svn path=/head/; revision=91758
* On the sparc64 platform we install the `1 true AWK' as "awk". On all otherDavid E. O'Brien2002-03-051-3/+10
| | | | | | | | | platforms we install as "nawk". At the moment Gawk is borked on sparc64, however BWK AWK works fine. Notes: svn path=/head/; revision=91707
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.David E. O'Brien2001-10-301-0/+36
Notes: svn path=/head/; revision=85724