Changeset 672
- Timestamp:
- Apr 26, 2003, 12:39:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r669 r672 1 2003-04-25 Anton Orlov <orlov@mccme.ru> 2 3 * samples/Convert/Makefile, samples/Convert/to_int.bug2.cc, 4 samples/Convert/to_int.bug2.rf: 5 - Bug in the To-Int library function. 6 7 * samples/Convert/Makefile: 8 - Added to_int_inval test to Makefile. 9 1 10 2003-04-25 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 11 … … 176 185 177 186 * samples/Convert/bytes_to_chars.cc, 178 samples/Convert/bytes_to_chars.rf,179 187 samples/Convert/bytes_to_chars_inval.cc, 180 samples/Convert/bytes_to_chars_inval.rf: 188 samples/Convert/bytes_to_chars_inval.rf, 189 samples/Convert/bytes_to_chars.rf: 181 190 - arguments in tests for Bytes-To-Chars are divided for valid 182 191 and invalid … … 221 230 samples/Arithm/sub.rf, samples/Arithm/add.cc, 222 231 samples/Arithm/add.rf, samples/Arithm/div.cc, 223 samples/Arithm/div .rf, samples/Arithm/div_rem.cc,224 samples/Arithm/div _rem.rf, samples/Arithm/gcd.cc,232 samples/Arithm/div_rem.cc, samples/Arithm/div_rem.rf, 233 samples/Arithm/div.rf, samples/Arithm/gcd.cc, 225 234 samples/Arithm/gcd.rf, samples/Arithm/mult.cc, 226 235 samples/Arithm/mult.rf, samples/Arithm/rem.cc: … … 245 254 246 255 * samples/Access/left_inval.cc, samples/Access/middle.cc, 247 samples/Access/middle_inval.cc, samples/Access/r _inval1.cc,248 samples/Access/right .cc, samples/Access/right_inval.cc,249 samples/Access/left.cc, samples/Access/left .rf,250 samples/Access/left _inval.rf, samples/Access/middle.rf,251 samples/Access/middle _inval.rf, samples/Access/r_inval1.rf,252 samples/Access/right.rf, samples/Access/r ight_inval.rf:256 samples/Access/middle_inval.cc, samples/Access/right.cc, 257 samples/Access/right_inval.cc, samples/Access/r_inval1.cc, 258 samples/Access/left.cc, samples/Access/left_inval.rf, 259 samples/Access/left.rf, samples/Access/middle_inval.rf, 260 samples/Access/middle.rf, samples/Access/right_inval.rf, 261 samples/Access/right.rf, samples/Access/r_inval1.rf: 253 262 - tests for Access functions 254 263 … … 338 347 - Static method ShortInt::create_expr(intptr_t) was added. 339 348 340 * library/Access/ Makefile, library/Access/l.cc, library/Makefile:349 * library/Access/l.cc, library/Access/Makefile, library/Makefile: 341 350 - Function L has been developed to the working one. 342 351 … … 485 494 - Makefile fixed for new library includes location. 486 495 487 * library/Box/ Makefile, library/Box/box.cc,488 library/Box/ get.cc, library/Box/put.cc, library/Makefile,489 library/ include/refal/Box.hh:496 * library/Box/box.cc, library/Box/get.cc, library/Box/Makefile, 497 library/Box/put.cc, library/include/refal/Box.hh, 498 library/Makefile: 490 499 - Library routines for box implementation. 491 500 … … 626 635 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 627 636 628 * samples/Makefile, Makefile, config.mk, runtime/Makefile:637 * samples/Makefile, config.mk, Makefile, runtime/Makefile: 629 638 - Project tree reorganization, libp++ moved into separate 630 639 directory. … … 696 705 - Added debug flags. 697 706 698 * samples/Makefile, samples/perm.rf, samples/select .rf,699 samples/select 1.rf, samples/select2.rf, samples/select3.rf:707 * samples/Makefile, samples/perm.rf, samples/select1.rf, 708 samples/select2.rf, samples/select3.rf, samples/select.rf: 700 709 - Workaround to allow program compilation. 701 710 - Makefile rules changed to allow correct dependency checking. … … 714 723 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 715 724 716 * samples/select2.rf, samples/select3.rf, samples/select .rf,717 samples/select 1.rf:725 * samples/select2.rf, samples/select3.rf, samples/select1.rf, 726 samples/select.rf: 718 727 - select examples 719 728 … … 734 743 735 744 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 736 compiler/rfp_compile.rf, compiler/rfp _helper.rf,745 compiler/rfp_compile.rf, compiler/rfpc.rf, compiler/rfp_helper.rf, 737 746 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 738 compiler/rfp_parse.rf , compiler/rfpc.rf:747 compiler/rfp_parse.rf: 739 748 - Now compileable C++ code is generated. Added generation of 740 749 namespaces, includes, and entry. … … 927 936 * compiler/Makefile, compiler/reserved-c++.rf, 928 937 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 929 compiler/rfp-filt.rfi, compiler/rfp -synhl.rf,930 compiler/rfp -synhl.rfi, compiler/rfp_mangle.rf,931 compiler/rfp _mangle.rfi:938 compiler/rfp-filt.rfi, compiler/rfp_mangle.rf, 939 compiler/rfp_mangle.rfi, compiler/rfp-synhl.rf, 940 compiler/rfp-synhl.rfi: 932 941 - synhl renamed to rfp-synhl. 933 942 - convert renamed to rfp-filt. … … 971 980 - Removed 'rf_' function prefix. 972 981 973 * samples/ Makefile, samples/hello.rf:982 * samples/hello.rf, samples/Makefile: 974 983 - Added simple 'Hello!' example. 975 984 … … 1020 1029 - Makefile cleanup. 1021 1030 1022 * compiler/ Makefile, compiler/gendeps.sh:1031 * compiler/gendeps.sh, compiler/Makefile: 1023 1032 - Dependencies are generated automatically now. 1024 1033 - Makefile cleanup. … … 1044 1053 - Subdirectories processing order changed. 1045 1054 1046 * Makefile, library/StdIO/Makefile:1055 * library/StdIO/Makefile, Makefile: 1047 1056 - Small fixes for library build process. 1048 1057 … … 1058 1067 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1059 1068 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1060 version.mk, Developers, Makefile, changelog.date, config.guess,1061 config.mk, createlog, rules.mk:1069 version.mk, changelog.date, config.guess, config.mk, createlog, 1070 Developers, Makefile, rules.mk: 1062 1071 - First stage of CVS tree reorganization completed. 1063 1072 … … 1080 1089 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1081 1090 1082 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1083 libp++/pxx_chunk_allocator.ih, 1084 libp++/pxx_chunk_allocator_block_header.cc, 1091 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1085 1092 libp++/pxx_chunk_allocator_block_header.hh, 1086 libp++/pxx_chunk_allocator_block_header.ih: 1093 libp++/pxx_chunk_allocator_block_header.ih, 1094 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1087 1095 - Code cleanup. Block header implementation is separated. 1088 1096
Note: See TracChangeset
for help on using the changeset viewer.