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