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