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