Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge bmake-20151201 | sjg | 2015-12-10 | 1 | -16/+95 |
| | |||||
* | MFC bmake changes to stable/10 ↵ | ngie | 2014-12-27 | 1 | -14/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (r255285,r255916,r258113,r258114,r261212,r266760,r268437) Discussed with: sjg r255285: If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E") into the job queue. This avoids closing down an entire build on failure of one branch. Probably has no use outside the context of universe/tinderbox. Reviewed by: obrien r255916: Fix Fx syntax. PR: 182269 Approved by: re@ r258113: Avoid SEGV when passed NULL for list r258114: Don't SEGV when Hash_Table is uninitialized r261212: Merge bmake-20140101 from vendor r266760: Portmgr no longer need the UL hack. Reviewed by: obrien r268437: Update to bmake-20140620 Main change is detection of malformed variable references. Reviewed by: obrien | ||||
* | Merge bmake-20130904 | sjg | 2013-09-05 | 1 | -3/+9 |
| | |||||
* | ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't. | sjg | 2013-08-10 | 1 | -0/+10 |
| | | | | | Consume up to next newline, and issue a parse warning. If no newline found before P_end, carry on as before. | ||||
* | Merge bmake-20130730 | sjg | 2013-08-02 | 1 | -3/+3 |
| | | | | | Main feature of interest is .MAKE.JOB.PREFIX= to suppress --- job --- tokens. | ||||
* | Fix use after free bug. | sjg | 2013-06-18 | 1 | -2/+4 |
| | | | | | | Parse_SetInput: curFile->fname was using the buffer passed to it - which ReadMakefile frees. This change makes the comment in ParseEOF about leaking curFile->fname true. | ||||
* | Update to bmake-20130330 | sjg | 2013-04-02 | 1 | -39/+57 |
| | |||||
* | Merge bmake-20120831 from vendor/NetBSD/bmake/dist. | marcel | 2012-10-03 | 1 | -0/+3122 |
Provenance: ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg |