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