Sun, 21 Jul 2013 14:02:33 +0200 |
nipkow |
tuned exercises
|
changeset |
files
|
Sat, 20 Jul 2013 16:45:00 +0200 |
wenzelm |
clarified option name, with improved sort order wrt. "time" options;
|
changeset |
files
|
Sat, 20 Jul 2013 16:29:06 +0200 |
wenzelm |
document update at high priority -- important;
|
changeset |
files
|
Sat, 20 Jul 2013 16:27:55 +0200 |
wenzelm |
option editor_execution_priority;
|
changeset |
files
|
Sat, 20 Jul 2013 16:18:17 +0200 |
wenzelm |
obscure options;
|
changeset |
files
|
Sat, 20 Jul 2013 16:16:23 +0200 |
wenzelm |
print_state at high priority -- fast and important;
|
changeset |
files
|
Fri, 19 Jul 2013 23:29:43 +0200 |
wenzelm |
proper Future.shutdown, to wait for the scheduler thread to finish remaining tasks (notably external processes);
|
changeset |
files
|
Fri, 19 Jul 2013 20:56:39 +0200 |
wenzelm |
old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
|
changeset |
files
|
Fri, 19 Jul 2013 17:58:57 +0200 |
wenzelm |
just one option "skip_proofs", without direct access within the editor (it makes document processing stateful without strong reasons -- monotonic updates already handle goal forks smoothly);
|
changeset |
files
|
Fri, 19 Jul 2013 17:35:12 +0200 |
wenzelm |
turned pattern unify flag into configuration option (global only);
|
changeset |
files
|
Fri, 19 Jul 2013 16:36:13 +0200 |
traytel |
merged
|
changeset |
files
|
Fri, 19 Jul 2013 14:51:45 +0200 |
traytel |
permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
|
changeset |
files
|
Fri, 19 Jul 2013 15:48:04 +0200 |
nipkow |
added exerciese
|
changeset |
files
|
Fri, 19 Jul 2013 12:00:31 +0200 |
traytel |
do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
|
changeset |
files
|
Thu, 18 Jul 2013 23:13:44 +0200 |
wenzelm |
modify background theory where it is actually required (cf. 51dfdcd88e84);
|
changeset |
files
|
Thu, 18 Jul 2013 22:32:00 +0200 |
wenzelm |
tuned messages -- avoid text folds stemming from Pretty.chunks;
|
changeset |
files
|
Thu, 18 Jul 2013 22:18:20 +0200 |
wenzelm |
proper system options for 'find_theorems';
|
changeset |
files
|
Thu, 18 Jul 2013 22:00:35 +0200 |
wenzelm |
guard unify tracing via visible status of global theory;
|
changeset |
files
|
Thu, 18 Jul 2013 21:57:27 +0200 |
wenzelm |
provide global operations as well;
|
changeset |
files
|
Thu, 18 Jul 2013 21:20:09 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 18 Jul 2013 21:06:21 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 18 Jul 2013 20:53:22 +0200 |
wenzelm |
explicit padding on command boundary for "auto" generated sendback -- do not replace the corresponding goal command, but append to it;
|
changeset |
files
|
Thu, 18 Jul 2013 13:12:54 +0200 |
wenzelm |
immutable theory values with full stamp record of every update (increase of stamp size for HOL: 20000 -> 100000, JinjaThreads: 65000 -> 300000) -- minimal measurable impact on inference kernel performance;
|
changeset |
files
|
Wed, 17 Jul 2013 23:51:10 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 17 Jul 2013 23:33:16 +0200 |
wenzelm |
tuned message;
|
changeset |
files
|
Wed, 17 Jul 2013 23:32:28 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 17 Jul 2013 23:36:33 +0200 |
smolkas |
tuned
|
changeset |
files
|
Wed, 17 Jul 2013 21:48:21 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 17 Jul 2013 21:25:27 +0200 |
wenzelm |
more opportunistic string_of_clause, to make double-sure its Syntax.string_of_term uncheck phase does not crash, and thus bomb ambiguous input via failed composition of warning (e.g. HOL/Imperative_HOL/ex/Linked_List.thy: lemma merge_simps);
|
changeset |
files
|
Wed, 17 Jul 2013 21:04:38 +0200 |
wenzelm |
tuned spelling;
|
changeset |
files
|
Wed, 17 Jul 2013 12:41:59 +0900 |
Christian Sternagel |
show variants in error messages; more precise error messages (give witnesses for multiple instances)
|
changeset |
files
|
Wed, 17 Jul 2013 12:19:14 +0900 |
Christian Sternagel |
refactoring
|
changeset |
files
|
Wed, 17 Jul 2013 17:16:51 +0200 |
wenzelm |
more robust exn_messages_ids;
|
changeset |
files
|
Wed, 17 Jul 2013 14:33:33 +0200 |
wenzelm |
non-strict "Quiet" mode, to avoid odd crash of code_pred/after_qed due to ill-typed use of string_of_clause (e.g. in JinjaThreads/Common/Decl.thy of AFP/d1bb08f92ce5);
|
changeset |
files
|
Wed, 17 Jul 2013 13:45:55 +0200 |
wenzelm |
take context from static theory, not dynamic theory certificate;
|
changeset |
files
|
Wed, 17 Jul 2013 11:38:57 +0200 |
wenzelm |
more official Thm.eq_thm_strict, without demanding ML equality type;
|
changeset |
files
|
Wed, 17 Jul 2013 09:32:08 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 17 Jul 2013 13:34:21 +0200 |
immler |
tuned definition of seqseq; clarified usage of diagseq via diagseq_holds
|
changeset |
files
|
Tue, 16 Jul 2013 23:34:33 +0200 |
wenzelm |
merged
|
changeset |
files
|
Tue, 16 Jul 2013 22:36:55 +0200 |
wenzelm |
Cygwin with Latex according to Cygwin-Latex-Setup.bat (presently unused);
|
changeset |
files
|
Tue, 16 Jul 2013 20:23:05 +0200 |
wenzelm |
overwrite target;
|
changeset |
files
|
Tue, 16 Jul 2013 18:28:45 +0200 |
wenzelm |
fully-automated packaging (requires Mac OS X);
|
changeset |
files
|
Tue, 16 Jul 2013 14:46:03 +0200 |
wenzelm |
more robust application init;
|
changeset |
files
|
Tue, 16 Jul 2013 14:10:10 +0200 |
wenzelm |
more self-contained application, with side-entry for init;
|
changeset |
files
|
Tue, 16 Jul 2013 13:44:52 +0200 |
wenzelm |
dispose intermediate 7z archive;
|
changeset |
files
|
Tue, 16 Jul 2013 13:27:01 +0200 |
wenzelm |
prefer stand-alone javaw;
|
changeset |
files
|
Tue, 16 Jul 2013 13:23:37 +0200 |
wenzelm |
more robust executable path specifications;
|
changeset |
files
|
Tue, 16 Jul 2013 12:31:08 +0200 |
wenzelm |
separate module XZ_File to avoid initial dependency on org.tukaani.xz;
|
changeset |
files
|
Tue, 16 Jul 2013 12:25:59 +0200 |
wenzelm |
build Windows application on the spot, using Unix tools;
|
changeset |
files
|
Mon, 15 Jul 2013 23:53:04 +0200 |
wenzelm |
recover Cygwin symlinks via Windows file-system operations;
|
changeset |
files
|
Mon, 15 Jul 2013 23:07:23 +0200 |
wenzelm |
produce 7z archive for windows and preserve symlinks separately;
|
changeset |
files
|
Mon, 15 Jul 2013 22:11:36 +0200 |
wenzelm |
Scala version of init.bat;
|
changeset |
files
|
Mon, 15 Jul 2013 20:36:27 +0200 |
wenzelm |
tuned line length;
|
changeset |
files
|
Mon, 15 Jul 2013 20:13:30 +0200 |
wenzelm |
prefer @{file} references that are actually checked;
|
changeset |
files
|
Mon, 15 Jul 2013 19:51:09 +0200 |
wenzelm |
deactivate/revoke mouse event more thoroughly, to avoid "Implicit change of text area buffer";
|
changeset |
files
|
Mon, 15 Jul 2013 19:23:19 +0200 |
wenzelm |
retain compile-time context visibility, which is particularly important for "apply tactic";
|
changeset |
files
|
Tue, 16 Jul 2013 15:59:55 +0200 |
traytel |
use transfer/lifting for proving countable set and multisets being BNFs
|
changeset |
files
|
Tue, 16 Jul 2013 10:18:25 +0200 |
nipkow |
added exercise
|
changeset |
files
|
Mon, 15 Jul 2013 15:50:39 +0200 |
traytel |
killed unused theorems
|
changeset |
files
|
Mon, 15 Jul 2013 14:23:51 +0200 |
traytel |
eliminate duplicated theorems (thanks to "Auto solve_direct" in jEdit)
|
changeset |
files
|