Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-08-06 17:06:32 -0700 (Fri, 06 Aug 2004)
Revision: 6115
Log message:

      Improved warning message when a grammar has conflicts.  "There were errors" is
      not the most helpful message IMHO.
      
      Also augmented parser to accept sequents with anonymous hypotheses.  For
      example:    sequent{ foo{}; bar{}; x:baz{} >- nil{} }
      

Changes  Path
+9 -3 metaprl/filter/phobos/phobos_main.ml
+2 -0 metaprl/filter/phobos/phobos_parser.mly
+3 -0 metaprl/filter/phobos/phobos_report.ml

Changes by: ( at unknown.email)
Date: 2004-08-06 17:06:32 -0700 (Fri, 06 Aug 2004)
Revision: 6116
Log message:

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

Changes  Path
Copied metaprl-branches/shell_begin
Copied mpcompiler-branches/shell_begin
Copied texinputs-branches/shell_begin
Deleted texinputs-branches/shell_begin/1cm.sty
Deleted texinputs-branches/shell_begin/1cml.sty
Deleted texinputs-branches/shell_begin/Makefile
Deleted texinputs-branches/shell_begin/Makefile-common
Deleted texinputs-branches/shell_begin/PPR-macros.tex
Deleted texinputs-branches/shell_begin/PPRmyppr.sty
Deleted texinputs-branches/shell_begin/bcp.bib
Deleted texinputs-branches/shell_begin/citlogo.eps
Deleted texinputs-branches/shell_begin/citlogo2.eps
Deleted texinputs-branches/shell_begin/config.ppr
Deleted texinputs-branches/shell_begin/cornell-logo.eps
Deleted texinputs-branches/shell_begin/dag50.eps
Deleted texinputs-branches/shell_begin/der.tex
Deleted texinputs-branches/shell_begin/gate.eps
Deleted texinputs-branches/shell_begin/gate.pdf
Deleted texinputs-branches/shell_begin/include.tex
Deleted texinputs-branches/shell_begin/omscmsy.fd
Deleted texinputs-branches/shell_begin/ot1cmr.fd
Deleted texinputs-branches/shell_begin/ot1cmss.fd
Deleted texinputs-branches/shell_begin/ot1lcmss.fd
Deleted texinputs-branches/shell_begin/ot1lcmtt.fd
Deleted texinputs-branches/shell_begin/pprpdf
Deleted texinputs-branches/shell_begin/proof.sty
Deleted texinputs-branches/shell_begin/slides-nogin.cls
Deleted texinputs-branches/shell_begin/splncs.bst
Deleted texinputs-branches/shell_begin/umsa.fd
Deleted texinputs-branches/shell_begin/umsb.fd

Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-08-11 16:24:14 -0700 (Wed, 11 Aug 2004)
Revision: 6118
Log message:

      Correcting the parsing of anonymous hypotheses.  I was making up a variable
      instead of using Lm_symbol.empty_var as the variable bound to an anonymous
      hypothesis.
      

Changes  Path
+1 -2 metaprl/filter/phobos/phobos_parser.mly

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-19 22:41:44 -0700 (Thu, 19 Aug 2004)
Revision: 6124
Log message:

      MP_DIRS needs to be an array in the first place; fixing it later with a split
      is a bad idea since this causes the effects of $(dir ...) to be lost (which
      was why the editor/ml/tests directory could not be compiled).
      

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

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-20 17:58:22 -0700 (Fri, 20 Aug 2004)
Revision: 6125
Log message:

      Allow "smart" syntax in non-binding hypotheses. Fixes bug 273.
      

Changes  Path
+13 -20 metaprl/filter/filter/term_grammar.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-21 18:32:16 -0700 (Sat, 21 Aug 2004)
Revision: 6126
Log message:

      Not sure whether we need filter_bin or not, but made sure it still compiles -
      just in case we do.
      

Changes  Path
+3 -2 metaprl/filter/filter/filter_bin.ml

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2004-08-23 16:41:50 -0700 (Mon, 23 Aug 2004)
Revision: 6127
Log message:

       - Added display forms for bterms.
       - Added the simple-bterm case for "dest_bterm" (Note: Alexei suggested
         to rename "dest_bterm" as "subterms_of_bterm" or just "subterms",
         because it only gives us subterms.)
      

Changes  Path
+229 -2 metaprl/theories/base/base_reflection.ml
+4 -0 metaprl/theories/base/base_reflection.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-24 18:35:26 -0700 (Tue, 24 Aug 2004)
Revision: 6131
Log message:

      Fixing the TEXINPUTS.
      

Changes  Path
+2 -2 metaprl/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-24 19:46:54 -0700 (Tue, 24 Aug 2004)
Revision: 6132
Log message:

      - Made sure that theories.pdf compiles.
      - There were two copies of book2.tex, removing the unused one.
      

Changes  Path
Deleted metaprl/doc/latex/theories/book2.tex
+7 -0 metaprl/support/display/comment.ml
+0 -6 metaprl/theories/ocaml_doc/book2.tex
+6 -0 texinputs/metaprl.tex

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-24 20:08:59 -0700 (Tue, 24 Aug 2004)
Revision: 6133
Log message:

      - Added a simple framework for annotating refiner error messages with
        better explanaitions. For now, only RewriteFreeSOVar is annotated.
      - Very minor code simplification in lm_rformat
      

Changes  Path
+20 -1 metaprl/refiner/reflib/refine_exn.ml

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2004-08-25 00:23:01 -0700 (Wed, 25 Aug 2004)
Revision: 6134
Log message:

      Added reflection in Itt. The induction on bterm is not implemented yet.
      

Changes  Path
+13 -13 metaprl/theories/base/base_reflection.ml
+2 -2 metaprl/theories/base/base_reflection.mli
+1 -0 metaprl/theories/itt/OMakefile
Added metaprl/theories/itt/itt_reflection.ml
Properties metaprl/theories/itt/itt_reflection.ml
Added metaprl/theories/itt/itt_reflection.mli
Properties metaprl/theories/itt/itt_reflection.mli
Added metaprl/theories/itt/itt_reflection.prla
Properties metaprl/theories/itt/itt_reflection.prla
+15 -24 metaprl/theories/itt/itt_reflection_test.ml
+0 -1 metaprl/theories/itt/itt_reflection_test.mli
+260 -633 metaprl/theories/itt/itt_reflection_test.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-25 11:45:04 -0700 (Wed, 25 Aug 2004)
Revision: 6135
Log message:

      Adding one of the TPHOLs cat B papers and the PS/PDF for the resources paper.
      

Changes  Path
+14 -2 metaprl/doc/htmlman/papers/mp-papers.html
Added metaprl/doc/htmlman/papers/resources.html
Properties metaprl/doc/htmlman/papers/resources.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-25 13:00:15 -0700 (Wed, 25 Aug 2004)
Revision: 6136
Log message:

      By default, build ocaml book without MathTimes fonts (this uses book2.tex).
      For MathTimes, use "omake jyh_doc" or "omake jyh_tex" (this uses book3.tex).
      
      Once bug 267 RFE is implemented, we should be able to toggle this in a less
      ad-hoc manner.
      

Changes  Path
+3 -0 metaprl/theories/ocaml_doc/OMakefile
+2 -2 metaprl/theories/ocaml_doc/book2.tex
Added metaprl/theories/ocaml_doc/book3.tex
Properties metaprl/theories/ocaml_doc/book3.tex

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-25 19:25:35 -0700 (Wed, 25 Aug 2004)
Revision: 6137
Log message:

      Trivial simplification of the code.
      

Changes  Path
+2 -8 metaprl/filter/filter/term_grammar.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-25 21:48:25 -0700 (Wed, 25 Aug 2004)
Revision: 6139
Log message:

      - Adjusted the precedences so that the "smart" syntax for sequents is parsed
      correctly. E.g. "a b{| ... |}" is now correctly parsed as "a ('b{| ... |})"
      instead of "(a b){| ... |}" and similarly for "a in b{| ... |}" and other
      operators.
      - Simplified the grammar a bit, removing some unnecessary restrictions (for
      example, the notion of "applyterm" was removed - now any term not containing
      a non-parenticized coma can be a subterm of an application).
      

Changes  Path
+0 -1 metaprl/filter/base/filter_type.ml
+4 -5 metaprl/filter/filter/filter_parse.ml
+50 -65 metaprl/filter/filter/term_grammar.ml
+0 -1 metaprl/support/shell/shell_state.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-25 22:35:52 -0700 (Wed, 25 Aug 2004)
Revision: 6140
Log message:

      Beofre displaying a term, convert every Context in it into a Hypothesis.
      (<H...> would become df_context{'H...} with H becoming a second-order
      variable with the same context dependencies and subterms as the original context).
      Basically, this means that we have one centralized "standard" hack for contexts
      as opposed to having to reimplement it in every theory that wants non-default
      display forms for sequents.
      

Changes  Path
+10 -1 metaprl/refiner/term_gen/term_meta_gen.ml
+18 -20 metaprl/support/display/base_dform.ml
+5 -0 metaprl/support/display/base_dform.mli
+2 -23 metaprl/theories/cic/cic_ind_type.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-26 18:35:32 -0700 (Thu, 26 Aug 2004)
Revision: 6142
Log message:

      This is a branch to bring metaprl in line with the omake branch.
      98% of these changes are just to .cvsignore files, which should
      ignore .omc and .omo generated files.
      
      There are a few changes to OMakefiles.  This is because
      the $'(...) sequence has been replaced by $`(...).
      $'a b c' is now symmetric with $"a b c", as a quotation.
      $'...' does not expand variables in the quotation, $"..." does.
      
      This will probably be a very short-lived branch...
      We can remove the tag later if this is a problem.
      

Changes  Path
Properties metaprl-branches/shell_begin
+26 -37 metaprl-branches/shell_begin/OMakefile
Properties metaprl-branches/shell_begin/bin
Properties metaprl-branches/shell_begin/clib
Properties metaprl-branches/shell_begin/debug
Properties metaprl-branches/shell_begin/doc
+3 -4 metaprl-branches/shell_begin/doc/OMakefile
Properties metaprl-branches/shell_begin/doc/latex/theories
Properties metaprl-branches/shell_begin/doc/latex/theories/base
Properties metaprl-branches/shell_begin/doc/latex/theories/czf
Properties metaprl-branches/shell_begin/doc/latex/theories/experimental/compile
Properties metaprl-branches/shell_begin/doc/latex/theories/fir
Properties metaprl-branches/shell_begin/doc/latex/theories/fol
Properties metaprl-branches/shell_begin/doc/latex/theories/itt
Properties metaprl-branches/shell_begin/doc/latex/theories/mc
Properties metaprl-branches/shell_begin/doc/latex/theories/ocaml_doc
Properties metaprl-branches/shell_begin/doc/ps/theories
Properties metaprl-branches/shell_begin/editor/emacs
+12 -9 metaprl-branches/shell_begin/editor/emacs/caml.el
Binary metaprl-branches/shell_begin/editor/emacs/caml.elc
Properties metaprl-branches/shell_begin/editor/java
Properties metaprl-branches/shell_begin/editor/ml
+12 -14 metaprl-branches/shell_begin/editor/ml/OMakefile
Properties metaprl-branches/shell_begin/editor/ml/tests
Properties metaprl-branches/shell_begin/filter
+14 -14 metaprl-branches/shell_begin/filter/OMakefile
Properties metaprl-branches/shell_begin/filter/base
Properties metaprl-branches/shell_begin/filter/filter
Properties metaprl-branches/shell_begin/filter/phobos
Properties metaprl-branches/shell_begin/lib
Properties metaprl-branches/shell_begin/library
Properties metaprl-branches/shell_begin/mk
+15 -21 metaprl-branches/shell_begin/mk/prlcomp
Properties metaprl-branches/shell_begin/mllib
Properties metaprl-branches/shell_begin/patches
Properties metaprl-branches/shell_begin/proxyedit
Properties metaprl-branches/shell_begin/refiner
Properties metaprl-branches/shell_begin/refiner/refbase
Properties metaprl-branches/shell_begin/refiner/refiner
Properties metaprl-branches/shell_begin/refiner/reflib
Properties metaprl-branches/shell_begin/refiner/refsig
Properties metaprl-branches/shell_begin/refiner/rewrite
Properties metaprl-branches/shell_begin/refiner/term_ds
Properties metaprl-branches/shell_begin/refiner/term_gen
Properties metaprl-branches/shell_begin/refiner/term_std
Properties metaprl-branches/shell_begin/support/display
Properties metaprl-branches/shell_begin/support/shell
Properties metaprl-branches/shell_begin/support/shell/inputs
Properties metaprl-branches/shell_begin/support/tactics
Properties metaprl-branches/shell_begin/tactics/ensemble
Properties metaprl-branches/shell_begin/tactics/null
Properties metaprl-branches/shell_begin/tactics/proof
Properties metaprl-branches/shell_begin/theories/base
Properties metaprl-branches/shell_begin/theories/cic
Properties metaprl-branches/shell_begin/theories/czf
Properties metaprl-branches/shell_begin/theories/experimental/compile
Properties metaprl-branches/shell_begin/theories/experimental/compile/runtime
Properties metaprl-branches/shell_begin/theories/experimental/mcc/fir
Properties metaprl-branches/shell_begin/theories/experimental/mcc/fir/type
Properties metaprl-branches/shell_begin/theories/experimental/mcc/fir/util
Properties metaprl-branches/shell_begin/theories/experimental/unity
Properties metaprl-branches/shell_begin/theories/fir
Properties metaprl-branches/shell_begin/theories/fol
Properties metaprl-branches/shell_begin/theories/itt
Properties metaprl-branches/shell_begin/theories/kat
Properties metaprl-branches/shell_begin/theories/mesa
Properties metaprl-branches/shell_begin/theories/ocaml_doc
Properties metaprl-branches/shell_begin/theories/ocaml_sos
Properties metaprl-branches/shell_begin/theories/phobos
Properties metaprl-branches/shell_begin/theories/sil
Properties metaprl-branches/shell_begin/theories/tptp
Properties metaprl-branches/shell_begin/theories/tutorial
Properties metaprl-branches/shell_begin/util
Properties mpcompiler-branches/shell_begin/mmc
Properties mpcompiler-branches/shell_begin/mmc/arch/ppc
Properties mpcompiler-branches/shell_begin/mmc/arch/ra
Properties mpcompiler-branches/shell_begin/mmc/arch/util
Properties mpcompiler-branches/shell_begin/mmc/arch/x86
Properties mpcompiler-branches/shell_begin/mmc/arch/x86/runtime
Properties mpcompiler-branches/shell_begin/mmc/base
Properties mpcompiler-branches/shell_begin/mmc/core
Properties mpcompiler-branches/shell_begin/mmc/extensions
Properties mpcompiler-branches/shell_begin/mmc/extensions/array
Properties mpcompiler-branches/shell_begin/mmc/extensions/bool
Properties mpcompiler-branches/shell_begin/mmc/extensions/fix
Properties mpcompiler-branches/shell_begin/mmc/extensions/int
Properties mpcompiler-branches/shell_begin/mmc/extensions/loop
Properties mpcompiler-branches/shell_begin/mmc/extensions/operator
Properties mpcompiler-branches/shell_begin/mmc/extensions/reserve
Properties mpcompiler-branches/shell_begin/mmc/extensions/special
Properties mpcompiler-branches/shell_begin/mmc/extensions/string
Properties mpcompiler-branches/shell_begin/mmc/extensions/tuple
Properties mpcompiler-branches/shell_begin/mmc/extensions/tyexists
Properties mpcompiler-branches/shell_begin/mmc/extensions/unit
Properties mpcompiler-branches/shell_begin/mmc/lir
Properties mpcompiler-branches/shell_begin/mmc/main
Properties mpcompiler-branches/shell_begin/mmc/opt/dead/core
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/core
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/extensions/fix
Properties mpcompiler-branches/shell_begin/mmc/test
Properties mpcompiler-branches/shell_begin/util
Properties texinputs-branches/shell_begin

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-27 20:23:35 -0700 (Fri, 27 Aug 2004)
Revision: 6146
Log message:

      More .cvsignore changes.
      I should have committed the book changes to the trunk....
      Well, this brings MetaPRL in line with the latest omake changes.
      

Changes  Path
Properties metaprl-branches/shell_begin
Properties metaprl-branches/shell_begin/bin
Properties metaprl-branches/shell_begin/clib
Properties metaprl-branches/shell_begin/debug
Properties metaprl-branches/shell_begin/doc
Properties metaprl-branches/shell_begin/doc/htmlman
Properties metaprl-branches/shell_begin/doc/htmlman/chars
Properties metaprl-branches/shell_begin/doc/htmlman/developer-guide
Properties metaprl-branches/shell_begin/doc/htmlman/framework
Properties metaprl-branches/shell_begin/doc/htmlman/images
Properties metaprl-branches/shell_begin/doc/htmlman/papers
Properties metaprl-branches/shell_begin/doc/htmlman/system
Properties metaprl-branches/shell_begin/doc/htmlman/user-guide
Properties metaprl-branches/shell_begin/doc/latex
Properties metaprl-branches/shell_begin/doc/latex/theories
Properties metaprl-branches/shell_begin/doc/latex/theories/base
Properties metaprl-branches/shell_begin/doc/latex/theories/czf
Properties metaprl-branches/shell_begin/doc/latex/theories/experimental
Properties metaprl-branches/shell_begin/doc/latex/theories/experimental/compile
Properties metaprl-branches/shell_begin/doc/latex/theories/fir
Properties metaprl-branches/shell_begin/doc/latex/theories/fol
Properties metaprl-branches/shell_begin/doc/latex/theories/itt
Properties metaprl-branches/shell_begin/doc/latex/theories/mc
Properties metaprl-branches/shell_begin/doc/latex/theories/ocaml_doc
Properties metaprl-branches/shell_begin/doc/misc
Properties metaprl-branches/shell_begin/doc/ps
Properties metaprl-branches/shell_begin/doc/ps/theories
Properties metaprl-branches/shell_begin/editor
Properties metaprl-branches/shell_begin/editor/emacs
Binary metaprl-branches/shell_begin/editor/emacs/caml.elc
Properties metaprl-branches/shell_begin/editor/fonts
Properties metaprl-branches/shell_begin/editor/fonts/ttf
Properties metaprl-branches/shell_begin/editor/java
Properties metaprl-branches/shell_begin/editor/java/images
Properties metaprl-branches/shell_begin/editor/ml
+7 -4 metaprl-branches/shell_begin/editor/ml/OMakefile
Properties metaprl-branches/shell_begin/editor/ml/tests
Properties metaprl-branches/shell_begin/filter
+2 -2 metaprl-branches/shell_begin/filter/OMakefile
Properties metaprl-branches/shell_begin/filter/base
Properties metaprl-branches/shell_begin/filter/filter
Properties metaprl-branches/shell_begin/filter/phobos
Properties metaprl-branches/shell_begin/lib
Properties metaprl-branches/shell_begin/library
Properties metaprl-branches/shell_begin/mk
Properties metaprl-branches/shell_begin/mllib
Properties metaprl-branches/shell_begin/patches
Properties metaprl-branches/shell_begin/proxyedit
Properties metaprl-branches/shell_begin/refiner
Properties metaprl-branches/shell_begin/refiner/refbase
Properties metaprl-branches/shell_begin/refiner/refiner
Properties metaprl-branches/shell_begin/refiner/reflib
Properties metaprl-branches/shell_begin/refiner/refsig
Properties metaprl-branches/shell_begin/refiner/rewrite
Properties metaprl-branches/shell_begin/refiner/term_ds
Properties metaprl-branches/shell_begin/refiner/term_gen
Properties metaprl-branches/shell_begin/refiner/term_std
Properties metaprl-branches/shell_begin/support
Properties metaprl-branches/shell_begin/support/display
+10 -0 metaprl-branches/shell_begin/support/display/comment.ml
+2 -0 metaprl-branches/shell_begin/support/display/comment.mli
Properties metaprl-branches/shell_begin/support/shell
Properties metaprl-branches/shell_begin/support/shell/inputs
Properties metaprl-branches/shell_begin/support/tactics
Properties metaprl-branches/shell_begin/tactics
Properties metaprl-branches/shell_begin/tactics/ensemble
Properties metaprl-branches/shell_begin/tactics/null
Properties metaprl-branches/shell_begin/tactics/proof
Properties metaprl-branches/shell_begin/theories
Properties metaprl-branches/shell_begin/theories/base
Properties metaprl-branches/shell_begin/theories/cic
Properties metaprl-branches/shell_begin/theories/czf
Properties metaprl-branches/shell_begin/theories/experimental
Properties metaprl-branches/shell_begin/theories/experimental/compile
Properties metaprl-branches/shell_begin/theories/experimental/compile/runtime
Properties metaprl-branches/shell_begin/theories/experimental/mcc
Properties metaprl-branches/shell_begin/theories/experimental/mcc/fir
Properties metaprl-branches/shell_begin/theories/experimental/mcc/fir/type
Properties metaprl-branches/shell_begin/theories/experimental/mcc/fir/util
Properties metaprl-branches/shell_begin/theories/experimental/unity
Properties metaprl-branches/shell_begin/theories/fir
Properties metaprl-branches/shell_begin/theories/fol
Properties metaprl-branches/shell_begin/theories/itt
Properties metaprl-branches/shell_begin/theories/kat
Properties metaprl-branches/shell_begin/theories/lf
Properties metaprl-branches/shell_begin/theories/mesa
Properties metaprl-branches/shell_begin/theories/ocaml_doc
+4 -4 metaprl-branches/shell_begin/theories/ocaml_doc/ocaml_doc_exn1.ml
+219 -92 metaprl-branches/shell_begin/theories/ocaml_doc/ocaml_doc_expr1.ml
+2 -0 metaprl-branches/shell_begin/theories/ocaml_doc/ocaml_doc_io1.ml
+2 -0 metaprl-branches/shell_begin/theories/ocaml_doc/ocaml_doc_mod1.ml
+6 -2 metaprl-branches/shell_begin/theories/ocaml_doc/ocaml_doc_var1.ml
Properties metaprl-branches/shell_begin/theories/ocaml_sos
Properties metaprl-branches/shell_begin/theories/phobos
Properties metaprl-branches/shell_begin/theories/sil
Properties metaprl-branches/shell_begin/theories/tptp
Properties metaprl-branches/shell_begin/theories/tutorial
Properties metaprl-branches/shell_begin/util
Properties mpcompiler-branches/shell_begin/mmc
Properties mpcompiler-branches/shell_begin/mmc/arch
Properties mpcompiler-branches/shell_begin/mmc/arch/ppc
Properties mpcompiler-branches/shell_begin/mmc/arch/ra
Properties mpcompiler-branches/shell_begin/mmc/arch/util
Properties mpcompiler-branches/shell_begin/mmc/arch/x86
Properties mpcompiler-branches/shell_begin/mmc/arch/x86/runtime
Properties mpcompiler-branches/shell_begin/mmc/base
Properties mpcompiler-branches/shell_begin/mmc/core
Properties mpcompiler-branches/shell_begin/mmc/extensions
Properties mpcompiler-branches/shell_begin/mmc/extensions/array
Properties mpcompiler-branches/shell_begin/mmc/extensions/bool
Properties mpcompiler-branches/shell_begin/mmc/extensions/fix
Properties mpcompiler-branches/shell_begin/mmc/extensions/int
Properties mpcompiler-branches/shell_begin/mmc/extensions/loop
Properties mpcompiler-branches/shell_begin/mmc/extensions/operator
Properties mpcompiler-branches/shell_begin/mmc/extensions/reserve
Properties mpcompiler-branches/shell_begin/mmc/extensions/special
Properties mpcompiler-branches/shell_begin/mmc/extensions/string
Properties mpcompiler-branches/shell_begin/mmc/extensions/tuple
Properties mpcompiler-branches/shell_begin/mmc/extensions/tyexists
Properties mpcompiler-branches/shell_begin/mmc/extensions/unit
Properties mpcompiler-branches/shell_begin/mmc/lir
Properties mpcompiler-branches/shell_begin/mmc/main
Properties mpcompiler-branches/shell_begin/mmc/opt
Properties mpcompiler-branches/shell_begin/mmc/opt/dead
Properties mpcompiler-branches/shell_begin/mmc/opt/dead/core
Properties mpcompiler-branches/shell_begin/mmc/opt/direct
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/core
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/extensions
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/extensions/fix
Properties mpcompiler-branches/shell_begin/mmc/test
Properties mpcompiler-branches/shell_begin/util
Properties texinputs-branches/shell_begin

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-27 20:35:06 -0700 (Fri, 27 Aug 2004)
Revision: 6147
Log message:

      More .cvsignore changes.
      

Changes  Path
Properties metaprl-branches/shell_begin
Properties mpcompiler-branches/shell_begin/mmc/arch/ra
Properties mpcompiler-branches/shell_begin/mmc/arch/x86
Properties mpcompiler-branches/shell_begin/mmc/base
Properties mpcompiler-branches/shell_begin/mmc/core
Properties mpcompiler-branches/shell_begin/mmc/extensions/array
Properties mpcompiler-branches/shell_begin/mmc/extensions/bool
Properties mpcompiler-branches/shell_begin/mmc/extensions/fix
Properties mpcompiler-branches/shell_begin/mmc/extensions/int
Properties mpcompiler-branches/shell_begin/mmc/extensions/loop
Properties mpcompiler-branches/shell_begin/mmc/extensions/operator
Properties mpcompiler-branches/shell_begin/mmc/extensions/reserve
Properties mpcompiler-branches/shell_begin/mmc/extensions/special
Properties mpcompiler-branches/shell_begin/mmc/extensions/string
Properties mpcompiler-branches/shell_begin/mmc/extensions/tuple
Properties mpcompiler-branches/shell_begin/mmc/extensions/tyexists
Properties mpcompiler-branches/shell_begin/mmc/extensions/unit
Properties mpcompiler-branches/shell_begin/mmc/main
Properties mpcompiler-branches/shell_begin/mmc/opt/dead/core
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/core
Properties mpcompiler-branches/shell_begin/mmc/opt/direct/extensions/fix
Properties mpcompiler-branches/shell_begin/mmc/test
Properties mpcompiler-branches/shell_begin/util

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-29 19:09:44 -0700 (Sun, 29 Aug 2004)
Revision: 6148
Log message:

      Merged the shell_begin branch.
      

Changes  Path
Properties metaprl
+26 -37 metaprl/OMakefile
Properties metaprl/bin
Properties metaprl/clib
Properties metaprl/debug
Properties metaprl/doc
+3 -4 metaprl/doc/OMakefile
Properties metaprl/doc/htmlman
Properties metaprl/doc/htmlman/chars
Properties metaprl/doc/htmlman/developer-guide
Properties metaprl/doc/htmlman/framework
Properties metaprl/doc/htmlman/images
Properties metaprl/doc/htmlman/papers
Properties metaprl/doc/htmlman/system
Properties metaprl/doc/htmlman/user-guide
Properties metaprl/doc/latex
Properties metaprl/doc/latex/theories
Properties metaprl/doc/latex/theories/base
Properties metaprl/doc/latex/theories/czf
Properties metaprl/doc/latex/theories/experimental
Properties metaprl/doc/latex/theories/experimental/compile
Properties metaprl/doc/latex/theories/fir
Properties metaprl/doc/latex/theories/fol
Properties metaprl/doc/latex/theories/itt
Properties metaprl/doc/latex/theories/mc
Properties metaprl/doc/latex/theories/ocaml_doc
Properties metaprl/doc/misc
Properties metaprl/doc/ps
Properties metaprl/doc/ps/theories
Properties metaprl/editor
Properties metaprl/editor/emacs
+12 -9 metaprl/editor/emacs/caml.el
Binary metaprl/editor/emacs/caml.elc
Properties metaprl/editor/fonts
Properties metaprl/editor/fonts/ttf
Properties metaprl/editor/java
Properties metaprl/editor/java/images
Properties metaprl/editor/ml
+18 -17 metaprl/editor/ml/OMakefile
Properties metaprl/editor/ml/tests
Properties metaprl/filter
+16 -16 metaprl/filter/OMakefile
Properties metaprl/filter/base
Properties metaprl/filter/filter
Properties metaprl/filter/phobos
Properties metaprl/lib
Properties metaprl/library
Properties metaprl/mk
+15 -21 metaprl/mk/prlcomp
Properties metaprl/mllib
Properties metaprl/patches
Properties metaprl/proxyedit
Properties metaprl/refiner
Properties metaprl/refiner/refbase
Properties metaprl/refiner/refiner
Properties metaprl/refiner/reflib
Properties metaprl/refiner/refsig
Properties metaprl/refiner/rewrite
Properties metaprl/refiner/term_ds
Properties metaprl/refiner/term_gen
Properties metaprl/refiner/term_std
Properties metaprl/support
Properties metaprl/support/display
+10 -0 metaprl/support/display/comment.ml
+2 -0 metaprl/support/display/comment.mli
Properties metaprl/support/shell
Properties metaprl/support/shell/inputs
Properties metaprl/support/tactics
Properties metaprl/tactics
Properties metaprl/tactics/ensemble
Properties metaprl/tactics/null
Properties metaprl/tactics/proof
Properties metaprl/theories
Properties metaprl/theories/base
Properties metaprl/theories/cic
Properties metaprl/theories/czf
Properties metaprl/theories/experimental
Properties metaprl/theories/experimental/compile
Properties metaprl/theories/experimental/compile/runtime
Properties metaprl/theories/experimental/mcc
Properties metaprl/theories/experimental/mcc/fir
Properties metaprl/theories/experimental/mcc/fir/type
Properties metaprl/theories/experimental/mcc/fir/util
Properties metaprl/theories/experimental/unity
Properties metaprl/theories/fir
Properties metaprl/theories/fol
Properties metaprl/theories/itt
Properties metaprl/theories/kat
Properties metaprl/theories/lf
Properties metaprl/theories/mesa
Properties metaprl/theories/ocaml_doc
+4 -4 metaprl/theories/ocaml_doc/ocaml_doc_exn1.ml
+219 -92 metaprl/theories/ocaml_doc/ocaml_doc_expr1.ml
+2 -0 metaprl/theories/ocaml_doc/ocaml_doc_io1.ml
+2 -0 metaprl/theories/ocaml_doc/ocaml_doc_mod1.ml
+6 -2 metaprl/theories/ocaml_doc/ocaml_doc_var1.ml
Properties metaprl/theories/ocaml_sos
Properties metaprl/theories/phobos
Properties metaprl/theories/sil
Properties metaprl/theories/tptp
Properties metaprl/theories/tutorial
Properties metaprl/util
Properties mpcompiler/mmc
+1 -1 mpcompiler/mmc/OMakefile
Properties mpcompiler/mmc/arch
Properties mpcompiler/mmc/arch/ppc
Properties mpcompiler/mmc/arch/ra
Properties mpcompiler/mmc/arch/util
Properties mpcompiler/mmc/arch/x86
Properties mpcompiler/mmc/arch/x86/runtime
Properties mpcompiler/mmc/base
Properties mpcompiler/mmc/core
Properties mpcompiler/mmc/extensions
Properties mpcompiler/mmc/extensions/array
Properties mpcompiler/mmc/extensions/bool
Properties mpcompiler/mmc/extensions/fix
Properties mpcompiler/mmc/extensions/int
Properties mpcompiler/mmc/extensions/loop
Properties mpcompiler/mmc/extensions/operator
Properties mpcompiler/mmc/extensions/reserve
Properties mpcompiler/mmc/extensions/special
Properties mpcompiler/mmc/extensions/string
Properties mpcompiler/mmc/extensions/tuple
Properties mpcompiler/mmc/extensions/tyexists
Properties mpcompiler/mmc/extensions/unit
Properties mpcompiler/mmc/lir
Properties mpcompiler/mmc/main
Properties mpcompiler/mmc/opt
Properties mpcompiler/mmc/opt/dead
Properties mpcompiler/mmc/opt/dead/core
Properties mpcompiler/mmc/opt/direct
Properties mpcompiler/mmc/opt/direct/core
Properties mpcompiler/mmc/opt/direct/extensions
Properties mpcompiler/mmc/opt/direct/extensions/fix
Properties mpcompiler/mmc/test
Properties mpcompiler/util
Properties texinputs

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-29 20:18:48 -0700 (Sun, 29 Aug 2004)
Revision: 6149
Log message:

      As a workaround for bug 287 (hopefully, a temporary one), I put OMakeVersion into
      OMakeroot as well.
      

Changes  Path
+5 -0 metaprl/OMakeroot

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-30 08:42:40 -0700 (Mon, 30 Aug 2004)
Revision: 6150
Log message:

      Use add-wrapper, not add-quoted-wrapper.
      

Changes  Path
+2 -2 metaprl/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-30 13:20:35 -0700 (Mon, 30 Aug 2004)
Revision: 6151
Log message:

      More changes to the book.
      

Changes  Path
+94 -54 metaprl/theories/ocaml_doc/ocaml_doc_expr1.ml
+47 -30 metaprl/theories/ocaml_doc/ocaml_doc_patt1.ml
+86 -63 metaprl/theories/ocaml_doc/ocaml_doc_var1.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-31 17:21:49 -0700 (Tue, 31 Aug 2004)
Revision: 6152
Log message:

      Added explanation to AllSOInstances error.
      

Changes  Path
+3 -2 metaprl/refiner/reflib/refine_exn.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-08-31 17:50:30 -0700 (Tue, 31 Aug 2004)
Revision: 6153
Log message:

      In responce to Nathan's troubles, making the parsing of contexts more liberal:
      - Allow "[]" in 0 arity contexts
      - Allow "<||>" (in addition to "<| |>") the same way as it is allowed for SO
      variables.
      

Changes  Path
+7 -11 metaprl/filter/filter/term_grammar.ml