]>
matita.cs.unibo.it Git - helm.git/log
Andrea Asperti [Wed, 19 May 2004 14:41:41 +0000 (14:41 +0000)]
moogle snapshot
no author [Wed, 19 May 2004 14:39:42 +0000 (14:39 +0000)]
This commit was manufactured by cvs2svn to create branch 'moogle'.
Andrea Asperti [Wed, 19 May 2004 14:39:42 +0000 (14:39 +0000)]
first moogle template checkin
Claudio Sacerdoti Coen [Tue, 18 May 2004 17:12:05 +0000 (17:12 +0000)]
* the input of the function mkMetaTheoryURL must an (unquoted) URI. Fixed.
Claudio Sacerdoti Coen [Tue, 18 May 2004 16:06:07 +0000 (16:06 +0000)]
* the URI passed to the rdfly deamon is now CICURI, except that quoting
rules are different.
Claudio Sacerdoti Coen [Tue, 18 May 2004 15:57:23 +0000 (15:57 +0000)]
* [Luca] string concatenation now made using String.concat instead of
List.fold_left
Andrea Asperti [Tue, 18 May 2004 13:25:35 +0000 (13:25 +0000)]
Nuova implementazione di Auto "breadth-first".
Claudio Sacerdoti Coen [Tue, 18 May 2004 09:16:31 +0000 (09:16 +0000)]
xml:base and helm:base are now generated only for theories.
Claudio Sacerdoti Coen [Tue, 18 May 2004 08:56:50 +0000 (08:56 +0000)]
* tactics/Makefile fixed (to remove duplicate .mli files)
* .depend regenerated
Claudio Sacerdoti Coen [Tue, 18 May 2004 08:39:54 +0000 (08:39 +0000)]
Bug fixed: the xml:base URL and helm:base URI were NOT base URL/URI: they
were full URIs (with also the filename at the end). Fixed by using
Filename.dirname (that seems to work also with generic URIs).
Matteo Selmi [Mon, 17 May 2004 20:58:56 +0000 (20:58 +0000)]
Added a filter for uris in tactic "auto".
Uris of theorems containing, in the conclusion or in the hypothesis, constants not present in the proof (hypothesis or conclusion) are filtered out.
Stefano Zacchiroli [Mon, 17 May 2004 17:48:33 +0000 (17:48 +0000)]
Added support for xml base(s) URL and URI. The getter now adds these two
attributes (hopefully) on the first open tag
Stefano Zacchiroli [Mon, 17 May 2004 12:30:19 +0000 (12:30 +0000)]
first check in of statefulProofEngine
Stefano Zacchiroli [Mon, 17 May 2004 11:35:37 +0000 (11:35 +0000)]
bugfix: remove trailing slashes from dtd_base_urls
Ferruccio Guidi [Thu, 13 May 2004 13:32:12 +0000 (13:32 +0000)]
- some code patched
- mathql documentation updated
Stefano Zacchiroli [Thu, 13 May 2004 12:59:43 +0000 (12:59 +0000)]
changed proofStatus so that uri component is optional (useful to start an
unnamed proof or leave the possibility of postpone uri choice)
Andrea Asperti [Mon, 10 May 2004 13:31:57 +0000 (13:31 +0000)]
*** empty log message ***
Andrea Asperti [Mon, 10 May 2004 09:43:55 +0000 (09:43 +0000)]
Adding file newConstraint
The file contains functions for computing prefixes and related
stuff, required by the new management of matching.
Andrea Asperti [Mon, 10 May 2004 09:40:33 +0000 (09:40 +0000)]
Adding file match_concl
the file contains:
- functions executing must, just and only constraints on the mysql
data base;
- the general function cmatch for retrieving all statements matching
a given conclusion
Stefano Zacchiroli [Tue, 4 May 2004 10:47:10 +0000 (10:47 +0000)]
snapshot (notably: first working version of the console)
Stefano Zacchiroli [Tue, 4 May 2004 10:46:39 +0000 (10:46 +0000)]
- moved up in the grammar precedences command entry so that sequence of
commands are not permitted
- added parsing of "abort" command
Stefano Zacchiroli [Tue, 4 May 2004 10:45:54 +0000 (10:45 +0000)]
removed traliling dot in command pretty printer, now it's added by the
tactical pp
Stefano Zacchiroli [Fri, 30 Apr 2004 14:00:15 +0000 (14:00 +0000)]
added Abort and Check commands
Stefano Zacchiroli [Fri, 30 Apr 2004 09:25:36 +0000 (09:25 +0000)]
embedded commands ast into tacticals ast
Stefano Zacchiroli [Fri, 30 Apr 2004 09:24:49 +0000 (09:24 +0000)]
- moved command as sub-entries of tactical grammars (as per tactics)
Stefano Zacchiroli [Fri, 30 Apr 2004 08:23:12 +0000 (08:23 +0000)]
snapshot
Stefano Zacchiroli [Thu, 29 Apr 2004 16:15:25 +0000 (16:15 +0000)]
- moved applyTransformation initialization code to the relevant library
- decoupled termViewer from ChosenTransformer
Stefano Zacchiroli [Thu, 29 Apr 2004 16:14:33 +0000 (16:14 +0000)]
moved here initialization code (previously in gTopLevel/termViewer.ml)
Stefano Zacchiroli [Thu, 29 Apr 2004 13:59:11 +0000 (13:59 +0000)]
snapshot
Stefano Zacchiroli [Thu, 29 Apr 2004 13:55:31 +0000 (13:55 +0000)]
- added a configuration variable for selecting between fresh instances
for numbers or not (set by default to a single instance)
Stefano Zacchiroli [Wed, 28 Apr 2004 20:45:38 +0000 (20:45 +0000)]
snapshot
Stefano Zacchiroli [Wed, 28 Apr 2004 20:45:16 +0000 (20:45 +0000)]
added a TODO comment
Stefano Zacchiroli [Wed, 28 Apr 2004 15:04:31 +0000 (15:04 +0000)]
rebuilt
Stefano Zacchiroli [Wed, 28 Apr 2004 15:04:11 +0000 (15:04 +0000)]
added extra "id" parameter for input_or_locate_uri callback
Stefano Zacchiroli [Wed, 28 Apr 2004 14:11:51 +0000 (14:11 +0000)]
- split logic operators away from aritmetic ones so that
\forall n:nat. n > 0 \or n = 0
is parsed "correctly"
Stefano Zacchiroli [Wed, 28 Apr 2004 14:00:42 +0000 (14:00 +0000)]
removed file:// prefix from local_library key, hopefully it isn't useful
Stefano Zacchiroli [Fri, 23 Apr 2004 14:54:46 +0000 (14:54 +0000)]
snapshot
Claudio Sacerdoti Coen [Fri, 23 Apr 2004 12:57:29 +0000 (12:57 +0000)]
gt URL pointed to lt
Enrico Tassi [Fri, 23 Apr 2004 10:37:00 +0000 (10:37 +0000)]
Universes introduction
Claudio Sacerdoti Coen [Fri, 23 Apr 2004 10:03:12 +0000 (10:03 +0000)]
rdfly hardcoded URL changed from mowgli.cs.unibo.it to localhost
Claudio Sacerdoti Coen [Thu, 22 Apr 2004 17:00:31 +0000 (17:00 +0000)]
expandasking parameter passed to UWOBO.
Stefano Zacchiroli [Thu, 22 Apr 2004 16:33:02 +0000 (16:33 +0000)]
snapshot
Claudio Sacerdoti Coen [Thu, 22 Apr 2004 15:02:50 +0000 (15:02 +0000)]
mysql_connection.* keys added
Claudio Sacerdoti Coen [Thu, 22 Apr 2004 15:00:11 +0000 (15:00 +0000)]
mathql_interpreter.mysql_connection.* keys added.
Stefano Zacchiroli [Thu, 22 Apr 2004 13:54:12 +0000 (13:54 +0000)]
added (and used) some type shorthands
Stefano Zacchiroli [Thu, 22 Apr 2004 13:53:49 +0000 (13:53 +0000)]
- added some type shorthands
- added license information
Stefano Zacchiroli [Thu, 22 Apr 2004 13:53:22 +0000 (13:53 +0000)]
rebuit
Claudio Sacerdoti Coen [Thu, 22 Apr 2004 12:38:16 +0000 (12:38 +0000)]
Patches to generate ?1 : ?2 : Type in place of ?1 : Type removed.
It is interesting to understand whether it is still necessary (after
the CicUnification bug fix) or not.
Enrico Tassi [Thu, 22 Apr 2004 12:33:35 +0000 (12:33 +0000)]
Big bug fixed: in the case t <?= ?1, the instantiation ?1 := t was generated
and then t : C and ?1 : E were retrieved/computed correctly; then
E <?= T was incorrectly tested (instead of T <?= E).
Enrico Tassi [Thu, 22 Apr 2004 11:29:14 +0000 (11:29 +0000)]
fourier.mli addedto interface files.
Stefano Zacchiroli [Thu, 22 Apr 2004 10:41:14 +0000 (10:41 +0000)]
snapshot
Stefano Zacchiroli [Thu, 22 Apr 2004 09:36:54 +0000 (09:36 +0000)]
added /help method (needed by respawner)
Claudio Sacerdoti Coen [Thu, 22 Apr 2004 09:11:16 +0000 (09:11 +0000)]
IMPLEMENTATION_FILES now generated from INTERFACE_FILES.
Stefano Zacchiroli [Thu, 22 Apr 2004 08:31:19 +0000 (08:31 +0000)]
added .cvsignore
Stefano Zacchiroli [Wed, 21 Apr 2004 17:46:17 +0000 (17:46 +0000)]
detects and uses {ocamlc,ocamlopt}.opt when available
Stefano Zacchiroli [Wed, 21 Apr 2004 17:35:00 +0000 (17:35 +0000)]
detect and use {ocamlc,ocamlopt}.opt when they are available
Stefano Zacchiroli [Wed, 21 Apr 2004 17:29:35 +0000 (17:29 +0000)]
exported term_of_uri
Stefano Zacchiroli [Wed, 21 Apr 2004 17:26:39 +0000 (17:26 +0000)]
added helmLibraryObjects.mli mention
Stefano Zacchiroli [Wed, 21 Apr 2004 16:36:38 +0000 (16:36 +0000)]
added .mli
Stefano Zacchiroli [Tue, 20 Apr 2004 17:00:53 +0000 (17:00 +0000)]
got rid of a ~status label
Stefano Zacchiroli [Tue, 20 Apr 2004 17:00:27 +0000 (17:00 +0000)]
got rid of ~status label
Stefano Zacchiroli [Tue, 20 Apr 2004 17:00:07 +0000 (17:00 +0000)]
got rid of ~status label so that tactics can now be applied partially,
delta reduced, ...
Stefano Zacchiroli [Tue, 20 Apr 2004 09:41:10 +0000 (09:41 +0000)]
added ocamlfind library checks to configure.ac
Stefano Zacchiroli [Tue, 20 Apr 2004 09:27:36 +0000 (09:27 +0000)]
renamed mathita to matita
Stefano Zacchiroli [Tue, 20 Apr 2004 08:54:23 +0000 (08:54 +0000)]
snapshot
Stefano Zacchiroli [Mon, 19 Apr 2004 12:12:35 +0000 (12:12 +0000)]
ignore Makefile since now it's generated by configure
Stefano Zacchiroli [Mon, 19 Apr 2004 12:12:16 +0000 (12:12 +0000)]
added Makefile.in
Stefano Zacchiroli [Mon, 19 Apr 2004 12:10:37 +0000 (12:10 +0000)]
reorganized metas so that pxp is references only through helm-pxp
Stefano Zacchiroli [Mon, 19 Apr 2004 12:10:20 +0000 (12:10 +0000)]
added hbugs' (client) meta
Stefano Zacchiroli [Mon, 19 Apr 2004 12:10:03 +0000 (12:10 +0000)]
generalized META.* ignoring
Stefano Zacchiroli [Mon, 19 Apr 2004 12:09:22 +0000 (12:09 +0000)]
- reordered modules so that pxp could be used as entry point for pxp
- added hbugs
- pretty printed modules
Stefano Zacchiroli [Mon, 19 Apr 2004 12:08:35 +0000 (12:08 +0000)]
- use PxpHelmConf
- no longer use deprecated Pxp_yacc module
Stefano Zacchiroli [Mon, 19 Apr 2004 12:08:13 +0000 (12:08 +0000)]
- use PxpHelmConf
- no longer use deprecated Pxp_yacc
Stefano Zacchiroli [Mon, 19 Apr 2004 12:07:51 +0000 (12:07 +0000)]
use PxpHelmConf
Stefano Zacchiroli [Mon, 19 Apr 2004 12:07:37 +0000 (12:07 +0000)]
added dep on Helm_registry
Stefano Zacchiroli [Mon, 19 Apr 2004 12:07:12 +0000 (12:07 +0000)]
use PxpHelmConf module
Stefano Zacchiroli [Mon, 19 Apr 2004 12:06:56 +0000 (12:06 +0000)]
- use PxpHelmConf
- removed references to deprecated Pxp_yacc module
Stefano Zacchiroli [Mon, 19 Apr 2004 12:06:25 +0000 (12:06 +0000)]
- embedded ClientHTTP module (not very nice, but ClientHTTP shouldn't
belongs to Getter module!)
- added PxpHelmConf module, repository of Pxp configurations for helm
Stefano Zacchiroli [Mon, 19 Apr 2004 12:05:30 +0000 (12:05 +0000)]
added ExtThread module, ex Hbugs_deity (a Thread module with killing
capabilities)
Stefano Zacchiroli [Mon, 19 Apr 2004 12:04:26 +0000 (12:04 +0000)]
injected hbugs under ocaml/ dir
Stefano Zacchiroli [Mon, 19 Apr 2004 12:01:03 +0000 (12:01 +0000)]
moved hbugs under ocaml/
Stefano Zacchiroli [Mon, 19 Apr 2004 08:38:12 +0000 (08:38 +0000)]
fixed a typo (inside a comment)
Claudio Sacerdoti Coen [Fri, 16 Apr 2004 17:15:35 +0000 (17:15 +0000)]
test_equality_only was not used in sort comparison.
It should be implemented only in unification.
Stefano Zacchiroli [Fri, 16 Apr 2004 16:39:14 +0000 (16:39 +0000)]
use respawner
Stefano Zacchiroli [Fri, 16 Apr 2004 16:39:01 +0000 (16:39 +0000)]
changed logging message
Stefano Zacchiroli [Fri, 16 Apr 2004 16:16:36 +0000 (16:16 +0000)]
removed deprecated uwobo_forever.sh
Stefano Zacchiroli [Fri, 16 Apr 2004 16:16:01 +0000 (16:16 +0000)]
removed tedious "_mowgli" postfix
Stefano Zacchiroli [Fri, 16 Apr 2004 16:02:38 +0000 (16:02 +0000)]
use new daemon_respawner.sh
Stefano Zacchiroli [Fri, 16 Apr 2004 16:02:27 +0000 (16:02 +0000)]
fixed some typos in sample init.d
Stefano Zacchiroli [Fri, 16 Apr 2004 15:56:20 +0000 (15:56 +0000)]
added generic daemon respawner
Stefano Zacchiroli [Fri, 16 Apr 2004 15:56:08 +0000 (15:56 +0000)]
script deprecated
Stefano Zacchiroli [Fri, 16 Apr 2004 12:16:08 +0000 (12:16 +0000)]
added newline to log when log_file is in use
Stefano Zacchiroli [Fri, 16 Apr 2004 08:43:20 +0000 (08:43 +0000)]
- addead autoconf-iguration. Actually it only set the default runtime
configuration file
Stefano Zacchiroli [Fri, 16 Apr 2004 08:18:39 +0000 (08:18 +0000)]
- use new logger interface
- added support for log_level and log_file in configuration file
Stefano Zacchiroli [Fri, 16 Apr 2004 08:18:07 +0000 (08:18 +0000)]
- rewritten http_getter logger interface
Stefano Zacchiroli [Fri, 16 Apr 2004 08:17:38 +0000 (08:17 +0000)]
- added sample usage of get_opt method
- added method get_opt_default (like get_opt with an additional default
value)
Andrea Asperti [Thu, 15 Apr 2004 16:47:42 +0000 (16:47 +0000)]
Metasenv added as parameter to eta_fixing.
Stefano Zacchiroli [Thu, 15 Apr 2004 13:36:31 +0000 (13:36 +0000)]
s/dtd_base_url/dtd_base_urls/
Stefano Zacchiroli [Thu, 15 Apr 2004 13:35:53 +0000 (13:35 +0000)]
- better pretty printing of exceptions (added red color)
- added "-update" command line parameter for batch updating
Stefano Zacchiroli [Thu, 15 Apr 2004 13:35:21 +0000 (13:35 +0000)]
- fixed dtd_base_urls implementation
- factorized a lot of code in document patching