Changeset 675
- Timestamp:
- Apr 26, 2003, 11:40:40 AM (18 years ago)
- Location:
- to-imperative/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r672 r675 1 2003-04-26 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 2 3 * runtime/rf_short_int.cc: *** empty log message *** 4 5 * library/Convert/to_int.cc: 6 - examinig first symbol in input expression is corrected 7 8 * samples/Convert/Makefile, samples/Convert/to_int.bug2.cc, 9 samples/Convert/to_int.cc, samples/Convert/to_int_inval.cc, 10 samples/Convert/to_int_inval.rf: 11 - tests for corrected To-Int function 12 1 13 2003-04-25 Anton Orlov <orlov@mccme.ru> 2 14 … … 185 197 186 198 * samples/Convert/bytes_to_chars.cc, 199 samples/Convert/bytes_to_chars.rf, 187 200 samples/Convert/bytes_to_chars_inval.cc, 188 samples/Convert/bytes_to_chars_inval.rf, 189 samples/Convert/bytes_to_chars.rf: 201 samples/Convert/bytes_to_chars_inval.rf: 190 202 - arguments in tests for Bytes-To-Chars are divided for valid 191 203 and invalid … … 230 242 samples/Arithm/sub.rf, samples/Arithm/add.cc, 231 243 samples/Arithm/add.rf, samples/Arithm/div.cc, 232 samples/Arithm/div _rem.cc, samples/Arithm/div_rem.rf,233 samples/Arithm/div .rf, samples/Arithm/gcd.cc,244 samples/Arithm/div.rf, samples/Arithm/div_rem.cc, 245 samples/Arithm/div_rem.rf, samples/Arithm/gcd.cc, 234 246 samples/Arithm/gcd.rf, samples/Arithm/mult.cc, 235 247 samples/Arithm/mult.rf, samples/Arithm/rem.cc: … … 254 266 255 267 * samples/Access/left_inval.cc, samples/Access/middle.cc, 256 samples/Access/middle_inval.cc, samples/Access/r ight.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: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/right_inval.rf: 262 274 - tests for Access functions 263 275 … … 347 359 - Static method ShortInt::create_expr(intptr_t) was added. 348 360 349 * library/Access/ l.cc, library/Access/Makefile, library/Makefile:361 * library/Access/Makefile, library/Access/l.cc, library/Makefile: 350 362 - Function L has been developed to the working one. 351 363 … … 494 506 - Makefile fixed for new library includes location. 495 507 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: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: 499 511 - Library routines for box implementation. 500 512 … … 635 647 2003-01-31 Andrey Slepuhin <pooh@msu.ru> 636 648 637 * samples/Makefile, config.mk, Makefile, runtime/Makefile:649 * samples/Makefile, Makefile, config.mk, runtime/Makefile: 638 650 - Project tree reorganization, libp++ moved into separate 639 651 directory. … … 705 717 - Added debug flags. 706 718 707 * samples/Makefile, samples/perm.rf, samples/select 1.rf,708 samples/select 2.rf, samples/select3.rf, samples/select.rf:719 * samples/Makefile, samples/perm.rf, samples/select.rf, 720 samples/select1.rf, samples/select2.rf, samples/select3.rf: 709 721 - Workaround to allow program compilation. 710 722 - Makefile rules changed to allow correct dependency checking. … … 723 735 2003-01-24 Luba Pozlevich <luba@blackcat.polnet.botik.ru> 724 736 725 * samples/select2.rf, samples/select3.rf, samples/select 1.rf,726 samples/select .rf:737 * samples/select2.rf, samples/select3.rf, samples/select.rf, 738 samples/select1.rf: 727 739 - select examples 728 740 … … 743 755 744 756 * compiler/rfp_asail.rf, compiler/rfp_asail.rfi, 745 compiler/rfp_compile.rf, compiler/rfp c.rf, compiler/rfp_helper.rf,757 compiler/rfp_compile.rf, compiler/rfp_helper.rf, 746 758 compiler/rfp_helper.rfi, compiler/rfp_lex.rf, 747 compiler/rfp_parse.rf :759 compiler/rfp_parse.rf, compiler/rfpc.rf: 748 760 - Now compileable C++ code is generated. Added generation of 749 761 namespaces, includes, and entry. … … 936 948 * compiler/Makefile, compiler/reserved-c++.rf, 937 949 compiler/reserved-c++.rfi, compiler/rfp-filt.rf, 938 compiler/rfp-filt.rfi, compiler/rfp _mangle.rf,939 compiler/rfp _mangle.rfi, compiler/rfp-synhl.rf,940 compiler/rfp -synhl.rfi:950 compiler/rfp-filt.rfi, compiler/rfp-synhl.rf, 951 compiler/rfp-synhl.rfi, compiler/rfp_mangle.rf, 952 compiler/rfp_mangle.rfi: 941 953 - synhl renamed to rfp-synhl. 942 954 - convert renamed to rfp-filt. … … 980 992 - Removed 'rf_' function prefix. 981 993 982 * samples/ hello.rf, samples/Makefile:994 * samples/Makefile, samples/hello.rf: 983 995 - Added simple 'Hello!' example. 984 996 … … 1029 1041 - Makefile cleanup. 1030 1042 1031 * compiler/ gendeps.sh, compiler/Makefile:1043 * compiler/Makefile, compiler/gendeps.sh: 1032 1044 - Dependencies are generated automatically now. 1033 1045 - Makefile cleanup. … … 1053 1065 - Subdirectories processing order changed. 1054 1066 1055 * library/StdIO/Makefile,Makefile:1067 * Makefile, library/StdIO/Makefile: 1056 1068 - Small fixes for library build process. 1057 1069 … … 1067 1079 runtime/rf_retval.cc, runtime/rf_retval.hh, compiler/Makefile, 1068 1080 runtime/Makefile, runtime/rf_arg.cc, runtime/rf_arg.hh, spec.in, 1069 version.mk, changelog.date, config.guess, config.mk, createlog,1070 Developers, Makefile, rules.mk:1081 version.mk, Developers, Makefile, changelog.date, config.guess, 1082 config.mk, createlog, rules.mk: 1071 1083 - First stage of CVS tree reorganization completed. 1072 1084 … … 1089 1101 2002-12-11 Andrey Slepuhin <pooh@msu.ru> 1090 1102 1091 * libp++/Makefile, libp++/pxx_chunk_allocator_block_header.cc, 1103 * libp++/Makefile, libp++/pxx_chunk_allocator.hh, 1104 libp++/pxx_chunk_allocator.ih, 1105 libp++/pxx_chunk_allocator_block_header.cc, 1092 1106 libp++/pxx_chunk_allocator_block_header.hh, 1093 libp++/pxx_chunk_allocator_block_header.ih, 1094 libp++/pxx_chunk_allocator.hh, libp++/pxx_chunk_allocator.ih: 1107 libp++/pxx_chunk_allocator_block_header.ih: 1095 1108 - Code cleanup. Block header implementation is separated. 1096 1109 -
to-imperative/trunk/runtime/rf_short_int.cc
r650 r675 59 59 k = k*10; 60 60 } 61 62 61 intptr_t temp = 0; 63 62
Note: See TracChangeset
for help on using the changeset viewer.