History log of /freebsd-10.0-release/usr.bin/awk/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 201989 10-Jan-2010 ru

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.


# 201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# 177655 26-Mar-2008 jb

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.


# 176641 28-Feb-2008 obrien

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.


# 172962 25-Oct-2007 obrien

The AWK 23-Oct-2007 release includes fixes for FreeBSD PR's bin/104795
and bin/100443.


# 163695 25-Oct-2006 ru

Fix a bug converting a variable from the numeric type to a string.

PR: bin/104795
MFC after: 3 days


# 162319 15-Sep-2006 ru

Initial memory allocation for fields was off-by-one.

PR: bin/100443
MFC after: 3 days


# 146322 17-May-2005 ru

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


# 115898 06-Jun-2003 kuriyama

Use
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.

Commented by: marcel, obrien, bde


# 112339 17-Mar-2003 obrien

For the bwk_20030314 version, we have to -DHAS_ISBLANK now.
Oh how I wish the author had accepted my "#ifndef isblank" patch instead.


# 96363 10-May-2002 obrien

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.


# 94339 10-Apr-2002 obrien

Style.


# 94267 09-Apr-2002 ru

Style.


# 94266 09-Apr-2002 ru

Make this compile in a standalone environment.
Tidy up CLEANFILES.
Use built-in rules for building "maketab".


# 93003 23-Mar-2002 obrien

Use our auto-YACC'ing rules to do most of the work.

Submitted by: bde


# 91760 06-Mar-2002 obrien

To quote BDE: "the k part of awk should understand the ctype macros and not
need the -funsigned-char hack."

Also add needed CLEANSFILE.


# 91758 06-Mar-2002 obrien

Simpler way to handling the names needed on the various platforms.


# 91707 05-Mar-2002 obrien

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.


# 85724 30-Oct-2001 obrien

Switch to the One True AWK from Bell-Labs, away from GNU AWK.