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