aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* debugify a few more printfsDan Winship2004-07-141-3/+3
* un-const the return values, since they need to be freed (d): turn offDan Winship2004-07-141-7/+6
* ** See Bug #37329.Not Zed2004-03-031-124/+95
* We need to unlink the full paths in the tmpdirs, not just the base path.Jeffrey Stedfast2003-08-281-6/+8
* A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED andJeffrey Stedfast2003-01-031-1/+1
* #include <string.h> for strcmp.Jeffrey Stedfast2002-03-051-2/+5
* More fixing of the license texts.Ettore Perazzoli2001-10-281-12/+11
* Make sure the dir pointer is non-NULL before using it.Jeffrey Stedfast2001-09-141-8/+10
* Fix the check for the case when mkdir() returns EEXIST to check S_ISDIR onDan Winship2001-09-061-1/+1
* robustificationJeffrey Stedfast2001-08-251-6/+40
* Added e-mktemp.[c,h] to the build.Jeffrey Stedfast2001-08-251-0/+231