summaryrefslogtreecommitdiff
path: root/usr.bin/awk/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-06-29Separate dependencies on tools built for host.Simon J. Gerraty
2023-04-20Fix building host tools for hostSimon J. Gerraty
2021-08-02awk: Enable tests againWarner Losh
2021-07-31awk: use awkgram.tab.h consistentlyWarner Losh
2021-07-31awk: Fix dependenciesWarner Losh
2021-07-07one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsWarner Losh
2019-06-15Fix .depend files to work for build tools.Bryan Drewery
2019-06-02This should have been committed in r348511 with the awk update.Warner Losh
2018-01-29awk(1): Don't install tests at allKyle Evans
2018-01-11awk(1): Add necessary bits for connecting tests, but leave disconnectedKyle Evans
2017-02-11Use SRCTOP to refer to awk source in contrib/awk and remove unnecessary AWKSR...Enji Cooper
2016-06-14WITH_META_MODE: Fix rebuilding maketab outside of build-tools.Bryan Drewery
2016-05-09DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery
2016-04-14META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery
2015-11-25META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2010-01-10Apply patches directly to sources. Their effect is as follows:Ruslan Ermilov
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2008-03-27Allow awk (the one true one!) to handle 64 files instead of just 20.John Birrell
2008-02-28Now that we're way past our conversion from GNU awk to BWK awk, we don'tDavid E. O'Brien
2007-10-25The AWK 23-Oct-2007 release includes fixes for FreeBSD PR's bin/104795David E. O'Brien
2006-10-25Fix a bug converting a variable from the numeric type to a string.Ruslan Ermilov
2006-09-15Initial memory allocation for fields was off-by-one.Ruslan Ermilov
2005-05-17Add temporary patches to make one-true-awk respect locale's collating orderRuslan Ermilov
2003-06-06UseJun Kuriyama
2003-03-17For the bwk_20030314 version, we have to -DHAS_ISBLANK now.David E. O'Brien
2002-05-10BWK awk appears to work for world builds just fine now. We want to makeDavid E. O'Brien
2002-04-10Style.David E. O'Brien
2002-04-09Style.Ruslan Ermilov
2002-04-09Make this compile in a standalone environment.Ruslan Ermilov
2002-03-23Use our auto-YACC'ing rules to do most of the work.David E. O'Brien
2002-03-06To quote BDE: "the k part of awk should understand the ctype macros and notDavid E. O'Brien
2002-03-06Simpler way to handling the names needed on the various platforms.David E. O'Brien
2002-03-05On the sparc64 platform we install the `1 true AWK' as "awk". On all otherDavid E. O'Brien
2001-10-30Switch to the One True AWK from Bell-Labs, away from GNU AWK.David E. O'Brien