summaryrefslogtreecommitdiff
path: root/usr.bin/awk
Commit message (Collapse)AuthorAgeFilesLines
* Stop applying patches at build time - instead apply directly to the files.David E. O'Brien2007-10-096-186/+0
| | | | | | | I've seen this practice cause issues for vendors using our sources... Notes: svn path=/stable/6/; revision=172494
* MFC: Fix a bug converting a variable from the numeric type to a string.Ruslan Ermilov2006-10-291-1/+1
| | | | | | | | PR: bin/104795 Approved by: re (hrs) Notes: svn path=/stable/6/; revision=163752
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-10-261-0/+22
| | | | Notes: svn path=/stable/6/; revision=163713
* MFC:Ruslan Ermilov2006-09-182-2/+45
| | | | | | | | | | - Don't require a space between -[fv] and its argument. - Initial memory allocation for fields was off-by-one. Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=162405
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-09-161-0/+18
| | | | Notes: svn path=/stable/6/; revision=162355
* Add temporary patches to make one-true-awk respect locale's collating orderRuslan Ermilov2005-05-174-0/+103
| | | | | | | | | | | in [a-z] bracket expressions, until a more complete fix (like handing BREs) is ready. Prodded by: ache OK'ed by: tjr Notes: svn path=/head/; revision=146322
* 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