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