binutils-gdb/gdb/cli
Eli Zaretskii fe4e3eb861 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
instead of system-specific define's like _WIN32 and __MSDOS__.
	Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
	ROOTED_P.
	(top-level): #include "filenames.h".

	* solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
	instead of SLASH_CHAR, ROOTED_P and SLASH_P.
	(top-level): #include "filenames.h".

	* defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
	(SLASH_STRING): Define only for _WIN32.

	* completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
	__MSDOS_.

	* cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
	IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P.  Replace
	system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
	(top-level): #include "filenames.h".
2001-06-04 07:45:08 +00:00
..
cli-cmds.c * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM 2001-06-04 07:45:08 +00:00
cli-cmds.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
cli-decode.c Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
cli-decode.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
cli-script.c 2001-03-13 Fernando Nasser <fnasser@redhat.com> 2001-03-13 22:29:14 +00:00
cli-script.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
cli-setshow.c s/ui_out_list/ui_out_tupple/ 2001-05-12 04:08:24 +00:00
cli-setshow.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
cli-utils.c Move putchar_filtered() to utils.c. 2001-01-31 03:46:23 +00:00
cli-utils.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00