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