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