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