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