Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add temporary patches to make one-true-awk respect locale's collating order | ru | 2005-05-17 | 4 | -0/+103 |
| | | | | | | | | in [a-z] bracket expressions, until a more complete fix (like handing BREs) is ready. Prodded by: ache OK'ed by: tjr | ||||
* | Use | kuriyama | 2003-06-06 | 1 | -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 | ||||
* | For the bwk_20030314 version, we have to -DHAS_ISBLANK now. | obrien | 2003-03-17 | 1 | -1/+1 |
| | | | | Oh how I wish the author had accepted my "#ifndef isblank" patch instead. | ||||
* | BWK awk appears to work for world builds just fine now. We want to make | obrien | 2002-05-10 | 1 | -2/+0 |
| | | | | | sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64. | ||||
* | Style. | obrien | 2002-04-10 | 1 | -3/+3 |
| | |||||
* | Style. | ru | 2002-04-09 | 1 | -7/+7 |
| | |||||
* | Make this compile in a standalone environment. | ru | 2002-04-09 | 1 | -3/+2 |
| | | | | | Tidy up CLEANFILES. Use built-in rules for building "maketab". | ||||
* | Use our auto-YACC'ing rules to do most of the work. | obrien | 2002-03-23 | 1 | -7/+3 |
| | | | | Submitted by: bde | ||||
* | To quote BDE: "the k part of awk should understand the ctype macros and not | obrien | 2002-03-06 | 1 | -4/+3 |
| | | | | | | need the -funsigned-char hack." Also add needed CLEANSFILE. | ||||
* | Simpler way to handling the names needed on the various platforms. | obrien | 2002-03-06 | 1 | -7/+4 |
| | |||||
* | On the sparc64 platform we install the `1 true AWK' as "awk". On all other | obrien | 2002-03-05 | 1 | -3/+10 |
| | | | | | | platforms we install as "nawk". At the moment Gawk is borked on sparc64, however BWK AWK works fine. | ||||
* | Switch to the One True AWK from Bell-Labs, away from GNU AWK. | obrien | 2001-10-30 | 1 | -0/+36 |