Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-11-06 19:18:52 -0700 (Sat, 06 Nov 2010)
Revision: 13213
Log message:

      Fixing the "Warning 9: the following labels are not bound in this record
     pattern" warning inctroduced in OCaml 3.12

Changes  Path(relative to libmojave)
+10 -13 stdlib/lm_debug.ml
+23 -45 stdlib/lm_string_util.ml
+22 -38 unix/lm_notify.ml
+74 -122 util/lm_channel.ml
+5 -6 util/lm_filename_util.ml
+2 -5 util/lm_glob.ml
+63 -105 util/lm_lexer.ml
+65 -116 util/lm_parser.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2010-11-08 11:38:06 -0800 (Mon, 08 Nov 2010)
Revision: 13217
Log message:

      Consistently use the caml_ namespace for all calls to OCaml C functions.

Changes  Path
+3 -3 libmojave/cutil/fam_win32.c
+2 -2 libmojave/cutil/lm_channel.c
+1 -1 libmojave/cutil/lm_ctype.c
+12 -12 libmojave/cutil/lm_notify.c
+15 -15 libmojave/cutil/lm_printf.c
+2 -2 libmojave/cutil/lm_terminfo.c
+3 -3 libmojave/cutil/lm_termsize.c
+7 -7 libmojave/cutil/lm_uname_ext.c
+17 -17 libmojave/cutil/lm_unix_cutil.c
+20 -20 omake-branches/0.9.8.6/src/clib/omake_shell_sys.c
+16 -16 omake-branches/0.9.8.6/src/clib/readline.c