Changeset 1053 for to-imperative/trunk/ChangeLog
- Timestamp:
- Jul 24, 2003, 11:44:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r1049 r1053 1 2003-07-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * samples/Arithm/rem.cc, samples/Arithm/rem.out, 4 samples/Arithm/rem.rf: 5 - test for Rem function is corrected 6 7 * samples/Arithm/mult.cc, samples/Arithm/div.cc, 8 samples/Arithm/rem.cc, samples/Arithm/sub.cc: 9 - .cc files for tests (Int is replaced by Integer) 10 11 * samples/Arithm/div.out, samples/Arithm/div.rf, 12 samples/Arithm/mult.out, samples/Arithm/mult.rf, 13 samples/Arithm/rem.out, samples/Arithm/rem.rf, 14 samples/Arithm/sub.out, samples/Arithm/sub.rf: 15 - tests for long arithmetic 16 1 17 2003-07-19 Svetlana Ponomareva <psm@kbse.botik.ru> 2 18 … … 36 52 2003-07-18 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 37 53 38 * samples/Arithm/add.out, samples/Arithm/add.rf: 54 * samples/Arithm/add.cc, samples/Arithm/add.out, 55 samples/Arithm/add.rf: 39 56 - test for "+" function with long numbers 40 57 … … 1085 1102 - Removed debugging output. 1086 1103 1087 * samples/Convert/Makefile, samples/Access/Makefile: 1104 * samples/Convert/Makefile, samples/Arithm/add.cc, 1105 samples/Arithm/div.cc, samples/Arithm/mult.cc, 1106 samples/Arithm/rem.cc, samples/Arithm/sub.cc, 1107 samples/Access/Makefile: 1088 1108 - Removed *.cc files. All of them can be generated by new 1089 1109 compiler version. … … 1364 1384 - Makefile for Arithm tests 1365 1385 1366 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 1367 samples/Arithm/add.rf, samples/Arithm/div.rf, 1368 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 1369 samples/Arithm/mult.rf: 1386 * samples/Arithm/rem.rf, samples/Arithm/sub.cc, 1387 samples/Arithm/sub.rf, samples/Arithm/add.cc, 1388 samples/Arithm/add.rf, samples/Arithm/div.cc, 1389 samples/Arithm/div.rf, samples/Arithm/div_rem.rf, 1390 samples/Arithm/gcd.rf, samples/Arithm/mult.cc, 1391 samples/Arithm/mult.rf, samples/Arithm/rem.cc: 1370 1392 - tests for Arithm functions 1371 1393
Note: See TracChangeset
for help on using the changeset viewer.