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