Fri, 18 Oct 2013 10:35:56 +0200 make sure that registered code equations are actually equations
blanchet [Fri, 18 Oct 2013 10:35:56 +0200] rev 54145
make sure that registered code equations are actually equations
Fri, 18 Oct 2013 10:35:55 +0200 accept very long lines in MaSh
blanchet [Fri, 18 Oct 2013 10:35:55 +0200] rev 54144
accept very long lines in MaSh
Fri, 18 Oct 2013 00:05:31 +0200 make sure add: doesn't add duplicates, and works for [no_atp] facts
blanchet [Fri, 18 Oct 2013 00:05:31 +0200] rev 54143
make sure add: doesn't add duplicates, and works for [no_atp] facts
Thu, 17 Oct 2013 23:41:00 +0200 no fact subsumption -- this only confuses later code, e.g. 'add:'
blanchet [Thu, 17 Oct 2013 23:41:00 +0200] rev 54142
no fact subsumption -- this only confuses later code, e.g. 'add:'
Thu, 17 Oct 2013 20:49:19 +0200 generate a comment storing the goal nickname in "learn_prover"
blanchet [Thu, 17 Oct 2013 20:49:19 +0200] rev 54141
generate a comment storing the goal nickname in "learn_prover"
Thu, 17 Oct 2013 20:20:53 +0200 clarified message
blanchet [Thu, 17 Oct 2013 20:20:53 +0200] rev 54140
clarified message
Thu, 17 Oct 2013 20:03:37 +0200 added thread-safety warnings
blanchet [Thu, 17 Oct 2013 20:03:37 +0200] rev 54139
added thread-safety warnings
Thu, 17 Oct 2013 18:53:00 +0200 avoid confusion between outer ifs and inner ifs, that caused tactic to go berserk
blanchet [Thu, 17 Oct 2013 18:53:00 +0200] rev 54138
avoid confusion between outer ifs and inner ifs, that caused tactic to go berserk
Thu, 17 Oct 2013 18:53:00 +0200 handle nested tuples in 'let's
blanchet [Thu, 17 Oct 2013 18:53:00 +0200] rev 54137
handle nested tuples in 'let's
Thu, 17 Oct 2013 16:45:54 +0200 more exercises
nipkow [Thu, 17 Oct 2013 16:45:54 +0200] rev 54136
more exercises
Thu, 17 Oct 2013 13:37:13 +0200 also unfold let (_, _) = ... syntax
blanchet [Thu, 17 Oct 2013 13:37:13 +0200] rev 54135
also unfold let (_, _) = ... syntax
Thu, 17 Oct 2013 11:27:53 +0200 added helper function (that solves chicken-and-egg problem w.r.t. "callssss")
blanchet [Thu, 17 Oct 2013 11:27:53 +0200] rev 54134
added helper function (that solves chicken-and-egg problem w.r.t. "callssss")
Thu, 17 Oct 2013 10:29:28 +0200 graceful handling of abort
blanchet [Thu, 17 Oct 2013 10:29:28 +0200] rev 54133
graceful handling of abort
Thu, 17 Oct 2013 10:06:48 +0200 generalized interface
panny [Thu, 17 Oct 2013 10:06:48 +0200] rev 54132
generalized interface
Thu, 17 Oct 2013 02:29:49 +0200 choose facts to reprove more randomly, to avoid getting stuck with impossible problems at first
blanchet [Thu, 17 Oct 2013 02:29:49 +0200] rev 54131
choose facts to reprove more randomly, to avoid getting stuck with impossible problems at first
Thu, 17 Oct 2013 02:22:54 +0200 thread the goal through instead of relying on unreliable (possibly fake) state
blanchet [Thu, 17 Oct 2013 02:22:54 +0200] rev 54130
thread the goal through instead of relying on unreliable (possibly fake) state
Thu, 17 Oct 2013 01:34:34 +0200 added comment
blanchet [Thu, 17 Oct 2013 01:34:34 +0200] rev 54129
added comment
Thu, 17 Oct 2013 01:22:15 +0200 tuning
blanchet [Thu, 17 Oct 2013 01:22:15 +0200] rev 54128
tuning
Thu, 17 Oct 2013 01:20:40 +0200 verbose minimization when learning from ATP proofs
blanchet [Thu, 17 Oct 2013 01:20:40 +0200] rev 54127
verbose minimization when learning from ATP proofs
Thu, 17 Oct 2013 01:10:08 +0200 if slicing is disabled, pick the maximum number of facts, not the number of facts in the last slice
blanchet [Thu, 17 Oct 2013 01:10:08 +0200] rev 54126
if slicing is disabled, pick the maximum number of facts, not the number of facts in the last slice
Thu, 17 Oct 2013 01:04:00 +0200 if slicing is disabled, don't enforce last slice's "max_facts", but rather the maximum "max_facts"
blanchet [Thu, 17 Oct 2013 01:04:00 +0200] rev 54125
if slicing is disabled, don't enforce last slice's "max_facts", but rather the maximum "max_facts"
Thu, 17 Oct 2013 01:03:59 +0200 fast track -- avoid domain error in 0 case
blanchet [Thu, 17 Oct 2013 01:03:59 +0200] rev 54124
fast track -- avoid domain error in 0 case
Thu, 17 Oct 2013 01:03:59 +0200 remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'
blanchet [Thu, 17 Oct 2013 01:03:59 +0200] rev 54123
remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'
Wed, 16 Oct 2013 21:45:15 +0200 merged
nipkow [Wed, 16 Oct 2013 21:45:15 +0200] rev 54122
merged
Wed, 16 Oct 2013 21:44:56 +0200 tuned exercises
nipkow [Wed, 16 Oct 2013 21:44:56 +0200] rev 54121
tuned exercises
Wed, 16 Oct 2013 20:44:33 +0200 use Code.abort instead of undefined in auto-generated equations
panny [Wed, 16 Oct 2013 20:44:33 +0200] rev 54120
use Code.abort instead of undefined in auto-generated equations
Wed, 16 Oct 2013 19:55:23 +0200 have MaSh minimize
blanchet [Wed, 16 Oct 2013 19:55:23 +0200] rev 54119
have MaSh minimize
Tue, 15 Oct 2013 23:00:46 +0200 tweaked signature
blanchet [Tue, 15 Oct 2013 23:00:46 +0200] rev 54118
tweaked signature
Tue, 15 Oct 2013 22:55:01 +0200 strengthened tactic to deal with 'False ==> ...'
blanchet [Tue, 15 Oct 2013 22:55:01 +0200] rev 54117
strengthened tactic to deal with 'False ==> ...'
Tue, 15 Oct 2013 17:21:16 +0200 made theorem extraction code not delve too far when looking at local fact, by relying on 'strip_thm' instead of (wrongly) reverse-engineering proof terms
blanchet [Tue, 15 Oct 2013 17:21:16 +0200] rev 54116
made theorem extraction code not delve too far when looking at local fact, by relying on 'strip_thm' instead of (wrongly) reverse-engineering proof terms
Tue, 15 Oct 2013 16:14:52 +0200 improved duplicate detection in "build_name_tables" by ensuring that the earliest occurrence of a duplicate (if it exists) gets picked as the canonical instance
blanchet [Tue, 15 Oct 2013 16:14:52 +0200] rev 54115
improved duplicate detection in "build_name_tables" by ensuring that the earliest occurrence of a duplicate (if it exists) gets picked as the canonical instance
Tue, 15 Oct 2013 15:31:32 +0200 updated S/H docs
blanchet [Tue, 15 Oct 2013 15:31:32 +0200] rev 54114
updated S/H docs
Tue, 15 Oct 2013 15:31:18 +0200 use MePo with Auto Sledgehammer, because it's lighter than MaSh and always available
blanchet [Tue, 15 Oct 2013 15:31:18 +0200] rev 54113
use MePo with Auto Sledgehammer, because it's lighter than MaSh and always available
Tue, 15 Oct 2013 15:26:58 +0200 drop only real duplicates, not subsumed facts -- this confuses MaSh
blanchet [Tue, 15 Oct 2013 15:26:58 +0200] rev 54112
drop only real duplicates, not subsumed facts -- this confuses MaSh
Tue, 15 Oct 2013 11:49:39 +0100 renamed relcomp_def to relcomp_unfold
paulson [Tue, 15 Oct 2013 11:49:39 +0100] rev 54111
renamed relcomp_def to relcomp_unfold
Tue, 15 Oct 2013 12:25:45 +0200 fixed thm names
nipkow [Tue, 15 Oct 2013 12:25:45 +0200] rev 54110
fixed thm names
Tue, 15 Oct 2013 10:59:34 +0200 addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
blanchet [Tue, 15 Oct 2013 10:59:34 +0200] rev 54109
addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
Mon, 14 Oct 2013 11:14:14 +0200 added Nitpick limitations to docs
blanchet [Mon, 14 Oct 2013 11:14:14 +0200] rev 54108
added Nitpick limitations to docs
Mon, 14 Oct 2013 11:07:59 +0200 more defensive Nitpick setup -- exotic types of recursion are not supported yet in the model finder
blanchet [Mon, 14 Oct 2013 11:07:59 +0200] rev 54107
more defensive Nitpick setup -- exotic types of recursion are not supported yet in the model finder
Mon, 14 Oct 2013 10:55:49 +0200 keep temporary error handling in there until code equations are properly generated
blanchet [Mon, 14 Oct 2013 10:55:49 +0200] rev 54106
keep temporary error handling in there until code equations are properly generated
Mon, 14 Oct 2013 10:50:44 +0200 tuning (simplified parts of 92c5bd3b342d)
blanchet [Mon, 14 Oct 2013 10:50:44 +0200] rev 54105
tuning (simplified parts of 92c5bd3b342d)
Mon, 14 Oct 2013 10:27:16 +0200 tuning
blanchet [Mon, 14 Oct 2013 10:27:16 +0200] rev 54104
tuning
Mon, 14 Oct 2013 10:06:03 +0200 stengthened tactic to cope with abort cases
blanchet [Mon, 14 Oct 2013 10:06:03 +0200] rev 54103
stengthened tactic to cope with abort cases
Mon, 14 Oct 2013 09:31:42 +0200 tuned names
blanchet [Mon, 14 Oct 2013 09:31:42 +0200] rev 54102
tuned names
Mon, 14 Oct 2013 09:17:04 +0200 strengthened tactic w.r.t. "let"
blanchet [Mon, 14 Oct 2013 09:17:04 +0200] rev 54101
strengthened tactic w.r.t. "let"
Sun, 13 Oct 2013 21:36:26 +0200 more prominent MaSh errors
blanchet [Sun, 13 Oct 2013 21:36:26 +0200] rev 54100
more prominent MaSh errors
Fri, 11 Oct 2013 23:15:30 +0200 compile -- fix typo introduced in 07a8145aaeba
panny [Fri, 11 Oct 2013 23:15:30 +0200] rev 54099
compile -- fix typo introduced in 07a8145aaeba
Fri, 11 Oct 2013 20:47:37 +0200 pass the right theorems to tactic
panny [Fri, 11 Oct 2013 20:47:37 +0200] rev 54098
pass the right theorems to tactic
Fri, 11 Oct 2013 16:31:23 +0200 prove user-supplied equations for ctr and code reductions, preserving "let"s, "case"s etc.;
panny [Fri, 11 Oct 2013 16:31:23 +0200] rev 54097
prove user-supplied equations for ctr and code reductions, preserving "let"s, "case"s etc.; generate code-style theorems (currently commented out since this still fails for many cases); filter tautologies (False ==> ...) out of generated theorems;
Thu, 10 Oct 2013 08:23:57 +0200 repaired confusion between the stated and effective fact filter -- the mismatch could result in "Match" exceptions
blanchet [Thu, 10 Oct 2013 08:23:57 +0200] rev 54096
repaired confusion between the stated and effective fact filter -- the mismatch could result in "Match" exceptions
Thu, 10 Oct 2013 01:17:37 +0200 simplify fudge factor code
blanchet [Thu, 10 Oct 2013 01:17:37 +0200] rev 54095
simplify fudge factor code
Wed, 09 Oct 2013 17:21:28 +0200 cleanup SMT-related config options
blanchet [Wed, 09 Oct 2013 17:21:28 +0200] rev 54094
cleanup SMT-related config options
Wed, 09 Oct 2013 16:40:03 +0200 no isar proofs if preplay was not attempted
blanchet [Wed, 09 Oct 2013 16:40:03 +0200] rev 54093
no isar proofs if preplay was not attempted
Wed, 09 Oct 2013 16:38:48 +0200 normalize more equalities
blanchet [Wed, 09 Oct 2013 16:38:48 +0200] rev 54092
normalize more equalities
Wed, 09 Oct 2013 16:07:33 +0200 parallelize MeSh
blanchet [Wed, 09 Oct 2013 16:07:33 +0200] rev 54091
parallelize MeSh
Wed, 09 Oct 2013 15:58:02 +0200 run relevance filter only once for ATPs and SMT solvers, since it should now yield the same results anyway
blanchet [Wed, 09 Oct 2013 15:58:02 +0200] rev 54090
run relevance filter only once for ATPs and SMT solvers, since it should now yield the same results anyway
Wed, 09 Oct 2013 15:39:34 +0200 use same relevance filter for ATP and SMT solvers -- attempting to filter out certain ground instances of polymorphic symbols like + and 0 has unexpected side-effects that lead to incompletenesses (relevant facts not being selected)
blanchet [Wed, 09 Oct 2013 15:39:34 +0200] rev 54089
use same relevance filter for ATP and SMT solvers -- attempting to filter out certain ground instances of polymorphic symbols like + and 0 has unexpected side-effects that lead to incompletenesses (relevant facts not being selected)
Wed, 09 Oct 2013 10:47:43 +0200 minor performance tuning
blanchet [Wed, 09 Oct 2013 10:47:43 +0200] rev 54088
minor performance tuning
Wed, 09 Oct 2013 09:53:18 +0200 use plain types instead of dedicated type pattern
blanchet [Wed, 09 Oct 2013 09:53:18 +0200] rev 54087
use plain types instead of dedicated type pattern
Wed, 09 Oct 2013 09:51:24 +0200 duplicate term and type patterns
blanchet [Wed, 09 Oct 2013 09:51:24 +0200] rev 54086
duplicate term and type patterns
Wed, 09 Oct 2013 09:47:59 +0200 optimized built-in const check
blanchet [Wed, 09 Oct 2013 09:47:59 +0200] rev 54085
optimized built-in const check
Wed, 09 Oct 2013 08:28:36 +0200 added TODO
blanchet [Wed, 09 Oct 2013 08:28:36 +0200] rev 54084
added TODO
Wed, 09 Oct 2013 08:12:53 +0200 crank up limit a bit -- truly huge background theories are still nearly 3 times larger
blanchet [Wed, 09 Oct 2013 08:12:53 +0200] rev 54083
crank up limit a bit -- truly huge background theories are still nearly 3 times larger
Tue, 08 Oct 2013 22:33:05 +0200 higher minimum relevance threshold, to prevent Sledgehammer from taking too long on "lemma False"
blanchet [Tue, 08 Oct 2013 22:33:05 +0200] rev 54082
higher minimum relevance threshold, to prevent Sledgehammer from taking too long on "lemma False"
Tue, 08 Oct 2013 21:19:46 +0200 minor fact filter speedups
blanchet [Tue, 08 Oct 2013 21:19:46 +0200] rev 54081
minor fact filter speedups
Tue, 08 Oct 2013 20:56:35 +0200 more gracefully handle huge theories in relevance filters
blanchet [Tue, 08 Oct 2013 20:56:35 +0200] rev 54080
more gracefully handle huge theories in relevance filters
Tue, 08 Oct 2013 20:53:37 +0200 handle huge MaSh requests gracefully
blanchet [Tue, 08 Oct 2013 20:53:37 +0200] rev 54079
handle huge MaSh requests gracefully
Tue, 08 Oct 2013 16:40:03 +0200 further optimization in relevance filter
blanchet [Tue, 08 Oct 2013 16:40:03 +0200] rev 54078
further optimization in relevance filter
Tue, 08 Oct 2013 14:53:33 +0200 further speed up duplicate elimination
blanchet [Tue, 08 Oct 2013 14:53:33 +0200] rev 54077
further speed up duplicate elimination
Tue, 08 Oct 2013 14:41:25 +0200 more efficient theorem variable normalization
blanchet [Tue, 08 Oct 2013 14:41:25 +0200] rev 54076
more efficient theorem variable normalization
Mon, 07 Oct 2013 23:44:53 +0200 strengthened constructor-view tactic to deal with 'let's
blanchet [Mon, 07 Oct 2013 23:44:53 +0200] rev 54075
strengthened constructor-view tactic to deal with 'let's
Mon, 07 Oct 2013 23:38:57 +0200 allow 'let's around constructors in constructor view
blanchet [Mon, 07 Oct 2013 23:38:57 +0200] rev 54074
allow 'let's around constructors in constructor view
Mon, 07 Oct 2013 20:54:55 +0200 reword abstract
blanchet [Mon, 07 Oct 2013 20:54:55 +0200] rev 54073
reword abstract
Mon, 07 Oct 2013 20:34:16 +0200 more primcorec docs
blanchet [Mon, 07 Oct 2013 20:34:16 +0200] rev 54072
more primcorec docs
Mon, 07 Oct 2013 20:34:14 +0200 minor doc fix
blanchet [Mon, 07 Oct 2013 20:34:14 +0200] rev 54071
minor doc fix
Mon, 07 Oct 2013 08:39:50 -0700 new topological lemmas; tuned proofs
huffman [Mon, 07 Oct 2013 08:39:50 -0700] rev 54070
new topological lemmas; tuned proofs
Sun, 06 Oct 2013 20:54:28 +0200 strengthen the tactics to bring them in sync with the simplifications taking place in the code (and weaken the simplifications a bit -- let's not deal with implies)
blanchet [Sun, 06 Oct 2013 20:54:28 +0200] rev 54069
strengthen the tactics to bring them in sync with the simplifications taking place in the code (and weaken the simplifications a bit -- let's not deal with implies)
Sun, 06 Oct 2013 20:24:06 +0200 generate optimized DNF formula
blanchet [Sun, 06 Oct 2013 20:24:06 +0200] rev 54068
generate optimized DNF formula
Sun, 06 Oct 2013 20:24:05 +0200 rationalized negation code
blanchet [Sun, 06 Oct 2013 20:24:05 +0200] rev 54067
rationalized negation code
Sat, 05 Oct 2013 11:06:07 +0200 honor externally set MASH_PORT
blanchet [Sat, 05 Oct 2013 11:06:07 +0200] rev 54066
honor externally set MASH_PORT
Fri, 04 Oct 2013 18:27:07 +0200 process code-style inputs
panny [Fri, 04 Oct 2013 18:27:07 +0200] rev 54065
process code-style inputs
Fri, 04 Oct 2013 17:00:35 +0200 more tracing
blanchet [Fri, 04 Oct 2013 17:00:35 +0200] rev 54064
more tracing
Fri, 04 Oct 2013 16:51:26 +0200 more thorough spying
blanchet [Fri, 04 Oct 2013 16:51:26 +0200] rev 54063
more thorough spying
Fri, 04 Oct 2013 16:11:19 +0200 more Sledgehammer spying -- record fact indices
blanchet [Fri, 04 Oct 2013 16:11:19 +0200] rev 54062
more Sledgehammer spying -- record fact indices
Fri, 04 Oct 2013 14:35:00 +0200 prevent explosion in monomorphizer (e.g. when the facts typerep_int_def typerep_num_def typerep_option_def typerep_node_def are selected)
blanchet [Fri, 04 Oct 2013 14:35:00 +0200] rev 54061
prevent explosion in monomorphizer (e.g. when the facts typerep_int_def typerep_num_def typerep_option_def typerep_node_def are selected)
Fri, 04 Oct 2013 12:59:18 +0200 removed pointless special case
blanchet [Fri, 04 Oct 2013 12:59:18 +0200] rev 54060
removed pointless special case
Fri, 04 Oct 2013 11:52:10 +0200 run fewer provers in "try" mode
blanchet [Fri, 04 Oct 2013 11:52:10 +0200] rev 54059
run fewer provers in "try" mode
Fri, 04 Oct 2013 11:28:28 +0200 count remote threads as well when balancing CPU usage -- otherwise jEdit users and other users of the "blocking" mode may have to wait for 2 * timeout if they e.g. have 4 cores and 5 provers (the typical situation)
blanchet [Fri, 04 Oct 2013 11:28:28 +0200] rev 54058
count remote threads as well when balancing CPU usage -- otherwise jEdit users and other users of the "blocking" mode may have to wait for 2 * timeout if they e.g. have 4 cores and 5 provers (the typical situation)
Fri, 04 Oct 2013 11:12:28 +0200 more parallelism in blocking mode
blanchet [Fri, 04 Oct 2013 11:12:28 +0200] rev 54057
more parallelism in blocking mode
Fri, 04 Oct 2013 09:46:08 +0200 more robustness in MaSh
blanchet [Fri, 04 Oct 2013 09:46:08 +0200] rev 54056
more robustness in MaSh
Thu, 03 Oct 2013 19:01:10 +0200 back to post-release mode -- after fork point;
wenzelm [Thu, 03 Oct 2013 19:01:10 +0200] rev 54055
back to post-release mode -- after fork point;
Thu, 03 Oct 2013 16:32:33 +0200 tuned;
wenzelm [Thu, 03 Oct 2013 16:32:33 +0200] rev 54054
tuned;
Thu, 03 Oct 2013 16:25:40 +0200 tuned;
wenzelm [Thu, 03 Oct 2013 16:25:40 +0200] rev 54053
tuned;
Thu, 03 Oct 2013 16:15:47 +0200 more notes;
wenzelm [Thu, 03 Oct 2013 16:15:47 +0200] rev 54052
more notes;
Thu, 03 Oct 2013 16:09:47 +0200 tuned;
wenzelm [Thu, 03 Oct 2013 16:09:47 +0200] rev 54051
tuned;
Thu, 03 Oct 2013 12:34:32 +0200 added and generalised lemmas
nipkow [Thu, 03 Oct 2013 12:34:32 +0200] rev 54050
added and generalised lemmas
Thu, 03 Oct 2013 00:39:16 +0200 Streamlined locales reference material.
ballarin [Thu, 03 Oct 2013 00:39:16 +0200] rev 54049
Streamlined locales reference material.
Wed, 02 Oct 2013 23:05:36 +0200 merged
nipkow [Wed, 02 Oct 2013 23:05:36 +0200] rev 54048
merged
Wed, 02 Oct 2013 22:32:50 +0200 tuned
nipkow [Wed, 02 Oct 2013 22:32:50 +0200] rev 54047
tuned
Wed, 02 Oct 2013 22:59:54 +0200 merged
traytel [Wed, 02 Oct 2013 22:59:54 +0200] rev 54046
merged
Wed, 02 Oct 2013 22:59:19 +0200 keep the qualification of bindings when noting bnf theorems
traytel [Wed, 02 Oct 2013 22:59:19 +0200] rev 54045
keep the qualification of bindings when noting bnf theorems
Wed, 02 Oct 2013 22:54:42 +0200 strengthened tactic (primcorec_sel_tac) + tuning
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54044
strengthened tactic (primcorec_sel_tac) + tuning
Wed, 02 Oct 2013 22:54:42 +0200 renamings
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54043
renamings
Wed, 02 Oct 2013 22:54:42 +0200 got rid of needless argument
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54042
got rid of needless argument
Wed, 02 Oct 2013 22:54:42 +0200 make SMT integration slacker w.r.t. bad apples (facts)
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54041
make SMT integration slacker w.r.t. bad apples (facts)
Wed, 02 Oct 2013 22:54:42 +0200 strengthen top sort check
blanchet [Wed, 02 Oct 2013 22:54:42 +0200] rev 54040
strengthen top sort check
Wed, 02 Oct 2013 19:49:31 +0200 tuned whitespace;
wenzelm [Wed, 02 Oct 2013 19:49:31 +0200] rev 54039
tuned whitespace;
Wed, 02 Oct 2013 19:49:15 +0200 tuned;
wenzelm [Wed, 02 Oct 2013 19:49:15 +0200] rev 54038
tuned;
Wed, 02 Oct 2013 19:43:58 +0200 unset XMODIFIERS by default, in order to prevent total loss of key events seen on Fedora 18/19;
wenzelm [Wed, 02 Oct 2013 19:43:58 +0200] rev 54037
unset XMODIFIERS by default, in order to prevent total loss of key events seen on Fedora 18/19;
Wed, 02 Oct 2013 19:27:12 +0200 updated to scala-2.10.3;
wenzelm [Wed, 02 Oct 2013 19:27:12 +0200] rev 54036
updated to scala-2.10.3;
Wed, 02 Oct 2013 17:10:01 +0200 tuned;
wenzelm [Wed, 02 Oct 2013 17:10:01 +0200] rev 54035
tuned;
Wed, 02 Oct 2013 17:09:12 +0200 some highlights of Isabelle2013-1 based on NEWS;
wenzelm [Wed, 02 Oct 2013 17:09:12 +0200] rev 54034
some highlights of Isabelle2013-1 based on NEWS;
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 tip