haftmann [Sun, 21 Aug 2011 22:56:55 +0200] rev 44364
avoid pred/set mixture
haftmann [Sun, 21 Aug 2011 19:47:52 +0200] rev 44363
avoid pred/set mixture
wenzelm [Sun, 21 Aug 2011 22:04:01 +0200] rev 44362
merged
huffman [Sun, 21 Aug 2011 11:03:15 -0700] rev 44361
remove unnecessary euclidean_space class constraints
huffman [Sun, 21 Aug 2011 09:46:20 -0700] rev 44360
section -> subsection
huffman [Sun, 21 Aug 2011 09:38:31 -0700] rev 44359
scale dependency graph to fit on page
wenzelm [Sun, 21 Aug 2011 21:24:42 +0200] rev 44358
more robust initialization of token marker and line context wrt. session startup;
wenzelm [Sun, 21 Aug 2011 20:42:26 +0200] rev 44357
tuned Parse.group: delayed failure message;
wenzelm [Sun, 21 Aug 2011 20:25:49 +0200] rev 44356
avoid actual Color.white, which would be turned into Color.black by org.gjt.sp.jedit.print.BufferPrintable;
wenzelm [Sun, 21 Aug 2011 20:04:02 +0200] rev 44355
default style for user fonts -- to prevent org.gjt.sp.jedit.print.BufferPrintable from choking on null;
wenzelm [Sun, 21 Aug 2011 19:32:20 +0200] rev 44354
tuned;
wenzelm [Sun, 21 Aug 2011 14:16:44 +0200] rev 44353
discontinued somewhat pointless Par_List.map_name -- most of the time is spent in tokenization;
wenzelm [Sun, 21 Aug 2011 13:42:55 +0200] rev 44352
discontinued obsolete Thy_Syntax.report_span -- information can be reproduced in Isabelle/Scala;
wenzelm [Sun, 21 Aug 2011 13:36:23 +0200] rev 44351
merged
huffman [Sat, 20 Aug 2011 15:19:35 -0700] rev 44350
replace lemma realpow_two_diff with new lemma square_diff_square_factored
huffman [Sat, 20 Aug 2011 15:54:26 -0700] rev 44349
remove redundant lemma real_0_le_divide_iff in favor or zero_le_divide_iff
huffman [Sat, 20 Aug 2011 13:07:00 -0700] rev 44348
move lemma add_eq_0_iff to Groups.thy
huffman [Sat, 20 Aug 2011 12:51:15 -0700] rev 44347
remove redundant lemma realpow_two_disj, use square_eq_iff or power2_eq_iff instead
huffman [Sat, 20 Aug 2011 10:08:47 -0700] rev 44346
rename real_squared_diff_one_factored to square_diff_one_factored and move to Rings.thy
huffman [Sat, 20 Aug 2011 09:59:28 -0700] rev 44345
add lemma power2_eq_iff
huffman [Sat, 20 Aug 2011 07:09:44 -0700] rev 44344
remove some over-specific rules from the simpset
huffman [Sat, 20 Aug 2011 06:35:43 -0700] rev 44343
merged
huffman [Sat, 20 Aug 2011 06:34:51 -0700] rev 44342
redefine constant 'trivial_limit' as an abbreviation
wenzelm [Sun, 21 Aug 2011 13:23:29 +0200] rev 44341
purely functional task_queue.ML -- moved actual interrupt_unsynchronized to future.ML;
wenzelm [Sun, 21 Aug 2011 13:10:48 +0200] rev 44340
refined Task_Queue.cancel: passive tasks are considered running due to pending abort operation;
wenzelm [Sat, 20 Aug 2011 23:36:18 +0200] rev 44339
odd workaround for odd problem of load order in HOL/ex/ROOT.ML (!??);
wenzelm [Sat, 20 Aug 2011 23:35:30 +0200] rev 44338
refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
wenzelm [Sat, 20 Aug 2011 22:46:19 +0200] rev 44337
clarified get_imports -- should not rely on accidental order within graph;
wenzelm [Sat, 20 Aug 2011 22:28:53 +0200] rev 44336
tuned Table.delete_safe: avoid potentially expensive attempt of delete;
wenzelm [Sat, 20 Aug 2011 20:24:12 +0200] rev 44335
discontinued "Interrupt", which could disturb administrative tasks of the document model;