Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-07-18 11:32:43 -0700 (Wed, 18 Jul 2007)
Revision: 11320
Log message:

      - Make sure that Sys.Break (and some other exceptions) are never wrapped in an
       UncaughtException
     - When the build is interrupted with Sys.Break, always report the
       exn_error_code, _except_ when this have happened during the -P polling.

Changes  Path
+8 -2 omake-branches/0.9.8.x/src/build/omake_build.ml
+7 -6 omake-branches/0.9.8.x/src/builtin/omake_builtin_io_fun.ml
+1 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_target.ml
+9 -0 omake-branches/0.9.8.x/src/eval/omake_eval.ml
+6 -6 omake-branches/0.9.8.x/src/eval/omake_eval.mli