Tue, 08 Dec 2009 18:47:25 +0100 merged
boehmes [Tue, 08 Dec 2009 18:47:25 +0100] rev 34034
merged
Tue, 08 Dec 2009 18:44:12 +0100 made SML/NJ happy
boehmes [Tue, 08 Dec 2009 18:44:12 +0100] rev 34033
made SML/NJ happy
Tue, 08 Dec 2009 14:31:19 +0100 simplified notion of empty module name
haftmann [Tue, 08 Dec 2009 14:31:19 +0100] rev 34032
simplified notion of empty module name
Tue, 08 Dec 2009 13:41:37 +0100 commit
haftmann [Tue, 08 Dec 2009 13:41:37 +0100] rev 34031
commit
Tue, 08 Dec 2009 13:40:57 +0100 resorted code equations from "old" number theory version
haftmann [Tue, 08 Dec 2009 13:40:57 +0100] rev 34030
resorted code equations from "old" number theory version
Tue, 08 Dec 2009 13:19:04 +0100 merged
haftmann [Tue, 08 Dec 2009 13:19:04 +0100] rev 34029
merged
Mon, 07 Dec 2009 16:27:48 +0100 split off evaluation mechanisms in separte module Code_Eval
haftmann [Mon, 07 Dec 2009 16:27:48 +0100] rev 34028
split off evaluation mechanisms in separte module Code_Eval
Tue, 08 Dec 2009 17:55:07 +0100 register_fonts: more precise error handling;
wenzelm [Tue, 08 Dec 2009 17:55:07 +0100] rev 34027
register_fonts: more precise error handling;
Tue, 08 Dec 2009 12:41:47 +0100 added future;
wenzelm [Tue, 08 Dec 2009 12:41:47 +0100] rev 34026
added future;
Mon, 07 Dec 2009 23:06:03 +0100 depend on Java 1.6 after all;
wenzelm [Mon, 07 Dec 2009 23:06:03 +0100] rev 34025
depend on Java 1.6 after all;
Mon, 07 Dec 2009 22:23:33 +0100 basic support for IsabelleText fonts;
wenzelm [Mon, 07 Dec 2009 22:23:33 +0100] rev 34024
basic support for IsabelleText fonts;
Mon, 07 Dec 2009 14:54:28 +0100 merged
haftmann [Mon, 07 Dec 2009 14:54:28 +0100] rev 34023
merged
Mon, 07 Dec 2009 14:54:13 +0100 merged
haftmann [Mon, 07 Dec 2009 14:54:13 +0100] rev 34022
merged
Mon, 07 Dec 2009 11:48:40 +0100 tuned inner structure
haftmann [Mon, 07 Dec 2009 11:48:40 +0100] rev 34021
tuned inner structure
Mon, 07 Dec 2009 14:54:01 +0100 merged Crude_Executable_Set into Executable_Set
haftmann [Mon, 07 Dec 2009 14:54:01 +0100] rev 34020
merged Crude_Executable_Set into Executable_Set
Mon, 07 Dec 2009 12:21:15 +0100 merged
blanchet [Mon, 07 Dec 2009 12:21:15 +0100] rev 34019
merged
Mon, 07 Dec 2009 11:46:13 +0100 avoid using "prop_logic.ML" and "sat_solver.ML" twice (the other occurrence being in "FunDef.thy");
blanchet [Mon, 07 Dec 2009 11:46:13 +0100] rev 34018
avoid using "prop_logic.ML" and "sat_solver.ML" twice (the other occurrence being in "FunDef.thy"); this produces two copies of the same module, with separate references etc.
Mon, 07 Dec 2009 11:44:49 +0100 better error message in Refute when specifying a non-existing SAT solver
blanchet [Mon, 07 Dec 2009 11:44:49 +0100] rev 34017
better error message in Refute when specifying a non-existing SAT solver
Mon, 07 Dec 2009 11:18:44 +0100 merged
wenzelm [Mon, 07 Dec 2009 11:18:44 +0100] rev 34016
merged
Mon, 07 Dec 2009 09:35:18 +0100 updated certificate
boehmes [Mon, 07 Dec 2009 09:35:18 +0100] rev 34015
updated certificate
Mon, 07 Dec 2009 09:21:14 +0100 merged
haftmann [Mon, 07 Dec 2009 09:21:14 +0100] rev 34014
merged
Mon, 07 Dec 2009 09:16:27 +0100 repaired read_const_expr, broken in 1e7ca47c6c3d
haftmann [Mon, 07 Dec 2009 09:16:27 +0100] rev 34013
repaired read_const_expr, broken in 1e7ca47c6c3d
Mon, 07 Dec 2009 09:14:12 +0100 merged
boehmes [Mon, 07 Dec 2009 09:14:12 +0100] rev 34012
merged
Mon, 07 Dec 2009 09:12:16 +0100 verbose output of loaded data makes a clear distinction between new and already existing data (types, constants, axioms)
boehmes [Mon, 07 Dec 2009 09:12:16 +0100] rev 34011
verbose output of loaded data makes a clear distinction between new and already existing data (types, constants, axioms)
Thu, 03 Dec 2009 15:56:06 +0100 faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes [Thu, 03 Dec 2009 15:56:06 +0100] rev 34010
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization), custom-made (top-down) atomize_conv, store predicate and function symbols in a table instead of a list for faster lookup, updated certificates
Sun, 06 Dec 2009 08:28:36 +0100 merged
haftmann [Sun, 06 Dec 2009 08:28:36 +0100] rev 34009
merged
Sun, 06 Dec 2009 08:06:03 +0100 tuned proofs
haftmann [Sun, 06 Dec 2009 08:06:03 +0100] rev 34008
tuned proofs
Sat, 05 Dec 2009 20:02:21 +0100 tuned lattices theory fragements; generlized some lemmas from sets to lattices
haftmann [Sat, 05 Dec 2009 20:02:21 +0100] rev 34007
tuned lattices theory fragements; generlized some lemmas from sets to lattices
Mon, 07 Dec 2009 00:02:54 +0100 avoid lazy val with side-effects -- spurious null pointers!?
wenzelm [Mon, 07 Dec 2009 00:02:54 +0100] rev 34006
avoid lazy val with side-effects -- spurious null pointers!?
Mon, 07 Dec 2009 00:02:07 +0100 toString: more robust handling of null;
wenzelm [Mon, 07 Dec 2009 00:02:07 +0100] rev 34005
toString: more robust handling of null; tuned;
Sun, 06 Dec 2009 23:25:27 +0100 proper markup text for loc;
wenzelm [Sun, 06 Dec 2009 23:25:27 +0100] rev 34004
proper markup text for loc;
Sun, 06 Dec 2009 23:09:14 +0100 output_syms: permissive treatment of control symbols, cf. Scala version;
wenzelm [Sun, 06 Dec 2009 23:09:14 +0100] rev 34003
output_syms: permissive treatment of control symbols, cf. Scala version;
Sun, 06 Dec 2009 23:08:43 +0100 basic treatment of special control symbols;
wenzelm [Sun, 06 Dec 2009 23:08:43 +0100] rev 34002
basic treatment of special control symbols; misc tuning;
Sun, 06 Dec 2009 23:06:53 +0100 elements: more convenient result;
wenzelm [Sun, 06 Dec 2009 23:06:53 +0100] rev 34001
elements: more convenient result;
Sun, 06 Dec 2009 22:23:31 +0100 more robust treatment of line breaks -- Java "split" has off semantics;
wenzelm [Sun, 06 Dec 2009 22:23:31 +0100] rev 34000
more robust treatment of line breaks -- Java "split" has off semantics;
Sun, 06 Dec 2009 22:22:48 +0100 added auxiliary constructors;
wenzelm [Sun, 06 Dec 2009 22:22:48 +0100] rev 33999
added auxiliary constructors;
Sun, 06 Dec 2009 21:56:23 +0100 added elements: Interator;
wenzelm [Sun, 06 Dec 2009 21:56:23 +0100] rev 33998
added elements: Interator; first isHighSurrogate, not isLowSurrogate; misc tuning and generalization;
Sat, 05 Dec 2009 19:08:56 +0100 merged
wenzelm [Sat, 05 Dec 2009 19:08:56 +0100] rev 33997
merged
Sat, 05 Dec 2009 10:18:23 +0100 merged
haftmann [Sat, 05 Dec 2009 10:18:23 +0100] rev 33996
merged
Fri, 04 Dec 2009 18:52:55 +0100 tuned whitespace
haftmann [Fri, 04 Dec 2009 18:52:55 +0100] rev 33995
tuned whitespace
Fri, 04 Dec 2009 18:51:15 +0100 merged, resolving minor conflicts
haftmann [Fri, 04 Dec 2009 18:51:15 +0100] rev 33994
merged, resolving minor conflicts
Fri, 04 Dec 2009 18:43:42 +0100 NEWS
haftmann [Fri, 04 Dec 2009 18:43:42 +0100] rev 33993
NEWS
Fri, 04 Dec 2009 18:19:32 +0100 signatures for generated code; tuned
haftmann [Fri, 04 Dec 2009 18:19:32 +0100] rev 33992
signatures for generated code; tuned
Fri, 04 Dec 2009 18:19:32 +0100 tuned
haftmann [Fri, 04 Dec 2009 18:19:32 +0100] rev 33991
tuned
Fri, 04 Dec 2009 18:19:31 +0100 avoid misleading name "superarities"
haftmann [Fri, 04 Dec 2009 18:19:31 +0100] rev 33990
avoid misleading name "superarities"
Fri, 04 Dec 2009 18:19:31 +0100 more speaking function names for Code_Printer; added doublesemicolon
haftmann [Fri, 04 Dec 2009 18:19:31 +0100] rev 33989
more speaking function names for Code_Printer; added doublesemicolon
Fri, 04 Dec 2009 18:19:30 +0100 tuned code setup
haftmann [Fri, 04 Dec 2009 18:19:30 +0100] rev 33988
tuned code setup
Sat, 05 Dec 2009 18:42:45 +0100 version of IsabelleMono that retains plain ASCII and ISO-LATIN-1 from Bitstream Vera;
wenzelm [Sat, 05 Dec 2009 18:42:45 +0100] rev 33987
version of IsabelleMono that retains plain ASCII and ISO-LATIN-1 from Bitstream Vera;
Sat, 05 Dec 2009 17:30:47 +0100 output linefeed as </br> -- workaround problem with <pre> in Lobo Browser 0.98.4;
wenzelm [Sat, 05 Dec 2009 17:30:47 +0100] rev 33986
output linefeed as </br> -- workaround problem with <pre> in Lobo Browser 0.98.4; output_width: uniform mapping -- avoid obscure fastpath optimization;
Sat, 05 Dec 2009 16:39:49 +0100 added markup for hidden text;
wenzelm [Sat, 05 Dec 2009 16:39:49 +0100] rev 33985
added markup for hidden text; handle "\<^bold>" as markup; HTML output: include original control symbols as hidden text, to enable copy-paste;
Fri, 04 Dec 2009 22:51:59 +0100 Basic HTML output.
wenzelm [Fri, 04 Dec 2009 22:51:59 +0100] rev 33984
Basic HTML output.
Fri, 04 Dec 2009 20:03:37 +0100 output "'" as "&#39;" which is a bit more portable ("&apos;" is defined in XML/XHTML, but not in old-style HTML4);
wenzelm [Fri, 04 Dec 2009 20:03:37 +0100] rev 33983
output "'" as "&#39;" which is a bit more portable ("&apos;" is defined in XML/XHTML, but not in old-style HTML4);
Fri, 04 Dec 2009 17:19:59 +0100 fixed paths in Nitpick's ML file headers
blanchet [Fri, 04 Dec 2009 17:19:59 +0100] rev 33982
fixed paths in Nitpick's ML file headers
Fri, 04 Dec 2009 17:19:33 +0100 added soundness fix to Nitpick's history
blanchet [Fri, 04 Dec 2009 17:19:33 +0100] rev 33981
added soundness fix to Nitpick's history
Fri, 04 Dec 2009 17:19:01 +0100 export symbols from Minipick (so I can use them in other programs)
blanchet [Fri, 04 Dec 2009 17:19:01 +0100] rev 33980
export symbols from Minipick (so I can use them in other programs)
Fri, 04 Dec 2009 17:18:07 +0100 make proof work again
blanchet [Fri, 04 Dec 2009 17:18:07 +0100] rev 33979
make proof work again
Fri, 04 Dec 2009 17:17:52 +0100 fix soundness bug in Nitpick's "destroy_constrs" optimization
blanchet [Fri, 04 Dec 2009 17:17:52 +0100] rev 33978
fix soundness bug in Nitpick's "destroy_constrs" optimization
Fri, 04 Dec 2009 15:30:36 +0100 merged, resolving minor conflict, and recovering sane state;
wenzelm [Fri, 04 Dec 2009 15:30:36 +0100] rev 33977
merged, resolving minor conflict, and recovering sane state;
Fri, 04 Dec 2009 15:27:45 +0100 merged
wenzelm [Fri, 04 Dec 2009 15:27:45 +0100] rev 33976
merged
Fri, 04 Dec 2009 15:25:30 +0100 merged
wenzelm [Fri, 04 Dec 2009 15:25:30 +0100] rev 33975
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip