]> matita.cs.unibo.it Git - helm.git/log
helm.git
18 years agoavoid writing in read only baseuris
Stefano Zacchiroli [Mon, 9 Jan 2006 13:52:05 +0000 (13:52 +0000)]
avoid writing in read only baseuris

18 years agobumped year
Stefano Zacchiroli [Mon, 9 Jan 2006 13:51:23 +0000 (13:51 +0000)]
bumped year

18 years agoadded support for repository attributes
Stefano Zacchiroli [Mon, 9 Jan 2006 13:50:58 +0000 (13:50 +0000)]
added support for repository attributes

18 years agoadded sample entries with attributes
Stefano Zacchiroli [Mon, 9 Jan 2006 13:50:33 +0000 (13:50 +0000)]
added sample entries with attributes

18 years agoOld compare-terms function
Andrea Asperti [Mon, 9 Jan 2006 13:08:14 +0000 (13:08 +0000)]
Old compare-terms function

18 years agoremoved debugging printing
Andrea Asperti [Mon, 9 Jan 2006 12:54:59 +0000 (12:54 +0000)]
removed debugging printing

18 years agoadded cleaning of .lexicon and .metadata files
Stefano Zacchiroli [Mon, 9 Jan 2006 12:51:58 +0000 (12:51 +0000)]
added cleaning of .lexicon and .metadata files

18 years agoignoring the result of load_notation
Andrea Asperti [Mon, 9 Jan 2006 12:33:13 +0000 (12:33 +0000)]
ignoring the result of load_notation

18 years agoBux fixed: matita did not save the .lexicon files! (only matitac did)
Claudio Sacerdoti Coen [Mon, 9 Jan 2006 12:19:17 +0000 (12:19 +0000)]
Bux fixed: matita did not save the .lexicon files! (only matitac did)

18 years ago$Id$ readded to paramodulation/utils.ml
Claudio Sacerdoti Coen [Mon, 9 Jan 2006 12:14:14 +0000 (12:14 +0000)]
$Id$ readded to paramodulation/utils.ml

18 years agoAdded a parameter (empty list) to load_notation.
Andrea Asperti [Mon, 9 Jan 2006 11:49:23 +0000 (11:49 +0000)]
Added a parameter (empty list) to load_notation.

18 years agoadded again the bin files
Enrico Tassi [Mon, 9 Jan 2006 11:05:06 +0000 (11:05 +0000)]
added again the bin files

18 years agomoved away broken files
Enrico Tassi [Mon, 9 Jan 2006 11:04:12 +0000 (11:04 +0000)]
moved away broken files

18 years agoNew version of compare_weights.
Andrea Asperti [Mon, 9 Jan 2006 10:56:02 +0000 (10:56 +0000)]
New version of compare_weights.

18 years agofix
Enrico Tassi [Mon, 9 Jan 2006 10:54:49 +0000 (10:54 +0000)]
fix

18 years agofix
Enrico Tassi [Mon, 9 Jan 2006 10:41:17 +0000 (10:41 +0000)]
fix

18 years agomoved to svn
Enrico Tassi [Mon, 9 Jan 2006 10:39:26 +0000 (10:39 +0000)]
moved to svn

18 years agoStupid bug of mine fixed: sometimes (Some ~-1) was used in place of None.
Claudio Sacerdoti Coen [Mon, 9 Jan 2006 09:39:14 +0000 (09:39 +0000)]
Stupid bug of mine fixed: sometimes (Some ~-1) was used in place of None.
Moreover the userGoal was retrieved before setting it.

18 years agoNew version.
Claudio Sacerdoti Coen [Mon, 9 Jan 2006 08:50:55 +0000 (08:50 +0000)]
New version.

18 years agoBug fixed: the include_paths were no longer handled properly when matita was
Claudio Sacerdoti Coen [Sun, 8 Jan 2006 19:16:27 +0000 (19:16 +0000)]
Bug fixed: the include_paths were no longer handled properly when matita was
launched outside a development. E.g.: ./matita library/nat/times.ma was no
longer working (./matita -I library library/nat/times.ma was)

18 years agoBug fixed: macros in the middle of a goto cursor or goto end-of-script were
Claudio Sacerdoti Coen [Sun, 8 Jan 2006 18:45:58 +0000 (18:45 +0000)]
Bug fixed: macros in the middle of a goto cursor or goto end-of-script were
not executed.

Explanation: the current goal was set only externally, but it is used by
macro disambiguation.

To fix the bug I have finally changed the type of a "lazy_macro" so that its
input is now a context. it used to be an integer, the selected goal; however,
the integer does not make sense since a macro can be invoked also when there is
no current proof.

18 years agoAdded $Id$ to every .ml file.
Claudio Sacerdoti Coen [Sun, 8 Jan 2006 18:00:22 +0000 (18:00 +0000)]
Added $Id$ to every .ml file.

18 years agoAdded $Id$ to the file.
Claudio Sacerdoti Coen [Sun, 8 Jan 2006 17:38:35 +0000 (17:38 +0000)]
Added $Id$ to the file.

18 years ago.cvsignore files removed (the svn:property property is used instead)
Claudio Sacerdoti Coen [Sun, 8 Jan 2006 17:26:52 +0000 (17:26 +0000)]
.cvsignore files removed (the svn:property property is used instead)

18 years ago1. Macros are now handled using an execption that is caught by matitacLib
Claudio Sacerdoti Coen [Sun, 8 Jan 2006 17:20:59 +0000 (17:20 +0000)]
1. Macros are now handled using an execption that is caught by matitacLib
   (raising an error) or matitaScript. As a result matitaScript is now simpler.
2. svn:ignore property refined for several directories in ocaml

18 years agoported to ocaml 3.09.1
Stefano Zacchiroli [Sun, 8 Jan 2006 12:14:20 +0000 (12:14 +0000)]
ported to ocaml 3.09.1

18 years agoported to ocaml 3.09.1
Stefano Zacchiroli [Sun, 8 Jan 2006 00:31:58 +0000 (00:31 +0000)]
ported to ocaml 3.09.1

18 years agobugfix, removed an hard coded instances of ocaml ABI version
Stefano Zacchiroli [Sun, 8 Jan 2006 00:28:27 +0000 (00:28 +0000)]
bugfix, removed an hard coded instances of ocaml ABI version

18 years agoported to ocaml 3.09.1
Stefano Zacchiroli [Sun, 8 Jan 2006 00:22:53 +0000 (00:22 +0000)]
ported to ocaml 3.09.1

18 years agoported to ocaml 3.09.1
Stefano Zacchiroli [Sat, 7 Jan 2006 17:54:03 +0000 (17:54 +0000)]
ported to ocaml 3.09.1

18 years agofix
Enrico Tassi [Mon, 26 Dec 2005 11:41:21 +0000 (11:41 +0000)]
fix

18 years agobeauty\!
Enrico Tassi [Sat, 24 Dec 2005 14:44:04 +0000 (14:44 +0000)]
beauty\!

18 years agobeauty\!
Enrico Tassi [Sat, 24 Dec 2005 14:40:26 +0000 (14:40 +0000)]
beauty\!

18 years agofix
Enrico Tassi [Sat, 24 Dec 2005 14:10:47 +0000 (14:10 +0000)]
fix

18 years agofix
Enrico Tassi [Sat, 24 Dec 2005 14:01:00 +0000 (14:01 +0000)]
fix

18 years agofix
Enrico Tassi [Sat, 24 Dec 2005 13:57:47 +0000 (13:57 +0000)]
fix

18 years agofix
Enrico Tassi [Sat, 24 Dec 2005 13:54:59 +0000 (13:54 +0000)]
fix

18 years agomore fix
Enrico Tassi [Sat, 24 Dec 2005 13:44:54 +0000 (13:44 +0000)]
more fix

18 years agofix
Enrico Tassi [Sat, 24 Dec 2005 13:36:51 +0000 (13:36 +0000)]
fix

18 years agoattempt to move nightly profiling to svn
Enrico Tassi [Sat, 24 Dec 2005 13:36:29 +0000 (13:36 +0000)]
attempt to move nightly profiling to svn

18 years agoremoved spurious CVSROOT from the old repository
Stefano Zacchiroli [Sat, 24 Dec 2005 12:09:12 +0000 (12:09 +0000)]
removed spurious CVSROOT from the old repository

18 years agotest commit
Enrico Tassi [Sat, 24 Dec 2005 11:32:17 +0000 (11:32 +0000)]
test commit

18 years agoremoved prova
Stefano Zacchiroli [Fri, 23 Dec 2005 12:38:52 +0000 (12:38 +0000)]
removed prova

18 years agoprova
Stefano Zacchiroli [Fri, 23 Dec 2005 12:38:21 +0000 (12:38 +0000)]
prova

18 years agoupdated
Stefano Zacchiroli [Fri, 23 Dec 2005 10:48:20 +0000 (10:48 +0000)]
updated

18 years agominor fixes (-nodb works again)
Stefano Zacchiroli [Fri, 23 Dec 2005 10:43:14 +0000 (10:43 +0000)]
minor fixes (-nodb works again)

18 years agoAdded parameter first_statement_only to the functions in matitaEngine
Claudio Sacerdoti Coen [Thu, 22 Dec 2005 18:05:32 +0000 (18:05 +0000)]
Added parameter first_statement_only to the functions in matitaEngine

18 years agoalias diffing/insertion is now handled by matitaEngine (invoked both
Claudio Sacerdoti Coen [Thu, 22 Dec 2005 16:18:06 +0000 (16:18 +0000)]
alias diffing/insertion is now handled by matitaEngine (invoked both
by matita and matitac)

18 years agoMakefiles made less verbose.
Claudio Sacerdoti Coen [Thu, 22 Dec 2005 13:32:45 +0000 (13:32 +0000)]
Makefiles made less verbose.

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 10:26:21 +0000 (10:26 +0000)]
fix

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 10:18:31 +0000 (10:18 +0000)]
fix

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 10:02:40 +0000 (10:02 +0000)]
fix

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 10:01:37 +0000 (10:01 +0000)]
fix

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 09:59:19 +0000 (09:59 +0000)]
fix

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 09:56:14 +0000 (09:56 +0000)]
fix

18 years agofix
Enrico Tassi [Thu, 22 Dec 2005 09:47:52 +0000 (09:47 +0000)]
fix

18 years ago...
Claudio Sacerdoti Coen [Wed, 21 Dec 2005 18:18:09 +0000 (18:18 +0000)]
...

18 years agofixed -f in clean
Enrico Tassi [Wed, 21 Dec 2005 16:24:20 +0000 (16:24 +0000)]
fixed -f in clean
make tests now compiles coq.ma

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:15:14 +0000 (16:15 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:15:14 +0000 (16:15 +0000)]
fix

18 years agoreimplemented specific marshallars on top of generic HMarshal marshaller
Stefano Zacchiroli [Wed, 21 Dec 2005 16:12:01 +0000 (16:12 +0000)]
reimplemented specific marshallars on top of generic HMarshal marshaller

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:10:30 +0000 (16:10 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:03:08 +0000 (16:03 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:01:41 +0000 (16:01 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:00:38 +0000 (16:00 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 16:00:10 +0000 (16:00 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:59:34 +0000 (15:59 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:55:14 +0000 (15:55 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:54:14 +0000 (15:54 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:53:46 +0000 (15:53 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:49:59 +0000 (15:49 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:45:59 +0000 (15:45 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:45:21 +0000 (15:45 +0000)]
fix

18 years agoadded generic marshaller
Stefano Zacchiroli [Wed, 21 Dec 2005 15:45:17 +0000 (15:45 +0000)]
added generic marshaller

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:44:23 +0000 (15:44 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:43:44 +0000 (15:43 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:41:36 +0000 (15:41 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:40:35 +0000 (15:40 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:39:27 +0000 (15:39 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:35:35 +0000 (15:35 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:34:23 +0000 (15:34 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:34:07 +0000 (15:34 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:32:44 +0000 (15:32 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:30:04 +0000 (15:30 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:29:05 +0000 (15:29 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:28:47 +0000 (15:28 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:27:05 +0000 (15:27 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:26:08 +0000 (15:26 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:25:25 +0000 (15:25 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:22:48 +0000 (15:22 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:19:50 +0000 (15:19 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:19:28 +0000 (15:19 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 15:01:08 +0000 (15:01 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 14:53:23 +0000 (14:53 +0000)]
fix

18 years agoold files
Stefano Zacchiroli [Wed, 21 Dec 2005 14:36:59 +0000 (14:36 +0000)]
old files

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 14:35:54 +0000 (14:35 +0000)]
fix

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 14:35:21 +0000 (14:35 +0000)]
fix

18 years agoremoved old Makefile
Stefano Zacchiroli [Wed, 21 Dec 2005 14:35:14 +0000 (14:35 +0000)]
removed old Makefile

18 years agofix
Enrico Tassi [Wed, 21 Dec 2005 14:33:49 +0000 (14:33 +0000)]
fix

18 years agobench
Enrico Tassi [Wed, 21 Dec 2005 14:32:37 +0000 (14:32 +0000)]
bench