summaryrefslogtreecommitdiff
path: root/usr.bin/make/util.c
AgeCommit message (Expand)Author
2021-12-15make: format comments according to /usr/share/misc/stylerillig
2021-12-15make: use consistent indentation for statements and continuationsrillig
2021-02-03make: use shortcut functions Global_SetExpand and Global_AppendExpandrillig
2021-02-03make: fix compiler warning about signedness in comparisonrillig
2021-02-01make: replace pre-increment with post-increment or simple additionrillig
2020-12-30make(1): format multi-line commentsrillig
2020-12-15make(1): indent nonints.h and util.c with tabs instead of spacesrillig
2020-12-05make(1): refuse to use vsnprintf that is prone to buffer overflowsrillig
2020-11-23make(1): use comparisons in boolean expressionsrillig
2020-11-23make(1): align end-of-line comments with tabsrillig
2020-11-16make(1): use postfix increment where possiblerillig
2020-11-08make(1): use common indentation style for elserillig
2020-11-07make(1): clean up spacing in fallback implementation of vsnprintfrillig
2020-11-05make(1): remove redundant parentheses from sizeof operatorrillig
2020-10-06make(1): remove incomplete fallback implementation of strftimerillig
2020-10-05make(1): revert previous commitrillig
2020-10-05make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)rillig
2020-10-03make(1): clean up #include sectionsrillig
2020-09-13make(1): clean up RCSID blocksrillig
2020-09-12make(1): add typedef for signal handlerrillig
2020-08-01make(1): use consistent indentation in source coderillig
2020-07-03make(1): remove trailing whitespacerillig
2020-07-03make(1): remove redundant parentheses around return valuesrillig
2020-01-07usr.bin/make: remove dead coderillig
2013-11-26Include signal.h early for MiNT and Linux. From pkgsrc.joerg
2012-06-04Fix findenv() to fully match namesjg
2012-06-04Var_UnExport() and setenv() can both realloc environ.sjg
2011-04-02Declare variable only once. Fixes PR 44795.mbalmer
2010-06-03We have required sigaction() for quite a while.sjg
2010-05-05gcc defines __svr4__sjg
2009-01-29Fix flagrantly wrong printf formats in compat strftime.dholland
2008-12-13Use NULL instead of -1 cast to the relavant type (usually via NIL).dsl
2008-10-31Don't use putenv() because it is not portable.christos
2008-10-06Don't use emalloc and friends directly, but call them consistentlyjoerg
2008-02-15back 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-15If 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-17Remove duplicate #includeshubertf
2005-08-08From Max Okumoto:christos
2005-08-05More KNF cleanups from Max Okumotochristos
2005-07-25Whitespace KNF cleanup from Max Okumotochristos
2005-02-16PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes]christos
2004-05-07Simplify build, no functional changes.ross
2003-07-16we can't use snprintf here, as sizeof(pathname) is unknownitojun
2002-09-22HP/UX fixes from Giles Lean:lukem
2002-06-15Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.wiz
2002-03-12PR/15888: Jarkko Teppo: Problems building on HP/UXchristos
2002-03-02Add <errno.h> to list of includes, from <imago@13thmonkey.org>,tv
2002-01-27Fix major bug in make(1) ... due to shadowing of the dotLast path used forreinoud