aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4
Commit message (Expand)AuthorAgeFilesLines
* Import misc.c,v 1.46 from OpenBSD (by espie@)Baptiste Daroussin2016-01-181-1/+3
* Revert a modification that crept in and should notBaptiste Daroussin2015-11-211-1/+1
* Synchronize m4(1) with OpenBSDBaptiste Daroussin2015-11-216-45/+15
* Rename libohash to libopenbsd.Craig Rodrigues2015-11-042-3/+3
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+29
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2710-51/+109
| |\ | |/ |/|
| * Updated/new dependenciesSimon J. Gerraty2014-11-191-0/+1
| * Merge from head@274682Simon J. Gerraty2014-11-197-782/+8
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-1924-653/+543
| |\ \
| * | | 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
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2846-0/+1149
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-0515-40/+55
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-048-7/+15
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+27
* | | | | | | | | Synchronize with OpenBSDBaptiste Daroussin2015-05-188-32/+108
* | | | | | | | | Remove bundled reallocarray(3) since it is now in libcBaptiste Daroussin2015-05-011-36/+0
* | | | | | | | | Add OpenBSD copyright for reallocarrayBaptiste Daroussin2015-03-101-17/+35
* | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Avoid name shadowing to fix build under powerpc64.Julio Merino2014-08-071-2/+2
* | | | | | | | Lower warnings again to 3 the right thing would be to fix the warningsBaptiste Daroussin2014-08-071-0/+2
* | | | | | | | Make libohash a proper internallib instead of hidding it in m4Baptiste Daroussin2014-08-065-779/+3
* | | | | | | | lower warning level to fix build with gccBaptiste Daroussin2014-07-311-0/+1
* | | | | | | | mdoc: fix date.Joel Dahl2014-07-293-3/+3
* | | | | | | | Fix build with gccBaptiste Daroussin2014-07-291-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove ohash_int.h forgotten in previous commitBaptiste Daroussin2014-07-271-25/+0
* | | | | | | Sync with OpenBSDBaptiste Daroussin2014-07-2723-625/+540
* | | | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1646-0/+1149
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | Add missing DPADD.Antoine Brodin2013-01-011-0/+1
| |/ |/|
* | 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
|/
* 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