2001-09-20 Miguel de Icaza <miguel@ximian.com>
[mono.git] / ChangeLog
1 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
2
3         * mono/tests/test-ops.cs: added more tests
4
5 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
6
7         * configure.in: check for sizeof(void*) and for the architecture.
8
9 2001-09-05  Dick Porter  <dick@ximian.com>
10
11         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
12         aclocal invocation, so putting aclocal files in /usr/local works
13
14 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
15
16         * *: removed the libffi dependency, mono now compiles on cygwin 
17
18         * mono/wrapper/build-dll: new file.
19
20 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
21
22         * mono/tests/console.cs: impl.
23
24         * mono/tests/box.cs: impl.
25
26         * mono/tests/stream-writer.cs: impl.
27
28 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
29
30         * mono/tests/*: New test cases, mostly for virtual method dispatch.
31         Use make testb for the slow benchmarking programs,
32         make test for the usual regression test checks.
33
34 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
35
36         * mono/cil/Makefile.am:
37         * mono/wrapper/Makefile.am: use correct variables for installation
38         directories
39
40 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
41
42         * mono/tests/exceptions*: enhanced and added more tests for
43         exceptions.
44
45 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
46
47         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
48         to pass make distcheck
49
50         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
51
52         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
53         install-data-hook): Added mechanism to distribute and install the
54         dll files.
55
56 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
57
58         * mono/tests/stream.cs: new tests for the Stream class
59
60         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
61         added it again.
62
63 2001-08-16  Alex Graveley  <alex@ximian.com>
64
65         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
66         removes libtool dependency on all of Mono.
67
68 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
69
70         * mono/tests/array.cs: more array tests
71
72 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
73
74         * mono/tests/array.cs: more array tests
75
76 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
77
78         * mono/tests/pinvoke.cs: we can now print strings ;-)
79
80         * mono/tests/array.cs: new test for arrays
81
82 2001-08-02  Alex Graveley  <alex@ximian.com>
83
84         * libffi/*: Import libffi CVS version, with minor changes to make it 
85           compile.
86
87         * mono/interpreter/Makefile.am: Link against 
88           ../../libffi/.libs/libffi.a.
89
90         * Makefile.am: Add libffi
91
92         * autogen.sh: Replace with adapted gnome autogen.sh
93
94         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
95
96 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
97
98         * mono/tests/pinvoke.cs: impl.
99
100 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
101
102         * configure.in, mono/tests: added some tests for the interpreter.
103
104 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
105
106         * doc/download: added instructions for cygwin
107         
108         * doc/c-sharp: removed bit about compiling
109         
110         * status/compare-assembly.cs: basedir should be there if
111         parameters are provided.
112
113         * status/makefile: made targets to dump info.
114         
115 2001-07-15  Joe Shaw  <joe@ximian.com>
116
117         * configure.in: Don't create doc/Makefile as there's nothing there
118         to make.
119
120         * Makefile.am: Don't build the doc directory because there's no
121         Makefile.am there.
122
123         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
124
125 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
126
127         * doc/class-library (A): Updated FAQ with question on error 1595.
128
129 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
130
131         * doc/index: 
132
133 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
134
135         * status/*: scripts and data to create statistics about the
136         class library status.
137
138 2001-07-09  Alex Graveley  <alex@ximian.com>
139
140         * doc/makefile (clean): Add clean target.
141         * doc/web/makefile (clean): Ditto.
142
143 2001-07-09  Alex Graveley  <alex@ximian.com>
144
145         * doc/makefile (all-docs): Fix typo.
146
147 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
148
149         * NEWS: 
150