nautilus/test
Darin Adler 800e4fc159 Fix code that was using <ctype.h> functions and passing char's rather than
* components/help/converters/gnome-info2html2/html.c:
	(write_menu_entry_html):
	* components/help/converters/gnome-man2html2/gnome-man2html.c:
	(add_links), (scan_escape), (scan_format), (scan_table),
	(scan_expression), (scan_request), (scan_troff),
	(scan_troff_mandoc), (main):
	* src/nautilus-first-time-druid.c: (load_netscape_proxy_settings):
	* src/nautilus-property-browser.c: (emblem_keyword_valid):
	Fix code that was using <ctype.h> functions and passing char's
	rather than int's (using the standard "cast to unsigned char"
	trick).

	* libnautilus-private/nautilus-file.c:
	(nautilus_file_denies_access_permission),
	(nautilus_file_can_set_permissions), (nautilus_file_set_owner),
	(nautilus_file_get_group_name), (nautilus_file_can_set_group),
	(nautilus_file_get_settable_group_names),
	(nautilus_file_set_group):
	Get rid of the assumption that GnomeVFSFileInfo field types match
	the platform-specific uid_t and gid_t. This involves doing a few
	more type casts.
	(nautilus_extract_top_left_text): Fix a use of isprint on a char
	rather than an int.

	* libnautilus-private/nautilus-volume-monitor.c: Added ifdefs so
	this file can compile for Solaris without warnings.

	* test/test.c: (test_window_set_title_with_pid): Don't assume that
	getpid() returns an int. Instead cast it to unsigned long for
	printing.
2001-07-11 21:31:55 +00:00
..
.cvsignore Remove librsvg. 2001-04-04 00:07:15 +00:00
Makefile.am nautilus-extensions -> nautilus-private renaming. 2001-05-04 03:14:43 +00:00
test-nautilus-async-activation.c nautilus-extensions -> nautilus-private renaming. 2001-05-04 03:14:43 +00:00
test-nautilus-mime-actions-set.c nautilus-extensions -> nautilus-private renaming. 2001-05-04 03:14:43 +00:00
test-nautilus-mime-actions.c nautilus-extensions -> nautilus-private renaming. 2001-05-04 03:14:43 +00:00
test-nautilus-preferences-change.c Update for latest round of stuff moving into Eel. 2001-05-04 10:19:35 +00:00
test-nautilus-preferences-display.c Update for latest round of stuff moving into Eel. 2001-05-04 10:19:35 +00:00
test-nautilus-smooth-graphics.c Update for latest round of stuff moving into Eel. 2001-05-04 10:19:35 +00:00
test-nautilus-wrap-table.c nautilus-extensions -> nautilus-private renaming. 2001-05-04 03:14:43 +00:00
test.c Fix code that was using <ctype.h> functions and passing char's rather than 2001-07-11 21:31:55 +00:00
test.h nautilus-extensions -> nautilus-private renaming. 2001-05-04 03:14:43 +00:00