Mon, 06 Sep 2010 15:53:18 +0200updated Knowledge/Root.thy, plus changes ahead. isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 06 Sep 2010 15:53:18 +0200] rev 37982
updated Knowledge/Root.thy, plus changes ahead.

find . -type f -exec sed -i s/'left_diff_distrib2'/'right_diff_distrib'/g {} \;
find . -type f -exec sed -i s/' typ_ord'/' Term_Ord.typ_ord'/g {} \;
find . -type f -exec sed -i s/' term_ord'/' Term_Ord.term_ord'/g {} \;

Mon, 06 Sep 2010 15:09:37 +0200updated Knowledge/Equation.thy, plus changes ahead. isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 06 Sep 2010 15:09:37 +0200] rev 37981
updated Knowledge/Equation.thy, plus changes ahead.

find . -type f -exec sed -i s/' e_\"'/' e_e\"'/g {} \;
find . -type f -exec sed -i s/' e_ '/' e_e '/g {} \;
find . -type f -exec sed -i s/' e_)'/' e_e)'/g {} \;
find . -type f -exec sed -i s/' e_,'/' e_e,'/g {} \;
find . -type f -exec sed -i s/' e_:'/' e_e:'/g {} \;
find . -type f -exec sed -i s/'(e_:'/'(e_e:'/g {} \;

find . -type f -exec sed -i s/' v_\"'/' v_v\"'/g {} \;
find . -type f -exec sed -i s/' v_ '/' v_v '/g {} \;
find . -type f -exec sed -i s/' v_)'/' v_v)'/g {} \;
find . -type f -exec sed -i s/' v_,'/' v_v,'/g {} \;
find . -type f -exec sed -i s/' v_:'/' v_v:'/g {} \;

find . -type f -exec sed -i s/' v_i\"'/' v_i\"'/g {} \;

Mon, 06 Sep 2010 14:48:38 +0200updated Knowledge/PolyMinus, plus some changes ahead isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 06 Sep 2010 14:48:38 +0200] rev 37980
updated Knowledge/PolyMinus, plus some changes ahead

Fri, 03 Sep 2010 17:19:20 +0200updated Knowledge/Rational isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 03 Sep 2010 17:19:20 +0200] rev 37979
updated Knowledge/Rational

renamed
find . -type f -exec sed -i s/discard_minus_/discard_minus1/g {} \;
find . -type f -exec sed -i s/discard_parentheses_/discard_parentheses1/g {} \;
TODO: reconsider naming of similar rls

Fri, 03 Sep 2010 14:28:38 +0200intermediate state Knowledge/Rational.ML, optimizing reading error msg isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 03 Sep 2010 14:28:38 +0200] rev 37978
intermediate state Knowledge/Rational.ML, optimizing reading error msg

Fri, 03 Sep 2010 12:33:16 +0200impl. parse_patt into fun prep_pbt, prep_met isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 03 Sep 2010 12:33:16 +0200] rev 37977
impl. parse_patt into fun prep_pbt, prep_met

Fri, 03 Sep 2010 12:22:35 +0200updated Poly.thy finally: introduced "fun parse_patt" isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 03 Sep 2010 12:22:35 +0200] rev 37976
updated Poly.thy finally: introduced "fun parse_patt"

When introducing ctx's in the future, one can search for thy2ctxt !

Thu, 02 Sep 2010 15:36:48 +0200updates over all Knowledge/*: Scripts 'Calculate ...' isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Thu, 02 Sep 2010 15:36:48 +0200] rev 37975
updates over all Knowledge/*: Scripts 'Calculate ...'

cd /usr/local/isabisac/src/Tools/isac/Knowledge
find . -type f -exec sed -i s/"Calculate plus"/"Calculate PLUS"/g {} \;
find . -type f -exec sed -i s/"Calculate times"/"Calculate TIMES"/g {} \;
find . -type f -exec sed -i s/"Calculate power_"/"Calculate POWER"/g {} \;
find . -type f -exec sed -i s/"Calculate sqrt_"/"Calculate SQRT"/g {} \;
cd /usr/local/isabisac/test/Tools/isac/Knowledge

Thu, 02 Sep 2010 15:11:23 +0200cleanup within Knowledge/Poly, start with Scripts isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Thu, 02 Sep 2010 15:11:23 +0200] rev 37974
cleanup within Knowledge/Poly, start with Scripts

Thu, 02 Sep 2010 21:57:03 +0200changed .java to .scala jedit-isac
Marco Steger <m.steger@student.tugraz.at> [Thu, 02 Sep 2010 21:57:03 +0200] rev 37973
changed .java to .scala