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