]>
matita.cs.unibo.it Git - helm.git/log
Claudio Sacerdoti Coen [Fri, 23 May 2003 09:56:15 +0000 (09:56 +0000)]
Added all (???) the sections and their labels.
Claudio Sacerdoti Coen [Fri, 23 May 2003 09:52:48 +0000 (09:52 +0000)]
Minor improvements in the introduction.
Luca Padovani [Fri, 23 May 2003 09:24:55 +0000 (09:24 +0000)]
* fix in optional argument for ocaml binding
* fix in tml->mmlp stylehseet
Claudio Sacerdoti Coen [Thu, 22 May 2003 17:51:48 +0000 (17:51 +0000)]
- Introduction changed.
- Tasks assigned.
Claudio Sacerdoti Coen [Thu, 22 May 2003 16:05:12 +0000 (16:05 +0000)]
ed and draftstamp packages committed and activated
Ferruccio Guidi [Thu, 22 May 2003 14:49:52 +0000 (14:49 +0000)]
mathql query generator interface patched
Stefano Zacchiroli [Thu, 22 May 2003 07:33:44 +0000 (07:33 +0000)]
first checkin
- introduction
- outline
- auxiliary files
Ferruccio Guidi [Wed, 21 May 2003 11:00:31 +0000 (11:00 +0000)]
patched
Ferruccio Guidi [Tue, 20 May 2003 14:52:11 +0000 (14:52 +0000)]
MathQL query generator: new interface
Claudio Sacerdoti Coen [Thu, 15 May 2003 16:51:37 +0000 (16:51 +0000)]
Several changes:
1. the UWOBO_LOG_FILE environment variable semantics changed. It is now
used in the following way: $UWOBO_LOG_FILE.pid.log
2. when the log file can not be opened, UWOBO used to crash. Instead,
it now goes on and a nice error message is printed on the stderr
(but, unfortunately, it is not given back to the user, since the
error is raised in a new process and it can not be read back from
the logfile!)
Claudio Sacerdoti Coen [Thu, 15 May 2003 16:31:05 +0000 (16:31 +0000)]
The semantics of the UWOBO_LOG variable has changed: the suffix ".log"
should not be in there any more.
Claudio Sacerdoti Coen [Thu, 15 May 2003 16:30:38 +0000 (16:30 +0000)]
The chmod ug+w in the all rule has been made non-critical.
Claudio Sacerdoti Coen [Thu, 15 May 2003 12:18:30 +0000 (12:18 +0000)]
This commit undoes part of the previous commit, where I mistakenly committed
parts of my laptop settings.
Claudio Sacerdoti Coen [Thu, 15 May 2003 12:15:43 +0000 (12:15 +0000)]
New: two methods have been added to kill UWOBO and to start a new session
(i.e. a new UWOBO process) listening on a given port)
Claudio Sacerdoti Coen [Thu, 15 May 2003 12:11:52 +0000 (12:11 +0000)]
New: two new methods added
* /newsession to create a new session on a given port (i.e. to fork a new
UWOBO that starts listening on the new given port)
* /kill to ask an UWOBO to finish the execution
Ferruccio Guidi [Wed, 30 Apr 2003 13:56:57 +0000 (13:56 +0000)]
MQueryInterpreter: interface updated
Claudio Sacerdoti Coen [Tue, 29 Apr 2003 16:16:02 +0000 (16:16 +0000)]
New dependencies.
Claudio Sacerdoti Coen [Tue, 29 Apr 2003 16:14:25 +0000 (16:14 +0000)]
New: stylesheets are now partially cached (i.e. all the stylesheets which
are applied using an empty list of props are now precompiled only when
added or reloaded). See bug #75.
Claudio Sacerdoti Coen [Mon, 28 Apr 2003 17:45:58 +0000 (17:45 +0000)]
No more used since a long time.
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).
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).
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.
Ferruccio Guidi [Wed, 23 Apr 2003 16:47:55 +0000 (16:47 +0000)]
patch
Ferruccio Guidi [Wed, 23 Apr 2003 15:15:18 +0000 (15:15 +0000)]
patch
Ferruccio Guidi [Wed, 23 Apr 2003 15:10:42 +0000 (15:10 +0000)]
patch
Ferruccio Guidi [Wed, 23 Apr 2003 12:35:39 +0000 (12:35 +0000)]
patch
Ferruccio Guidi [Wed, 23 Apr 2003 12:03:07 +0000 (12:03 +0000)]
patch
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)
Claudio Sacerdoti Coen [Tue, 22 Apr 2003 10:17:38 +0000 (10:17 +0000)]
Improved exception catching.
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
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
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 14:12:30 +0000 (14:12 +0000)]
Use of Hbugs_deity for thread creation and killing.
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 14:11:28 +0000 (14:11 +0000)]
Support for optional state (empty XML element).
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
Stefano Zacchiroli [Wed, 16 Apr 2003 12:49:35 +0000 (12:49 +0000)]
updated serialization test
Stefano Zacchiroli [Wed, 16 Apr 2003 12:16:27 +0000 (12:16 +0000)]
no longer used (use HBUGS_MESSAGES.xml directly)
Claudio Sacerdoti Coen [Wed, 16 Apr 2003 12:04:35 +0000 (12:04 +0000)]
- support None state
- added (de)serialization of Too_late
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
Stefano Zacchiroli [Wed, 16 Apr 2003 11:44:28 +0000 (11:44 +0000)]
added "restart" target
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
Stefano Zacchiroli [Tue, 15 Apr 2003 15:47:42 +0000 (15:47 +0000)]
added support for slaves killing
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:11:46 +0000 (17:11 +0000)]
NuPrlDefinition element handling added
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:05:40 +0000 (17:05 +0000)]
extra_info hack removed
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.
Claudio Sacerdoti Coen [Thu, 10 Apr 2003 17:03:29 +0000 (17:03 +0000)]
The UNICODEvsSYMBOL machinery is now working again.
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.
Claudio Sacerdoti Coen [Tue, 8 Apr 2003 14:44:51 +0000 (14:44 +0000)]
First commit of the NuPRL stylesheets.
Stefano Zacchiroli [Tue, 8 Apr 2003 08:21:20 +0000 (08:21 +0000)]
kill instances of uwobo_forever.sh on stop
Stefano Zacchiroli [Tue, 8 Apr 2003 08:12:43 +0000 (08:12 +0000)]
- added support for UWOBO respawner
- added some newline related pretty printing
Stefano Zacchiroli [Tue, 8 Apr 2003 08:12:17 +0000 (08:12 +0000)]
added UWOBO respawner script
Stefano Zacchiroli [Mon, 7 Apr 2003 16:26:03 +0000 (16:26 +0000)]
getter's panel check in
Stefano Zacchiroli [Mon, 7 Apr 2003 16:06:12 +0000 (16:06 +0000)]
added a TODO bug comment
Stefano Zacchiroli [Mon, 7 Apr 2003 15:58:38 +0000 (15:58 +0000)]
ignore comments and blank line in servers file
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
Stefano Zacchiroli [Mon, 7 Apr 2003 15:26:42 +0000 (15:26 +0000)]
added list_servers, {add,remove}_server methods to usage string
Stefano Zacchiroli [Mon, 7 Apr 2003 15:21:31 +0000 (15:21 +0000)]
updat changelog with list_servers method addition
Stefano Zacchiroli [Mon, 7 Apr 2003 15:21:04 +0000 (15:21 +0000)]
added "/list_servers" method (actually used by the getter panel)
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
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
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
Stefano Zacchiroli [Mon, 7 Apr 2003 13:24:16 +0000 (13:24 +0000)]
added "replace" method which interfaces Dbm.replace function
Stefano Zacchiroli [Mon, 7 Apr 2003 13:23:49 +0000 (13:23 +0000)]
link also zack's helpers
Stefano Zacchiroli [Mon, 7 Apr 2003 13:13:13 +0000 (13:13 +0000)]
rebuilt
Stefano Zacchiroli [Mon, 7 Apr 2003 13:13:02 +0000 (13:13 +0000)]
added zack's helpers
Luca Padovani [Sun, 6 Apr 2003 09:07:22 +0000 (09:07 +0000)]
* new semantics with 2 continuations
Luca Padovani [Sun, 6 Apr 2003 07:47:41 +0000 (07:47 +0000)]
* version with single continuation
Luca Padovani [Sat, 5 Apr 2003 19:21:15 +0000 (19:21 +0000)]
* set-based + functional semantics
Stefano Zacchiroli [Fri, 4 Apr 2003 14:25:22 +0000 (14:25 +0000)]
moved some constants from Http_daemon to Http_constants
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
Luca Padovani [Fri, 4 Apr 2003 10:31:20 +0000 (10:31 +0000)]
* added missing / in path for default stylesheets
Luca Padovani [Fri, 4 Apr 2003 10:14:44 +0000 (10:14 +0000)]
* added .mli file for the editor
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
Luca Padovani [Thu, 3 Apr 2003 21:52:52 +0000 (21:52 +0000)]
* major update in regular context language definition and semantics
Stefano Zacchiroli [Wed, 2 Apr 2003 13:54:29 +0000 (13:54 +0000)]
added debian stuff, first release
Luca Padovani [Wed, 2 Apr 2003 13:36:09 +0000 (13:36 +0000)]
* added dependency on the editor
Luca Padovani [Wed, 2 Apr 2003 13:17:05 +0000 (13:17 +0000)]
* added depndencies to stdc++ library
Luca Padovani [Wed, 2 Apr 2003 12:06:00 +0000 (12:06 +0000)]
* added dependencies to the ocaml shared stub lib
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.
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.
Luca Padovani [Wed, 2 Apr 2003 09:27:11 +0000 (09:27 +0000)]
* removed
Luca Padovani [Wed, 2 Apr 2003 09:26:19 +0000 (09:26 +0000)]
* mini-patch to dictionary
* added dependencies to shared li;b
Stefano Zacchiroli [Wed, 2 Apr 2003 09:16:24 +0000 (09:16 +0000)]
distribute also ocaml subdirs
Stefano Zacchiroli [Wed, 2 Apr 2003 09:16:04 +0000 (09:16 +0000)]
- gcc 3.2 aware changes
- made "textomml" autotools aware
Stefano Zacchiroli [Wed, 2 Apr 2003 09:15:31 +0000 (09:15 +0000)]
made "xsl" dir autotools-aware
Stefano Zacchiroli [Wed, 2 Apr 2003 09:14:59 +0000 (09:14 +0000)]
gcc 3.2 aware changes
Stefano Zacchiroli [Wed, 2 Apr 2003 09:14:10 +0000 (09:14 +0000)]
C++ 3.2 aware changes
Stefano Zacchiroli [Wed, 2 Apr 2003 09:13:53 +0000 (09:13 +0000)]
added config.dirs
Stefano Zacchiroli [Wed, 2 Apr 2003 09:13:20 +0000 (09:13 +0000)]
made "examples" dir autotools-aware
Stefano Zacchiroli [Wed, 2 Apr 2003 09:12:59 +0000 (09:12 +0000)]
moved dictionaries in a new "dict" directory
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.
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.
Paolo Marinelli [Mon, 31 Mar 2003 16:00:33 +0000 (16:00 +0000)]
Added some examples of Right Drop.
Paolo Marinelli [Mon, 31 Mar 2003 15:41:34 +0000 (15:41 +0000)]
Removed some obsolete commands.
Paolo Marinelli [Mon, 31 Mar 2003 15:35:17 +0000 (15:35 +0000)]
Added epsilon-rules concerning the left drop.
Luca Padovani [Sun, 30 Mar 2003 11:10:41 +0000 (11:10 +0000)]
* added introduction + structure for next sections
Paolo Marinelli [Sun, 30 Mar 2003 11:08:57 +0000 (11:08 +0000)]
Added some rules to handle the generalized 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).
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.
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.
Paolo Marinelli [Thu, 27 Mar 2003 18:40:55 +0000 (18:40 +0000)]
Added some rules in the "Left Drop" section.