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