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