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