Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-01 08:43:39 -0700 (Tue, 01 Jun 2004)
Revision: 5842
Log message:

      Added lm_uname, a hook to the uname syscall.
      

Changes  Path
+32 -3 metaprl/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-01 13:11:56 -0700 (Tue, 01 Jun 2004)
Revision: 5843
Log message:

      Updated the OMakefiles to see if we can get threads working again.
      

Changes  Path
+1 -1 metaprl/Makefile
+14 -3 metaprl/OMakefile
+3 -18 metaprl/editor/ml/OMakefile
+2 -2 metaprl/filter/OMakefile
+2 -2 metaprl/library/OMakefile
+1 -0 metaprl/mk/defaults
+4 -0 metaprl/mk/make_config.sh
+0 -1 metaprl/proxyedit/OMakefile
+2 -2 metaprl/util/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-01 19:34:11 -0700 (Tue, 01 Jun 2004)
Revision: 5844
Log message:

      Updating the make build system to support THREADS_ENABLED.
      

Changes  Path
+1 -1 metaprl/Makefile
+1 -1 metaprl/OMakefile
+16 -0 metaprl/mk/preface
+7 -0 metaprl/mk/rules
+1 -1 metaprl/refiner/reflib/Makefile
+1 -3 metaprl/refiner/term_ds/Makefile
+1 -3 metaprl/refiner/term_std/Makefile
+3 -0 metaprl/support/shell/Files

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-01 19:46:55 -0700 (Tue, 01 Jun 2004)
Revision: 5845
Log message:

      - added a generated file to "make clean"
      - use "rm; ar cq" (same as omake) instead of "ar r" (which prints annoying messages).
      

Changes  Path
+4 -2 metaprl/mk/rules
+1 -1 metaprl/support/shell/Makefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-01 20:39:05 -0700 (Tue, 01 Jun 2004)
Revision: 5846
Log message:

      Fixing bug 221 - made the Phobos pp functionality more consistent.
      

Changes  Path
+1 -1 metaprl/filter/phobos/phobos_main.ml
+1 -0 metaprl/filter/phobos/phobos_print.ml
+0 -14 metaprl/filter/phobos/phobos_util.ml
+49 -76 metaprl/filter/phobos/phobos_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-01 22:19:28 -0700 (Tue, 01 Jun 2004)
Revision: 5847
Log message:

      More profiling support.
      

Changes  Path
+1 -1 metaprl/OMakefile
+17 -12 metaprl/editor/ml/OMakefile
+3 -0 metaprl/patches/README
Added metaprl/patches/ocaml-3.06-camlp4-prof.patch
Properties metaprl/patches/ocaml-3.06-camlp4-prof.patch

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-01 22:32:50 -0700 (Tue, 01 Jun 2004)
Revision: 5848
Log message:

      "omake clean" should be a bit more clean.
      

Changes  Path
+1 -1 metaprl/OMakefile
+2 -0 metaprl/support/shell/inputs/OMakefile

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2004-06-02 00:21:15 -0700 (Wed, 02 Jun 2004)
Revision: 5849
Log message:

      Other places requiring quote-parameter update.
      

Changes  Path
+1 -0 metaprl-branches/quote_param/filter/base/filter_cache_fun.ml
+1 -0 metaprl-branches/quote_param/filter/filter/filter_parse.ml
+2 -0 metaprl-branches/quote_param/library/mbterm.ml

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2004-06-02 00:36:03 -0700 (Wed, 02 Jun 2004)
Revision: 5850
Log message:

      Removed unnecessary changes in 1.31.2.2
      

Changes  Path
+0 -1 metaprl-branches/quote_param/filter/base/filter_cache_fun.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-04 12:23:54 -0700 (Fri, 04 Jun 2004)
Revision: 5851
Log message:

      This update is just a rearrangement of the code to make it a bit more manageable:
      - Moved a number of common types from Proof_edit to Shell_sig (the types are
        all related and it is nice to have them in the same place).
      - Inlined package_sig.mlz into package_info.mli (since we had a signature that
      was only referred to once).
      - Inlined Package_info.Package into Package_info (no need to have extra
      indirection).
      

Changes  Path
+1 -3 metaprl/support/shell/Files
+427 -434 metaprl/support/shell/package_info.ml
+81 -3 metaprl/support/shell/package_info.mli
Deleted metaprl/support/shell/package_sig.mlz
+1 -43 metaprl/support/shell/proof_edit.ml
+1 -43 metaprl/support/shell/proof_edit.mli
+36 -40 metaprl/support/shell/shell.ml
+0 -1 metaprl/support/shell/shell.mli
+7 -8 metaprl/support/shell/shell_package.ml
+2 -3 metaprl/support/shell/shell_package.mli
+2 -3 metaprl/support/shell/shell_root.ml
+2 -3 metaprl/support/shell/shell_root.mli
+8 -11 metaprl/support/shell/shell_rule.ml
+7 -10 metaprl/support/shell/shell_rule.mli
+61 -1 metaprl/support/shell/shell_sig.mlz

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-04 14:26:57 -0700 (Fri, 04 Jun 2004)
Revision: 5852
Log message:

      Removing some unused code (because it is using some APIs that I want
      to make private).
      

Changes  Path
+0 -32 metaprl/support/shell/shell.ml
+0 -1 metaprl/support/shell/shell_sig.mlz

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2004-06-04 14:50:05 -0700 (Fri, 04 Jun 2004)
Revision: 5853
Log message:

      Alexei&Xin:
      Added "@" for quote parameter.
      

Changes  Path
+4 -0 metaprl-branches/quote_param/filter/filter/term_grammar.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-04 15:43:14 -0700 (Fri, 04 Jun 2004)
Revision: 5854
Log message:

      Cert generation prints a lot of junk; redirecting it to /dev/null.
      

Changes  Path
+5 -3 metaprl/support/shell/inputs/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-04 16:12:47 -0700 (Fri, 04 Jun 2004)
Revision: 5855
Log message:

      (Merging the quote_param branch)
      This commit is a first step towards adding reflective reasoning capabilities
      to MetaPRL. This adds:
      - a "Quote" parameter (represented as "@" on I/O)
      - support for basic quoting/unquoting (no variable or sequent support yet) to
        the term modules.
      

Changes  Path
+8 -2 metaprl/filter/base/filter_cache_fun.ml
+5 -3 metaprl/filter/base/filter_magic.ml
+1 -0 metaprl/filter/filter/filter_parse.ml
+2 -0 metaprl/filter/filter/filter_patt.ml
+4 -0 metaprl/filter/filter/term_grammar.ml
+2 -0 metaprl/library/mbterm.ml
+3 -0 metaprl/refiner/reflib/ascii_io.ml
+3 -2 metaprl/refiner/reflib/ascii_io_sig.ml
+1 -0 metaprl/refiner/reflib/simple_print.ml
+1 -0 metaprl/refiner/reflib/term_compare.ml
+2 -0 metaprl/refiner/reflib/term_order.ml
+4 -0 metaprl/refiner/refsig/term_op_sig.ml
+1 -0 metaprl/refiner/refsig/term_shape_sig.ml
+1 -0 metaprl/refiner/refsig/term_sig.ml
+2 -0 metaprl/refiner/rewrite/rewrite.ml
+2 -0 metaprl/refiner/rewrite/rewrite_build_contractum.ml
+2 -1 metaprl/refiner/rewrite/rewrite_compile_contractum.ml
+1 -0 metaprl/refiner/rewrite/rewrite_compile_redex.ml
+4 -0 metaprl/refiner/rewrite/rewrite_debug.ml
+1 -0 metaprl/refiner/rewrite/rewrite_match_redex.ml
+3 -0 metaprl/refiner/rewrite/rewrite_meta.ml
+1 -0 metaprl/refiner/rewrite/rewrite_types.ml
+1 -0 metaprl/refiner/term_ds/term_man_ds.ml
+26 -0 metaprl/refiner/term_ds/term_op_ds.ml
+1 -1 metaprl/refiner/term_gen/term_header_constr.ml
+1 -0 metaprl/refiner/term_gen/term_man_gen.ml
+5 -0 metaprl/refiner/term_gen/term_shape_gen.ml
+13 -0 metaprl/refiner/term_std/term_op_std.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-04 16:54:27 -0700 (Fri, 04 Jun 2004)
Revision: 5856
Log message:

      Removing some unused code that attempted to duplicate functionality already
      existing elsewhere.
      

Changes  Path
+2 -2 metaprl/support/shell/package_info.ml
+5 -8 metaprl/support/shell/proof_edit.ml
+2 -3 metaprl/support/shell/proof_edit.mli
+0 -1 metaprl/support/shell/shell_rule.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-05 18:26:21 -0700 (Sat, 05 Jun 2004)
Revision: 5857
Log message:

      reduce_add_monom is more strict now (does not rely on implicit assumptions)
      all rewrites added to .mli for profiling
      

Changes  Path
+1 -1 metaprl/theories/itt/itt_mpoly2.ml
+33 -6 metaprl/theories/itt/itt_mpoly2.mli

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-05 22:04:10 -0700 (Sat, 05 Jun 2004)
Revision: 5858
Log message:

      minor changes
      

Changes  Path
+15 -14 metaprl/theories/itt/itt_mpoly2.ml
+1 -0 metaprl/theories/itt/itt_mpoly2.mli

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-06 09:08:04 -0700 (Sun, 06 Jun 2004)
Revision: 5859
Log message:

      Added a slight improvement.
      

Changes  Path
+4 -0 metaprl/theories/itt/itt_mpoly2_bench.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-06 20:48:24 -0700 (Sun, 06 Jun 2004)
Revision: 5860
Log message:

      more optimization (treatment of wf-subgoals is optimal now,
      itt_mpoly2_bench is 5 times slower than itt_int_arith)
      

Changes  Path
+13 -0 metaprl/theories/itt/itt_mpoly2.ml
+10 -0 metaprl/theories/itt/itt_mpoly2.mli
+11 -1 metaprl/theories/itt/itt_mpoly2_bench.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-08 20:17:17 -0700 (Tue, 08 Jun 2004)
Revision: 5861
Log message:

      Fixing some proofs that were borken long ago - when I forked evaluation to
      a separate (from reduceC) resource.
      

Changes  Path
+1 -1 metaprl/theories/itt/itt_mpoly2.ml
+9527 -8246 metaprl/theories/itt/itt_mpoly2.prla

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-08 20:45:26 -0700 (Tue, 08 Jun 2004)
Revision: 5862
Log message:

      *.o added
      

Changes  Path
Properties metaprl/theories/itt

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-08 20:49:14 -0700 (Tue, 08 Jun 2004)
Revision: 5863
Log message:

      Added one more version with no intermediate conversions
      (from reflected terms to polynomials) at all but efficency is exactly same as
      in itt_mpoly2(_bench). Will look for possible optimizations.
      

Changes  Path
+1 -0 metaprl/theories/itt/OMakefile
Added metaprl/theories/itt/itt_mpoly3.ml
Properties metaprl/theories/itt/itt_mpoly3.ml
Added metaprl/theories/itt/itt_mpoly3.mli
Properties metaprl/theories/itt/itt_mpoly3.mli
Added metaprl/theories/itt/itt_mpoly3.prla
Properties metaprl/theories/itt/itt_mpoly3.prla
Added metaprl/theories/itt/itt_mpoly3_bench.ml
Properties metaprl/theories/itt/itt_mpoly3_bench.ml
Added metaprl/theories/itt/itt_mpoly3_bench.mli
Properties metaprl/theories/itt/itt_mpoly3_bench.mli
Added metaprl/theories/itt/itt_mpoly3_bench.prla
Properties metaprl/theories/itt/itt_mpoly3_bench.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-08 23:25:24 -0700 (Tue, 08 Jun 2004)
Revision: 5864
Log message:

      Some code cleanup.
      

Changes  Path
+44 -73 metaprl/tactics/proof/proof_boot.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-09 00:01:59 -0700 (Wed, 09 Jun 2004)
Revision: 5865
Log message:

      Correctly normalize the proof node when taking a node count (the code that was
      supposed to do it used to be incomplete).
      

Changes  Path
+5 -8 metaprl/tactics/proof/proof_boot.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-09 00:51:43 -0700 (Wed, 09 Jun 2004)
Revision: 5866
Log message:

      Proved pairFormation from pairEquality.
      

Changes  Path
+14 -15 metaprl/theories/itt/itt_dprod.ml
+4288 -4326 metaprl/theories/itt/itt_dprod.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-09 01:55:08 -0700 (Wed, 09 Jun 2004)
Revision: 5867
Log message:

      The Itt_dprod.productSubtype rule was invalid! I've added the missing wf
      assumption and turned the rule from an invalid prim to a proven
      interactive one.
      

Changes  Path
+6 -6 metaprl/theories/itt/itt_dprod.ml
+0 -11 metaprl/theories/itt/itt_dprod.mli
+1960 -1834 metaprl/theories/itt/itt_dprod.prla
+963 -1354 metaprl/theories/itt/itt_prod.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-09 10:53:06 -0700 (Wed, 09 Jun 2004)
Revision: 5868
Log message:

      Minor code clean-up.
      

Changes  Path
+0 -8 metaprl/support/shell/shell.ml
+15 -46 metaprl/support/shell/shell_package.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-09 11:38:02 -0700 (Wed, 09 Jun 2004)
Revision: 5869
Log message:

      This modifies the infrastructure for threads.  Here is the model:
      
          1. Each thread has a current state, and each state has a set
             of global variables.
      
          2. State variables must be locked before being used.
      
          3. State variables come in two types: shared and private.
             Each state has its own copy of the private variables.
      
      For example, each job in the shell has its own state, and its
      own copy of the Shell.info struct.  States are managed implicitly,
      so global variables look just like global variables.  Access is
      managed with the State.read/State.write routines.
      
      Here is an example of usage for a shared variable:
      
          let global_entry = State.shared_val "debug" (ref 0)
      
          let get () =
             State.read global_entry (fun x -> !x)
      
          let incr () =
             State.write global_entry (fun x -> x := !x + 1)
      
      For private variable, you have to supply a "fork" function that
      is used to copy the value.  Each thread/state will have its own copy
      of the variable.  The other functions remain the same.
      
          let global_entry = State.shared_val "debug" (ref 0) (fun x -> ref !x)
      
      All the State.* functions are wrappers that take a function argument.  The
      value is locked on entry into the function, and unlocked when the function exits.
      Exceptions are handled correctly.
      
      Don't use Mutex if you can help it!!!  The Mutex functions do not
      handle exceptions correctly.  Use the State module instead.
      
      NOTES:
      
         1. I removed the Java interface...  It was just getting to be too much
            of a hassle.  We can ressurect it if we ever want it again.
      
         2. This is just the infrastructure pass.  The global values used by the
            browser need to be updated to the new model.
      

Changes  Path
+42 -25 metaprl/editor/ml/mp.ml
+4 -0 metaprl/editor/ml/mp.mli
+3 -5 metaprl/editor/ml/mp_top.ml
+327 -316 metaprl/editor/ml/nuprl_eval.ml
+5 -5 metaprl/editor/ml/nuprl_eval.mli
+2 -0 metaprl/editor/ml/shell_mp.ml
+10 -5 metaprl/editor/ml/shell_p4.ml
+0 -0 metaprl/editor/ml/shell_p4.mli
+1 -1 metaprl/mllib/http_server.ml
+1 -0 metaprl/mllib/http_simple.ml
+1 -1 metaprl/mllib/remote_queue_null.ml
+87 -115 metaprl/refiner/reflib/term_copy2_weak.ml
+3 -7 metaprl/support/shell/Files
+10 -13 metaprl/support/shell/browser_resource.ml
+1 -1 metaprl/support/shell/browser_resource.mli
Deleted metaprl/support/shell/java_display_term.ml
Deleted metaprl/support/shell/java_display_term.mli
Deleted metaprl/support/shell/java_mux_channel.ml
Deleted metaprl/support/shell/java_mux_channel.mli
+106 -118 metaprl/support/shell/package_info.ml
+18 -62 metaprl/support/shell/proof_edit.ml
+0 -1 metaprl/support/shell/proof_edit.mli
+696 -851 metaprl/support/shell/shell.ml
+1 -1 metaprl/support/shell/shell.mli
+220 -239 metaprl/support/shell/shell_browser.ml
+1 -1 metaprl/support/shell/shell_browser.mli
Deleted metaprl/support/shell/shell_java.ml
Deleted metaprl/support/shell/shell_java.mli
+2 -17 metaprl/support/shell/shell_package.ml
+2 -17 metaprl/support/shell/shell_root.ml
+0 -2 metaprl/support/shell/shell_rule.ml
+58 -109 metaprl/support/shell/shell_sig.mlz
+240 -242 metaprl/support/shell/shell_state.ml
+13 -6 metaprl/support/shell/shell_state.mli
+10 -7 metaprl/tactics/proof/proof_boot.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-09 13:56:34 -0700 (Wed, 09 Jun 2004)
Revision: 5870
Log message:

      Updated the browser to the new state model.
      
      Note: we still get less parallelism than we would hope, because
      refinement shares the (unique) output channel.  This could be fixed
      by making stdout/stderr private variables.  Or we could just accept
      that output will be jumbled if multiple threads are running.
      
      I haven't actually enabled multiple threads yet in Http_simple.
      That's next.
      

Changes  Path
+28 -15 metaprl/support/shell/browser_copy.mll
+146 -118 metaprl/support/shell/browser_state.ml
+104 -43 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-09 17:52:47 -0700 (Wed, 09 Jun 2004)
Revision: 5871
Log message:

      Added a "find_subgoal" tool for finding the primitive node that generated
      the given subgoal. This should be a great tactic debugging tool.
      
      Basically, when you at a node (whether a rule box, or an internal "address 0"
      one) on the form
      
         Goal Term
      
         BY ...
      
         1. Subgoal Term
         2. Subgoal Term
         ...
      
      then "find_subgoal 0" would take you to the node that generated the goal term
      (i.e. it would go up towards the root of the proof tree), the "find_subgoal 1"
      would take you to the node that _first_ generated the subgoal 1 term (if
      goal happens to be the same as subgoal 1, then it would still go up the tree;
      otherwise it would "zoom into" the current node).
      
      P.S. This code is not fully debugged, there still might be an "off by one" error
      somewhere.
      

Changes  Path
+14 -2 metaprl/support/shell/shell.ml
+1 -0 metaprl/support/shell/shell.mli
+1 -0 metaprl/support/shell/shell_package.ml
+2 -1 metaprl/support/shell/shell_root.ml
+9 -5 metaprl/support/shell/shell_rule.ml
+2 -1 metaprl/support/shell/shell_sig.mlz
+50 -14 metaprl/tactics/proof/proof_boot.ml
+6 -0 metaprl/tactics/proof/tactic_boot_sig.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-09 19:02:18 -0700 (Wed, 09 Jun 2004)
Revision: 5872
Log message:

      Simplified the code a bit (by moving the commands record hack into the
      Top submodule).
      

Changes  Path
+27 -38 metaprl/support/shell/shell.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-09 19:55:35 -0700 (Wed, 09 Jun 2004)
Revision: 5873
Log message:

      Interestingly that for this version lazy strategy (like in reduceC)
      is more efficient than more eager strategy used in itt_mpoly2.
      Now itt_mpoly3_bench/test* is 4 times slower than itt_int_arith/test*.
      Actually the most complicated "testn" only 2 times slower but simpler
      examples have obviously worse factor.
      
      I realized that we can't expect same performance from this approach
      as normalizeC has because normalizeC is combination of ml-code and
      rewrites but itt_mpoly* use only rewrites for normalization.
      

Changes  Path
+3 -3 metaprl/theories/itt/itt_mpoly3.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-10 09:55:11 -0700 (Thu, 10 Jun 2004)
Revision: 5874
Log message:

      Declare the loc version of the resource_def.
      

Changes  Path
+1 -0 metaprl/support/display/summary.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-10 13:45:08 -0700 (Thu, 10 Jun 2004)
Revision: 5875
Log message:

      This implements a version of SLOPPY_DEPENDENCIES.  Sloppy dependencies
      use a dummpy file .sloppy.
      

Changes  Path
Properties metaprl
+18 -6 metaprl/OMakefile
+1 -1 metaprl/editor/ml/shell_p4.ml
+0 -2 metaprl/mk/make_config.sh
+6 -0 metaprl/mllib/comment_parse.mll
+6 -1 metaprl/mllib/http_simple.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-10 14:53:34 -0700 (Thu, 10 Jun 2004)
Revision: 5876
Log message:

      Resolved the Not_found problem.  So hard to track down:(
      

Changes  Path
+3 -2 metaprl/editor/ml/shell_mp.ml
+5 -1 metaprl/mllib/http_simple.ml
+2 -2 metaprl/support/shell/browser_copy.mll
+5 -3 metaprl/support/shell/shell.ml
+18 -2 metaprl/support/shell/shell_browser.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-10 15:06:02 -0700 (Thu, 10 Jun 2004)
Revision: 5877
Log message:

      Removing some slot terms.  Note that anything displayed in a slot
      is selectable from the browser.
      

Changes  Path
+1 -1 metaprl/support/display/base_dform.ml
+3 -3 metaprl/support/display/summary.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-10 15:51:04 -0700 (Thu, 10 Jun 2004)
Revision: 5878
Log message:

      Updated a few display forms (including one for sequents and meta-sequents)
      to use slot{} in the right places.
      

Changes  Path
+6 -5 metaprl/support/display/base_dform.ml
+5 -5 metaprl/support/display/summary.ml
+3 -3 metaprl/theories/itt/itt_comment.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-10 16:36:41 -0700 (Thu, 10 Jun 2004)
Revision: 5879
Log message:

      - Do not use slot{} in Perv!cons display form
      - Do not use slot{} in Comments display forms
      - Do use slot{} when displaying subterms of an SO var.
      
      Ths problem with slot in comments (especially with the slot{'cdr} in the
      Perv!cons display form) is that HTML has a limit on the level of nested tags -
      the tags can only be nested up to 100 deep. We were exceeding this limit on
      comments.
      

Changes  Path
+2 -2 metaprl/support/display/base_dform.ml
+41 -41 metaprl/support/display/comment.ml
+1 -1 metaprl/support/display/perv.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-10 17:01:13 -0700 (Thu, 10 Jun 2004)
Revision: 5880
Log message:

      View options should now be more sensible.
      

Changes  Path
+2 -1 metaprl/refiner/reflib/Files
Added metaprl/refiner/reflib/env_boot.ml
Properties metaprl/refiner/reflib/env_boot.ml
Added metaprl/refiner/reflib/env_boot.mli
Properties metaprl/refiner/reflib/env_boot.mli
+1 -10 metaprl/support/shell/browser_copy.mll
+11 -10 metaprl/support/shell/browser_resource.ml
+32 -27 metaprl/support/shell/browser_state.ml
+8 -1 metaprl/support/shell/shell.ml
+4 -14 metaprl/support/shell/shell_package.ml
+12 -6 metaprl/support/shell/shell_syscall.ml
+33 -26 metaprl/support/shell/shell_util.ml
+0 -1 metaprl/support/shell/shell_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-10 22:26:34 -0700 (Thu, 10 Jun 2004)
Revision: 5881
Log message:

      Got rif of the unused "internal" flag for the display forms.
      

Changes  Path
+0 -1 metaprl/filter/base/filter_cache_fun.ml
+0 -11 metaprl/filter/filter/filter_parse.ml
+22 -22 metaprl/support/display/base_dform.ml
+539 -539 metaprl/support/display/nuprl_font.ml
+66 -66 metaprl/support/display/ocaml_base_df.ml
+56 -56 metaprl/support/display/ocaml_expr_df.ml
+9 -9 metaprl/support/display/ocaml_mt_df.ml
+91 -91 metaprl/support/display/ocaml_patt_df.ml
+13 -13 metaprl/support/display/ocaml_sig_df.ml
+22 -22 metaprl/support/display/ocaml_str_df.ml
+32 -32 metaprl/support/display/ocaml_type_df.ml
+73 -73 metaprl/support/display/summary.ml
+3 -3 metaprl/theories/itt/itt_int_base.ml
+3 -3 metaprl/theories/sil/sil_state.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 03:23:07 -0700 (Fri, 11 Jun 2004)
Revision: 5882
Log message:

      Removed a huge number of repeatitions of
      try getenv "MPLIB" with ...
      Now the Env_arg module is the "authoritative" source for this.
      

Changes  Path
+1 -6 metaprl/editor/ml/shell_p4.ml
+3 -9 metaprl/filter/base/filter_spell.ml
+1 -4 metaprl/filter/filter/prlcomp.ml
+2 -6 metaprl/library/registry.ml
+7 -2 metaprl/mllib/env_arg.ml
+4 -0 metaprl/mllib/env_arg.mli
+2 -7 metaprl/mllib/http_simple.ml
+0 -5 metaprl/refiner/reflib/env_boot.ml
+0 -1 metaprl/refiner/reflib/env_boot.mli
+1 -0 metaprl/support/shell/browser_copy.mll

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-11 09:33:41 -0700 (Fri, 11 Jun 2004)
Revision: 5883
Log message:

      Synchronization fixes.
      

Changes  Path
+3 -3 metaprl/support/display/summary.ml
+1 -1 metaprl/support/shell/browser_resource.ml
+20 -3 metaprl/support/shell/shell_browser.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-11 11:05:55 -0700 (Fri, 11 Jun 2004)
Revision: 5884
Log message:

      Stype tweaks to get resizing to work better.
      

Changes  Path
+7 -6 metaprl/support/shell/inputs/edit.html
+14 -1 metaprl/support/shell/inputs/edit.js
+2 -0 metaprl/support/shell/inputs/frameset.js
+25 -6 metaprl/support/shell/inputs/layout.js
+20 -12 metaprl/support/shell/inputs/mojave.js
Deleted metaprl/support/shell/inputs/page.html
+2 -2 metaprl/support/shell/inputs/rule.html
+1 -1 metaprl/support/shell/inputs/rule.js
+37 -5 metaprl/support/shell/inputs/style.css

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-11 13:09:32 -0700 (Fri, 11 Jun 2004)
Revision: 5885
Log message:

      Adding support for saving session state in files.
      

Changes  Path
Properties metaprl/support/shell
+1 -0 metaprl/support/shell/Files
Added metaprl/support/shell/browser_session_io.mli
Properties metaprl/support/shell/browser_session_io.mli
Added metaprl/support/shell/browser_session_io.mll
Properties metaprl/support/shell/browser_session_io.mll
+10 -0 metaprl/support/shell/browser_sig.mlz
+0 -1 metaprl/support/shell/inputs/Files
+2 -0 metaprl/support/shell/inputs/buttons.html
+1 -1 metaprl/support/shell/inputs/edit-help.html
+24 -3 metaprl/support/shell/inputs/layout.js
+3 -0 metaprl/support/shell/inputs/style.css
+1 -3 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 18:23:11 -0700 (Fri, 11 Jun 2004)
Revision: 5886
Log message:

      Moved the initialization of common paths ($MPLIB, $MP_HOME, ~/.metaprl, etc)
      into the mllib/setup module.
      

Changes  Path
+7 -7 metaprl/OMakefile
+3 -14 metaprl/filter/base/filter_spell.ml
+1 -1 metaprl/filter/filter/prlcomp.ml
+2 -2 metaprl/library/registry.ml
+6 -6 metaprl/mk/rules
+1 -0 metaprl/mllib/Files
+2 -10 metaprl/mllib/env_arg.ml
+0 -4 metaprl/mllib/env_arg.mli
+2 -2 metaprl/mllib/http_simple.ml
Added metaprl/mllib/setup.ml
Properties metaprl/mllib/setup.ml
Added metaprl/mllib/setup.mli
Properties metaprl/mllib/setup.mli
+2 -38 metaprl/proxyedit/proxyedit_main.ml
+0 -1 metaprl/refiner/reflib/Files
Deleted metaprl/refiner/reflib/env_boot.ml
Deleted metaprl/refiner/reflib/env_boot.mli
+26 -36 metaprl/support/shell/browser_copy.mll
+39 -64 metaprl/support/shell/browser_state.ml
+6 -27 metaprl/support/shell/shell_browser.ml
+18 -28 metaprl/support/shell/shell_state.ml
+5 -43 metaprl/support/shell/shell_syscall.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 19:11:06 -0700 (Fri, 11 Jun 2004)
Revision: 5887
Log message:

      Made the Setup.lib and Setup.root computation delayed (to allow the setup
      module in proxyedit, and having it work without MPLIB defined).
      

Changes  Path
+2 -1 metaprl/OMakefile
+2 -2 metaprl/filter/base/filter_spell.ml
+1 -1 metaprl/filter/filter/prlcomp.ml
+2 -2 metaprl/library/registry.ml
+2 -2 metaprl/mllib/http_simple.ml
+90 -89 metaprl/mllib/setup.ml
+2 -2 metaprl/mllib/setup.mli
+1 -0 metaprl/proxyedit/OMakefile
+2 -2 metaprl/proxyedit/proxyedit_main.ml
+10 -8 metaprl/support/shell/browser_copy.mll
+1 -1 metaprl/support/shell/browser_state.ml
+1 -1 metaprl/support/shell/shell_syscall.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 20:46:13 -0700 (Fri, 11 Jun 2004)
Revision: 5888
Log message:

      - (bug 154) Made the read_tokens function delayed - the token file will
      not be read until an FDL connection is actually opened.
      
      - The filter-processes MetaPRL files no longer depend on the phony
      $(MPINSTALL) target! Now the only dependencies left are the real ones and
      the build should be more parallelizable than before.
      
      - Be more clean in "omake clean" in support/shell.
      

Changes  Path
+7 -7 metaprl/OMakefile
+4 -2 metaprl/editor/ml/nuprl_run.ml
+3 -6 metaprl/library/registry.ml
+1 -3 metaprl/library/registry.mli
+1 -1 metaprl/support/shell/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 22:49:39 -0700 (Fri, 11 Jun 2004)
Revision: 5889
Log message:

      - Require omake 0.7.15
      - Minore cleanup of the refiner subdirs.
      

Changes  Path
+3 -3 metaprl/OMakefile
+1 -1 metaprl/mllib/setup.ml
+1 -1 metaprl/refiner/refbase/OMakefile
+1 -2 metaprl/refiner/refiner/OMakefile
+1 -2 metaprl/refiner/reflib/OMakefile
+1 -2 metaprl/refiner/refsig/OMakefile
+1 -2 metaprl/refiner/rewrite/OMakefile
+1 -2 metaprl/refiner/term_ds/OMakefile
+1 -2 metaprl/refiner/term_gen/OMakefile
+1 -2 metaprl/refiner/term_std/OMakefile
+1 -1 metaprl/util/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 23:20:58 -0700 (Fri, 11 Jun 2004)
Revision: 5890
Log message:

      Forgot to update this file as well (since it is only compiled when bytecode is used).
      

Changes  Path
+1 -1 metaprl/editor/ml/shell_p4.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-12 03:17:54 -0700 (Sat, 12 Jun 2004)
Revision: 5891
Log message:

      Fixed the warning format strings.
      

Changes  Path
+2 -2 metaprl/mllib/setup.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-12 17:39:56 -0700 (Sat, 12 Jun 2004)
Revision: 5892
Log message:

      Fixed the ls problem I believe.
      Save session state.  This also saves the current directory.
      Every session has its own persistent history, etc.
      

Changes  Path
+52 -63 metaprl/editor/ml/shell_mp.ml
+29 -40 metaprl/editor/ml/shell_p4.ml
+3 -2 metaprl/mllib/Files
Added metaprl/mllib/line_buffer.ml
Properties metaprl/mllib/line_buffer.ml
Added metaprl/mllib/line_buffer.mli
Properties metaprl/mllib/line_buffer.mli
Properties metaprl/support/shell
+11 -5 metaprl/support/shell/Files
+27 -21 metaprl/support/shell/browser_resource.ml
+1 -1 metaprl/support/shell/browser_resource.mli
Deleted metaprl/support/shell/browser_session_io.mli
+0 -10 metaprl/support/shell/browser_sig.mlz
Deleted metaprl/support/shell/browser_state.ml
Deleted metaprl/support/shell/browser_state.mli
+4 -4 metaprl/support/shell/browser_syscall.mli
+1 -0 metaprl/support/shell/inputs/layout.js
+3 -2 metaprl/support/shell/package_info.ml
+1 -1 metaprl/support/shell/proof_edit.ml
Added metaprl/support/shell/session.ml
Properties metaprl/support/shell/session.ml
Added metaprl/support/shell/session.mli
Properties metaprl/support/shell/session.mli
Added metaprl/support/shell/session_current.ml
Properties metaprl/support/shell/session_current.ml
Added metaprl/support/shell/session_current.mli
Properties metaprl/support/shell/session_current.mli
Added metaprl/support/shell/session_io.mli
Properties metaprl/support/shell/session_io.mli
Added metaprl/support/shell/session_io.mll
Properties metaprl/support/shell/session_io.mll
Added metaprl/support/shell/session_sig.mlz
Properties metaprl/support/shell/session_sig.mlz
+140 -363 metaprl/support/shell/shell.ml
+4 -0 metaprl/support/shell/shell.mli
+61 -62 metaprl/support/shell/shell_browser.ml
Added metaprl/support/shell/shell_core.ml
Properties metaprl/support/shell/shell_core.ml
Added metaprl/support/shell/shell_core.mli
Properties metaprl/support/shell/shell_core.mli
Added metaprl/support/shell/shell_current.ml
Properties metaprl/support/shell/shell_current.ml
Added metaprl/support/shell/shell_current.mli
Properties metaprl/support/shell/shell_current.mli
Added metaprl/support/shell/shell_internal_sig.mlz
Properties metaprl/support/shell/shell_internal_sig.mlz
+6 -11 metaprl/support/shell/shell_p4_sig.mlz
+1 -17 metaprl/support/shell/shell_package.ml
+1 -1 metaprl/support/shell/shell_root.ml
+2 -2 metaprl/support/shell/shell_sig.mlz
+30 -35 metaprl/support/shell/shell_state.ml
+26 -26 metaprl/support/shell/shell_state.mli
+4 -9 metaprl/support/shell/shell_util.ml
+0 -1 metaprl/support/shell/shell_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-12 23:02:56 -0700 (Sat, 12 Jun 2004)
Revision: 5893
Log message:

      Added linking the inputs to lib to the .DEFAULT target.
      

Changes  Path
Properties metaprl/support/shell
+1 -0 metaprl/support/shell/inputs/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-13 01:56:44 -0700 (Sun, 13 Jun 2004)
Revision: 5894
Log message:

      - Added a "D" (LsDocumentation) flag and a corresponding browser interface
        menu entry to be able to control whether documentation is displayed or not.
      
      - The default view flags are now
        [LsFormal; LsParent; LsRules; LsRewrites; LsDocumentation]
      
      - Now when "u" (lsUnjustified) is removed from the view flags set, the default
        flags are restored (the former "hide everything" behavior did not make much
        sense IMO).
      
      - Removed the "Interface\nbegin\n...\nend" wrapper from the theory display.
        It only waisted 3 lines and 4 columns of screen space without contributing
        anything (and was making things especially confusing when ls options
        other than "all" were used).
      
      - In prl and HTML mode, made the display of the documentation closer to
        the TeX style and less source-like. The individial display forms for some
        pieces of documentation still need work, but overall it IMHO looks OK in prl
        and pretty good in HTML.
      

Changes  Path
+55 -22 metaprl/support/display/comment.ml
+10 -0 metaprl/support/display/nuprl_font.ml
+2 -0 metaprl/support/display/nuprl_font.mli
+4 -12 metaprl/support/display/summary.ml
+4 -3 metaprl/support/shell/browser_resource.ml
+7 -0 metaprl/support/shell/inputs/style.css
+5 -0 metaprl/support/shell/shell_package.ml
+21 -21 metaprl/support/shell/shell_util.ml
+1 -0 metaprl/support/shell/shell_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-13 02:10:55 -0700 (Sun, 13 Jun 2004)
Revision: 5895
Log message:

      Minor HTML fixes.
      

Changes  Path
+1 -1 metaprl/support/shell/inputs/body.html
+1 -2 metaprl/support/shell/inputs/edit-help.html
+1 -1 metaprl/support/shell/inputs/edit.html
+1 -0 metaprl/support/shell/inputs/empty.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-13 04:28:58 -0700 (Sun, 13 Jun 2004)
Revision: 5896
Log message:

      In print_theory, use LsAll (as opposed to the "print nothing" empty set!).
      
      Note, that before the recent ls options management changes we used a custom
      selector that took care of automatically ingoring things like ML code. Now
      notghing is ignored automatically (a good thing IMHO), which means that we
      have to be more careful in placing "docoff" in all the right places.
      

Changes  Path
+2 -2 metaprl/support/display/ocaml_expr_df.ml
+4 -2 metaprl/support/display/summary.ml
+1 -0 metaprl/support/display/summary.mli
+4 -3 metaprl/support/shell/Files
+1 -0 metaprl/support/shell/mptop.ml
+1 -1 metaprl/support/shell/shell.ml
+1 -0 metaprl/support/tactics/top_tacticals.ml
+4 -3 metaprl/theories/itt/itt_disect.ml
+1 -1 metaprl/theories/itt/itt_int_ext.ml
+1 -0 metaprl/theories/itt/itt_squash.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-13 19:57:43 -0700 (Sun, 13 Jun 2004)
Revision: 5897
Log message:

      This is the new file model.
      
      Differences:
         1. Instead of "save ()", use "backup ()".
         2. Instead of "export ()", use "save ()".
         3. "backup_all ()" is called automatically when you exit.
         4. If you really want to quit without saving, use "abort ()".
         5. To revert to the last save, use "revert ()".
      
      Just to be clear, *only* the files that you have modified
      are backed-up when you quit.
      

Changes  Path
Properties metaprl
+45 -5 metaprl/filter/base/filter_cache_fun.ml
+5 -0 metaprl/filter/base/filter_summary_io.ml
+2 -0 metaprl/filter/base/filter_summary_type.ml
+0 -0 metaprl/filter/filter/filter_parse.ml
+6 -1 metaprl/mllib/file_base.ml
+1 -0 metaprl/mllib/file_base_type.ml
+1 -78 metaprl/mllib/line_buffer.ml
+2 -1 metaprl/support/shell/browser_resource.ml
+52 -30 metaprl/support/shell/package_info.ml
+5 -4 metaprl/support/shell/package_info.mli
+139 -70 metaprl/support/shell/shell.ml
+6 -1 metaprl/support/shell/shell.mli
+1 -0 metaprl/support/shell/shell_browser.ml
+1 -1 metaprl/support/shell/shell_package.ml
+1 -0 metaprl/support/shell/shell_sig.mlz

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-13 21:34:44 -0700 (Sun, 13 Jun 2004)
Revision: 5898
Log message:

      Fixed the problem with !restart.
      Added the commands to the File menu.
      

Changes  Path
+7 -5 metaprl/mllib/http_simple.ml
+1 -1 metaprl/support/shell/browser_copy.mll
+4 -2 metaprl/support/shell/browser_resource.ml
+2 -0 metaprl/support/shell/browser_syscall.ml
+2 -1 metaprl/support/shell/shell.ml
+10 -12 metaprl/support/shell/shell_browser.ml
+2 -0 metaprl/support/shell/shell_sig.mlz

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-14 09:40:18 -0700 (Mon, 14 Jun 2004)
Revision: 5899
Log message:

      These commands do not modify theories:
         expand, check, clean, squash
      

Changes  Path
+52 -579 metaprl/support/shell/shell.ml
+534 -0 metaprl/support/shell/shell_core.ml
+32 -0 metaprl/support/shell/shell_core.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-14 09:47:06 -0700 (Mon, 14 Jun 2004)
Revision: 5900
Log message:

      Be more careful about which interpret commands modify theories.
      

Changes  Path
+1 -1 metaprl/support/shell/shell.ml
+22 -1 metaprl/support/shell/shell_core.ml
+1 -0 metaprl/support/shell/shell_core.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-14 11:42:12 -0700 (Mon, 14 Jun 2004)
Revision: 5901
Log message:

      Simplified the Shell.chdir function a little.
      Introduced the concept of a "mount point," to
      separate the choice of edit object from the
      chdir function.
      
      This doesn't change whether we should use real
      objects for edit objects.  However, it does suggest
      that edit objects should not handle ".." paths; that
      choice is performed by the mount handler.
      

Changes  Path
+9 -7 metaprl/support/shell/Files
+5 -8 metaprl/support/shell/shell.ml
+109 -65 metaprl/support/shell/shell_core.ml
+3 -3 metaprl/support/shell/shell_current.ml
+8 -8 metaprl/support/shell/shell_internal_sig.mlz
+1 -0 metaprl/support/shell/shell_package.ml
+1 -0 metaprl/support/shell/shell_root.ml
+5 -1 metaprl/support/shell/shell_rule.ml
+2 -1 metaprl/support/shell/shell_sig.mlz
+5 -7 metaprl/support/shell/shell_syscall.ml
Added metaprl/support/shell/shell_theory.mlz
Properties metaprl/support/shell/shell_theory.mlz
+1 -1 metaprl/theories/base/base_theory.mlz

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-14 12:57:17 -0700 (Mon, 14 Jun 2004)
Revision: 5902
Log message:

      We had all kinds of problems with inconsistent directories in the shell.
      This uses a canonical directory name for shell_dir, fixing the consistency
      problem.
      

Changes  Path
+1 -0 metaprl/support/shell/Files
+17 -15 metaprl/support/shell/shell.ml
+1 -1 metaprl/support/shell/shell.mli
+237 -175 metaprl/support/shell/shell_core.ml
+7 -4 metaprl/support/shell/shell_core.mli
+3 -3 metaprl/support/shell/shell_current.ml
Added metaprl/support/shell/shell_fs.ml
Properties metaprl/support/shell/shell_fs.ml
Added metaprl/support/shell/shell_fs.mli
Properties metaprl/support/shell/shell_fs.mli
+12 -1 metaprl/support/shell/shell_internal_sig.mlz
+0 -0 metaprl/support/shell/shell_root.ml
+0 -0 metaprl/support/shell/shell_root.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-14 13:14:39 -0700 (Mon, 14 Jun 2004)
Revision: 5903
Log message:

      Added a dummy "fs" directory.
      

Changes  Path
+78 -31 metaprl/support/shell/shell_core.ml
+1 -4 metaprl/support/shell/shell_internal_sig.mlz

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-14 13:50:48 -0700 (Mon, 14 Jun 2004)
Revision: 5904
Log message:

      Removed edit_root, edit_up, and edit_down.  They were never used.
      

Changes  Path
+6 -6 metaprl/support/shell/shell.ml
+4 -4 metaprl/support/shell/shell_core.ml
+7 -22 metaprl/support/shell/shell_fs.ml
+0 -2 metaprl/support/shell/shell_fs.mli
+0 -3 metaprl/support/shell/shell_package.ml
+0 -12 metaprl/support/shell/shell_root.ml
+0 -12 metaprl/support/shell/shell_rule.ml
+0 -3 metaprl/support/shell/shell_sig.mlz

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-15 21:10:07 -0700 (Tue, 15 Jun 2004)
Revision: 5905
Log message:

      Made sure MetaPRL compiles with THREADS_ENABLED=false.
      

Changes  Path
+1 -0 metaprl/support/shell/browser_syscall.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-15 23:42:50 -0700 (Tue, 15 Jun 2004)
Revision: 5906
Log message:

      - Shell_core: minor update of some of the strings.
      - Removed Shell_root.view as it was identical to Shell_root.create.
      - status_all now needs to cd "/" at the beginning (since MetaPRL now
        starts in the original wd, not always in "/").
      

Changes  Path
+5 -8 metaprl/support/shell/shell_core.ml
+0 -3 metaprl/support/shell/shell_root.ml
+0 -4 metaprl/support/shell/shell_root.mli
+1 -1 metaprl/util/status-all.sh

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-16 00:53:11 -0700 (Wed, 16 Jun 2004)
Revision: 5907
Log message:

      I thought I should commit before we get too out of date.
      This is a partial commit; I'll finish off the loose ends
      in the morning.
      
      This adds the /fs path for viewing the Unix filesystem.
      
      Notes on this commit:
         1. Removed the "view_*" functions in Shell_core.  These
            duplicated work, and were pretty pointless.
      
            However, in the browser, I see the following problem:
            the "refresh" function is not called correctly.  The symptom
            is that the display is in "prl" mode.  The solution, until
            I fix in the morning, is to call "refresh ()" explicitly.
      
         2. Use cd "/fs" to view the filesystem.  However, file editing
            with "cd" is not currently implemented; it is waiting on
            the recent discussion on "proposal for handling pwd()"
            on the onlynews@metaprl.org list.
      
         3. Shell identifiers now strings.  Sorry for this change, but
            it makes the implementation much easier.  The proper
            path is https://..../session/id1/frameset.
      

Changes  Path
+1 -1 metaprl/mllib/setup.ml
+25 -0 metaprl/support/display/summary.ml
+3 -0 metaprl/support/display/summary.mli
+12 -7 metaprl/support/shell/browser_resource.ml
+3 -2 metaprl/support/shell/browser_resource.mli
+1 -2 metaprl/support/shell/session_io.mli
+8 -38 metaprl/support/shell/session_io.mll
+1 -2 metaprl/support/shell/session_sig.mlz
+10 -8 metaprl/support/shell/shell.ml
+1 -1 metaprl/support/shell/shell.mli
+19 -9 metaprl/support/shell/shell_browser.ml
+41 -70 metaprl/support/shell/shell_core.ml
+2 -1 metaprl/support/shell/shell_core.mli
+9 -48 metaprl/support/shell/shell_current.ml
+241 -21 metaprl/support/shell/shell_fs.ml
+1 -3 metaprl/support/shell/shell_internal_sig.mlz
+9 -1 metaprl/support/shell/shell_package.ml
+11 -0 metaprl/support/shell/shell_root.ml
+7 -0 metaprl/support/shell/shell_root.mli
+4 -0 metaprl/support/shell/shell_rule.ml
+2 -0 metaprl/support/shell/shell_sig.mlz
+13 -49 metaprl/support/shell/shell_syscall.ml
+0 -3 metaprl/support/shell/shell_syscall.mli
+25 -12 metaprl/support/shell/shell_util.ml
+5 -0 metaprl/support/shell/shell_util.mli
+15 -1 metaprl/tactics/proof/exn_boot.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-16 11:56:29 -0700 (Wed, 16 Jun 2004)
Revision: 5908
Log message:

      This should fix the refresh problem.
      Tracked down a bug in restart that was jumping to the previous location
      (ouch, these are hard to find).
      

Changes  Path
+2 -0 metaprl/mllib/http_simple.ml
+1 -1 metaprl/support/shell/browser_syscall.ml
+1 -0 metaprl/support/shell/inputs/Files
+13 -14 metaprl/support/shell/inputs/login.html
Added metaprl/support/shell/inputs/login.js
Properties metaprl/support/shell/inputs/login.js
+1 -2 metaprl/support/shell/shell.ml
+9 -4 metaprl/support/shell/shell_browser.ml
+5 -3 metaprl/support/shell/shell_core.ml
+0 -1 metaprl/support/shell/shell_current.ml

Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-06-16 15:02:27 -0700 (Wed, 16 Jun 2004)
Revision: 5909
Log message:

      Fixed build with SSL_ENABLED on OS X.
      

Changes  Path
+3 -0 metaprl/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-16 15:59:05 -0700 (Wed, 16 Jun 2004)
Revision: 5910
Log message:

      - Include -lssl/-lncurses/-lreadline only when the corresponding ENABLED
        variable is set to true.
      - access.html : the default session is now called "id1", not "1".
      

Changes  Path
+20 -10 metaprl/OMakefile
+0 -2 metaprl/editor/ml/OMakefile
+0 -1 metaprl/filter/OMakefile
+0 -1 metaprl/proxyedit/OMakefile
+2 -2 metaprl/support/shell/inputs/access.html

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-16 19:30:19 -0700 (Wed, 16 Jun 2004)
Revision: 5911
Log message:

      This is the "Newer File Model" as discussed with Aleksey.
      There are 3 levels:
         .cmoz: for auto-save versions
         .prlb: for private versions
         .prla: for public versions
      
      Commands:
         backup/backup_all: perform an auto-save (you won't normally
            need to use these)
         save/save_all: save your private copy
         export/export_all: publish your work
         revert/revert_all: revert to the last saved private version
         abort: quit MetaPRL without auto-saving (exits with an error code)
      

Changes  Path
+1 -1 metaprl/OMakefile
+13 -31 metaprl/filter/base/filter_cache_fun.ml
+8 -1 metaprl/filter/base/filter_summary_io.ml
+0 -0 metaprl/filter/base/filter_summary_io.mli
+1 -0 metaprl/filter/base/filter_summary_type.ml
+9 -0 metaprl/mllib/file_base.ml
+0 -0 metaprl/mllib/file_base.mli
+1 -0 metaprl/mllib/file_base_type.ml
+11 -26 metaprl/support/shell/package_info.ml
+3 -2 metaprl/support/shell/package_info.mli
+30 -17 metaprl/support/shell/shell.ml
+5 -3 metaprl/support/shell/shell.mli
+42 -26 metaprl/support/shell/shell_core.ml
+7 -5 metaprl/support/shell/shell_core.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-16 20:48:54 -0700 (Wed, 16 Jun 2004)
Revision: 5912
Log message:

      Separate "shell" sessions from "browser" sessions.
      
      Bah, browser identifiers are back to integers...  Sorry about the
      change yet again, the proper URLs are /session/%d/...
      

Changes  Path
+1 -0 metaprl/support/shell/Files
+30 -15 metaprl/support/shell/browser_resource.ml
Added metaprl/support/shell/browser_state.ml
Properties metaprl/support/shell/browser_state.ml
Added metaprl/support/shell/browser_state.mli
Properties metaprl/support/shell/browser_state.mli
+3 -1 metaprl/support/shell/inputs/Files
+4 -9 metaprl/support/shell/inputs/access.html
Added metaprl/support/shell/inputs/access.js
Properties metaprl/support/shell/inputs/access.js
+1 -1 metaprl/support/shell/inputs/output.html
+8 -0 metaprl/support/shell/inputs/style.css
Added metaprl/support/shell/inputs/welcome.html
Properties metaprl/support/shell/inputs/welcome.html
+8 -6 metaprl/support/shell/shell.ml
+42 -42 metaprl/support/shell/shell_browser.ml
+18 -2 metaprl/support/shell/shell_core.ml
+23 -2 metaprl/support/shell/shell_current.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-16 22:21:25 -0700 (Wed, 16 Jun 2004)
Revision: 5913
Log message:

      Centralized the shell handling of the "display method" data (including
      display mode, display base, display width and display destination).
      
      In partucilar:
      - The set_dfmode function now takes effect immediatelly (no need to
      cd "/";; cd "/back/where/we/were";;  after a set_dfmode).
      - The bug with "prl" mode output in "-browser" sessions seems to be gone!
      - The separation between display modes ("prl"/"src"/"html"/"tex"/"raw"/etc)
      and display "types" (i.e. destinations - Tex/Text/Browser) is now more
      complete (in fact we now _never_ convert modes into types).
      - The code for handling the display method data is no longer duplicated 5 times
      (now all code is in shell_core and proof_edit).
      

Changes  Path
+33 -101 metaprl/support/shell/proof_edit.ml
+9 -18 metaprl/support/shell/proof_edit.mli
+3 -0 metaprl/support/shell/shell.ml
+2 -0 metaprl/support/shell/shell_browser.ml
+19 -19 metaprl/support/shell/shell_core.ml
+2 -1 metaprl/support/shell/shell_core.mli
+22 -12 metaprl/support/shell/shell_current.ml
+7 -75 metaprl/support/shell/shell_fs.ml
+2 -2 metaprl/support/shell/shell_fs.mli
+1 -2 metaprl/support/shell/shell_internal_sig.mlz
+5 -80 metaprl/support/shell/shell_package.ml
+2 -2 metaprl/support/shell/shell_package.mli
+7 -79 metaprl/support/shell/shell_root.ml
+2 -2 metaprl/support/shell/shell_root.mli
+5 -12 metaprl/support/shell/shell_rule.ml
+4 -4 metaprl/support/shell/shell_rule.mli
+18 -8 metaprl/support/shell/shell_sig.mlz
+2 -2 metaprl/support/shell/shell_util.ml
+4 -2 metaprl/support/shell/shell_util.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-16 23:36:23 -0700 (Wed, 16 Jun 2004)
Revision: 5914
Log message:

      Aleksey Nogin wrote:
      > % editor/ml/mpopt
      > Fatal error: exception Refine_error.MakeRefineError(TermType)(AddressType).RefineError("Shell_current.pid_of_string", _)
      
      Fixed.  The shell expected path of the form %s.%d.  The Shell_current
      session loader now catches the exception on garbage files, and ignores them.
      

Changes  Path
+8 -4 metaprl/support/shell/shell_current.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 07:39:46 -0700 (Thu, 17 Jun 2004)
Revision: 5915
Log message:

      In DisplayTex mode, output must go to the .tex file, not stdout.
      

Changes  Path
+4 -4 metaprl/support/shell/Files
+5 -4 metaprl/support/shell/proof_edit.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 08:59:13 -0700 (Thu, 17 Jun 2004)
Revision: 5916
Log message:

      Removing a bit of unused code.
      

Changes  Path
+0 -15 metaprl/tactics/proof/proof_boot.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 10:14:43 -0700 (Thu, 17 Jun 2004)
Revision: 5917
Log message:

      Removing some unused code.
      

Changes  Path
+0 -2 metaprl/support/shell/proof_edit.ml
+0 -3 metaprl/support/shell/shell_rule.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 10:54:29 -0700 (Thu, 17 Jun 2004)
Revision: 5918
Log message:

      - Removed some more unused code.
      - Removed edit_refine (which was duplicating the edit_interpret (ProofRefine)
        functionality).
      

Changes  Path
+0 -11 metaprl/support/shell/proof_edit.mli
+1 -1 metaprl/support/shell/shell.ml
+1 -1 metaprl/support/shell/shell_core.ml
+0 -4 metaprl/support/shell/shell_fs.ml
+0 -1 metaprl/support/shell/shell_package.ml
+0 -4 metaprl/support/shell/shell_root.ml
+0 -8 metaprl/support/shell/shell_rule.ml
+0 -1 metaprl/support/shell/shell_sig.mlz

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-17 12:16:29 -0700 (Thu, 17 Jun 2004)
Revision: 5919
Log message:

      Fixed the refresh problem.  The issue with refresh was that it was lazy:
      don't do a remount unless the directory has changed.  Added a force_flag
      to the chdir function.
      

Changes  Path
+3 -3 metaprl/support/shell/Files
+0 -2 metaprl/support/shell/browser_syscall.ml
+4 -2 metaprl/support/shell/inputs/layout.js
+13 -1 metaprl/support/shell/inputs/output.html
+1 -0 metaprl/support/shell/shell.ml
+11 -4 metaprl/support/shell/shell_browser.ml
+20 -16 metaprl/support/shell/shell_core.ml
+16 -7 metaprl/support/shell/shell_current.ml
+3 -1 metaprl/support/shell/shell_internal_sig.mlz
+8 -6 metaprl/support/shell/shell_sig.mlz

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 17:17:59 -0700 (Thu, 17 Jun 2004)
Revision: 5920
Log message:

      1) This makes a major change in how the relative addresses are handled
      in proof editing. Now the Proof.proof type is just a Proof.extract and
      proofs no longer keep the subaddress (relative address) internaly.
      Instead, the relative address is kept by the shell and is passed functionally
      to all the edit_* functions that need it.
      
      The only module that keeps its own copy of the relative address is Shell_fs
      (should be easy to fix, but I wanted to leave this up to Jason).
      
      Undo/Redo functions now explicitly return the new (or old, depending on
      how you look at it) relative address.
      
      2) Minor proof updates in itt_list2
      

Changes  Path
+1 -1 metaprl/support/shell/inputs/login.html
+2 -2 metaprl/support/shell/package_info.ml
+105 -154 metaprl/support/shell/proof_edit.ml
+7 -12 metaprl/support/shell/proof_edit.mli
+20 -23 metaprl/support/shell/shell.ml
+1 -2 metaprl/support/shell/shell.mli
+128 -163 metaprl/support/shell/shell_core.ml
+1 -1 metaprl/support/shell/shell_core.mli
+23 -36 metaprl/support/shell/shell_current.ml
+18 -35 metaprl/support/shell/shell_fs.ml
+6 -4 metaprl/support/shell/shell_internal_sig.mlz
+5 -9 metaprl/support/shell/shell_package.ml
+13 -16 metaprl/support/shell/shell_root.ml
+25 -33 metaprl/support/shell/shell_rule.ml
+9 -20 metaprl/support/shell/shell_sig.mlz
+1 -1 metaprl/support/shell/shell_syscall.ml
+2 -2 metaprl/tactics/proof/exn_boot.ml
+259 -443 metaprl/tactics/proof/proof_boot.ml
+17 -32 metaprl/tactics/proof/tactic_boot_sig.ml
+568 -601 metaprl/theories/itt/itt_list2.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 17:55:21 -0700 (Thu, 17 Jun 2004)
Revision: 5921
Log message:

      Inlined the access.js back into access.html. This is necessary because
      the /input/... URLs do not get "%%RESPONSE%%" substitution performed.
      

Changes  Path
+13 -1 metaprl/support/shell/inputs/access.html
Deleted metaprl/support/shell/inputs/access.js

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-17 18:00:57 -0700 (Thu, 17 Jun 2004)
Revision: 5922
Log message:

      Removed access.js
      

Changes  Path
+0 -1 metaprl/support/shell/inputs/Files

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 18:02:53 -0700 (Thu, 17 Jun 2004)
Revision: 5923
Log message:

      Oops, one more place with access.js
      

Changes  Path
+1 -1 metaprl/support/shell/inputs/Files
+0 -1 metaprl/support/shell/inputs/access.html

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-17 18:15:11 -0700 (Thu, 17 Jun 2004)
Revision: 5924
Log message:

      Added file support.
      

Changes  Path
+20 -14 metaprl/support/display/summary.ml
+4 -3 metaprl/support/display/summary.mli
+117 -47 metaprl/support/shell/shell_fs.ml

Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-06-17 18:46:39 -0700 (Thu, 17 Jun 2004)
Revision: 5925
Log message:

      Corrected OS X docs.
      

Changes  Path
+1 -1 metaprl/README.MACOSX

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 18:56:36 -0700 (Thu, 17 Jun 2004)
Revision: 5926
Log message:

      - Fixed (hopefully) the source mode display forms for variables.
      - When turning variable names into name+subscripts, only split off numbers,
      but not letters.
      - Fixing a bug in Shell_rule.edit_check_addr - [] should be always accepted.
      

Changes  Path
+17 -10 metaprl/support/display/base_dform.ml
+1 -1 metaprl/support/shell/shell_rule.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-17 19:07:40 -0700 (Thu, 17 Jun 2004)
Revision: 5927
Log message:

      Added some extra items to the menus.
      Note, I need to work on disabling them
      when outside of a proof.
      

Changes  Path
+12 -5 metaprl/support/shell/browser_resource.ml
+5 -1 metaprl/support/shell/inputs/menuserver.js
+12 -0 metaprl/support/shell/inputs/style.css

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-17 19:24:43 -0700 (Thu, 17 Jun 2004)
Revision: 5928
Log message:

      Update so styles work in IE too.
      

Changes  Path
+6 -1 metaprl/support/shell/inputs/layout.js
+3 -2 metaprl/support/shell/inputs/menuserver.js
+3 -2 metaprl/support/shell/inputs/style.css

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 21:09:57 -0700 (Thu, 17 Jun 2004)
Revision: 5929
Log message:

      - Made the definitions viewable
      - More "src" mode dform fixes.
      

Changes  Path
+1 -0 metaprl/filter/base/filter_summary.ml
+3 -3 metaprl/support/display/base_dform.ml
+2 -3 metaprl/support/shell/shell_core.ml
+12 -0 metaprl/support/shell/shell_rule.ml
+6 -0 metaprl/support/shell/shell_rule.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 22:02:50 -0700 (Thu, 17 Jun 2004)
Revision: 5930
Log message:

      A few display form fixes:
      - directory and file listings should use newline, not hspace
      - proof node display needs to put goal/subgoal/assumption/etc terms in a slot.
      

Changes  Path
+11 -11 metaprl/support/display/summary.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 22:10:14 -0700 (Thu, 17 Jun 2004)
Revision: 5931
Log message:

      Cd to the MetaPRL root before running CVS.
      

Changes  Path
+1 -1 metaprl/support/shell/shell_syscall.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 22:44:31 -0700 (Thu, 17 Jun 2004)
Revision: 5932
Log message:

      - The "/manual/filename" URIs now serve the documentation from the
        doc/htmlman directory in the local MetaPRL installation.
      - Added a bit of content to the MetaPRL welcome page.
      - The body page should not reset the hostname to the default value.
      

Changes  Path
+1 -1 metaprl/support/shell/inputs/body.html
+20 -3 metaprl/support/shell/inputs/welcome.html
+9 -0 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 23:15:32 -0700 (Thu, 17 Jun 2004)
Revision: 5933
Log message:

      Added MetaPRL version to the Welcome page. HTML could be nicer, though.
      

Changes  Path
+1 -0 metaprl/editor/ml/shell_mp.ml
+1 -0 metaprl/editor/ml/shell_p4.ml
+1 -0 metaprl/support/shell/browser_copy.mli
+1 -0 metaprl/support/shell/browser_copy.mll
+9 -3 metaprl/support/shell/inputs/welcome.html
+1 -0 metaprl/support/shell/shell.ml
+1 -0 metaprl/support/shell/shell_browser.ml
+1 -0 metaprl/support/shell/shell_p4_sig.mlz
+2 -0 metaprl/support/shell/shell_sig.mlz

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 23:21:52 -0700 (Thu, 17 Jun 2004)
Revision: 5934
Log message:

      Adding the .ico version of the metaprl.png file.
      

Changes  Path
Added metaprl/doc/htmlman/images/metaprl.ico
Properties metaprl/doc/htmlman/images/metaprl.ico

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 23:32:00 -0700 (Thu, 17 Jun 2004)
Revision: 5935
Log message:

      Adding the MetaPRL "shortcut" icon (both Mozilla and IE should be happy, hopefully).
      

Changes  Path
+2 -1 metaprl/doc/htmlman/default.html
+2 -0 metaprl/support/shell/inputs/access.html
+2 -0 metaprl/support/shell/inputs/edit-done.html
+2 -0 metaprl/support/shell/inputs/edit-help.html
+2 -0 metaprl/support/shell/inputs/edit.html
+2 -0 metaprl/support/shell/inputs/empty.html
+2 -0 metaprl/support/shell/inputs/frameset.html
+2 -0 metaprl/support/shell/inputs/login.html
+3 -1 metaprl/support/shell/inputs/output.html
+2 -0 metaprl/support/shell/inputs/reload.html
+2 -0 metaprl/support/shell/inputs/start.html
+2 -0 metaprl/support/shell/inputs/system.html
+2 -0 metaprl/support/shell/inputs/welcome.html
+1 -1 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-17 23:42:58 -0700 (Thu, 17 Jun 2004)
Revision: 5936
Log message:

      Emphasize the "Start" link.
      

Changes  Path
Binary metaprl/doc/htmlman/images/arrow-l.gif
Properties metaprl/doc/htmlman/images/arrow-l.gif
Binary metaprl/doc/htmlman/images/arrow-r.gif
Properties metaprl/doc/htmlman/images/arrow-r.gif
+5 -1 metaprl/support/shell/inputs/welcome.html

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 08:43:37 -0700 (Fri, 18 Jun 2004)
Revision: 5937
Log message:

      I tried to move the display forms to Shell_fs, but it didn't work,
      so I moved it back.
      

Changes  Path
+1 -1 metaprl/mllib/http_simple.ml
+40 -31 metaprl/support/display/summary.ml
+7 -4 metaprl/support/display/summary.mli
+1 -1 metaprl/support/shell/Files
+98 -52 metaprl/support/shell/browser_resource.ml
+4 -2 metaprl/support/shell/browser_resource.mli
+1 -1 metaprl/support/shell/inputs/menuclient.js
+5 -2 metaprl/support/shell/inputs/menuserver.js
+6 -0 metaprl/support/shell/inputs/style.css
+12 -0 metaprl/support/shell/proof_edit.ml
+4 -0 metaprl/support/shell/proof_edit.mli
+4 -0 metaprl/support/shell/shell.ml
+4 -0 metaprl/support/shell/shell.mli
+3 -1 metaprl/support/shell/shell_core.ml
+1 -0 metaprl/support/shell/shell_core.mli
+15 -0 metaprl/support/shell/shell_fs.ml
+12 -0 metaprl/support/shell/shell_package.ml
+12 -0 metaprl/support/shell/shell_root.ml
+4 -0 metaprl/support/shell/shell_rule.ml
+9 -0 metaprl/support/shell/shell_sig.mlz
+1 -0 metaprl/support/shell/shell_theory.mlz
+4 -1 metaprl/support/tactics/auto_tactic.ml
+4 -1 metaprl/support/tactics/dtactic.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 09:44:45 -0700 (Fri, 18 Jun 2004)
Revision: 5938
Log message:

      Re-introduced fs_cwd.  Handle pathnames appropriately in Shell_syscall.
      

Changes  Path
+4 -0 metaprl/support/shell/shell.ml
+1 -0 metaprl/support/shell/shell.mli
+27 -18 metaprl/support/shell/shell_core.ml
+1 -0 metaprl/support/shell/shell_core.mli
+19 -8 metaprl/support/shell/shell_syscall.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 11:02:14 -0700 (Fri, 18 Jun 2004)
Revision: 5939
Log message:

      Re-use the HTTP socket on a restart.  The socket descriptor
      and challenge are saved in the environment.  So this means
      it won't work on Windows, where sockets do not have integer
      descriptors.  Have to think about how to do that, or else
      just disable the feature on Windows.
      

Changes  Path
+7 -0 metaprl/mllib/env_arg.ml
+4 -0 metaprl/mllib/env_arg.mli
+23 -5 metaprl/mllib/http_simple.ml
+2 -1 metaprl/mllib/http_simple.mli
+1 -1 metaprl/support/shell/inputs/reload.html
+8 -4 metaprl/support/shell/inputs/start.html
+96 -70 metaprl/support/shell/shell_browser.ml
+7 -3 metaprl/support/shell/shell_state.ml
+6 -2 metaprl/support/shell/shell_state.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 11:09:37 -0700 (Fri, 18 Jun 2004)
Revision: 5940
Log message:

      Add the session and directory to the title bar.
      

Changes  Path
+2 -0 metaprl/support/shell/inputs/layout.js
+1 -0 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-18 11:41:43 -0700 (Fri, 18 Jun 2004)
Revision: 5941
Log message:

      - Forgot the tex mode yesterday. Jason, does your new "src is a special mode"
      functionality provide some way to specify "really all modes" w/o resorting to
      "mode[src] :: mode[prl] :: mode[html] :: mode[tex]"?
      
      - Added a missing docoff
      

Changes  Path
+10 -10 metaprl/support/display/base_dform.ml
+1 -0 metaprl/theories/itt/itt_equal.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 14:38:45 -0700 (Fri, 18 Jun 2004)
Revision: 5942
Log message:

      This is probably the final round of changes.
      All windows are internal now.
      Coming in in about 30min.
      

Changes  Path
+6 -1 metaprl/support/shell/browser_resource.ml
+8 -1 metaprl/support/shell/browser_syscall.ml
+3 -1 metaprl/support/shell/inputs/Files
+1 -1 metaprl/support/shell/inputs/buttons.html
+5 -8 metaprl/support/shell/inputs/edit-done.html
Added metaprl/support/shell/inputs/edit-done.js
Properties metaprl/support/shell/inputs/edit-done.js
+9 -7 metaprl/support/shell/inputs/edit.html
+26 -13 metaprl/support/shell/inputs/edit.js
+3 -4 metaprl/support/shell/inputs/empty.html
+7 -0 metaprl/support/shell/inputs/frameset.html
+53 -8 metaprl/support/shell/inputs/layout.js
+6 -8 metaprl/support/shell/inputs/output.html
Added metaprl/support/shell/inputs/output.js
Properties metaprl/support/shell/inputs/output.js
+1 -0 metaprl/support/shell/inputs/rule.html
+7 -7 metaprl/support/shell/inputs/rule.js
+25 -6 metaprl/support/shell/inputs/style.css
+2 -2 metaprl/support/shell/inputs/system.html
+28 -2 metaprl/support/shell/inputs/system.js
+16 -4 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-18 16:04:33 -0700 (Fri, 18 Jun 2004)
Revision: 5943
Log message:

      - Do not die on entering a primitive item (is_edit_enabled needed to return
      false right away, without trying to go through Proof_edit in that case).
      
      - Proof_info needs to write .cmoz using a "non-interactive" magic (to allow
      the compiler to overwrite them). Note that the flags are maintained
      imperatively, so the whole setup ends up being a big hack. :-(
      

Changes  Path
+3 -1 metaprl/mllib/file_type_base.ml
+5 -0 metaprl/support/shell/package_info.ml
+6 -1 metaprl/support/shell/shell_rule.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-18 17:40:26 -0700 (Fri, 18 Jun 2004)
Revision: 5944
Log message:

      An alternative fix to the "InteractiveSummary" problem, hopefully this time
      it will work.
      
      Package_info would now always set the InteractiveSummary flag (which is
      a correct thing to do). And Filter_parse will now force saving to .cmoz
      (not just to "first available"), which is a good thing and will force
      the InteractiveSummary flag as well (a bit of a hack, but oh well).
      

Changes  Path
+4 -1 metaprl/filter/filter/filter_parse.ml
+1 -5 metaprl/support/shell/package_info.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-18 18:35:03 -0700 (Fri, 18 Jun 2004)
Revision: 5945
Log message:

      support/shell/session_io.ml is a generated file and needs to be cleaned.
      

Changes  Path
+1 -1 metaprl/support/shell/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 18:45:06 -0700 (Fri, 18 Jun 2004)
Revision: 5946
Log message:

      Added "fs" module to root.
      

Changes  Path
+16 -13 metaprl/support/shell/browser_copy.mll
+8 -2 metaprl/support/shell/browser_resource.ml
+1 -0 metaprl/support/shell/inputs/edit.js
+12 -4 metaprl/support/shell/inputs/menuclient.js
+1 -16 metaprl/support/shell/inputs/output.html
+1 -0 metaprl/support/shell/inputs/output.js
+1 -0 metaprl/support/shell/inputs/system.html
+2 -1 metaprl/support/shell/inputs/system.js
+3 -1 metaprl/support/shell/shell_root.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-18 19:25:01 -0700 (Fri, 18 Jun 2004)
Revision: 5947
Log message:

      Added a build-time framework for groupping MetaPRL modules into theories.
      Still need to modify the shell code to make use of this information.
      

Changes  Path
+7 -2 metaprl/OMakefile
+20 -0 metaprl/filter/base/filter_util.ml
+4 -0 metaprl/filter/base/filter_util.mli
+8 -3 metaprl/filter/filter/filter_parse.ml
+8 -2 metaprl/filter/filter/filter_prog.ml
+2 -2 metaprl/filter/filter/filter_prog.mli
+3 -1 metaprl/filter/filter/prlcomp.ml
+11 -6 metaprl/mk/rules
+13 -1 metaprl/refiner/reflib/theory.ml
+3 -1 metaprl/refiner/reflib/theory.mli
+2 -4 metaprl/support/shell/shell_root.ml
+2 -0 metaprl/theories/czf/OMakefile
+2 -0 metaprl/theories/itt/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-18 21:03:40 -0700 (Fri, 18 Jun 2004)
Revision: 5948
Log message:

      Moved the Shell.command struct outside of the shell, so that we can
      use these commands in other modules.
      
      Someday we should think about moving Shell_mp and Shell_p4 into the
      shell/support directory so we can avoid this imperative nonsense.
      One thing to consider, we can abandon Shell_p4 entirely.
      

Changes  Path
+1 -1 metaprl/OMakefile
+1 -1 metaprl/editor/ml/shell_mp.ml
+1 -1 metaprl/filter/filter/filter_prog.ml
+16 -0 metaprl/support/display/nuprl_font.ml
+4 -0 metaprl/support/display/nuprl_font.mli
+4 -4 metaprl/support/display/summary.ml
+5 -4 metaprl/support/shell/Files
+1 -1 metaprl/support/shell/browser_copy.mll
+3 -3 metaprl/support/shell/browser_resource.ml
+0 -1 metaprl/support/shell/inputs/frameset.html
+3 -0 metaprl/support/shell/inputs/style.css
+22 -22 metaprl/support/shell/session.ml
+8 -2 metaprl/support/shell/session_current.ml
+1 -0 metaprl/support/shell/session_current.mli
+2 -0 metaprl/support/shell/session_io.mli
+50 -24 metaprl/support/shell/session_io.mll
+8 -4 metaprl/support/shell/session_sig.mlz
+39 -244 metaprl/support/shell/shell.ml
+0 -71 metaprl/support/shell/shell.mli
Added metaprl/support/shell/shell_command.ml
Properties metaprl/support/shell/shell_command.ml
Added metaprl/support/shell/shell_command.mli
Properties metaprl/support/shell/shell_command.mli
+3 -6 metaprl/support/shell/shell_core.ml
+1 -2 metaprl/support/shell/shell_core.mli
+17 -5 metaprl/support/shell/shell_current.ml
+1 -0 metaprl/support/shell/shell_fs.ml
+45 -0 metaprl/support/shell/shell_sig.mlz
+2 -2 metaprl/support/shell/shell_syscall.ml
+1 -0 metaprl/support/shell/shell_theory.mlz
+1 -1 metaprl/support/tactics/auto_tactic.ml
+1 -1 metaprl/support/tactics/dtactic.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-19 12:51:11 -0700 (Sat, 19 Jun 2004)
Revision: 5949
Log message:

      Since basic shell commands no longer live in Shell, the theories that used
      to "extends Shell" now need to "extand Shell_theory" (or Shell_commands).
      

Changes  Path
+0 -1 metaprl/editor/ml/shell_mp.ml
+1 -3 metaprl/editor/ml/shell_mp.mli
+1 -1 metaprl/theories/base/base_meta.ml
+1 -1 metaprl/theories/base/base_meta.mli
+2 -13 metaprl/theories/base/base_trivial.ml
+1 -1 metaprl/theories/base/base_trivial.mli
+1 -1 metaprl/theories/experimental/compile/m_ir.ml
+1 -1 metaprl/theories/experimental/compile/m_ir.mli
+1 -1 metaprl/theories/experimental/compile/m_standardize.ml
+1 -1 metaprl/theories/experimental/compile/m_standardize.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-19 15:08:10 -0700 (Sat, 19 Jun 2004)
Revision: 5950
Log message:

      By default (i.e. when outside of a package), use Shell_theory display forms,
      not just the Summary ones.
      

Changes  Path
+1 -0 metaprl/support/shell/shell_command.ml
+1 -1 metaprl/support/shell/shell_core.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-19 15:39:37 -0700 (Sat, 19 Jun 2004)
Revision: 5951
Log message:

      Output is persistent.
      

Changes  Path
+134 -82 metaprl/support/shell/browser_syscall.ml
+6 -1 metaprl/support/shell/browser_syscall.mli
+1 -1 metaprl/support/shell/inputs/frameset.html
+2 -4 metaprl/support/shell/inputs/layout.js
+14 -0 metaprl/support/shell/inputs/output.html
+1 -1 metaprl/support/shell/inputs/output.js
+1 -11 metaprl/support/shell/inputs/style.css
+2 -2 metaprl/support/shell/inputs/system.html
+9 -1 metaprl/support/shell/inputs/system.js
+2 -0 metaprl/support/shell/session_io.mli
+44 -2 metaprl/support/shell/session_io.mll
+69 -81 metaprl/support/shell/shell_browser.ml
+0 -1 metaprl/support/shell/shell_fs.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-19 16:01:14 -0700 (Sat, 19 Jun 2004)
Revision: 5952
Log message:

      Moved file display forms from Summary to Shell_fs.
      

Changes  Path
+0 -40 metaprl/support/display/summary.ml
+0 -7 metaprl/support/display/summary.mli
+6 -4 metaprl/support/shell/session.ml
+9 -1 metaprl/support/shell/session_sig.mlz
+37 -3 metaprl/support/shell/shell_current.ml
+37 -0 metaprl/support/shell/shell_fs.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-19 16:15:07 -0700 (Sat, 19 Jun 2004)
Revision: 5953
Log message:

      If refresh fails (the module or directory might no longer exist), try falling
      back to empty relative dir and if that does not work, fall back to DirRoot.
      

Changes  Path
+9 -2 metaprl/support/shell/shell_core.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-19 16:49:18 -0700 (Sat, 19 Jun 2004)
Revision: 5954
Log message:

      1) Group the modules into theories. Now the filesystem structure has the
      following form: "/group/module/rule/nn/nn/nn/..."
      
      Note that "old-style" locations are still valid - any attempt to go to
      "/module/..." would result in getting to "/group/module/..." for the group
      that the module resides in (but weird things might happen if a group name
      clashes with a module name :-(, so do not do that).
      
      The group name and description are specified using THEORYNAME and THEORYDESC
      variables in [O]Makefile.
      
      2) I've added an "end" anchor to the end of the messages frame, so hopefully
      it will keep scrolling to the right place.
      

Changes  Path
+12 -7 metaprl/OMakefile
+2 -0 metaprl/editor/ml/Makefile
+1 -10 metaprl/refiner/reflib/theory.ml
+2 -0 metaprl/support/display/Makefile
+2 -19 metaprl/support/display/summary.ml
+0 -5 metaprl/support/display/summary.mli
+2 -0 metaprl/support/shell/Makefile
+1 -1 metaprl/support/shell/inputs/frameset.html
+1 -0 metaprl/support/shell/inputs/message.html
+31 -3 metaprl/support/shell/package_info.ml
+4 -0 metaprl/support/shell/package_info.mli
+6 -4 metaprl/support/shell/shell.ml
+46 -42 metaprl/support/shell/shell_core.ml
+2 -0 metaprl/support/shell/shell_core.mli
+7 -2 metaprl/support/shell/shell_current.ml
+4 -0 metaprl/support/shell/shell_current.mli
+2 -2 metaprl/support/shell/shell_internal_sig.mlz
+42 -8 metaprl/support/shell/shell_root.ml
+2 -1 metaprl/support/shell/shell_theory.mlz
+2 -0 metaprl/support/tactics/Makefile
+2 -0 metaprl/theories/base/Makefile
+2 -0 metaprl/theories/base/OMakefile
+2 -0 metaprl/theories/czf/Makefile
+2 -0 metaprl/theories/fol/Makefile
+2 -0 metaprl/theories/fol/OMakefile
+2 -0 metaprl/theories/itt/Makefile
+2 -0 metaprl/theories/ocaml_doc/Makefile
+2 -0 metaprl/theories/ocaml_doc/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-19 20:46:59 -0700 (Sat, 19 Jun 2004)
Revision: 5955
Log message:

      Fixed the problem with going to some random directory on restart.
      
      Note:
         Mozilla tries to remember subframe locations on location.reload();
         To avoid this, use location.href = location.href.
      

Changes  Path
+3 -3 metaprl/support/shell/browser_resource.ml
+2 -1 metaprl/support/shell/inputs/frameset.html
+1 -0 metaprl/support/shell/inputs/frameset.js
+88 -9 metaprl/support/shell/inputs/layout.js
+1 -9 metaprl/support/shell/inputs/reload.html
+26 -1 metaprl/support/shell/inputs/style.css
+0 -1 metaprl/support/shell/shell.ml
+22 -19 metaprl/support/shell/shell_browser.ml
+2 -6 metaprl/support/shell/shell_fs.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-19 22:09:03 -0700 (Sat, 19 Jun 2004)
Revision: 5956
Log message:

      - The Lm_big_int.of_string had no support for non-decimal formats (0xN, 0bN,
        etc) and no sanity checking (for example, "0x" was interpreted as 72!). I
        made Lm_big_int.of_string to act the same way as Pervasives.int_of_string.
      
      - I changed the way long arrows are translated to HTML in an attept to make
        then actually be long. Please verify under IE and other browsers!
      
      - The extract term (for primiteve rules) needs to be in a slot.
      

Changes  Path
+3 -3 metaprl/support/display/nuprl_font.ml
+1 -1 metaprl/support/display/summary.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-20 08:54:04 -0700 (Sun, 20 Jun 2004)
Revision: 5957
Log message:

      Fixed Javascript string escapes.
      

Changes  Path
+4 -4 metaprl/support/shell/browser_resource.ml
+2 -2 metaprl/support/shell/inputs/edit.html
+9 -6 metaprl/support/shell/inputs/edit.js
+2 -6 metaprl/support/shell/inputs/layout.js
+16 -14 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-20 15:05:31 -0700 (Sun, 20 Jun 2004)
Revision: 5958
Log message:

      Added 3 new is_enabled methods - MethodRedo (checks whether redo stack is empty),
      MethodExpand (tells whether we are in a proof and the current proof not is not
      yet expanded), and MethodApplyAll (tells whether we are in a place where *_all -
      expand_all, status_all and check_all - whould make sense).
      
      For now, I pnly updated the Edit -> Redo item to use the new MethodRedo (instead
      of MethodUndo); the other two are unused.
      

Changes  Path
+3 -1 metaprl/support/shell/browser_resource.ml
+15 -4 metaprl/support/shell/proof_edit.ml
+1 -1 metaprl/support/shell/proof_edit.mli
+1 -1 metaprl/support/shell/shell_core.ml
+5 -2 metaprl/support/shell/shell_fs.ml
+6 -2 metaprl/support/shell/shell_package.ml
+6 -2 metaprl/support/shell/shell_root.ml
+2 -2 metaprl/support/shell/shell_rule.ml
+16 -11 metaprl/support/shell/shell_sig.mlz

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-20 15:45:34 -0700 (Sun, 20 Jun 2004)
Revision: 5959
Log message:

      Changed apply_all to do the right thing in case it is called inside
      a "/group" directory. Also, added a bit of sanity checking to it
      (so now apply_all would fail when inside of a proof as opposed to
      suddenly applying things to the whole package).
      

Changes  Path
+26 -14 metaprl/support/shell/shell_core.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-20 17:26:43 -0700 (Sun, 20 Jun 2004)
Revision: 5960
Log message:

      Made editing much more robust, so that you don't lost work
      on a restart.
      

Changes  Path
+6 -0 metaprl/mllib/line_buffer.ml
+1 -0 metaprl/mllib/line_buffer.mli
+1 -0 metaprl/support/shell/Files
+1 -1 metaprl/support/shell/browser_copy.mli
+7 -42 metaprl/support/shell/browser_copy.mll
Added metaprl/support/shell/browser_edit.ml
Properties metaprl/support/shell/browser_edit.ml
Added metaprl/support/shell/browser_edit.mli
Properties metaprl/support/shell/browser_edit.mli
+2 -11 metaprl/support/shell/browser_resource.ml
+0 -4 metaprl/support/shell/browser_resource.mli
+6 -3 metaprl/support/shell/inputs/edit.html
+140 -7 metaprl/support/shell/inputs/edit.js
+1 -1 metaprl/support/shell/inputs/style.css
+22 -11 metaprl/support/shell/session.ml
+6 -0 metaprl/support/shell/session.mli
+1 -9 metaprl/support/shell/session_sig.mlz
+54 -16 metaprl/support/shell/shell_browser.ml
+14 -18 metaprl/support/shell/shell_current.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-20 18:35:32 -0700 (Sun, 20 Jun 2004)
Revision: 5961
Log message:

      The init function is now in Shell_current.
      

Changes  Path
+1 -1 metaprl/editor/ml/shell_p4.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-20 20:40:44 -0700 (Sun, 20 Jun 2004)
Revision: 5962
Log message:

      Fixed some browser problems with IE.
      Note: you can now use line numbers when editing files.
      This update was performed using the browser interface.
      

Changes  Path
+2 -1 metaprl/mllib/http_simple.ml
+1 -1 metaprl/mllib/line_buffer.ml
+26 -6 metaprl/support/shell/browser_copy.mll
+52 -10 metaprl/support/shell/browser_edit.ml
+7 -3 metaprl/support/shell/browser_edit.mli
+2 -1 metaprl/support/shell/browser_resource.ml
+1 -1 metaprl/support/shell/browser_sig.mlz
+3 -1 metaprl/support/shell/browser_syscall.ml
+5 -8 metaprl/support/shell/inputs/edit.html
+7 -5 metaprl/support/shell/inputs/edit.js
+2 -0 metaprl/support/shell/inputs/layout.js
+1 -1 metaprl/support/shell/inputs/rule.html
+2 -0 metaprl/support/shell/inputs/rule.js
+3 -0 metaprl/support/shell/inputs/style.css
+1 -1 metaprl/support/shell/inputs/system.js
+7 -5 metaprl/support/shell/shell_browser.ml
+1 -0 metaprl/support/shell/shell_fs.ml
+1 -0 metaprl/support/shell/shell_package.ml
+1 -3 metaprl/support/shell/shell_syscall.ml
+6 -0 metaprl/support/shell/shell_util.ml
+1 -0 metaprl/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-20 20:40:44 -0700 (Sun, 20 Jun 2004)
Revision: 5963
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.23.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.23.2
Deleted metaprl-branches/unlabeled-1.23.2/BUGS
Deleted metaprl-branches/unlabeled-1.23.2/Makefile
Deleted metaprl-branches/unlabeled-1.23.2/OMakefile
Deleted metaprl-branches/unlabeled-1.23.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.23.2/README
Deleted metaprl-branches/unlabeled-1.23.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.23.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/Files
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/Files
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/OMakefile
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/access.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/body.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/buttons.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/buttons.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/content.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/content.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/cookie.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/edit-done.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/edit-done.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/edit-help.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/edit.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/edit.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/empty.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/frameset.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/frameset.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/keygen
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/layout.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/login.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/login.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/md5.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/menu.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/menu.js
Binary metaprl-branches/unlabeled-1.23.2/support/shell/inputs/menubutton.gif
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/menucancel.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/menuclient.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/menuserver.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/message.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/message.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/metaprl-ssl.config
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/mojave.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/noscroll.css
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/output.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/output.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/reload.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/rule.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/rule.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/start.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/system.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/system.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/validate.js
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/inputs/welcome.html
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.23.2/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-20 20:40:44 -0700 (Sun, 20 Jun 2004)
Revision: 5964
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.7.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.7.2
Deleted metaprl-branches/unlabeled-1.7.2/BUGS
Deleted metaprl-branches/unlabeled-1.7.2/Makefile
Deleted metaprl-branches/unlabeled-1.7.2/OMakefile
Deleted metaprl-branches/unlabeled-1.7.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.7.2/README
Deleted metaprl-branches/unlabeled-1.7.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.7.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/Files
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/Files
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/OMakefile
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/access.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/body.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/buttons.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/buttons.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/content.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/content.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/cookie.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/edit-done.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/edit-done.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/edit-help.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/edit.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/empty.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/frameset.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/frameset.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/keygen
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/layout.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/login.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/login.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/md5.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/menu.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/menu.js
Binary metaprl-branches/unlabeled-1.7.2/support/shell/inputs/menubutton.gif
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/menucancel.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/menuclient.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/menuserver.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/message.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/message.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/metaprl-ssl.config
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/mojave.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/noscroll.css
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/output.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/output.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/reload.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/rule.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/rule.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/style.css
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/system.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/system.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/validate.js
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/inputs/welcome.html
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.7.2/support/shell/shell_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-20 21:45:22 -0700 (Sun, 20 Jun 2004)
Revision: 5965
Log message:

      1) It is now possible to specify the host name to use (in SSL certificates
      and URLs) using either the -browser_hostname option, or MP_BROWSER_HOSTNAME
      environment variable. By default, the Unix.gethostname is used.
      
      2) The SSL certificates are now kept in ~/.metaprl/ssl/$MP_BROWSER_HOSTNAME
      directory and will be created automatically by MetaPRL _on startup_ (not by
      omake). This ensures that:
       - The SSL certificates will have the hostname matching the one used in URLs
       - The SSL certificates will _not_ be cleaned by "omake [real]clean", which
         means that the browser will not complain about a suddenly changed cert.
       - The SSL certs are not bound to a specific source tree (again, the browser
         will not complain when you switch from one tree to another).
      
      3) If /usr/bin/htmlview or /usr/bin/mozilla exists, it will be used as a
      default value for the browser command (-browser_command/MP_BROWSER_COMMAND
      still take precedence, of course).
      
      4) Updated the message printed by MetaPRL on start up to make it more clear
      that:
       - The browser command was called (of course, it only says that when the
         browser command is specified) and the user only needs to intervene
         manually if the browser fails to start up automatically.
       - The file URL will not require a log in, but the https one will (Nathan
         requested this).
      

Changes  Path
+2 -2 metaprl/mllib/Files
+9 -15 metaprl/mllib/http_simple.ml
+128 -24 metaprl/mllib/setup.ml
+18 -0 metaprl/mllib/setup.mli
+1 -0 metaprl/proxyedit/OMakefile
+1 -1 metaprl/support/shell/browser_copy.mli
+3 -2 metaprl/support/shell/browser_copy.mll
+1 -15 metaprl/support/shell/inputs/OMakefile
+1 -1 metaprl/support/shell/inputs/metaprl-ssl.config
+12 -9 metaprl/support/shell/shell_browser.ml
+2 -1 metaprl/support/shell/shell_state.ml

Changes by: ( at unknown.email)
Date: 2004-06-20 21:45:22 -0700 (Sun, 20 Jun 2004)
Revision: 5966
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.13.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.13.2
Deleted metaprl-branches/unlabeled-1.13.2/BUGS
Deleted metaprl-branches/unlabeled-1.13.2/Makefile
Deleted metaprl-branches/unlabeled-1.13.2/OMakefile
Deleted metaprl-branches/unlabeled-1.13.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.13.2/README
Deleted metaprl-branches/unlabeled-1.13.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.13.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/Files
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.13.2/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-20 21:45:22 -0700 (Sun, 20 Jun 2004)
Revision: 5967
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.24.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.24.2
Deleted metaprl-branches/unlabeled-1.24.2/BUGS
Deleted metaprl-branches/unlabeled-1.24.2/Makefile
Deleted metaprl-branches/unlabeled-1.24.2/OMakefile
Deleted metaprl-branches/unlabeled-1.24.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.24.2/README
Deleted metaprl-branches/unlabeled-1.24.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.24.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/Files
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.24.2/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-20 21:45:22 -0700 (Sun, 20 Jun 2004)
Revision: 5968
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.26.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.26.2
Deleted metaprl-branches/unlabeled-1.26.2/BUGS
Deleted metaprl-branches/unlabeled-1.26.2/Makefile
Deleted metaprl-branches/unlabeled-1.26.2/OMakefile
Deleted metaprl-branches/unlabeled-1.26.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.26.2/README
Deleted metaprl-branches/unlabeled-1.26.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.26.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.26.2/mllib/Files
Deleted metaprl-branches/unlabeled-1.26.2/mllib/Makefile
Deleted metaprl-branches/unlabeled-1.26.2/mllib/OMakefile
Deleted metaprl-branches/unlabeled-1.26.2/mllib/array_sig.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/bitset.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/bitset.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/comment_parse.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/comment_parse.mll
Deleted metaprl-branches/unlabeled-1.26.2/mllib/ctime.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/ctime.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/debug_string_sets.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/debug_string_sets.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/debug_tables.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/debug_tables.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/env_arg.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/env_arg.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/file_base.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/file_base.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/file_base_type.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/file_type_base.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/file_type_base.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/flist.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/flist.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/hash_with_gc.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/hash_with_gc.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/hash_with_gc_sig.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/http_server.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/http_server.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/http_server_type.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/http_simple.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/index.html
Deleted metaprl-branches/unlabeled-1.26.2/mllib/line_buffer.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/line_buffer.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/list_neq_append.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/list_neq_append.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/memo.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/memo.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/memo_sig.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/mp_term.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/mp_term.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/permutations.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/permutations.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/precedence.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/precedence.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/punix.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/punix.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/remote_lazy_queue.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/remote_lazy_queue.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/remote_lazy_queue_sig.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/remote_queue_null.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/remote_queue_null.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/remote_queue_sig.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/setup.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/setup.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/simplehash_sig.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/simplehashtbl.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/simplehashtbl.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/weak_memo.ml
Deleted metaprl-branches/unlabeled-1.26.2/mllib/weak_memo.mli
Deleted metaprl-branches/unlabeled-1.26.2/mllib/weak_memo_sig.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-20 21:52:12 -0700 (Sun, 20 Jun 2004)
Revision: 5969
Log message:

      Minor type in the alt tag for left arrow (should be "<--", not "--<").
      

Changes  Path
+1 -1 metaprl/support/shell/inputs/welcome.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-20 22:29:35 -0700 (Sun, 20 Jun 2004)
Revision: 5970
Log message:

      - I've changed the browser interface to be the default one. Use the "-cli"
      option to get the command-line interface (mpxterm and mpkonsole scripts
      will set the -cli flag automatically).
      - The SSL and THREADS will now be enabled by default (this only has effects
      when you do _not_ already have an mk/config)
      

Changes  Path
+1 -1 metaprl/editor/ml/mpkonsole
+1 -1 metaprl/editor/ml/mpxterm
+2 -2 metaprl/mk/defaults
+12 -9 metaprl/mk/make_config.sh
+1 -2 metaprl/support/shell/shell_browser.ml
+2 -1 metaprl/support/shell/shell_state.ml
+2 -2 metaprl/support/shell/shell_state.mli

Changes by: ( at unknown.email)
Date: 2004-06-20 22:29:35 -0700 (Sun, 20 Jun 2004)
Revision: 5971
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.15.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.15.2
Deleted metaprl-branches/unlabeled-1.15.2/BUGS
Deleted metaprl-branches/unlabeled-1.15.2/Makefile
Deleted metaprl-branches/unlabeled-1.15.2/OMakefile
Deleted metaprl-branches/unlabeled-1.15.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.15.2/README
Deleted metaprl-branches/unlabeled-1.15.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.15.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/Files
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.15.2/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-20 22:29:35 -0700 (Sun, 20 Jun 2004)
Revision: 5972
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.20.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.20.2
Deleted metaprl-branches/unlabeled-1.20.2/BUGS
Deleted metaprl-branches/unlabeled-1.20.2/Makefile
Deleted metaprl-branches/unlabeled-1.20.2/OMakefile
Deleted metaprl-branches/unlabeled-1.20.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.20.2/README
Deleted metaprl-branches/unlabeled-1.20.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.20.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.20.2/mk/check_version.sh
Deleted metaprl-branches/unlabeled-1.20.2/mk/config.local.empty
Deleted metaprl-branches/unlabeled-1.20.2/mk/config.win32
Deleted metaprl-branches/unlabeled-1.20.2/mk/cvs_realclean.sh
Deleted metaprl-branches/unlabeled-1.20.2/mk/make_config.sh
Deleted metaprl-branches/unlabeled-1.20.2/mk/preface
Deleted metaprl-branches/unlabeled-1.20.2/mk/rules

Changes by: ( at unknown.email)
Date: 2004-06-20 22:29:35 -0700 (Sun, 20 Jun 2004)
Revision: 5973
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.31.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.31.2
Deleted metaprl-branches/unlabeled-1.31.2/BUGS
Deleted metaprl-branches/unlabeled-1.31.2/Makefile
Deleted metaprl-branches/unlabeled-1.31.2/OMakefile
Deleted metaprl-branches/unlabeled-1.31.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.31.2/README
Deleted metaprl-branches/unlabeled-1.31.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.31.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/Files
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.31.2/support/shell/shell_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 02:21:16 -0700 (Mon, 21 Jun 2004)
Revision: 5974
Log message:

      mp.opt depends on the .o files, not just the .cmx ones.
      

Changes  Path
+2 -1 metaprl/editor/ml/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 02:33:06 -0700 (Mon, 21 Jun 2004)
Revision: 5975
Log message:

      status-all needs to use the "-cli" option.
      

Changes  Path
+1 -1 metaprl/util/status-all.sh

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 03:26:32 -0700 (Mon, 21 Jun 2004)
Revision: 5976
Log message:

      When for some reason the content URL instructed us to chdir to one place and
      we ended up in another, reload the content frame.
      

Changes  Path
+1 -2 metaprl/support/shell/shell_browser.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 03:46:52 -0700 (Mon, 21 Jun 2004)
Revision: 5977
Log message:

      Some of the code was attempting to add root to a file that already contained it,
      resulting in the wrong file name, which then was not added to the edit menu.
      I solved it by calling strip_root one extra time, but this whole sequence
      of strip root/add root/strip root seems wierd - hopefully Jason can simplify
      and fix it properly.
      

Changes  Path
+1 -2 metaprl/support/shell/session.ml

Changes by: ( at unknown.email)
Date: 2004-06-21 04:04:05 -0700 (Mon, 21 Jun 2004)
Revision: 5978
Log message:

      This commit was manufactured by cvs2svn to create branch
      'nasslli_branch'.

Changes  Path
Copied metaprl-branches/nasslli_branch
Deleted metaprl-branches/nasslli_branch/Makefile
Deleted metaprl-branches/nasslli_branch/OMakefile
Deleted metaprl-branches/nasslli_branch/OMakeroot
Deleted metaprl-branches/nasslli_branch/README
Deleted metaprl-branches/nasslli_branch/README.MACOSX
Deleted metaprl-branches/nasslli_branch/README.WIN32
Deleted metaprl-branches/nasslli_branch/bin/Makefile
Deleted metaprl-branches/nasslli_branch/clib/Makefile
Deleted metaprl-branches/nasslli_branch/debug/Makefile
Deleted metaprl-branches/nasslli_branch/doc/Makefile
Deleted metaprl-branches/nasslli_branch/doc/htmlman/chars/htmlprl.c
Deleted metaprl-branches/nasslli_branch/doc/htmlman/developer-guide/debugging.html
Deleted metaprl-branches/nasslli_branch/doc/htmlman/developer-guide/profiling.html
Deleted metaprl-branches/nasslli_branch/doc/htmlman/mp-install.html
Deleted metaprl-branches/nasslli_branch/doc/htmlman/mp.html
Deleted metaprl-branches/nasslli_branch/doc/itt_quickref.txt
Deleted metaprl-branches/nasslli_branch/doc/latex/theories/Makefile
Deleted metaprl-branches/nasslli_branch/doc/latex/theories/README
Deleted metaprl-branches/nasslli_branch/editor/java/Makefile
Deleted metaprl-branches/nasslli_branch/editor/ml/Makefile
Deleted metaprl-branches/nasslli_branch/editor/ml/nuprl_eval.ml
Deleted metaprl-branches/nasslli_branch/editor/ml/nuprl_jprover.mli
Deleted metaprl-branches/nasslli_branch/editor/ml/nuprl_run.mli
Deleted metaprl-branches/nasslli_branch/editor/ml/shell_p4.ml
Deleted metaprl-branches/nasslli_branch/editor/ml/tests/prop-pigeon.mli
Deleted metaprl-branches/nasslli_branch/filter/Makefile
Deleted metaprl-branches/nasslli_branch/filter/base/Makefile
Deleted metaprl-branches/nasslli_branch/filter/base/filter_cache.ml
Deleted metaprl-branches/nasslli_branch/filter/base/filter_cache.mli
Deleted metaprl-branches/nasslli_branch/filter/base/filter_summary_util.mli
Deleted metaprl-branches/nasslli_branch/filter/base/filter_type.ml
Deleted metaprl-branches/nasslli_branch/filter/base/filter_util.mli
Deleted metaprl-branches/nasslli_branch/filter/filter/Makefile
Deleted metaprl-branches/nasslli_branch/filter/filter/filter_prog.ml
Deleted metaprl-branches/nasslli_branch/filter/phobos/Makefile
Deleted metaprl-branches/nasslli_branch/filter/phobos/phobos_constants.mli
Deleted metaprl-branches/nasslli_branch/filter/phobos/phobos_rewrite.ml
Deleted metaprl-branches/nasslli_branch/filter/phobos/phobos_rewrite.mli
Deleted metaprl-branches/nasslli_branch/filter/phobos/phobos_type.ml
Deleted metaprl-branches/nasslli_branch/filter/phobos/phobos_type.mli
Deleted metaprl-branches/nasslli_branch/lib/Makefile
Deleted metaprl-branches/nasslli_branch/library/Makefile
Deleted metaprl-branches/nasslli_branch/library/basic.mli
Deleted metaprl-branches/nasslli_branch/library/db.mli
Deleted metaprl-branches/nasslli_branch/library/definition.mli
Deleted metaprl-branches/nasslli_branch/library/library.mli
Deleted metaprl-branches/nasslli_branch/library/library_type_base.ml
Deleted metaprl-branches/nasslli_branch/library/library_type_base.mli
Deleted metaprl-branches/nasslli_branch/library/link.mli
Deleted metaprl-branches/nasslli_branch/library/mbterm.mli
Deleted metaprl-branches/nasslli_branch/library/nuprl5.mli
Deleted metaprl-branches/nasslli_branch/library/oidtable.ml
Deleted metaprl-branches/nasslli_branch/library/oidtable.mli
Deleted metaprl-branches/nasslli_branch/library/orb.mli
Deleted metaprl-branches/nasslli_branch/mk/config.win32
Deleted metaprl-branches/nasslli_branch/mk/cvs_realclean.sh
Deleted metaprl-branches/nasslli_branch/mk/defaults
Deleted metaprl-branches/nasslli_branch/mk/make_config.sh
Deleted metaprl-branches/nasslli_branch/mk/preface
Deleted metaprl-branches/nasslli_branch/mk/rules
Deleted metaprl-branches/nasslli_branch/mllib/Makefile
Deleted metaprl-branches/nasslli_branch/mllib/http_simple.ml
Deleted metaprl-branches/nasslli_branch/mllib/setup.ml
Deleted metaprl-branches/nasslli_branch/refiner/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/refbase/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/refiner/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/refiner/refine.ml
Deleted metaprl-branches/nasslli_branch/refiner/refiner/refine.mli
Deleted metaprl-branches/nasslli_branch/refiner/reflib/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/reflib/arith.ml
Deleted metaprl-branches/nasslli_branch/refiner/reflib/dform.mli
Deleted metaprl-branches/nasslli_branch/refiner/reflib/jall.mli
Deleted metaprl-branches/nasslli_branch/refiner/reflib/jlogic_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/reflib/ml_term.mli
Deleted metaprl-branches/nasslli_branch/refiner/reflib/simple_print.ml
Deleted metaprl-branches/nasslli_branch/refiner/reflib/simple_print.mli
Deleted metaprl-branches/nasslli_branch/refiner/reflib/supinf.ml
Deleted metaprl-branches/nasslli_branch/refiner/reflib/term_dtable.mli
Deleted metaprl-branches/nasslli_branch/refiner/reflib/term_stable.mli
Deleted metaprl-branches/nasslli_branch/refiner/refsig/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/refsig/refiner_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_addr_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_base_minimal_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_base_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_man_minimal_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_man_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_meta_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_op_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_subst_minimal_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/term_subst_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/refsig/termmod_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_build_contractum.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_build_contractum.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_contractum.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_contractum.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_redex.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_redex.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_debug.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_debug.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_match_redex.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_match_redex.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_meta.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_meta.mli
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_types.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_util.ml
Deleted metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_util.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/rob_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_addr_ds.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_addr_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_base_ds.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_base_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_ds_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_eval_ds.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_eval_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_man_ds.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_man_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_op_ds.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_op_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_subst_ds.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_ds/term_subst_ds.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_addr_gen.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_addr_gen.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_man_gen.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_man_gen.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_man_gen_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_meta_gen.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_meta_gen.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_shape_gen.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_gen/term_shape_gen.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_std/Makefile
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_base_std.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_base_std.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_eval_std.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_eval_std.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_op_std.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_op_std.mli
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_std_sig.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_subst_std.ml
Deleted metaprl-branches/nasslli_branch/refiner/term_std/term_subst_std.mli
Deleted metaprl-branches/nasslli_branch/support/display/Makefile
Deleted metaprl-branches/nasslli_branch/support/display/nuprl_font.ml
Deleted metaprl-branches/nasslli_branch/support/display/perv.mli
Deleted metaprl-branches/nasslli_branch/support/shell/Makefile
Deleted metaprl-branches/nasslli_branch/support/shell/browser_copy.mli
Deleted metaprl-branches/nasslli_branch/support/shell/browser_copy.mll
Deleted metaprl-branches/nasslli_branch/support/shell/browser_resource.ml
Deleted metaprl-branches/nasslli_branch/support/shell/browser_resource.mli
Deleted metaprl-branches/nasslli_branch/support/shell/inputs/edit.js
Deleted metaprl-branches/nasslli_branch/support/shell/inputs/menuserver.js
Deleted metaprl-branches/nasslli_branch/support/shell/inputs/start.html
Deleted metaprl-branches/nasslli_branch/support/shell/inputs/style.css
Deleted metaprl-branches/nasslli_branch/support/shell/inputs/system.js
Deleted metaprl-branches/nasslli_branch/support/shell/proof_edit.ml
Deleted metaprl-branches/nasslli_branch/support/shell/proof_edit.mli
Deleted metaprl-branches/nasslli_branch/support/shell/session.ml
Deleted metaprl-branches/nasslli_branch/support/shell/session.mli
Deleted metaprl-branches/nasslli_branch/support/shell/session_sig.mlz
Deleted metaprl-branches/nasslli_branch/support/shell/shell_browser.ml
Deleted metaprl-branches/nasslli_branch/support/shell/shell_command.ml
Deleted metaprl-branches/nasslli_branch/support/shell/shell_core.ml
Deleted metaprl-branches/nasslli_branch/support/shell/shell_core.mli
Deleted metaprl-branches/nasslli_branch/support/shell/shell_state.ml
Deleted metaprl-branches/nasslli_branch/support/shell/shell_state.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/Makefile
Deleted metaprl-branches/nasslli_branch/support/tactics/OMakefile
Deleted metaprl-branches/nasslli_branch/support/tactics/auto_tactic.ml
Deleted metaprl-branches/nasslli_branch/support/tactics/auto_tactic.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/base_cache.ml
Deleted metaprl-branches/nasslli_branch/support/tactics/base_cache.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/dtactic.ml
Deleted metaprl-branches/nasslli_branch/support/tactics/dtactic.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/simp_typeinf.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/top_conversionals.ml
Deleted metaprl-branches/nasslli_branch/support/tactics/top_conversionals.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/typeinf.mli
Deleted metaprl-branches/nasslli_branch/support/tactics/var.mli
Deleted metaprl-branches/nasslli_branch/tactics/ensemble/Makefile
Deleted metaprl-branches/nasslli_branch/tactics/null/Makefile
Deleted metaprl-branches/nasslli_branch/tactics/proof/Makefile
Deleted metaprl-branches/nasslli_branch/tactics/proof/conversionals_boot.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/conversionals_boot.mli
Deleted metaprl-branches/nasslli_branch/tactics/proof/rewrite_boot.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/rewrite_boot.mli
Deleted metaprl-branches/nasslli_branch/tactics/proof/sequent_boot.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/sequent_boot.mli
Deleted metaprl-branches/nasslli_branch/tactics/proof/tactic_boot.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/tactic_boot.mli
Deleted metaprl-branches/nasslli_branch/tactics/proof/tactic_boot_sig.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/tactic_type.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/tactic_type.mli
Deleted metaprl-branches/nasslli_branch/tactics/proof/tacticals_boot.ml
Deleted metaprl-branches/nasslli_branch/tactics/proof/tacticals_boot.mli
Deleted metaprl-branches/nasslli_branch/theories/base/Makefile
Deleted metaprl-branches/nasslli_branch/theories/base/base_rewrite.mli
Deleted metaprl-branches/nasslli_branch/theories/cic/Makefile
Deleted metaprl-branches/nasslli_branch/theories/cic/cic_ind_type.ml
Deleted metaprl-branches/nasslli_branch/theories/czf/Makefile
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_axioms.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_bool.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_cyclic_group.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_cyclic_subgroup.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_eq.ml
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_eq.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_equiv.ml
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_equiv.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_group.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_group_power.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_hom.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_inv_image.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_ker.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_member.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_nat.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_normal_subgroup.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_power.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_sall.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_sep.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_set.ml
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_set.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_set_ind.ml
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_setdiff.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_sexists.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_subgroup.mli
Deleted metaprl-branches/nasslli_branch/theories/czf/czf_itt_union.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/Makefile
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_closure.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_closure.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_cps.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_cps.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_dead.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_dead.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_inline.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_ir.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_ir_ast.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_ir_ast.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_prog.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_prog.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_reserve.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_standardize.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_theory.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_util.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_coalesce.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_codegen.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_opt.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_opt.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_regalloc.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_spill.ml
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_spill.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_term.mli
Deleted metaprl-branches/nasslli_branch/theories/experimental/compile/runtime/Makefile
Deleted metaprl-branches/nasslli_branch/theories/experimental/unity/Makefile
Deleted metaprl-branches/nasslli_branch/theories/fir/Makefile
Deleted metaprl-branches/nasslli_branch/theories/fir/README
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_bool.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_int.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_int_set.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_list.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_record.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_termOp.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_termOp_base.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_token.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_tr_atom_base.mli
Deleted metaprl-branches/nasslli_branch/theories/fir/mfir_util.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/Makefile
Deleted metaprl-branches/nasslli_branch/theories/fol/cfol_itt_base.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/cfol_magic.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/fol_itt_and.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/fol_itt_implies.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/fol_itt_or.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/fol_itt_type.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/fol_prop.mli
Deleted metaprl-branches/nasslli_branch/theories/fol/fol_struct.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/Makefile
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_atom.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_atom_bool.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_bintree.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_bool.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_bunion.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_collection.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_cyclic_group.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_decidable.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_derive.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_dfun.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_disect.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_dprod.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_equal.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_equal.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_esquash.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_eta.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_eta.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_example.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_ext_equal.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_field2.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_field_e.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_fset.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_fset.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_fun.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_fun.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_group.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_grouplikeobj.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_grouplikeobj.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_int_arith.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_int_arith.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_int_base.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_int_base.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_int_ext.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_intdomain.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_intdomain_e.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_isect.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_isect.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_list.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_list2.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_logic.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_logic.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly2.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly2.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly2_bench.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly3.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly3.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_mpoly3_bench.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_nat.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_nequal.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_order.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_poly.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_prec.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_prop_decide.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_quotient.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_quotient.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_quotient_group.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_rat.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_rat.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record0.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record_exm.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record_label.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record_label.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record_label0.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_record_renaming.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_relation_str.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_rfun.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_rfun.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_ring2.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_ring2.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_ring_e.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_ring_uce.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_set.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_sort.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_squash.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_squash.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_squiggle.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_squiggle.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_srec.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_struct.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_struct.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_struct2.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_struct2.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_struct3.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_subset.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_subtype.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_subtype.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_supinf.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_supinf.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_test.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_union.ml
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_union.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_unit.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_unitring.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_void.mli
Deleted metaprl-branches/nasslli_branch/theories/itt/itt_w.mli
Deleted metaprl-branches/nasslli_branch/theories/kat/Makefile
Deleted metaprl-branches/nasslli_branch/theories/lf/Makefile
Deleted metaprl-branches/nasslli_branch/theories/mesa/Makefile
Deleted metaprl-branches/nasslli_branch/theories/mesa/ma_decidable__equality.ml
Deleted metaprl-branches/nasslli_branch/theories/ocaml_doc/Makefile
Deleted metaprl-branches/nasslli_branch/theories/ocaml_doc/OMakefile
Deleted metaprl-branches/nasslli_branch/theories/ocaml_sos/Makefile
Deleted metaprl-branches/nasslli_branch/theories/phobos/Makefile
Deleted metaprl-branches/nasslli_branch/theories/sil/Makefile
Deleted metaprl-branches/nasslli_branch/theories/sil/sil_itt_sos.ml
Deleted metaprl-branches/nasslli_branch/theories/sil/sil_itt_sos.mli
Deleted metaprl-branches/nasslli_branch/theories/tptp/Makefile
Deleted metaprl-branches/nasslli_branch/theories/tptp/tptp.ml
Deleted metaprl-branches/nasslli_branch/theories/tptp/tptp.mli
Deleted metaprl-branches/nasslli_branch/theories/tptp/tptp_prove.ml
Deleted metaprl-branches/nasslli_branch/theories/tptp/tptp_prove.mli
Deleted metaprl-branches/nasslli_branch/theories/tutorial/Makefile
Deleted metaprl-branches/nasslli_branch/util/Makefile
Deleted metaprl-branches/nasslli_branch/util/OMakefile
Deleted metaprl-branches/nasslli_branch/util/check-status.sh
Deleted metaprl-branches/nasslli_branch/util/do-check-all.sh
Copied texinputs-branches/nasslli_branch
Deleted texinputs-branches/nasslli_branch/1cm.sty
Deleted texinputs-branches/nasslli_branch/1cml.sty
Deleted texinputs-branches/nasslli_branch/Makefile
Deleted texinputs-branches/nasslli_branch/Makefile-common
Deleted texinputs-branches/nasslli_branch/PPR-macros.tex
Deleted texinputs-branches/nasslli_branch/PPRmyppr.sty
Deleted texinputs-branches/nasslli_branch/bcp.bib
Deleted texinputs-branches/nasslli_branch/citlogo.eps
Deleted texinputs-branches/nasslli_branch/citlogo2.eps
Deleted texinputs-branches/nasslli_branch/config.ppr
Deleted texinputs-branches/nasslli_branch/cornell-logo.eps
Deleted texinputs-branches/nasslli_branch/dag50.eps
Deleted texinputs-branches/nasslli_branch/der.tex
Deleted texinputs-branches/nasslli_branch/gate.eps
Deleted texinputs-branches/nasslli_branch/gate.pdf
Deleted texinputs-branches/nasslli_branch/include.tex
Deleted texinputs-branches/nasslli_branch/omscmsy.fd
Deleted texinputs-branches/nasslli_branch/ot1cmr.fd
Deleted texinputs-branches/nasslli_branch/ot1cmss.fd
Deleted texinputs-branches/nasslli_branch/ot1lcmss.fd
Deleted texinputs-branches/nasslli_branch/ot1lcmtt.fd
Deleted texinputs-branches/nasslli_branch/pprpdf
Deleted texinputs-branches/nasslli_branch/proof.sty
Deleted texinputs-branches/nasslli_branch/slides-nogin.cls
Deleted texinputs-branches/nasslli_branch/splncs.bst
Deleted texinputs-branches/nasslli_branch/umsa.fd
Deleted texinputs-branches/nasslli_branch/umsb.fd

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 04:04:05 -0700 (Mon, 21 Jun 2004)
Revision: 5979
Log message:

      A few NASSLLI-specific changes.
      

Changes  Path
+2 -1 metaprl-branches/nasslli_branch/editor/ml/mpconfig
Properties metaprl-branches/nasslli_branch/theories/nasslli
Added metaprl-branches/nasslli_branch/theories/nasslli/OMakefile
Properties metaprl-branches/nasslli_branch/theories/nasslli/OMakefile
Added metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml
Properties metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml
Added metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.mli
Properties metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.mli
+3 -3 metaprl-branches/unlabeled-1.20.2/mk/defaults

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 04:17:20 -0700 (Mon, 21 Jun 2004)
Revision: 5980
Log message:

      "omake doc" needs to use the -cli option when generating .tex files.
      

Changes  Path
+1 -1 metaprl/OMakefile
+1 -1 metaprl/editor/ml/Makefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-21 06:21:46 -0700 (Mon, 21 Jun 2004)
Revision: 5981
Log message:

      For some reason IE insists on caching the output page.
      Allow URLs of the form /nocache/xxx/url, where xxx is a random number.
      

Changes  Path
+2 -0 metaprl/support/shell/browser_resource.ml
+1 -1 metaprl/support/shell/inputs/menuserver.js
+12 -1 metaprl/support/shell/inputs/system.js
+6 -2 metaprl/support/shell/shell_browser.ml

Changes by: ( at unknown.email)
Date: 2004-06-21 06:21:46 -0700 (Mon, 21 Jun 2004)
Revision: 5982
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.59.4'.

Changes  Path
Copied metaprl-branches/unlabeled-1.59.4
Deleted metaprl-branches/unlabeled-1.59.4/BUGS
Deleted metaprl-branches/unlabeled-1.59.4/Makefile
Deleted metaprl-branches/unlabeled-1.59.4/OMakefile
Deleted metaprl-branches/unlabeled-1.59.4/OMakeroot
Deleted metaprl-branches/unlabeled-1.59.4/README
Deleted metaprl-branches/unlabeled-1.59.4/README.MACOSX
Deleted metaprl-branches/unlabeled-1.59.4/README.WIN32
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/Files
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.59.4/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-21 06:21:46 -0700 (Mon, 21 Jun 2004)
Revision: 5983
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.6.4'.

Changes  Path
Copied metaprl-branches/unlabeled-1.6.4
Deleted metaprl-branches/unlabeled-1.6.4/BUGS
Deleted metaprl-branches/unlabeled-1.6.4/Makefile
Deleted metaprl-branches/unlabeled-1.6.4/OMakefile
Deleted metaprl-branches/unlabeled-1.6.4/OMakeroot
Deleted metaprl-branches/unlabeled-1.6.4/README
Deleted metaprl-branches/unlabeled-1.6.4/README.MACOSX
Deleted metaprl-branches/unlabeled-1.6.4/README.WIN32
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/Files
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_resource.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/Files
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/OMakefile
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/access.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/body.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/buttons.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/buttons.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/content.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/content.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/cookie.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/edit-done.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/edit-done.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/edit-help.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/edit.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/edit.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/empty.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/frameset.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/frameset.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/keygen
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/layout.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/login.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/login.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/md5.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/menu.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/menu.js
Binary metaprl-branches/unlabeled-1.6.4/support/shell/inputs/menubutton.gif
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/menucancel.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/menuclient.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/menuserver.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/message.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/message.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/metaprl-ssl.config
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/mojave.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/noscroll.css
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/output.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/output.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/reload.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/rule.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/rule.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/start.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/style.css
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/system.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/validate.js
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/inputs/welcome.html
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.6.4/support/shell/shell_util.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-21 06:49:54 -0700 (Mon, 21 Jun 2004)
Revision: 5984
Log message:

      Added the extra menus.
      

Changes  Path
+12 -0 metaprl/support/shell/browser_resource.ml
+1 -1 metaprl/support/tactics/auto_tactic.ml
+2 -2 metaprl/support/tactics/dtactic.ml

Changes by: ( at unknown.email)
Date: 2004-06-21 06:49:54 -0700 (Mon, 21 Jun 2004)
Revision: 5985
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.28.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.28.2
Deleted metaprl-branches/unlabeled-1.28.2/BUGS
Deleted metaprl-branches/unlabeled-1.28.2/Makefile
Deleted metaprl-branches/unlabeled-1.28.2/OMakefile
Deleted metaprl-branches/unlabeled-1.28.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.28.2/README
Deleted metaprl-branches/unlabeled-1.28.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.28.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/Makefile
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/OMakefile
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/auto_tactic.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/base_cache.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/base_cache.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/dtactic.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/dtactic.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/simp_typeinf.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/simp_typeinf.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/tactic_cache.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/tactic_cache.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/top_conversionals.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/top_conversionals.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/top_tacticals.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/top_tacticals.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/typeinf.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/typeinf.mli
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/var.ml
Deleted metaprl-branches/unlabeled-1.28.2/support/tactics/var.mli

Changes by: ( at unknown.email)
Date: 2004-06-21 06:49:54 -0700 (Mon, 21 Jun 2004)
Revision: 5986
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.31.4'.

Changes  Path
Copied metaprl-branches/unlabeled-1.31.4
Deleted metaprl-branches/unlabeled-1.31.4/BUGS
Deleted metaprl-branches/unlabeled-1.31.4/Makefile
Deleted metaprl-branches/unlabeled-1.31.4/OMakefile
Deleted metaprl-branches/unlabeled-1.31.4/OMakeroot
Deleted metaprl-branches/unlabeled-1.31.4/README
Deleted metaprl-branches/unlabeled-1.31.4/README.MACOSX
Deleted metaprl-branches/unlabeled-1.31.4/README.WIN32
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/Files
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/Makefile
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/OMakefile
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_copy.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_copy.mll
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_edit.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_edit.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_resource.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_session_io.mll
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_state.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_state.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_syscall.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/browser_syscall.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/mptop.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/mptop.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/package_info.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/package_info.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/proof_edit.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/proof_edit.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/recursive_lock.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/recursive_lock.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session_current.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session_current.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session_io.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session_io.mll
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/session_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_browser.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_browser.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_command.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_command.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_core.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_core.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_current.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_current.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_fs.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_fs.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_package.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_package.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_root.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_root.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_rule.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_rule.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_state.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_state.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_syscall.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_syscall.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_tex.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_tex.mli
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_theory.mlz
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_util.ml
Deleted metaprl-branches/unlabeled-1.31.4/support/shell/shell_util.mli

Changes by: ( at unknown.email)
Date: 2004-06-21 06:49:54 -0700 (Mon, 21 Jun 2004)
Revision: 5987
Log message:

      This commit was manufactured by cvs2svn to create branch
      'unlabeled-1.35.2'.

Changes  Path
Copied metaprl-branches/unlabeled-1.35.2
Deleted metaprl-branches/unlabeled-1.35.2/BUGS
Deleted metaprl-branches/unlabeled-1.35.2/Makefile
Deleted metaprl-branches/unlabeled-1.35.2/OMakefile
Deleted metaprl-branches/unlabeled-1.35.2/OMakeroot
Deleted metaprl-branches/unlabeled-1.35.2/README
Deleted metaprl-branches/unlabeled-1.35.2/README.MACOSX
Deleted metaprl-branches/unlabeled-1.35.2/README.WIN32
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/Makefile
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/OMakefile
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/auto_tactic.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/auto_tactic.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/base_cache.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/base_cache.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/dtactic.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/simp_typeinf.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/simp_typeinf.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/tactic_cache.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/tactic_cache.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/top_conversionals.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/top_conversionals.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/top_tacticals.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/top_tacticals.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/typeinf.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/typeinf.mli
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/var.ml
Deleted metaprl-branches/unlabeled-1.35.2/support/tactics/var.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 09:21:42 -0700 (Mon, 21 Jun 2004)
Revision: 5988
Log message:

      Use different arrows (might not look as good, but should show up in IE).
      

Changes  Path
+3 -3 metaprl/support/display/nuprl_font.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 18:52:07 -0700 (Mon, 21 Jun 2004)
Revision: 5989
Log message:

      Jason's fixes to Win32 build.
      

Changes  Path
+4 -4 metaprl/OMakefile
+1 -1 metaprl/theories/ocaml_doc/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-21 21:11:40 -0700 (Mon, 21 Jun 2004)
Revision: 5990
Log message:

      This should fix the problem with saving.
      

Changes  Path
+1 -0 metaprl-branches/unlabeled-1.13.2/support/shell/browser_copy.mli
+1 -0 metaprl-branches/unlabeled-1.15.2/support/shell/shell_state.mli
+3 -4 metaprl-branches/unlabeled-1.23.2/support/shell/inputs/style.css
+1 -0 metaprl-branches/unlabeled-1.24.2/support/shell/browser_copy.mll
+13 -2 metaprl-branches/unlabeled-1.26.2/mllib/http_simple.ml
+3 -3 metaprl-branches/unlabeled-1.28.2/support/tactics/auto_tactic.ml
+5 -1 metaprl-branches/unlabeled-1.31.2/support/shell/shell_state.ml
+0 -2 metaprl-branches/unlabeled-1.31.4/support/shell/browser_resource.ml
+3 -3 metaprl-branches/unlabeled-1.35.2/support/tactics/dtactic.ml
+4 -3 metaprl-branches/unlabeled-1.59.4/support/shell/shell_browser.ml
+4 -1 metaprl-branches/unlabeled-1.6.4/support/shell/inputs/system.js
+7 -2 metaprl-branches/unlabeled-1.7.2/support/shell/inputs/edit.js
+5 -5 metaprl-branches/unlabeled-1.7.2/support/shell/inputs/start.html

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-21 21:13:33 -0700 (Mon, 21 Jun 2004)
Revision: 5991
Log message:

      Win32 now compiles.  The browser interface almost works...
      

Changes  Path
+2 -2 metaprl/OMakefile
+50 -26 metaprl/mk/config.win32

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 21:45:14 -0700 (Mon, 21 Jun 2004)
Revision: 5992
Log message:

      Copying Jason's branch commit to the trunk.
      

Changes  Path
+13 -2 metaprl/mllib/http_simple.ml
+1 -0 metaprl/support/shell/browser_copy.mli
+1 -0 metaprl/support/shell/browser_copy.mll
+0 -2 metaprl/support/shell/browser_resource.ml
+7 -2 metaprl/support/shell/inputs/edit.js
+5 -5 metaprl/support/shell/inputs/start.html
+3 -4 metaprl/support/shell/inputs/style.css
+4 -1 metaprl/support/shell/inputs/system.js
+4 -3 metaprl/support/shell/shell_browser.ml
+5 -1 metaprl/support/shell/shell_state.ml
+1 -0 metaprl/support/shell/shell_state.mli
+3 -3 metaprl/support/tactics/auto_tactic.ml
+3 -3 metaprl/support/tactics/dtactic.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-21 22:26:38 -0700 (Mon, 21 Jun 2004)
Revision: 5993
Log message:

      Used Jason's print_rbuffer suggestion to make sure that check_all output is reasonable.
      

Changes  Path
+1 -0 metaprl/support/shell/browser_resource.mli
+23 -19 metaprl/support/shell/shell_command.ml
+0 -2 metaprl/support/tactics/auto_tactic.ml
+0 -2 metaprl/support/tactics/dtactic.ml
+3 -0 metaprl/theories/itt/itt_logic.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 00:28:22 -0700 (Tue, 22 Jun 2004)
Revision: 5994
Log message:

      The state of things after the first lecture.
      

Changes  Path
+7 -13 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml
Added metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.prla
Properties metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 03:22:16 -0700 (Tue, 22 Jun 2004)
Revision: 5995
Log message:

      Updated for tomorrow.
      

Changes  Path
+41 -1 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml
+2 -2 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 04:11:52 -0700 (Tue, 22 Jun 2004)
Revision: 5996
Log message:

      Before creating the client.pem, make sure MP_BROWSER_HOSTNAME is set
      (I fail to understand how it is possible for it not to be set at this point. :-( )
      

Changes  Path
+4 -2 metaprl/mllib/setup.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 11:37:22 -0700 (Tue, 22 Jun 2004)
Revision: 5997
Log message:

      Do not display extracts!
      

Changes  Path
+1 -0 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 19:46:08 -0700 (Tue, 22 Jun 2004)
Revision: 5998
Log message:

      Post-lecture commit.
      

Changes  Path
+14 -12 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 20:24:31 -0700 (Tue, 22 Jun 2004)
Revision: 5999
Log message:

      Proofs done in class.
      

Changes  Path
+1599 -434 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-22 20:54:30 -0700 (Tue, 22 Jun 2004)
Revision: 6000
Log message:

      "Directory" menu fixes:
      - cd "~" now works correctly.
      - if pwd is >=2 levels deep (e.g. inside a module or a proof), remember
      the current level + 2nd-level dir (instead of current + 1st-level).
      

Changes  Path
+5 -5 metaprl/support/shell/session.ml
+1 -1 metaprl/support/shell/shell_core.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-23 17:11:11 -0700 (Wed, 23 Jun 2004)
Revision: 6001
Log message:

      Compiles under Win32 again.
      

Changes  Path
+1 -22 metaprl/OMakefile
+5 -0 metaprl/OMakeroot
Properties metaprl/filter
Properties metaprl/library
Properties metaprl/mllib
+7 -2 metaprl/mllib/setup.ml
Properties metaprl/refiner
Properties metaprl/support/display
Properties metaprl/support/shell
Properties metaprl/support/tactics
Properties metaprl/tactics/null
Properties metaprl/tactics/proof
Properties metaprl/theories/base
Properties metaprl/theories/czf
Properties metaprl/theories/fol
Properties metaprl/theories/itt
Properties metaprl/theories/ocaml_doc
+1 -1 metaprl/util/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-23 17:26:30 -0700 (Wed, 23 Jun 2004)
Revision: 6002
Log message:

      Some updates to README.WIN32
      

Changes  Path
+29 -23 metaprl/README.WIN32
Added metaprl/editor/ml/mpopt.bat
Properties metaprl/editor/ml/mpopt.bat

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-23 20:55:44 -0700 (Wed, 23 Jun 2004)
Revision: 6003
Log message:

      *.lib
      

Changes  Path
Properties metaprl-branches/nasslli_branch/theories/nasslli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-23 21:09:42 -0700 (Wed, 23 Jun 2004)
Revision: 6004
Log message:

      Minor updates.
      

Changes  Path
+13 -12 metaprl/README.WIN32

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-23 22:06:35 -0700 (Wed, 23 Jun 2004)
Revision: 6005
Log message:

      Adding an empty theory.
      

Changes  Path
+1 -0 metaprl-branches/nasslli_branch/theories/nasslli/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-23 22:06:57 -0700 (Wed, 23 Jun 2004)
Revision: 6006
Log message:

      Really adding it this time.
      

Changes  Path
Added metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.ml
Properties metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.ml
Added metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.mli
Properties metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 01:26:53 -0700 (Thu, 24 Jun 2004)
Revision: 6007
Log message:

      This is a first step towards making some of our module signature and functor
      setup a bit saner (and bring us closer to being able to solve the "have to open
      too many modules" bug 169).
      
      This commit does exactly one thing instead of repeating all the TermType types
      in the Term module (and corresponding signature) and keep saying all over the
      place that the types are actually identical, this creates a _submodule_
      Term.TermTypes that contains those repeated types.
      
      This reduces the amount of the "useless" signature code by almost 800 lines -
      mostly by allowing to replace a long list of "with type foo = TermType.foo"
      with a single "with module TermTypes = TermType".
      
      The way this is related to bug 169 is that OCaml does not allow to include
      two modules that both have the same type field. E.g.
      "include Refiner.Refiner.TermType;; include Refiner.Refiner.Term"
      used to result in a "duplicate type term" error. However now that
      Refiner.Refiner.Term does not have a term type (only Refiner.Refiner.Term.TermTypes
      does), it should now be possible to include both modules into a single one.
      One _all_ repeated types in all the basics modules are resolved this way,
      we should be able to solve bug 169 by creating a module that includes all
      the modules we care about.
      

Changes  Path
+2 -2 metaprl/editor/ml/nuprl_jprover.mli
+1 -1 metaprl/editor/ml/nuprl_run.mli
+2 -2 metaprl/filter/base/filter_cache.ml
+1 -1 metaprl/filter/base/filter_cache.mli
+1 -1 metaprl/filter/base/filter_summary_util.mli
+2 -2 metaprl/filter/base/filter_type.ml
+1 -1 metaprl/filter/filter/filter_prog.ml
+5 -5 metaprl/filter/phobos/phobos_constants.mli
+6 -9 metaprl/filter/phobos/phobos_type.ml
+10 -10 metaprl/filter/phobos/phobos_type.mli
+5 -5 metaprl/library/basic.mli
+7 -7 metaprl/library/db.mli
+40 -40 metaprl/library/definition.mli
+213 -213 metaprl/library/library.mli
+1 -0 metaprl/library/library_type_base.ml
+5 -5 metaprl/library/library_type_base.mli
+6 -7 metaprl/library/link.mli
+1 -1 metaprl/library/mbterm.mli
+1 -1 metaprl/library/nuprl5.mli
+1 -0 metaprl/library/oidtable.ml
+36 -36 metaprl/library/oidtable.mli
+11 -11 metaprl/library/orb.mli
+2 -8 metaprl/refiner/refiner/refine.ml
+6 -12 metaprl/refiner/refiner/refine.mli
+1 -1 metaprl/refiner/reflib/dform.mli
+1 -1 metaprl/refiner/reflib/term_dtable.mli
+1 -1 metaprl/refiner/reflib/term_stable.mli
+1 -17 metaprl/refiner/refsig/refiner_sig.ml
+3 -15 metaprl/refiner/refsig/term_base_minimal_sig.ml
+2 -16 metaprl/refiner/refsig/term_base_sig.ml
+2 -30 metaprl/refiner/refsig/termmod_sig.ml
+4 -19 metaprl/refiner/rewrite/rewrite.ml
+1 -16 metaprl/refiner/rewrite/rewrite.mli
+1 -16 metaprl/refiner/rewrite/rewrite_build_contractum.ml
+1 -16 metaprl/refiner/rewrite/rewrite_build_contractum.mli
+1 -16 metaprl/refiner/rewrite/rewrite_compile_contractum.ml
+1 -16 metaprl/refiner/rewrite/rewrite_compile_contractum.mli
+1 -16 metaprl/refiner/rewrite/rewrite_compile_redex.ml
+1 -16 metaprl/refiner/rewrite/rewrite_compile_redex.mli
+1 -11 metaprl/refiner/rewrite/rewrite_debug.ml
+1 -11 metaprl/refiner/rewrite/rewrite_debug.mli
+1 -16 metaprl/refiner/rewrite/rewrite_match_redex.ml
+1 -16 metaprl/refiner/rewrite/rewrite_match_redex.mli
+1 -13 metaprl/refiner/rewrite/rewrite_meta.ml
+1 -13 metaprl/refiner/rewrite/rewrite_meta.mli
+1 -11 metaprl/refiner/rewrite/rewrite_util.ml
+1 -11 metaprl/refiner/rewrite/rewrite_util.mli
+1 -19 metaprl/refiner/term_ds/rob_ds.mli
+1 -19 metaprl/refiner/term_ds/term_addr_ds.ml
+1 -19 metaprl/refiner/term_ds/term_addr_ds.mli
+1 -18 metaprl/refiner/term_ds/term_base_ds.ml
+1 -20 metaprl/refiner/term_ds/term_base_ds.mli
+2 -19 metaprl/refiner/term_ds/term_ds_sig.ml
+1 -14 metaprl/refiner/term_ds/term_eval_ds.ml
+5 -18 metaprl/refiner/term_ds/term_eval_ds.mli
+8 -26 metaprl/refiner/term_ds/term_man_ds.ml
+8 -26 metaprl/refiner/term_ds/term_man_ds.mli
+1 -19 metaprl/refiner/term_ds/term_op_ds.ml
+1 -19 metaprl/refiner/term_ds/term_op_ds.mli
+1 -20 metaprl/refiner/term_ds/term_subst_ds.ml
+5 -24 metaprl/refiner/term_ds/term_subst_ds.mli
+1 -6 metaprl/refiner/term_gen/term_addr_gen.ml
+5 -10 metaprl/refiner/term_gen/term_addr_gen.mli
+1 -15 metaprl/refiner/term_gen/term_man_gen.ml
+1 -15 metaprl/refiner/term_gen/term_man_gen.mli
+1 -8 metaprl/refiner/term_gen/term_meta_gen.ml
+5 -12 metaprl/refiner/term_gen/term_meta_gen.mli
+3 -10 metaprl/refiner/term_gen/term_shape_gen.ml
+3 -10 metaprl/refiner/term_gen/term_shape_gen.mli
+1 -16 metaprl/refiner/term_std/term_base_std.ml
+1 -17 metaprl/refiner/term_std/term_base_std.mli
+2 -15 metaprl/refiner/term_std/term_eval_std.ml
+5 -18 metaprl/refiner/term_std/term_eval_std.mli
+1 -14 metaprl/refiner/term_std/term_op_std.ml
+5 -18 metaprl/refiner/term_std/term_op_std.mli
+2 -16 metaprl/refiner/term_std/term_std_sig.ml
+1 -14 metaprl/refiner/term_std/term_subst_std.ml
+5 -18 metaprl/refiner/term_std/term_subst_std.mli
+1 -1 metaprl/support/display/perv.mli
+1 -1 metaprl/support/shell/browser_resource.mli
+1 -1 metaprl/support/shell/session.mli
+1 -1 metaprl/support/shell/session_sig.mlz
+1 -1 metaprl/support/tactics/auto_tactic.mli
+1 -1 metaprl/support/tactics/simp_typeinf.mli
+1 -1 metaprl/support/tactics/typeinf.mli
+1 -1 metaprl/support/tactics/var.mli
+1 -1 metaprl/theories/czf/czf_itt_member.mli
+1 -1 metaprl/theories/czf/czf_itt_nat.mli
+1 -1 metaprl/theories/czf/czf_itt_set.mli
+1 -1 metaprl/theories/experimental/compile/m_dead.ml
+1 -1 metaprl/theories/experimental/compile/m_dead.mli
+1 -1 metaprl/theories/experimental/compile/m_ir.mli
+1 -1 metaprl/theories/experimental/compile/m_ir_ast.ml
+1 -1 metaprl/theories/experimental/compile/m_prog.mli
+1 -1 metaprl/theories/experimental/compile/m_x86_spill.mli
+1 -1 metaprl/theories/experimental/compile/m_x86_term.mli
+1 -1 metaprl/theories/fir/mfir_termOp.mli
+1 -1 metaprl/theories/fir/mfir_termOp_base.mli
+1 -1 metaprl/theories/itt/itt_atom.mli
+1 -1 metaprl/theories/itt/itt_bool.mli
+1 -1 metaprl/theories/itt/itt_collection.mli
+1 -1 metaprl/theories/itt/itt_dfun.mli
+1 -1 metaprl/theories/itt/itt_disect.mli
+1 -1 metaprl/theories/itt/itt_dprod.mli
+1 -1 metaprl/theories/itt/itt_equal.mli
+1 -1 metaprl/theories/itt/itt_eta.mli
+1 -1 metaprl/theories/itt/itt_ext_equal.mli
+1 -1 metaprl/theories/itt/itt_int_ext.mli
+1 -1 metaprl/theories/itt/itt_isect.mli
+1 -1 metaprl/theories/itt/itt_list.mli
+1 -1 metaprl/theories/itt/itt_nat.mli
+1 -1 metaprl/theories/itt/itt_prec.mli
+1 -1 metaprl/theories/itt/itt_quotient.mli
+1 -1 metaprl/theories/itt/itt_record.mli
+1 -1 metaprl/theories/itt/itt_record_label.mli
+1 -1 metaprl/theories/itt/itt_record_label0.mli
+1 -1 metaprl/theories/itt/itt_record_renaming.mli
+1 -1 metaprl/theories/itt/itt_relation_str.mli
+1 -1 metaprl/theories/itt/itt_rfun.mli
+1 -1 metaprl/theories/itt/itt_set.mli
+1 -1 metaprl/theories/itt/itt_squash.mli
+1 -1 metaprl/theories/itt/itt_squiggle.mli
+1 -1 metaprl/theories/itt/itt_srec.mli
+1 -1 metaprl/theories/itt/itt_struct.mli
+1 -1 metaprl/theories/itt/itt_struct2.mli
+3 -4 metaprl/theories/itt/itt_subset.mli
+1 -1 metaprl/theories/itt/itt_subtype.mli
+1 -1 metaprl/theories/itt/itt_union.mli
+1 -1 metaprl/theories/itt/itt_unit.mli
+1 -1 metaprl/theories/itt/itt_void.mli
+1 -1 metaprl/theories/itt/itt_w.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 02:48:45 -0700 (Thu, 24 Jun 2004)
Revision: 6008
Log message:

      Continuing work on bug 169 - moved the types in TermAddr, TermOp, TermMan and
      TermMeta into submodules.
      

Changes  Path
+1 -1 metaprl/filter/base/filter_util.mli
+7 -14 metaprl/refiner/refiner/refine.ml
+7 -14 metaprl/refiner/refiner/refine.mli
+1 -0 metaprl/refiner/reflib/arith.ml
+1 -1 metaprl/refiner/reflib/jall.mli
+2 -3 metaprl/refiner/reflib/jlogic_sig.ml
+1 -1 metaprl/refiner/reflib/ml_term.mli
+1 -1 metaprl/refiner/reflib/simple_print.ml
+2 -2 metaprl/refiner/reflib/simple_print.mli
+1 -0 metaprl/refiner/reflib/supinf.ml
+9 -26 metaprl/refiner/refsig/refiner_sig.ml
+2 -1 metaprl/refiner/refsig/term_addr_sig.ml
+2 -3 metaprl/refiner/refsig/term_man_minimal_sig.ml
+2 -6 metaprl/refiner/refsig/term_man_sig.ml
+2 -2 metaprl/refiner/refsig/term_meta_sig.ml
+2 -3 metaprl/refiner/refsig/term_op_sig.ml
+2 -2 metaprl/refiner/refsig/term_subst_minimal_sig.ml
+2 -4 metaprl/refiner/refsig/term_subst_sig.ml
+6 -16 metaprl/refiner/refsig/termmod_sig.ml
+4 -12 metaprl/refiner/rewrite/rewrite.ml
+4 -12 metaprl/refiner/rewrite/rewrite.mli
+4 -10 metaprl/refiner/rewrite/rewrite_build_contractum.ml
+4 -10 metaprl/refiner/rewrite/rewrite_build_contractum.mli
+4 -9 metaprl/refiner/rewrite/rewrite_compile_contractum.ml
+4 -9 metaprl/refiner/rewrite/rewrite_compile_contractum.mli
+4 -11 metaprl/refiner/rewrite/rewrite_compile_redex.ml
+4 -11 metaprl/refiner/rewrite/rewrite_compile_redex.mli
+2 -4 metaprl/refiner/rewrite/rewrite_debug.ml
+2 -4 metaprl/refiner/rewrite/rewrite_debug.mli
+4 -11 metaprl/refiner/rewrite/rewrite_match_redex.ml
+4 -11 metaprl/refiner/rewrite/rewrite_match_redex.mli
+3 -8 metaprl/refiner/rewrite/rewrite_meta.ml
+3 -8 metaprl/refiner/rewrite/rewrite_meta.mli
+1 -2 metaprl/refiner/rewrite/rewrite_types.ml
+2 -4 metaprl/refiner/rewrite/rewrite_util.ml
+2 -4 metaprl/refiner/rewrite/rewrite_util.mli
+4 -7 metaprl/refiner/term_ds/term_addr_ds.ml
+4 -7 metaprl/refiner/term_ds/term_addr_ds.mli
+5 -12 metaprl/refiner/term_ds/term_man_ds.ml
+5 -13 metaprl/refiner/term_ds/term_man_ds.mli
+1 -3 metaprl/refiner/term_ds/term_op_ds.ml
+1 -4 metaprl/refiner/term_ds/term_op_ds.mli
+2 -5 metaprl/refiner/term_ds/term_subst_ds.ml
+1 -5 metaprl/refiner/term_ds/term_subst_ds.mli
+5 -11 metaprl/refiner/term_gen/term_addr_gen.ml
+7 -13 metaprl/refiner/term_gen/term_addr_gen.mli
+4 -14 metaprl/refiner/term_gen/term_man_gen.ml
+5 -17 metaprl/refiner/term_gen/term_man_gen.mli
+1 -1 metaprl/refiner/term_gen/term_man_gen_sig.ml
+4 -12 metaprl/refiner/term_gen/term_meta_gen.ml
+4 -10 metaprl/refiner/term_gen/term_meta_gen.mli
+2 -4 metaprl/refiner/term_gen/term_shape_gen.ml
+2 -4 metaprl/refiner/term_gen/term_shape_gen.mli
+1 -3 metaprl/refiner/term_std/term_op_std.ml
+1 -4 metaprl/refiner/term_std/term_op_std.mli
+1 -4 metaprl/refiner/term_std/term_subst_std.ml
+1 -5 metaprl/refiner/term_std/term_subst_std.mli
+1 -0 metaprl/support/shell/shell_state.ml
+1 -0 metaprl/theories/experimental/compile/m_closure.ml
+1 -1 metaprl/theories/itt/itt_rat.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 05:27:02 -0700 (Thu, 24 Jun 2004)
Revision: 6010
Log message:

      This implements the bug 169 RFE - now one can finally just say "open Basic_tactics"
      and not worry about having to open all kinds of Refiner.*, Tactic_type.*, Top_*,
      etc!
      
      Note that the new support/tactics/basic_tactcs.ml file does not have an .mli
      and would not currently compile under make.
      

Changes  Path
+1 -1 metaprl/editor/ml/tests/prop-pigeon.mli
+2 -2 metaprl/filter/filter/filter_prog.ml
+2 -2 metaprl/filter/phobos/phobos_rewrite.ml
+1 -1 metaprl/filter/phobos/phobos_rewrite.mli
+1 -1 metaprl/support/shell/proof_edit.ml
+1 -1 metaprl/support/shell/proof_edit.mli
+1 -1 metaprl/support/shell/shell_core.mli
+2 -1 metaprl/support/tactics/OMakefile
+1 -0 metaprl/support/tactics/auto_tactic.ml
+1 -1 metaprl/support/tactics/base_cache.ml
+1 -1 metaprl/support/tactics/base_cache.mli
Added metaprl/support/tactics/basic_tactics.ml
Properties metaprl/support/tactics/basic_tactics.ml
+1 -0 metaprl/support/tactics/dtactic.ml
+1 -1 metaprl/support/tactics/dtactic.mli
+1 -1 metaprl/support/tactics/simp_typeinf.mli
+1 -1 metaprl/support/tactics/top_conversionals.ml
+1 -1 metaprl/support/tactics/top_conversionals.mli
+1 -1 metaprl/support/tactics/typeinf.mli
+1 -1 metaprl/support/tactics/var.mli
+23 -22 metaprl/tactics/proof/conversionals_boot.ml
+3 -6 metaprl/tactics/proof/conversionals_boot.mli
+0 -4 metaprl/tactics/proof/rewrite_boot.ml
+1 -7 metaprl/tactics/proof/rewrite_boot.mli
+2 -9 metaprl/tactics/proof/sequent_boot.ml
+1 -8 metaprl/tactics/proof/sequent_boot.mli
+2 -0 metaprl/tactics/proof/tactic_boot.mli
+34 -43 metaprl/tactics/proof/tactic_boot_sig.ml
+1 -1 metaprl/tactics/proof/tactic_type.ml
+12 -27 metaprl/tactics/proof/tactic_type.mli
+2 -7 metaprl/tactics/proof/tacticals_boot.ml
+1 -6 metaprl/tactics/proof/tacticals_boot.mli
+1 -1 metaprl/theories/base/base_rewrite.mli
+1 -12 metaprl/theories/cic/cic_ind_type.ml
+1 -1 metaprl/theories/czf/czf_itt_axioms.mli
+1 -1 metaprl/theories/czf/czf_itt_bool.mli
+1 -1 metaprl/theories/czf/czf_itt_cyclic_group.mli
+1 -2 metaprl/theories/czf/czf_itt_cyclic_subgroup.mli
+1 -9 metaprl/theories/czf/czf_itt_eq.ml
+1 -3 metaprl/theories/czf/czf_itt_eq.mli
+1 -10 metaprl/theories/czf/czf_itt_equiv.ml
+1 -3 metaprl/theories/czf/czf_itt_equiv.mli
+1 -1 metaprl/theories/czf/czf_itt_group.mli
+1 -1 metaprl/theories/czf/czf_itt_group_power.mli
+1 -2 metaprl/theories/czf/czf_itt_hom.mli
+1 -1 metaprl/theories/czf/czf_itt_inv_image.mli
+1 -2 metaprl/theories/czf/czf_itt_ker.mli
+1 -2 metaprl/theories/czf/czf_itt_member.mli
+1 -2 metaprl/theories/czf/czf_itt_nat.mli
+1 -2 metaprl/theories/czf/czf_itt_normal_subgroup.mli
+1 -1 metaprl/theories/czf/czf_itt_power.mli
+1 -1 metaprl/theories/czf/czf_itt_sall.mli
+1 -1 metaprl/theories/czf/czf_itt_sep.mli
+1 -9 metaprl/theories/czf/czf_itt_set.ml
+1 -3 metaprl/theories/czf/czf_itt_set.mli
+1 -6 metaprl/theories/czf/czf_itt_set_ind.ml
+1 -1 metaprl/theories/czf/czf_itt_setdiff.mli
+1 -1 metaprl/theories/czf/czf_itt_sexists.mli
+1 -2 metaprl/theories/czf/czf_itt_subgroup.mli
+1 -1 metaprl/theories/czf/czf_itt_union.mli
+1 -8 metaprl/theories/experimental/compile/m_closure.ml
+1 -2 metaprl/theories/experimental/compile/m_closure.mli
+1 -6 metaprl/theories/experimental/compile/m_cps.ml
+1 -1 metaprl/theories/experimental/compile/m_cps.mli
+1 -5 metaprl/theories/experimental/compile/m_dead.ml
+1 -1 metaprl/theories/experimental/compile/m_dead.mli
+1 -1 metaprl/theories/experimental/compile/m_inline.mli
+1 -6 metaprl/theories/experimental/compile/m_ir_ast.ml
+1 -2 metaprl/theories/experimental/compile/m_ir_ast.mli
+1 -4 metaprl/theories/experimental/compile/m_prog.ml
+1 -2 metaprl/theories/experimental/compile/m_prog.mli
+1 -1 metaprl/theories/experimental/compile/m_reserve.mli
+1 -1 metaprl/theories/experimental/compile/m_standardize.mli
+1 -1 metaprl/theories/experimental/compile/m_theory.mli
+1 -1 metaprl/theories/experimental/compile/m_util.mli
+1 -2 metaprl/theories/experimental/compile/m_x86_coalesce.mli
+1 -1 metaprl/theories/experimental/compile/m_x86_codegen.mli
+1 -5 metaprl/theories/experimental/compile/m_x86_opt.ml
+1 -2 metaprl/theories/experimental/compile/m_x86_opt.mli
+1 -1 metaprl/theories/experimental/compile/m_x86_regalloc.mli
+2 -8 metaprl/theories/experimental/compile/m_x86_spill.ml
+1 -3 metaprl/theories/experimental/compile/m_x86_spill.mli
+1 -1 metaprl/theories/fir/mfir_bool.mli
+1 -1 metaprl/theories/fir/mfir_int.mli
+1 -1 metaprl/theories/fir/mfir_int_set.mli
+1 -1 metaprl/theories/fir/mfir_list.mli
+1 -1 metaprl/theories/fir/mfir_record.mli
+1 -1 metaprl/theories/fir/mfir_token.mli
+1 -1 metaprl/theories/fir/mfir_tr_atom_base.mli
+1 -1 metaprl/theories/fir/mfir_util.mli
+1 -1 metaprl/theories/fol/cfol_itt_base.mli
+1 -1 metaprl/theories/fol/cfol_magic.mli
+1 -1 metaprl/theories/fol/fol_itt_and.mli
+1 -1 metaprl/theories/fol/fol_itt_implies.mli
+1 -1 metaprl/theories/fol/fol_itt_or.mli
+1 -1 metaprl/theories/fol/fol_itt_type.mli
+1 -1 metaprl/theories/fol/fol_prop.mli
+1 -2 metaprl/theories/fol/fol_struct.mli
+1 -2 metaprl/theories/itt/itt_atom.mli
+1 -1 metaprl/theories/itt/itt_atom_bool.mli
+1 -1 metaprl/theories/itt/itt_bintree.mli
+1 -2 metaprl/theories/itt/itt_bool.mli
+1 -1 metaprl/theories/itt/itt_bunion.mli
+1 -2 metaprl/theories/itt/itt_collection.mli
+1 -1 metaprl/theories/itt/itt_cyclic_group.mli
+1 -2 metaprl/theories/itt/itt_decidable.mli
+5 -6 metaprl/theories/itt/itt_derive.mli
+1 -2 metaprl/theories/itt/itt_dfun.mli
+1 -3 metaprl/theories/itt/itt_disect.mli
+4 -16 metaprl/theories/itt/itt_equal.ml
+1 -7 metaprl/theories/itt/itt_equal.mli
+1 -1 metaprl/theories/itt/itt_esquash.mli
+1 -1 metaprl/theories/itt/itt_eta.ml
+1 -2 metaprl/theories/itt/itt_eta.mli
+1 -1 metaprl/theories/itt/itt_example.mli
+2 -2 metaprl/theories/itt/itt_field2.mli
+1 -1 metaprl/theories/itt/itt_field_e.mli
+2 -8 metaprl/theories/itt/itt_fset.ml
+1 -2 metaprl/theories/itt/itt_fset.mli
+1 -7 metaprl/theories/itt/itt_fun.ml
+1 -2 metaprl/theories/itt/itt_fun.mli
+1 -1 metaprl/theories/itt/itt_group.mli
+1 -3 metaprl/theories/itt/itt_grouplikeobj.ml
+1 -1 metaprl/theories/itt/itt_grouplikeobj.mli
+2 -13 metaprl/theories/itt/itt_int_arith.ml
+1 -2 metaprl/theories/itt/itt_int_arith.mli
+2 -9 metaprl/theories/itt/itt_int_base.ml
+1 -3 metaprl/theories/itt/itt_int_base.mli
+1 -2 metaprl/theories/itt/itt_int_ext.mli
+2 -2 metaprl/theories/itt/itt_intdomain.mli
+1 -1 metaprl/theories/itt/itt_intdomain_e.mli
+1 -7 metaprl/theories/itt/itt_isect.ml
+1 -2 metaprl/theories/itt/itt_list2.mli
+4 -17 metaprl/theories/itt/itt_logic.ml
+1 -4 metaprl/theories/itt/itt_logic.mli
+1 -14 metaprl/theories/itt/itt_mpoly.ml
+2 -13 metaprl/theories/itt/itt_mpoly2.ml
+1 -2 metaprl/theories/itt/itt_mpoly2.mli
+1 -6 metaprl/theories/itt/itt_mpoly2_bench.ml
+2 -13 metaprl/theories/itt/itt_mpoly3.ml
+1 -2 metaprl/theories/itt/itt_mpoly3.mli
+1 -6 metaprl/theories/itt/itt_mpoly3_bench.ml
+1 -3 metaprl/theories/itt/itt_nat.mli
+1 -1 metaprl/theories/itt/itt_nequal.mli
+1 -1 metaprl/theories/itt/itt_order.mli
+1 -1 metaprl/theories/itt/itt_poly.mli
+1 -1 metaprl/theories/itt/itt_prop_decide.mli
+2 -8 metaprl/theories/itt/itt_quotient.ml
+1 -3 metaprl/theories/itt/itt_quotient.mli
+1 -1 metaprl/theories/itt/itt_quotient_group.mli
+1 -7 metaprl/theories/itt/itt_rat.ml
+1 -2 metaprl/theories/itt/itt_rat.mli
+1 -2 metaprl/theories/itt/itt_record.mli
+1 -1 metaprl/theories/itt/itt_record0.mli
+1 -1 metaprl/theories/itt/itt_record_exm.mli
+3 -12 metaprl/theories/itt/itt_record_label.ml
+1 -2 metaprl/theories/itt/itt_record_label.mli
+1 -2 metaprl/theories/itt/itt_record_label0.mli
+1 -2 metaprl/theories/itt/itt_record_renaming.mli
+1 -1 metaprl/theories/itt/itt_relation_str.mli
+1 -6 metaprl/theories/itt/itt_rfun.ml
+1 -3 metaprl/theories/itt/itt_rfun.mli
+1 -3 metaprl/theories/itt/itt_ring2.ml
+1 -1 metaprl/theories/itt/itt_ring2.mli
+1 -1 metaprl/theories/itt/itt_ring_e.mli
+1 -1 metaprl/theories/itt/itt_ring_uce.mli
+1 -1 metaprl/theories/itt/itt_sort.mli
+2 -14 metaprl/theories/itt/itt_squash.ml
+2 -5 metaprl/theories/itt/itt_squash.mli
+1 -8 metaprl/theories/itt/itt_squiggle.ml
+1 -2 metaprl/theories/itt/itt_squiggle.mli
+1 -7 metaprl/theories/itt/itt_struct.ml
+1 -2 metaprl/theories/itt/itt_struct.mli
+1 -9 metaprl/theories/itt/itt_struct2.ml
+1 -2 metaprl/theories/itt/itt_struct2.mli
+1 -2 metaprl/theories/itt/itt_struct3.mli
+1 -2 metaprl/theories/itt/itt_subset.mli
+1 -7 metaprl/theories/itt/itt_subtype.ml
+1 -2 metaprl/theories/itt/itt_subtype.mli
+2 -5 metaprl/theories/itt/itt_supinf.ml
+1 -1 metaprl/theories/itt/itt_supinf.mli
+1 -1 metaprl/theories/itt/itt_test.mli
+1 -5 metaprl/theories/itt/itt_union.ml
+2 -2 metaprl/theories/itt/itt_unitring.mli
+1 -10 metaprl/theories/mesa/ma_decidable__equality.ml
+1 -9 metaprl/theories/sil/sil_itt_sos.ml
+1 -2 metaprl/theories/sil/sil_itt_sos.mli
+1 -7 metaprl/theories/tptp/tptp.ml
+1 -3 metaprl/theories/tptp/tptp.mli
+1 -10 metaprl/theories/tptp/tptp_prove.ml
+5 -5 metaprl/theories/tptp/tptp_prove.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 05:59:19 -0700 (Thu, 24 Jun 2004)
Revision: 6011
Log message:

      Adding the prim_rewrite type to Basic_tactics.
      

Changes  Path
+2 -0 metaprl/tactics/proof/tactic_boot.ml
+5 -8 metaprl/tactics/proof/tactic_boot_sig.ml
+0 -1 metaprl/theories/itt/itt_int_base.mli
+0 -1 metaprl/theories/itt/itt_mpoly2.mli
+0 -1 metaprl/theories/itt/itt_mpoly3.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 11:37:55 -0700 (Thu, 24 Jun 2004)
Revision: 6013
Log message:

      Forgot shell_p4 again...
      

Changes  Path
+2 -4 metaprl/editor/ml/shell_p4.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 14:19:43 -0700 (Thu, 24 Jun 2004)
Revision: 6014
Log message:

      Added the cut rule.
      

Changes  Path
+5 -2 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 15:08:36 -0700 (Thu, 24 Jun 2004)
Revision: 6015
Log message:

      Working on LC in class.
      

Changes  Path
+48 -0 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 15:19:01 -0700 (Thu, 24 Jun 2004)
Revision: 6016
Log message:

      More general cut rule.
      

Changes  Path
+3 -3 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-24 15:33:46 -0700 (Thu, 24 Jun 2004)
Revision: 6017
Log message:

      Disable SSL if SSL_ENABLED is not set.  This is a first pass,
      and MetaPRL works without SSL on Win32.  Problem: caching
      is really aggressive on localhost, and we never get updates
      expect by pressing refresh.
      

Changes  Path
+28 -14 metaprl/mllib/setup.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 17:41:26 -0700 (Thu, 24 Jun 2004)
Revision: 6018
Log message:

      The order of items in Basic_tactics needs to be different in order
      to ensure that the non-wrapped versions of basic tactics and tacticals
      are getting used, instead of the wrapped topval ones.
      

Changes  Path
+2 -2 metaprl/support/tactics/basic_tactics.ml
+1 -1 metaprl/theories/itt/itt_int_arith.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 19:58:44 -0700 (Thu, 24 Jun 2004)
Revision: 6019
Log message:

      Updated documentation for OMake. Please take a look!
      

Changes  Path
+9 -35 metaprl/README
+4 -3 metaprl/README.WIN32
+12 -9 metaprl/doc/htmlman/developer-guide/debugging.html
+6 -10 metaprl/doc/htmlman/developer-guide/profiling.html
+43 -39 metaprl/doc/htmlman/mp-install.html
+1 -1 metaprl/doc/htmlman/mp.html
+1 -1 metaprl/doc/itt_quickref.txt
+1 -1 metaprl/doc/latex/theories/README

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 20:23:02 -0700 (Thu, 24 Jun 2004)
Revision: 6020
Log message:

      Removing the make build system. Now the only way to build MetaPRL
      is to use omake!
      

Changes  Path
+9 -182 metaprl/Makefile
+2 -4 metaprl/OMakefile
Deleted metaprl/bin/Makefile
Deleted metaprl/clib/Makefile
Deleted metaprl/debug/Makefile
Deleted metaprl/doc/Makefile
Deleted metaprl/doc/htmlman/chars/htmlprl.c
Deleted metaprl/doc/latex/theories/Makefile
Deleted metaprl/editor/java/Makefile
Deleted metaprl/editor/ml/Makefile
+1 -1 metaprl/editor/ml/nuprl_eval.ml
Deleted metaprl/filter/Makefile
Deleted metaprl/filter/base/Makefile
Deleted metaprl/filter/filter/Makefile
Deleted metaprl/filter/phobos/Makefile
Deleted metaprl/lib/Makefile
Deleted metaprl/library/Makefile
+2 -6 metaprl/mk/config.win32
Deleted metaprl/mk/cvs_realclean.sh
+0 -4 metaprl/mk/defaults
+2 -6 metaprl/mk/make_config.sh
Deleted metaprl/mk/preface
Deleted metaprl/mk/rules
Deleted metaprl/mllib/Makefile
Deleted metaprl/refiner/Makefile
Deleted metaprl/refiner/refbase/Makefile
Deleted metaprl/refiner/refiner/Makefile
Deleted metaprl/refiner/reflib/Makefile
Deleted metaprl/refiner/refsig/Makefile
Deleted metaprl/refiner/rewrite/Makefile
Deleted metaprl/refiner/term_ds/Makefile
+1 -1 metaprl/refiner/term_ds/term_base_ds.ml
Deleted metaprl/refiner/term_gen/Makefile
Deleted metaprl/refiner/term_std/Makefile
Deleted metaprl/support/display/Makefile
Deleted metaprl/support/shell/Makefile
Deleted metaprl/support/tactics/Makefile
Deleted metaprl/tactics/ensemble/Makefile
Deleted metaprl/tactics/null/Makefile
Deleted metaprl/tactics/proof/Makefile
Deleted metaprl/theories/base/Makefile
Deleted metaprl/theories/cic/Makefile
Deleted metaprl/theories/czf/Makefile
Deleted metaprl/theories/experimental/compile/Makefile
Deleted metaprl/theories/experimental/compile/runtime/Makefile
Deleted metaprl/theories/experimental/unity/Makefile
Deleted metaprl/theories/fir/Makefile
+1 -1 metaprl/theories/fir/README
Deleted metaprl/theories/fol/Makefile
Deleted metaprl/theories/itt/Makefile
Deleted metaprl/theories/kat/Makefile
Deleted metaprl/theories/lf/Makefile
Deleted metaprl/theories/mesa/Makefile
Deleted metaprl/theories/ocaml_doc/Makefile
Deleted metaprl/theories/ocaml_sos/Makefile
Deleted metaprl/theories/phobos/Makefile
Deleted metaprl/theories/sil/Makefile
Deleted metaprl/theories/tptp/Makefile
Deleted metaprl/theories/tutorial/Makefile
Deleted metaprl/util/Makefile
+1 -5 metaprl/util/check-status.sh
+1 -5 metaprl/util/do-check-all.sh

Changes by: ( at unknown.email)
Date: 2004-06-24 20:33:36 -0700 (Thu, 24 Jun 2004)
Revision: 6021
Log message:

      This commit was manufactured by cvs2svn to create branch
      'nasslli_branch'.

Changes  Path
Copied metaprl-branches/nasslli_branch/Makefile
Copied metaprl-branches/nasslli_branch/OMakefile
Copied metaprl-branches/nasslli_branch/OMakeroot
Copied metaprl-branches/nasslli_branch/README
Copied metaprl-branches/nasslli_branch/README.WIN32
Copied metaprl-branches/nasslli_branch/doc/htmlman/developer-guide/debugging.html
Copied metaprl-branches/nasslli_branch/doc/htmlman/developer-guide/profiling.html
Copied metaprl-branches/nasslli_branch/doc/htmlman/mp.html
Copied metaprl-branches/nasslli_branch/doc/itt_quickref.txt
Copied metaprl-branches/nasslli_branch/doc/latex/theories/README
Copied metaprl-branches/nasslli_branch/editor/ml/mpopt.bat
Copied metaprl-branches/nasslli_branch/editor/ml/nuprl_eval.ml
Copied metaprl-branches/nasslli_branch/editor/ml/nuprl_jprover.mli
Copied metaprl-branches/nasslli_branch/editor/ml/nuprl_run.mli
Copied metaprl-branches/nasslli_branch/editor/ml/shell_p4.ml
Copied metaprl-branches/nasslli_branch/editor/ml/tests/prop-pigeon.mli
Copied metaprl-branches/nasslli_branch/filter/base/filter_cache.ml
Copied metaprl-branches/nasslli_branch/filter/base/filter_cache.mli
Copied metaprl-branches/nasslli_branch/filter/base/filter_summary_util.mli
Copied metaprl-branches/nasslli_branch/filter/base/filter_type.ml
Copied metaprl-branches/nasslli_branch/filter/base/filter_util.mli
Copied metaprl-branches/nasslli_branch/filter/filter/filter_prog.ml
Copied metaprl-branches/nasslli_branch/filter/phobos/phobos_constants.mli
Copied metaprl-branches/nasslli_branch/filter/phobos/phobos_rewrite.ml
Copied metaprl-branches/nasslli_branch/filter/phobos/phobos_rewrite.mli
Copied metaprl-branches/nasslli_branch/filter/phobos/phobos_type.ml
Copied metaprl-branches/nasslli_branch/filter/phobos/phobos_type.mli
Copied metaprl-branches/nasslli_branch/library/basic.mli
Copied metaprl-branches/nasslli_branch/library/db.mli
Copied metaprl-branches/nasslli_branch/library/definition.mli
Copied metaprl-branches/nasslli_branch/library/library.mli
Copied metaprl-branches/nasslli_branch/library/library_type_base.ml
Copied metaprl-branches/nasslli_branch/library/library_type_base.mli
Copied metaprl-branches/nasslli_branch/library/link.mli
Copied metaprl-branches/nasslli_branch/library/mbterm.mli
Copied metaprl-branches/nasslli_branch/library/nuprl5.mli
Copied metaprl-branches/nasslli_branch/library/oidtable.ml
Copied metaprl-branches/nasslli_branch/library/oidtable.mli
Copied metaprl-branches/nasslli_branch/library/orb.mli
Copied metaprl-branches/nasslli_branch/mk/config.win32
Copied metaprl-branches/nasslli_branch/mk/defaults
Copied metaprl-branches/nasslli_branch/mk/make_config.sh
Copied metaprl-branches/nasslli_branch/mllib/http_simple.ml
Copied metaprl-branches/nasslli_branch/mllib/setup.ml
Copied metaprl-branches/nasslli_branch/refiner/refiner/refine.ml
Copied metaprl-branches/nasslli_branch/refiner/refiner/refine.mli
Copied metaprl-branches/nasslli_branch/refiner/reflib/arith.ml
Copied metaprl-branches/nasslli_branch/refiner/reflib/dform.mli
Copied metaprl-branches/nasslli_branch/refiner/reflib/jall.mli
Copied metaprl-branches/nasslli_branch/refiner/reflib/jlogic_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/reflib/ml_term.mli
Copied metaprl-branches/nasslli_branch/refiner/reflib/simple_print.ml
Copied metaprl-branches/nasslli_branch/refiner/reflib/simple_print.mli
Copied metaprl-branches/nasslli_branch/refiner/reflib/supinf.ml
Copied metaprl-branches/nasslli_branch/refiner/reflib/term_dtable.mli
Copied metaprl-branches/nasslli_branch/refiner/reflib/term_stable.mli
Copied metaprl-branches/nasslli_branch/refiner/refsig/refiner_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_addr_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_base_minimal_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_base_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_man_minimal_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_man_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_meta_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_op_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_subst_minimal_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/term_subst_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/refsig/termmod_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_build_contractum.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_build_contractum.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_contractum.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_contractum.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_redex.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_compile_redex.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_debug.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_debug.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_match_redex.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_match_redex.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_meta.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_meta.mli
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_types.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_util.ml
Copied metaprl-branches/nasslli_branch/refiner/rewrite/rewrite_util.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/rob_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_addr_ds.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_addr_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_base_ds.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_base_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_ds_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_eval_ds.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_eval_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_man_ds.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_man_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_op_ds.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_op_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_subst_ds.ml
Copied metaprl-branches/nasslli_branch/refiner/term_ds/term_subst_ds.mli
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_addr_gen.ml
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_addr_gen.mli
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_man_gen.ml
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_man_gen.mli
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_man_gen_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_meta_gen.ml
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_meta_gen.mli
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_shape_gen.ml
Copied metaprl-branches/nasslli_branch/refiner/term_gen/term_shape_gen.mli
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_base_std.ml
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_base_std.mli
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_eval_std.ml
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_eval_std.mli
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_op_std.ml
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_op_std.mli
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_std_sig.ml
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_subst_std.ml
Copied metaprl-branches/nasslli_branch/refiner/term_std/term_subst_std.mli
Copied metaprl-branches/nasslli_branch/support/display/nuprl_font.ml
Copied metaprl-branches/nasslli_branch/support/display/perv.mli
Copied metaprl-branches/nasslli_branch/support/shell/browser_copy.mli
Copied metaprl-branches/nasslli_branch/support/shell/browser_copy.mll
Copied metaprl-branches/nasslli_branch/support/shell/browser_resource.ml
Copied metaprl-branches/nasslli_branch/support/shell/browser_resource.mli
Copied metaprl-branches/nasslli_branch/support/shell/inputs/edit.js
Copied metaprl-branches/nasslli_branch/support/shell/inputs/menuserver.js
Copied metaprl-branches/nasslli_branch/support/shell/inputs/start.html
Copied metaprl-branches/nasslli_branch/support/shell/inputs/style.css
Copied metaprl-branches/nasslli_branch/support/shell/inputs/system.js
Copied metaprl-branches/nasslli_branch/support/shell/proof_edit.ml
Copied metaprl-branches/nasslli_branch/support/shell/proof_edit.mli
Copied metaprl-branches/nasslli_branch/support/shell/session.ml
Copied metaprl-branches/nasslli_branch/support/shell/session.mli
Copied metaprl-branches/nasslli_branch/support/shell/session_sig.mlz
Copied metaprl-branches/nasslli_branch/support/shell/shell_browser.ml
Copied metaprl-branches/nasslli_branch/support/shell/shell_command.ml
Copied metaprl-branches/nasslli_branch/support/shell/shell_core.ml
Copied metaprl-branches/nasslli_branch/support/shell/shell_core.mli
Copied metaprl-branches/nasslli_branch/support/shell/shell_state.ml
Copied metaprl-branches/nasslli_branch/support/shell/shell_state.mli
Copied metaprl-branches/nasslli_branch/support/tactics/OMakefile
Copied metaprl-branches/nasslli_branch/support/tactics/auto_tactic.ml
Copied metaprl-branches/nasslli_branch/support/tactics/auto_tactic.mli
Copied metaprl-branches/nasslli_branch/support/tactics/base_cache.ml
Copied metaprl-branches/nasslli_branch/support/tactics/base_cache.mli
Copied metaprl-branches/nasslli_branch/support/tactics/basic_tactics.ml
Copied metaprl-branches/nasslli_branch/support/tactics/dtactic.ml
Copied metaprl-branches/nasslli_branch/support/tactics/dtactic.mli
Copied metaprl-branches/nasslli_branch/support/tactics/simp_typeinf.mli
Copied metaprl-branches/nasslli_branch/support/tactics/top_conversionals.ml
Copied metaprl-branches/nasslli_branch/support/tactics/top_conversionals.mli
Copied metaprl-branches/nasslli_branch/support/tactics/typeinf.mli
Copied metaprl-branches/nasslli_branch/support/tactics/var.mli
Copied metaprl-branches/nasslli_branch/tactics/proof/conversionals_boot.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/conversionals_boot.mli
Copied metaprl-branches/nasslli_branch/tactics/proof/rewrite_boot.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/rewrite_boot.mli
Copied metaprl-branches/nasslli_branch/tactics/proof/sequent_boot.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/sequent_boot.mli
Copied metaprl-branches/nasslli_branch/tactics/proof/tactic_boot.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/tactic_boot.mli
Copied metaprl-branches/nasslli_branch/tactics/proof/tactic_boot_sig.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/tactic_type.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/tactic_type.mli
Copied metaprl-branches/nasslli_branch/tactics/proof/tacticals_boot.ml
Copied metaprl-branches/nasslli_branch/tactics/proof/tacticals_boot.mli
Copied metaprl-branches/nasslli_branch/theories/base/base_rewrite.mli
Copied metaprl-branches/nasslli_branch/theories/cic/cic_ind_type.ml
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_axioms.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_bool.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_cyclic_group.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_cyclic_subgroup.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_eq.ml
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_eq.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_equiv.ml
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_equiv.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_group.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_group_power.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_hom.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_inv_image.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_ker.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_member.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_nat.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_normal_subgroup.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_power.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_sall.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_sep.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_set.ml
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_set.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_set_ind.ml
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_setdiff.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_sexists.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_subgroup.mli
Copied metaprl-branches/nasslli_branch/theories/czf/czf_itt_union.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_closure.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_closure.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_cps.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_cps.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_dead.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_dead.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_inline.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_ir.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_ir_ast.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_ir_ast.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_prog.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_prog.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_reserve.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_standardize.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_theory.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_util.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_coalesce.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_codegen.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_opt.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_opt.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_regalloc.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_spill.ml
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_spill.mli
Copied metaprl-branches/nasslli_branch/theories/experimental/compile/m_x86_term.mli
Copied metaprl-branches/nasslli_branch/theories/fir/README
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_bool.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_int.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_int_set.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_list.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_record.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_termOp.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_termOp_base.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_token.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_tr_atom_base.mli
Copied metaprl-branches/nasslli_branch/theories/fir/mfir_util.mli
Copied metaprl-branches/nasslli_branch/theories/fol/cfol_itt_base.mli
Copied metaprl-branches/nasslli_branch/theories/fol/cfol_magic.mli
Copied metaprl-branches/nasslli_branch/theories/fol/fol_itt_and.mli
Copied metaprl-branches/nasslli_branch/theories/fol/fol_itt_implies.mli
Copied metaprl-branches/nasslli_branch/theories/fol/fol_itt_or.mli
Copied metaprl-branches/nasslli_branch/theories/fol/fol_itt_type.mli
Copied metaprl-branches/nasslli_branch/theories/fol/fol_prop.mli
Copied metaprl-branches/nasslli_branch/theories/fol/fol_struct.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_atom.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_atom_bool.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_bintree.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_bool.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_bunion.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_collection.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_cyclic_group.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_decidable.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_derive.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_dfun.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_disect.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_dprod.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_equal.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_equal.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_esquash.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_eta.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_eta.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_example.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_ext_equal.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_field2.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_field_e.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_fset.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_fset.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_fun.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_fun.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_group.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_grouplikeobj.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_grouplikeobj.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_int_arith.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_int_arith.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_int_base.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_int_base.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_int_ext.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_intdomain.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_intdomain_e.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_isect.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_isect.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_list.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_list2.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_logic.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_logic.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly2.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly2.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly2_bench.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly3.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly3.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_mpoly3_bench.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_nat.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_nequal.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_order.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_poly.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_prec.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_prop_decide.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_quotient.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_quotient.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_quotient_group.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_rat.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_rat.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record0.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record_exm.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record_label.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record_label.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record_label0.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_record_renaming.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_relation_str.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_rfun.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_rfun.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_ring2.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_ring2.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_ring_e.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_ring_uce.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_set.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_sort.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_squash.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_squash.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_squiggle.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_squiggle.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_srec.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_struct.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_struct.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_struct2.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_struct2.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_struct3.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_subset.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_subtype.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_subtype.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_supinf.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_supinf.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_test.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_union.ml
Copied metaprl-branches/nasslli_branch/theories/itt/itt_union.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_unit.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_unitring.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_void.mli
Copied metaprl-branches/nasslli_branch/theories/itt/itt_w.mli
Copied metaprl-branches/nasslli_branch/theories/mesa/ma_decidable__equality.ml
Copied metaprl-branches/nasslli_branch/theories/ocaml_doc/OMakefile
Copied metaprl-branches/nasslli_branch/theories/sil/sil_itt_sos.ml
Copied metaprl-branches/nasslli_branch/theories/sil/sil_itt_sos.mli
Copied metaprl-branches/nasslli_branch/theories/tptp/tptp.ml
Copied metaprl-branches/nasslli_branch/theories/tptp/tptp.mli
Copied metaprl-branches/nasslli_branch/theories/tptp/tptp_prove.ml
Copied metaprl-branches/nasslli_branch/theories/tptp/tptp_prove.mli
Copied metaprl-branches/nasslli_branch/util/OMakefile
Copied metaprl-branches/nasslli_branch/util/check-status.sh
Copied metaprl-branches/nasslli_branch/util/do-check-all.sh

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 20:33:36 -0700 (Thu, 24 Jun 2004)
Revision: 6022
Log message:

      The NASSLI version of MetaPRL is now version 0.9.6
      

Changes  Path
+3 -3 metaprl-branches/nasslli_branch/mk/defaults

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-24 20:34:43 -0700 (Thu, 24 Jun 2004)
Revision: 6023
Log message:

      The MetaPRL trunk is now version 0.9.6+
      

Changes  Path
+1 -1 metaprl/mk/defaults

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2004-06-24 21:32:57 -0700 (Thu, 24 Jun 2004)
Revision: 6024
Log message:

      - Fixed several typos
      - Added a link to free C++ version from MS
      - Added comment on Arial Unicode MS font for IE
      

Changes  Path
+12 -5 metaprl/doc/htmlman/mp-install.html

Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-06-24 23:02:17 -0700 (Thu, 24 Jun 2004)
Revision: 6025
Log message:

      Clarified a few paragraphs.
      

Changes  Path
+7 -7 metaprl/README.MACOSX

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-25 00:49:46 -0700 (Fri, 25 Jun 2004)
Revision: 6026
Log message:

      Fixing a typo Nathan found.
      

Changes  Path
+1 -1 metaprl/doc/htmlman/mp-install.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-26 15:19:29 -0700 (Sat, 26 Jun 2004)
Revision: 6027
Log message:

      Committing things added during the last lecture.
      

Changes  Path
+18 -0 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.ml
+2 -0 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_classical.mli
+12 -0 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.ml
+2 -0 metaprl-branches/nasslli_branch/theories/nasslli/nasslli_lc.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-26 15:21:27 -0700 (Sat, 26 Jun 2004)
Revision: 6028
Log message:

      Fixing a typo noticed by Alexei; line wrapping.
      

Changes  Path
+20 -9 metaprl/doc/htmlman/mp-install.html

Changes by: ( at unknown.email)
Date: 2004-06-26 15:21:27 -0700 (Sat, 26 Jun 2004)
Revision: 6029
Log message:

      This commit was manufactured by cvs2svn to create branch
      'nasslli_branch'.

Changes  Path
Copied metaprl-branches/nasslli_branch/README.MACOSX
Copied metaprl-branches/nasslli_branch/doc/htmlman/mp-install.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-27 17:59:01 -0700 (Sun, 27 Jun 2004)
Revision: 6030
Log message:

      Refiner.Refiner.RefineError is now included in Basic_tactics
      

Changes  Path
+2 -1 metaprl/OMakefile
+0 -1 metaprl/editor/ml/shell_p4.ml
+1 -0 metaprl/filter/filter/filter_prog.ml
+2 -3 metaprl/refiner/refiner/refine.ml
+2 -3 metaprl/refiner/refiner/refine.mli
+6 -8 metaprl/refiner/refiner/refine_error.ml
+6 -12 metaprl/refiner/refiner/refine_error.mli
+1 -1 metaprl/refiner/refsig/Files
+9 -15 metaprl/refiner/refsig/refine_error_sig.ml
+2 -8 metaprl/refiner/refsig/refiner_sig.ml
+1 -8 metaprl/refiner/rewrite/rewrite.ml
+1 -7 metaprl/refiner/rewrite/rewrite.mli
+1 -7 metaprl/refiner/rewrite/rewrite_build_contractum.ml
+1 -7 metaprl/refiner/rewrite/rewrite_build_contractum.mli
+1 -5 metaprl/refiner/rewrite/rewrite_compile_contractum.ml
+1 -5 metaprl/refiner/rewrite/rewrite_compile_contractum.mli
+1 -5 metaprl/refiner/rewrite/rewrite_compile_redex.ml
+1 -5 metaprl/refiner/rewrite/rewrite_compile_redex.mli
+1 -5 metaprl/refiner/rewrite/rewrite_debug.ml
+1 -5 metaprl/refiner/rewrite/rewrite_debug.mli
+1 -7 metaprl/refiner/rewrite/rewrite_match_redex.ml
+1 -7 metaprl/refiner/rewrite/rewrite_match_redex.mli
+1 -5 metaprl/refiner/rewrite/rewrite_meta.ml
+1 -5 metaprl/refiner/rewrite/rewrite_meta.mli
+1 -5 metaprl/refiner/rewrite/rewrite_util.ml
+1 -5 metaprl/refiner/rewrite/rewrite_util.mli
+2 -2 metaprl/refiner/term_ds/term_addr_ds.ml
+2 -2 metaprl/refiner/term_ds/term_addr_ds.mli
+4 -4 metaprl/refiner/term_ds/term_base_ds.ml
+4 -4 metaprl/refiner/term_ds/term_base_ds.mli
+4 -4 metaprl/refiner/term_ds/term_eval_ds.ml
+4 -4 metaprl/refiner/term_ds/term_eval_ds.mli
+2 -2 metaprl/refiner/term_ds/term_man_ds.ml
+2 -2 metaprl/refiner/term_ds/term_man_ds.mli
+4 -4 metaprl/refiner/term_ds/term_op_ds.ml
+4 -4 metaprl/refiner/term_ds/term_op_ds.mli
+4 -4 metaprl/refiner/term_ds/term_subst_ds.ml
+4 -4 metaprl/refiner/term_ds/term_subst_ds.mli
+2 -2 metaprl/refiner/term_gen/term_addr_gen.ml
+2 -2 metaprl/refiner/term_gen/term_addr_gen.mli
+1 -2 metaprl/refiner/term_gen/term_man_gen.ml
+1 -1 metaprl/refiner/term_gen/term_man_gen.mli
+1 -3 metaprl/refiner/term_gen/term_meta_gen.ml
+1 -3 metaprl/refiner/term_gen/term_meta_gen.mli
+1 -6 metaprl/refiner/term_std/term_base_std.ml
+1 -5 metaprl/refiner/term_std/term_base_std.mli
+1 -5 metaprl/refiner/term_std/term_eval_std.ml
+1 -5 metaprl/refiner/term_std/term_eval_std.mli
+1 -6 metaprl/refiner/term_std/term_op_std.ml
+1 -5 metaprl/refiner/term_std/term_op_std.mli
+1 -6 metaprl/refiner/term_std/term_subst_std.ml
+1 -5 metaprl/refiner/term_std/term_subst_std.mli
+1 -0 metaprl/support/shell/browser_resource.ml
+1 -0 metaprl/support/tactics/basic_tactics.ml
+1 -0 metaprl/support/tactics/simp_typeinf.ml
+1 -0 metaprl/support/tactics/top_conversionals.ml
+0 -1 metaprl/theories/czf/czf_itt_equiv.ml
+1 -1 metaprl/theories/experimental/compile/m_cps.mli
+0 -1 metaprl/theories/experimental/compile/m_x86_spill.ml
+0 -1 metaprl/theories/itt/itt_fset.ml
+0 -1 metaprl/theories/itt/itt_fun.ml
+0 -1 metaprl/theories/itt/itt_int_base.ml
+0 -1 metaprl/theories/itt/itt_isect.ml
+0 -1 metaprl/theories/itt/itt_logic.ml
+0 -1 metaprl/theories/itt/itt_mpoly2.ml
+0 -1 metaprl/theories/itt/itt_mpoly3.ml
+0 -1 metaprl/theories/itt/itt_quotient.ml
+0 -1 metaprl/theories/itt/itt_rat.ml
+0 -1 metaprl/theories/itt/itt_record_label.ml
+0 -1 metaprl/theories/itt/itt_squash.ml
+0 -1 metaprl/theories/itt/itt_struct2.ml
+0 -1 metaprl/theories/itt/itt_subtype.ml
+0 -1 metaprl/theories/itt/itt_supinf.ml
+0 -1 metaprl/theories/mesa/ma_decidable__equality.ml
+0 -1 metaprl/theories/sil/sil_itt_sos.ml
+0 -1 metaprl/theories/tptp/tptp.ml
+0 -1 metaprl/theories/tptp/tptp_prove.ml
+2 -2 metaprl/util/ocamldep.mll

Changes by: ( at unknown.email)
Date: 2004-06-27 17:59:01 -0700 (Sun, 27 Jun 2004)
Revision: 6031
Log message:

      This commit was manufactured by cvs2svn to create tag 'trunk'.

Changes  Path
Copied metaprl-tags/trunk
Deleted metaprl-tags/trunk/BUGS
Deleted metaprl-tags/trunk/Makefile
Deleted metaprl-tags/trunk/OMakefile
Deleted metaprl-tags/trunk/OMakeroot
Deleted metaprl-tags/trunk/README
Deleted metaprl-tags/trunk/README.MACOSX
Deleted metaprl-tags/trunk/README.WIN32
Deleted metaprl-tags/trunk/refiner/OMakefile
Deleted metaprl-tags/trunk/refiner/refsig/Files
Deleted metaprl-tags/trunk/refiner/refsig/OMakefile
Deleted metaprl-tags/trunk/refiner/refsig/refine_error.mlh
Deleted metaprl-tags/trunk/refiner/refsig/refine_error_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/refine_minimal_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/refine_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/refiner_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/rewrite_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_addr_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_base_minimal_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_base_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_hash_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_man_minimal_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_man_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_meta_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_norm_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_op_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_shape_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_subst_minimal_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/term_subst_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/termmod_hash_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/termmod_sig.ml
Deleted metaprl-tags/trunk/refiner/refsig/thread_refiner_sig.ml
Deleted metaprl-tags/trunk/refiner/term_ds/Files
Deleted metaprl-tags/trunk/refiner/term_ds/OMakefile
Deleted metaprl-tags/trunk/refiner/term_ds/rob_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/rob_ds.mli
Deleted metaprl-tags/trunk/refiner/term_ds/term_addr_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_addr_ds.mli
Deleted metaprl-tags/trunk/refiner/term_ds/term_base_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_base_ds.mli
Deleted metaprl-tags/trunk/refiner/term_ds/term_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_ds.mli
Deleted metaprl-tags/trunk/refiner/term_ds/term_ds_sig.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_man_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_man_ds.mli
Deleted metaprl-tags/trunk/refiner/term_ds/term_op_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_op_ds.mli
Deleted metaprl-tags/trunk/refiner/term_ds/term_subst_ds.ml
Deleted metaprl-tags/trunk/refiner/term_ds/term_subst_ds.mli
Deleted metaprl-tags/trunk/refiner/term_std/Files
Deleted metaprl-tags/trunk/refiner/term_std/OMakefile
Deleted metaprl-tags/trunk/refiner/term_std/term_base_std.ml
Deleted metaprl-tags/trunk/refiner/term_std/term_base_std.mli
Deleted metaprl-tags/trunk/refiner/term_std/term_op_std.ml
Deleted metaprl-tags/trunk/refiner/term_std/term_op_std.mli
Deleted metaprl-tags/trunk/refiner/term_std/term_std.ml
Deleted metaprl-tags/trunk/refiner/term_std/term_std.mli
Deleted metaprl-tags/trunk/refiner/term_std/term_std_sig.ml
Deleted metaprl-tags/trunk/refiner/term_std/term_subst_std.ml
Deleted metaprl-tags/trunk/refiner/term_std/term_subst_std.mli
Deleted metaprl-tags/trunk/support/shell/OMakefile
Deleted metaprl-tags/trunk/support/shell/browser_copy.mli
Deleted metaprl-tags/trunk/support/shell/browser_copy.mll
Deleted metaprl-tags/trunk/support/shell/browser_edit.ml
Deleted metaprl-tags/trunk/support/shell/browser_edit.mli
Deleted metaprl-tags/trunk/support/shell/browser_resource.ml
Deleted metaprl-tags/trunk/support/shell/browser_resource.mli
Deleted metaprl-tags/trunk/support/shell/browser_session_io.mll
Deleted metaprl-tags/trunk/support/shell/browser_sig.mlz
Deleted metaprl-tags/trunk/support/shell/browser_state.ml
Deleted metaprl-tags/trunk/support/shell/browser_state.mli
Deleted metaprl-tags/trunk/support/shell/browser_syscall.ml
Deleted metaprl-tags/trunk/support/shell/browser_syscall.mli
Deleted metaprl-tags/trunk/support/shell/mptop.ml
Deleted metaprl-tags/trunk/support/shell/mptop.mli
Deleted metaprl-tags/trunk/support/shell/package_info.ml
Deleted metaprl-tags/trunk/support/shell/package_info.mli
Deleted metaprl-tags/trunk/support/shell/proof_edit.ml
Deleted metaprl-tags/trunk/support/shell/proof_edit.mli
Deleted metaprl-tags/trunk/support/shell/recursive_lock.ml
Deleted metaprl-tags/trunk/support/shell/recursive_lock.mli
Deleted metaprl-tags/trunk/support/shell/session.ml
Deleted metaprl-tags/trunk/support/shell/session.mli
Deleted metaprl-tags/trunk/support/shell/session_current.ml
Deleted metaprl-tags/trunk/support/shell/session_current.mli
Deleted metaprl-tags/trunk/support/shell/session_io.mli
Deleted metaprl-tags/trunk/support/shell/session_io.mll
Deleted metaprl-tags/trunk/support/shell/session_sig.mlz
Deleted metaprl-tags/trunk/support/shell/shell.ml
Deleted metaprl-tags/trunk/support/shell/shell.mli
Deleted metaprl-tags/trunk/support/shell/shell_browser.ml
Deleted metaprl-tags/trunk/support/shell/shell_browser.mli
Deleted metaprl-tags/trunk/support/shell/shell_command.ml
Deleted metaprl-tags/trunk/support/shell/shell_command.mli
Deleted metaprl-tags/trunk/support/shell/shell_core.ml
Deleted metaprl-tags/trunk/support/shell/shell_core.mli
Deleted metaprl-tags/trunk/support/shell/shell_current.ml
Deleted metaprl-tags/trunk/support/shell/shell_current.mli
Deleted metaprl-tags/trunk/support/shell/shell_fs.ml
Deleted metaprl-tags/trunk/support/shell/shell_fs.mli
Deleted metaprl-tags/trunk/support/shell/shell_internal_sig.mlz
Deleted metaprl-tags/trunk/support/shell/shell_p4_sig.mlz
Deleted metaprl-tags/trunk/support/shell/shell_package.ml
Deleted metaprl-tags/trunk/support/shell/shell_package.mli
Deleted metaprl-tags/trunk/support/shell/shell_root.ml
Deleted metaprl-tags/trunk/support/shell/shell_root.mli
Deleted metaprl-tags/trunk/support/shell/shell_rule.ml
Deleted metaprl-tags/trunk/support/shell/shell_rule.mli
Deleted metaprl-tags/trunk/support/shell/shell_sig.mlz
Deleted metaprl-tags/trunk/support/shell/shell_state.ml
Deleted metaprl-tags/trunk/support/shell/shell_state.mli
Deleted metaprl-tags/trunk/support/shell/shell_syscall.ml
Deleted metaprl-tags/trunk/support/shell/shell_syscall.mli
Deleted metaprl-tags/trunk/support/shell/shell_syscall_sig.mlz
Deleted metaprl-tags/trunk/support/shell/shell_tex.ml
Deleted metaprl-tags/trunk/support/shell/shell_tex.mli
Deleted metaprl-tags/trunk/support/shell/shell_theory.mlz
Deleted metaprl-tags/trunk/support/shell/shell_util.ml
Deleted metaprl-tags/trunk/support/shell/shell_util.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-30 16:49:51 -0700 (Wed, 30 Jun 2004)
Revision: 6033
Log message:

      Sequent conclusions should be LIST0, not LIST1 (i.e. the grammar should allow
      sequents with 0 conclusions).
      

Changes  Path
+6 -6 metaprl/filter/filter/term_grammar.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-30 20:07:20 -0700 (Wed, 30 Jun 2004)
Revision: 6034
Log message:

      Added rudimentary support for displaying sequents with <>1 conclusions.
      For now only 0-concl and 1-concl actually have display forms for them
      (the rest will fall back to the Simple_print code). The problem, of course,
      is that we do not have any meta-variables for variable-length sequences of
      conclusions.
      

Changes  Path
+43 -39 metaprl/refiner/reflib/term_match_table.ml
+30 -17 metaprl/support/display/base_dform.ml

Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-06-30 20:19:27 -0700 (Wed, 30 Jun 2004)
Revision: 6035
Log message:

      Disguising e-mail addresses -- this file appears in Google searches.
      

Changes  Path
+2 -2 metaprl/README.MACOSX