John Birrell
d97cdd3349
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.
2008-03-27 01:33:26 +00:00
David E. O'Brien
62f261e751
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.
2008-02-28 16:41:51 +00:00
David E. O'Brien
149d554ac8
The AWK 23-Oct-2007 release includes fixes for FreeBSD PR's bin/104795
...
and bin/100443.
2007-10-25 12:43:22 +00:00
Xin LI
4f68049e7b
Increase inputFS buffer. awk will not accept some old scripts
...
otherwise.
2007-06-08 05:44:12 +00:00
Rong-En Fan
202819e1e6
- Update for 2007/05/01 import
...
Approved by: delphij (mentor)
Nodded by: ru
Tested by: make universe
2007-06-05 15:35:05 +00:00
Ruslan Ermilov
324ef9892d
Fix a bug converting a variable from the numeric type to a string.
...
PR: bin/104795
MFC after: 3 days
2006-10-25 21:23:20 +00:00
Ruslan Ermilov
8a70619712
Initial memory allocation for fields was off-by-one.
...
PR: bin/100443
MFC after: 3 days
2006-09-15 13:33:32 +00:00
Ruslan Ermilov
1007c98db6
Don't require a space between -[fv] and its argument.
...
PR: bin/86514
MFC after: 3 days
2006-09-15 13:28:10 +00:00
Ruslan Ermilov
f9fe4d605f
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
2005-05-17 14:54:33 +00:00
Jun Kuriyama
3a624f5e23
Use
...
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.
Commented by: marcel, obrien, bde
2003-06-06 13:46:55 +00:00
David E. O'Brien
82e3b82014
For the bwk_20030314 version, we have to -DHAS_ISBLANK now.
...
Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
2003-03-17 08:07:54 +00:00
David E. O'Brien
498e57a7a4
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.
2002-05-10 20:36:21 +00:00
David E. O'Brien
259b7fa9b9
Style.
2002-04-10 03:10:03 +00:00
Ruslan Ermilov
8b04285f30
Style.
2002-04-09 07:05:24 +00:00
Ruslan Ermilov
498e32cef0
Make this compile in a standalone environment.
...
Tidy up CLEANFILES.
Use built-in rules for building "maketab".
2002-04-09 07:03:32 +00:00
David E. O'Brien
2fe5bfd7a1
Use our auto-YACC'ing rules to do most of the work.
...
Submitted by: bde
2002-03-23 04:49:43 +00:00
David E. O'Brien
a370851f6e
To quote BDE: "the k part of awk should understand the ctype macros and not
...
need the -funsigned-char hack."
Also add needed CLEANSFILE.
2002-03-06 18:37:26 +00:00
David E. O'Brien
da2af9ad11
Simpler way to handling the names needed on the various platforms.
2002-03-06 18:06:39 +00:00
David E. O'Brien
a04eff5a87
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.
2002-03-05 19:37:12 +00:00
David E. O'Brien
43cfcf106d
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
2001-10-30 08:56:50 +00:00