| Age | Commit message (Expand) | Author |
| 2021-12-15 | make: format comments according to /usr/share/misc/style | rillig |
| 2021-12-15 | make: use consistent indentation for statements and continuations | rillig |
| 2021-02-03 | make: use shortcut functions Global_SetExpand and Global_AppendExpand | rillig |
| 2021-02-03 | make: fix compiler warning about signedness in comparison | rillig |
| 2021-02-01 | make: replace pre-increment with post-increment or simple addition | rillig |
| 2020-12-30 | make(1): format multi-line comments | rillig |
| 2020-12-15 | make(1): indent nonints.h and util.c with tabs instead of spaces | rillig |
| 2020-12-05 | make(1): refuse to use vsnprintf that is prone to buffer overflows | rillig |
| 2020-11-23 | make(1): use comparisons in boolean expressions | rillig |
| 2020-11-23 | make(1): align end-of-line comments with tabs | rillig |
| 2020-11-16 | make(1): use postfix increment where possible | rillig |
| 2020-11-08 | make(1): use common indentation style for else | rillig |
| 2020-11-07 | make(1): clean up spacing in fallback implementation of vsnprintf | rillig |
| 2020-11-05 | make(1): remove redundant parentheses from sizeof operator | rillig |
| 2020-10-06 | make(1): remove incomplete fallback implementation of strftime | rillig |
| 2020-10-05 | make(1): revert previous commit | rillig |
| 2020-10-05 | make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02) | rillig |
| 2020-10-03 | make(1): clean up #include sections | rillig |
| 2020-09-13 | make(1): clean up RCSID blocks | rillig |
| 2020-09-12 | make(1): add typedef for signal handler | rillig |
| 2020-08-01 | make(1): use consistent indentation in source code | rillig |
| 2020-07-03 | make(1): remove trailing whitespace | rillig |
| 2020-07-03 | make(1): remove redundant parentheses around return values | rillig |
| 2020-01-07 | usr.bin/make: remove dead code | rillig |
| 2013-11-26 | Include signal.h early for MiNT and Linux. From pkgsrc. | joerg |
| 2012-06-04 | Fix findenv() to fully match name | sjg |
| 2012-06-04 | Var_UnExport() and setenv() can both realloc environ. | sjg |
| 2011-04-02 | Declare variable only once. Fixes PR 44795. | mbalmer |
| 2010-06-03 | We have required sigaction() for quite a while. | sjg |
| 2010-05-05 | gcc defines __svr4__ | sjg |
| 2009-01-29 | Fix flagrantly wrong printf formats in compat strftime. | dholland |
| 2008-12-13 | Use NULL instead of -1 cast to the relavant type (usually via NIL). | dsl |
| 2008-10-31 | Don't use putenv() because it is not portable. | christos |
| 2008-10-06 | Don't use emalloc and friends directly, but call them consistently | joerg |
| 2008-02-15 | back all changes out until I fix it properly. | christos |
| 2008-02-14 | - use pid_t/size_t as appropriate instead of int. | christos |
| 2007-10-15 | If we don't have emalloc, we won't have strndup either. | sjg |
| 2007-10-13 | * Convert all uses of strdup() to estrdup(); | apb |
| 2007-01-17 | Remove duplicate #includes | hubertf |
| 2005-08-08 | From Max Okumoto: | christos |
| 2005-08-05 | More KNF cleanups from Max Okumoto | christos |
| 2005-07-25 | Whitespace KNF cleanup from Max Okumoto | christos |
| 2005-02-16 | PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes] | christos |
| 2004-05-07 | Simplify build, no functional changes. | ross |
| 2003-07-16 | we can't use snprintf here, as sizeof(pathname) is unknown | itojun |
| 2002-09-22 | HP/UX fixes from Giles Lean: | lukem |
| 2002-06-15 | Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. | wiz |
| 2002-03-12 | PR/15888: Jarkko Teppo: Problems building on HP/UX | christos |
| 2002-03-02 | Add <errno.h> to list of includes, from <imago@13thmonkey.org>, | tv |
| 2002-01-27 | Fix major bug in make(1) ... due to shadowing of the dotLast path used for | reinoud |