Changeset 856
- Timestamp:
- Jun 20, 2003, 8:28:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r854 r856 1 2003-06-20 Andrey Slepuhin <pooh@msu.ru> 2 3 * runtime/rf_expr.ih: 4 - Enable writing expressions with `-' unquoted. 5 1 6 2003-06-20 Anton Orlov <orlov@mccme.ru> 2 7 … … 16 21 17 22 * samples/check.sh, samples/Syntax/const4.out, 18 samples/Convert/chars_to_bytes.out, samples/Convert/tochars.out, 19 samples/Convert/to_int2.out, samples/Convert/to_int3.out, 23 samples/Convert/chars_to_bytes.out, 20 24 samples/Convert/to_int.bug1.out, samples/Convert/to_int.bug2.out, 21 25 samples/Convert/to_int.bug3.out, samples/Convert/to_int.bug4.out, 22 26 samples/Convert/to_int.bug5.out, samples/Convert/to_int.bug6.out, 23 27 samples/Convert/to_int.bug7.out, samples/Convert/to_int.bug8.out, 24 samples/Convert/to_int.bug9.out, samples/Convert/to_int_inval.out, 25 samples/Convert/to_int.out, samples/Convert/tolower.out, 26 samples/Convert/toupper.out, samples/Convert/to_word.out, 28 samples/Convert/to_int.bug9.out, samples/Convert/to_int.out, 29 samples/Convert/to_int2.out, samples/Convert/to_int3.out, 30 samples/Convert/to_int_inval.out, samples/Convert/to_word.out, 31 samples/Convert/tochars.out, samples/Convert/tolower.out, 32 samples/Convert/toupper.out, samples/Syntax/Makefile, 27 33 samples/Syntax/assign2.out, samples/Syntax/clash4.out, 28 samples/ Syntax/Makefile, samples/Access/left_inval.out,29 samples/Access/ length.out, samples/Access/middle_inval.out,30 samples/Access/ middle.out, samples/Access/r1.out,31 samples/Access/right _inval.out, samples/Access/right.out,32 samples/A ccess/r_inval1.out, samples/Arithm/add.out,34 samples/Access/left_inval.out, samples/Access/length.out, 35 samples/Access/middle.out, samples/Access/middle_inval.out, 36 samples/Access/r1.out, samples/Access/r_inval1.out, 37 samples/Access/right.out, samples/Access/right_inval.out, 38 samples/Arithm/Makefile, samples/Arithm/add.out, 33 39 samples/Arithm/div.out, samples/Arithm/div_rem.out, 34 samples/Arithm/gcd.out, samples/Arithm/ Makefile,35 samples/Arithm/ mult.out, samples/Arithm/rem.out,36 samples/ Arithm/sub.out, samples/Box/box1.out,37 samples/ Box/Makefile, samples/Convert/bytes_to_chars_inval.out,38 samples/Convert/bytes_to_chars .out, samples/Convert/Makefile,39 Makefile, rules.mk, samples/Access/l1.out,40 samples/Access/l eft.out, samples/Access/l_inval1.out,41 samples/ Access/Makefile, samples/Makefile, samples/samples.mk:40 samples/Arithm/gcd.out, samples/Arithm/mult.out, 41 samples/Arithm/rem.out, samples/Arithm/sub.out, 42 samples/Box/Makefile, samples/Box/box1.out, 43 samples/Convert/Makefile, samples/Convert/bytes_to_chars.out, 44 samples/Convert/bytes_to_chars_inval.out, Makefile, 45 rules.mk, samples/Access/Makefile, samples/Access/l1.out, 46 samples/Access/l_inval1.out, samples/Access/left.out, 47 samples/Makefile, samples/samples.mk: 42 48 - Reorganized samples and tests making process. 43 49 - Added new make targets `samples', `tests' and `check'. … … 79 85 2003-06-06 Andrey Slepuhin <pooh@msu.ru> 80 86 81 * library/StdIO/ channel.cc, library/StdIO/Makefile,87 * library/StdIO/Makefile, library/StdIO/channel.cc, 82 88 library/StdIO/std_channels.cc, runtime/Makefile, 83 89 runtime/rf_core.cc, runtime/rf_core.hh, runtime/rf_types.hh: … … 196 202 2003-05-29 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 197 203 198 * samples/Convert/to_int 3.rf, samples/Convert/to_int.rf:204 * samples/Convert/to_int.rf, samples/Convert/to_int3.rf: 199 205 - tests for To_m_Int function are corrected 200 206 … … 227 233 2003-05-28 Anton Orlov <orlov@mccme.ru> 228 234 229 * samples/ iter.rf, samples/Makefile:235 * samples/Makefile, samples/iter.rf: 230 236 - Factorial through triple $iter. 231 237 … … 249 255 2003-05-28 Anton Orlov <orlov@mccme.ru> 250 256 251 * samples/Syntax/ clash4.rf, samples/Syntax/Makefile:257 * samples/Syntax/Makefile, samples/Syntax/clash4.rf: 252 258 - A test for clashes compilation. 253 259 … … 281 287 2003-05-26 Anton Orlov <orlov@mccme.ru> 282 288 283 * samples/perm.rf, samples/select 1.rf, samples/select2.rf,284 samples/select 3.rf, samples/select.rf:289 * samples/perm.rf, samples/select.rf, samples/select1.rf, 290 samples/select2.rf, samples/select3.rf: 285 291 - Code formatting. 286 292 … … 295 301 2003-05-25 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 296 302 297 * samples/Convert/to_int 2.rf, samples/Convert/to_int.rf:303 * samples/Convert/to_int.rf, samples/Convert/to_int2.rf: 298 304 - test for To_m_Int function is added 299 305 - tests in to_int2.rf are corrected … … 414 420 2003-05-03 Anton Orlov <orlov@mccme.ru> 415 421 416 * samples/Syntax/ const4.rf, samples/Syntax/Makefile:422 * samples/Syntax/Makefile, samples/Syntax/const4.rf: 417 423 - Test for $const'ants compilation. 418 424 419 * samples/Box/ box1.rf, samples/Box/box2.rfi, samples/Box/Makefile,425 * samples/Box/Makefile, samples/Box/box1.rf, samples/Box/box2.rfi, 420 426 samples/Makefile: 421 427 - Box library test. … … 479 485 480 486 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 481 compiler/rfp_asail _optim.rf, compiler/rfp_asail.rf,487 compiler/rfp_asail.rf, compiler/rfp_asail_optim.rf, 482 488 compiler/rfp_compile.rf: 483 489 - Added parentheses around t.label int the LABEL form in ASAIL. … … 487 493 - Added Arithm and Syntax subdirectories. 488 494 489 * samples/Syntax/ assign2.rf, samples/Syntax/Makefile:495 * samples/Syntax/Makefile, samples/Syntax/assign2.rf: 490 496 - Test for assignments of function results. 491 497 492 * samples/Convert/to chars.rf, samples/Convert/to_int_inval.rf,498 * samples/Convert/to_int_inval.rf, samples/Convert/tochars.rf, 493 499 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 494 samples/Access/ l1.rf, samples/Access/left.rf,495 samples/Access/ Makefile, samples/Access/middle.rf,500 samples/Access/Makefile, samples/Access/l1.rf, 501 samples/Access/left.rf, samples/Access/middle.rf, 496 502 samples/Access/r1.rf, samples/Access/right.rf: 497 503 - All Words are changed to Chars sequences, so tests work with … … 514 520 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 515 521 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 522 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 523 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 516 524 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 517 compiler/rfp_asail _optim.rfi, compiler/rfp_asail.rf,518 compiler/rfp_asail .rfi, compiler/rfp_check.rf,525 compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 526 compiler/rfp_asail_optim.rfi, compiler/rfp_check.rf, 519 527 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 520 528 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 521 529 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 522 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,523 530 compiler/rfp_format.rf, compiler/rfp_format.rfi, 524 531 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 527 534 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 528 535 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 529 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,530 536 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 531 537 - Main compiler loop has been rewritten in a much more clear … … 748 754 log message *** 749 755 750 * samples/Convert/bytes_to_chars _inval.rf,751 samples/Convert/bytes_to_chars .rf:756 * samples/Convert/bytes_to_chars.rf, 757 samples/Convert/bytes_to_chars_inval.rf: 752 758 - arguments in tests for Bytes-To-Chars are divided for valid 753 759 and invalid … … 788 794 789 795 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 790 samples/Arithm/add.rf, samples/Arithm/div _rem.rf,791 samples/Arithm/div .rf, samples/Arithm/gcd.rf,796 samples/Arithm/add.rf, samples/Arithm/div.rf, 797 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 792 798 samples/Arithm/mult.rf: 793 799 - tests for Arithm functions … … 810 816 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 811 817 812 * samples/Access/left _inval.rf, samples/Access/left.rf,813 samples/Access/middle _inval.rf, samples/Access/middle.rf,814 samples/Access/r ight_inval.rf, samples/Access/right.rf,815 samples/Access/r _inval1.rf:818 * samples/Access/left.rf, samples/Access/left_inval.rf, 819 samples/Access/middle.rf, samples/Access/middle_inval.rf, 820 samples/Access/r_inval1.rf, samples/Access/right.rf, 821 samples/Access/right_inval.rf: 816 822 - tests for Access functions 817 823 … … 900 906 - Static method ShortInt::create_expr(intptr_t) was added. 901 907 902 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:908 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 903 909 - Function L has been developed to the working one. 904 910 … … 1047 1053 - Makefile fixed for new library includes location. 1048 1054 1049 * library/Box/ box.cc, library/Box/get.cc, library/Box/Makefile,1050 library/Box/ put.cc, library/include/refal/Box.hh,1051 library/ Makefile:1055 * library/Box/Makefile, library/Box/box.cc, 1056 library/Box/get.cc, library/Box/put.cc, library/Makefile, 1057 library/include/refal/Box.hh: 1052 1058 - Library routines for box implementation. 1053 1059 … … 1188 1194 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 1189 1195 1190 * samples/Makefile, config.mk, Makefile, runtime/Makefile:1196 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 1191 1197 - Project tree reorganization, libp++ moved into separate 1192 1198 directory. … … 1258 1264 - Added debug flags. 1259 1265 1260 * samples/Makefile, samples/perm.rf, samples/select 1.rf,1261 samples/select 2.rf, samples/select3.rf, samples/select.rf:1266 * samples/Makefile, samples/perm.rf, samples/select.rf, 1267 samples/select1.rf, samples/select2.rf, samples/select3.rf: 1262 1268 - Workaround to allow program compilation. 1263 1269 - Makefile rules changed to allow correct dependency checking. … … 1276 1282 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 1277 1283 1278 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,1279 samples/select .rf:1284 * samples/select2.rf, samples/select3.rf, samples/select.rf, 1285 samples/select1.rf: 1280 1286 - select examples 1281 1287 … … 1296 1302 1297 1303 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 1298 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,1304 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 1299 1305 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 1300 compiler/rfp_parse.rf :1306 compiler/rfp_parse.rf, compiler/rfpc.rf: 1301 1307 - Now compileable C++ code is generated. Added generation of 1302 1308 namespaces, includes, and entry. … … 1489 1495 * compiler/Makefile, compiler/reserved-c++.rf, 1490 1496 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1491 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,1492 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,1493 compiler/rfp -synhl.rfi:1497 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 1498 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 1499 compiler/rfp_mangle.rfi: 1494 1500 - synhl renamed to rfp-synhl. 1495 1501 - convert renamed to rfp-filt. … … 1533 1539 - Removed 'rf_' function prefix. 1534 1540 1535 * samples/ hello.rf, samples/Makefile:1541 * samples/Makefile, samples/hello.rf: 1536 1542 - Added simple 'Hello!' example. 1537 1543 … … 1582 1588 - Makefile cleanup. 1583 1589 1584 * compiler/ gendeps.sh, compiler/Makefile:1590 * compiler/Makefile, compiler/gendeps.sh: 1585 1591 - Dependencies are generated automatically now. 1586 1592 - Makefile cleanup. … … 1606 1612 - Subdirectories processing order changed. 1607 1613 1608 * library/StdIO/Makefile,Makefile:1614 * Makefile, library/StdIO/Makefile: 1609 1615 - Small fixes for library build process. 1610 1616 … … 1620 1626 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1621 1627 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1622 version.mk, changelog.date, config.guess, config.mk, createlog,1623 Developers, Makefile, rules.mk:1628 version.mk, Developers, Makefile, changelog.date, config.guess, 1629 config.mk, createlog, rules.mk: 1624 1630 - First stage of CVS tree reorganization completed. 1625 1631 … … 1650 1656 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1651 1657 1652 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1658 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1659 libp++/pxx_chunk_allocator.ih, 1660 libp++/pxx_chunk_allocator_block_header.cc, 1653 1661 libp++/pxx_chunk_allocator_block_header.hh, 1654 libp++/pxx_chunk_allocator_block_header.ih, 1655 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1662 libp++/pxx_chunk_allocator_block_header.ih: 1656 1663 - Code cleanup. Block header implementation is separated. 1657 1664
Note: See TracChangeset
for help on using the changeset viewer.