Changeset 709 for to-imperative/trunk/ChangeLog
- Timestamp:
- May 1, 2003, 10:45:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r707 r709 1 2003-05-01 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * library/Convert/to_int.cc: 4 - Error is generated when the length of a number is more than 5 the length of UINTPTR_MAX. 6 1 7 2003-04-30 Andrey Slepuhin <pooh@msu.ru> 2 8 … … 10 16 2003-04-30 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 11 17 12 * samples/Convert/to_int_inval.rf:13 - words in " " is replaced by symbols in ' '14 15 18 * library/Convert/to_int.cc: 16 19 - length of the number is compared with maximum length of … … 39 42 40 43 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 41 compiler/rfp_asail _optim.rf, compiler/rfp_asail.rf,44 compiler/rfp_asail.rf, compiler/rfp_asail_optim.rf, 42 45 compiler/rfp_compile.rf: 43 46 - Added parentheses around t.label int the LABEL form in ASAIL. … … 47 50 - Added Arithm and Syntax subdirectories. 48 51 49 * samples/Syntax/ assign2.cc, samples/Syntax/assign2.rf,50 samples/Syntax/ Makefile:52 * samples/Syntax/Makefile, samples/Syntax/assign2.cc, 53 samples/Syntax/assign2.rf: 51 54 - Test for assignments of function results. 52 55 53 * samples/Convert/to chars.rf, samples/Convert/to_int_inval.rf,56 * samples/Convert/to_int_inval.rf, samples/Convert/tochars.rf, 54 57 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 55 samples/Access/ l1.rf, samples/Access/left.rf,56 samples/Access/ Makefile, samples/Access/middle.rf,58 samples/Access/Makefile, samples/Access/l1.rf, 59 samples/Access/left.rf, samples/Access/middle.rf, 57 60 samples/Access/r1.rf, samples/Access/right.rf: 58 61 - All Words are changed to Chars sequences, so tests work with … … 75 78 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 76 79 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 80 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 81 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 77 82 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 78 compiler/rfp_asail _optim.rfi, compiler/rfp_asail.rf,79 compiler/rfp_asail .rfi, compiler/rfp_check.rf,83 compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 84 compiler/rfp_asail_optim.rfi, compiler/rfp_check.rf, 80 85 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 81 86 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 82 87 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 83 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,84 88 compiler/rfp_format.rf, compiler/rfp_format.rfi, 85 89 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 88 92 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 89 93 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 90 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,91 94 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 92 95 - Main compiler loop has been rewritten in a much more clear … … 309 312 log message *** 310 313 311 * samples/Convert/bytes_to_chars _inval.rf,312 samples/Convert/bytes_to_chars .rf:314 * samples/Convert/bytes_to_chars.rf, 315 samples/Convert/bytes_to_chars_inval.rf: 313 316 - arguments in tests for Bytes-To-Chars are divided for valid 314 317 and invalid … … 349 352 350 353 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 351 samples/Arithm/add.rf, samples/Arithm/div _rem.rf,352 samples/Arithm/div .rf, samples/Arithm/gcd.rf,354 samples/Arithm/add.rf, samples/Arithm/div.rf, 355 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 353 356 samples/Arithm/mult.rf: 354 357 - tests for Arithm functions … … 371 374 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 372 375 373 * samples/Access/left _inval.rf, samples/Access/left.rf,374 samples/Access/middle _inval.rf, samples/Access/middle.rf,375 samples/Access/r ight_inval.rf, samples/Access/right.rf,376 samples/Access/r _inval1.rf:376 * samples/Access/left.rf, samples/Access/left_inval.rf, 377 samples/Access/middle.rf, samples/Access/middle_inval.rf, 378 samples/Access/r_inval1.rf, samples/Access/right.rf, 379 samples/Access/right_inval.rf: 377 380 - tests for Access functions 378 381 … … 461 464 - Static method ShortInt::create_expr(intptr_t) was added. 462 465 463 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:466 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 464 467 - Function L has been developed to the working one. 465 468 … … 608 611 - Makefile fixed for new library includes location. 609 612 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 * library/Box/Makefile, library/Box/box.cc, 614 library/Box/get.cc, library/Box/put.cc, library/Makefile, 615 library/include/refal/Box.hh: 613 616 - Library routines for box implementation. 614 617 … … 749 752 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 750 753 751 * samples/Makefile, config.mk, Makefile, runtime/Makefile:754 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 752 755 - Project tree reorganization, libp++ moved into separate 753 756 directory. … … 819 822 - Added debug flags. 820 823 821 * samples/Makefile, samples/perm.rf, samples/select 1.rf,822 samples/select 2.rf, samples/select3.rf, samples/select.rf:824 * samples/Makefile, samples/perm.rf, samples/select.rf, 825 samples/select1.rf, samples/select2.rf, samples/select3.rf: 823 826 - Workaround to allow program compilation. 824 827 - Makefile rules changed to allow correct dependency checking. … … 837 840 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 838 841 839 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,840 samples/select .rf:842 * samples/select2.rf, samples/select3.rf, samples/select.rf, 843 samples/select1.rf: 841 844 - select examples 842 845 … … 857 860 858 861 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 859 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,862 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 860 863 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 861 compiler/rfp_parse.rf :864 compiler/rfp_parse.rf, compiler/rfpc.rf: 862 865 - Now compileable C++ code is generated. Added generation of 863 866 namespaces, includes, and entry. … … 1050 1053 * compiler/Makefile, compiler/reserved-c++.rf, 1051 1054 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1052 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,1053 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,1054 compiler/rfp -synhl.rfi:1055 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 1056 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 1057 compiler/rfp_mangle.rfi: 1055 1058 - synhl renamed to rfp-synhl. 1056 1059 - convert renamed to rfp-filt. … … 1094 1097 - Removed 'rf_' function prefix. 1095 1098 1096 * samples/ hello.rf, samples/Makefile:1099 * samples/Makefile, samples/hello.rf: 1097 1100 - Added simple 'Hello!' example. 1098 1101 … … 1143 1146 - Makefile cleanup. 1144 1147 1145 * compiler/ gendeps.sh, compiler/Makefile:1148 * compiler/Makefile, compiler/gendeps.sh: 1146 1149 - Dependencies are generated automatically now. 1147 1150 - Makefile cleanup. … … 1167 1170 - Subdirectories processing order changed. 1168 1171 1169 * library/StdIO/Makefile,Makefile:1172 * Makefile, library/StdIO/Makefile: 1170 1173 - Small fixes for library build process. 1171 1174 … … 1181 1184 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1182 1185 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1183 version.mk, changelog.date, config.guess, config.mk, createlog,1184 Developers, Makefile, rules.mk:1186 version.mk, Developers, Makefile, changelog.date, config.guess, 1187 config.mk, createlog, rules.mk: 1185 1188 - First stage of CVS tree reorganization completed. 1186 1189 … … 1211 1214 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1212 1215 1213 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1216 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1217 libp++/pxx_chunk_allocator.ih, 1218 libp++/pxx_chunk_allocator_block_header.cc, 1214 1219 libp++/pxx_chunk_allocator_block_header.hh, 1215 libp++/pxx_chunk_allocator_block_header.ih, 1216 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1220 libp++/pxx_chunk_allocator_block_header.ih: 1217 1221 - Code cleanup. Block header implementation is separated. 1218 1222
Note: See TracChangeset
for help on using the changeset viewer.