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