aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mktemp.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-9/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+3
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-2/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-20/+20
* Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-091-4/+5
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Bug #606874 - mktemp disabled in latest glibc-2.11.90-8Milan Crha2010-01-141-5/+19
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
* More code cleanup.Matthew Barnes2009-06-021-3/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-14/+14
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-031-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-13/+13
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fixes bug #513951Matthew Barnes2008-03-111-1/+1
* ** 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