Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-07 11:18:44 -0700 (Thu, 07 Oct 1999)
Revision: 2815
Log message:
- Added link to MetaPRL-related seminars page
- Some pages had "NLOverview" instead of "MPOverview" - fixed
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-08 15:38:35 -0700 (Fri, 08 Oct 1999)
Revision: 2816
Log message:
- Updated several bug descriptions
- Numbered all bugs so that we can easier refer to them
- I suggest that we start all bug descriptions by
i.j) (Added on <date> by <login>. Confirmed on <date> by <login> ...)
So that we know how old the bug is and when was the last time we actually saw the bug.
This should help us to determine which bugs may be already gone and which bugs
are around too long and need to be finally fixed
Changes | Path |
+46 -63 | metaprl/BUGS |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-16 13:21:52 -0700 (Sat, 16 Oct 1999)
Revision: 2817
Log message:
Changed alpha_equal_* in Term_ds and Term_std to be consistent with Nuprl:
Now bound terms x,x.'x and y,x.'x are considered alpha equal while
x,x.'x and x,y.'x are not.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-16 14:28:15 -0700 (Sat, 16 Oct 1999)
Revision: 2818
Log message:
Updated the bug list:
- The bug (3.4) is fixed (see my previous commit).
- Added more information on several other bugs.
Changes | Path |
+14 -8 | metaprl/BUGS |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-21 10:29:30 -0700 (Thu, 21 Oct 1999)
Revision: 2819
Log message:
There was a small typo in a sub_resource.
Thanks to Carl R. Witty <cwitty@newtonlabs.com> for finding it!
I am sorry it took so long to fix it - I completely forgot about it.
Changes | Path |
+1 -1 | metaprl/theories/itt/itt_dprod.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-21 12:25:39 -0700 (Thu, 21 Oct 1999)
Revision: 2820
Log message:
This is no longer used. set_sig.mlz is used instead
Changes | Path |
Deleted | metaprl/mllib/mp_set.mlz |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-21 16:32:11 -0700 (Thu, 21 Oct 1999)
Revision: 2821
Log message:
I wrote a short description of some of the useful modules we have here:
sets, linear sets and tables.
I would be nice to try to extend this documentation and keep it up-to-date.
I am planning to submit a links to this file (http://ensemble01.cs.cornell.edu:12000/cvsweb/~checkout~/meta-prl/mllib/index.html )
to several OCaml code indexes:
http://caml.inria.fr/hump.html
http://miss.wu-wien.ac.at/~mottl/ocaml_sources/intro.html
Changes | Path |
Added | metaprl/mllib/index.html |
Properties | metaprl/mllib/index.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-21 18:07:59 -0700 (Thu, 21 Oct 1999)
Revision: 2822
Log message:
Added new function to mp_debug
let show_loading s = if !debug_load then Printf.eprintf s eflush
and replaced all usages of debug_load with show_loading
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-23 11:54:50 -0700 (Sat, 23 Oct 1999)
Revision: 2823
Log message:
Frameset for mp-people.html
Changes | Path |
Added | metaprl/doc/htmlman/people.html |
Properties | metaprl/doc/htmlman/people.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-25 14:45:17 -0700 (Mon, 25 Oct 1999)
Revision: 2824
Log message:
I created a Makefile that allows converting MetaPRL documentatoion into
PS and PDF format using HTMLDOC utility.
Curenntly three pairs of (.PS,.PDF) files are being created:
introduction - introduction to MetaPRL, installing MetaPRl, etc
user-guide - User Guide
tutorial - MetaPRL Tutorial
I had to modify html files slightly (mostly - H1-H6 tags) to help HTMLDOC
better understand the structure.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-25 19:44:44 -0700 (Mon, 25 Oct 1999)
Revision: 2825
Log message:
- Added a Makefile target "check" that checks HTML syntax
using weblint utility ( http://www.weblint.org/ )
- Fixed most of the HTML problems reported by weblint utility
This reduced the number of weblint warnings from over 8000 to 19
(All 19 are
unknown attribute "..." for element <FRAMESET>
where ... is either FRAMEBORDER, BORDER or FRAMESPACING)
- Added system.{ps,pdf} (MetaPRL System Description)
to the list of generated documentation files
- Some htmldoc-related fixes
- Removed the references to "load" command since
in the current version of MetaPRL "cd" command loads
the module if necessary.
- Removed some unused test files
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-26 13:47:53 -0700 (Tue, 26 Oct 1999)
Revision: 2826
Log message:
- Added documentation on how to convert documentation .PS and .PDF formats.
- Removed mp-frame.html - as far as I can see, it is just an outdated
version of mp.html
- Added more HTML files to system.{ps,pdf}
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-26 15:14:51 -0700 (Tue, 26 Oct 1999)
Revision: 2828
Log message:
Renamed break -> hbreak (dforms construction) to be more consistent.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-26 15:19:30 -0700 (Tue, 26 Oct 1999)
Revision: 2829
Log message:
Small fixes.
Changes | Path |
+1 -1 | metaprl/doc/htmlman/system/mp-terms.html |
+5 -8 | metaprl/doc/htmlman/user-guide/mp-dform.html |
+19 -20 | metaprl/doc/htmlman/user-guide/mp-terms.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-26 22:41:35 -0700 (Tue, 26 Oct 1999)
Revision: 2830
Log message:
More fixes
I have finished proof-reading the introduction and the user's guide and
I still have tutorial and system description left.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-27 09:42:06 -0700 (Wed, 27 Oct 1999)
Revision: 2831
Log message:
HTMLDOC does not like "<PRE><IMG ...></PRE>.
Since in this context <PRE> is unnecessary, I removed it.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-27 09:56:52 -0700 (Wed, 27 Oct 1999)
Revision: 2832
Log message:
Mentioned http://www.cs.cornell.edu/nogin/RPM/meta-prl/ByName.html
Changes | Path |
+3 -1 | metaprl/doc/htmlman/mp-install.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-27 16:11:27 -0700 (Wed, 27 Oct 1999)
Revision: 2833
Log message:
Added a warning:
<P><I><B>Warning:</B> This tutorial is a little outdated.</I> Most things would probably
still work as described, but we have implemented several mechanisms (such as resource
annotations) that are much easier to use than the mechanisms used in this tutorial.</P>
Changes | Path |
+3 -0 | metaprl/doc/htmlman/tutorial/mp-tutorial.html |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-27 16:27:52 -0700 (Wed, 27 Oct 1999)
Revision: 2834
Log message:
Added:
This file was contributed by Carl R. Witty <cwitty@newtonlabs.com>
Changes | Path |
+1 -0 | metaprl/doc/itt_quickref.txt |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-31 16:10:29 -0800 (Sun, 31 Oct 1999)
Revision: 2835
Log message:
Some formatting fixes
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-10-31 18:04:09 -0800 (Sun, 31 Oct 1999)
Revision: 2836
Log message:
Fixed some links, updated some information, added rwhigher info.