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