Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-30 16:52:34 -0700 (Sat, 30 Apr 2005)
Revision: 921
Log message:

      Working on outstanding issues for Win32.
      
      This is a fix to be more careful about spaces in filenames,
      so that placing ocaml in
      
         C:\Program Files\Objective Caml
      
      actually works.  This adds the $(quote-argv ...) function that
      quotes an array in a way that the command-line parser can recover
      the argv string.  This allows include directories with spaces in
      a -pp option.
      

Changes  Path
+3 -2 libmojave/stdlib/lm_string_util.ml
+1 -0 libmojave/stdlib/lm_string_util.mli
+502 -496 omake/Makefile.dep.nt
+27 -2 omake/src/build/omake_builtin_base.ml
+8 -8 omake/src/clib/fam_win32.c
+49 -17 omake/src/clib/omake_shell_sys.c
+1 -1 omake/src/clib/readline.c
+6 -3 omake/src/eval/omake_eval.ml
+2 -10 omake/src/ir/omake_command.ml
+1 -1 omake/version.txt