Changeset 676
- Timestamp:
- Apr 26, 2003, 10:49:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r675 r676 197 197 198 198 * samples/Convert/bytes_to_chars.cc, 199 samples/Convert/bytes_to_chars.rf,200 199 samples/Convert/bytes_to_chars_inval.cc, 201 samples/Convert/bytes_to_chars_inval.rf: 200 samples/Convert/bytes_to_chars_inval.rf, 201 samples/Convert/bytes_to_chars.rf: 202 202 - arguments in tests for Bytes-To-Chars are divided for valid 203 203 and invalid … … 242 242 samples/Arithm/sub.rf, samples/Arithm/add.cc, 243 243 samples/Arithm/add.rf, samples/Arithm/div.cc, 244 samples/Arithm/div .rf, samples/Arithm/div_rem.cc,245 samples/Arithm/div _rem.rf, samples/Arithm/gcd.cc,244 samples/Arithm/div_rem.cc, samples/Arithm/div_rem.rf, 245 samples/Arithm/div.rf, samples/Arithm/gcd.cc, 246 246 samples/Arithm/gcd.rf, samples/Arithm/mult.cc, 247 247 samples/Arithm/mult.rf, samples/Arithm/rem.cc: … … 266 266 267 267 * samples/Access/left_inval.cc, samples/Access/middle.cc, 268 samples/Access/middle_inval.cc, samples/Access/r _inval1.cc,269 samples/Access/right .cc, samples/Access/right_inval.cc,270 samples/Access/left.cc, samples/Access/left .rf,271 samples/Access/left _inval.rf, samples/Access/middle.rf,272 samples/Access/middle _inval.rf, samples/Access/r_inval1.rf,273 samples/Access/right.rf, samples/Access/r ight_inval.rf:268 samples/Access/middle_inval.cc, samples/Access/right.cc, 269 samples/Access/right_inval.cc, samples/Access/r_inval1.cc, 270 samples/Access/left.cc, samples/Access/left_inval.rf, 271 samples/Access/left.rf, samples/Access/middle_inval.rf, 272 samples/Access/middle.rf, samples/Access/right_inval.rf, 273 samples/Access/right.rf, samples/Access/r_inval1.rf: 274 274 - tests for Access functions 275 275 … … 359 359 - Static method ShortInt::create_expr(intptr_t) was added. 360 360 361 * library/Access/ Makefile, library/Access/l.cc, library/Makefile:361 * library/Access/l.cc, library/Access/Makefile, library/Makefile: 362 362 - Function L has been developed to the working one. 363 363 … … 506 506 - Makefile fixed for new library includes location. 507 507 508 * library/Box/ Makefile, library/Box/box.cc,509 library/Box/ get.cc, library/Box/put.cc, library/Makefile,510 library/ include/refal/Box.hh:508 * library/Box/box.cc, library/Box/get.cc, library/Box/Makefile, 509 library/Box/put.cc, library/include/refal/Box.hh, 510 library/Makefile: 511 511 - Library routines for box implementation. 512 512 … … 647 647 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 648 648 649 * samples/Makefile, Makefile, config.mk, runtime/Makefile:649 * samples/Makefile, config.mk, Makefile, runtime/Makefile: 650 650 - Project tree reorganization, libp++ moved into separate 651 651 directory. … … 717 717 - Added debug flags. 718 718 719 * samples/Makefile, samples/perm.rf, samples/select .rf,720 samples/select 1.rf, samples/select2.rf, samples/select3.rf:719 * samples/Makefile, samples/perm.rf, samples/select1.rf, 720 samples/select2.rf, samples/select3.rf, samples/select.rf: 721 721 - Workaround to allow program compilation. 722 722 - Makefile rules changed to allow correct dependency checking. … … 735 735 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 736 736 737 * samples/select2.rf, samples/select3.rf, samples/select .rf,738 samples/select 1.rf:737 * samples/select2.rf, samples/select3.rf, samples/select1.rf, 738 samples/select.rf: 739 739 - select examples 740 740 … … 755 755 756 756 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 757 compiler/rfp_compile.rf, compiler/rfp _helper.rf,757 compiler/rfp_compile.rf, compiler/rfpc.rf, compiler/rfp_helper.rf, 758 758 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 759 compiler/rfp_parse.rf , compiler/rfpc.rf:759 compiler/rfp_parse.rf: 760 760 - Now compileable C++ code is generated. Added generation of 761 761 namespaces, includes, and entry. … … 948 948 * compiler/Makefile, compiler/reserved-c++.rf, 949 949 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 950 compiler/rfp-filt.rfi, compiler/rfp -synhl.rf,951 compiler/rfp -synhl.rfi, compiler/rfp_mangle.rf,952 compiler/rfp _mangle.rfi:950 compiler/rfp-filt.rfi, compiler/rfp_mangle.rf, 951 compiler/rfp_mangle.rfi, compiler/rfp-synhl.rf, 952 compiler/rfp-synhl.rfi: 953 953 - synhl renamed to rfp-synhl. 954 954 - convert renamed to rfp-filt. … … 992 992 - Removed 'rf_' function prefix. 993 993 994 * samples/ Makefile, samples/hello.rf:994 * samples/hello.rf, samples/Makefile: 995 995 - Added simple 'Hello!' example. 996 996 … … 1041 1041 - Makefile cleanup. 1042 1042 1043 * compiler/ Makefile, compiler/gendeps.sh:1043 * compiler/gendeps.sh, compiler/Makefile: 1044 1044 - Dependencies are generated automatically now. 1045 1045 - Makefile cleanup. … … 1065 1065 - Subdirectories processing order changed. 1066 1066 1067 * Makefile, library/StdIO/Makefile:1067 * library/StdIO/Makefile, Makefile: 1068 1068 - Small fixes for library build process. 1069 1069 … … 1079 1079 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1080 1080 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1081 version.mk, Developers, Makefile, changelog.date, config.guess,1082 config.mk, createlog, rules.mk:1081 version.mk, changelog.date, config.guess, config.mk, createlog, 1082 Developers, Makefile, rules.mk: 1083 1083 - First stage of CVS tree reorganization completed. 1084 1084 … … 1101 1101 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1102 1102 1103 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1104 libp++/pxx_chunk_allocator.ih, 1105 libp++/pxx_chunk_allocator_block_header.cc, 1103 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1106 1104 libp++/pxx_chunk_allocator_block_header.hh, 1107 libp++/pxx_chunk_allocator_block_header.ih: 1105 libp++/pxx_chunk_allocator_block_header.ih, 1106 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1108 1107 - Code cleanup. Block header implementation is separated. 1109 1108
Note: See TracChangeset
for help on using the changeset viewer.