summaryrefslogtreecommitdiff
path: root/usr.bin/make/util.c
AgeCommit message (Expand)Author
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
1995-06-14- $NetBSD$ rcsidschristos
1994-09-23Use getcwd(3), not getwd(3), and remove some old, unused compatibility code.mycroft
1994-05-09bootstrap improvementsglass
1994-03-05fixes/improvements from Christos Zoulas <christos@deshaw.com>.cgd