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