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