Fri, 10 Sep 2010 12:15:18 +0200----- update of isac SYNTAX Isabelle2002 --> Isabelle2009-2 finished. isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 10 Sep 2010 12:15:18 +0200] rev 38003
----- update of isac SYNTAX Isabelle2002 --> Isabelle2009-2 finished.

Semantic check is to be done. Known problems (see #974b):
# hierarchy of theory elements for IsacKnowledge seems empty
(no ouput befor *** insert: not found ... IS OK)
# copynamed ___ --> ''' in Interpreter
# Subproblem (Thy', ... instead of Thy_ in Interpreter
# theory' handled inconsistently: "Thy" | "Thy.thy"
# thm' handled inconsistently: "refl" | "Test.refl" | "Test.class.refl"

Fri, 10 Sep 2010 11:58:46 +0200intermediate in Knowledge/Isac.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 10 Sep 2010 11:58:46 +0200] rev 38002
intermediate in Knowledge/Isac.thy

adapted all code to Theory.axioms_of, which returns terms instead of thms
Isac.thy not finished

Fri, 10 Sep 2010 10:36:41 +0200updated Knowledge/Test.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 10 Sep 2010 10:36:41 +0200] rev 38001
updated Knowledge/Test.thy

Thu, 09 Sep 2010 13:39:30 +0200updated Knowledge/AlgEin.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Thu, 09 Sep 2010 13:39:30 +0200] rev 38000
updated Knowledge/AlgEin.thy

Thu, 09 Sep 2010 13:31:36 +0200updated Knowledge/Biegelinie.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Thu, 09 Sep 2010 13:31:36 +0200] rev 37999
updated Knowledge/Biegelinie.thy

Thu, 09 Sep 2010 09:58:28 +0200updated Knowledge/EqSystem.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Thu, 09 Sep 2010 09:58:28 +0200] rev 37998
updated Knowledge/EqSystem.thy

Thu, 09 Sep 2010 09:49:14 +0200intermediate state in Knowledge/EqSystem.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Thu, 09 Sep 2010 09:49:14 +0200] rev 37997
intermediate state in Knowledge/EqSystem.thy

Wed, 08 Sep 2010 17:55:08 +0200updated Knowledge/Integrate.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 08 Sep 2010 17:55:08 +0200] rev 37996
updated Knowledge/Integrate.thy

Wed, 08 Sep 2010 17:49:36 +0200updated Knowledge/DiffApp.thy isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 08 Sep 2010 17:49:36 +0200] rev 37995
updated Knowledge/DiffApp.thy

Wed, 08 Sep 2010 17:20:03 +0200tuned isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 08 Sep 2010 17:20:03 +0200] rev 37994
tuned

src/Knowledge + test/Knowledge:
find . -type f -exec sed -i s/"f_\""/"f_f\""/g {} \;
find . -type f -exec sed -i s/"f_,"/"f_f,"/g {} \;
find . -type f -exec sed -i s/"f_:"/"f_f:"/g {} \;
find . -type f -exec sed -i s/"f_'_"/"f_f'"/g {} \;
find . -type f -exec sed -i s/"eqs_"/"eqs"/g {} \;
find . -type f -exec sed -i s/"f'_ "/"f_f' "/g {} \;
find . -type f -exec sed -i s/"f'_)"/"f_f')"/g {} \;