]> matita.cs.unibo.it Git - helm.git/log
helm.git
22 years agoIt now exits gracefully after an End-of-file.
Claudio Sacerdoti Coen [Thu, 6 Dec 2001 08:59:30 +0000 (08:59 +0000)]
It now exits gracefully after an End-of-file.

22 years agohttp:/ ==> http://
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 17:49:59 +0000 (17:49 +0000)]
http:/ ==> http://

22 years agoVery stupid bug fixed: in is_small, I created an environment in reverse order.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 15:32:08 +0000 (15:32 +0000)]
Very stupid bug fixed: in is_small, I created an environment in reverse order.

22 years agoThe definition of small inductive types has been relaxed: a constructor
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 14:58:46 +0000 (14:58 +0000)]
The definition of small inductive types has been relaxed: a constructor
is now considered small when its type without the parameters was small
with the previous definition. This is consistent with Coq's behaviour.

22 years agoDebugging code removed to achieve more tail-recursivity.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 11:57:06 +0000 (11:57 +0000)]
Debugging code removed to achieve more tail-recursivity.

22 years agoJust code clean-up.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 11:46:13 +0000 (11:46 +0000)]
Just code clean-up.

22 years agoDischarging of variables with a body was bugged. Fixed.
Claudio Sacerdoti Coen [Wed, 5 Dec 2001 10:53:40 +0000 (10:53 +0000)]
Discharging of variables with a body was bugged. Fixed.

22 years ago* Code improvement: there were two different functions both named eat_prods.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 13:24:27 +0000 (13:24 +0000)]
* Code improvement: there were two different functions both named eat_prods.
  One has been renamed drop_prods.
* Bug fix: decast was still too weak. Replaced by CicReduction.whd everywhere.

22 years agodoes_not_occur now handles LetIn correctly (i.e. raising an exception
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 11:03:59 +0000 (11:03 +0000)]
does_not_occur now handles LetIn correctly (i.e. raising an exception
different from NotImplemented)

22 years agoError reporting improved.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 11:01:08 +0000 (11:01 +0000)]
Error reporting improved.

22 years agois_small did not use the environment. Hence the List.nth exception. Fixed.
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.

22 years agolift 0 was just a very heavy implementation of the identity function.
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.

22 years agodecast must also perform LetIn reduction now.
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:19:20 +0000 (09:19 +0000)]
decast must also perform LetIn reduction now.

22 years agoppterm added
Claudio Sacerdoti Coen [Tue, 4 Dec 2001 09:18:54 +0000 (09:18 +0000)]
ppterm added

22 years agoMakefile improved: dependencies from libraries are now considered.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 16:25:10 +0000 (16:25 +0000)]
Makefile improved: dependencies from libraries are now considered.

22 years ago----------------------------------------------------------------------
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
----------------------------------------------------------------------

22 years agoDependencies from libraries now checked.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 15:33:40 +0000 (15:33 +0000)]
Dependencies from libraries now checked.

22 years ago* Major code cleanup.
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.

22 years agoMakefile improved.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 14:56:05 +0000 (14:56 +0000)]
Makefile improved.

22 years agoMain code clean-up.
Claudio Sacerdoti Coen [Mon, 3 Dec 2001 14:52:07 +0000 (14:52 +0000)]
Main code clean-up.

22 years agocicAnnotationHinter.ml* were in the library without any reason.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:17:43 +0000 (17:17 +0000)]
cicAnnotationHinter.ml* were in the library without any reason.

22 years agocicAnnotationHinter.ml* have no reason to be in the library.
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.

22 years agoException management improved.
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 17:15:59 +0000 (17:15 +0000)]
Exception management improved.

22 years ago...
Claudio Sacerdoti Coen [Fri, 30 Nov 2001 16:48:19 +0000 (16:48 +0000)]
...

22 years agoNew implementation of the proof-checker daemon: there is now
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.

22 years agoCicCooking.init() must now be used to initialize the proof-checker library.
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.

22 years agoA .cmo file inside a .cma is linked iff it is referenced at least once.
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.

22 years agoLetIn reduction (alias zeta-reduction) is now performed during whd.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:32:04 +0000 (18:32 +0000)]
LetIn reduction (alias zeta-reduction) is now performed during whd.

22 years agoLetIn was missing.
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:28:16 +0000 (18:28 +0000)]
LetIn was missing.

22 years ago* .mli added where needed
Claudio Sacerdoti Coen [Thu, 29 Nov 2001 18:07:10 +0000 (18:07 +0000)]
* .mli added where needed
* Install and uninstall implemented
* Makefile improvements

22 years agoconfigure.in now used (just to check that ocaml and findlib are there)
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.

22 years agoMETA files are now automatically generated from META-*.src files.
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.

22 years agoFirst version of fix_params into CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:28:57 +0000 (17:28 +0000)]
First version of fix_params into CVS.

22 years agoFirst versione of the proofChecker into CVS.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 17:22:51 +0000 (17:22 +0000)]
First versione of the proofChecker into CVS.

22 years agoparam.annotations was yes or NO. It is now yer or no.
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.

22 years agoannotations: was yes or NO. It is now yes 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.

22 years agoFirst release of cicAnnotationHelper in CVS.
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.

22 years ago.depend must be in the repository
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:26:56 +0000 (13:26 +0000)]
.depend must be in the repository

22 years agoNew implementation using the new HELM OCaml libraries.
Claudio Sacerdoti Coen [Tue, 27 Nov 2001 13:16:21 +0000 (13:16 +0000)]
New implementation using the new HELM OCaml libraries.

22 years agoNew implementation that uses 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.

22 years ago1) .cma/.cmxa used to simplify META files.
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

22 years ago.cvsignore and .depend forgot
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 18:38:03 +0000 (18:38 +0000)]
.cvsignore and .depend forgot

22 years agoHELM OCaml libraries with findlib support.
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 18:28:28 +0000 (18:28 +0000)]
HELM OCaml libraries with findlib support.

22 years agoinitial checkin
Claudio Sacerdoti Coen [Mon, 26 Nov 2001 09:24:32 +0000 (09:24 +0000)]
initial checkin

22 years agoReadme for the debianize.helm stuff.
Stefano Zacchiroli [Sun, 25 Nov 2001 16:11:10 +0000 (16:11 +0000)]
Readme for the debianize.helm stuff.

22 years agoDebianize.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.

22 years agoSynced debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:52:41 +0000 (13:52 +0000)]
Synced debian dir.

22 years agoRemoved from debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:05:37 +0000 (13:05 +0000)]
Removed from debian dir.

22 years agoSynced debian dir.
Stefano Zacchiroli [Sun, 25 Nov 2001 13:02:31 +0000 (13:02 +0000)]
Synced debian dir.

22 years agoadded config.sub and config.guess so that the package is ready for Debian
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

22 years agoContent-type for MathML Content "fixed". Why was it broken?
Claudio Sacerdoti Coen [Fri, 23 Nov 2001 17:12:00 +0000 (17:12 +0000)]
Content-type for MathML Content "fixed". Why was it broken?

22 years agoout of sync w.r.t. configuration.ml
Claudio Sacerdoti Coen [Thu, 22 Nov 2001 13:16:15 +0000 (13:16 +0000)]
out of sync w.r.t. configuration.ml

22 years agoUnderlining of hyperlinks removed.
Claudio Sacerdoti Coen [Wed, 21 Nov 2001 18:38:35 +0000 (18:38 +0000)]
Underlining of hyperlinks removed.

22 years agomkMetaTheoryURL(): param.embedKeys() forgot.
Claudio Sacerdoti Coen [Wed, 21 Nov 2001 18:32:00 +0000 (18:32 +0000)]
mkMetaTheoryURL(): param.embedKeys() forgot.
Code improvement.

22 years agoChanged version number to 0.2.1
Stefano Zacchiroli [Mon, 19 Nov 2001 15:04:14 +0000 (15:04 +0000)]
Changed version number to 0.2.1

22 years agoBUG FIXED:
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.

22 years agoChecks for mlminidom and lablgtk added.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 16:04:38 +0000 (16:04 +0000)]
Checks for mlminidom and lablgtk added.

22 years agoSome spourious files removed.
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:56:04 +0000 (14:56 +0000)]
Some spourious files removed.

22 years ago...
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:27:36 +0000 (14:27 +0000)]
...

22 years ago.cvsignore improved
Claudio Sacerdoti Coen [Fri, 16 Nov 2001 14:26:34 +0000 (14:26 +0000)]
.cvsignore improved

22 years agoDisequalities chains for algebra. First draft.
Andrea Asperti [Fri, 16 Nov 2001 09:36:08 +0000 (09:36 +0000)]
Disequalities chains for algebra. First draft.

22 years agoDistribution improvements.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:37:05 +0000 (12:37 +0000)]
Distribution improvements.

22 years agoNow automatically generated from Makefile.in
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:36:42 +0000 (12:36 +0000)]
Now automatically generated from Makefile.in

22 years agoNo more used.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:33:55 +0000 (12:33 +0000)]
No more used.

22 years agoFirst commit towards the 0.2.8 version.
Claudio Sacerdoti Coen [Thu, 15 Nov 2001 12:33:20 +0000 (12:33 +0000)]
First commit towards the 0.2.8 version.

22 years agoBug fixed
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 15:17:45 +0000 (15:17 +0000)]
Bug fixed

22 years agoBug fixed: $< confused with $^
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 15:02:01 +0000 (15:02 +0000)]
Bug fixed: $< confused with $^

22 years agomissing macro
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:49:29 +0000 (14:49 +0000)]
missing macro

22 years agoHTTP_GETTER_URIS_DBM added
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:29:54 +0000 (14:29 +0000)]
HTTP_GETTER_URIS_DBM added

22 years agoHTTP_GETTER_SERVERS_FILE introduced
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 14:23:53 +0000 (14:23 +0000)]
HTTP_GETTER_SERVERS_FILE introduced

22 years agoBug fix: changed "prefix" dir in install target.
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.

22 years agoChanged policy standard version.
Stefano Zacchiroli [Wed, 14 Nov 2001 14:04:21 +0000 (14:04 +0000)]
Changed policy standard version.

22 years agoRemoved INSTALL (not needed) and NEWS (0 sized) from document list.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:47:57 +0000 (13:47 +0000)]
Removed INSTALL (not needed) and NEWS (0 sized) from document list.

22 years agoRemove template like string that lintian hates.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:40:35 +0000 (13:40 +0000)]
Remove template like string that lintian hates.

22 years agoSet DH_COMPAT=2 (instead of 1).
Stefano Zacchiroli [Wed, 14 Nov 2001 13:39:55 +0000 (13:39 +0000)]
Set DH_COMPAT=2 (instead of 1).

22 years agoSet section field. Changed maintainer field.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:39:38 +0000 (13:39 +0000)]
Set section field. Changed maintainer field.

22 years agoChanged maintainer field and set section field.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:38:49 +0000 (13:38 +0000)]
Changed maintainer field and set section field.

22 years agoRemoved temp files from repository.
Stefano Zacchiroli [Wed, 14 Nov 2001 13:37:59 +0000 (13:37 +0000)]
Removed temp files from repository.

22 years agoSmall improvement.
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 12:11:34 +0000 (12:11 +0000)]
Small improvement.

22 years agoSimplification.
Claudio Sacerdoti Coen [Wed, 14 Nov 2001 11:46:13 +0000 (11:46 +0000)]
Simplification.

22 years ago0.0.2 ==> 0.2.0 ;-)
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:26:52 +0000 (18:26 +0000)]
0.0.2 ==> 0.2.0 ;-)

22 years ago- Check for ocamlfind added.
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:15:25 +0000 (18:15 +0000)]
- Check for ocamlfind added.
- .cvsignore improved

22 years agoUnused variable removed.
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:06:38 +0000 (18:06 +0000)]
Unused variable removed.

22 years agomlminidom 0.0.2 for minidom 0.1.3
Claudio Sacerdoti Coen [Tue, 13 Nov 2001 18:02:19 +0000 (18:02 +0000)]
mlminidom 0.0.2 for minidom 0.1.3

22 years agoanother small bug fixed about the pot
Luca Padovani [Mon, 12 Nov 2001 15:44:43 +0000 (15:44 +0000)]
another small bug fixed about the pot

22 years agoBug fixed.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:08:20 +0000 (15:08 +0000)]
Bug fixed.

22 years agoRequired by the new getxslt method implementation.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:06:17 +0000 (15:06 +0000)]
Required by the new getxslt method implementation.

22 years agoRequired by the new xslt_index.txt implementation.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 15:05:45 +0000 (15:05 +0000)]
Required by the new xslt_index.txt implementation.

22 years agoAbsolute URL to the Getter removed thanks to the new getxslt method
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.

22 years agoNo more absolute URLs: the getxslt method of the Getter is now
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.

22 years agoVersion number updated.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 14:07:04 +0000 (14:07 +0000)]
Version number updated.

22 years agoBug fixed. The bug used to lead to divergence in certain cases (e.g. limit_mul).
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).

22 years ago- modified /getxslt method, now stylesheets are downloaded on the fly
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

22 years agoAdded ".db" suffix to urls_of_uris default value.
Stefano Zacchiroli [Mon, 12 Nov 2001 13:41:43 +0000 (13:41 +0000)]
Added ".db" suffix to urls_of_uris default value.

22 years agoThe stylesheet to create graphs are now applied to the result of
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.

22 years agoNever really used. Functionality eventually replaced by the serialization.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 11:05:21 +0000 (11:05 +0000)]
Never really used. Functionality eventually replaced by the serialization.

22 years agoBetter error handling when port is not available.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 10:28:09 +0000 (10:28 +0000)]
Better error handling when port is not available.

22 years agoVersion 1.2.1beta => 1.2.1
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:48:12 +0000 (09:48 +0000)]
Version 1.2.1beta => 1.2.1

22 years ago- Stylesheet exceptions now printed in red.
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.

22 years agoCode cleanup: more code sharing achieved.
Claudio Sacerdoti Coen [Mon, 12 Nov 2001 09:22:27 +0000 (09:22 +0000)]
Code cleanup: more code sharing achieved.