Changeset 707 for to-imperative/trunk/ChangeLog
- Timestamp:
- Apr 30, 2003, 11:06:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r706 r707 39 39 40 40 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 41 compiler/rfp_asail .rf, compiler/rfp_asail_optim.rf,41 compiler/rfp_asail_optim.rf, compiler/rfp_asail.rf, 42 42 compiler/rfp_compile.rf: 43 43 - Added parentheses around t.label int the LABEL form in ASAIL. … … 47 47 - Added Arithm and Syntax subdirectories. 48 48 49 * samples/Syntax/ Makefile, samples/Syntax/assign2.cc,50 samples/Syntax/ assign2.rf:49 * samples/Syntax/assign2.cc, samples/Syntax/assign2.rf, 50 samples/Syntax/Makefile: 51 51 - Test for assignments of function results. 52 52 53 * samples/Convert/to _int_inval.rf, samples/Convert/tochars.rf,53 * samples/Convert/tochars.rf, samples/Convert/to_int_inval.rf, 54 54 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 55 samples/Access/ Makefile, samples/Access/l1.rf,56 samples/Access/ left.rf, samples/Access/middle.rf,55 samples/Access/l1.rf, samples/Access/left.rf, 56 samples/Access/Makefile, samples/Access/middle.rf, 57 57 samples/Access/r1.rf, samples/Access/right.rf: 58 58 - All Words are changed to Chars sequences, so tests work with … … 75 75 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 76 76 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 77 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,78 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,79 77 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 80 compiler/rfp_asail .rf, compiler/rfp_asail.rfi,81 compiler/rfp_asail _optim.rfi, compiler/rfp_check.rf,78 compiler/rfp_asail_optim.rfi, compiler/rfp_asail.rf, 79 compiler/rfp_asail.rfi, compiler/rfp_check.rf, 82 80 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 83 81 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 84 82 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 83 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 85 84 compiler/rfp_format.rf, compiler/rfp_format.rfi, 86 85 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 89 88 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 90 89 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 90 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 91 91 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 92 92 - Main compiler loop has been rewritten in a much more clear … … 309 309 log message *** 310 310 311 * samples/Convert/bytes_to_chars .rf,312 samples/Convert/bytes_to_chars _inval.rf:311 * samples/Convert/bytes_to_chars_inval.rf, 312 samples/Convert/bytes_to_chars.rf: 313 313 - arguments in tests for Bytes-To-Chars are divided for valid 314 314 and invalid … … 349 349 350 350 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 351 samples/Arithm/add.rf, samples/Arithm/div .rf,352 samples/Arithm/div _rem.rf, samples/Arithm/gcd.rf,351 samples/Arithm/add.rf, samples/Arithm/div_rem.rf, 352 samples/Arithm/div.rf, samples/Arithm/gcd.rf, 353 353 samples/Arithm/mult.rf: 354 354 - tests for Arithm functions … … 371 371 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 372 372 373 * samples/Access/left .rf, samples/Access/left_inval.rf,374 samples/Access/middle .rf, samples/Access/middle_inval.rf,375 samples/Access/r _inval1.rf, samples/Access/right.rf,376 samples/Access/r ight_inval.rf:373 * samples/Access/left_inval.rf, samples/Access/left.rf, 374 samples/Access/middle_inval.rf, samples/Access/middle.rf, 375 samples/Access/right_inval.rf, samples/Access/right.rf, 376 samples/Access/r_inval1.rf: 377 377 - tests for Access functions 378 378 … … 461 461 - Static method ShortInt::create_expr(intptr_t) was added. 462 462 463 * library/Access/ Makefile, library/Access/l.cc, library/Makefile:463 * library/Access/l.cc, library/Access/Makefile, library/Makefile: 464 464 - Function L has been developed to the working one. 465 465 … … 608 608 - Makefile fixed for new library includes location. 609 609 610 * library/Box/ Makefile, library/Box/box.cc,611 library/Box/ get.cc, library/Box/put.cc, library/Makefile,612 library/ include/refal/Box.hh:610 * library/Box/box.cc, library/Box/get.cc, library/Box/Makefile, 611 library/Box/put.cc, library/include/refal/Box.hh, 612 library/Makefile: 613 613 - Library routines for box implementation. 614 614 … … 749 749 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 750 750 751 * samples/Makefile, Makefile, config.mk, runtime/Makefile:751 * samples/Makefile, config.mk, Makefile, runtime/Makefile: 752 752 - Project tree reorganization, libp++ moved into separate 753 753 directory. … … 819 819 - Added debug flags. 820 820 821 * samples/Makefile, samples/perm.rf, samples/select .rf,822 samples/select 1.rf, samples/select2.rf, samples/select3.rf:821 * samples/Makefile, samples/perm.rf, samples/select1.rf, 822 samples/select2.rf, samples/select3.rf, samples/select.rf: 823 823 - Workaround to allow program compilation. 824 824 - Makefile rules changed to allow correct dependency checking. … … 837 837 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 838 838 839 * samples/select2.rf, samples/select3.rf, samples/select .rf,840 samples/select 1.rf:839 * samples/select2.rf, samples/select3.rf, samples/select1.rf, 840 samples/select.rf: 841 841 - select examples 842 842 … … 857 857 858 858 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 859 compiler/rfp_compile.rf, compiler/rfp _helper.rf,859 compiler/rfp_compile.rf, compiler/rfpc.rf, compiler/rfp_helper.rf, 860 860 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 861 compiler/rfp_parse.rf , compiler/rfpc.rf:861 compiler/rfp_parse.rf: 862 862 - Now compileable C++ code is generated. Added generation of 863 863 namespaces, includes, and entry. … … 1050 1050 * compiler/Makefile, compiler/reserved-c++.rf, 1051 1051 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1052 compiler/rfp-filt.rfi, compiler/rfp -synhl.rf,1053 compiler/rfp -synhl.rfi, compiler/rfp_mangle.rf,1054 compiler/rfp _mangle.rfi:1052 compiler/rfp-filt.rfi, compiler/rfp_mangle.rf, 1053 compiler/rfp_mangle.rfi, compiler/rfp-synhl.rf, 1054 compiler/rfp-synhl.rfi: 1055 1055 - synhl renamed to rfp-synhl. 1056 1056 - convert renamed to rfp-filt. … … 1094 1094 - Removed 'rf_' function prefix. 1095 1095 1096 * samples/ Makefile, samples/hello.rf:1096 * samples/hello.rf, samples/Makefile: 1097 1097 - Added simple 'Hello!' example. 1098 1098 … … 1143 1143 - Makefile cleanup. 1144 1144 1145 * compiler/ Makefile, compiler/gendeps.sh:1145 * compiler/gendeps.sh, compiler/Makefile: 1146 1146 - Dependencies are generated automatically now. 1147 1147 - Makefile cleanup. … … 1167 1167 - Subdirectories processing order changed. 1168 1168 1169 * Makefile, library/StdIO/Makefile:1169 * library/StdIO/Makefile, Makefile: 1170 1170 - Small fixes for library build process. 1171 1171 … … 1181 1181 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1182 1182 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1183 version.mk, Developers, Makefile, changelog.date, config.guess,1184 config.mk, createlog, rules.mk:1183 version.mk, changelog.date, config.guess, config.mk, createlog, 1184 Developers, Makefile, rules.mk: 1185 1185 - First stage of CVS tree reorganization completed. 1186 1186 … … 1211 1211 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1212 1212 1213 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1214 libp++/pxx_chunk_allocator.ih, 1215 libp++/pxx_chunk_allocator_block_header.cc, 1213 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1216 1214 libp++/pxx_chunk_allocator_block_header.hh, 1217 libp++/pxx_chunk_allocator_block_header.ih: 1215 libp++/pxx_chunk_allocator_block_header.ih, 1216 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1218 1217 - Code cleanup. Block header implementation is separated. 1219 1218
Note: See TracChangeset
for help on using the changeset viewer.