Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-03 17:47:21 -0700 (Tue, 03 Jun 2014)
Revision: 13271
Log message:

      Fixing Bug 738 - applying the suggested fix of using LDFLAGS instead of
     CFLAGS.

Changes  Path(relative to omake-branches/0.9.8.6/lib/configure)
+1 -1 Configure.om

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-03 20:47:49 -0700 (Tue, 03 Jun 2014)
Revision: 13272
Log message:

      Bug 738 was fixed on this branch.

Changes  Path(relative to omake-branches/0.9.8.6/doc/webpage)
+1 -0 changelog.html

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-03 20:51:57 -0700 (Tue, 03 Jun 2014)
Revision: 13273
Log message:

      Merged changes from the 0.9.8.6 branch.

Changes  Path(relative to omake-branches/0.9.8.x)
Properties .
+1 -0 doc/OMakefile
+30 -32 lib/build/LaTeX.om
+1 -1 lib/configure/Configure.om
+1 -2 make_rpm
+4 -4 src/builtin/omake_builtin_object.ml
+4 -2 src/ir/omake_options.mli
+2 -2 src/magic/omake_gen_magic.ml
+0 -20 src/util/fmarshal.ml

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-03 21:03:42 -0700 (Tue, 03 Jun 2014)
Revision: 13274
Log message:

      Recording more bugzilla #s that were fixed on this branch.

Changes  Path(relative to omake-branches/0.9.8.6/doc/webpage)
+2 -0 changelog.html

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-03 21:49:18 -0700 (Tue, 03 Jun 2014)
Revision: 13276
Log message:

      Do not enable new OCaml 4+ warnings that we do trigger a lot.

Changes  Path(relative to omake-branches/0.9.8.6)
+6 -1 OMakefile
+1 -2 src/util/omake_print_util.mli

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-04 08:22:18 -0700 (Wed, 04 Jun 2014)
Revision: 13277
Log message:

      Hevea 2.09 is OK too.

Changes  Path(relative to omake-branches/0.9.8.6/doc)
+1 -0 OMakefile

Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2014-06-04 09:04:42 -0700 (Wed, 04 Jun 2014)
Revision: 13278
Log message:

      Gracefully handle failure to start FAM monitoring - only fail when trying to
     enter the polling mode, not at startup. Failure to start FAM monitoring may
     happen e.g. when using FAM (not gamin) and not having the FAM server installed
     or running (e.g. on Ubuntu when the libfam package providing the client
     library is there, but fam package providing the server is not).
     
     Fixes bug 736.

Changes  Path(relative to omake-branches/0.9.8.6)
+1 -0 doc/webpage/changelog.html
+25 -13 src/exec/omake_exec_notify.ml