obua [Tue, 07 Jun 2005 20:04:41 +0200] rev 16313
A flag DEFS_CHAIN_HISTORY can be used to improve the error message
in case a cycle has been detected. If it is switched off and a cycle has been
detected, the user is notified that there is such a flag.
haftmann [Tue, 07 Jun 2005 17:13:58 +0200] rev 16312
extended readme
haftmann [Tue, 07 Jun 2005 17:08:19 +0200] rev 16311
started migration framwork script
haftmann [Tue, 07 Jun 2005 10:53:13 +0200] rev 16310
added basics for generic migration tool
haftmann [Tue, 07 Jun 2005 09:11:27 +0200] rev 16309
added isatest-lint prototype
obua [Tue, 07 Jun 2005 06:39:39 +0200] rev 16308
1) Fixed bug in Defs.merge_edges_1.
2) Major optimization of Defs.define: do not store dependencies between constants that
cannot introduce cycles anyway. In that way, the cycle test adds almost no overhead to
theories that define their constants in HOL-light / HOL4 style.
3) Cleaned up Defs.graph, no superfluous name tags are stored anymore.
nipkow [Mon, 06 Jun 2005 21:21:19 +0200] rev 16307
*** empty log message ***
nipkow [Mon, 06 Jun 2005 21:20:54 +0200] rev 16306
updating...
nipkow [Mon, 06 Jun 2005 19:09:49 +0200] rev 16305
Added the t = x "fix" - in (* ... *) :-(
wenzelm [Mon, 06 Jun 2005 18:58:34 +0200] rev 16304
copy_dir: be permissive wrt. errors;