test/Tools/isac/MathEngine/mathengine-stateless.sml
Sat, 30 Jul 2022 16:47:45 +0200 eliminate global flag Rewrite.trace_on
Wed, 27 Jul 2022 13:11:43 +0200 polish naming
Mon, 20 Jun 2022 18:37:54 +0200 rename functions in o-model.sml
Fri, 27 May 2022 15:12:54 +0200 replace literals with constants
Thu, 26 May 2022 12:44:51 +0200 unify parse 6': TermC.parse eliminated, Test_Isac ok
Mon, 13 Sep 2021 16:01:48 +0200 cleanup TOODOOs from eliminate ThmC.numerals_to_Free
Tue, 27 Jul 2021 11:21:14 +0200 revert previous changeset
Tue, 20 Jul 2021 14:37:56 +0200 //reduce the number of TermC.parse*; "//"means: tests broken .
Sun, 18 Jul 2021 16:20:32 +0200 eliminate ThmC.numerals_to_Free: Test_Isac_Short.thy works with TOODOO s
Sat, 17 Jul 2021 14:05:28 +0200 replace "-*" by "- *" for numerals "*" in test/*
Thu, 22 Apr 2021 16:21:23 +0200 purge code for theory hierarchy
Tue, 20 Apr 2021 16:58:44 +0200 replace power ^^^ by \<up>
Mon, 19 Apr 2021 15:02:00 +0200 long identifiers for occurences in test/../termC.sml
Sun, 18 Apr 2021 18:30:31 +0200 proper test sessions, but with remaining failures;
Fri, 16 Apr 2021 22:29:23 +0200 prefer symbolic directories $ISABELLE_ISAC and $ISABELLE_ISAC_TEST, instead of re-using ~~ for $ISABELLE_HOME;
Wed, 03 Feb 2021 16:39:44 +0100 Isac's MethodC not shadowing Isabelle's Method
Wed, 03 Jun 2020 11:25:19 +0200 follow 2 ancient updates of Library.ML
Mon, 01 Jun 2020 11:49:37 +0200 unify code
Sat, 30 May 2020 14:10:58 +0200 resolve hacks finished
Wed, 20 May 2020 12:52:09 +0200 standard format for string lists
Fri, 15 May 2020 11:46:43 +0200 shift code from Specification to appropriate locations
Thu, 14 May 2020 16:58:33 +0200 shift code from P_Specific --> CAS_Cmd
Thu, 14 May 2020 16:08:41 +0200 shift code Specification --> Calc
Thu, 14 May 2020 15:06:18 +0200 Test_Isac_Short works with P_Specific
Wed, 13 May 2020 18:16:35 +0200 shift code from Specify to Ptool; Specify is ready to be re-filled
Tue, 12 May 2020 17:42:29 +0200 shift code from struct.Specify to appropriate locations
Fri, 08 May 2020 18:30:21 +0200 cleanup O_Model
Thu, 07 May 2020 14:11:03 +0200 collect code for O_Model (+ old locations)
Tue, 05 May 2020 09:07:36 +0200 separate struc.Formalise
Mon, 04 May 2020 16:25:14 +0200 shift code specific for specify-phase to Specify/*
Mon, 04 May 2020 12:38:16 +0200 end cleanup Interpret/*, preliminary
Mon, 04 May 2020 09:25:51 +0200 separate Solve_Step.add, rearrange code, prep. Specify_Step
Tue, 28 Apr 2020 19:39:06 +0200 move code from struct.Celem to appropriate struct.s
Tue, 28 Apr 2020 15:31:49 +0200 assign code from Rtools to appropriate struct.s
Thu, 23 Apr 2020 12:34:54 +0200 use "Derive" for renaming identifiers
Thu, 23 Apr 2020 09:29:56 +0200 separate struct. Derive
Wed, 22 Apr 2020 14:36:27 +0200 use "Spec", "Problem", "Method" for renaming identifiers
Tue, 21 Apr 2020 15:42:50 +0200 replace Celem. with new struct.s in BaseDefinitions/
Wed, 15 Apr 2020 18:00:58 +0200 collect code in ThyC
Wed, 15 Apr 2020 16:46:41 +0200 use "ThyC" for renaming identifiers finished, cleanup
Wed, 15 Apr 2020 13:47:56 +0200 use "ThyC" for renaming identifiers
Tue, 14 Apr 2020 15:56:15 +0200 use "ThmC_Def" for renaming identifiers
Fri, 10 Apr 2020 18:32:36 +0200 use "UnparseC" for renaming identifiers
Thu, 09 Apr 2020 17:13:17 +0200 separate struct. UnparseC, shift code to ThmC
Wed, 08 Apr 2020 12:32:51 +0200 use new struct "Rule_Set" for renaming identifiers
Mon, 06 Apr 2020 11:44:36 +0200 use "Rule_Set" for shorter identifiers
Wed, 01 Apr 2020 12:42:39 +0200 renaming, cleanup
Tue, 31 Mar 2020 15:43:33 +0200 renaming, cleanup
Thu, 26 Mar 2020 16:17:21 +0100 improve classification of assumptions (True, False, indeterminate)
Mon, 23 Mar 2020 14:55:34 +0100 start restructuring test/../isac/*
Mon, 23 Mar 2020 13:31:29 +0100 separate structure Detail_Step
Wed, 18 Mar 2020 15:23:15 +0100 prep. cleanup LItool.resume_prog
Sat, 07 Mar 2020 14:18:11 +0100 drop update_ctxt (1st step of respective cleanup of ctree write-access)
Sat, 07 Mar 2020 11:54:13 +0100 cleanup ctxt: replace Ctree.update_ctxt by Ctree.cupdate_problem
Wed, 04 Mar 2020 17:48:37 +0100 cleanup ctxt: ctxt_specify goes via cappend_problem
Thu, 20 Feb 2020 18:02:00 +0100 prep. cleanup istate/ctxt in Ctree, part 4
Thu, 20 Feb 2020 17:09:24 +0100 prep. cleanup istate/ctxt in Ctree, part 3
Sun, 16 Feb 2020 16:26:05 +0100 introduce Step.by_tactic, part 3, finished, Test_Isac_Short OK
Tue, 11 Feb 2020 11:58:45 +0100 introduce Step.by_tactic, part 1
Sat, 08 Feb 2020 17:00:37 +0100 replace Chead.calcstate' by Calc.T once