Changeset 752 for to-imperative/trunk/ChangeLog
- Timestamp:
- May 23, 2003, 5:06:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r748 r752 1 2003-05-23 Anton Orlov <orlov@mccme.ru> 2 3 * compiler/rfp_asail.rf, samples/Convert/Makefile, 4 samples/Convert/to_int2.rf: 5 - Example demonstrating where spaces are allowed in the To-Int 6 argument. 7 8 2003-05-22 Anton Orlov <orlov@mccme.ru> 9 10 * compiler/rfp_asail.rf, compiler/rfp_compile.rf: 11 - Work towards clashes compilation. 12 13 * compiler/rfp_compile.rf: 14 - Removed variables in cyclic restrictions. 15 1 16 2003-05-21 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 17 … … 6 21 2003-05-21 Anton Orlov <orlov@mccme.ru> 7 22 8 * samples/Box/Makefile, samples/Makefile, samples/Syntax/Makefile, 9 samples/Syntax/assign2.cc, samples/Syntax/const4.cc: 23 * samples/Box/Makefile, samples/Makefile, 24 samples/Syntax/assign2.cc, samples/Syntax/const4.cc, 25 samples/Syntax/Makefile: 10 26 - Updated samples reflecting changes in the compiler. 11 27 … … 88 104 2003-05-03 Anton Orlov <orlov@mccme.ru> 89 105 90 * samples/Syntax/ Makefile, samples/Syntax/const4.cc,91 samples/Syntax/ const4.rf:106 * samples/Syntax/const4.cc, samples/Syntax/const4.rf, 107 samples/Syntax/Makefile: 92 108 - Test for $const'ants compilation. 93 109 … … 96 112 - Reflection on compiler changes. 97 113 98 * samples/Box/ Makefile, samples/Box/box1.rf, samples/Box/box2.rfi,114 * samples/Box/box1.rf, samples/Box/box2.rfi, samples/Box/Makefile, 99 115 samples/Makefile: 100 116 - Box library test. … … 158 174 159 175 * compiler/rfp_vars.rf, compiler/rfp_vars.rfi, 160 compiler/rfp_asail .rf, compiler/rfp_asail_optim.rf,176 compiler/rfp_asail_optim.rf, compiler/rfp_asail.rf, 161 177 compiler/rfp_compile.rf: 162 178 - Added parentheses around t.label int the LABEL form in ASAIL. … … 166 182 - Added Arithm and Syntax subdirectories. 167 183 168 * samples/Syntax/ Makefile, samples/Syntax/assign2.cc,169 samples/Syntax/ assign2.rf:184 * samples/Syntax/assign2.cc, samples/Syntax/assign2.rf, 185 samples/Syntax/Makefile: 170 186 - Test for assignments of function results. 171 187 172 * samples/Convert/to _int_inval.rf, samples/Convert/tochars.rf,188 * samples/Convert/tochars.rf, samples/Convert/to_int_inval.rf, 173 189 samples/Convert/tolower.rf, samples/Convert/toupper.rf, 174 samples/Access/ Makefile, samples/Access/l1.rf,175 samples/Access/ left.rf, samples/Access/middle.rf,190 samples/Access/l1.rf, samples/Access/left.rf, 191 samples/Access/Makefile, samples/Access/middle.rf, 176 192 samples/Access/r1.rf, samples/Access/right.rf: 177 193 - All Words are changed to Chars sequences, so tests work with … … 194 210 * compiler/rfpc.rf, compiler/rfpc.rfi, compiler/Makefile, 195 211 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,198 212 compiler/rfp_as2as.rf, compiler/rfp_as2as.rfi, 199 compiler/rfp_asail .rf, compiler/rfp_asail.rfi,200 compiler/rfp_asail _optim.rfi, compiler/rfp_check.rf,213 compiler/rfp_asail_optim.rfi, compiler/rfp_asail.rf, 214 compiler/rfp_asail.rfi, compiler/rfp_check.rf, 201 215 compiler/rfp_check.rfi, compiler/rfp_compile.rf, 202 216 compiler/rfp_compile.rfi, compiler/rfp_const.rf, 203 217 compiler/rfp_const.rfi, compiler/rfp_err.rf, compiler/rfp_err.rfi, 218 compiler/rfp-filt.rf, compiler/rfp-filt.rfi, 204 219 compiler/rfp_format.rf, compiler/rfp_format.rfi, 205 220 compiler/rfp_helper.rf, compiler/rfp_helper.rfi, … … 208 223 compiler/rfp_mangle.rfi, compiler/rfp_parse.rf, 209 224 compiler/rfp_parse.rfi, compiler/rfp_src.rf, compiler/rfp_src.rfi, 225 compiler/rfp-synhl.rf, compiler/rfp-synhl.rfi, 210 226 compiler/rfp_vars.rf, compiler/rfp_vars.rfi: 211 227 - Main compiler loop has been rewritten in a much more clear … … 428 444 log message *** 429 445 430 * samples/Convert/bytes_to_chars .rf,431 samples/Convert/bytes_to_chars _inval.rf:446 * samples/Convert/bytes_to_chars_inval.rf, 447 samples/Convert/bytes_to_chars.rf: 432 448 - arguments in tests for Bytes-To-Chars are divided for valid 433 449 and invalid … … 468 484 469 485 * samples/Arithm/rem.rf, samples/Arithm/sub.rf, 470 samples/Arithm/add.rf, samples/Arithm/div .rf,471 samples/Arithm/div _rem.rf, samples/Arithm/gcd.rf,486 samples/Arithm/add.rf, samples/Arithm/div_rem.rf, 487 samples/Arithm/div.rf, samples/Arithm/gcd.rf, 472 488 samples/Arithm/mult.rf: 473 489 - tests for Arithm functions … … 490 506 2003-03-05 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 491 507 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/r ight_inval.rf:508 * samples/Access/left_inval.rf, samples/Access/left.rf, 509 samples/Access/middle_inval.rf, samples/Access/middle.rf, 510 samples/Access/right_inval.rf, samples/Access/right.rf, 511 samples/Access/r_inval1.rf: 496 512 - tests for Access functions 497 513 … … 580 596 - Static method ShortInt::create_expr(intptr_t) was added. 581 597 582 * library/Access/ Makefile, library/Access/l.cc, library/Makefile:598 * library/Access/l.cc, library/Access/Makefile, library/Makefile: 583 599 - Function L has been developed to the working one. 584 600 … … 727 743 - Makefile fixed for new library includes location. 728 744 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:745 * library/Box/box.cc, library/Box/get.cc, library/Box/Makefile, 746 library/Box/put.cc, library/include/refal/Box.hh, 747 library/Makefile: 732 748 - Library routines for box implementation. 733 749 … … 868 884 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 869 885 870 * samples/Makefile, Makefile, config.mk, runtime/Makefile:886 * samples/Makefile, config.mk, Makefile, runtime/Makefile: 871 887 - Project tree reorganization, libp++ moved into separate 872 888 directory. … … 938 954 - Added debug flags. 939 955 940 * samples/Makefile, samples/perm.rf, samples/select .rf,941 samples/select 1.rf, samples/select2.rf, samples/select3.rf:956 * samples/Makefile, samples/perm.rf, samples/select1.rf, 957 samples/select2.rf, samples/select3.rf, samples/select.rf: 942 958 - Workaround to allow program compilation. 943 959 - Makefile rules changed to allow correct dependency checking. … … 956 972 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 957 973 958 * samples/select2.rf, samples/select3.rf, samples/select .rf,959 samples/select 1.rf:974 * samples/select2.rf, samples/select3.rf, samples/select1.rf, 975 samples/select.rf: 960 976 - select examples 961 977 … … 976 992 977 993 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 978 compiler/rfp_compile.rf, compiler/rfp _helper.rf,994 compiler/rfp_compile.rf, compiler/rfpc.rf, compiler/rfp_helper.rf, 979 995 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 980 compiler/rfp_parse.rf , compiler/rfpc.rf:996 compiler/rfp_parse.rf: 981 997 - Now compileable C++ code is generated. Added generation of 982 998 namespaces, includes, and entry. … … 1169 1185 * compiler/Makefile, compiler/reserved-c++.rf, 1170 1186 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 1171 compiler/rfp-filt.rfi, compiler/rfp -synhl.rf,1172 compiler/rfp -synhl.rfi, compiler/rfp_mangle.rf,1173 compiler/rfp _mangle.rfi:1187 compiler/rfp-filt.rfi, compiler/rfp_mangle.rf, 1188 compiler/rfp_mangle.rfi, compiler/rfp-synhl.rf, 1189 compiler/rfp-synhl.rfi: 1174 1190 - synhl renamed to rfp-synhl. 1175 1191 - convert renamed to rfp-filt. … … 1213 1229 - Removed 'rf_' function prefix. 1214 1230 1215 * samples/ Makefile, samples/hello.rf:1231 * samples/hello.rf, samples/Makefile: 1216 1232 - Added simple 'Hello!' example. 1217 1233 … … 1262 1278 - Makefile cleanup. 1263 1279 1264 * compiler/ Makefile, compiler/gendeps.sh:1280 * compiler/gendeps.sh, compiler/Makefile: 1265 1281 - Dependencies are generated automatically now. 1266 1282 - Makefile cleanup. … … 1286 1302 - Subdirectories processing order changed. 1287 1303 1288 * Makefile, library/StdIO/Makefile:1304 * library/StdIO/Makefile, Makefile: 1289 1305 - Small fixes for library build process. 1290 1306 … … 1300 1316 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1301 1317 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1302 version.mk, Developers, Makefile, changelog.date, config.guess,1303 config.mk, createlog, rules.mk:1318 version.mk, changelog.date, config.guess, config.mk, createlog, 1319 Developers, Makefile, rules.mk: 1304 1320 - First stage of CVS tree reorganization completed. 1305 1321 … … 1330 1346 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1331 1347 1332 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1333 libp++/pxx_chunk_allocator.ih, 1334 libp++/pxx_chunk_allocator_block_header.cc, 1348 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1335 1349 libp++/pxx_chunk_allocator_block_header.hh, 1336 libp++/pxx_chunk_allocator_block_header.ih: 1350 libp++/pxx_chunk_allocator_block_header.ih, 1351 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1337 1352 - Code cleanup. Block header implementation is separated. 1338 1353
Note: See TracChangeset
for help on using the changeset viewer.