Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / ChangeLog
1
2 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
3
4         * configure.in: add some support/fixes for cross-compilation.
5
6 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
7
8         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
9         added tests for SUB_OVF, SUB_OVF_UN
10
11 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
12
13         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
14
15 2001-12-21  Aaron Weber  <aaron@ximian.com>
16
17         * doc/faq (A): added a linebreak that was missing and was causing
18         a heading to appear badly.
19
20 2001-12-20  Aaron Weber  <aaron@ximian.com>
21
22         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
23         questions into a single section.
24
25 2001-12-17  Aaron Weber  <aaron@ximian.com>
26
27         * doc/faq (Q): Question-by-question, line-by-line revision.
28
29 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
30
31         * mono/tests/time.cs: new test
32
33 2001-11-30  Radek Doulik  <rodo@ximian.com>
34
35         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
36
37 2001-11-29  Radek Doulik  <rodo@ximian.com>
38
39         * configure.in (ACCESS_UNALIGNED): uncommented and modified
40         powerpc-*-linux* 
41         generate mono/arch/ppc/Makefile
42
43 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
44
45         * mono/tests/exception3.cs: modified the test to show a bug in the
46         current exception handling implementation.
47
48 2001-11-13  Dick Porter  <dick@ximian.com>
49
50         * configure.in: Some more tests for pthread features
51         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
52         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
53
54 2001-11-09  Dick Porter  <dick@ximian.com>
55
56         * configure.in: Try and get large file support, but it's not fatal
57         if it's not there (the io-layer just ignores the high word in that
58         case.)
59
60         Check for windows builds, and only bother to look for pthreads and
61         large files if we're not building for cygwin or native win32.  Not
62         having pthread support on Posix systems is now a fatal error.
63
64         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
65         aclocal
66
67 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
68
69         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
70         target testjit. 
71
72 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
73
74         * docs/object-layout: more documentation
75
76 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
77
78         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
79         can't read on unaligned boundaries
80
81 2001-10-04  Dick Porter  <dick@ximian.com>
82
83         * configure.in: Do some deeper checks on pthreads for some of the
84         more interesting functions
85
86 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
87
88         * mono/tests/Makefile.am (testjit): a new target to test the JITer
89
90         * mono/tests/jit-*: added some test for the JITer
91
92 2001-09-23  Dick Porter  <dick@ximian.com>
93
94         * configure.in: Arrange to compile dummy thread support routines
95         if pthread isnt available
96         
97 2001-09-23  Dick Porter  <dick@ximian.com>
98
99         * configure.in: Check for pthread.h, so that we can check for the
100         HAVE_PTHREAD_H define in config.h
101
102 2001-09-21  Dick Porter  <dick@ximian.com>
103
104         * configure.in: Check for libpthread
105
106 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
107
108         * mono/tests/test-ops.cs: added more tests
109
110 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
111
112         * configure.in: check for sizeof(void*) and for the architecture.
113
114 2001-09-05  Dick Porter  <dick@ximian.com>
115
116         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
117         aclocal invocation, so putting aclocal files in /usr/local works
118
119 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
120
121         * *: removed the libffi dependency, mono now compiles on cygwin 
122
123         * mono/wrapper/build-dll: new file.
124
125 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
126
127         * mono/tests/console.cs: impl.
128
129         * mono/tests/box.cs: impl.
130
131         * mono/tests/stream-writer.cs: impl.
132
133 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
134
135         * mono/tests/*: New test cases, mostly for virtual method dispatch.
136         Use make testb for the slow benchmarking programs,
137         make test for the usual regression test checks.
138
139 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
140
141         * mono/cil/Makefile.am:
142         * mono/wrapper/Makefile.am: use correct variables for installation
143         directories
144
145 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
146
147         * mono/tests/exceptions*: enhanced and added more tests for
148         exceptions.
149
150 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
151
152         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
153         to pass make distcheck
154
155         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
156
157         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
158         install-data-hook): Added mechanism to distribute and install the
159         dll files.
160
161 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
162
163         * mono/tests/stream.cs: new tests for the Stream class
164
165         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
166         added it again.
167
168 2001-08-16  Alex Graveley  <alex@ximian.com>
169
170         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
171         removes libtool dependency on all of Mono.
172
173 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
174
175         * mono/tests/array.cs: more array tests
176
177 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
178
179         * mono/tests/array.cs: more array tests
180
181 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
182
183         * mono/tests/pinvoke.cs: we can now print strings ;-)
184
185         * mono/tests/array.cs: new test for arrays
186
187 2001-08-02  Alex Graveley  <alex@ximian.com>
188
189         * libffi/*: Import libffi CVS version, with minor changes to make it 
190           compile.
191
192         * mono/interpreter/Makefile.am: Link against 
193           ../../libffi/.libs/libffi.a.
194
195         * Makefile.am: Add libffi
196
197         * autogen.sh: Replace with adapted gnome autogen.sh
198
199         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
200
201 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
202
203         * mono/tests/pinvoke.cs: impl.
204
205 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
206
207         * configure.in, mono/tests: added some tests for the interpreter.
208
209 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
210
211         * doc/download: added instructions for cygwin
212         
213         * doc/c-sharp: removed bit about compiling
214         
215         * status/compare-assembly.cs: basedir should be there if
216         parameters are provided.
217
218         * status/makefile: made targets to dump info.
219         
220 2001-07-15  Joe Shaw  <joe@ximian.com>
221
222         * configure.in: Don't create doc/Makefile as there's nothing there
223         to make.
224
225         * Makefile.am: Don't build the doc directory because there's no
226         Makefile.am there.
227
228         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
229
230 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
231
232         * doc/class-library (A): Updated FAQ with question on error 1595.
233
234 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
235
236         * doc/index: 
237
238 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
239
240         * status/*: scripts and data to create statistics about the
241         class library status.
242
243 2001-07-09  Alex Graveley  <alex@ximian.com>
244
245         * doc/makefile (clean): Add clean target.
246         * doc/web/makefile (clean): Ditto.
247
248 2001-07-09  Alex Graveley  <alex@ximian.com>
249
250         * doc/makefile (all-docs): Fix typo.
251
252 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
253
254         * NEWS: 
255