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