#
da2af9ad |
| 06-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Simpler way to handling the names needed on the various platforms.
|
#
a04eff5a |
| 05-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
On the sparc64 platform we install the `1 true AWK' as "awk". On all other platforms we install as "nawk".
At the moment Gawk is borked on sparc64, however BWK AWK works fine.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
43cfcf10 |
| 30-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
|
#
d98dd8e5 |
| 10-Jan-2010 |
Ruslan Ermilov <ru@FreeBSD.org> |
Apply patches directly to sources. Their effect is as follows:
- Make one-true-awk respect locale's collating order in [a-z] bracket expressions, until a more complete fix (like handing BREs) i
Apply patches directly to sources. Their effect is as follows:
- Make one-true-awk respect locale's collating order in [a-z] bracket expressions, until a more complete fix (like handing BREs) is ready.
- Don't require a space between -[fv] and its argument.
show more ...
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
b7946da9 |
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
d97cdd33 |
| 27-Mar-2008 |
John Birrell <jb@FreeBSD.org> |
Allow awk (the one true one!) to handle 64 files instead of just 20. The current FreeBSD syscall generation script uses all 20 and I need another open file.
It's a shame that something named as the
Allow awk (the one true one!) to handle 64 files instead of just 20. 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.
show more ...
|
#
62f261e7 |
| 28-Feb-2008 |
David E. O'Brien <obrien@FreeBSD.org> |
Now that we're way past our conversion from GNU awk to BWK awk, we don't need to primarily install as a non-conflicting name.
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
149d554a |
| 25-Oct-2007 |
David E. O'Brien <obrien@FreeBSD.org> |
The AWK 23-Oct-2007 release includes fixes for FreeBSD PR's bin/104795 and bin/100443.
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
324ef989 |
| 25-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix a bug converting a variable from the numeric type to a string.
PR: bin/104795 MFC after: 3 days
|
#
8a706197 |
| 15-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Initial memory allocation for fields was off-by-one.
PR: bin/100443 MFC after: 3 days
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
f9fe4d60 |
| 17-May-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add temporary patches to make one-true-awk respect locale's collating order in [a-z] bracket expressions, until a more complete fix (like handing BREs) is ready.
Prodded by: ache OK'ed by: tjr
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
3a624f5e |
| 06-Jun-2003 |
Jun Kuriyama <kuriyama@FreeBSD.org> |
Use cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links.
Commented by: marcel, obrien, bde
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
82e3b820 |
| 17-Mar-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
For the bwk_20030314 version, we have to -DHAS_ISBLANK now. Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
498e57a7 |
| 10-May-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
BWK awk appears to work for world builds just fine now. We want to make sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64.
|
#
259b7fa9 |
| 10-Apr-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Style.
|
#
8b04285f |
| 09-Apr-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Style.
|
#
498e32ce |
| 09-Apr-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Make this compile in a standalone environment. Tidy up CLEANFILES. Use built-in rules for building "maketab".
|
#
2fe5bfd7 |
| 23-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Use our auto-YACC'ing rules to do most of the work.
Submitted by: bde
|
#
a370851f |
| 06-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
To quote BDE: "the k part of awk should understand the ctype macros and not need the -funsigned-char hack."
Also add needed CLEANSFILE.
|
#
da2af9ad |
| 06-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Simpler way to handling the names needed on the various platforms.
|
#
a04eff5a |
| 05-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
On the sparc64 platform we install the `1 true AWK' as "awk". On all other platforms we install as "nawk".
At the moment Gawk is borked on sparc64, however BWK AWK works fine.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
43cfcf10 |
| 30-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
|