]> matita.cs.unibo.it Git - helm.git/log
helm.git
21 years agoThis commit was manufactured by cvs2svn to create tag before_refactoring
no author [Mon, 28 Apr 2003 17:16:46 +0000 (17:16 +0000)]
This commit was manufactured by cvs2svn to create tag
'before_refactoring'.

21 years agoWhen the stylesheet from TML to MathML generated a document without a root
Claudio Sacerdoti Coen [Mon, 28 Apr 2003 17:16:46 +0000 (17:16 +0000)]
When the stylesheet from TML to MathML generated a document without a root
an assertion failed. The new implementation creates an empty document
(with only a m:math root element) and prints an error message (using the
logger).

21 years agoThe stylesheet used to generate an empty (and not even well-formed) XML document
Claudio Sacerdoti Coen [Mon, 28 Apr 2003 17:15:18 +0000 (17:15 +0000)]
The stylesheet used to generate an empty (and not even well-formed) XML document
when given a document whose root element is tml:tex and whose only child
is a non-visible cursor. The problem is fixed generating a <m:math/> document
(ignoring the visibility status of the cursor).

21 years agoThe reset() method ignored the fact that the widget can be frozen. Fixed.
Claudio Sacerdoti Coen [Mon, 28 Apr 2003 17:13:39 +0000 (17:13 +0000)]
The reset() method ignored the fact that the widget can be frozen. Fixed.

21 years agopatch
Ferruccio Guidi [Wed, 23 Apr 2003 16:47:55 +0000 (16:47 +0000)]
patch

21 years agopatch
Ferruccio Guidi [Wed, 23 Apr 2003 15:15:18 +0000 (15:15 +0000)]
patch

21 years agopatch
Ferruccio Guidi [Wed, 23 Apr 2003 15:10:42 +0000 (15:10 +0000)]
patch

21 years agopatch
Ferruccio Guidi [Wed, 23 Apr 2003 12:35:39 +0000 (12:35 +0000)]
patch

21 years agopatch
Ferruccio Guidi [Wed, 23 Apr 2003 12:03:07 +0000 (12:03 +0000)]
patch

21 years ago- New interface for the MathQL interpreter (1.3 version)
Ferruccio Guidi [Wed, 23 Apr 2003 11:05:32 +0000 (11:05 +0000)]
- New interface for the MathQL interpreter (1.3 version)
- Two toplevels committed in ocaml/mathql_test (new directory)

21 years agoImproved exception catching.
Claudio Sacerdoti Coen [Tue, 22 Apr 2003 10:17:38 +0000 (10:17 +0000)]
Improved exception catching.

21 years agobugfix: print a better exception than "Not_found" when "baseuri"
Stefano Zacchiroli [Wed, 16 Apr 2003 15:41:30 +0000 (15:41 +0000)]
bugfix: print a better exception than "Not_found" when "baseuri"
parameter for "ls" method is empty or simply unparsable

21 years ago- removed unclear parameter on_exit
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 14:14:45 +0000 (14:14 +0000)]
- removed unclear parameter on_exit
- renamed on_use_hint to use_hint_callback
- added method setUseHintCallback

21 years agoUse of Hbugs_deity for thread creation and killing.
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 14:12:30 +0000 (14:12 +0000)]
Use of Hbugs_deity for thread creation and killing.

21 years agoSupport for optional state (empty XML element).
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 14:11:28 +0000 (14:11 +0000)]
Support for optional state (empty XML element).

21 years ago- use an exception to handle empty status nodes
Stefano Zacchiroli [Wed, 16 Apr 2003 12:51:25 +0000 (12:51 +0000)]
- use an exception to handle empty status nodes
- removed some ancient comments

21 years agoupdated serialization test
Stefano Zacchiroli [Wed, 16 Apr 2003 12:49:35 +0000 (12:49 +0000)]
updated serialization test

21 years agono longer used (use HBUGS_MESSAGES.xml directly)
Stefano Zacchiroli [Wed, 16 Apr 2003 12:16:27 +0000 (12:16 +0000)]
no longer used (use HBUGS_MESSAGES.xml directly)

21 years ago- support None state
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 12:04:35 +0000 (12:04 +0000)]
- support None state
- added (de)serialization of Too_late

21 years agoState_change can now contain a state of None indicating that the proof
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 12:04:12 +0000 (12:04 +0000)]
State_change can now contain a state of None indicating that the proof
is completed

21 years agoadded "restart" target
Stefano Zacchiroli [Wed, 16 Apr 2003 11:44:28 +0000 (11:44 +0000)]
added "restart" target

21 years agoadded ocamlfind trick to trigger rebuild when some library's .cma has
Stefano Zacchiroli [Wed, 16 Apr 2003 10:05:09 +0000 (10:05 +0000)]
added ocamlfind trick to trigger rebuild when some library's .cma has
been changed

21 years agoadded support for slaves killing
Stefano Zacchiroli [Tue, 15 Apr 2003 15:47:42 +0000 (15:47 +0000)]
added support for slaves killing

21 years agoNuPrlDefinition element handling added
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:11:46 +0000 (17:11 +0000)]
NuPrlDefinition element handling added

21 years agoextra_info hack removed
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:05:40 +0000 (17:05 +0000)]
extra_info hack removed

21 years ago@uri attribute added to tacticinstance. A "Tactic details" hyperlink is
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:04:01 +0000 (17:04 +0000)]
@uri attribute added to tacticinstance. A "Tactic details" hyperlink is
now automatically generated starting from it.

21 years agoThe UNICODEvsSYMBOL machinery is now working again.
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:03:29 +0000 (17:03 +0000)]
The UNICODEvsSYMBOL machinery is now working again.

21 years agonuprl_content_to_html.xsl is not used. Let's definitely remove it.
Claudio Sacerdoti Coen [Tue, 8 Apr 2003 15:16:45 +0000 (15:16 +0000)]
nuprl_content_to_html.xsl is not used. Let's definitely remove it.

21 years agoFirst commit of the NuPRL stylesheets.
Claudio Sacerdoti Coen [Tue, 8 Apr 2003 14:44:51 +0000 (14:44 +0000)]
First commit of the NuPRL stylesheets.

21 years agokill instances of uwobo_forever.sh on stop
Stefano Zacchiroli [Tue, 8 Apr 2003 08:21:20 +0000 (08:21 +0000)]
kill instances of uwobo_forever.sh on stop

21 years ago- added support for UWOBO respawner
Stefano Zacchiroli [Tue, 8 Apr 2003 08:12:43 +0000 (08:12 +0000)]
- added support for UWOBO respawner
- added some newline related pretty printing

21 years agoadded UWOBO respawner script
Stefano Zacchiroli [Tue, 8 Apr 2003 08:12:17 +0000 (08:12 +0000)]
added UWOBO respawner script

21 years agogetter's panel check in
Stefano Zacchiroli [Mon, 7 Apr 2003 16:26:03 +0000 (16:26 +0000)]
getter's panel check in

21 years agoadded a TODO bug comment
Stefano Zacchiroli [Mon, 7 Apr 2003 16:06:12 +0000 (16:06 +0000)]
added a TODO bug comment

21 years agoignore comments and blank line in servers file
Stefano Zacchiroli [Mon, 7 Apr 2003 15:58:38 +0000 (15:58 +0000)]
ignore comments and blank line in servers file

21 years agomoved "is_blank_line" from Http_getter_common to Http_getter_misc
Stefano Zacchiroli [Mon, 7 Apr 2003 15:57:50 +0000 (15:57 +0000)]
moved "is_blank_line" from Http_getter_common to Http_getter_misc

21 years agoadded list_servers, {add,remove}_server methods to usage string
Stefano Zacchiroli [Mon, 7 Apr 2003 15:26:42 +0000 (15:26 +0000)]
added list_servers, {add,remove}_server methods to usage string

21 years agoupdat changelog with list_servers method addition
Stefano Zacchiroli [Mon, 7 Apr 2003 15:21:31 +0000 (15:21 +0000)]
updat changelog with list_servers method addition

21 years agoadded "/list_servers" method (actually used by the getter panel)
Stefano Zacchiroli [Mon, 7 Apr 2003 15:21:04 +0000 (15:21 +0000)]
added "/list_servers" method (actually used by the getter panel)

21 years ago- added "/add_server" and "/remove_server" to dynamically adjust servers
Stefano Zacchiroli [Mon, 7 Apr 2003 13:34:07 +0000 (13:34 +0000)]
- added "/add_server" and "/remove_server" to dynamically adjust servers
  list at runtime

21 years ago- added functions "add_server" and "remove_server" to dynamically adjust
Stefano Zacchiroli [Mon, 7 Apr 2003 13:33:42 +0000 (13:33 +0000)]
- added functions "add_server" and "remove_server" to dynamically adjust
  servers list at runtime

21 years ago- added functions "add_line" and "remove_line" to edit line oriented files
Stefano Zacchiroli [Mon, 7 Apr 2003 13:28:01 +0000 (13:28 +0000)]
- added functions "add_line" and "remove_line" to edit line oriented files
- use some Zack helpers intstead of reinventing the wheel

21 years agoadded "replace" method which interfaces Dbm.replace function
Stefano Zacchiroli [Mon, 7 Apr 2003 13:24:16 +0000 (13:24 +0000)]
added "replace" method which interfaces Dbm.replace function

21 years agolink also zack's helpers
Stefano Zacchiroli [Mon, 7 Apr 2003 13:23:49 +0000 (13:23 +0000)]
link also zack's helpers

21 years agorebuilt
Stefano Zacchiroli [Mon, 7 Apr 2003 13:13:13 +0000 (13:13 +0000)]
rebuilt

21 years agoadded zack's helpers
Stefano Zacchiroli [Mon, 7 Apr 2003 13:13:02 +0000 (13:13 +0000)]
added zack's helpers

21 years ago* new semantics with 2 continuations
Luca Padovani [Sun, 6 Apr 2003 09:07:22 +0000 (09:07 +0000)]
* new semantics with 2 continuations

21 years ago* version with single continuation
Luca Padovani [Sun, 6 Apr 2003 07:47:41 +0000 (07:47 +0000)]
* version with single continuation

21 years ago* set-based + functional semantics
Luca Padovani [Sat, 5 Apr 2003 19:21:15 +0000 (19:21 +0000)]
* set-based + functional semantics

21 years agomoved some constants from Http_daemon to Http_constants
Stefano Zacchiroli [Fri, 4 Apr 2003 14:25:22 +0000 (14:25 +0000)]
moved some constants from Http_daemon to Http_constants

21 years ago* the documents passed to the ocaml binding have been turned into strings
Luca Padovani [Fri, 4 Apr 2003 13:41:22 +0000 (13:41 +0000)]
* the documents passed to the ocaml binding have been turned into strings
  so that the relative uri resolution mechanism implemented in the
  TDictionary class can be effectively used

21 years ago* added missing / in path for default stylesheets
Luca Padovani [Fri, 4 Apr 2003 10:31:20 +0000 (10:31 +0000)]
* added missing / in path for default stylesheets

21 years ago* added .mli file for the editor
Luca Padovani [Fri, 4 Apr 2003 10:14:44 +0000 (10:14 +0000)]
* added .mli file for the editor

21 years ago- redesigned error and warning handling for libxslt
Stefano Zacchiroli [Fri, 4 Apr 2003 09:36:53 +0000 (09:36 +0000)]
- redesigned error and warning handling for libxslt
- added support for error and warning for the apply method

21 years ago* major update in regular context language definition and semantics
Luca Padovani [Thu, 3 Apr 2003 21:52:52 +0000 (21:52 +0000)]
* major update in regular context language definition and semantics

21 years agoadded debian stuff, first release
Stefano Zacchiroli [Wed, 2 Apr 2003 13:54:29 +0000 (13:54 +0000)]
added debian stuff, first release

21 years ago* added dependency on the editor
Luca Padovani [Wed, 2 Apr 2003 13:36:09 +0000 (13:36 +0000)]
* added dependency on the editor

21 years ago* added depndencies to stdc++ library
Luca Padovani [Wed, 2 Apr 2003 13:17:05 +0000 (13:17 +0000)]
* added depndencies to stdc++ library

21 years ago* added dependencies to the ocaml shared stub lib
Luca Padovani [Wed, 2 Apr 2003 12:06:00 +0000 (12:06 +0000)]
* added dependencies to the ocaml shared stub lib

21 years agoAdded the lines required to initialize and close the connection to the
Claudio Sacerdoti Coen [Wed, 2 Apr 2003 11:00:58 +0000 (11:00 +0000)]
Added the lines required to initialize and close the connection to the
database.

21 years agoBugs fixed:
Claudio Sacerdoti Coen [Wed, 2 Apr 2003 10:59:38 +0000 (10:59 +0000)]
Bugs fixed:

1. It was assumed that no CDATA nodes were put between XML elements.
   But the generated hint XML files had newlines to pretty-print the XML.
   The current fix ignores every CDATA nodes. Maybe it should just ignore the
   ones made of blancks.
2. Tree-structured hints were not parsed correctly (the coe was simply
   wrong). Trivially fixed.

Open issue: my code is full of "assert false". Should it raise exceptions
instead? I firmly think so.

21 years ago* removed
Luca Padovani [Wed, 2 Apr 2003 09:27:11 +0000 (09:27 +0000)]
* removed

21 years ago* mini-patch to dictionary
Luca Padovani [Wed, 2 Apr 2003 09:26:19 +0000 (09:26 +0000)]
* mini-patch to dictionary
* added dependencies to shared li;b

21 years agodistribute also ocaml subdirs
Stefano Zacchiroli [Wed, 2 Apr 2003 09:16:24 +0000 (09:16 +0000)]
distribute also ocaml subdirs

21 years ago- gcc 3.2 aware changes
Stefano Zacchiroli [Wed, 2 Apr 2003 09:16:04 +0000 (09:16 +0000)]
- gcc 3.2 aware changes
- made "textomml" autotools aware

21 years agomade "xsl" dir autotools-aware
Stefano Zacchiroli [Wed, 2 Apr 2003 09:15:31 +0000 (09:15 +0000)]
made "xsl" dir autotools-aware

21 years agogcc 3.2 aware changes
Stefano Zacchiroli [Wed, 2 Apr 2003 09:14:59 +0000 (09:14 +0000)]
gcc 3.2 aware changes

21 years agoC++ 3.2 aware changes
Stefano Zacchiroli [Wed, 2 Apr 2003 09:14:10 +0000 (09:14 +0000)]
C++ 3.2 aware changes

21 years agoadded config.dirs
Stefano Zacchiroli [Wed, 2 Apr 2003 09:13:53 +0000 (09:13 +0000)]
added config.dirs

21 years agomade "examples" dir autotools-aware
Stefano Zacchiroli [Wed, 2 Apr 2003 09:13:20 +0000 (09:13 +0000)]
made "examples" dir autotools-aware

21 years agomoved dictionaries in a new "dict" directory
Stefano Zacchiroli [Wed, 2 Apr 2003 09:12:59 +0000 (09:12 +0000)]
moved dictionaries in a new "dict" directory

21 years agoCorrected a wrong epsilon-rule in the Special Left Drop paragraph. There was
Paolo Marinelli [Tue, 1 Apr 2003 09:45:09 +0000 (09:45 +0000)]
Corrected a wrong epsilon-rule in the Special Left Drop paragraph. There was
a LaTeX syntax error.

21 years agoAdded some rules in the Right Drop section and in the Left Drop one.
Paolo Marinelli [Mon, 31 Mar 2003 17:41:40 +0000 (17:41 +0000)]
Added some rules in the Right Drop section and in the Left Drop one.

21 years agoAdded some examples of Right Drop.
Paolo Marinelli [Mon, 31 Mar 2003 16:00:33 +0000 (16:00 +0000)]
Added some examples of Right Drop.

21 years agoRemoved some obsolete commands.
Paolo Marinelli [Mon, 31 Mar 2003 15:41:34 +0000 (15:41 +0000)]
Removed some obsolete commands.

21 years agoAdded epsilon-rules concerning the left drop.
Paolo Marinelli [Mon, 31 Mar 2003 15:35:17 +0000 (15:35 +0000)]
Added epsilon-rules concerning the left drop.

21 years ago* added introduction + structure for next sections
Luca Padovani [Sun, 30 Mar 2003 11:10:41 +0000 (11:10 +0000)]
* added introduction + structure for next sections

21 years agoAdded some rules to handle the generalized normal left drop.
Paolo Marinelli [Sun, 30 Mar 2003 11:08:57 +0000 (11:08 +0000)]
Added some rules to handle the generalized normal left drop.

21 years agoAdded a rule in the epsilon-rules section (paragraph normal left drop).
Paolo Marinelli [Sun, 30 Mar 2003 09:30:37 +0000 (09:30 +0000)]
Added a rule in the epsilon-rules section (paragraph normal left drop).

21 years agoRemoved many rules in the "Left Drop" section. Every epsilon-rule in the
Paolo Marinelli [Sat, 29 Mar 2003 20:43:35 +0000 (20:43 +0000)]
Removed many rules in the "Left Drop" section. Every epsilon-rule in the
normal left drop paragraph has been changed.

21 years agoAdded some rules in the "Left Drop" section.
Paolo Marinelli [Fri, 28 Mar 2003 12:32:23 +0000 (12:32 +0000)]
Added some rules in the "Left Drop" section.
Dropped some obsolete rules.

21 years agoAdded some rules in the "Left Drop" section.
Paolo Marinelli [Thu, 27 Mar 2003 18:40:55 +0000 (18:40 +0000)]
Added some rules in the "Left Drop" section.

21 years agoAdded some other rules in the "Left Drop" section.
Paolo Marinelli [Wed, 26 Mar 2003 18:38:52 +0000 (18:38 +0000)]
Added some other rules in the "Left Drop" section.

21 years agoadded an example of a long fxgrep expression
Paolo Marinelli [Wed, 26 Mar 2003 15:41:22 +0000 (15:41 +0000)]
added an example of a long fxgrep expression

21 years agoAdded some rules in the Left Drop section
Paolo Marinelli [Tue, 25 Mar 2003 16:22:38 +0000 (16:22 +0000)]
Added some rules in the Left Drop section

21 years agodebian release 0.0.4-4
Stefano Zacchiroli [Tue, 25 Mar 2003 16:07:15 +0000 (16:07 +0000)]
debian release 0.0.4-4

21 years agobugfix: ships also -config script
Stefano Zacchiroli [Tue, 25 Mar 2003 16:06:58 +0000 (16:06 +0000)]
bugfix: ships also -config script

21 years agobumped policy version to 3.5.9
Stefano Zacchiroli [Tue, 25 Mar 2003 16:06:04 +0000 (16:06 +0000)]
bumped policy version to 3.5.9

21 years agopretty print errors using red color instead of h1 text (close #50)
Stefano Zacchiroli [Tue, 25 Mar 2003 15:49:08 +0000 (15:49 +0000)]
pretty print errors using red color instead of h1 text (close #50)

21 years agoreload/remove all stylesheets now prints also which stylesheets are
Stefano Zacchiroli [Tue, 25 Mar 2003 15:42:46 +0000 (15:42 +0000)]
reload/remove all stylesheets now prints also which stylesheets are
going to be reloaded/removed (close #47)

21 years agoadded keys method that list currently loaded stylesheets' keys
Stefano Zacchiroli [Tue, 25 Mar 2003 15:42:06 +0000 (15:42 +0000)]
added keys method that list currently loaded stylesheets' keys

21 years agoadded feedback for reload/remove methods (close #39)
Stefano Zacchiroli [Tue, 25 Mar 2003 15:26:42 +0000 (15:26 +0000)]
added feedback for reload/remove methods (close #39)

21 years ago* first draft of the formal specification
Luca Padovani [Mon, 24 Mar 2003 15:18:22 +0000 (15:18 +0000)]
* first draft of the formal specification

21 years agobugfix: takes doc from "doc" dir
Stefano Zacchiroli [Fri, 21 Mar 2003 18:06:55 +0000 (18:06 +0000)]
bugfix: takes doc from "doc" dir

21 years agoadded EXTRA_DIST and docs
Stefano Zacchiroli [Fri, 21 Mar 2003 18:05:35 +0000 (18:05 +0000)]
added EXTRA_DIST and docs

21 years agoempty BUGS file
Stefano Zacchiroli [Fri, 21 Mar 2003 18:04:24 +0000 (18:04 +0000)]
empty BUGS file

21 years agoremoved ancient HELM stuff
Stefano Zacchiroli [Fri, 21 Mar 2003 18:04:12 +0000 (18:04 +0000)]
removed ancient HELM stuff

21 years agoadded sample configuration file
Stefano Zacchiroli [Fri, 21 Mar 2003 18:00:16 +0000 (18:00 +0000)]
added sample configuration file

21 years ago- implemented distcheck target
Stefano Zacchiroli [Fri, 21 Mar 2003 17:58:05 +0000 (17:58 +0000)]
- implemented distcheck target
- bugfix: added some target to .PHONY

21 years agorebuilt
Stefano Zacchiroli [Fri, 21 Mar 2003 17:57:46 +0000 (17:57 +0000)]
rebuilt