Commit Graph

7 Commits

Author SHA1 Message Date
64ea8d10a8 A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED and
2003-01-02  Jeffrey Stedfast  <fejj@ximian.com>

	A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED
	and -DGTK_DISABLE_DEPRECATED.

svn path=/trunk/; revision=19210
2003-01-02 21:32:14 +00:00
046de2dc3f #include <string.h> for strcmp.
2002-03-04  Jeffrey Stedfast  <fejj@ximian.com>

	* e-mktemp.c: #include <string.h> for strcmp.

svn path=/trunk/; revision=15907
2002-03-04 20:33:34 +00:00
10b85c3677 More fixing of the license texts.
svn path=/trunk/; revision=14242
2001-10-27 23:42:27 +00:00
02fecf70e2 Make sure the dir pointer is non-NULL before using it.
2001-09-13  Jeffrey Stedfast  <fejj@ximian.com>

	* e-mktemp.c (e_mktemp_cleanup): Make sure the dir pointer is
	non-NULL before using it.

svn path=/trunk/; revision=12807
2001-09-13 19:42:28 +00:00
ab8885da53 Fix the check for the case when mkdir() returns EEXIST to check S_ISDIR on
* e-mktemp.c (get_path): Fix the check for the case when mkdir()
	returns EEXIST to check S_ISDIR on the right structure component.
	Fixes bug #8775.

svn path=/trunk/; revision=12644
2001-09-05 23:37:01 +00:00
2854f067ae robustification
svn path=/trunk/; revision=12468
2001-08-24 23:49:49 +00:00
7c6273ec2e Added e-mktemp.[c,h] to the build.
2001-08-24  Jeffrey Stedfast  <fejj@ximian.com>

	* Makefile.am: Added e-mktemp.[c,h] to the build.

	* e-mktemp.c (e_mktemp): A new wrapper around mktemp so that we
	can keep track of temp files for later cleanup.
	(e_mkstemp): Same but obviously for the mkstemp call.
	(e_mkdtemp): And finally a mkdtemp wrapper.

svn path=/trunk/; revision=12460
2001-08-24 22:36:52 +00:00