Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-05 13:34:43 -0700 (Sat, 05 Sep 1998)
Revision: 2454
Log message:
Upgrade to OCaml2.0.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-05 14:02:22 -0700 (Sat, 05 Sep 1998)
Revision: 2455
Log message:
Added version numbering.
Changes | Path |
Properties | metaprl/editor/ml |
+7 -0 | metaprl/editor/ml/Makefile |
Added | metaprl/editor/ml/nl_version.mli |
Properties | metaprl/editor/ml/nl_version.mli |
+2 -5 | metaprl/editor/ml/shell_nl.ml |
+2 -5 | metaprl/editor/ml/shell_p4.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-05 15:31:37 -0700 (Sat, 05 Sep 1998)
Revision: 2456
Log message:
Added license headers to each of the files in preparation for
the first major release. The license is GNU public license; if
any of you have problems with that, let me know right away. When
you add new code, you should credit yourself as the author. When
you modify code, you should add a "Modified by:" to the header,
and possibly a short summary of your changes.
I tried to get the Author lists as correct as I remember, but there
are more than 550 files(!) and I may have made some mistakes. Please
add yourself if I didn't do it right.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-07 15:02:13 -0700 (Mon, 07 Sep 1998)
Revision: 2457
Log message:
Replaced "The Ensemble Juke Box" with "Nuprl-Light".
Changes | Path |
+3 -3 | metaprl/doc/license.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-07 15:15:42 -0700 (Mon, 07 Sep 1998)
Revision: 2458
Log message:
Removed the links to button-bar.gif image and other parts of Juke Box docs.
Changes | Path |
+0 -12 | metaprl/doc/license.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-08 16:54:29 -0700 (Tue, 08 Sep 1998)
Revision: 2459
Log message:
Now make should work even if CAMLP4LIB environment variable is not defined.
Also, make clean should remove all filter/*.opt files.
Changes | Path |
+2 -1 | metaprl/filter/Makefile |
+3 -0 | metaprl/mk/config |
+2 -1 | metaprl/theories/tactic/Makefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-08 17:19:33 -0700 (Tue, 08 Sep 1998)
Revision: 2460
Log message:
This file is never used
Changes | Path |
Deleted | metaprl/mk/program |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-08 17:36:55 -0700 (Tue, 08 Sep 1998)
Revision: 2461
Log message:
More CAMLP4LIB changes
Changes | Path |
+12 -11 | metaprl/editor/ml/Makefile |
+6 -1 | metaprl/editor/ml/nlconfig |
+1 -53 | metaprl/mk/config |
+47 -9 | metaprl/mk/preface |
+2 -2 | metaprl/theories/tactic/Makefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-09 11:32:46 -0700 (Wed, 09 Sep 1998)
Revision: 2462
Log message:
Remove infix.ml on make clean
Changes | Path |
+1 -1 | metaprl/filter/Makefile |
Changes by: Richard Eaton (eaton at cs.cornell.edu)
Date: 1998-09-09 12:02:30 -0700 (Wed, 09 Sep 1998)
Revision: 2463
Log message:
.
Changes | Path |
+24 -12 | metaprl/library/definition.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-09 16:10:11 -0700 (Wed, 09 Sep 1998)
Revision: 2464
Log message:
Fixed a small bug in the bound variable renaming.
Changes | Path |
+5 -1 | metaprl/refiner/term_ds/term_base_ds.mlp |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-11 13:23:54 -0700 (Fri, 11 Sep 1998)
Revision: 2465
Log message:
Added Nuprl5 interface to editor/ml/shell.mli
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-13 20:45:59 -0700 (Sun, 13 Sep 1998)
Revision: 2466
Log message:
Enabled profiled build under Ocaml 2.00.
Ocaml 2.00 has a bug (profiled code woul segfault), so
you need to use my patched version of ocaml: ocaml >= 2.00-4
I've installed ocaml-2.00-4 on Mojave.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-14 15:11:29 -0700 (Mon, 14 Sep 1998)
Revision: 2467
Log message:
Backed my last change. I was wrong thinking there was a bug.
Changes | Path |
+1 -5 | metaprl/refiner/term_ds/term_base_ds.mlp |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-14 15:47:05 -0700 (Mon, 14 Sep 1998)
Revision: 2468
Log message:
Added the evaluator directory and moved there all the files left
from my first (unfinished) attempt to write an evaluator.
mk/config: $(ROOT)/lib should be the last include directory,
not the first one. This allows ocamldep to produce necessary
x.cmx: y.cmx dependencies.
Changes | Path |
Properties | metaprl/evaluator |
Added | metaprl/evaluator/Makefile |
Properties | metaprl/evaluator/Makefile |
Added | metaprl/evaluator/evaluator.ml |
Properties | metaprl/evaluator/evaluator.ml |
Added | metaprl/evaluator/evaluator.mli |
Properties | metaprl/evaluator/evaluator.mli |
Added | metaprl/evaluator/itt_redrules.ml |
Properties | metaprl/evaluator/itt_redrules.ml |
Added | metaprl/evaluator/itt_redrules.mli |
Properties | metaprl/evaluator/itt_redrules.mli |
+3 -3 | metaprl/mk/config |
+1 -2 | metaprl/theories/base/Makefile |
Deleted | metaprl/theories/base/evaluator.ml |
Deleted | metaprl/theories/base/evaluator.mli |
+0 -1 | metaprl/theories/itt/Makefile |
Deleted | metaprl/theories/itt/itt_redrules.ml |
Deleted | metaprl/theories/itt/itt_redrules.mli |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-17 19:50:14 -0700 (Thu, 17 Sep 1998)
Revision: 2469
Log message:
refiner: Added the signature files describing the minimal
term module functionality necessary for the Term_copy module.
evaluator: Added missing GPL headers
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-22 15:26:47 -0700 (Tue, 22 Sep 1998)
Revision: 2470
Log message:
Added some documentation. This HTML is still incomplete! But it
should help understand the system. Don't bother fixing spelling, etc,
because I will probably overwrite them when I make a final pass over
this first version. Feel free to add documentation of course:-)
Start in doc/htmlman/default.html
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-22 16:17:25 -0700 (Tue, 22 Sep 1998)
Revision: 2471
Log message:
license.html:
outdated by htmlman/license.html
htmlman/nl-install.html:
Replaced the read-write CVS instructions with the read-only ones.
Changed the download URL to ftp://ftp.cs.cornell.edu/pub/nuprl/nuprl-light/ .
I already created that directory (with write permissions for the nuprl group)
and moved my ocaml&camlp4 RPMs there.
Changes | Path |
+15 -15 | metaprl/doc/htmlman/nl-install.html |
Deleted | metaprl/doc/license.html |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-23 11:58:50 -0700 (Wed, 23 Sep 1998)
Revision: 2472
Log message:
Removed bogus quotes from edit_cd_thm.
Changes | Path |
+2 -1 | metaprl/editor/ml/shell.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-23 13:34:33 -0700 (Wed, 23 Sep 1998)
Revision: 2473
Log message:
Fixed loading in edit_list_module.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-24 11:40:03 -0700 (Thu, 24 Sep 1998)
Revision: 2474
Log message:
Fixed edit_node to convert to ped automatically.
Changes | Path |
+3 -3 | metaprl/editor/ml/shell_rule.ml |
+5 -5 | metaprl/filter/filter_ast.ml |
+16 -4 | metaprl/theories/base/base_auto_tactic.ml |
+5 -11 | metaprl/theories/itt/itt_struct.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-28 17:05:43 -0700 (Mon, 28 Sep 1998)
Revision: 2475
Log message:
Added Lib_term module to provide generic term functions that
handle special terms.
Nuprl5 people: you should use Lib_term.mk_term and Lib_term.dest_term
if you want term functions that work with sequents. Let me know if there
is a problem; an example would help a lot.
Changes | Path |
+1 -0 | metaprl/library/Makefile |
Added | metaprl/library/lib_term.ml |
Properties | metaprl/library/lib_term.ml |
Added | metaprl/library/lib_term.mli |
Properties | metaprl/library/lib_term.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-28 17:17:03 -0700 (Mon, 28 Sep 1998)
Revision: 2476
Log message:
I forgot to add the FOL theory. Sorry about that.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-28 17:33:29 -0700 (Mon, 28 Sep 1998)
Revision: 2477
Log message:
Added some features Lori requested for the Nuprl5 editor, plus
a syntax fix in the Fol_implies module.
Changes | Path |
+2 -1 | metaprl/Makefile |
+9 -7 | metaprl/editor/ml/shell.ml |
+3 -3 | metaprl/editor/ml/shell_rewrite.ml |
+1 -1 | metaprl/theories/fol/fol_implies.mli |
Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-28 17:51:07 -0700 (Mon, 28 Sep 1998)
Revision: 2478
Log message:
Added a local module declarations like "module TTerm = ToTerm.Term", so the
file looks a lot better now.
Changes | Path |
+112 -155 | metaprl/refiner/reflib/term_copy.ml |
Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 16:52:06 -0700 (Tue, 29 Sep 1998)
Revision: 2479
Log message:
Fixed comment typo.
Changes | Path |
+1 -1 | metaprl/editor/ml/proof_edit.ml |
Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 17:02:51 -0700 (Tue, 29 Sep 1998)
Revision: 2480
Log message:
Fixed an error string to print a newline.
Changes | Path |
+1 -1 | metaprl/editor/ml/shell_null.ml |
Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 17:51:50 -0700 (Tue, 29 Sep 1998)
Revision: 2481
Log message:
Made nl_version.ml depend on everything but itself and the executables, so
repeating make does nothing new.
At least I hope I did that - can you makefile-wizards check what I did?
Changes | Path |
+3 -7 | metaprl/editor/ml/Makefile |
Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 18:34:37 -0700 (Tue, 29 Sep 1998)
Revision: 2482
Log message:
cd is now used for all navigations, for example:
cd "/test/test1/1/2"
goes to the second subgoal of the first of the test1 theorem.
cd ".."
is the same as up 1 (which now uses cd).
cd "..."
is equivalent to cd "../..".
Note: Path `normalization' is done before processing, so cd "X/.." always work.
Changes | Path |
+108 -81 | metaprl/editor/ml/shell.ml |
Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-30 15:17:16 -0700 (Wed, 30 Sep 1998)
Revision: 2483
Log message:
Fixed stupid stuff.
Changes | Path |
+4 -2 | metaprl/editor/ml/Makefile |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-30 15:23:03 -0700 (Wed, 30 Sep 1998)
Revision: 2484
Log message:
Make Eli's nl_version hack work correctly (I hope)
on both native and bytecode builds
Changes | Path |
+7 -2 | metaprl/editor/ml/Makefile |