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