Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import bmake-20170720 | Simon J. Gerraty | 2017-07-24 | 6 | -18/+47 |
* | Import bmake-20170711 | Simon J. Gerraty | 2017-07-15 | 19 | -205/+380 |
* | Merge bmake-20170510 | Simon J. Gerraty | 2017-05-10 | 30 | -105/+405 |
* | Ensure buf2 is in scope | Simon J. Gerraty | 2017-05-10 | 1 | -2/+1 |
* | Str_Match: fix closure tests for [^] and add unit-test. | Simon J. Gerraty | 2017-04-21 | 3 | -3/+8 |
* | Merge bmake-20170420 | Simon J. Gerraty | 2017-04-21 | 16 | -126/+274 |
* | Update to bmake 20170413 | Simon J. Gerraty | 2017-04-15 | 14 | -51/+152 |
* | Do not consider using -C arg "as is" for .CURDIR unless it starts with /. | Simon J. Gerraty | 2017-03-11 | 1 | -1/+2 |
* | Merge bmake-20170301 | Simon J. Gerraty | 2017-03-06 | 24 | -104/+457 |
* | Merge bmake-20161212 | Simon J. Gerraty | 2016-12-19 | 25 | -278/+558 |
* | Update to bmake-20170818 | Simon J. Gerraty | 2016-09-09 | 15 | -105/+328 |
* | 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 | -143/+294 |
* | 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 | -909/+3110 |
* | 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 | -165/+362 |
* | 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 | -330/+771 |
* | Merge bmake-20130123 | Simon J. Gerraty | 2013-02-01 | 81 | -665/+10963 |