Changeset 869
- Timestamp:
- Jun 25, 2003, 9:56:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r867 r869 1 2003-06-25 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * library/Convert/to_int.cc: 4 - comments are corrected; 5 1 6 2003-06-23 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 7 … … 40 45 runtime/rf_core.hh, runtime/rf_expr.hh, runtime/rf_expr.ih, 41 46 runtime/rf_macros.hh, runtime/rf_object.cc, runtime/rf_object.hh, 42 runtime/rf_parenth.cc, runtime/rf_parenth.hh, 43 runtime/rf_parenth.ih, runtime/rf_short_int.cc, 44 runtime/Makefile, runtime/rf_channel.cc, runtime/rf_channel.hh, 45 runtime/rf_channel.ih, runtime/rf_char.cc, runtime/rf_char.hh: 47 runtime/rf_short_int.cc, runtime/Makefile, runtime/rf_channel.cc, 48 runtime/rf_channel.hh, runtime/rf_channel.ih, runtime/rf_char.cc, 49 runtime/rf_char.hh: 46 50 - Result of merge from main trunk. 47 51 … … 68 72 69 73 * samples/check.sh, samples/Syntax/const4.out, 70 samples/Convert/chars_to_bytes.out, samples/Convert/tochars.out, 71 samples/Convert/to_int2.out, samples/Convert/to_int3.out, 74 samples/Convert/chars_to_bytes.out, 72 75 samples/Convert/to_int.bug1.out, samples/Convert/to_int.bug2.out, 73 76 samples/Convert/to_int.bug3.out, samples/Convert/to_int.bug4.out, 74 77 samples/Convert/to_int.bug5.out, samples/Convert/to_int.bug6.out, 75 78 samples/Convert/to_int.bug7.out, samples/Convert/to_int.bug8.out, 76 samples/Convert/to_int.bug9.out, samples/Convert/to_int_inval.out, 77 samples/Convert/to_int.out, samples/Convert/tolower.out, 78 samples/Convert/toupper.out, samples/Convert/to_word.out, 79 samples/Convert/to_int.bug9.out, samples/Convert/to_int.out, 80 samples/Convert/to_int2.out, samples/Convert/to_int3.out, 81 samples/Convert/to_int_inval.out, samples/Convert/to_word.out, 82 samples/Convert/tochars.out, samples/Convert/tolower.out, 83 samples/Convert/toupper.out, samples/Syntax/Makefile, 79 84 samples/Syntax/assign2.out, samples/Syntax/clash4.out, 80 samples/ Syntax/Makefile, samples/Access/left_inval.out,81 samples/Access/ length.out, samples/Access/middle_inval.out,82 samples/Access/ middle.out, samples/Access/r1.out,83 samples/Access/right _inval.out, samples/Access/right.out,84 samples/A ccess/r_inval1.out, samples/Arithm/add.out,85 samples/Access/left_inval.out, samples/Access/length.out, 86 samples/Access/middle.out, samples/Access/middle_inval.out, 87 samples/Access/r1.out, samples/Access/r_inval1.out, 88 samples/Access/right.out, samples/Access/right_inval.out, 89 samples/Arithm/Makefile, samples/Arithm/add.out, 85 90 samples/Arithm/div.out, samples/Arithm/div_rem.out, 86 samples/Arithm/gcd.out, samples/Arithm/ Makefile,87 samples/Arithm/ mult.out, samples/Arithm/rem.out,88 samples/ Arithm/sub.out, samples/Box/box1.out,89 samples/ Box/Makefile, samples/Convert/bytes_to_chars_inval.out,90 samples/Convert/bytes_to_chars .out, samples/Convert/Makefile,91 Makefile, rules.mk, samples/Access/l1.out,92 samples/Access/l eft.out, samples/Access/l_inval1.out,93 samples/ Access/Makefile, samples/Makefile, samples/samples.mk:91 samples/Arithm/gcd.out, samples/Arithm/mult.out, 92 samples/Arithm/rem.out, samples/Arithm/sub.out, 93 samples/Box/Makefile, samples/Box/box1.out, 94 samples/Convert/Makefile, samples/Convert/bytes_to_chars.out, 95 samples/Convert/bytes_to_chars_inval.out, Makefile, 96 rules.mk, samples/Access/Makefile, samples/Access/l1.out, 97 samples/Access/l_inval1.out, samples/Access/left.out, 98 samples/Makefile, samples/samples.mk: 94 99 - Reorganized samples and tests making process. 95 100 - Added new make targets `samples', `tests' and `check'. … … 131 136 2003-06-06 Andrey Slepuhin <pooh@msu.ru> 132 137 133 * library/StdIO/ channel.cc, library/StdIO/Makefile,138 * library/StdIO/Makefile, library/StdIO/channel.cc, 134 139 library/StdIO/std_channels.cc, runtime/Makefile, 135 140 runtime/rf_core.cc, runtime/rf_core.hh, runtime/rf_types.hh: … … 171 176 2003-06-03 Anton Orlov <orlov@mccme.ru> 172 177 173 * runtime/rf_expr.hh, runtime/rf_expr.ih, runtime/rf_parenth.cc, 174 runtime/rf_parenth.hh, runtime/rf_parenth.ih, runtime/rf_term.cc: 178 * runtime/rf_expr.hh, runtime/rf_expr.ih, runtime/rf_term.cc: 175 179 - Added counting of references to parentheses. 176 180 … … 191 195 * runtime/Makefile, runtime/rf_char.cc, runtime/rf_char.ih, 192 196 runtime/rf_core.cc, runtime/rf_expr.hh, runtime/rf_expr.ih, 193 runtime/rf_parenth.cc, runtime/rf_parenth.hh, 194 runtime/rf_parenth.ih, runtime/rf_short_int.ih, 195 runtime/rf_term.cc, runtime/rf_term.hh, runtime/rf_term.ih, 196 runtime/rf_types.hh, runtime/rf_vector.ih, runtime/rf_word.ih: 197 runtime/rf_short_int.ih, runtime/rf_term.cc, runtime/rf_term.hh, 198 runtime/rf_term.ih, runtime/rf_types.hh, runtime/rf_vector.ih, 199 runtime/rf_word.ih: 197 200 - Returning to the unboxed parentheses representation on the 198 201 main CVS branch. … … 201 204 runtime/rf_types.hh, runtime/rf_vector.ih, runtime/rf_word.ih, 202 205 runtime/rf_char.cc, runtime/rf_char.ih, runtime/rf_core.cc, 203 runtime/rf_expr.hh, runtime/rf_expr.ih, runtime/rf_parenth.cc, 204 runtime/rf_parenth.hh, runtime/rf_parenth.ih, 205 runtime/rf_short_int.ih, runtime/rf_term.cc: 206 runtime/rf_expr.hh, runtime/rf_expr.ih, runtime/rf_short_int.ih, 207 runtime/rf_term.cc: 206 208 - Parentheses are inherited from general Term. 207 209 … … 212 214 runtime/Makefile, runtime/rf_char.cc, runtime/rf_char.ih, 213 215 runtime/rf_core.cc, runtime/rf_expr.hh, runtime/rf_expr.ih, 214 runtime/rf_parenth.cc, runtime/rf_parenth.hh, 215 runtime/rf_parenth.ih, runtime/rf_short_int.ih: 216 runtime/rf_short_int.ih: 216 217 - Parentheses are inherited from general Term. 217 218 … … 252 253 2003-05-29 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 253 254 254 * samples/Convert/to_int 3.rf, samples/Convert/to_int.rf:255 * samples/Convert/to_int.rf, samples/Convert/to_int3.rf: 255 256 - tests for To_m_Int function are corrected 256 257 … … 283 284 2003-05-28 Anton Orlov <orlov@mccme.ru> 284 285 285 * samples/ iter.rf, samples/Makefile:286 * samples/Makefile, samples/iter.rf: 286 287 - Factorial through triple $iter. 287 288 … … 305 306 2003-05-28 Anton Orlov <orlov@mccme.ru> 306 307 307 * samples/Syntax/ clash4.rf, samples/Syntax/Makefile:308 * samples/Syntax/Makefile, samples/Syntax/clash4.rf: 308 309 - A test for clashes compilation. 309 310 … … 337 338 2003-05-26 Anton Orlov <orlov@mccme.ru> 338 339 339 * samples/perm.rf, samples/select 1.rf, samples/select2.rf,340 samples/select 3.rf, samples/select.rf:340 * samples/perm.rf, samples/select.rf, samples/select1.rf, 341 samples/select2.rf, samples/select3.rf: 341 342 - Code formatting. 342 343 … … 351 352 2003-05-25 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 352 353 353 * samples/Convert/to_int 2.rf, samples/Convert/to_int.rf:354 * samples/Convert/to_int.rf, samples/Convert/to_int2.rf: 354 355 - test for To_m_Int function is added 355 356 - tests in to_int2.rf are corrected … … 470 471 2003-05-03 Anton Orlov <orlov@mccme.ru> 471 472 472 * samples/Syntax/ const4.rf, samples/Syntax/Makefile:473 * samples/Syntax/Makefile, samples/Syntax/const4.rf: 473 474 - Test for $const'ants compilation. 474 475 475 * samples/Box/ box1.rf, samples/Box/box2.rfi, samples/Box/Makefile,476 * samples/Box/Makefile, samples/Box/box1.rf, samples/Box/box2.rfi, 476 477 samples/Makefile: 477 478 - Box library test. … … 535 536 536 537 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 537 compiler/rfp_asail _optim.rf, compiler/rfp_asail.rf,538 compiler/rfp_asail.rf, compiler/rfp_asail_optim.rf, 538 539 compiler/rfp_compile.rf: 539 540 - Added parentheses around t.label int the LABEL form in ASAIL. … … 543 544 - Added Arithm and Syntax subdirectories. 544 545 545 * samples/Syntax/ assign2.rf, samples/Syntax/Makefile:546 * samples/Syntax/Makefile, samples/Syntax/assign2.rf: 546 547 - Test for assignments of function results. 547 548 548 * samples/Convert/to chars.rf, samples/Convert/to_int_inval.rf,549 * samples/Convert/to_int_inval.rf, samples/Convert/tochars.rf, 549 550 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 550 samples/Access/ l1.rf, samples/Access/left.rf,551 samples/Access/ Makefile, samples/Access/middle.rf,551 samples/Access/Makefile, samples/Access/l1.rf, 552 samples/Access/left.rf, samples/Access/middle.rf, 552 553 samples/Access/r1.rf, samples/Access/right.rf: 553 554 - All Words are changed to Chars sequences, so tests work with … … 570 571 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 571 572 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 573 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 574 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 572 575 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 573 compiler/rfp_asail _optim.rfi, compiler/rfp_asail.rf,574 compiler/rfp_asail .rfi, compiler/rfp_check.rf,576 compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 577 compiler/rfp_asail_optim.rfi, compiler/rfp_check.rf, 575 578 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 576 579 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 577 580 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 578 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,579 581 compiler/rfp_format.rf, compiler/rfp_format.rfi, 580 582 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 583 585 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 584 586 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 585 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,586 587 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 587 588 - Main compiler loop has been rewritten in a much more clear … … 804 805 log message *** 805 806 806 * samples/Convert/bytes_to_chars _inval.rf,807 samples/Convert/bytes_to_chars .rf:807 * samples/Convert/bytes_to_chars.rf, 808 samples/Convert/bytes_to_chars_inval.rf: 808 809 - arguments in tests for Bytes-To-Chars are divided for valid 809 810 and invalid … … 844 845 845 846 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 846 samples/Arithm/add.rf, samples/Arithm/div _rem.rf,847 samples/Arithm/div .rf, samples/Arithm/gcd.rf,847 samples/Arithm/add.rf, samples/Arithm/div.rf, 848 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 848 849 samples/Arithm/mult.rf: 849 850 - tests for Arithm functions … … 866 867 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 867 868 868 * samples/Access/left _inval.rf, samples/Access/left.rf,869 samples/Access/middle _inval.rf, samples/Access/middle.rf,870 samples/Access/r ight_inval.rf, samples/Access/right.rf,871 samples/Access/r _inval1.rf:869 * samples/Access/left.rf, samples/Access/left_inval.rf, 870 samples/Access/middle.rf, samples/Access/middle_inval.rf, 871 samples/Access/r_inval1.rf, samples/Access/right.rf, 872 samples/Access/right_inval.rf: 872 873 - tests for Access functions 873 874 … … 956 957 - Static method ShortInt::create_expr(intptr_t) was added. 957 958 958 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:959 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 959 960 - Function L has been developed to the working one. 960 961 … … 1103 1104 - Makefile fixed for new library includes location. 1104 1105 1105 * library/Box/ box.cc, library/Box/get.cc, library/Box/Makefile,1106 library/Box/ put.cc, library/include/refal/Box.hh,1107 library/ Makefile:1106 * library/Box/Makefile, library/Box/box.cc, 1107 library/Box/get.cc, library/Box/put.cc, library/Makefile, 1108 library/include/refal/Box.hh: 1108 1109 - Library routines for box implementation. 1109 1110 … … 1244 1245 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 1245 1246 1246 * samples/Makefile, config.mk, Makefile, runtime/Makefile:1247 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 1247 1248 - Project tree reorganization, libp++ moved into separate 1248 1249 directory. … … 1314 1315 - Added debug flags. 1315 1316 1316 * samples/Makefile, samples/perm.rf, samples/select 1.rf,1317 samples/select 2.rf, samples/select3.rf, samples/select.rf:1317 * samples/Makefile, samples/perm.rf, samples/select.rf, 1318 samples/select1.rf, samples/select2.rf, samples/select3.rf: 1318 1319 - Workaround to allow program compilation. 1319 1320 - Makefile rules changed to allow correct dependency checking. … … 1332 1333 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 1333 1334 1334 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,1335 samples/select .rf:1335 * samples/select2.rf, samples/select3.rf, samples/select.rf, 1336 samples/select1.rf: 1336 1337 - select examples 1337 1338 … … 1352 1353 1353 1354 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 1354 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,1355 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 1355 1356 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 1356 compiler/rfp_parse.rf :1357 compiler/rfp_parse.rf, compiler/rfpc.rf: 1357 1358 - Now compileable C++ code is generated. Added generation of 1358 1359 namespaces, includes, and entry. … … 1545 1546 * compiler/Makefile, compiler/reserved-c++.rf, 1546 1547 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1547 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,1548 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,1549 compiler/rfp -synhl.rfi:1548 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 1549 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 1550 compiler/rfp_mangle.rfi: 1550 1551 - synhl renamed to rfp-synhl. 1551 1552 - convert renamed to rfp-filt. … … 1589 1590 - Removed 'rf_' function prefix. 1590 1591 1591 * samples/ hello.rf, samples/Makefile:1592 * samples/Makefile, samples/hello.rf: 1592 1593 - Added simple 'Hello!' example. 1593 1594 … … 1638 1639 - Makefile cleanup. 1639 1640 1640 * compiler/ gendeps.sh, compiler/Makefile:1641 * compiler/Makefile, compiler/gendeps.sh: 1641 1642 - Dependencies are generated automatically now. 1642 1643 - Makefile cleanup. … … 1662 1663 - Subdirectories processing order changed. 1663 1664 1664 * library/StdIO/Makefile,Makefile:1665 * Makefile, library/StdIO/Makefile: 1665 1666 - Small fixes for library build process. 1666 1667 … … 1676 1677 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1677 1678 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1678 version.mk, changelog.date, config.guess, config.mk, createlog,1679 Developers, Makefile, rules.mk:1679 version.mk, Developers, Makefile, changelog.date, config.guess, 1680 config.mk, createlog, rules.mk: 1680 1681 - First stage of CVS tree reorganization completed. 1681 1682 … … 1706 1707 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1707 1708 1708 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1709 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1710 libp++/pxx_chunk_allocator.ih, 1711 libp++/pxx_chunk_allocator_block_header.cc, 1709 1712 libp++/pxx_chunk_allocator_block_header.hh, 1710 libp++/pxx_chunk_allocator_block_header.ih, 1711 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1713 libp++/pxx_chunk_allocator_block_header.ih: 1712 1714 - Code cleanup. Block header implementation is separated. 1713 1715
Note: See TracChangeset
for help on using the changeset viewer.