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