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;
wenzelm [Mon, 04 Jul 2005 17:07:11 +0200] rev 16677
use fast_string_ord;
wenzelm [Mon, 04 Jul 2005 17:07:10 +0200] rev 16676
added fast_string_ord;
quigley [Mon, 04 Jul 2005 15:51:56 +0200] rev 16675
Streamlined the signal handler in watcher.ML
haftmann [Mon, 04 Jul 2005 15:15:55 +0200] rev 16674
unified main and dist
haftmann [Mon, 04 Jul 2005 14:42:06 +0200] rev 16673
started unifying main and dist
haftmann [Mon, 04 Jul 2005 11:04:10 +0200] rev 16672
(intermediate commit)
wenzelm [Sat, 02 Jul 2005 13:08:28 +0200] rev 16671
Simple report generator for Poly/ML profiling output.
wenzelm [Fri, 01 Jul 2005 22:37:14 +0200] rev 16670
tuned;
wenzelm [Fri, 01 Jul 2005 22:36:36 +0200] rev 16669
ambig msg: warning again;
wenzelm [Fri, 01 Jul 2005 22:35:41 +0200] rev 16668
avoid polyeq;
wenzelm [Fri, 01 Jul 2005 22:35:20 +0200] rev 16667
tuned term_ord: less garbage;
wenzelm [Fri, 01 Jul 2005 22:34:50 +0200] rev 16666
cterm_aconv: avoid rep_cterm;
wenzelm [Fri, 01 Jul 2005 22:33:59 +0200] rev 16665
decomp_simp: compare terms, not cterms;
wenzelm [Fri, 01 Jul 2005 22:29:19 +0200] rev 16664
back to 1.28;
nipkow [Fri, 01 Jul 2005 17:41:10 +0200] rev 16663
prime is a predicate now.
wenzelm [Fri, 01 Jul 2005 14:55:05 +0200] rev 16662
* Isar profiling: new reference Toplevel.profiling (default 0);
wenzelm [Fri, 01 Jul 2005 14:42:05 +0200] rev 16661
use tracing for potentially voluminous ambiguity output;
wenzelm [Fri, 01 Jul 2005 14:42:04 +0200] rev 16660
added profiler interface (dummy);
wenzelm [Fri, 01 Jul 2005 14:42:03 +0200] rev 16659
added profiler interface, keep 'profiling' of PolyML structure;
removed PolyML.Compiler.printInAlphabeticalOrder := false;
wenzelm [Fri, 01 Jul 2005 14:42:02 +0200] rev 16658
added profile flag;
wenzelm [Fri, 01 Jul 2005 14:42:01 +0200] rev 16657
low-level tuning of map, fold;
wenzelm [Fri, 01 Jul 2005 14:42:00 +0200] rev 16656
ctyp: added 'sorts' field;
may_insert_typ/term/env_sorts: observe Sign.all_sorts_nonempty;
may_insert_env_sorts: insert sorts of type subst only;
instantiate: insert sorts of insts;
tuned;
wenzelm [Fri, 01 Jul 2005 14:41:59 +0200] rev 16655
added all_sorts_nonempty;
wenzelm [Fri, 01 Jul 2005 14:41:58 +0200] rev 16654
low-level tuning of fold, fold_rev, foldl_map;
wenzelm [Fri, 01 Jul 2005 14:41:57 +0200] rev 16653
isatool install: removed KDE option;
berghofe [Fri, 01 Jul 2005 14:22:33 +0200] rev 16652
Fixed bug: lookup' must use = instead of eq_type to compare types of
variables, otherwise pattern matching algorithm may loop.
berghofe [Fri, 01 Jul 2005 14:20:01 +0200] rev 16651
Changed interface of Envir.lookup'
berghofe [Fri, 01 Jul 2005 14:19:36 +0200] rev 16650
Moved eq_type from envir.ML to type.ML
berghofe [Fri, 01 Jul 2005 14:18:27 +0200] rev 16649
Implemented modular code generation.