Changeset 1058 for to-imperative/trunk/ChangeLog
- Timestamp:
- Jul 28, 2003, 11:14:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r1057 r1058 1 1 2003-07-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 2 3 * samples/Arithm/gcd.cc, samples/Arithm/gcd.out, 4 samples/Arithm/div_rem.cc, samples/Arithm/div_rem.out, 3 * samples/Arithm/gcd.out, samples/Arithm/div_rem.out, 5 4 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf: 6 5 - tests for GCD and Div-Rem functions … … 13 12 2003-07-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 14 13 15 * samples/Arithm/rem.cc, samples/Arithm/rem.out, 16 samples/Arithm/rem.rf: 14 * samples/Arithm/rem.out, samples/Arithm/rem.rf: 17 15 - test for Rem function is corrected 18 19 * samples/Arithm/mult.cc, samples/Arithm/div.cc,20 samples/Arithm/rem.cc, samples/Arithm/sub.cc:21 - .cc files for tests (Int is replaced by Integer)22 16 23 17 * samples/Arithm/div.out, samples/Arithm/div.rf, … … 64 58 2003-07-18 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 65 59 66 * samples/Arithm/add.cc, samples/Arithm/add.out, 67 samples/Arithm/add.rf: 60 * samples/Arithm/add.out, samples/Arithm/add.rf: 68 61 - test for "+" function with long numbers 69 62 … … 1114 1107 - Removed debugging output. 1115 1108 1116 * samples/Convert/Makefile, samples/Arithm/add.cc, 1117 samples/Arithm/div.cc, samples/Arithm/div_rem.cc, 1118 samples/Arithm/gcd.cc, samples/Arithm/mult.cc, 1119 samples/Arithm/rem.cc, samples/Arithm/sub.cc, 1120 samples/Access/Makefile: 1109 * samples/Convert/Makefile, samples/Access/Makefile: 1121 1110 - Removed *.cc files. All of them can be generated by new 1122 1111 compiler version. … … 1397 1386 - Makefile for Arithm tests 1398 1387 1399 * samples/Arithm/rem.rf, samples/Arithm/sub.cc, 1400 samples/Arithm/sub.rf, samples/Arithm/add.cc, 1401 samples/Arithm/add.rf, samples/Arithm/div.cc, 1402 samples/Arithm/div.rf, samples/Arithm/div_rem.cc, 1403 samples/Arithm/div_rem.rf, samples/Arithm/gcd.cc, 1404 samples/Arithm/gcd.rf, samples/Arithm/mult.cc, 1405 samples/Arithm/mult.rf, samples/Arithm/rem.cc: 1388 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 1389 samples/Arithm/add.rf, samples/Arithm/div.rf, 1390 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 1391 samples/Arithm/mult.rf: 1406 1392 - tests for Arithm functions 1407 1393
Note: See TracChangeset
for help on using the changeset viewer.