Wed, 06 Jul 2005 10:41:45 +0200 wenzelm tuned maxidx;
Wed, 06 Jul 2005 10:41:44 +0200 wenzelm tuned maxidx_of_typ/typs/term;
Wed, 06 Jul 2005 10:41:43 +0200 wenzelm multiple flags: prefer later ones;
Wed, 06 Jul 2005 10:41:42 +0200 wenzelm use Symtab.table instead of ordered lists;
Wed, 06 Jul 2005 10:41:41 +0200 wenzelm added adhoc string_of_term from Pure/term.ML;
Wed, 06 Jul 2005 10:41:40 +0200 wenzelm removed term_lpo (now in Pure/term.ML);
Wed, 06 Jul 2005 10:41:38 +0200 wenzelm tuned;
Wed, 06 Jul 2005 10:34:07 +0200 wenzelm tuned;
Wed, 06 Jul 2005 10:30:24 +0200 wenzelm changed file permissions;
Wed, 06 Jul 2005 10:29:48 +0200 wenzelm changing file permissions ...
Wed, 06 Jul 2005 00:08:57 +0200 huffman add keywords cpodef, pcpodef (for HOLCF)
Wed, 06 Jul 2005 00:07:53 +0200 huffman renamed to Pcpodef.thy
Wed, 06 Jul 2005 00:07:34 +0200 huffman use new pcpodef package
Wed, 06 Jul 2005 00:06:34 +0200 huffman add pcpodef files
Wed, 06 Jul 2005 00:04:31 +0200 huffman renamed from TypedefPcpo.thy;
Wed, 06 Jul 2005 00:03:17 +0200 huffman new type definition package for HOLCF
Tue, 05 Jul 2005 23:14:48 +0200 huffman simplified definitions of flift1, flift2, liftpair;
Tue, 05 Jul 2005 18:11:59 +0200 wenzelm tuned K;
Tue, 05 Jul 2005 16:49:15 +0200 wenzelm fixed regexp grouping;
Tue, 05 Jul 2005 16:16:49 +0200 wenzelm List.app;
Tue, 05 Jul 2005 15:49:19 +0200 haftmann added combinatros '||>' and '||>>' and fold_map fitting nicely to ST combinator '|->'
Tue, 05 Jul 2005 15:39:48 +0200 wenzelm tuned;
Tue, 05 Jul 2005 14:07:08 +0200 wenzelm * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
Tue, 05 Jul 2005 13:57:23 +0200 haftmann added ST combinator '|->'
Tue, 05 Jul 2005 13:55:09 +0200 wenzelm Symtab: use fast_string_ord instead of string_ord -- affects order of Symtab.dest etc.;
Tue, 05 Jul 2005 13:54:20 +0200 wenzelm tuned;
Mon, 04 Jul 2005 20:20:50 +0200 wenzelm made smlnj happy;
Mon, 04 Jul 2005 20:13:39 +0200 wenzelm methods: added simp_flags argument, added "depth_limit" flag;
Mon, 04 Jul 2005 17:09:15 +0200 wenzelm added transform_exceptions: bool ref;
Mon, 04 Jul 2005 17:08:19 +0200 wenzelm tuned;
Mon, 04 Jul 2005 17:07:15 +0200 wenzelm dummy exception_trace;
Mon, 04 Jul 2005 17:07:14 +0200 wenzelm tuned union: avoid garbage in trivial case;
Mon, 04 Jul 2005 17:07:13 +0200 wenzelm dest_ctyp: raise exception for non-constructor;
Mon, 04 Jul 2005 17:07:12 +0200 wenzelm added fast_indexname_ord, fast_term_ord;
Mon, 04 Jul 2005 17:07:11 +0200 wenzelm use fast_string_ord;
Mon, 04 Jul 2005 17:07:10 +0200 wenzelm added fast_string_ord;
Mon, 04 Jul 2005 15:51:56 +0200 quigley Streamlined the signal handler in watcher.ML
Mon, 04 Jul 2005 15:15:55 +0200 haftmann unified main and dist
Mon, 04 Jul 2005 14:42:06 +0200 haftmann started unifying main and dist
Mon, 04 Jul 2005 11:04:10 +0200 haftmann (intermediate commit)
Sat, 02 Jul 2005 13:08:28 +0200 wenzelm Simple report generator for Poly/ML profiling output.
Fri, 01 Jul 2005 22:37:14 +0200 wenzelm tuned;
Fri, 01 Jul 2005 22:36:36 +0200 wenzelm ambig msg: warning again;
Fri, 01 Jul 2005 22:35:41 +0200 wenzelm avoid polyeq;
Fri, 01 Jul 2005 22:35:20 +0200 wenzelm tuned term_ord: less garbage;
Fri, 01 Jul 2005 22:34:50 +0200 wenzelm cterm_aconv: avoid rep_cterm;
Fri, 01 Jul 2005 22:33:59 +0200 wenzelm decomp_simp: compare terms, not cterms;
Fri, 01 Jul 2005 22:29:19 +0200 wenzelm back to 1.28;
Fri, 01 Jul 2005 17:41:10 +0200 nipkow prime is a predicate now.
Fri, 01 Jul 2005 14:55:05 +0200 wenzelm * Isar profiling: new reference Toplevel.profiling (default 0);
Fri, 01 Jul 2005 14:42:05 +0200 wenzelm use tracing for potentially voluminous ambiguity output;
Fri, 01 Jul 2005 14:42:04 +0200 wenzelm added profiler interface (dummy);
Fri, 01 Jul 2005 14:42:03 +0200 wenzelm added profiler interface, keep 'profiling' of PolyML structure;
Fri, 01 Jul 2005 14:42:02 +0200 wenzelm added profile flag;
Fri, 01 Jul 2005 14:42:01 +0200 wenzelm low-level tuning of map, fold;
Fri, 01 Jul 2005 14:42:00 +0200 wenzelm ctyp: added 'sorts' field;
Fri, 01 Jul 2005 14:41:59 +0200 wenzelm added all_sorts_nonempty;
Fri, 01 Jul 2005 14:41:58 +0200 wenzelm low-level tuning of fold, fold_rev, foldl_map;
Fri, 01 Jul 2005 14:41:57 +0200 wenzelm isatool install: removed KDE option;
Fri, 01 Jul 2005 14:22:33 +0200 berghofe Fixed bug: lookup' must use = instead of eq_type to compare types of
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip