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