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