2003-07-24 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / ChangeLog
1 2003-07-22  Duncan Mak  <duncan@ximian.com>
2        
3         * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
4
5 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
6
7         * mono/tests/Makefile.am: Add missing test. Make tests interruptable
8         by Ctrl-C. Add testinterp target to run the tests with the interpreter.
9         Do not try to build vararg.cs under mcs.
10
11         * configure.in: Fix detection of GC_gcj_malloc.
12
13 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
14
15         * acconfig.h:
16         * configure.in: Check for gethostbyname2_r availability.
17         * data/machine.config: Added section system.net/settings. Added
18         option for IPv6 availability.   
19
20 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
21
22         * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
23
24         * mono/tests/struct.cs: Add test for unboxing trampolines.
25
26         * mono/tests/bug-27420.cs: new regression test.
27
28         * mono/tests/Makefile.am: skip vararg test since it does not compile 
29         under mono. Add testinterp target. Add new tests.
30         
31 2003-07-10  Martin Willemoes Hansen
32
33         * doc/web/team.xml : Modified my tasks a bit.
34
35 2003-07-01  Paolo Molaro <lupus@ximian.com>
36
37         * acconfig.h, configure.in: added bundle support.
38
39 2003-06-10  Dick Porter  <dick@ximian.com>
40
41         * acconfig.h:
42         * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
43         available.
44
45 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
46
47         * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
48
49 2003-06-10  Martin Baulig  <martin@ximian.com>
50
51         * configure.in: Fall back to boehm if we don't have a libgc
52         subdirectory.
53
54 2003-06-10  Martin Baulig  <martin@ximian.com>
55
56         * configure.in: Make the libgc stuff actually work; we now create
57         a shared libmonogc.so when using the included libgc.
58
59 2003-06-09  Martin Baulig  <martin@ximian.com>
60
61         * configure.in: Only check for gc if --with-gc=boehm.
62
63 2003-06-08  Martin Baulig  <martin@ximian.com>
64
65         * configure.in: Tell libgc's configure about our threads library.
66
67 2003-06-08  Martin Baulig  <martin@ximian.com>
68
69         * libgc/: Integrate the libgc module here.
70
71         [Note: A simple `cvs update' won't work this time; you either need
72         to re-checkout the `mono' module or manually move the `libgc'
73         module here.]
74
75         * configure.in (--with-gc): Added `included' option to use the
76         included libgc.  This is now also the default.
77         (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
78         (INCLUDED_LIBGC): New automake conditional.
79         (USE_INCLUDED_LIBGC): #define this if appropriate.
80
81         * autogen.sh: Run libgc/autogen.sh.
82
83         * Makefile.am (SUBDIRS): Added libgc.
84
85 2003-06-05  Duncan Mak  <duncan@ximian.com>
86
87         * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
88         the package.
89
90 2003-05-19  Dick Porter  <dick@ximian.com>
91
92         * configure.in: Netbsd build fix by marc@informatik.uni-bremen.de.
93
94 2003-05-10  Martin Willemoes Hansen <mwh@sysrq.dk>
95
96         * scripts/Makefile.am: Added monoresgen secutil sqlsharp
97           shell wrapper scripts.
98
99 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
100
101         * mono/tests/Makefile.am: 
102         - Compile with mcs.
103         - Disable some warnings.
104         - Added executables to clean target.
105         - Make testjit the default target.
106         - Print list of failed tests at the end of a test run.
107         - Abort tests when Ctrl-C is pressed.
108
109         * mono/tests/test-driver: Return with a special exit code when 
110         SIGINT is detected.
111
112         * mono/tests/checked.cs: Make it compile.
113         
114 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
115
116         * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
117         for the target exe binaries.
118
119         Copy cilc.exe and secutil.exe from the right paths to the right
120         location.
121
122         Add missing assemblies.
123
124 2003-05-02  Alp Toker  <alp@atoker.com>
125
126         * data/config.in: new dll mapping entry for libglade
127
128 2003-05-01  Duncan Mak  <duncan@ximian.com>
129
130         * scripts/Makefile.am: 
131         * runtime/Makefile.am: Install cilc and ilasm.
132
133 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
134
135         * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
136
137 2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>
138
139         * doc/web/team.xml : Added myself to it.
140
141 2003-04-10  Duncan Mak  <duncan@ximian.com>
142
143         * doc/web/render-team-page.cs: Make the names of the element be
144         lowercase instead. BenM says this makes it XHTML compliant; heck,
145         I'm generating this from an XmlDocument already, why not make it
146         XHTML compliant?
147
148 2003-04-10  Duncan Mak  <duncan@ximian.com>
149
150         * doc/web/render-team-page.cs (Compare): Correctly fix
151         ContributorComparer.
152         (RenderHtml): Add some SetAttribute loving to make it render prettier.
153
154         * doc/web/team.xml: Revert excessive indenting.
155
156 2003-04-07  Martin Baulig  <martin@ximian.com>
157
158         * mono/mini/: Added this directory to the build; install `mini'
159         and `libmini.la'.
160
161 2003-04-07  Duncan Mak  <duncan@ximian.com>
162
163         * doc/web/render-team-page.cs: Fix ContributorComparer.
164
165 2003-04-04  Duncan Mak  <duncan@ximian.com>
166
167         * doc/web/render-team-page.cs: Make it use 'none.png' if no image
168         are specified in the XML.
169
170         * doc/web/team.xml: Remove the comment.
171
172         * doc/web/render-team-page.cs: Make it not output a full HTML file.
173
174 2003-04-04  Duncan Mak  <duncan@ximian.com>
175
176         * doc/web/commands: 
177         * doc/web/makefile: Add team page information.
178
179         * doc/web/team.xml: 
180         * doc/web/render-team-page.cs: Code for rendering a team page.
181
182 2003-04-02  Duncan Mak  <duncan@ximian.com>
183
184         * doc/web/makefile: Add a new make target for generating a team
185         page on go-mono.com.
186
187 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
188
189         * configure.in: Added check for GC_gcj_malloc.
190
191 2003-04-04  Martin Willemoes Hansen <mwh@sysrq.dk>
192
193         * man/sqlsharp.1: changed pass= to password= for the 
194           PostgreSql provider.
195
196 >>>>>>> 1.166
197 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
198
199         * data/machine.config: added SessionStateModule to httpModules section.
200
201 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
202
203         * data/machine.config: added default sessionState section and handler.
204
205 2003-02-17  Daniel Morgan <danmorg@sc.rr.com>
206
207         * doc/provider-factory: add new web page 
208         about Mono.Data's ProviderFactory
209
210         * doc/web/commands
211         * doc/web/makefile: add provider-factory web page to build
212         
213         * doc/ado-net
214         * doc/ibmdb2
215         * doc/postgresql
216         * doc/sqlclient
217         * doc/tdsclient
218         * doc/sybase
219         * doc/mysql
220         * doc/firebird
221         * doc/oracle
222         * doc/oledb
223         * doc/odbc
224         * doc/sqlite: updated web pages
225
226 2003-02-16  Martin Baulig  <martin@ximian.com>
227
228         * doc/jit-debug-sample
229         * doc/jit-debug-sample2: Removed.
230
231         * doc/jit-debug: Updated.
232
233 2003-02-13  Daniel Morgan <danmorg@sc.rr.com>
234
235         * doc/screenshots
236         * doc/ado-net
237         * doc/oracle
238         * doc/gtk-sharp: update web pages
239         
240 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
241
242         * data/machine.config: added sample globalization section.
243
244 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
245
246         * data/machine.config: added UrlAuthorizationModule and
247         AuthenticationConfigHandler.
248
249 2003-02-11  Tim Coleman <tim@timcoleman.com>
250         * data/config.in: Add mapping for Oracle call interface
251         (OCI) native libraries.
252
253 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
254
255         * configure.in: added check for sys/un.h.
256
257 2003-01-29  Daniel Morgan <danmorg@sc.rr.com>
258
259         * doc/postgresql
260         * doc/mysql
261         * doc/ado-net: updates to web pages
262         
263         * man/sqlsharp.1: update to man page
264
265 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
266
267         * configure.in: added WIN32_THREADS flag when building under windows.
268         It seems that the header files of the gc do not always define it when
269         GC_WIN32_THREADS is defined.
270
271 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
272
273         * doc/index
274         * doc/ado-net
275         * doc/firebird
276         * doc/ibmdb2
277         * doc/mysql
278         * doc/odbc
279         * doc/oledb
280         * doc/oracle
281         * doc/postgresql
282         * doc/sqlclient
283         * doc/sqlite
284         * doc/sybase
285         * doc/tdsclient: corrections
286
287 2003-01-26  Duncan Mak  <duncan@ximian.com>
288
289         * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
290
291 2003-01-22  Martin Baulig  <martin@ximian.com>
292
293         * configure.in: Set version number to 0.19.1.
294
295         Heads up: I'm going to commit some changes to the debugger
296         which'll require you to use this new runtime, so if you update the
297         debugger from CVS, you also need this new runtime.
298
299 2003-01-20  Duncan Mak  <duncan@ximian.com>
300
301         * configure.in: Bump the release number to 0.19.
302           
303 2003-01-19  Daniel Morgan <danmorg@sc.rr.com>
304
305         * doc/ibmdb2: added file which is new web page
306         about IBM DB2 data provider at Mono.Data.DB2Client
307         
308         * makefile
309         * commands: added ibmdb2 web page to go-mono web site
310         
311         * doc/ado-net: added a couple more developers email, plus made the
312         email spam resistant, added Mono's DB2 data provider to list,
313         added more info about the ProviderFactory and retrieving data using
314         ADO.NET from ASP.NET, add notes about testing, misc cleanup
315         
316         * doc/mysql
317         * doc/postgresql
318         * doc/sqlclient
319         * doc/oracle
320         * doc/tdsclient
321         * doc/firebird
322         * doc/oledb
323         * doc/odbc
324         * doc/sybase
325         * doc/sqlite: added testing notes and C# examples
326         
327         * doc/gtk-sharp: added links for GTK# for Windows
328         
329         * man/sqlsharp.1: added providers Npgsql and MySQLNet
330
331 2003-01-17  Duncan Mak  <duncan@ximian.com>
332
333         * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
334
335 2003-01-16  Martin Baulig  <martin@ximian.com>
336
337         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
338         check again, we're now using the mono/io-layer for this.
339
340 Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus@ximian.com>
341
342         * configure.in: allow MacOSX (from various people).
343
344 2003-01-14  Martin Baulig  <martin@ximian.com>
345
346         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
347
348 2002-12-27  Jeroen Janssen <japj@darius.demon.nl>
349         * fixed url for System.Windows.Forms in the class status
350         
351 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
352
353         * configure.in: moved struct tm field tm_gmtoff check before the check
354         for timezone global variable. This makes Timezone work for me (debian
355         sid, linux, x86, which has both the field and the global variables).
356
357 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
358
359         * doc/oracle: added file which is
360         a new web page oracle.html
361
362         * doc/ado-net: clean up and add link
363         to oracle.html
364         
365         * doc/web/commands
366         * doc/web/makefile: added oracle.html
367
368 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
369
370         * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
371         
372         * man/sqlsharpcli.1: renamed to sqlsharp.1
373
374 2002-12-09  Tim Haynes  <thaynes@openlinksw.co.uk>
375
376         * mono/jit/jit.c
377         * mono/metadata/icall.c: added mono_install_get_config_dir() to
378         utilize the MONO_CFG_DIR environment variable for specifying
379         different machine.configs.
380
381 2002-12-06  Duncan Mak  <duncan@ximian.com>
382
383         * data/Makefile.am (EXTRA_DIST): Add machine.config
384         (DISTCLEANFILES): Add config.
385
386 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
387
388         * man/sqlsharpcli.1: added file - a man page 
389         for SQL# CLI
390         
391         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
392         
393 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
394
395         * doc/firebird: updated web page
396
397 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
398
399         * data/Config.in : added the gtk# dll mapping entries
400
401 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
402
403         * doc/firebird: updated web page based on input
404         from the firebird .net data provider author
405
406 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
407
408         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
409         been installed.
410
411 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
412
413         * doc/oledb
414         * doc/odbc
415         * doc/mysql
416         * doc/sqlite
417         * doc/sqlclient
418         * doc/tdsclient
419         * doc/sybase
420         * doc/firebird: added web pages
421         for each specific data provider
422         
423         * doc/ado-net
424         * doc/postgresql: updated web page
425         with current status
426         
427         * doc/web/commands
428         * doc/web/makefile: updated to include
429         new web pages
430
431 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
432
433         * autogen.sh: make it work when MONO_PATH is set and it has more than
434         one directory or ends in ":". Also check that the directory added to
435         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
436
437 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
438
439         * configure.in: Also allow the miss-spelled bohem.
440
441 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
442
443         * doc/ado-net
444         * doc/postgresql
445         * doc/tds-providers: cleaned up the web pages
446         
447         * doc/web/commands: postgresql.html page was mistyped
448
449 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
450
451         * doc/ado-net: updated status of
452         the ADO.NET functionality and providers
453         and added link to tds-providers.html
454
455         * doc/tds-providers: added file to
456         describe the design     and status of 
457         the SqlClient, SybaseClient, and TdsClient
458         ADO.NET providers.
459
460         * doc/web/makefile
461         * doc/web/command: added new web page 
462         tds-providers.html to build of  www.go-mono.com web site
463         
464 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
465
466         * doc/web/makefile
467         * doc/web/commands:     web page 
468         postgresql needed to be added
469
470 2002-10-13  Mark Crichton <crichton@gimp.org>
471
472         * doc/index: Even more spelling errors fixed.
473
474 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
475
476         * doc/adonet: updated status of all providers, added links, 
477           and added information
478           about the Mono.Data.SqliteClient provider that 
479           Vladimir Vukicevic contributed. Added Brian Ritchie's 
480           and Vladimir Vukicevic's email addresses as
481           people to contact about ADO.NET in Mono.  
482           Added information about SQL#, configuration tools, 
483           and an ADO.NET Multiplexor, etc...  
484
485 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
486
487         * doc/index: corrected some mistypes
488         
489         * doc/adonet: updated the status and plans of all the ADO.NET providers
490           and moved PostgreSQL specific stuff to doc/postgresql
491
492         * doc/postgresql: added new file to detail
493           the status of the PostgreSQL ADO.NET provider
494           and provide test notes for setting it up
495
496 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
497
498         * data/config.in: add entry for MySQL native shared libraries
499           which are different on Windows and Linux
500
501 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
502
503         * doc/ccvs: Fixed some ugly formatting.
504
505 2002-10-03  Dick Porter  <dick@ximian.com>
506
507         * acconfig.h:
508         * configure.in:  Freebsd pthread_t is a pointer
509
510 2002-10-01  Duncan Mak  <duncan@ximian.com>
511
512         * mono/os/Makefile.am: Add gc_wrapper.h.
513
514         * runtime/Makefile.am: Fix the path for monoresgen.exe.
515
516 2002-09-27  Dick Porter  <dick@ximian.com>
517
518         * configure.in: Check for semaphore.h.  Patch for BSD from
519         jmmv@hispabsd.org (Julio Merino).
520
521 2002-09-20  Duncan Mak  <duncan@ximian.com>
522
523         * data/config.in: Added reference to libxslt.
524
525 2002-09-20  Mark Crichton  <crichton@gimp.org>
526
527         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
528         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
529         For systems that do not have such a virtual FS, define
530         NEED_LINK_UNLINK.
531
532         * acconfig.h: added NEED_LINK_UNLINK
533         
534 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
535
536         * configure.in: add some needed defines to fix support of
537         threads in the GC.
538
539 2002-09-19  Mark Crichton  <crichton@gimp.org>
540
541         * configure.in: Added checks for Solaris to use X/Open functionality.
542         Really needed for the io-layer code.
543
544 2002-09-15  Andrew Birkett  <andy@nobugs.org>
545
546         * man/mcs.1: --probe is now --expect-error.
547
548 2002-09-09  Dick Porter  <dick@ximian.com>
549
550         * acconfig.h: 
551         * configure.in: Simplify thread checks, by using canned rules for
552         particular systems (based on the sleepycat db configure.in).
553         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
554         don't have a solaris machine to try it on.
555
556 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
557
558         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
559
560 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
561
562         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
563         Security) to the OpenSSH keys required by mono CVS
564         access.
565
566 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
567
568         * configure.in, mono/interpreter/interp.c,
569         mono/io-layer/handles.c, mono/io-layer/processes.c,
570         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
571         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
572         mono/metadata/appdomain.c, mono/metadata/class.c,
573         mono/metadata/domain.c, mono/metadata/gc.c,
574         mono/metadata/object.c, mono/metadata/reflection.c,
575         mono/metadata/threads.c, mono/os/gc_wrapper.h,
576         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
577         wrap inclusion of gc.h for boehm, since from FreeBSD and
578         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
579         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
580         to apply, and also makes it possible for me to build with
581         GC on OpenBSD/macppc built by hand.
582
583 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
584
585         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
586
587 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
588
589         * mono/dis/dis-cil.c:
590         * configure.in: Check for <wchar.h> via autoconf, don't use it if
591         it isn't there, as it seems to work fine without it on OpenBSD.
592
593 2002-08-28  Dick Porter  <dick@ximian.com>
594
595         * mono/os/win32/util.c: 
596         * mono/os/unix/util.c: 
597         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
598         (It doesn't do anything on unix builds, and the w32 version no
599         longer needs an arg.)
600
601         * configure.in: Add HOST_CC for w32 builds
602
603 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
604
605         * configure.in: remove iconv checks.
606
607 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
608
609         * configure.in: Recognise OpenBSD/macppc as PowerPC.
610
611 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
612
613         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
614         to error out if bison is missing.
615
616 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
617
618         * configure.in: don't link against libdl on windoze.
619
620 2002-08-12  Dick Porter  <dick@ximian.com>
621
622         * mono.pc.in: Add $includedir to Cflags
623
624 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
625
626         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
627         with pkg-config.
628         * */Makefile.am: makefile overhaul to create a shared libmono library.
629         * */*.h: do not include config.h in headers that should be installed.
630
631 2002-07-12  Dick Porter  <dick@ximian.com>
632
633         * acconfig.h:
634         * configure.in: Check the size of sockaddr_un.sun_path
635
636 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
637
638         * man/Makefile.am (man_MANS): Added new man page
639
640         * man/mono-config.5: New manual page describing the mono-config
641         file format. 
642
643 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
644
645         * configure.in: added checks for MSG_NOSIGNAL
646
647 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
648
649         * doc/ado-net: update the ado-net web page on go-mono.com
650         input parameters support, beginnings of Mono.Data.MySQL 
651         and System.Data.OleDb, updated the sample source code,
652         and output from a PostgresTest
653
654 2002-05-21  Martin Baulig  <martin@gnome.org>
655
656         * mono.1: Documented the "--debug-args" debugging arguments.
657
658 2002-05-21  Martin Baulig  <martin@gnome.org>
659
660         * mono.1: Updated to reflect my latest changes and beautified this a bit.
661         (FIXME: There are still command line argument which aren't documented here.)
662
663 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
664
665         * doc/ado-net: updated page to include C# code snippets using
666         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
667         works, executing/reading multiple results, and stored procedures.
668         And other tweaks about the providers.  
669
670 2002-05-19  Martin Baulig  <martin@gnome.org>
671
672         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
673         interpreter/Makefile.am.
674
675 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
676
677         * configure.in: search for pthread functions also in libc_r (patch
678         from Garrett Rooney <rooneg@electricjellyfish.net>).
679
680 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
681
682         * doc/ado-net: added instructions for installing PostgreSQL on Linux
683         and for using nant to re-compile just the System.Data.dll assembly
684         on Windows.
685
686 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
687
688         * doc/ado-net: added instructions for compiling System.Data.dll
689         (a subset of) on Linux.
690
691 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
692
693         * doc/ado-net: added links
694
695 2002-05-09  Dick Porter  <dick@ximian.com>
696
697         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
698
699 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
700
701         * doc/ado-net: correct formatting
702         * doc/index: added credit i forgot to add
703
704 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
705
706         * doc/ado-net: i did not format it correctly earlier, i 
707         tried added various tags where appropriate.
708         
709         * doc/index: added news item for May 5, 2002 - ado.net able
710         to retrieve data now
711
712 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
713
714         * doc/ado-net: updated the current status which
715         I kept forgetting to do.
716
717 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
718
719         * doc/ado-net: updated to includes an example for
720         running ipc-daemon as a Windows service.  Thanks
721         to gonzalo.
722
723 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
724
725         * doc/ado-net: updated to include installation of
726         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
727         Also included notes on running the System.Data/Test/PostgresTest.cs
728         that should work on a lot of Mono installations that have
729         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
730         know.
731
732 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
733
734         * doc/ado-net: updated a little bit.
735
736 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
737
738         * configure.in: Added checks for timezone stuff.
739
740 2002-04-30  Dick Porter  <dick@ximian.com>
741
742         * acconfig.h:
743         * configure.in: Added option to disable using shared memory for
744         handles
745
746 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
747
748         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
749         defined problem under cygwin with latest version of automake and
750         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
751
752 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
753
754         * configure.in: removed -Wshadow from CFLAGS.
755
756 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
757
758         * status/maintainers.xml: added danmorg and myself for System.Data.*
759         classes.
760
761         * status/class.xml: added System.Data.* classes.
762
763 2002-04-08  Dick Porter  <dick@ximian.com>
764
765         * configure.in: Set -mno-cygwin here rather than in the build script
766
767 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
768
769         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
770
771 2002-03-29  Martin Baulig  <martin@gnome.org>
772
773         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
774         New files, added documentation for the debugging code.
775
776         * doc/web/commands: Added the debugging pages.
777
778         * docs/jit-debug: Removed, this is now on the web site.
779
780 2002-03-24  Martin Baulig  <martin@gnome.org>
781
782         * man/mcs.1: Documented the new --debug option and added a section
783         about debugging support.
784
785         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
786
787 2002-03-21  Martin Baulig  <martin@gnome.org>
788
789         * configure.in: Added check for <elf.h>.
790
791 2002-03-18  Dick Porter  <dick@ximian.com>
792
793         * configure.in: Only look for libgc on the system.  Default to not
794         using GC at all, because it doesn't work with the jit.
795
796 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
797
798         * configure.in: Add support for building the included boehm GC.
799
800 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
801
802         * configure.in: detect Boehm GC libs and add --with-gc switch.
803         Boehm GC needs to be explicitly enabled since the JIT currently fails
804         in some cases with it.
805
806 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
807
808         * mono/tests/fib.cs: it is now possible to pass a repeat count as
809         command line argument, for example fib.exe 20 runs the test 20
810         times. 
811
812 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
813         * configure.in: added support for ARM target arch.
814         Uncommented and modified arm-*-linux* target,
815         added mono/arch/arm/Makefile to AC_OUTPUT list.
816
817 2002-02-21  Mark Crichton  <crichton@gimp.org>
818
819         * status/class.xml: Added contact info for RNGCryptoServiceProvider
820         class and Rijndael classes.
821         * status/maintainers.xml: Added contact info to maintainers list.
822
823 2002-02-21  Mark Crichton  <crichton@gimp.org>
824  
825         * configure.in: Add checks for a system-provided entropy device
826         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
827
828 2002-02-20  Dick Porter  <dick@ximian.com>
829
830         * acconfig.h:
831         * configure.in: Always build without cygwin support on windows
832
833 2002-02-19  Radek Doulik  <rodo@ximian.com>
834
835         * mono/tests/pinvoke.cs: use more pinvoke test methods
836
837 2002-02-19  Radek Doulik  <rodo@ximian.com>
838
839         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
840         method
841         (mono_test_many_byte_arguments): ditto
842
843 2002-02-18  Radek Doulik  <rodo@ximian.com>
844
845         * mono/tests/Makefile.am: added small test library for pinvoke
846         testing
847
848         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
849         new function to test pinvoke
850
851         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
852         arguments
853
854         * mono/tests/Makefile.am: display # of passing tests too
855         added simple shared library libtest with testing function for
856         pinvoke
857
858 2002-02-17  Radek Doulik  <rodo@ximian.com>
859
860         * mono/tests/Makefile.am (test): display # of failed tests
861
862 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
863
864         * configure.in: Add checks for SOL_IP, SOL_TCP, and
865         IP_PKTINFO. Also check for struct ip_mreqn.
866
867 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
868
869         * configure.in: Add checks to see if we need to link to libsocket,
870         libnsl, and/or librt. Also check for inet_pton and inet_aton.
871
872 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
873
874         * acconfig.h: #undef USE_MONO_MUTEX
875
876         * configure.in: If the system pthread implementation is lacking,
877         default to using mono-mutex.
878
879 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
880
881         * mono/tests/enum2.cs: new file with more enum tests.
882
883 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
884
885         * mono/tests/jit-long.cs: added some SHL/SHR tests
886
887 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
888
889         * configure.in: allow PKG_CONFIG_PATH for the build-platform
890         pkg-config invocation.
891
892 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
893
894         * configure.in: add some support/fixes for cross-compilation.
895
896 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
897
898         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
899         added tests for SUB_OVF, SUB_OVF_UN
900
901 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
902
903         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
904
905 2001-12-21  Aaron Weber  <aaron@ximian.com>
906
907         * doc/faq (A): added a linebreak that was missing and was causing
908         a heading to appear badly.
909
910 2001-12-20  Aaron Weber  <aaron@ximian.com>
911
912         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
913         questions into a single section.
914
915 2001-12-17  Aaron Weber  <aaron@ximian.com>
916
917         * doc/faq (Q): Question-by-question, line-by-line revision.
918
919 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
920
921         * mono/tests/time.cs: new test
922
923 2001-11-30  Radek Doulik  <rodo@ximian.com>
924
925         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
926
927 2001-11-29  Radek Doulik  <rodo@ximian.com>
928
929         * configure.in (ACCESS_UNALIGNED): uncommented and modified
930         powerpc-*-linux* 
931         generate mono/arch/ppc/Makefile
932
933 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
934
935         * mono/tests/exception3.cs: modified the test to show a bug in the
936         current exception handling implementation.
937
938 2001-11-13  Dick Porter  <dick@ximian.com>
939
940         * configure.in: Some more tests for pthread features
941         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
942         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
943
944 2001-11-09  Dick Porter  <dick@ximian.com>
945
946         * configure.in: Try and get large file support, but it's not fatal
947         if it's not there (the io-layer just ignores the high word in that
948         case.)
949
950         Check for windows builds, and only bother to look for pthreads and
951         large files if we're not building for cygwin or native win32.  Not
952         having pthread support on Posix systems is now a fatal error.
953
954         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
955         aclocal
956
957 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
958
959         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
960         target testjit. 
961
962 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
963
964         * docs/object-layout: more documentation
965
966 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
967
968         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
969         can't read on unaligned boundaries
970
971 2001-10-04  Dick Porter  <dick@ximian.com>
972
973         * configure.in: Do some deeper checks on pthreads for some of the
974         more interesting functions
975
976 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
977
978         * mono/tests/Makefile.am (testjit): a new target to test the JITer
979
980         * mono/tests/jit-*: added some test for the JITer
981
982 2001-09-23  Dick Porter  <dick@ximian.com>
983
984         * configure.in: Arrange to compile dummy thread support routines
985         if pthread isnt available
986         
987 2001-09-23  Dick Porter  <dick@ximian.com>
988
989         * configure.in: Check for pthread.h, so that we can check for the
990         HAVE_PTHREAD_H define in config.h
991
992 2001-09-21  Dick Porter  <dick@ximian.com>
993
994         * configure.in: Check for libpthread
995
996 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
997
998         * mono/tests/test-ops.cs: added more tests
999
1000 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
1001
1002         * configure.in: check for sizeof(void*) and for the architecture.
1003
1004 2001-09-05  Dick Porter  <dick@ximian.com>
1005
1006         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
1007         aclocal invocation, so putting aclocal files in /usr/local works
1008
1009 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
1010
1011         * *: removed the libffi dependency, mono now compiles on cygwin 
1012
1013         * mono/wrapper/build-dll: new file.
1014
1015 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
1016
1017         * mono/tests/console.cs: impl.
1018
1019         * mono/tests/box.cs: impl.
1020
1021         * mono/tests/stream-writer.cs: impl.
1022
1023 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
1024
1025         * mono/tests/*: New test cases, mostly for virtual method dispatch.
1026         Use make testb for the slow benchmarking programs,
1027         make test for the usual regression test checks.
1028
1029 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
1030
1031         * mono/cil/Makefile.am:
1032         * mono/wrapper/Makefile.am: use correct variables for installation
1033         directories
1034
1035 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
1036
1037         * mono/tests/exceptions*: enhanced and added more tests for
1038         exceptions.
1039
1040 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
1041
1042         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
1043         to pass make distcheck
1044
1045         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
1046
1047         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
1048         install-data-hook): Added mechanism to distribute and install the
1049         dll files.
1050
1051 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
1052
1053         * mono/tests/stream.cs: new tests for the Stream class
1054
1055         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
1056         added it again.
1057
1058 2001-08-16  Alex Graveley  <alex@ximian.com>
1059
1060         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
1061         removes libtool dependency on all of Mono.
1062
1063 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
1064
1065         * mono/tests/array.cs: more array tests
1066
1067 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
1068
1069         * mono/tests/array.cs: more array tests
1070
1071 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
1072
1073         * mono/tests/pinvoke.cs: we can now print strings ;-)
1074
1075         * mono/tests/array.cs: new test for arrays
1076
1077 2001-08-02  Alex Graveley  <alex@ximian.com>
1078
1079         * libffi/*: Import libffi CVS version, with minor changes to make it 
1080           compile.
1081
1082         * mono/interpreter/Makefile.am: Link against 
1083           ../../libffi/.libs/libffi.a.
1084
1085         * Makefile.am: Add libffi
1086
1087         * autogen.sh: Replace with adapted gnome autogen.sh
1088
1089         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
1090
1091 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
1092
1093         * mono/tests/pinvoke.cs: impl.
1094
1095 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
1096
1097         * configure.in, mono/tests: added some tests for the interpreter.
1098
1099 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
1100
1101         * doc/download: added instructions for cygwin
1102         
1103         * doc/c-sharp: removed bit about compiling
1104         
1105         * status/compare-assembly.cs: basedir should be there if
1106         parameters are provided.
1107
1108         * status/makefile: made targets to dump info.
1109         
1110 2001-07-15  Joe Shaw  <joe@ximian.com>
1111
1112         * configure.in: Don't create doc/Makefile as there's nothing there
1113         to make.
1114
1115         * Makefile.am: Don't build the doc directory because there's no
1116         Makefile.am there.
1117
1118         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
1119
1120 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
1121
1122         * doc/class-library (A): Updated FAQ with question on error 1595.
1123
1124 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
1125
1126         * doc/index: 
1127
1128 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
1129
1130         * status/*: scripts and data to create statistics about the
1131         class library status.
1132
1133 2001-07-09  Alex Graveley  <alex@ximian.com>
1134
1135         * doc/makefile (clean): Add clean target.
1136         * doc/web/makefile (clean): Ditto.
1137
1138 2001-07-09  Alex Graveley  <alex@ximian.com>
1139
1140         * doc/makefile (all-docs): Fix typo.
1141
1142 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
1143
1144         * NEWS: 
1145
1146