Changeset 1767
- Timestamp:
- May 18, 2005, 4:06:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/ChangeLog
r1759 r1767 1 2005-05-18 Anton Orlov <orlov@mccme.ru> 2 3 * samples/perm4.rf: 4 - Example of choice-terms using. 5 6 * samples/Syntax/Makefile, samples/Syntax/funcall2.out, 7 samples/Syntax/funcall2.rf, samples/Syntax/funcall3.out, 8 samples/Syntax/funcall3.rf: 9 - Tests for variables reassignments in function calls. 10 11 2005-05-17 Anton Orlov <orlov@mccme.ru> 12 13 * library/Dir/close_dir.cc, library/Dir/dir_symbol.hh, 14 library/Dir/open_dir.cc, library/Dir/read_dir.cc: 15 - Use new methods for working with symbols. 16 17 * runtime/rf_term.hh, runtime/rf_term.ih, runtime/rf_types.hh, 18 runtime/rf_stack.hh, runtime/rf_symbol.hh, runtime/rf_symbol.ih, 19 runtime/rf_expr.ih, runtime/rf_macros.hh, runtime/rf_expr.hh, 20 runtime/rf_core.hh, runtime/rf_char.cc, runtime/rf_char.hh, 21 runtime/rf_core.cc, runtime/Makefile, runtime/file_list: 22 - RF_NEW_SYMBOL and RF_SYMBOL macros for work with symbol types. 23 - Expr::create_sym() static method for creation of symbols. 24 - Term::is_instance_of() and Term::get_obj_ptr() methods for 25 work with symbols. 26 - Dir class is moved to the library. 27 28 2005-04-29 Anton Orlov <orlov@mccme.ru> 29 30 * library/Dir/dir_symbol.hh, library/Dir/dir.hh, 31 library/Dir/dir.ih: 32 - Unified (Windows and *nix) Dir class. 33 34 * runtime/rf_symbol.ih, runtime/rf_symbol.hh: 35 - New template class for easy converting objects to refal-symbols 36 and back. 37 38 * samples/Dir/Makefile, samples/Dir/close_dir1.out, 39 samples/Dir/close_dir1.rf: 40 - Test for copying Dir symbols. 41 1 42 2005-04-27 Anton Orlov <orlov@mccme.ru> 2 43 … … 74 115 2005-02-25 Anton Orlov <orlov@mccme.ru> 75 116 76 * runtime/rf_ dir.hh, runtime/rf_object.ih, libp++/pxx_common.hh,117 * runtime/rf_object.ih, libp++/pxx_common.hh, 77 118 runtime/rf_macros.hh, runtime/rf_short_int.hh, 78 119 runtime/rf_short_int.ih, library/Convert/to_int.cc, … … 99 140 100 141 * runtime/rf_vector.hh, runtime/rf_vector.ih, 101 runtime/rf_macros.cc, runtime/rf_macros.hh, runtime/rf_string.hh, 102 runtime/rf_string.ih, runtime/rf_integer.cc, 103 runtime/rf_integer.hh, runtime/rf_integer.ih, 104 runtime/rf_core.cc, runtime/rf_dir_win.hh, runtime/rf_dir_win.ih, 142 runtime/rf_macros.cc, runtime/rf_macros.hh, 143 runtime/rf_string.hh, runtime/rf_string.ih, runtime/rf_integer.cc, 144 runtime/rf_integer.hh, runtime/rf_integer.ih, runtime/rf_core.cc, 105 145 runtime/rf_channel.ih, runtime/rf_common.hh, runtime/rf_common.ih, 106 146 runtime/rf_box.ih, runtime/rf_channel.hh, runtime/rf_box.hh: … … 690 730 - Another test for $trap. 691 731 692 2004-10-21 Luba Pozlevich <luba@blackcat.polnet.botik.ru>693 694 * runtime/rf_dir_win.ih:695 - implementation of virtual functions is added696 697 732 2004-10-19 Anton Orlov <orlov@mccme.ru> 698 733 … … 802 837 2004-09-30 Anton Orlov <orlov@mccme.ru> 803 838 804 * runtime/rf_macros.hh: 805 - More fixes toward Visual C++ compatibility. 806 807 * runtime/rf_dir_win.cc, runtime/rf_dir_win.hh, 808 runtime/rf_dir_win.ih: 809 - Files are converted to unix format. 810 811 * libp++/pxx_common.hh: 839 * runtime/rf_macros.hh, libp++/pxx_common.hh: 812 840 - More fixes toward Visual C++ compatibility. 813 841 … … 817 845 - Changes for Visual C++ compilation in library functions. 818 846 819 * runtime/rf_dir_win.ih:820 - Class Dir for Visual C++ compilation is added.821 822 847 * runtime/rf_string.hh: 823 848 - More fixes toward Visual C++ compatibility. 824 849 825 * runtime/rf_dir_win.hh, runtime/rf_core.cc, runtime/rf_core.hh, 826 runtime/rf_dir_win.cc: 850 * runtime/rf_core.cc, runtime/rf_core.hh: 827 851 - Class Dir for Visual C++ compilation is added. 828 852 … … 835 859 samples/StdIO/test5: 836 860 - Test for using <Read-Line> after <Read>. 837 838 2004-08-02 Anton Orlov <orlov@mccme.ru>839 840 * runtime/rf_short_object.hh, runtime/rf_short_object.ih,841 runtime/rf_short_object.cc:842 - ShortObject template class.843 861 844 862 2004-07-29 Anton Orlov <orlov@mccme.ru> … … 1025 1043 - RFRT_USE_VARIADIC_MACROS pragma has been added. 1026 1044 1027 * runtime/rf_dir.cc, libp++/pxx_common.cc,1028 libp++/pxx_common. hh, libp++/pxx_common.ih, libp++/pxx_heap.cc,1045 * libp++/pxx_common.cc, libp++/pxx_common.hh, 1046 libp++/pxx_common.ih, libp++/pxx_heap.cc, 1029 1047 libp++/pxx_heap_allocator.cc, libp++/pxx_string.hh, 1030 1048 libp++/pxx_string.ih, runtime/rf_string.cc, runtime/rf_expr.cc, … … 1095 1113 1096 1114 * runtime/rf_memory_chunk.hh, runtime/rf_object.cc, 1097 runtime/rf_core.hh, runtime/rf_ dir.ih, runtime/rf_expr.ih,1098 runtime/rf_common. hh, runtime/rf_common.ih,1099 libp++/pxx_heap_allocator. hh, libp++/pxx_heap_allocator.ih:1115 runtime/rf_core.hh, runtime/rf_expr.ih, runtime/rf_common.hh, 1116 runtime/rf_common.ih, libp++/pxx_heap_allocator.hh, 1117 libp++/pxx_heap_allocator.ih: 1100 1118 - Fixed includes. 1101 1119 … … 1148 1166 1149 1167 * runtime/rf_macros.hh, runtime/rf_table.ih, runtime/rf_types.hh, 1150 runtime/rf_dir.hh, runtime/rf_dir.ih, runtime/Makefile, 1151 runtime/rf_core.cc, runtime/rf_core.hh, runtime/rf_dir.cc, 1168 runtime/Makefile, runtime/rf_core.cc, runtime/rf_core.hh, 1152 1169 library/Apply/apply.cc, library/Dir/Makefile, 1153 1170 library/Dir/close_dir.cc, library/Dir/open_dir.cc,
Note: See TracChangeset
for help on using the changeset viewer.