aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-18/+18
* Warning fixes. - NULL vs 0 - ANSIfication of declarations - missingKjartan Maraas2007-10-261-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-3/+3
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* Use g_build_filename to get the tempoary directory name. Fix #399307Jeff Cai2007-02-281-3/+6
* Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.Simon Zheng2006-01-101-1/+2
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-171-20/+15
* 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