]>
matita.cs.unibo.it Git - helm.git/log
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 10:56:46 +0000 (10:56 +0000)]
is_small did not use the environment. Hence the List.nth exception. Fixed.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:50:17 +0000 (09:50 +0000)]
lift 0 was just a very heavy implementation of the identity function.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:19:20 +0000 (09:19 +0000)]
decast must also perform LetIn reduction now.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:18:54 +0000 (09:18 +0000)]
ppterm added
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 16:25:10 +0000 (16:25 +0000)]
Makefile improved: dependencies from libraries are now considered.
Irene Schena [Mon, 3 Dec 2001 16:17:59 +0000 (16:17 +0000)]
----------------------------------------------------------------------
Added Files:
1) schema-h.rdf, schema-hth.rdf: first draft of rdf schemas for objects
and theories
----------------------------------------------------------------------
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 15:33:40 +0000 (15:33 +0000)]
Dependencies from libraries now checked.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 15:13:22 +0000 (15:13 +0000)]
* Major code cleanup.
* Bug fixing: discharging of objects depending on variables with a body
is now handled (more) correctly.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 14:56:05 +0000 (14:56 +0000)]
Makefile improved.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 14:52:07 +0000 (14:52 +0000)]
Main code clean-up.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:17:43 +0000 (17:17 +0000)]
cicAnnotationHinter.ml* were in the library without any reason.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:16:28 +0000 (17:16 +0000)]
cicAnnotationHinter.ml* have no reason to be in the library.
In this way, the dependency from lablgtk is removed.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:15:59 +0000 (17:15 +0000)]
Exception management improved.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 16:48:19 +0000 (16:48 +0000)]
...
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 16:44:30 +0000 (16:44 +0000)]
New implementation of the proof-checker daemon: there is now
only one sequential (= non concurrent) proof-checker that process
one request at a time. The next big step will be to make it re-entrant.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 20:48:49 +0000 (20:48 +0000)]
CicCooking.init() must now be used to initialize the proof-checker library.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 20:47:54 +0000 (20:47 +0000)]
A .cmo file inside a .cma is linked iff it is referenced at least once.
This was not the case for cicCooking, that simply worked using side-effects
(i.e. registering one function of him to cicEnvironment).
So, I have created a new init function to initialize the wall proof-checker.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:32:04 +0000 (18:32 +0000)]
LetIn reduction (alias zeta-reduction) is now performed during whd.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:28:16 +0000 (18:28 +0000)]
LetIn was missing.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:07:10 +0000 (18:07 +0000)]
* .mli added where needed
* Install and uninstall implemented
* Makefile improvements
Claudio Sacerdoti Coen [Wed, 28 Nov 2001 11:36:49 +0000 (11:36 +0000)]
configure.in now used (just to check that ocaml and findlib are there)
Very small bug-fixes.
Claudio Sacerdoti Coen [Wed, 28 Nov 2001 11:23:51 +0000 (11:23 +0000)]
META files are now automatically generated from META-*.src files.
In this way all the hard-coded file paths have been removed.
Installation and uninstallation (still not implemented) should be also
easier.
Moreover, an error in a sub-directory now stops the whole processing.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:28:57 +0000 (17:28 +0000)]
First version of fix_params into CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:22:51 +0000 (17:22 +0000)]
First versione of the proofChecker into CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:05:45 +0000 (17:05 +0000)]
param.annotations was yes or NO. It is now yer or no.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:05:01 +0000 (17:05 +0000)]
annotations: was yes or NO. It is now yes or no.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 14:19:09 +0000 (14:19 +0000)]
First release of cicAnnotationHelper in CVS.
Uses the new HELM OCaml libraries.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:26:56 +0000 (13:26 +0000)]
.depend must be in the repository
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:16:21 +0000 (13:16 +0000)]
New implementation using the new HELM OCaml libraries.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:12:34 +0000 (13:12 +0000)]
New implementation that uses the new HELM OCaml libraries.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 11:58:50 +0000 (11:58 +0000)]
1) .cma/.cmxa used to simplify META files.
2) Common parts of Makefiles factorized into Makefile.common
3) Makefile added
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 18:38:03 +0000 (18:38 +0000)]
.cvsignore and .depend forgot
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 18:28:28 +0000 (18:28 +0000)]
HELM OCaml libraries with findlib support.
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 09:24:32 +0000 (09:24 +0000)]
initial checkin
Stefano Zacchiroli [Sun, 25 Nov 2001 16:11:10 +0000 (16:11 +0000)]
Readme for the debianize.helm stuff.
Stefano Zacchiroli [Sun, 25 Nov 2001 15:56:09 +0000 (15:56 +0000)]
Debianize.helm stuff.
Now you can check out a cvs revision and obtain a *clean* debianized source
tree executing "debian/debianize.helm".
Moreover the generated debian packages are native debian packages.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:52:41 +0000 (13:52 +0000)]
Synced debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:05:37 +0000 (13:05 +0000)]
Removed from debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:02:31 +0000 (13:02 +0000)]
Synced debian dir.
Luca Padovani [Fri, 23 Nov 2001 19:34:54 +0000 (19:34 +0000)]
added config.sub and config.guess so that the package is ready for Debian
Claudio Sacerdoti Coen [Fri, 23 Nov 2001 17:12:00 +0000 (17:12 +0000)]
Content-type for MathML Content "fixed". Why was it broken?
Claudio Sacerdoti Coen [Thu, 22 Nov 2001 13:16:15 +0000 (13:16 +0000)]
out of sync w.r.t. configuration.ml
Claudio Sacerdoti Coen [Wed, 21 Nov 2001 18:38:35 +0000 (18:38 +0000)]
Underlining of hyperlinks removed.
Claudio Sacerdoti Coen [Wed, 21 Nov 2001 18:32:00 +0000 (18:32 +0000)]
mkMetaTheoryURL(): param.embedKeys() forgot.
Code improvement.
Stefano Zacchiroli [Mon, 19 Nov 2001 15:04:14 +0000 (15:04 +0000)]
Changed version number to 0.2.1
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 17:23:25 +0000 (17:23 +0000)]
BUG FIXED:
An maction with only one child does not have the same semantic
of an mrow. E.g.: when I click to un-expand a node, the first enclosing
maction is the one I am acting on. If it has only one child, nothing
happens. So, if an maction with only one child is put inside an maction with
two children, the inner one stops any possibility to unexpand the outer one.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 16:04:38 +0000 (16:04 +0000)]
Checks for mlminidom and lablgtk added.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:56:04 +0000 (14:56 +0000)]
Some spourious files removed.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:27:36 +0000 (14:27 +0000)]
...
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:26:34 +0000 (14:26 +0000)]
.cvsignore improved
Andrea Asperti [Fri, 16 Nov 2001 09:36:08 +0000 (09:36 +0000)]
Disequalities chains for algebra. First draft.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:37:05 +0000 (12:37 +0000)]
Distribution improvements.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:36:42 +0000 (12:36 +0000)]
Now automatically generated from Makefile.in
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:33:55 +0000 (12:33 +0000)]
No more used.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:33:20 +0000 (12:33 +0000)]
First commit towards the 0.2.8 version.
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 15:17:45 +0000 (15:17 +0000)]
Bug fixed
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 15:02:01 +0000 (15:02 +0000)]
Bug fixed: $< confused with $^
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:49:29 +0000 (14:49 +0000)]
missing macro
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:29:54 +0000 (14:29 +0000)]
HTTP_GETTER_URIS_DBM added
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:23:53 +0000 (14:23 +0000)]
HTTP_GETTER_SERVERS_FILE introduced
Stefano Zacchiroli [Wed, 14 Nov 2001 14:05:08 +0000 (14:05 +0000)]
Bug fix: changed "prefix" dir in install target.
Minor changes in debhelper usage.
Stefano Zacchiroli [Wed, 14 Nov 2001 14:04:21 +0000 (14:04 +0000)]
Changed policy standard version.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:47:57 +0000 (13:47 +0000)]
Removed INSTALL (not needed) and NEWS (0 sized) from document list.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:40:35 +0000 (13:40 +0000)]
Remove template like string that lintian hates.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:39:55 +0000 (13:39 +0000)]
Set DH_COMPAT=2 (instead of 1).
Stefano Zacchiroli [Wed, 14 Nov 2001 13:39:38 +0000 (13:39 +0000)]
Set section field. Changed maintainer field.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:38:49 +0000 (13:38 +0000)]
Changed maintainer field and set section field.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:37:59 +0000 (13:37 +0000)]
Removed temp files from repository.
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 12:11:34 +0000 (12:11 +0000)]
Small improvement.
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 11:46:13 +0000 (11:46 +0000)]
Simplification.
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:26:52 +0000 (18:26 +0000)]
0.0.2 ==> 0.2.0 ;-)
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:15:25 +0000 (18:15 +0000)]
- Check for ocamlfind added.
- .cvsignore improved
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:06:38 +0000 (18:06 +0000)]
Unused variable removed.
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:02:19 +0000 (18:02 +0000)]
mlminidom 0.0.2 for minidom 0.1.3
Luca Padovani [Mon, 12 Nov 2001 15:44:43 +0000 (15:44 +0000)]
another small bug fixed about the pot
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:08:20 +0000 (15:08 +0000)]
Bug fixed.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:06:17 +0000 (15:06 +0000)]
Required by the new getxslt method implementation.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:05:45 +0000 (15:05 +0000)]
Required by the new xslt_index.txt implementation.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:05:00 +0000 (15:05 +0000)]
Absolute URL to the Getter removed thanks to the new getxslt method
implementation.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:03:51 +0000 (15:03 +0000)]
No more absolute URLs: the getxslt method of the Getter is now
used uniformly.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 14:07:04 +0000 (14:07 +0000)]
Version number updated.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 13:49:36 +0000 (13:49 +0000)]
Bug fixed. The bug used to lead to divergence in certain cases (e.g. limit_mul).
Stefano Zacchiroli [Mon, 12 Nov 2001 13:46:05 +0000 (13:46 +0000)]
- modified /getxslt method, now stylesheets are downloaded on the fly
and may be kept on various servers
- uncommented /getdtd method
- removed /getstyleconf method
- changed semantics of dbm variables, now ".db" suffix must be present
in environment variables that reference dbm files
Stefano Zacchiroli [Mon, 12 Nov 2001 13:41:43 +0000 (13:41 +0000)]
Added ".db" suffix to urls_of_uris default value.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 11:07:33 +0000 (11:07 +0000)]
The stylesheet to create graphs are now applied to the result of
the new getempty method of the getter.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 11:05:21 +0000 (11:05 +0000)]
Never really used. Functionality eventually replaced by the serialization.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 10:28:09 +0000 (10:28 +0000)]
Better error handling when port is not available.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:48:12 +0000 (09:48 +0000)]
Version 1.2.1beta => 1.2.1
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:37:39 +0000 (09:37 +0000)]
- Stylesheet exceptions now printed in red.
- Load of an already loaded stylesheet now ignored (was interpreted as
reloadin before).
- Version renumbered as 1.2.1beta.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:22:27 +0000 (09:22 +0000)]
Code cleanup: more code sharing achieved.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:04:20 +0000 (09:04 +0000)]
Bug fixed: xsl:import not first child of xsl:stylesheet.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:03:46 +0000 (09:03 +0000)]
Bug fixed: unbound variable.
Stefano Zacchiroli [Sun, 11 Nov 2001 14:09:35 +0000 (14:09 +0000)]
Added "/getempty" method.
----
Syntax: "/getempty".
Answer: a minimal valid XML document.
Currently, the returned document is as follows:
<?xml version="1.0"?>
<!DOCTYPE empty [
<!ELEMENT empty EMPTY>
]>
<empty />
----
Luca Padovani [Sat, 10 Nov 2001 19:17:47 +0000 (19:17 +0000)]
binary ignored
Luca Padovani [Sat, 10 Nov 2001 19:17:19 +0000 (19:17 +0000)]
.deps ignored
Luca Padovani [Sat, 10 Nov 2001 19:16:54 +0000 (19:16 +0000)]
- new handling of links
- no more conflict between links and actions (links have precedence)
- cursors now handled by helmpot
- fixed problem with pot cursor
Luca Padovani [Sat, 10 Nov 2001 19:15:55 +0000 (19:15 +0000)]
- added method to check for an attribute in a given namespace
Claudio Sacerdoti Coen [Fri, 9 Nov 2001 18:45:44 +0000 (18:45 +0000)]
Code improvement: more code shared.
Claudio Sacerdoti Coen [Fri, 9 Nov 2001 12:37:44 +0000 (12:37 +0000)]
Small bug fixed.
Claudio Sacerdoti Coen [Fri, 9 Nov 2001 10:00:19 +0000 (10:00 +0000)]
The body of the variables was not printed.