summaryrefslogtreecommitdiff
path: root/usr.bin/awk
Commit message (Collapse)AuthorAgeFilesLines
* UseJun Kuriyama2003-06-061-1/+1
| | | | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde Notes: svn path=/head/; revision=115898
* For the bwk_20030314 version, we have to -DHAS_ISBLANK now.David E. O'Brien2003-03-171-1/+1
| | | | | | | Oh how I wish the author had accepted my "#ifndef isblank" patch instead. Notes: svn path=/head/; revision=112339
* BWK awk appears to work for world builds just fine now. We want to makeDavid E. O'Brien2002-05-101-2/+0
| | | | | | | | sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64. Notes: svn path=/head/; revision=96363
* 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