aboutsummaryrefslogtreecommitdiffstats
path: root/util/unsetenv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * timegm.c: New replacement function. Removes the need for setenv.c andDavid Shaw2004-05-211-58/+0
| | | | | | | | | unsetenv.c. * setenv.c: Removed. * unsetenv.c: Removed.
* * unsetenv.c: Fixed debugging typo.David Shaw2004-02-281-1/+1
|
* * mkdtemp.c: New (moved from g10/), setenv.c: New, unsetenv.c: New.David Shaw2004-02-201-0/+58
* Makefile.am: Include @LIBOBJS@ for replacement functions.