aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdtemp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * mkdtemp.c (mkdtemp): Fix warning.David Shaw2005-12-061-1/+1
| | | | | | * secmem.c, assuan-buffer.c, dotlock.c: Fix a few warnings from printf-ing %p where the arg wasn't void *.
* Converted all m_free to xfree etc.Werner Koch2005-07-271-1/+1
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* * mkdtemp.c: New (moved from g10/), setenv.c: New, unsetenv.c: New.David Shaw2004-02-201-0/+98
* Makefile.am: Include @LIBOBJS@ for replacement functions.