Age | Commit message (Expand) | Author |
2023-09-04 | GC old code that was originally implemented to facilitate adoption by | Marc Espie |
2023-05-30 | Due to the way make is designed, not being able to read a makefile | Marc Espie |
2021-03-06 | put back Lst_Destroy(paths) where it belongs | Marc Espie |
2020-04-20 | in case there are several operators on a dependency line, prefer the | Marc Espie |
2020-01-26 | remove OP_* for deprecated keywords (document that :: still uses | Marc Espie |
2020-01-26 | deprecate old keywords, some already removed, some now hitting the bitbucket. | Marc Espie |
2020-01-13 | simplify the way we account for different jobs: | Marc Espie |
2020-01-13 | concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer | Marc Espie |
2020-01-13 | move documentation around to be more specific to suff.c | Marc Espie |
2020-01-13 | a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releases | Marc Espie |
2020-01-13 | introduce a "Buf_Reinit" function for handling static buffers that can | Marc Espie |
2020-01-13 | tweak special node creation to be simpler: nodes created for special keywords | Marc Espie |
2020-01-13 | document special values. | Marc Espie |
2019-12-22 | - give a specific value to OP_ERROR that doesn't occur in nature | Marc Espie |
2019-12-21 | rename a few variable/functions to have better names. | Marc Espie |
2018-09-20 | fix indentation | Jonathan Gray |
2017-12-19 | More NUL (not NULL) checks. | Vadim Zhukov |
2017-12-05 | strip_comments is also called for dot lines, so sometimes the comment | Marc Espie |
2016-10-23 | add !!= | Marc Espie |
2016-10-21 | small obvious cleanups: | Marc Espie |
2016-05-13 | have sinclude/include be more compatible with sysv, handle list of files | Marc Espie |
2015-12-22 | in case we have a parse error, dispell the target list early to avoid | Marc Espie |
2015-11-29 | fix duplicate targets in target list for good: split previous groupling fix | Marc Espie |
2015-11-06 | I was very optimistic in groupling creation. Turns out lists of targets | Marc Espie |
2015-01-23 | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... | Marc Espie |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | Marc Espie |
2012-10-09 | - SPECIAL_DEPRECATED -> SPECIAL_NOTHING | Marc Espie |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2012-04-20 | dyslexy strikes again | Marc Espie |
2012-04-17 | this error message was impossible to understand without the source code. | Marc Espie |
2012-04-11 | make has had heuristics to avoid parallel make recursion. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-15 | whitespace | Marc Espie |
2009-08-16 | use unsigned values where applicable | Marc Espie |
2009-05-10 | simple check for cvs conflicts, avoids some "duh" moments (some people like | Marc Espie |
2007-09-23 | put parsing of operator (:, ::, !) into its own function | Marc Espie |
2007-09-18 | reindent a few lines in parse.c which are missing it. | Marc Espie |
2007-09-18 | missing prototype for static function | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | clean-up Parse_File toplevel: add functions to make it clearer what's going | Marc Espie |
2007-09-17 | Parse_DoVar -> Parse_As_Var_Assignment | Marc Espie |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |
2007-09-17 | more zap spaces | Marc Espie |
2007-09-17 | zap more spaces at end of line | Marc Espie |