Files
evolution/e-util
Tor Lillqvist 18c0885376 Use g_get_tmp_dir() instead of hardcoding /tmp.
2005-11-26  Tor Lillqvist  <tml@novell.com>

	* e-menu.c (emph_construct_menu): Use g_get_tmp_dir() instead of
	hardcoding /tmp.

	* e-util.c (e_strstrcase): Use g_ascii_strncasecmp() instead of
	the deprecated g_strncasecmp(). What kinds of strings this
	function is supposed to be used on (UTF-8 or some random single-
	or multi-byte encoding) is anybody's guess. This function isn't
	used in Evolution and should probably go away, though. And this is
	one of the files that have a partially duplicated copy in
	e-d-s/libedataserver, too, so doubly so.
	(e_filename_make_safe): Mark more bytes as unsafe on Win32. Add
	comments. This function is really under-specified and weird, one
	wonders whether it really does what the author thought it should
	do.
	(fsync): Add Win32 implementation of fsync().

	* e-xml-utils.c (e_xml_get_bool_prop_by_name_with_default): Use
	g_ascii_strcasecmp() instead of the deprecated g_strcasecmp(),
	especially as we are comparing to literal ASCII strings.

svn path=/trunk/; revision=30684
2005-11-26 03:51:16 +00:00
..
2004-05-27 13:48:20 +00:00
2005-07-10 09:55:57 +00:00
2005-07-10 09:55:57 +00:00
2005-07-10 09:55:57 +00:00
2005-04-29 14:18:18 +00:00
2005-07-12 04:04:14 +00:00
2005-04-28 09:59:50 +00:00
2005-04-28 09:59:50 +00:00
2004-11-26 13:57:33 +00:00
2004-11-26 13:57:33 +00:00
2005-07-14 02:13:15 +00:00
2005-07-12 04:04:14 +00:00
2004-07-02 16:03:56 +00:00
2004-07-02 16:03:56 +00:00
2004-07-02 16:03:56 +00:00
2005-01-21 17:17:35 +00:00
2005-01-21 17:17:35 +00:00
2005-04-29 14:18:18 +00:00
2005-06-23 09:11:11 +00:00
2004-08-27 00:21:33 +00:00
2005-03-04 03:07:18 +00:00