2002-05-17 Tim Coleman <tim@timcoleman.com>
[mono.git] / ChangeLog
1
2 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
3
4         * configure.in: search for pthread functions also in libc_r (patch
5         from Garrett Rooney <rooneg@electricjellyfish.net>).
6
7 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
8
9         * doc/ado-net: added instructions for installing PostgreSQL on Linux
10         and for using nant to re-compile just the System.Data.dll assembly
11         on Windows.
12
13 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
14
15         * doc/ado-net: added instructions for compiling System.Data.dll
16         (a subset of) on Linux.
17
18 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
19
20         * doc/ado-net: added links
21
22 2002-05-09  Dick Porter  <dick@ximian.com>
23
24         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
25
26 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
27
28         * doc/ado-net: correct formatting
29         * doc/index: added credit i forgot to add
30
31 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
32
33         * doc/ado-net: i did not format it correctly earlier, i 
34         tried added various tags where appropriate.
35         
36         * doc/index: added news item for May 5, 2002 - ado.net able
37         to retrieve data now
38
39 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
40
41         * doc/ado-net: updated the current status which
42         I kept forgetting to do.
43
44 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
45
46         * doc/ado-net: updated to includes an example for
47         running ipc-daemon as a Windows service.  Thanks
48         to gonzalo.
49
50 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
51
52         * doc/ado-net: updated to include installation of
53         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
54         Also included notes on running the System.Data/Test/PostgresTest.cs
55         that should work on a lot of Mono installations that have
56         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
57         know.
58
59 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
60
61         * doc/ado-net: updated a little bit.
62
63 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
64
65         * configure.in: Added checks for timezone stuff.
66
67 2002-04-30  Dick Porter  <dick@ximian.com>
68
69         * acconfig.h:
70         * configure.in: Added option to disable using shared memory for
71         handles
72
73 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
74
75         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
76         defined problem under cygwin with latest version of automake and
77         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
78
79 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
80
81         * configure.in: removed -Wshadow from CFLAGS.
82
83 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
84
85         * status/maintainers.xml: added danmorg and myself for System.Data.*
86         classes.
87
88         * status/class.xml: added System.Data.* classes.
89
90 2002-04-08  Dick Porter  <dick@ximian.com>
91
92         * configure.in: Set -mno-cygwin here rather than in the build script
93
94 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
95
96         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
97
98 2002-03-29  Martin Baulig  <martin@gnome.org>
99
100         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
101         New files, added documentation for the debugging code.
102
103         * doc/web/commands: Added the debugging pages.
104
105         * docs/jit-debug: Removed, this is now on the web site.
106
107 2002-03-24  Martin Baulig  <martin@gnome.org>
108
109         * man/mcs.1: Documented the new --debug option and added a section
110         about debugging support.
111
112         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
113
114 2002-03-21  Martin Baulig  <martin@gnome.org>
115
116         * configure.in: Added check for <elf.h>.
117
118 2002-03-18  Dick Porter  <dick@ximian.com>
119
120         * configure.in: Only look for libgc on the system.  Default to not
121         using GC at all, because it doesn't work with the jit.
122
123 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
124
125         * configure.in: Add support for building the included boehm GC.
126
127 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
128
129         * configure.in: detect Boehm GC libs and add --with-gc switch.
130         Boehm GC needs to be explicitly enabled since the JIT currently fails
131         in some cases with it.
132
133 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
134
135         * mono/tests/fib.cs: it is now possible to pass a repeat count as
136         command line argument, for example fib.exe 20 runs the test 20
137         times. 
138
139 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
140         * configure.in: added support for ARM target arch.
141         Uncommented and modified arm-*-linux* target,
142         added mono/arch/arm/Makefile to AC_OUTPUT list.
143
144 2002-02-21  Mark Crichton  <crichton@gimp.org>
145
146         * status/class.xml: Added contact info for RNGCryptoServiceProvider
147         class and Rijndael classes.
148         * status/maintainers.xml: Added contact info to maintainers list.
149
150 2002-02-21  Mark Crichton  <crichton@gimp.org>
151  
152         * configure.in: Add checks for a system-provided entropy device
153         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
154
155 2002-02-20  Dick Porter  <dick@ximian.com>
156
157         * acconfig.h:
158         * configure.in: Always build without cygwin support on windows
159
160 2002-02-19  Radek Doulik  <rodo@ximian.com>
161
162         * mono/tests/pinvoke.cs: use more pinvoke test methods
163
164 2002-02-19  Radek Doulik  <rodo@ximian.com>
165
166         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
167         method
168         (mono_test_many_byte_arguments): ditto
169
170 2002-02-18  Radek Doulik  <rodo@ximian.com>
171
172         * mono/tests/Makefile.am: added small test library for pinvoke
173         testing
174
175         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
176         new function to test pinvoke
177
178         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
179         arguments
180
181         * mono/tests/Makefile.am: display # of passing tests too
182         added simple shared library libtest with testing function for
183         pinvoke
184
185 2002-02-17  Radek Doulik  <rodo@ximian.com>
186
187         * mono/tests/Makefile.am (test): display # of failed tests
188
189 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
190
191         * configure.in: Add checks for SOL_IP, SOL_TCP, and
192         IP_PKTINFO. Also check for struct ip_mreqn.
193
194 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
195
196         * configure.in: Add checks to see if we need to link to libsocket,
197         libnsl, and/or librt. Also check for inet_pton and inet_aton.
198
199 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
200
201         * acconfig.h: #undef USE_MONO_MUTEX
202
203         * configure.in: If the system pthread implementation is lacking,
204         default to using mono-mutex.
205
206 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
207
208         * mono/tests/enum2.cs: new file with more enum tests.
209
210 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
211
212         * mono/tests/jit-long.cs: added some SHL/SHR tests
213
214 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
215
216         * configure.in: allow PKG_CONFIG_PATH for the build-platform
217         pkg-config invocation.
218
219 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
220
221         * configure.in: add some support/fixes for cross-compilation.
222
223 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
224
225         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
226         added tests for SUB_OVF, SUB_OVF_UN
227
228 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
229
230         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
231
232 2001-12-21  Aaron Weber  <aaron@ximian.com>
233
234         * doc/faq (A): added a linebreak that was missing and was causing
235         a heading to appear badly.
236
237 2001-12-20  Aaron Weber  <aaron@ximian.com>
238
239         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
240         questions into a single section.
241
242 2001-12-17  Aaron Weber  <aaron@ximian.com>
243
244         * doc/faq (Q): Question-by-question, line-by-line revision.
245
246 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
247
248         * mono/tests/time.cs: new test
249
250 2001-11-30  Radek Doulik  <rodo@ximian.com>
251
252         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
253
254 2001-11-29  Radek Doulik  <rodo@ximian.com>
255
256         * configure.in (ACCESS_UNALIGNED): uncommented and modified
257         powerpc-*-linux* 
258         generate mono/arch/ppc/Makefile
259
260 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
261
262         * mono/tests/exception3.cs: modified the test to show a bug in the
263         current exception handling implementation.
264
265 2001-11-13  Dick Porter  <dick@ximian.com>
266
267         * configure.in: Some more tests for pthread features
268         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
269         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
270
271 2001-11-09  Dick Porter  <dick@ximian.com>
272
273         * configure.in: Try and get large file support, but it's not fatal
274         if it's not there (the io-layer just ignores the high word in that
275         case.)
276
277         Check for windows builds, and only bother to look for pthreads and
278         large files if we're not building for cygwin or native win32.  Not
279         having pthread support on Posix systems is now a fatal error.
280
281         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
282         aclocal
283
284 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
285
286         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
287         target testjit. 
288
289 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
290
291         * docs/object-layout: more documentation
292
293 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
294
295         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
296         can't read on unaligned boundaries
297
298 2001-10-04  Dick Porter  <dick@ximian.com>
299
300         * configure.in: Do some deeper checks on pthreads for some of the
301         more interesting functions
302
303 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
304
305         * mono/tests/Makefile.am (testjit): a new target to test the JITer
306
307         * mono/tests/jit-*: added some test for the JITer
308
309 2001-09-23  Dick Porter  <dick@ximian.com>
310
311         * configure.in: Arrange to compile dummy thread support routines
312         if pthread isnt available
313         
314 2001-09-23  Dick Porter  <dick@ximian.com>
315
316         * configure.in: Check for pthread.h, so that we can check for the
317         HAVE_PTHREAD_H define in config.h
318
319 2001-09-21  Dick Porter  <dick@ximian.com>
320
321         * configure.in: Check for libpthread
322
323 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
324
325         * mono/tests/test-ops.cs: added more tests
326
327 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
328
329         * configure.in: check for sizeof(void*) and for the architecture.
330
331 2001-09-05  Dick Porter  <dick@ximian.com>
332
333         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
334         aclocal invocation, so putting aclocal files in /usr/local works
335
336 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
337
338         * *: removed the libffi dependency, mono now compiles on cygwin 
339
340         * mono/wrapper/build-dll: new file.
341
342 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
343
344         * mono/tests/console.cs: impl.
345
346         * mono/tests/box.cs: impl.
347
348         * mono/tests/stream-writer.cs: impl.
349
350 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
351
352         * mono/tests/*: New test cases, mostly for virtual method dispatch.
353         Use make testb for the slow benchmarking programs,
354         make test for the usual regression test checks.
355
356 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
357
358         * mono/cil/Makefile.am:
359         * mono/wrapper/Makefile.am: use correct variables for installation
360         directories
361
362 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
363
364         * mono/tests/exceptions*: enhanced and added more tests for
365         exceptions.
366
367 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
368
369         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
370         to pass make distcheck
371
372         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
373
374         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
375         install-data-hook): Added mechanism to distribute and install the
376         dll files.
377
378 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
379
380         * mono/tests/stream.cs: new tests for the Stream class
381
382         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
383         added it again.
384
385 2001-08-16  Alex Graveley  <alex@ximian.com>
386
387         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
388         removes libtool dependency on all of Mono.
389
390 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
391
392         * mono/tests/array.cs: more array tests
393
394 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
395
396         * mono/tests/array.cs: more array tests
397
398 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
399
400         * mono/tests/pinvoke.cs: we can now print strings ;-)
401
402         * mono/tests/array.cs: new test for arrays
403
404 2001-08-02  Alex Graveley  <alex@ximian.com>
405
406         * libffi/*: Import libffi CVS version, with minor changes to make it 
407           compile.
408
409         * mono/interpreter/Makefile.am: Link against 
410           ../../libffi/.libs/libffi.a.
411
412         * Makefile.am: Add libffi
413
414         * autogen.sh: Replace with adapted gnome autogen.sh
415
416         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
417
418 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
419
420         * mono/tests/pinvoke.cs: impl.
421
422 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
423
424         * configure.in, mono/tests: added some tests for the interpreter.
425
426 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
427
428         * doc/download: added instructions for cygwin
429         
430         * doc/c-sharp: removed bit about compiling
431         
432         * status/compare-assembly.cs: basedir should be there if
433         parameters are provided.
434
435         * status/makefile: made targets to dump info.
436         
437 2001-07-15  Joe Shaw  <joe@ximian.com>
438
439         * configure.in: Don't create doc/Makefile as there's nothing there
440         to make.
441
442         * Makefile.am: Don't build the doc directory because there's no
443         Makefile.am there.
444
445         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
446
447 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
448
449         * doc/class-library (A): Updated FAQ with question on error 1595.
450
451 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
452
453         * doc/index: 
454
455 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
456
457         * status/*: scripts and data to create statistics about the
458         class library status.
459
460 2001-07-09  Alex Graveley  <alex@ximian.com>
461
462         * doc/makefile (clean): Add clean target.
463         * doc/web/makefile (clean): Ditto.
464
465 2001-07-09  Alex Graveley  <alex@ximian.com>
466
467         * doc/makefile (all-docs): Fix typo.
468
469 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
470
471         * NEWS: 
472