Changeset 764 for to-imperative/trunk/ChangeLog
- Timestamp:
- May 26, 2003, 7:37:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r761 r764 1 2003-05-26 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * runtime/rf_short_int.cc: 4 - creating number from terms of type Word is corrected 5 6 * runtime/rf_word.hh, runtime/rf_word.ih: 7 - constructor in NumIterator class and is_number() method are 8 modified 9 for processing spaces in terms of type Word 10 1 11 2003-05-26 Anton Orlov <orlov@mccme.ru> 2 12 3 * samples/perm.rf, samples/select 1.rf, samples/select2.rf,4 samples/select 3.rf, samples/select.rf:13 * samples/perm.rf, samples/select.rf, samples/select1.rf, 14 samples/select2.rf, samples/select3.rf: 5 15 - Code formatting. 6 16 … … 15 25 2003-05-25 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 16 26 17 * samples/Convert/to_int 2.rf, samples/Convert/to_int.rf:27 * samples/Convert/to_int.rf, samples/Convert/to_int2.rf: 18 28 - test for To_m_Int function is added 19 29 - tests in to_int2.rf are corrected … … 54 64 2003-05-21 Anton Orlov <orlov@mccme.ru> 55 65 56 * samples/Box/Makefile, samples/Makefile, 57 samples/Syntax/assign2.cc, samples/Syntax/const4.cc, 58 samples/Syntax/Makefile: 66 * samples/Box/Makefile, samples/Makefile, samples/Syntax/Makefile, 67 samples/Syntax/assign2.cc, samples/Syntax/const4.cc: 59 68 - Updated samples reflecting changes in the compiler. 60 69 … … 137 146 2003-05-03 Anton Orlov <orlov@mccme.ru> 138 147 139 * samples/Syntax/ const4.cc, samples/Syntax/const4.rf,140 samples/Syntax/ Makefile:148 * samples/Syntax/Makefile, samples/Syntax/const4.cc, 149 samples/Syntax/const4.rf: 141 150 - Test for $const'ants compilation. 142 151 … … 145 154 - Reflection on compiler changes. 146 155 147 * samples/Box/ box1.rf, samples/Box/box2.rfi, samples/Box/Makefile,156 * samples/Box/Makefile, samples/Box/box1.rf, samples/Box/box2.rfi, 148 157 samples/Makefile: 149 158 - Box library test. … … 207 216 208 217 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 209 compiler/rfp_asail _optim.rf, compiler/rfp_asail.rf,218 compiler/rfp_asail.rf, compiler/rfp_asail_optim.rf, 210 219 compiler/rfp_compile.rf: 211 220 - Added parentheses around t.label int the LABEL form in ASAIL. … … 215 224 - Added Arithm and Syntax subdirectories. 216 225 217 * samples/Syntax/ assign2.cc, samples/Syntax/assign2.rf,218 samples/Syntax/ Makefile:226 * samples/Syntax/Makefile, samples/Syntax/assign2.cc, 227 samples/Syntax/assign2.rf: 219 228 - Test for assignments of function results. 220 229 221 * samples/Convert/to chars.rf, samples/Convert/to_int_inval.rf,230 * samples/Convert/to_int_inval.rf, samples/Convert/tochars.rf, 222 231 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 223 samples/Access/ l1.rf, samples/Access/left.rf,224 samples/Access/ Makefile, samples/Access/middle.rf,232 samples/Access/Makefile, samples/Access/l1.rf, 233 samples/Access/left.rf, samples/Access/middle.rf, 225 234 samples/Access/r1.rf, samples/Access/right.rf: 226 235 - All Words are changed to Chars sequences, so tests work with … … 243 252 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 244 253 compiler/reserved-c++.rf, compiler/reserved-c++.rfi, 254 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 255 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 245 256 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 246 compiler/rfp_asail _optim.rfi, compiler/rfp_asail.rf,247 compiler/rfp_asail .rfi, compiler/rfp_check.rf,257 compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 258 compiler/rfp_asail_optim.rfi, compiler/rfp_check.rf, 248 259 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 249 260 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 250 261 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 251 compiler/rfp-filt.rf, compiler/rfp-filt.rfi,252 262 compiler/rfp_format.rf, compiler/rfp_format.rfi, 253 263 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 256 266 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 257 267 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 258 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi,259 268 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 260 269 - Main compiler loop has been rewritten in a much more clear … … 477 486 log message *** 478 487 479 * samples/Convert/bytes_to_chars _inval.rf,480 samples/Convert/bytes_to_chars .rf:488 * samples/Convert/bytes_to_chars.rf, 489 samples/Convert/bytes_to_chars_inval.rf: 481 490 - arguments in tests for Bytes-To-Chars are divided for valid 482 491 and invalid … … 517 526 518 527 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 519 samples/Arithm/add.rf, samples/Arithm/div _rem.rf,520 samples/Arithm/div .rf, samples/Arithm/gcd.rf,528 samples/Arithm/add.rf, samples/Arithm/div.rf, 529 samples/Arithm/div_rem.rf, samples/Arithm/gcd.rf, 521 530 samples/Arithm/mult.rf: 522 531 - tests for Arithm functions … … 539 548 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 540 549 541 * samples/Access/left _inval.rf, samples/Access/left.rf,542 samples/Access/middle _inval.rf, samples/Access/middle.rf,543 samples/Access/r ight_inval.rf, samples/Access/right.rf,544 samples/Access/r _inval1.rf:550 * samples/Access/left.rf, samples/Access/left_inval.rf, 551 samples/Access/middle.rf, samples/Access/middle_inval.rf, 552 samples/Access/r_inval1.rf, samples/Access/right.rf, 553 samples/Access/right_inval.rf: 545 554 - tests for Access functions 546 555 … … 629 638 - Static method ShortInt::create_expr(intptr_t) was added. 630 639 631 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:640 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 632 641 - Function L has been developed to the working one. 633 642 … … 776 785 - Makefile fixed for new library includes location. 777 786 778 * library/Box/ box.cc, library/Box/get.cc, library/Box/Makefile,779 library/Box/ put.cc, library/include/refal/Box.hh,780 library/ Makefile:787 * library/Box/Makefile, library/Box/box.cc, 788 library/Box/get.cc, library/Box/put.cc, library/Makefile, 789 library/include/refal/Box.hh: 781 790 - Library routines for box implementation. 782 791 … … 917 926 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 918 927 919 * samples/Makefile, config.mk, Makefile, runtime/Makefile:928 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 920 929 - Project tree reorganization, libp++ moved into separate 921 930 directory. … … 987 996 - Added debug flags. 988 997 989 * samples/Makefile, samples/perm.rf, samples/select 1.rf,990 samples/select 2.rf, samples/select3.rf, samples/select.rf:998 * samples/Makefile, samples/perm.rf, samples/select.rf, 999 samples/select1.rf, samples/select2.rf, samples/select3.rf: 991 1000 - Workaround to allow program compilation. 992 1001 - Makefile rules changed to allow correct dependency checking. … … 1005 1014 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 1006 1015 1007 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,1008 samples/select .rf:1016 * samples/select2.rf, samples/select3.rf, samples/select.rf, 1017 samples/select1.rf: 1009 1018 - select examples 1010 1019 … … 1025 1034 1026 1035 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 1027 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,1036 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 1028 1037 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 1029 compiler/rfp_parse.rf :1038 compiler/rfp_parse.rf, compiler/rfpc.rf: 1030 1039 - Now compileable C++ code is generated. Added generation of 1031 1040 namespaces, includes, and entry. … … 1218 1227 * compiler/Makefile, compiler/reserved-c++.rf, 1219 1228 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1220 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,1221 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,1222 compiler/rfp -synhl.rfi:1229 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 1230 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 1231 compiler/rfp_mangle.rfi: 1223 1232 - synhl renamed to rfp-synhl. 1224 1233 - convert renamed to rfp-filt. … … 1262 1271 - Removed 'rf_' function prefix. 1263 1272 1264 * samples/ hello.rf, samples/Makefile:1273 * samples/Makefile, samples/hello.rf: 1265 1274 - Added simple 'Hello!' example. 1266 1275 … … 1311 1320 - Makefile cleanup. 1312 1321 1313 * compiler/ gendeps.sh, compiler/Makefile:1322 * compiler/Makefile, compiler/gendeps.sh: 1314 1323 - Dependencies are generated automatically now. 1315 1324 - Makefile cleanup. … … 1335 1344 - Subdirectories processing order changed. 1336 1345 1337 * library/StdIO/Makefile,Makefile:1346 * Makefile, library/StdIO/Makefile: 1338 1347 - Small fixes for library build process. 1339 1348 … … 1349 1358 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1350 1359 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1351 version.mk, changelog.date, config.guess, config.mk, createlog,1352 Developers, Makefile, rules.mk:1360 version.mk, Developers, Makefile, changelog.date, config.guess, 1361 config.mk, createlog, rules.mk: 1353 1362 - First stage of CVS tree reorganization completed. 1354 1363 … … 1379 1388 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1380 1389 1381 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1390 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1391 libp++/pxx_chunk_allocator.ih, 1392 libp++/pxx_chunk_allocator_block_header.cc, 1382 1393 libp++/pxx_chunk_allocator_block_header.hh, 1383 libp++/pxx_chunk_allocator_block_header.ih, 1384 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1394 libp++/pxx_chunk_allocator_block_header.ih: 1385 1395 - Code cleanup. Block header implementation is separated. 1386 1396
Note: See TracChangeset
for help on using the changeset viewer.