Changeset 775 for to-imperative/trunk/ChangeLog
- Timestamp:
- May 28, 2003, 9:20:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r771 r775 1 2003-05-28 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * samples/Convert/to_int2.rf, samples/Convert/to_int3.rf, 4 samples/Convert/Makefile: 5 - tests for То_m_Int function are added 6 7 * runtime/rf_word.hh, runtime/rf_word.ih: 8 - is_number() method is corrected; 9 - has_spaces() method is added; 10 11 * library/Convert/to_int.cc: 12 - Processing of spaces in words is corrected; 13 - comments are added; 14 1 15 2003-05-28 Anton Orlov <orlov@mccme.ru> 2 16 3 * samples/Syntax/ clash4.rf, samples/Syntax/Makefile:17 * samples/Syntax/Makefile, samples/Syntax/clash4.rf: 4 18 - A test for clashes compilation. 5 19 … … 33 47 2003-05-26 Anton Orlov <orlov@mccme.ru> 34 48 35 * samples/perm.rf, samples/select 1.rf, samples/select2.rf,36 samples/select 3.rf, samples/select.rf:49 * samples/perm.rf, samples/select.rf, samples/select1.rf, 50 samples/select2.rf, samples/select3.rf: 37 51 - Code formatting. 38 52 … … 47 61 2003-05-25 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 48 62 49 * samples/Convert/to_int 2.rf, samples/Convert/to_int.rf:63 * samples/Convert/to_int.rf, samples/Convert/to_int2.rf: 50 64 - test for To_m_Int function is added 51 65 - tests in to_int2.rf are corrected … … 86 100 2003-05-21 Anton Orlov <orlov@mccme.ru> 87 101 88 * samples/Box/Makefile, samples/Makefile, 89 samples/Syntax/assign2.cc, samples/Syntax/const4.cc, 90 samples/Syntax/Makefile: 102 * samples/Box/Makefile, samples/Makefile, samples/Syntax/Makefile, 103 samples/Syntax/assign2.cc, samples/Syntax/const4.cc: 91 104 - Updated samples reflecting changes in the compiler. 92 105 … … 169 182 2003-05-03 Anton Orlov <orlov@mccme.ru> 170 183 171 * samples/Syntax/ const4.cc, samples/Syntax/const4.rf,172 samples/Syntax/ Makefile:184 * samples/Syntax/Makefile, samples/Syntax/const4.cc, 185 samples/Syntax/const4.rf: 173 186 - Test for $const'ants compilation. 174 187 … … 177 190 - Reflection on compiler changes. 178 191 179 * samples/Box/ box1.rf, samples/Box/box2.rfi, samples/Box/Makefile,192 * samples/Box/Makefile, samples/Box/box1.rf, samples/Box/box2.rfi, 180 193 samples/Makefile: 181 194 - Box library test. … … 239 252 240 253 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 241 compiler/rfp_asail _optim.rf, compiler/rfp_asail.rf,254 compiler/rfp_asail.rf, compiler/rfp_asail_optim.rf, 242 255 compiler/rfp_compile.rf: 243 256 - Added parentheses around t.label int the LABEL form in ASAIL. … … 247 260 - Added Arithm and Syntax subdirectories. 248 261 249 * samples/Syntax/ assign2.cc, samples/Syntax/assign2.rf,250 samples/Syntax/ Makefile:262 * samples/Syntax/Makefile, samples/Syntax/assign2.cc, 263 samples/Syntax/assign2.rf: 251 264 - Test for assignments of function results. 252 265 253 * samples/Convert/to chars.rf, samples/Convert/to_int_inval.rf,266 * samples/Convert/to_int_inval.rf, samples/Convert/tochars.rf, 254 267 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 255 samples/Access/ l1.rf, samples/Access/left.rf,256 samples/Access/ Makefile, samples/Access/middle.rf,268 samples/Access/Makefile, samples/Access/l1.rf, 269 samples/Access/left.rf, samples/Access/middle.rf, 257 270 samples/Access/r1.rf, samples/Access/right.rf: 258 271 - All Words are changed to Chars sequences, so tests work with … … 275 288 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 276 289 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 290 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 291 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 277 292 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 278 compiler/rfp_asail _optim.rfi, compiler/rfp_asail.rf,279 compiler/rfp_asail .rfi, compiler/rfp_check.rf,293 compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 294 compiler/rfp_asail_optim.rfi, compiler/rfp_check.rf, 280 295 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 281 296 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 282 297 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 283 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,284 298 compiler/rfp_format.rf, compiler/rfp_format.rfi, 285 299 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 288 302 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 289 303 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 290 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,291 304 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 292 305 - Main compiler loop has been rewritten in a much more clear … … 509 522 log message *** 510 523 511 * samples/Convert/bytes_to_chars _inval.rf,512 samples/Convert/bytes_to_chars .rf:524 * samples/Convert/bytes_to_chars.rf, 525 samples/Convert/bytes_to_chars_inval.rf: 513 526 - arguments in tests for Bytes-To-Chars are divided for valid 514 527 and invalid … … 549 562 550 563 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 551 samples/Arithm/add.rf, samples/Arithm/div _rem.rf,552 samples/Arithm/div .rf, samples/Arithm/gcd.rf,564 samples/Arithm/add.rf, samples/Arithm/div.rf, 565 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 553 566 samples/Arithm/mult.rf: 554 567 - tests for Arithm functions … … 571 584 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 572 585 573 * samples/Access/left _inval.rf, samples/Access/left.rf,574 samples/Access/middle _inval.rf, samples/Access/middle.rf,575 samples/Access/r ight_inval.rf, samples/Access/right.rf,576 samples/Access/r _inval1.rf:586 * samples/Access/left.rf, samples/Access/left_inval.rf, 587 samples/Access/middle.rf, samples/Access/middle_inval.rf, 588 samples/Access/r_inval1.rf, samples/Access/right.rf, 589 samples/Access/right_inval.rf: 577 590 - tests for Access functions 578 591 … … 661 674 - Static method ShortInt::create_expr(intptr_t) was added. 662 675 663 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:676 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 664 677 - Function L has been developed to the working one. 665 678 … … 808 821 - Makefile fixed for new library includes location. 809 822 810 * library/Box/ box.cc, library/Box/get.cc, library/Box/Makefile,811 library/Box/ put.cc, library/include/refal/Box.hh,812 library/ Makefile:823 * library/Box/Makefile, library/Box/box.cc, 824 library/Box/get.cc, library/Box/put.cc, library/Makefile, 825 library/include/refal/Box.hh: 813 826 - Library routines for box implementation. 814 827 … … 949 962 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 950 963 951 * samples/Makefile, config.mk, Makefile, runtime/Makefile:964 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 952 965 - Project tree reorganization, libp++ moved into separate 953 966 directory. … … 1019 1032 - Added debug flags. 1020 1033 1021 * samples/Makefile, samples/perm.rf, samples/select 1.rf,1022 samples/select 2.rf, samples/select3.rf, samples/select.rf:1034 * samples/Makefile, samples/perm.rf, samples/select.rf, 1035 samples/select1.rf, samples/select2.rf, samples/select3.rf: 1023 1036 - Workaround to allow program compilation. 1024 1037 - Makefile rules changed to allow correct dependency checking. … … 1037 1050 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 1038 1051 1039 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,1040 samples/select .rf:1052 * samples/select2.rf, samples/select3.rf, samples/select.rf, 1053 samples/select1.rf: 1041 1054 - select examples 1042 1055 … … 1057 1070 1058 1071 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 1059 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,1072 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 1060 1073 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 1061 compiler/rfp_parse.rf :1074 compiler/rfp_parse.rf, compiler/rfpc.rf: 1062 1075 - Now compileable C++ code is generated. Added generation of 1063 1076 namespaces, includes, and entry. … … 1250 1263 * compiler/Makefile, compiler/reserved-c++.rf, 1251 1264 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1252 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,1253 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,1254 compiler/rfp -synhl.rfi:1265 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 1266 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 1267 compiler/rfp_mangle.rfi: 1255 1268 - synhl renamed to rfp-synhl. 1256 1269 - convert renamed to rfp-filt. … … 1294 1307 - Removed 'rf_' function prefix. 1295 1308 1296 * samples/ hello.rf, samples/Makefile:1309 * samples/Makefile, samples/hello.rf: 1297 1310 - Added simple 'Hello!' example. 1298 1311 … … 1343 1356 - Makefile cleanup. 1344 1357 1345 * compiler/ gendeps.sh, compiler/Makefile:1358 * compiler/Makefile, compiler/gendeps.sh: 1346 1359 - Dependencies are generated automatically now. 1347 1360 - Makefile cleanup. … … 1367 1380 - Subdirectories processing order changed. 1368 1381 1369 * library/StdIO/Makefile,Makefile:1382 * Makefile, library/StdIO/Makefile: 1370 1383 - Small fixes for library build process. 1371 1384 … … 1381 1394 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1382 1395 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1383 version.mk, changelog.date, config.guess, config.mk, createlog,1384 Developers, Makefile, rules.mk:1396 version.mk, Developers, Makefile, changelog.date, config.guess, 1397 config.mk, createlog, rules.mk: 1385 1398 - First stage of CVS tree reorganization completed. 1386 1399 … … 1411 1424 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1412 1425 1413 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1426 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1427 libp++/pxx_chunk_allocator.ih, 1428 libp++/pxx_chunk_allocator_block_header.cc, 1414 1429 libp++/pxx_chunk_allocator_block_header.hh, 1415 libp++/pxx_chunk_allocator_block_header.ih, 1416 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1430 libp++/pxx_chunk_allocator_block_header.ih: 1417 1431 - Code cleanup. Block header implementation is separated. 1418 1432
Note: See TracChangeset
for help on using the changeset viewer.