Tue, 05 Jul 2005 14:07:08 +0200 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm [Tue, 05 Jul 2005 14:07:08 +0200] rev 16689
* Pure: structure OrdList (cf. Pure/General/ord_list.ML); * Pure: more efficient orders for basic syntactic entities;
Tue, 05 Jul 2005 13:57:23 +0200 added ST combinator '|->'
haftmann [Tue, 05 Jul 2005 13:57:23 +0200] rev 16688
added ST combinator '|->'
Tue, 05 Jul 2005 13:55:09 +0200 Symtab: use fast_string_ord instead of string_ord -- affects order of Symtab.dest etc.;
wenzelm [Tue, 05 Jul 2005 13:55:09 +0200] rev 16687
Symtab: use fast_string_ord instead of string_ord -- affects order of Symtab.dest etc.;
Tue, 05 Jul 2005 13:54:20 +0200 tuned;
wenzelm [Tue, 05 Jul 2005 13:54:20 +0200] rev 16686
tuned;
Mon, 04 Jul 2005 20:20:50 +0200 made smlnj happy;
wenzelm [Mon, 04 Jul 2005 20:20:50 +0200] rev 16685
made smlnj happy;
Mon, 04 Jul 2005 20:13:39 +0200 methods: added simp_flags argument, added "depth_limit" flag;
wenzelm [Mon, 04 Jul 2005 20:13:39 +0200] rev 16684
methods: added simp_flags argument, added "depth_limit" flag;
Mon, 04 Jul 2005 17:09:15 +0200 added transform_exceptions: bool ref;
wenzelm [Mon, 04 Jul 2005 17:09:15 +0200] rev 16683
added transform_exceptions: bool ref;
Mon, 04 Jul 2005 17:08:19 +0200 tuned;
wenzelm [Mon, 04 Jul 2005 17:08:19 +0200] rev 16682
tuned;
Mon, 04 Jul 2005 17:07:15 +0200 dummy exception_trace;
wenzelm [Mon, 04 Jul 2005 17:07:15 +0200] rev 16681
dummy exception_trace;
Mon, 04 Jul 2005 17:07:14 +0200 tuned union: avoid garbage in trivial case;
wenzelm [Mon, 04 Jul 2005 17:07:14 +0200] rev 16680
tuned union: avoid garbage in trivial case;
Mon, 04 Jul 2005 17:07:13 +0200 dest_ctyp: raise exception for non-constructor;
wenzelm [Mon, 04 Jul 2005 17:07:13 +0200] rev 16679
dest_ctyp: raise exception for non-constructor; dest_comb: replaced expensive fastype_of by Term.argument_type; dest_abs: replaced expensive variant_abs by Term.dest_abs; hyps: fast_term_ord;
Mon, 04 Jul 2005 17:07:12 +0200 added fast_indexname_ord, fast_term_ord;
wenzelm [Mon, 04 Jul 2005 17:07:12 +0200] rev 16678
added fast_indexname_ord, fast_term_ord; changed sort_ord, typ_ord, Vartab, Termtab: use fast orders; added argument_type_of, dest_abs; tuned;
Mon, 04 Jul 2005 17:07:11 +0200 use fast_string_ord;
wenzelm [Mon, 04 Jul 2005 17:07:11 +0200] rev 16677
use fast_string_ord;
Mon, 04 Jul 2005 17:07:10 +0200 added fast_string_ord;
wenzelm [Mon, 04 Jul 2005 17:07:10 +0200] rev 16676
added fast_string_ord;
Mon, 04 Jul 2005 15:51:56 +0200 Streamlined the signal handler in watcher.ML
quigley [Mon, 04 Jul 2005 15:51:56 +0200] rev 16675
Streamlined the signal handler in watcher.ML
Mon, 04 Jul 2005 15:15:55 +0200 unified main and dist
haftmann [Mon, 04 Jul 2005 15:15:55 +0200] rev 16674
unified main and dist
Mon, 04 Jul 2005 14:42:06 +0200 started unifying main and dist
haftmann [Mon, 04 Jul 2005 14:42:06 +0200] rev 16673
started unifying main and dist
Mon, 04 Jul 2005 11:04:10 +0200 (intermediate commit)
haftmann [Mon, 04 Jul 2005 11:04:10 +0200] rev 16672
(intermediate commit)
Sat, 02 Jul 2005 13:08:28 +0200 Simple report generator for Poly/ML profiling output.
wenzelm [Sat, 02 Jul 2005 13:08:28 +0200] rev 16671
Simple report generator for Poly/ML profiling output.
Fri, 01 Jul 2005 22:37:14 +0200 tuned;
wenzelm [Fri, 01 Jul 2005 22:37:14 +0200] rev 16670
tuned;
Fri, 01 Jul 2005 22:36:36 +0200 ambig msg: warning again;
wenzelm [Fri, 01 Jul 2005 22:36:36 +0200] rev 16669
ambig msg: warning again;
Fri, 01 Jul 2005 22:35:41 +0200 avoid polyeq;
wenzelm [Fri, 01 Jul 2005 22:35:41 +0200] rev 16668
avoid polyeq;
Fri, 01 Jul 2005 22:35:20 +0200 tuned term_ord: less garbage;
wenzelm [Fri, 01 Jul 2005 22:35:20 +0200] rev 16667
tuned term_ord: less garbage;
Fri, 01 Jul 2005 22:34:50 +0200 cterm_aconv: avoid rep_cterm;
wenzelm [Fri, 01 Jul 2005 22:34:50 +0200] rev 16666
cterm_aconv: avoid rep_cterm;
Fri, 01 Jul 2005 22:33:59 +0200 decomp_simp: compare terms, not cterms;
wenzelm [Fri, 01 Jul 2005 22:33:59 +0200] rev 16665
decomp_simp: compare terms, not cterms;
Fri, 01 Jul 2005 22:29:19 +0200 back to 1.28;
wenzelm [Fri, 01 Jul 2005 22:29:19 +0200] rev 16664
back to 1.28;
Fri, 01 Jul 2005 17:41:10 +0200 prime is a predicate now.
nipkow [Fri, 01 Jul 2005 17:41:10 +0200] rev 16663
prime is a predicate now.
Fri, 01 Jul 2005 14:55:05 +0200 * Isar profiling: new reference Toplevel.profiling (default 0);
wenzelm [Fri, 01 Jul 2005 14:55:05 +0200] rev 16662
* Isar profiling: new reference Toplevel.profiling (default 0);
Fri, 01 Jul 2005 14:42:05 +0200 use tracing for potentially voluminous ambiguity output;
wenzelm [Fri, 01 Jul 2005 14:42:05 +0200] rev 16661
use tracing for potentially voluminous ambiguity output;
Fri, 01 Jul 2005 14:42:04 +0200 added profiler interface (dummy);
wenzelm [Fri, 01 Jul 2005 14:42:04 +0200] rev 16660
added profiler interface (dummy);
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip