noschinl [Fri, 06 Sep 2013 10:56:40 +0200] rev 53426
added simps_of_case and case_of_simps to convert between simps and case rules
wenzelm [Thu, 05 Sep 2013 23:14:28 +0200] rev 53425
merged
wenzelm [Thu, 05 Sep 2013 22:08:25 +0200] rev 53424
close window and start process asynchronously;
wenzelm [Thu, 05 Sep 2013 21:37:32 +0200] rev 53423
more explicit cygwin_root (again) -- do not rely on isabelle_home as cwd;
wenzelm [Thu, 05 Sep 2013 21:11:16 +0200] rev 53422
recovered cygwin.root from 1c87e79bb838;
removed junk;
wenzelm [Thu, 05 Sep 2013 20:37:24 +0200] rev 53421
provide file indicator;
wenzelm [Thu, 05 Sep 2013 20:26:41 +0200] rev 53420
updated windows_app-20130905;
wenzelm [Thu, 05 Sep 2013 20:19:22 +0200] rev 53419
main application entry point involves implicit Cygwin init, depending on "uninitialized" file indicator;
standardized jdk location;
wenzelm [Thu, 05 Sep 2013 16:39:01 +0200] rev 53418
standardize jdk name;
check tar errors;
wenzelm [Thu, 05 Sep 2013 16:03:44 +0200] rev 53417
updated to jdk-7u25;
less redundant directory structure;
wenzelm [Thu, 05 Sep 2013 13:09:31 +0200] rev 53416
support only one scala version;
tuned;
wenzelm [Thu, 05 Sep 2013 12:33:51 +0200] rev 53415
updated to jedit_build-20130905 which is based on jedit-5.1.0;
added jsr305-2.0.0.jar from http://code.google.com/p/findbugs (via ivy cache), which is required to resolve javax.annotation.*;
haftmann [Thu, 05 Sep 2013 18:05:03 +0200] rev 53414
explicit module names have precedence over identifier declarations
haftmann [Thu, 05 Sep 2013 18:05:02 +0200] rev 53413
check explicit module names for conformity
traytel [Thu, 05 Sep 2013 11:10:51 +0200] rev 53412
list_to_set_comprehension: don't crash in case distinctions on datatypes with even number of constructors
panny [Thu, 05 Sep 2013 01:58:48 +0200] rev 53411
support indirect corecursion
wenzelm [Wed, 04 Sep 2013 23:57:38 +0200] rev 53410
tuned proofs;
wenzelm [Wed, 04 Sep 2013 22:37:19 +0200] rev 53409
tuned proofs;
wenzelm [Wed, 04 Sep 2013 21:25:03 +0200] rev 53408
tuned proofs;
wenzelm [Wed, 04 Sep 2013 17:40:07 +0200] rev 53407
tuned;
wenzelm [Wed, 04 Sep 2013 17:36:37 +0200] rev 53406
tuned proofs;
wenzelm [Wed, 04 Sep 2013 17:35:47 +0200] rev 53405
interpret keys more movement only when needed;
wenzelm [Wed, 04 Sep 2013 16:03:45 +0200] rev 53404
non-persistent print_state: trade-off between JVM space vs. ML time;
wenzelm [Wed, 04 Sep 2013 15:27:24 +0200] rev 53403
some explicit indication of Proof General legacy;
panny [Wed, 04 Sep 2013 13:45:46 +0200] rev 53402
merge
panny [Wed, 04 Sep 2013 02:11:50 +0200] rev 53401
various refactoring;
handle self-mappings;
handle range types containing function types;
wenzelm [Wed, 04 Sep 2013 13:22:03 +0200] rev 53400
expose basic Symbol.properties (uninterpreted);
wenzelm [Wed, 04 Sep 2013 13:13:14 +0200] rev 53399
tuned proofs;
wenzelm [Wed, 04 Sep 2013 12:20:00 +0200] rev 53398
remove Swing input map, which might bind keys in unexpected ways (e.g. LEFT/RIGHT in singleton list);
handle KP_UP/KP_DOWN keys as well, like Swing does;
wenzelm [Wed, 04 Sep 2013 11:12:00 +0200] rev 53397
no completion on backspace -- too intrusive, e.g. when deleting keywords;
wenzelm [Wed, 04 Sep 2013 10:46:57 +0200] rev 53396
more contributors;
sultana [Tue, 03 Sep 2013 21:46:42 +0100] rev 53395
updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53394
updated TPTP parser to conform to version 5.4.0;
clarified abstract syntax for 'let' in TPTP_Syntax (and in the parser);
improved parsing of 'let' (in TFF) -- previously it wasn't looking at the structure of the definition;
fixed bug when parsing 'let' (in TFF and THF) -- was only keeping the first quantified variable, and ignoring the rest;
added comments to remind that 'let' support for THF is currently broken in TPTP;
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53393
included axiom formulas (removing a FIXME) in the imported problem;
turned tests into asserts;
changed problem to one which actually succeeds using z3;
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53392
updated syntax to use 'ML_file' rather than 'uses';
sultana [Tue, 03 Sep 2013 21:46:41 +0100] rev 53391
now allowing numeric identifiers to be used in 'file' annotations;
more informative failure of missed cases by raising ANNOT_STRUCTURE instead of the default Match;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53390
get_file_list now returns files sorted by size;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53389
brought up to date with TPTP_Proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53388
using richer annotation from formula annotations in proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53387
extracting more info from formula annotation in proof;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53386
corrected syntax filter;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53385
reading tptp status code;
sultana [Tue, 03 Sep 2013 21:46:40 +0100] rev 53384
improved handling of nonstandard problem names;
wenzelm [Tue, 03 Sep 2013 22:30:52 +0200] rev 53383
merged
wenzelm [Tue, 03 Sep 2013 22:10:54 +0200] rev 53382
merged
wenzelm [Tue, 03 Sep 2013 22:04:23 +0200] rev 53381
tuned proofs -- less guessing;
wenzelm [Tue, 03 Sep 2013 19:58:00 +0200] rev 53380
cases: formal binding of 'assumes', with position provided via invoke_case;
allow literal equality on type Binding.binding;
wenzelm [Tue, 03 Sep 2013 18:21:43 +0200] rev 53379
minor tuning;
wenzelm [Tue, 03 Sep 2013 13:09:15 +0200] rev 53378
cases: more position information and PIDE markup;
wenzelm [Tue, 03 Sep 2013 11:58:34 +0200] rev 53377
more liberal 'case' syntax: allow parentheses without arguments;
wenzelm [Tue, 03 Sep 2013 11:55:59 +0200] rev 53376
more robust ToyList_Test;
wenzelm [Tue, 03 Sep 2013 11:29:01 +0200] rev 53375
Execution.fork formally requires registered Execution.running;
Thy_Info.load_thy: more official exec_id registration (batch mode);
dummy exec Document_ID.none is always registered (TTY mode);
clarified exceptions for module Execution (NB: fork is used in user space, unlike protocol operations of Command and Document);
wenzelm [Tue, 03 Sep 2013 01:12:40 +0200] rev 53374
tuned proofs -- clarified flow of facts wrt. calculation;
wenzelm [Tue, 03 Sep 2013 00:51:08 +0200] rev 53373
proper imports;
tuned proofs;
wenzelm [Mon, 02 Sep 2013 23:35:58 +0200] rev 53372
tuned proof;
wenzelm [Mon, 02 Sep 2013 16:10:26 +0200] rev 53371
more explicit indication of 'guess' as improper Isar (aka "script") element;