summaryrefslogtreecommitdiff
path: root/usr.bin/make/util.c
AgeCommit message (Expand)Author
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
2002-01-25Make util.c replacement functions use autoconf conditionals to probetv
2001-12-11Add __CYGWIN__ to list of exceptions from homegrown strftime().tv
2000-08-03PR/10714: SUNAGAWA Keiki: Add newer hpux support, but without removing thechristos
2000-05-04support OSF/1drochner
2000-01-06Add a few little changes needed to get this to compile on IRIX 6.4.wrstuden
1999-09-04PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1christos
1999-08-27Don't need strftime() on Ultrix either.simonb
1999-06-29apply solaris fixeschristos
1999-03-19use emalloc() instead of malloc()christos
1998-11-06- full prototypeschristos
1998-10-18strftime is not needed for svr4 machines; also fix the prototype footprint.christos
1998-09-18PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code.christos
1998-02-04Y2K fixes: use strftime(), and add a fake strftime() for systems that dochristos
1997-09-28wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAPlukem
1997-07-11#if __STDC__ -> #ifdef __STDC__christos
1997-07-11sprintf -> vsprintfchristos
1997-07-01Add WARNS=1christos
1997-06-07Apparently, using _doprnt(_IOREAD) to emulate vsnprintf() on SVR4 *sometimes*christos
1996-12-31implement snprintf() and vsnprintf() for non BSD4_4 systems.christos
1996-11-11Fir PR/2930: declare missing variable.christos
1996-11-06- Merge in FreeBSD and Lite2 changes.christos
1996-08-30Tidy up some RCS ids a bit.thorpej
1996-08-13Add strdup() since ultrix is missing it.christos
1995-11-22Updates for POSIX/SVR4 compiling:christos