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