Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-06-01 17:25:10 -0700 (Thu, 01 Jun 2006)
Revision: 9241
Log message:

      (Bug 587) Added a missing header file (thanks to Anil Madhavapeddy for the
      report and fix).
      

Changes  Path
+1 -0 libmojave/cutil/fam_kqueue.c

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-06-05 16:48:48 -0700 (Mon, 05 Jun 2006)
Revision: 9253
Log message:

      Added some code for copying the output of the Format/Lm_format functions to a
      log file.
      
      Currently the code for actually activating the copying is commented
      out, but if we decide that it's useful, we might want to activate it based on
      some environment variable.
      

Changes  Path
+92 -3 libmojave/stdlib/lm_printf.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-06-06 17:08:22 -0700 (Tue, 06 Jun 2006)
Revision: 9262
Log message:

      Wrap the "--help" output at "terminal width".
      
      TODO: Use MetaPRL's termsize.c/mp_term.ml (which should then be moved to
      libmojave) to get the actual terminal width instead of using the default 80.
      

Changes  Path
+26 -5 libmojave/util/lm_arg.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-06-14 20:54:55 -0700 (Wed, 14 Jun 2006)
Revision: 9318
Log message:

      Minor no-op code cleanup.
      

Changes  Path
+18 -34 libmojave/stdlib/lm_string_util.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-06-15 12:42:28 -0700 (Thu, 15 Jun 2006)
Revision: 9320
Log message:

      Added a shell_quotes function.
      

Changes  Path
+4 -0 libmojave/stdlib/lm_string_util.ml
+5 -4 libmojave/stdlib/lm_string_util.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-20 18:43:50 -0700 (Tue, 20 Jun 2006)
Revision: 9358
Log message:

      Oops, (as usual) I forgot to commit the libmojave part of
      the --no-* options.
      

Changes  Path
+38 -4 libmojave/util/lm_arg.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-23 10:46:16 -0700 (Fri, 23 Jun 2006)
Revision: 9374
Log message:

      Disable Thread.sigmask on Win32.
      

Changes  Path
+1 -0 libmojave/stdlib/lm_thread.ml
+2 -0 libmojave/stdlib/lm_thread_core_null.ml
+5 -0 libmojave/stdlib/lm_thread_core_system.ml
+1 -0 libmojave/stdlib/lm_thread_pool_system.ml
+1 -0 libmojave/stdlib/lm_thread_sig.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-25 19:41:20 -0700 (Sun, 25 Jun 2006)
Revision: 9396
Log message:

      This was just a minor formatting change.
      

Changes  Path
+6 -7 libmojave/stdlib/lm_filename_util.ml