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