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