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