| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC bmake-20180222 | Simon J. Gerraty | 2018-03-20 | 43 | -664/+1000 |
| * | MFC bmake-20170720 | Simon J. Gerraty | 2017-07-28 | 23 | -221/+425 |
| * | Update bmake to 20170510 | Simon J. Gerraty | 2017-06-13 | 64 | -632/+2042 |
| * | Flush every line when using meta mode and no -j or with -B. | Bryan Drewery | 2016-06-29 | 1 | -0/+1 |
| * | meta_oodate: set needOODATE if oodate due to missing .meta file. | Simon J. Gerraty | 2016-06-14 | 1 | -0/+1 |
| * | Merge bmake-20160606 | Simon J. Gerraty | 2016-06-08 | 11 | -91/+167 |
| * | Import bmake-20160604 | Simon J. Gerraty | 2016-06-05 | 17 | -137/+288 |
| * | Merge bmake-20160512 | Simon J. Gerraty | 2016-05-20 | 44 | -321/+539 |
| * | Update to bmake-20160315 | Simon J. Gerraty | 2016-03-18 | 15 | -39/+104 |
| * | Merge bmake-20160307 | Simon J. Gerraty | 2016-03-11 | 38 | -483/+777 |
| * | Merge bmake-20151220 | Simon J. Gerraty | 2015-12-25 | 7 | -49/+67 |
| * | Merge bmake-20151201 | Simon J. Gerraty | 2015-12-08 | 27 | -118/+356 |
| * | ParseTrackInput: do not access beyond end of buffer. | Simon J. Gerraty | 2015-11-26 | 1 | -0/+4 |
| * | Merge bmake 20151020 | Simon J. Gerraty | 2015-10-23 | 35 | -276/+630 |
| * | Update meta2deps example after i386-elf to i386 rename | Ed Maste | 2015-07-02 | 1 | -1/+1 |
| * | Merge bmake-20150606 | Simon J. Gerraty | 2015-06-11 | 13 | -39/+116 |
| * | Merge bmake-20150505 improve detection of malformed conditionals. | Simon J. Gerraty | 2015-05-10 | 13 | -26/+106 |
| * | Merge bmake-20150418 | Simon J. Gerraty | 2015-04-21 | 116 | -907/+3108 |
| * | Make sure that -- filemon is at start of a line, so that | Simon J. Gerraty | 2015-03-13 | 1 | -1/+1 |
| * | Update to bmake-20140620 | Simon J. Gerraty | 2014-07-08 | 33 | -163/+431 |
| * | Portmgr no longer need the UL hack. | Simon J. Gerraty | 2014-05-27 | 1 | -45/+1 |
| * | Merge bmake-20140101 from vendor | Simon J. Gerraty | 2014-01-27 | 22 | -128/+306 |
| * | Don't SEGV when Hash_Table is uninitialized | Simon J. Gerraty | 2013-11-14 | 1 | -0/+3 |
| * | Avoid SEGV when passed NULL for list | Simon J. Gerraty | 2013-11-14 | 1 | -0/+3 |
| * | Fix Fx syntax. | Simon J. Gerraty | 2013-09-27 | 1 | -1/+1 |
| * | If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E") | Simon J. Gerraty | 2013-09-06 | 1 | -1/+18 |
| * | Merge bmake-20130904 | Simon J. Gerraty | 2013-09-05 | 20 | -46/+184 |
| * | Pay attention to errCheck! | Simon J. Gerraty | 2013-09-01 | 1 | -1/+1 |
| * | Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes) | Simon J. Gerraty | 2013-08-16 | 2 | -1/+23 |
| * | ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't. | Simon J. Gerraty | 2013-08-10 | 1 | -0/+10 |
| * | Move the call to Job_SetPrefix() to Job_Init() so that | Simon J. Gerraty | 2013-08-04 | 2 | -1/+1 |
| * | Merge bmake-20130730 | Simon J. Gerraty | 2013-08-02 | 23 | -164/+361 |
| * | Fix use after free bug. | Simon J. Gerraty | 2013-06-18 | 1 | -2/+4 |
| * | Update to bmake-20130604 to fix file descriptor leak. | Simon J. Gerraty | 2013-06-05 | 5 | -22/+42 |
| * | Sync with upstream version (20130520) that includes same fixes made last week. | Simon J. Gerraty | 2013-05-20 | 16 | -235/+418 |
| * | Fix wildcard srcs for phony targets | Simon J. Gerraty | 2013-05-18 | 1 | -6/+6 |
| * | Match what is in netbsd. | Simon J. Gerraty | 2013-05-18 | 1 | -1/+1 |
| * | Var_Delete: expand name to delete if needed. | Simon J. Gerraty | 2013-05-18 | 1 | -3/+12 |
| * | We really need to get the bsd.own.mk from this tree so the | Simon J. Gerraty | 2013-05-17 | 1 | -1/+4 |
| * | Local hack to allow smooth transition for ports. | Simon J. Gerraty | 2013-05-01 | 1 | -1/+44 |
| * | Update to bmake-20130330 | Simon J. Gerraty | 2013-04-02 | 29 | -328/+769 |
| * | Merge bmake-20130123 | Simon J. Gerraty | 2013-02-01 | 81 | -663/+10961 |
| * | Merge bmake-20121111 | Simon J. Gerraty | 2012-11-16 | 8 | -27/+81 |
| * | Merge bmake-20121010 | Simon J. Gerraty | 2012-10-25 | 7 | -1335/+107 |
| * | Merge bmake-20120831 from vendor/NetBSD/bmake/dist. | Marcel Moolenaar | 2012-10-03 | 120 | -0/+55801 |
