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