summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk
Commit message (Collapse)AuthorAgeFilesLines
* Allow awk (the one true one!) to handle 64 files instead of just 20.jb2008-03-271-1/+1
| | | | | | | | | | | The current FreeBSD syscall generation script uses all 20 and I need another open file. It's a shame that something named as the 'one-true-awk' is so limited by an old denition like FOPEN_MAX when it could just make the file handling dynamic. This is done to avoid touching contrib sources on a vendor branch.
* Now that we're way past our conversion from GNU awk to BWK awk, we don'tobrien2008-02-281-7/+3
| | | | need to primarily install as a non-conflicting name.
* The AWK 23-Oct-2007 release includes fixes for FreeBSD PR's bin/104795obrien2007-10-253-50/+1
| | | | and bin/100443.
* Increase inputFS buffer. awk will not accept some old scriptsdelphij2007-06-081-4/+13
| | | | otherwise.
* - Update for 2007/05/01 importrafan2007-06-052-5/+5
| | | | | | Approved by: delphij (mentor) Nodded by: ru Tested by: make universe
* Fix a bug converting a variable from the numeric type to a string.ru2006-10-252-1/+23
| | | | | PR: bin/104795 MFC after: 3 days
* Initial memory allocation for fields was off-by-one.ru2006-09-152-1/+19
| | | | | PR: bin/100443 MFC after: 3 days
* Don't require a space between -[fv] and its argument.ru2006-09-151-1/+44
| | | | | PR: bin/86514 MFC after: 3 days
* Add temporary patches to make one-true-awk respect locale's collating orderru2005-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
* Usekuriyama2003-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
* For the bwk_20030314 version, we have to -DHAS_ISBLANK now.obrien2003-03-171-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 makeobrien2002-05-101-2/+0
| | | | | sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64.
* Style.obrien2002-04-101-3/+3
|
* Style.ru2002-04-091-7/+7
|
* Make this compile in a standalone environment.ru2002-04-091-3/+2
| | | | | Tidy up CLEANFILES. Use built-in rules for building "maketab".
* Use our auto-YACC'ing rules to do most of the work.obrien2002-03-231-7/+3
| | | | Submitted by: bde
* To quote BDE: "the k part of awk should understand the ctype macros and notobrien2002-03-061-4/+3
| | | | | | need the -funsigned-char hack." Also add needed CLEANSFILE.
* Simpler way to handling the names needed on the various platforms.obrien2002-03-061-7/+4
|
* On the sparc64 platform we install the `1 true AWK' as "awk". On all otherobrien2002-03-051-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.obrien2001-10-301-0/+36
OpenPOWER on IntegriCloud