1. 03 Jul, 2003 3 commits
    • system.h: Include filenames.h. · 3dce1408
      	* system.h: Include filenames.h.
      	(IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
      	(DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
      	define based on HAVE_DOS_BASED_FILE_SYSTEM.
      	* config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
      	* config/i386/xm-mingw32.h: Don't define
      	HAVE_DOS_BASED_FILE_SYSTEM,
      	DIR_SEPARATOR, or DIR_SEPARATOR_2.
      	* doc/hostconfig.texi: Update to match.
      
      	* cppfiles.c, gcc.c, gensupport.c, protoize.c,
      	config/i386/cygwin.h:
      	Use IS_ABSOLUTE_PATH throughout.
      	* gcc.c (DIR_UP): Delete, unused.
      	* protoize.c (IS_SAME_PATH): Define in terms of
      	FILENAME_CMP.
      	(is_abspath): Delete.
      java:
      	* jcf-path.c: Don't default-define PATH_SEPARATOR nor
      	DIR_SEPARATOR.
      	Use FILENAME_CMP.
      	* jcf-write.c: Don't default-define DIR_SEPARATOR.
      	* jcf.h: Delete COMPARE_FILENAMES definition.
      
      From-SVN: r68863
      Zack Weinberg committed
    • pex-win32.c (fix_argv): Ensure that the executable pathname uses Win32 backslashes. · bacb96b2
      2003-07-02  Danny Smith  <dannysmith@users.source.forge.net>
      
      	* pex-win32.c (fix_argv): Ensure that the executable pathname
      	uses Win32 backslashes.
      	(pexecute): Cast away constness when assigning *errmsg_arg.
      
      From-SVN: r68862
      Danny Smith committed
    • Daily bump. · cac4a1a5
      From-SVN: r68860
      GCC Administrator committed
  2. 02 Jul, 2003 31 commits
  3. 01 Jul, 2003 6 commits