Changeset 748 for to-imperative/trunk/ChangeLog
- Timestamp:
- May 21, 2003, 7:28:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r746 r748 1 2003-05-21 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * runtime/rf_word.hh, runtime/rf_word.ih: 4 - return type of operator *() in NumIterator class is corrected 5 1 6 2003-05-21 Anton Orlov <orlov@mccme.ru> 2 7 3 * samples/Box/Makefile, samples/Makefile, 4 samples/Syntax/assign2.cc, samples/Syntax/const4.cc, 5 samples/Syntax/Makefile: 8 * samples/Box/Makefile, samples/Makefile, samples/Syntax/Makefile, 9 samples/Syntax/assign2.cc, samples/Syntax/const4.cc: 6 10 - Updated samples reflecting changes in the compiler. 7 11 … … 84 88 2003-05-03 Anton Orlov <orlov@mccme.ru> 85 89 86 * samples/Syntax/ const4.cc, samples/Syntax/const4.rf,87 samples/Syntax/ Makefile:90 * samples/Syntax/Makefile, samples/Syntax/const4.cc, 91 samples/Syntax/const4.rf: 88 92 - Test for $const'ants compilation. 89 93 … … 92 96 - Reflection on compiler changes. 93 97 94 * samples/Box/ box1.rf, samples/Box/box2.rfi, samples/Box/Makefile,98 * samples/Box/Makefile, samples/Box/box1.rf, samples/Box/box2.rfi, 95 99 samples/Makefile: 96 100 - Box library test. … … 154 158 155 159 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 156 compiler/rfp_asail _optim.rf, compiler/rfp_asail.rf,160 compiler/rfp_asail.rf, compiler/rfp_asail_optim.rf, 157 161 compiler/rfp_compile.rf: 158 162 - Added parentheses around t.label int the LABEL form in ASAIL. … … 162 166 - Added Arithm and Syntax subdirectories. 163 167 164 * samples/Syntax/ assign2.cc, samples/Syntax/assign2.rf,165 samples/Syntax/ Makefile:168 * samples/Syntax/Makefile, samples/Syntax/assign2.cc, 169 samples/Syntax/assign2.rf: 166 170 - Test for assignments of function results. 167 171 168 * samples/Convert/to chars.rf, samples/Convert/to_int_inval.rf,172 * samples/Convert/to_int_inval.rf, samples/Convert/tochars.rf, 169 173 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 170 samples/Access/ l1.rf, samples/Access/left.rf,171 samples/Access/ Makefile, samples/Access/middle.rf,174 samples/Access/Makefile, samples/Access/l1.rf, 175 samples/Access/left.rf, samples/Access/middle.rf, 172 176 samples/Access/r1.rf, samples/Access/right.rf: 173 177 - All Words are changed to Chars sequences, so tests work with … … 190 194 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 191 195 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 196 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 197 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 192 198 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 193 compiler/rfp_asail _optim.rfi, compiler/rfp_asail.rf,194 compiler/rfp_asail .rfi, compiler/rfp_check.rf,199 compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 200 compiler/rfp_asail_optim.rfi, compiler/rfp_check.rf, 195 201 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 196 202 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 197 203 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 198 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,199 204 compiler/rfp_format.rf, compiler/rfp_format.rfi, 200 205 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 203 208 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 204 209 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 205 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,206 210 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 207 211 - Main compiler loop has been rewritten in a much more clear … … 424 428 log message *** 425 429 426 * samples/Convert/bytes_to_chars _inval.rf,427 samples/Convert/bytes_to_chars .rf:430 * samples/Convert/bytes_to_chars.rf, 431 samples/Convert/bytes_to_chars_inval.rf: 428 432 - arguments in tests for Bytes-To-Chars are divided for valid 429 433 and invalid … … 464 468 465 469 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 466 samples/Arithm/add.rf, samples/Arithm/div _rem.rf,467 samples/Arithm/div .rf, samples/Arithm/gcd.rf,470 samples/Arithm/add.rf, samples/Arithm/div.rf, 471 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 468 472 samples/Arithm/mult.rf: 469 473 - tests for Arithm functions … … 486 490 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 487 491 488 * samples/Access/left _inval.rf, samples/Access/left.rf,489 samples/Access/middle _inval.rf, samples/Access/middle.rf,490 samples/Access/r ight_inval.rf, samples/Access/right.rf,491 samples/Access/r _inval1.rf:492 * samples/Access/left.rf, samples/Access/left_inval.rf, 493 samples/Access/middle.rf, samples/Access/middle_inval.rf, 494 samples/Access/r_inval1.rf, samples/Access/right.rf, 495 samples/Access/right_inval.rf: 492 496 - tests for Access functions 493 497 … … 576 580 - Static method ShortInt::create_expr(intptr_t) was added. 577 581 578 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:582 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 579 583 - Function L has been developed to the working one. 580 584 … … 723 727 - Makefile fixed for new library includes location. 724 728 725 * library/Box/ box.cc, library/Box/get.cc, library/Box/Makefile,726 library/Box/ put.cc, library/include/refal/Box.hh,727 library/ Makefile:729 * library/Box/Makefile, library/Box/box.cc, 730 library/Box/get.cc, library/Box/put.cc, library/Makefile, 731 library/include/refal/Box.hh: 728 732 - Library routines for box implementation. 729 733 … … 864 868 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 865 869 866 * samples/Makefile, config.mk, Makefile, runtime/Makefile:870 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 867 871 - Project tree reorganization, libp++ moved into separate 868 872 directory. … … 934 938 - Added debug flags. 935 939 936 * samples/Makefile, samples/perm.rf, samples/select 1.rf,937 samples/select 2.rf, samples/select3.rf, samples/select.rf:940 * samples/Makefile, samples/perm.rf, samples/select.rf, 941 samples/select1.rf, samples/select2.rf, samples/select3.rf: 938 942 - Workaround to allow program compilation. 939 943 - Makefile rules changed to allow correct dependency checking. … … 952 956 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 953 957 954 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,955 samples/select .rf:958 * samples/select2.rf, samples/select3.rf, samples/select.rf, 959 samples/select1.rf: 956 960 - select examples 957 961 … … 972 976 973 977 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 974 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,978 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 975 979 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 976 compiler/rfp_parse.rf :980 compiler/rfp_parse.rf, compiler/rfpc.rf: 977 981 - Now compileable C++ code is generated. Added generation of 978 982 namespaces, includes, and entry. … … 1165 1169 * compiler/Makefile, compiler/reserved-c++.rf, 1166 1170 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1167 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,1168 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,1169 compiler/rfp -synhl.rfi:1171 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 1172 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 1173 compiler/rfp_mangle.rfi: 1170 1174 - synhl renamed to rfp-synhl. 1171 1175 - convert renamed to rfp-filt. … … 1209 1213 - Removed 'rf_' function prefix. 1210 1214 1211 * samples/ hello.rf, samples/Makefile:1215 * samples/Makefile, samples/hello.rf: 1212 1216 - Added simple 'Hello!' example. 1213 1217 … … 1258 1262 - Makefile cleanup. 1259 1263 1260 * compiler/ gendeps.sh, compiler/Makefile:1264 * compiler/Makefile, compiler/gendeps.sh: 1261 1265 - Dependencies are generated automatically now. 1262 1266 - Makefile cleanup. … … 1282 1286 - Subdirectories processing order changed. 1283 1287 1284 * library/StdIO/Makefile,Makefile:1288 * Makefile, library/StdIO/Makefile: 1285 1289 - Small fixes for library build process. 1286 1290 … … 1296 1300 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1297 1301 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1298 version.mk, changelog.date, config.guess, config.mk, createlog,1299 Developers, Makefile, rules.mk:1302 version.mk, Developers, Makefile, changelog.date, config.guess, 1303 config.mk, createlog, rules.mk: 1300 1304 - First stage of CVS tree reorganization completed. 1301 1305 … … 1326 1330 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1327 1331 1328 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1332 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1333 libp++/pxx_chunk_allocator.ih, 1334 libp++/pxx_chunk_allocator_block_header.cc, 1329 1335 libp++/pxx_chunk_allocator_block_header.hh, 1330 libp++/pxx_chunk_allocator_block_header.ih, 1331 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1336 libp++/pxx_chunk_allocator_block_header.ih: 1332 1337 - Code cleanup. Block header implementation is separated. 1333 1338
Note: See TracChangeset
for help on using the changeset viewer.