]> matita.cs.unibo.it Git - helm.git/log
helm.git
19 years agoThis commit was manufactured by cvs2svn to create tag 'V_0_0_6_6'. V_0_0_6_6
no author [Wed, 25 Aug 2004 07:52:15 +0000 (07:52 +0000)]
This commit was manufactured by cvs2svn to create tag 'V_0_0_6_6'.

19 years agodebian version 0.0.6-6
Stefano Zacchiroli [Wed, 25 Aug 2004 07:52:15 +0000 (07:52 +0000)]
debian version 0.0.6-6

19 years agodebian version 0.6.3-2
Stefano Zacchiroli [Wed, 25 Aug 2004 07:51:54 +0000 (07:51 +0000)]
debian version 0.6.3-2

19 years agoported location handling to camlp4 3.08
Stefano Zacchiroli [Thu, 5 Aug 2004 15:03:48 +0000 (15:03 +0000)]
ported location handling to camlp4 3.08

19 years agofixed some invalid backslash escapes
Stefano Zacchiroli [Thu, 5 Aug 2004 13:22:00 +0000 (13:22 +0000)]
fixed some invalid backslash escapes

19 years agofixed some illegal backslash escapes
Stefano Zacchiroli [Thu, 5 Aug 2004 13:19:49 +0000 (13:19 +0000)]
fixed some illegal backslash escapes

19 years agofixed .mli syntax for polymorphic methods (apparently changed between
Stefano Zacchiroli [Thu, 5 Aug 2004 13:17:52 +0000 (13:17 +0000)]
fixed .mli syntax for polymorphic methods (apparently changed between
ocaml 3.07 and ocaml 3.08)

19 years agofixed some invalid backslash escapes
Stefano Zacchiroli [Thu, 5 Aug 2004 13:13:15 +0000 (13:13 +0000)]
fixed some invalid backslash escapes

19 years ago* porting to gtkmathview 0.6.3
Luca Padovani [Sat, 31 Jul 2004 12:30:58 +0000 (12:30 +0000)]
* porting to gtkmathview 0.6.3

19 years ago* fixed bug of multiple selections
Luca Padovani [Fri, 30 Jul 2004 08:56:16 +0000 (08:56 +0000)]
* fixed bug of multiple selections
* minor code cleanup

19 years ago(pre-)porting to gtkmathview 0.6.3 && ocaml 3.08
Stefano Zacchiroli [Thu, 29 Jul 2004 15:55:46 +0000 (15:55 +0000)]
(pre-)porting to gtkmathview 0.6.3 && ocaml 3.08

19 years ago* update to version 0.6.4 of the widget
Luca Padovani [Tue, 27 Jul 2004 12:59:11 +0000 (12:59 +0000)]
* update to version 0.6.4 of the widget
* not tested

19 years agoported to ocaml 3.08
Stefano Zacchiroli [Tue, 27 Jul 2004 11:51:25 +0000 (11:51 +0000)]
ported to ocaml 3.08

19 years agoported debian stuff to ocaml 3.08
Stefano Zacchiroli [Mon, 26 Jul 2004 14:59:24 +0000 (14:59 +0000)]
ported debian stuff to ocaml 3.08

19 years agoThe type substitution has been moved into Cic.
Andrea Asperti [Tue, 20 Jul 2004 13:26:56 +0000 (13:26 +0000)]
The type substitution has been moved into Cic.

19 years agoSubst has been added to the kernel.
Andrea Asperti [Tue, 20 Jul 2004 12:50:13 +0000 (12:50 +0000)]
Subst has been added to the kernel.

19 years ago* split evil let definition (ic, oc) = ... into two subsequent
Luca Padovani [Thu, 15 Jul 2004 07:20:46 +0000 (07:20 +0000)]
* split evil let definition (ic, oc) = ... into two subsequent
  definitions
* using Gzip.open_in_chan to avoid file descriptor leak

19 years agoModified filtering function
Matteo Selmi [Tue, 13 Jul 2004 08:35:28 +0000 (08:35 +0000)]
Modified filtering function

19 years agocleanURI now removes also the part that follows the '#' symbol.
Claudio Sacerdoti Coen [Mon, 5 Jul 2004 14:05:21 +0000 (14:05 +0000)]
cleanURI now removes also the part that follows the '#' symbol.

19 years agoThe URI passed to the control frame must be clean (i.e. no #xxx part).
Claudio Sacerdoti Coen [Mon, 5 Jul 2004 14:04:50 +0000 (14:04 +0000)]
The URI passed to the control frame must be clean (i.e. no #xxx part).

19 years agoThe part after # must be removed for the control frame.
Claudio Sacerdoti Coen [Mon, 5 Jul 2004 12:25:54 +0000 (12:25 +0000)]
The part after # must be removed for the control frame.

19 years agoBug fixed: beta_expand did not perform any recursion over the local context
Stefano Zacchiroli [Mon, 5 Jul 2004 07:12:30 +0000 (07:12 +0000)]
Bug fixed: beta_expand did not perform any recursion over the local context
of a metavariable ==> the local context was not lifted.

19 years agocommeted out some debugging instructions
Stefano Zacchiroli [Mon, 5 Jul 2004 07:05:24 +0000 (07:05 +0000)]
commeted out some debugging instructions

19 years agocommented out some debugging instructions
Stefano Zacchiroli [Mon, 5 Jul 2004 07:04:13 +0000 (07:04 +0000)]
commented out some debugging instructions

19 years agoBug fixed: eta_expand did not perform any recursion over the local context
Claudio Sacerdoti Coen [Fri, 2 Jul 2004 15:34:35 +0000 (15:34 +0000)]
Bug fixed: eta_expand did not perform any recursion over the local context
of a metavariable ==> the local context was not lifted.

19 years agoBug fixed: the beta_expansion function did not lift the argument before
Claudio Sacerdoti Coen [Fri, 2 Jul 2004 15:18:06 +0000 (15:18 +0000)]
Bug fixed: the beta_expansion function did not lift the argument before
attempting to match it ==> no matching was done correctly under an
abstraction.

19 years ago...
Andrea Asperti [Thu, 1 Jul 2004 15:28:10 +0000 (15:28 +0000)]
...

19 years agoNew handling of substitution:
Stefano Zacchiroli [Thu, 1 Jul 2004 14:12:30 +0000 (14:12 +0000)]
New handling of substitution:
- splitted metasenv from substitution
- substitution enriched with canonical context information for
  checking_metasenv_consistency

19 years agoadded (commented) benchmarking code for the disambiguation paper
Stefano Zacchiroli [Thu, 1 Jul 2004 14:10:27 +0000 (14:10 +0000)]
added (commented) benchmarking code for the disambiguation paper

19 years agoremoved a useless test on explicit substitutions on variables with body
Andrea Asperti [Mon, 28 Jun 2004 11:30:14 +0000 (11:30 +0000)]
removed a useless test on explicit substitutions on variables with body

19 years agouse get_obj to retrieve cic objects instead of typecheck
Andrea Asperti [Mon, 28 Jun 2004 11:17:06 +0000 (11:17 +0000)]
use get_obj to retrieve cic objects instead of typecheck

19 years agofixed typo
Andrea Asperti [Mon, 28 Jun 2004 11:02:02 +0000 (11:02 +0000)]
fixed typo

19 years ago- new implementation of the apply case in fo_unif using beta expansion
Andrea Asperti [Mon, 28 Jun 2004 10:59:17 +0000 (10:59 +0000)]
- new implementation of the apply case in fo_unif using beta expansion
- infinite loop fix while unifying terms in an invalid metasenv

19 years agougliness changes:
Stefano Zacchiroli [Tue, 22 Jun 2004 15:33:17 +0000 (15:33 +0000)]
ugliness changes:
- more google like look and feel for query results
- exceptions are no longer rendered in <h1> elements but pretty printed
  inside the standard moogle HTML template
- advanced search status is now rememberd between searches
- added results count
- added result type feedback in results page

19 years agoCorrections to "auto" tactic
Matteo Selmi [Fri, 18 Jun 2004 13:50:11 +0000 (13:50 +0000)]
Corrections to "auto" tactic

19 years agoelim_tac rewritten almost entirely. It is now based on refinement +
Claudio Sacerdoti Coen [Fri, 18 Jun 2004 11:29:22 +0000 (11:29 +0000)]
elim_tac rewritten almost entirely. It is now based on refinement +
one invocation of the (now more powerful than before) apply_tac.

19 years agoAdded new function compare_metasenvs.
Claudio Sacerdoti Coen [Fri, 18 Jun 2004 11:28:02 +0000 (11:28 +0000)]
Added new function compare_metasenvs.

19 years agoComments changed.
Claudio Sacerdoti Coen [Fri, 18 Jun 2004 11:27:29 +0000 (11:27 +0000)]
Comments changed.

19 years ago- In the case (?i args) vs term the term is now eta-expanded w.r.t. args.
Claudio Sacerdoti Coen [Fri, 18 Jun 2004 11:26:45 +0000 (11:26 +0000)]
- In the case (?i args) vs term the term is now eta-expanded w.r.t. args.
  This allows to easily implement elim using apply and it makes the auto
  tactic much more powerful.
- CicMetaSubst.apply_subst semantics changed: it now always performs
  beta-reduction when a meta in head-position in an application is istantiated
  with a lambda-abstraction.
- CicMetaSubst.apply_subst_reducing no longer in use: removed.

19 years agoNew syntax.
Claudio Sacerdoti Coen [Fri, 18 Jun 2004 11:22:13 +0000 (11:22 +0000)]
New syntax.

19 years agoFourier URIs changed in V8.
Claudio Sacerdoti Coen [Fri, 18 Jun 2004 08:43:42 +0000 (08:43 +0000)]
Fourier URIs changed in V8.

19 years ago- moogle replaces the old search engine
Claudio Sacerdoti Coen [Thu, 17 Jun 2004 13:48:56 +0000 (13:48 +0000)]
- moogle replaces the old search engine

19 years agobugfix: ignore proof checker output
Stefano Zacchiroli [Thu, 17 Jun 2004 10:13:22 +0000 (10:13 +0000)]
bugfix: ignore proof checker output

19 years agoatmost/atleast/exactly constraints are now used only for the "hint" method.
Claudio Sacerdoti Coen [Wed, 16 Jun 2004 17:47:01 +0000 (17:47 +0000)]
atmost/atleast/exactly constraints are now used only for the "hint" method.
They are no longer used for "match" and "elim".

19 years agoin the particular case of simple searches, Andrea atmost/atleast/exactly
Stefano Zacchiroli [Wed, 16 Jun 2004 13:42:32 +0000 (13:42 +0000)]
in the particular case of simple searches, Andrea atmost/atleast/exactly
technique is used

19 years agofirst moogle commit
Andrea Asperti [Wed, 16 Jun 2004 09:39:15 +0000 (09:39 +0000)]
first moogle commit

19 years agosearch.xsl added.
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 14:09:05 +0000 (14:09 +0000)]
search.xsl added.

19 years agoAdded search.xsl (S).
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 14:08:40 +0000 (14:08 +0000)]
Added search.xsl (S).

19 years agoStylesheet whose input is an empty document. It calls the
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 14:06:38 +0000 (14:06 +0000)]
Stylesheet whose input is an empty document. It calls the
new search engine (moowgle) passing the needed parameters.

19 years agoNew profile param: searchengineURL
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 13:45:08 +0000 (13:45 +0000)]
New profile param: searchengineURL

19 years agoUncommited changes committed.
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 10:12:46 +0000 (10:12 +0000)]
Uncommited changes committed.

19 years agoInterface URL can now be setted using the control panel.
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 10:12:02 +0000 (10:12 +0000)]
Interface URL can now be setted using the control panel.

19 years agoInterface URL can now be setted.
Claudio Sacerdoti Coen [Thu, 10 Jun 2004 10:11:42 +0000 (10:11 +0000)]
Interface URL can now be setted.

19 years agoThe normalization of URIs when the DB is empty (or it is being filled) is
Claudio Sacerdoti Coen [Wed, 9 Jun 2004 13:12:23 +0000 (13:12 +0000)]
The normalization of URIs when the DB is empty (or it is being filled) is
not reliable. As a consequence the semantics of the Http_getter_map has been
changed again: the only method that normalized the URIs before using them
is the resolve method. The methods replace, add, remove, etc. no longer
normalize their argument.

19 years ago- new stylesheets in the predefined set
Claudio Sacerdoti Coen [Wed, 9 Jun 2004 09:19:30 +0000 (09:19 +0000)]
- new stylesheets in the predefined set
- some fields are now password fields

19 years agoNew attributes for ht:* elements proposed by Nijmegen.
Claudio Sacerdoti Coen [Tue, 8 Jun 2004 16:40:13 +0000 (16:40 +0000)]
New attributes for ht:* elements proposed by Nijmegen.
All the attributes are IMPLIED and the default value for all of them
is backward compatible.

19 years agoObjects ordering is now case-insensite.
Claudio Sacerdoti Coen [Thu, 3 Jun 2004 11:52:45 +0000 (11:52 +0000)]
Objects ordering is now case-insensite.

19 years agofix for proofEngineTypes.mli
Enrico Tassi [Wed, 2 Jun 2004 17:00:38 +0000 (17:00 +0000)]
fix for proofEngineTypes.mli

19 years agonew universes implementation
Enrico Tassi [Tue, 1 Jun 2004 13:44:34 +0000 (13:44 +0000)]
new universes implementation

19 years agoOrdering is now done in no-case style.
Claudio Sacerdoti Coen [Mon, 31 May 2004 11:23:48 +0000 (11:23 +0000)]
Ordering is now done in no-case style.

19 years agotheory:path/index.theory are not rewritten to theory:/path.theory
Claudio Sacerdoti Coen [Mon, 31 May 2004 10:56:06 +0000 (10:56 +0000)]
theory:path/index.theory are not rewritten to theory:/path.theory
if theory:path/index.theory exists in the database.

19 years agoNew filtering function for "Auto" tactic using "just costraints"
Matteo Selmi [Mon, 31 May 2004 09:08:29 +0000 (09:08 +0000)]
New filtering function for "Auto" tactic using "just costraints"

19 years agoBack compatibility code introduced:
Claudio Sacerdoti Coen [Sun, 30 May 2004 22:14:49 +0000 (22:14 +0000)]
Back compatibility code introduced:
 1. the ls method maps a theory theory:/path/filename.theory
    to theory:/path/filename/index.theory iff there exists at least
    one object of the form cic:/path/filename/*
 2. the getter handles every URI theory:/path/filename/index.theory as
    the normalized URI theory:/path/filename.theory

19 years agoThe theory index.theory, if present, is shown at the beginning of the
Claudio Sacerdoti Coen [Sun, 30 May 2004 22:10:00 +0000 (22:10 +0000)]
The theory index.theory, if present, is shown at the beginning of the
listing.

19 years ago* makeProofTreeURL ported to the new interface
Luca Padovani [Fri, 28 May 2004 15:02:09 +0000 (15:02 +0000)]
* makeProofTreeURL ported to the new interface

19 years ago.body removed from bread crumb trail
Claudio Sacerdoti Coen [Fri, 28 May 2004 14:27:41 +0000 (14:27 +0000)]
.body removed from bread crumb trail

19 years agoLinks in the control frame when the URI ends with .body are now handled
Claudio Sacerdoti Coen [Fri, 28 May 2004 14:12:21 +0000 (14:12 +0000)]
Links in the control frame when the URI ends with .body are now handled
correctly (i.e. the .body is removed if meaningless, as for the proof-checker
or the metadata).

19 years ago<xsl:import href="toplevel_header.xsl"/>
Claudio Sacerdoti Coen [Fri, 28 May 2004 13:39:52 +0000 (13:39 +0000)]
<xsl:import href="toplevel_header.xsl"/>
moved here from show_dc.xsl

19 years ago<h1> ==> <h3>
Claudio Sacerdoti Coen [Fri, 28 May 2004 13:27:15 +0000 (13:27 +0000)]
<h1> ==> <h3>

19 years agostylesheet L added to the metadata chain
Claudio Sacerdoti Coen [Fri, 28 May 2004 13:20:18 +0000 (13:20 +0000)]
stylesheet L added to the metadata chain

19 years agobread crumb trail added
Claudio Sacerdoti Coen [Fri, 28 May 2004 13:18:36 +0000 (13:18 +0000)]
bread crumb trail added

19 years agometadataLib.xsl merged into metadataControl.xsl
Claudio Sacerdoti Coen [Fri, 28 May 2004 12:45:18 +0000 (12:45 +0000)]
metadataLib.xsl merged into metadataControl.xsl

19 years agoDead code removed.
Claudio Sacerdoti Coen [Fri, 28 May 2004 12:38:47 +0000 (12:38 +0000)]
Dead code removed.

19 years agodefaults.js no longer in use
Claudio Sacerdoti Coen [Fri, 28 May 2004 12:32:39 +0000 (12:32 +0000)]
defaults.js no longer in use

19 years agoFiles control.js graphLinks.js utils.js no longer in use.
Claudio Sacerdoti Coen [Fri, 28 May 2004 12:21:14 +0000 (12:21 +0000)]
Files control.js graphLinks.js utils.js no longer in use.

19 years agoDead code inclusion removed.
Claudio Sacerdoti Coen [Fri, 28 May 2004 12:19:18 +0000 (12:19 +0000)]
Dead code inclusion removed.

19 years agoNo longer in use.
Claudio Sacerdoti Coen [Fri, 28 May 2004 10:47:07 +0000 (10:47 +0000)]
No longer in use.

19 years agoNo longer in use.
Claudio Sacerdoti Coen [Fri, 28 May 2004 10:39:31 +0000 (10:39 +0000)]
No longer in use.

19 years agols2html.xsl no longer in use
Claudio Sacerdoti Coen [Fri, 28 May 2004 10:36:09 +0000 (10:36 +0000)]
ls2html.xsl no longer in use

19 years agoForm to choose the number of nodes to show removed ;-(
Claudio Sacerdoti Coen [Thu, 27 May 2004 17:55:33 +0000 (17:55 +0000)]
Form to choose the number of nodes to show removed ;-(

19 years ago&2C ==> %2C
Claudio Sacerdoti Coen [Thu, 27 May 2004 17:45:03 +0000 (17:45 +0000)]
&2C ==> %2C

19 years agoDead code removed.
Claudio Sacerdoti Coen [Thu, 27 May 2004 17:42:12 +0000 (17:42 +0000)]
Dead code removed.

19 years agoNew HELM interface almost stable.
Claudio Sacerdoti Coen [Thu, 27 May 2004 17:27:52 +0000 (17:27 +0000)]
New HELM interface almost stable.

19 years ago* it is now possible to set multiple parameters upon creation (or cloning)
Luca Padovani [Thu, 27 May 2004 15:04:33 +0000 (15:04 +0000)]
* it is now possible to set multiple parameters upon creation (or cloning)
  of a new profile

19 years ago* setpassword passwords swapped
Luca Padovani [Thu, 27 May 2004 11:08:21 +0000 (11:08 +0000)]
* setpassword passwords swapped

19 years ago* implemented setparams method for setting multiple parameters at once
Luca Padovani [Thu, 27 May 2004 09:24:03 +0000 (09:24 +0000)]
* implemented setparams method for setting multiple parameters at once

19 years ago...
Claudio Sacerdoti Coen [Wed, 26 May 2004 18:07:58 +0000 (18:07 +0000)]
...

19 years agoparam.processorURL added (need by the search engine)
Claudio Sacerdoti Coen [Wed, 26 May 2004 18:07:00 +0000 (18:07 +0000)]
param.processorURL added (need by the search engine)

19 years agotarget="_top" added to Search.
Claudio Sacerdoti Coen [Wed, 26 May 2004 17:57:56 +0000 (17:57 +0000)]
target="_top" added to Search.

19 years agoLink to the search-engine hard-coded.
Claudio Sacerdoti Coen [Wed, 26 May 2004 17:56:57 +0000 (17:56 +0000)]
Link to the search-engine hard-coded.

19 years agoMajor interface upgrade still going on. But we are approaching the end of the
Claudio Sacerdoti Coen [Wed, 26 May 2004 17:54:36 +0000 (17:54 +0000)]
Major interface upgrade still going on. But we are approaching the end of the
tunnel.

19 years agoNew icons.
Claudio Sacerdoti Coen [Wed, 26 May 2004 17:54:11 +0000 (17:54 +0000)]
New icons.

19 years agoMajor interface upgrade still going on. But we are approaching the end of
Claudio Sacerdoti Coen [Wed, 26 May 2004 17:51:38 +0000 (17:51 +0000)]
Major interface upgrade still going on. But we are approaching the end of
the tunnel.

19 years agoBug fixed: ls?baseuri=(cic|theory):/a/ also returned theory:/a.theory.
Claudio Sacerdoti Coen [Wed, 26 May 2004 17:48:27 +0000 (17:48 +0000)]
Bug fixed: ls?baseuri=(cic|theory):/a/ also returned theory:/a.theory.

19 years ago* getparams returns annotated pairs key,values
Luca Padovani [Wed, 26 May 2004 16:26:56 +0000 (16:26 +0000)]
* getparams returns annotated pairs key,values

19 years agobugfix in /ls: removed double trailing "/"
Stefano Zacchiroli [Wed, 26 May 2004 15:37:45 +0000 (15:37 +0000)]
bugfix in /ls: removed double trailing "/"

19 years agoported to regexp based /ls method
Stefano Zacchiroli [Wed, 26 May 2004 15:30:08 +0000 (15:30 +0000)]
ported to regexp based /ls method

19 years agochanged /ls method so that regular expressions are used instead of plain
Stefano Zacchiroli [Wed, 26 May 2004 15:29:42 +0000 (15:29 +0000)]
changed /ls method so that regular expressions are used instead of plain
URIs

19 years agoMajor interface improvements.
Claudio Sacerdoti Coen [Wed, 26 May 2004 14:53:30 +0000 (14:53 +0000)]
Major interface improvements.

19 years ago* bumped to new version
Luca Padovani [Wed, 26 May 2004 09:08:48 +0000 (09:08 +0000)]
* bumped to new version