aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
* Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
* Merge from headSimon J. Gerraty2014-05-081-1/+1
|\
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* | Merge headSimon J. Gerraty2014-04-2846-0/+1149
|\|
| * Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1646-0/+1149
* | Merge from headSimon J. Gerraty2013-09-0515-40/+55
|\|
| * mdoc: convert .Fd to .In, which is much nicer.Joel Dahl2013-06-042-6/+6
| * Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+2
| * Reduce diff with upstream.Jung-uk Kim2013-05-0312-32/+45
| * Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-2/+2
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+2
* | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* | Sync with HEAD.David E. O'Brien2013-02-081-0/+1
|\|
| * Add missing DPADD.Antoine Brodin2013-01-011-0/+1
* | Sync from headSimon J. Gerraty2012-11-048-7/+15
|\|
| * Fix build.Andreas Tobler2012-10-211-1/+1
| * More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-205-4/+12
| * Remove contractions.Joel Dahl2012-10-072-2/+2
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+27
|/
* Fix world after byacc import:Baptiste Daroussin2012-05-221-1/+0
* Respect mathematical operation order piority with the exponent gnu extensionBaptiste Daroussin2012-04-301-2/+2
* Improve m4 compatibility with GNU m4 extension ** (exponent)Baptiste Daroussin2012-04-153-3/+7
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Unbreak the build after r228697 adding the { } block to make clear whichBjoern A. Zeeb2011-12-191-1/+2
* Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.Dimitry Andric2011-12-181-1/+1
* Reimplement support for the ** (exponent) gnu extension, make it available th...Baptiste Daroussin2011-12-183-2/+10
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-2830-1631/+2481
* Mark global functions and/or variables in m4(1) static where possible.Ed Schouten2011-11-062-2/+2
* Fix build of m4 with WARNS=6.Ed Schouten2011-10-163-12/+11
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1115-60/+12
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-1/+1
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Store a pointer to "null" in struct ndblock's defn member instead of aTim J. Robbins2004-08-163-6/+6
* Respect locale settings from the environment.Tim J. Robbins2004-07-121-0/+3
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Don't depend on NULL's expansion being a pointer, cast it before it is passedStefan Farfeleder2004-05-181-1/+1
* Fix m4 to properly handle bitwise operators &, ^, and |. Fix operatorSean Kelly2004-05-011-154/+173
* m4 script to test the functionality of math operators in eval().Sean Kelly2004-05-011-0/+181
* Use .St -susv2 rather than "The Single UNIX specification".Maxim Konovalov2003-12-101-2/+3
* The .Nm utilityPhilippe Charnier2003-06-081-3/+5
* Flush streams before calling system() so that the output appears in theTim J. Robbins2003-05-011-1/+3
* Correct typo in COMPATIBILITY section: s/esycmd/esyscmdJens Schweikhardt2003-04-231-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* When we appear to want a signed value from sizeof(), use ssize_t in the cast,Juli Mallett2002-10-301-1/+1
* Die on -D=foo, when parsing options - we can't let someone define (nil).Juli Mallett2002-09-041-0/+2