2005-09-19 Zoltan Varga <vargaz@gmail.com>
[mono.git] / ChangeLog
1 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
2
3         * docs/exception-handling.txt: Add section about libunwind.
4         
5         * docs/exception-handling.txt: New file.
6
7 2005-09-16  Raja R Harinath  <rharinath@novell.com>
8
9         * runtime/Makefile.am (all-local, install-exec, uninstall)
10         (mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall):
11         Don't call semdel-wrapper.
12
13 2005-09-06  Chris Toshok  <toshok@ximian.com>
14
15         * data/browscap.ini: Add the ecmascriptversion/w3cdomversion
16         attributes required for ASP.Net client side validation to the
17         capabilities for Mozilla 1.[78], IE 5.5 & 6.0, Safari, and Firefox
18         0.9 & 1.0 browsers.
19
20 2005-08-26  Zoltan Varga  <vargaz@gmail.com>
21
22         * configure.in: Add ability to cross-compile from linux to win32.
23
24 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
25
26         * configure.in: Generating Consts.cs from Consts.cs.in instead of MonoVersion.cs.
27
28 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
29
30         * configure.in: Use CC instead of gcc for __thread tests.
31
32 2005-08-25  Zoltan Varga  <vargaz@freemail.hu>
33
34         * configure.in: Pass --enable-win32-dllmain to libgc configure. Build the runtime as a dll under windows.
35
36 2005-08-24  Zoltan Varga  <vargaz@gmail.com>
37
38         * configure.in: Add -lunwind to ldflags on IA64.
39
40 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
41
42         * configure.in: Patch libtool to get rid of 'cyg' prefixes in library names.
43
44 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
45
46         * libmono.vcproj: Fix VC build.
47
48 Thu Aug 4 19:55:33 BST 2005 Paolo Molaro <lupus@ximian.com>
49
50         * configure.in: enable the ARM jit port.
51
52 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
53
54         * acconfig.h configure.in: Applied patch from Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
55
56 2005-07-19  Zoltan Varga  <vargaz@freemail.hu>
57
58         * configure.in: Fix definition of LIBC for ia64.
59
60 2005-07-12  Daniel Drake  <dsd@gentoo.org>
61
62         * configure.in: Add check for libattr's <attr/attr.h>
63
64 2005-07-11  Raja R Harinath  <rharinath@novell.com>
65
66         * scripts/script.in: Add @framework_version@ blank.
67         * scripts/script2.in: Remove.
68         * scripts/Makefile.am: Update.  Use wsdl.exe for wsdl2 and
69         monop.exe for monop2.
70
71 2005-07-04  Raja R Harinath  <rharinath@novell.com>
72
73         * Makefile.am (EXTRA_DIST): Distribute mono-uninstalled.pc.in.
74         (noinst_DATA): Build mono-uninstalled.pc.
75         * mono-uninstalled.pc.in (Libs): Avoid ${pc_top_builddir}.
76         (Cflags): Likewise.  Let $(srcdir) to be absolute.
77
78 2005-07-03  Ben Maurer  <bmaurer@ximian.com>
79
80         * scripts/Makefile.am (bin2_SCRIPTS): Add monop2
81
82 2005-07-01  Daniel Drake  <dsd@gentoo.org>
83
84         * configure.in: Add check for FreeBSD's sys/extattr.h
85
86 2005-07-01  Raja R Harinath  <rharinath@novell.com>
87
88         Avoid resource leakage on 'make clean' (see #75424).
89         * configure.in (AC_CONFIG_FILES): Add runtime/semdel-wrapper.
90         * runtime/semdel-wrapper.in: New.
91         * runtime/Makefile.am (clean-local): Use the semdel program before
92         nuking the .wapi directory.
93         (noinst_SCRIPTS): Add semdel-wrapper.
94         (MYDISTFILES, distdir): Use automake variable to get the list of
95         files to distribute.
96         (all-local, install-exec, uninstall): Call semdel-wrapper.
97         (mcs-do-test-profiles, mcs-do-run-test-profiles, mcs-compileall):
98         Likewise.
99
100 2005-06-27  Geoff Norton  <gnorton@customerdna.com>
101
102         * configure.in: Add support for X86 darwin.
103
104 2005-06-22  Zoltan Varga  <vargaz@freemail.hu>
105
106         * configure.in: Add support for ia64.
107
108 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * configure.in: enabled the use of mmap/munmap for solaris and linux.
111         It seems to help with memory usage.
112
113 2005-06-15  Ben Maurer  <bmaurer@ximian.com>
114
115         * configure.in: Another attempt at the portable "find libX11.so"
116         Hopefully, this one has no code paths where we are worse off than
117         what we had before any of this mess.
118         
119         * configure.in: What I hope is a more portable version hack.
120
121 2005-06-14  Ben Maurer  <bmaurer@ximian.com>
122
123         * configure.in: echo the version number to
124         mcs/build/common/MonoVersion.cs. This allows us to not need to
125         update AssemblyInfo.cs every time we bump the version number.
126
127         * mono-uninstalled.pc.in: pc file that handles mono when it is not
128         installed. This lets us have mkbundle work inside the tree.
129
130         * configure.in: Create the .pc file above.
131
132 2005-06-13  Jonathan Pryor <jonpryor@vt.edu>
133
134         * man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
135
136 2005-06-13  Jonathan Pryor <jonpryor@vt.edu>
137
138         * data/config.in: Fix generated XML.
139
140 2005-06-13  Jonathan Pryor <jonpryor@vt.edu>
141
142         * scripts/Makefile.am: Add mono-shlib-cop.
143
144 2005-06-09  Ben Maurer  <bmaurer@ximian.com>
145
146         * configure.in: Handle more gracefully if objdump or X isn't
147         there. Warn the user about possible breakage.
148
149 2005-06-08  Ben Maurer  <bmaurer@ximian.com>
150
151         * configure.in: read the SONAME from libX11. This is the same
152         thing as will be used by a shared library, so it will really
153         work.
154
155         This will have us get libX11.so.6 rather than libX11.so.6.2.
156
157 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
158
159         * configure.in: make automake 1.9 happy about LARGE_FILES.
160
161 2005-06-06  Jonathan Pryor  <jonpryor@vt.edu>
162
163         * configure.in: Add checks for mremap, remap_file_pages.
164
165 2005-06-06  Ben Maurer  <bmaurer@ximian.com>
166
167         * mono.spec.in: Remove. This is horribly out of date. A real spec
168         file is generated in the release module.
169
170         * scripts/Makefile.am: Add mono-find-*
171
172         * scripts/mono-find-*.in: provides/requires stuff for rpm is now
173         done with monodis. This makes packaging easier as it doesn't
174         depend on the gac ind DESTDIR.
175
176         * configure.in: changes for the above
177
178 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
179
180         * configure.in: added test for SIOCGIFCONF.
181
182 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com> 
183  
184         * README.vsnet: Instructions about the VS.NET build.
185         * mono.sln: Mono solution file for VS.NET 2005.
186         * genmdesc.vcproj: Project file for genmdesc.
187         * libmono.vcproj: Project file for libmono.
188         * mono.vcproj: Project file for mono executable.
189
190 2005-05-25  Ben Maurer  <bmaurer@ximian.com>
191
192         * configure.in: Do a test for libX11.so that really works :-).
193
194 2005-05-22  Ben Maurer  <bmaurer@ximian.com>
195
196         * configure.in: Add config stuff for libsqlite{,3} and
197         libX11.
198
199         * data/config.in: Add dllmaps for above mentioned libs. This means
200         that the devel packages are not needed.
201
202 2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
203
204         * man/mono.1: Document the new MONO_DEBUG options.
205
206 2005-05-16  Raja R Harinath  <rharinath@novell.com>
207
208         * configure.in (AC_OUTPUT): Add mono/arch/ia64/Makefile.
209
210 2005-05-08  Ben Maurer  <bmaurer@ximian.com>
211
212         * scripts/Makefile.am (bin_SCRIPTS): monoresgen.exe is not
213         installed, therefore, don't make a script for it.
214
215 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
216
217         * configure.in: Applied patch from Jakub Bogusz <qboosh@pld-linux.org>.
218         Fix library names on sparc-linux and alpha-linux.
219
220 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
221
222         * runtime/Makefile.am: Pass the prefix to the mcs makefiles.
223
224 2005-04-28  James Willcox  <james@ximian.com>
225
226         * man/mkbundle.1: add --config-dir flag
227
228 2005-04-27  Raja R Harinath  <rharinath@novell.com>
229
230         * configure.in (AC_DISABLE_FAST_INSTALL): Set.
231
232 2005-04-25  Ben Maurer  <bmaurer@ximian.com>
233
234         * configure.in: Version bumpage
235
236 2005-04-25  Raja R Harinath  <rharinath@novell.com>
237
238         Fix #74692.
239         * configure.in ($mcsdir/build/config.make): Point RUNTIME and
240         ILDISASM to the in-tree versions of mono and monodis.  Propagate
241         value of INSTALL to mcs too.
242         * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each
243         sub-make, now that 'configure' sets up the 'mcs' tree.
244
245 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
246
247         * doc: Remove unused directory.
248         
249         * configure.in: Remove --with-icu option to prevent people from using
250         it by mistake.
251
252 2005-04-21  Raja R Harinath  <rharinath@novell.com>
253
254         * runtime/Makefile.am: Update.  Pass 'monodis-wrapper' as ILDISASM
255         to sub-makes.
256         (mcs-compileall): Verify the fixed-up dll too.
257         * runtime/monodis-wrapper.in: New file.
258         * configure.in (runtime/monodis-wrapper): Create.
259         ($mcsdir/build/config.make): Don't be over-eager in the definition
260         and evaluation of '$exec_prefix'.
261
262 2005-04-20  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
263         * data/net_1_1/machine.config, data/net_2_0/machine.config: 
264         added ' explicit="true" strict="false" ' to system.web/compilation 
265         element as in MS. Part of fix for Bug #74671
266         
267 2005-04-19  Jonathan Pryor  <jonpryor@vt.edu>
268
269         * configure.in: Add check for <sys/xattr.h>.
270           Thanks to Daniel Drake <dsd@gentoo.org> for the patch.
271
272 2005-04-18  Zoltan Varga  <vargaz@freemail.hu>
273
274         * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com).
275
276 2005-04-16  Miguel de Icaza  <miguel@novell.com>
277
278         * configure.in (PTHREAD_POINTER_ID): Patch from Jonathan Pryor to
279         fix the Mono build on Solaris (bug #72818)
280
281 2005-04-16  Bill Middleton  <flashdict@gmail.com>
282
283         * configure.in (PREVIEW): Allow --without-preview to work.
284         From #74615.
285
286 2005-04-15  Zoltan Varga  <vargaz@freemail.hu>
287
288         * configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com).
289
290 2005-04-14  Raja R Harinath  <rharinath@novell.com>
291
292         * mono/Makefile.am (DIST_SUBDIRS): Add 'handles' directory.
293         * configure.in (AC_OUTPUT): Add back 'mono/handles' directory.
294
295 2005-04-13  Raja R Harinath  <rharinath@novell.com>
296
297         * configure.in (AC_OUTPUT): Remove 'mono/handles' directory.
298
299 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
300
301         * configure.in: added checks for epoll().
302
303 2005-04-12  Geoff Norton  <gnorton@customerdna.com>
304
305         * configure.in: Disable -O2 on PPC until #74562 is fixed.
306
307 2005-04-11  James Willcox  <james@ximian.com>
308
309         * man/mkbundle.1: add --static option
310
311 2005-04-11  Zoltan Varga  <vargaz@freemail.hu>
312
313         * configure.in: Applied some freebsd patch from Bill Middleton <flashdict@gmail.com>.
314
315 2005-04-09  Zoltan Varga  <vargaz@freemail.hu>
316
317         * configure.in: Add --with-large-heap option to enable support for
318         GC heaps larger than 3GB. Hopefully fixes #73882.
319
320 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
321
322         * configure.in: define FD_SETSIZE=1024 on windows (the default is only
323         64). Re-add aio_* stuff. Shouldn't have removed it.
324
325 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
326
327         * configure.in: no more checks for aio_*.
328
329 2005-04-05  Zoltan Varga  <vargaz@freemail.hu>
330
331         * configure.in: Fix isinf detection on solaris.
332
333 2005-04-02  Raja R Harinath  <harinath@gmail.com>
334
335         * configure.in (pkg_config_path): Rename from PKG_PATH.  Fix build
336         with pkgconfig 0.16.0.
337
338 2005-04-01  Zoltan Varga  <vargaz@freemail.hu>
339
340         * configure.in: Fix sigaltstack detection on solaris.
341
342 2005-03-27  Raja R Harinath  <harinath@gmail.com>
343
344         * configure.in: Define mono_libdir using $(exec_prefix), seeing
345         that it uses .../lib.
346
347 2005-03-26  Ben Maurer  <bmaurer@ximian.com>
348
349         * configure.in: Use mono_libdir rather than libdir in
350         config.make. This fixes confusion for amd builds in buildbuddy.
351
352         * configure.in, */Makefile.am: fix up lib/lib64 type stuff
353
354 2005-03-24  Raja R Harinath  <rharinath@novell.com>
355
356         * configure.in (libgdiplus): Make more intuitive.
357         * runtime/Makefile.am (wrapper-config): Remove temporary file.
358         Update to change.
359
360 2005-03-23  Raja R Harinath  <rharinath@novell.com>
361
362         Allow testing of System.Drawing with a libgdiplus snapshot.
363         * configure.in (libgdiplus): New --with-libgdiplus option.  Allow
364         the location of libgdiplus to be overridden.
365         * runtime/Makefile.am (wrapper-config): Override location of
366         libgdiplus if requested.
367
368 2005-03-14  Raja R Harinath  <rharinath@novell.com>
369
370         * runtime/Makefile.am (clean_profiles): Remove.
371         (clean-local): Use $(build_profiles).
372         (install-local, uninstall-local): Don't override $(prefix).
373         (SUPPORT_FILES): New.  List of dependencies from ...
374         (all-local): ... here.  Use it.
375         (install-local): Depend on $(SUPPORT_FILES).
376
377 2005-03-02  Zoltan Varga  <vargaz@freemail.hu>
378
379         * docs/aot-compiler.txt: Add some more documentation.
380
381 2005-02-25  Raja R Harinath  <rharinath@novell.com>
382
383         * runtime/Makefile.am (centum_nunit_tests): Remove.  The
384         functionality has been moved to mcs/Makefile.
385         (test_select): Set ONLY_CENTUM_TESTS.
386
387 Thu Feb 24 15:16:18 CET 2005 Paolo Molaro <lupus@ximian.com>
388
389         * configure.in: add a check for compiler support of the
390         tls_model sttribute.
391
392 Mon Feb 21 17:14:34 CET 2005 Paolo Molaro <lupus@ximian.com>
393
394         * configure.in: don't imply that enabling ICU support is a good
395         thing to do.
396
397 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
398             Raja R Harinath  <rharinath@novell.com>
399
400         * configure.in: Emit exec_prefix and libdir into mcs/build/config.make.
401
402 2005-02-17  Raja R Harinath  <rharinath@novell.com>
403
404         * runtime/Makefile.am (cur_dir_cmd): New.  Use cygpath to get the
405         current directory in non-Cygwin form.
406         (PLATFORM_PATH_SEPARATOR): New.  $(PATH_SEPARATOR) has the "wrong"
407         value on cygwin. 
408         (mcs-compileall): Use them.
409
410 2005-02-15  Raja R Harinath  <rharinath@novell.com>
411
412         * scripts/Makefile.am ($(bin_SCRIPTS)): Depend on Makefile, so
413         that it picks up any changes in $prefix.
414         ($(bin2_SCRIPTS)): Likewise.
415
416 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
417
418         * scripts/dtd2xsd: Remove generated file from SVN.
419
420 2005-02-12  Cesar Lopez Nataren  <cnataren@novell.com>
421
422         * scripts/Makefile.am (bin_SCRIPTS): added mjs
423
424 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
425
426         * runtime/Makefile.am (centum_nunit_tests): Add corlib! Thanks to
427         nickd, miguel, et al. 
428
429 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
430
431         * configure.in: Add -Wdeclaration-after-statement option to CFLAGS if
432         gcc supports it to weed out pre ISO C99 code.
433
434 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
435
436         * data/net_1_1/DefaultWsdlHelpGenerator.aspx:
437         * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Don't use databinding where
438         not needed.
439
440 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
441
442         * configure.in: Check for curses.h.
443
444 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
445
446         * configure.in: define SOLARIS_CURSES when compiling for *solaris.
447         * mono/metadata/console-io.c: <curses.h> is needed by term.h on solaris.
448
449 2005-02-04  Raja R Harinath  <rharinath@novell.com>
450
451         * runtime/Makefile.am (wrapper-config): Elevated from being a test
452         support file called $(tmpinst)/config.
453         ($(tmpinst)/bin/mono): Simplify.
454         (mcs-do-compiler-tests,mcs-compileall): Update.
455         * runtime/mono-wrapper.in: Use wrapper-config.
456         
457         * Makefile.am (DIST_SUBDIRS): Sync with $(SUBDIRS).
458
459         * runtime/Makefile.am (verify_profiles): Remove.
460         (mcs-compileall): Use $(build_profiles) directly.  It now works on
461         the net_2_0 profile too.
462
463 2005-02-01  Raja R Harinath  <rharinath@novell.com>
464
465         * runtime/Makefile.am (test-support-files): New target.
466         (mcs-do-compiler-tests): Use it.
467         (mcs-compileall): Likewise.  Set MONO_PATH.  Remove
468         reference to #71963, since it's fixed, and it's breaking elsewhere.
469         Don't exit out on the first failing DLL.
470         ($(tmpinst)/config): Update to changes in data/config.in.
471
472 2005-01-31  Jonathan Pryor  <jonpryor@vt.edu>
473
474         * data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
475           Mono.Posix.dll.
476
477 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
478
479         * configure.in: check for term.h and termios.h
480
481 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
482
483         * runtime/Makefile.am (mcs-compileall): Disable this for the 2.0
484         profile because of bug #71963.
485
486 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
487
488         * runtime/Makefile.am (mcs-compileall): New test to compile all methods
489         in our assemblies.
490
491 2005-01-25  Raja R Harinath  <rharinath@novell.com>
492
493         * runtime/Makefile.am ($(tmpinst)/config): New test support file.
494         Map 'MonoPosixHelper' to in-tree version.
495         ($(tmpinst)/bin/mono): Use it.
496         (mcs-do-run-test-profiles): Use $(tmpinst)/bin/mono as the RUNTIME.
497
498 2005-01-20  Jonathan Pryor  <jonpryor@vt.edu>
499
500         * runtime/Makefile.am (centum_nunit_tests): Add class/Mono.Posix and
501           class/System, both of which pass all their unit tests.
502
503 2005-01-20  Raja R Harinath  <rharinath@novell.com>
504
505         * runtime/Makefile.am (centum_nunit_tests): New.  List of NUnit
506         tests that are currently passing 100%.
507         (test_select): Run those on 'make check'.
508
509 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
510
511         * Makefile.am : removed nsys4cygwin.zip which has been 404 for a while.
512
513 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
514
515         * Makefile.am (DIST_SUBDIRS): Distribute ikvm-native.
516
517 2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
518
519         * scripts/Makefile.am (bin_SCRIPTS): Remove whitespace after \.
520
521 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
522
523         * configure.in Makefile.am: Resurrect ikvm-jni.
524
525         * ikvm-native: New directory which contains a copy of the 'native'
526         module in IKVM cvs.
527
528 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
529
530         * configure.in: Add check for <checklist.h>.
531
532 2005-01-04  Jonathan Pryor  <jonpryor@vt.edu>
533
534         * configure.in: Add check for vsnprintf.
535
536 2005-01-04  Raja R Harinath  <rharinath@novell.com>
537
538         * runtime/Makefile.am (TEST_SUPPORT_FILES): Add $(tmpinst)/bin/mono.
539         ($(tmpinst)/bin/mono): New.
540
541 2005-01-03  Ben Maurer  <bmaurer@ximian.com>
542
543         * configure.in: Add mono-nunit to output
544         
545 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
546
547         * Makefile.am: Change build order so that support is built before runtime.
548           This is primarily so that I don't have to wait N hours for mcs to finish
549           building to find out if I broke the sparc build (again).
550
551 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
552
553         * configure.in: Add checks for getdomainname and setdomainname.
554
555 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
556
557         * configure.in: Add checks for <fstab.h> and <sys/vfstab.h>.
558
559 2005-01-02  Zoltan Varga  <vargaz@freemail.hu>
560
561         * configure.in ikvm-jni Makefile.am: Remove ikvm-jni, since IKVM CVS
562         now includes its own version.
563
564 2004-12-29  Duncan Mak  <duncan@ximian.com>
565
566         * man/monop.1: Add docs on the new "--search" flag.
567
568 2004-12-28  Jonathan Pryor  <jonpryor@vt.edu>
569
570         * configure.in: Add header & function checks for MonoPosixHelper.
571
572 2004-12-20  Raja R Harinath  <rharinath@novell.com>
573
574         * configure.in: Change from 'pax' format to 'ustar' format for the
575         tarfile, so that we can create packages on SuSE 9.0.
576
577 2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
578
579         * configure.in: isinf can be a macro and the test from AC_CHECK_FUNCTION
580         #undefines it before testing...
581
582 2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
583
584         * configure.in: check for ieeefp.h and isinf.
585
586 2004-12-15  Raja R Harinath  <rharinath@novell.com>
587
588         * configure.in ($mcsdir/build/config.make): Use $mcsdir relative
589         to the $srcdir.  Fix definition of 'prefix'.
590
591 2004-12-14  Raja R Harinath  <rharinath@novell.com>
592
593         * runtime/mono-wrapper.in (MONO_SHARED_DIR): Set.  Ensures that
594         state isn't shared between an installed runtime and the in-tree
595         runtime, and also ensure that both 'make check' and 'make
596         distcheck' can run in parallel.
597         * runtime/Makefile.am (clean-local): Remove the .wapi directory.
598
599 2004-12-09  Raja R Harinath  <rharinath@novell.com>
600
601         * README: Update with details about the new build setup.
602
603 2004-12-08  Raja R Harinath  <rharinath@novell.com>
604
605         * Makefile.am (get-monolite-latest): Update to new location of
606         bootstrap files in the mcs/ tree.
607
608 2004-12-07  Raja R Harinath  <rharinath@novell.com>
609
610         * configure.in: Set 'tar-pax' option for automake-1.9.
611
612 2004-12-07  Raja R Harinath  <rharinath@novell.com>
613
614         * runtime/Makefile.am (uninstall): New.
615
616 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
617
618         * configure.in: Disable -Wcast-align on sparc.
619
620 Mon Dec 6 15:00:53 CET 2004 Paolo Molaro <lupus@ximian.com>
621
622         * configure.in: add option to disable some features of
623         the runtime to create a smaller binary.
624
625 2004-12-03  Raja R Harinath  <rharinath@novell.com>
626
627         * configure.in (ENABLE_NUNIT_TESTS): New.
628         * runtime/Makefile.am (check-local): Use it to disable nunit
629         tests.  Ensure that the test dlls are always built, however.
630
631 2004-12-03  Raja R Harinath  <rharinath@novell.com>
632
633         * Makefile.am (dist-hook): Ensure we use the 'default' profile.
634         * mono/Makefile.am (HANDLES): New.  Disable 'handles' dir on Win32.
635         (SUBDIRS): Use it.  Move 'cil' before 'metadata'.
636         * runtime/Makefile.am (install-exec): Pass
637         RUNTIME_HAS_CONSISTENT_GACDIR to the mcs/ build.
638
639 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
640
641         * configure.in : Add a flag for systems which pass parameters in
642         registers as well as the stack.
643
644 2004-11-30  Raja R Harinath  <rharinath@novell.com>
645
646         * configure.in (AC_OUTPUT): Move runtime/Makefile to the end to
647         workaround a bug in automake 1.7.x.
648         * runtime/Makefile.am ($(symlinks)): Don't depend on config.status.
649
650 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
651
652         * configure.in: Removed support for configured-based bundles. 
653
654 2004-11-26  Raja R Harinath  <rharinath@novell.com>
655
656         * runtime/Makefile.am ($(symlinks)): Depend on config.status too.
657         * configure.in (runtime/etc/mono/1.0/machine.config): Use custom
658         command to create.
659         (runtime/etc/mono/2.0/machine.config): Likewise.
660         * Makefile.am (get-monolite-latest): Update to new style of
661         handling the "basic" profile.
662
663 2004-11-25  Raja R Harinath  <rharinath@novell.com>
664
665         * runtime/Makefile.am (all-local): Make mcs/ tree writeable if
666         necessary.
667         (distdir): New.  Using 'cygnus' option disables the automake rule.
668
669 2004-11-25  Raja R Harinath  <rharinath@novell.com>
670
671         * runtime/Makefile.am (check-local): Use $(mkinstalldirs).
672
673 2004-11-24  Raja R Harinath  <rharinath@novell.com>
674
675         * runtime/Makefile.am (AUTOMAKE_OPTIONS): Set to 'cygnus'. 
676         Prevent a redundant 'make all' pass during 'make check'.
677         (build_profiles): Rename from install_profiles.
678         (check_profiles): New.
679         (TEST_SUPPORT_FILES): Don't include 'gmcs' if we're not building
680         the .NET2.0 profile.
681         (all-local,check-local): Use them.
682         (install,install-exec,install-data): Override automake rules to
683         prevent a redundant 'make all' pass.
684         
685 2004-11-23  Chris Toshok  <toshok@ximian.com>
686
687         * Makefile.am (bootstrap): echo -> @echo.
688
689 2004-11-23  Raja R Harinath  <rharinath@novell.com>
690
691         Simplify 'make all' build.
692         * configure.in (mono_build_root, mono_runtime, mono_cfg_dir):
693         New AC_SUBSTed variables.
694         (runtime/mono-wrapper): New generated file.
695         (runtime/etc/mono/1.0/machine.config, runtime/etc/mono/2.0/machine.config):
696         New symlinks.
697         (AC_OUTPUT): Don't mention runtime/net_1_1 and runtime/net_2_0.
698         * Makefile.am (SUBDIRS): Remove '.'.
699         (tmpinst): Remove.
700         (get-monolite-latest): Update.
701         (populate-runtime-subdirs): Remove.
702         (all-local, check-local): Move rules related to building in the mcs/ tree ...
703         * runtime/Makefile.am: ... here.  Completely re-write file.
704         (install-exec-local): Transfer ownership of installing .exes and
705         .dlls to the Makefiles in the mcs/ tree.
706         (_tmpinst): Use tmpinst tree only during testing.
707         (SUBDIRS): Remove.
708         * runtime/mono-wrapper.in: New.  Template for generated file.
709         * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Remove.
710
711 2004-11-22  Raja R Harinath  <rharinath@novell.com>
712
713         * Makefile.am (bootstrap): Add a transitional target.
714
715 2004-11-19  Raja R Harinath  <rharinath@novell.com>
716
717         Integrate bootstrap build into 'make all'.  Most of the bootstrap
718         targets are gone.
719         * Makefile.am (SUBDIRS): Build current directory before 'runtime'.
720         (tmpinst): Change location.
721         (all-local): New.  Just invokes the build in mcs.
722         (check-local): New.  Invokes 'run-test-profiles' in mcs.
723         (get-monolite-latest): Update.  Move the unpacking code here,
724         since 'monolite-bootstrap' is no more.
725         (mcs-do-full-build): Don't set PATH.
726         (tmpinst-dir-contents): Remove mcs.
727         ($(tmpinst)/bin/mcs): Now used only during 'make check'.
728         ($(tmpinst)/bin/mono): Don't set MONO_PATH.
729         * README: Update to changes.
730
731 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
732
733         * configure.in: Disable static linking of mono if --disable-static is
734         given. Fixes #69466.
735
736 2004-11-15  Martin Baulig  <martin@ximian.com>
737
738         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Added Mono.C5.
739
740 Fri Nov 12 17:56:26 CET 2004 Paolo Molaro <lupus@ximian.com>
741
742         * configure.in, mono/mini/Makefile.am: control static
743         linking of the mono binary with a configure option.
744
745 2004-11-12  Jonathan Pryor <jonpryor@vt.edu>
746
747         * configure.in: Check for `struct dirent' members which don't
748           exist across all Unix platforms.
749
750 2004-11-08  Jonathan Pryor <jonpryor@vt.edu>
751
752         * configure.in: Add new function/header/type checks for use by
753           MonoPosixHelper (the support directory).
754
755 2004-11-08  Raja R Harinath  <rharinath@novell.com>
756
757         * configure.in (mcs_topdir, mcs_topdir_from_srcdir): New 'subst'ed
758         variables.  Used to support both an in-tree mcs/ and a sibling
759         mcs/ directory.
760         * Makefile.am (mcs_topdir): Remove.
761         (dist-hook): Distribute mcs/ as a subdirectory.
762         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
763         Use mcs_topdir and mcs_topdir_from_srcdir.
764         * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies) $(mdb_files)): 
765         Likewise.
766         (all-local): Depend on $(mdb_files) too.
767         * runtime/net_2_0/Makefile.am: Likewise.
768         
769 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
770
771         * runtime/net_2_0/Makefile.am (install-data-local): 
772         * runtime/net_1_1/Makefile.am (install-data-local): Applied patch
773         from Götz Waschk (waschk@informatik.uni-rostock.de). Make this work 
774         with DESTDIR.
775
776 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
777
778         * configure.in: Fix up --with-jit=no so it actually works. Fixes 
779         #61320.
780
781 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
782
783         * man/mono.1: documented MONO_THREADS_PER_CPU.
784
785 2004-10-29  Zoltan Varga  <vargaz@freemail.hu>
786
787         * configure.in: Add INCLUDED_LIBGC automake conditional.
788
789 2004-10-24  Jonathan Pryor <jonpryor@vt.edu>
790
791         * man/mono.1: Add documentation for the MONO_TRACE environment variable.
792
793 2004-10-14  Joe Shaw  <joeshaw@novell.com>
794
795         * man/mono.1: Fix the syntax of the M: trace syntax
796
797 2004-10-10  Zoltan Varga  <vargaz@freemail.hu>
798
799         * configure.in: Add some checks for cygwin weirdness.
800
801 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
802
803         * support/Makefile.am (libMonoPosixHelper_la_SOURCES): Do not build
804         zlib_macros if zlib.h is not found.
805
806         * configure.in: Add check for zlib.h.
807
808 2004-09-28  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
809
810         * mini-s390.c: Fix AND_IMM/OR_IMM/DIV_IMM/REM_IMM
811
812 2004-09-28  Raja R Harinath  <rharinath@novell.com>
813
814         * Makefile.am ($(tmpinst)/bin/pedump): New.
815         (mcs-do-run-test-profiles): Depend on it.
816
817 2004-09-27  Raja R Harinath  <rharinath@novell.com>
818
819         * Makefile.am (mono-do-testjit): New target, unused for now.  Runs
820         the mono testsuite in tests/.
821         (tmpinst-dir): Create etc/mono/2.0.
822         ($(tmpinst)/bin/ilasm, $(tmpinst)/etc/mono/2.0/machine.config): New.
823
824 2004-09-21 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
825
826         * configure.in: Cater for S/390 on Linux
827
828 2004-09-21    <vargaz@freemail.hu>
829
830         * configure.in: Link with ole32 on windows.
831
832 2004-09-20  Jackson Harper  <jackson@ximian.com>
833
834         * support/map.c/h: Add poll events map functions. Use values
835         instead of names for defines.
836         
837 2004-09-17  Martin Baulig  <martin@ximian.com>
838
839         * Makefile.am (mcs-do-compiler-tests): Reverted Raja's latest
840         change in this target.
841
842 2004-09-14  Raja R Harinath  <rharinath@novell.com>
843
844         * Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes to
845         reduce the number of passes.  We will get the assemblies signed in
846         the 'populate-runtime-subdir' phase.
847         (mcs-do-run-test-profiles): Rename from mcs-do-run-tests.  Use
848         'test-profiles' to test all profiles.
849         (mcs-do-compiler-tests): Use 'compiler-tests' target in mcs/.
850         (bootstrap-check): Update.
851         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): 
852         Simplify.
853
854 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
855
856         * Makefile.am (populate-runtime-subdir): Avoid -path argument to find
857         since it is not supported on solaris.
858
859 2004-09-03  Martin Baulig  <martin@ximian.com>
860
861         * Makefile.am (bootstrap-world): New target.
862
863 2004-09-02  Martin Baulig  <martin@ximian.com>
864
865         * runtime/net_1_1/Makefile.am (install-data-local): Install
866         mscorlib.dll.mdb into $(corlibdir).
867
868         * runtime/net_2_0/Makefile.am: Likewise.
869
870 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
871
872         * scripts/mcs.in: Remove obsolete comment.
873
874 2004-08-27  Lluis Sanchez Gual  <lluis@novell.com>
875
876         * data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix.
877         * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Added information about
878           basic profile compliance.
879         * data/net_2_0/machine.config: Use 2.0 assembly versions.
880
881 2004-08-26  Raja R Harinath  <rharinath@novell.com>
882
883         * Makefile.am (mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'.
884         ($(tmpinst)/bin/mbas): Create temporary wrapper file, so that the
885         testcases pick the built 'mbas.exe'.
886
887 2004-08-17  Zoltan Varga  <vargaz@freemail.hu>
888
889         * mono/os/gc_wrapper.h: Only use thread local alloc if using the included libgc, since the
890         stock one has broken headers.
891
892         * configure.in (PLATFORM_WIN32): Make the included libgc the default on windows.
893
894 2004-08-17  Dick Porter  <dick@ximian.com>
895
896         * configure.in: Correct intl library for FreeBSD and OpenBSD.
897         Fixes bug 62884, patch by Tom McLaughlin (tmclaugh@sdf.lonestar.org).
898
899 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
900
901         * configure.in: Set new automake variable LIBGC_STATIC_LIBS.
902
903 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
904
905         * configure.in (HAVE_KW_THREAD): Pass USE_COMPILER_TLS to libgc if
906         __thread works.
907
908 2004-08-11  Zoltan Varga  <vargaz@freemail.hu>
909
910         * configure.in: Fix __thread test.
911
912 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
913
914         * configure.in: Add proper checks for the 'undefined reference to '__tls_get_addr' problem.
915
916 2004-08-06  Geoff Norton  <gnorton@customerdna.com>
917
918         * configure.in: Add a kqueue check
919
920 2004-08-03  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
921
922         * configure.in: Enable S/390 64-bit JIT.
923
924 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
925
926         * configure.in: Enable AMD64 JIT.
927
928 2004-07-30  Martin Baulig  <martin@ximian.com>
929
930         * Makefile.am: The symbol writer is now called
931         Mono.CompilerServices.SymbolWriter.dll. 
932
933 2004-07-30  Raja R Harinath  <rharinath@novell.com>
934
935         * runtime/Makefile.am (monoone_DATA): Add mcs.exe.config.
936         (gmcs_exe): Add gmcs.exe.config.
937         ($(monoone_DATA) $(monotwo_DATA) ...): Add location of the .config
938         files too.
939
940 2004-07-29  Lluis Sanchez Gual  <lluis@novell.com>
941
942         * Makefile.am: Copy machine.config in the correct _tmpinst subdirectory.
943
944 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
945
946         * configure.in: Added data/net_1_1 and data/net_2_0 to the build.
947         * data/Makefile.am: Removed installation of machine.config and
948           DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific
949           directory.
950         * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for
951           installing 1.1 and 2.0 makefiles.
952         * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib
953           at the correct version specific directory.
954
955 2004-07-27  John Merryweather Cooper <john_m_cooper@yahoo.com>
956         * configure.in: Disable __thread test (TLS) for FreeBSD as
957         it succeeds on FreeBSD 5.x when it should fail.  Fix pthread
958         library detection for FreeBSD 4.x since pthread is embedded
959         in libc_r on this platform.  Fix some typos in my host
960         regexes for freebsd.
961
962 2004-07-23  Dick Porter  <dick@ximian.com>
963
964         * configure.in: Changes for FreeBSD thread support by John
965         Merryweather Cooper <john_m_cooper@yahoo.com>.
966
967 2004-07-15  Jackson Harper  <jackson@ximian.com>
968
969         * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH
970         
971 2004-07-12  Massimiliano Mantione  <massi@ximian.com>
972
973         * docs/abc-removal.txt: Updated documentation for ABC removal.
974
975 2004-07-12  Massimiliano Mantione  <massi@ximian.com>
976
977         * mono/mini/abcremoval.c: Rewritten most of ABC removal.
978         * mono/mini/abcremoval.h: Rewritten most of ABC removal.
979         * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite).
980         * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite).
981
982 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
983
984         * configure.in: Add --with-tls option to replace the misnamed 
985         --with-nptl option.
986
987 2004-07-02  Raja R Harinath  <rharinath@novell.com>
988
989         * Makefile.am (mcs-do-basic-build, mcs-do-short-build):
990         Pass NO_SIGN_ASSEMBLY=yes to sub-make.
991         ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work.
992
993 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
994
995         * man/mono.1: Added 'aot' to trace options.
996
997 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
998
999         * configure.in: Fix trunc check + add SPARC64 defines.
1000
1001 2004-06-29  Jackson Harper  <jackson@ximian.com>
1002
1003         * man/gacutil.1: Update man with new command line options.
1004         
1005 2004-06-29  Raja R Harinath  <rharinath@novell.com>
1006             Atsushi Enomoto  <atsushi@ximian.com>
1007
1008         * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR.
1009         (GAC_DIR): New define that doesn't include $(DESTDIR).
1010         (install-data-local,uninstall-local): Use them.  Use in-tree mono
1011         runtime, not the installed one.
1012
1013 2004-06-29  Raja R Harinath  <rharinath@novell.com>
1014
1015         * runtime/Makefile.am (gmcs_exe): New.  Set only if not W32.
1016         (monotwo_DATA): Use it.
1017         From Atsushi Enomoto.
1018
1019 2004-06-24  Raja R Harinath  <rharinath@novell.com>
1020
1021         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Put back
1022         ICSharpCode.SharpZipLib, not that it has a different version.
1023
1024 2004-06-24  Raja R Harinath  <rharinath@novell.com>
1025
1026         * Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.
1027         (tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat
1028         in W32.  Use 'mono' and 'mcs' in W32 too.
1029         (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap.
1030         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention
1031         nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib.
1032         Fix for #60443, the GAC .DLL-Hell.
1033
1034 2004-06-22  Raja R Harinath  <rharinath@novell.com>
1035
1036         * Makefile.am (bootstrap) [PLATFORM_WIN32]: Make two-stage.
1037
1038 2004-06-18  Jackson Harper  <jackson@ximian.com>
1039
1040         * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK. Add
1041         instructions on setting multiple mask values.
1042                 
1043 Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
1044
1045         * Makefile.am: process data before runtime, so the config file is
1046         installed and gacutil has a chance to work (finding symlink).
1047
1048 2004-06-18  Raja R Harinath  <rharinath@novell.com>
1049
1050         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): 
1051         Test if files exist in the mcs/ tree before creating symlinks.
1052         Remove symlinks before creating them again.
1053         * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
1054         * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
1055
1056 2004-06-18  Raja R Harinath  <rharinath@novell.com>
1057
1058         * scripts/Makefile.am (REWRITE): New.  Common rewriting 'sed' command.
1059         (bin_SCRIPTS): Unify all the script generating rules into one.
1060
1061 2004-06-16  Raja R Harinath  <rharinath@novell.com>
1062
1063         * Makefile.am (bootstrap) [PLATFORM_WIN32]: Open code.  Don't
1064         build and populate net_2_0 profile.
1065         (populate-runtime-subdir): Make into subroutine that takes list of
1066         profiles to populate.
1067         (faststrap): Update.
1068         (MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE): 
1069         Avoid automake conditional/+= problems.
1070         (populate-runtime-subdir): Rewrite sanity check.
1071
1072 2004-06-16  Raja R Harinath  <rharinath@novell.com>
1073
1074         Include prototype completely-untested 'make bootstrap' support for W32.
1075         * Makefile.am (bootstrap): Define to fasterstrap for W32.
1076         (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32.
1077         (tmpinst-dir): Change sub-make invoke to ...
1078         (tmpinst-dir-contents): ... this.  Build 'mono.bat' in W32 instead
1079         of 'mono' and 'mcs'.
1080         ($(tmpinst)/bin/mono.bat): New.
1081
1082 2004-06-15  Dick Porter  <dick@ximian.com>
1083
1084         * configure.in: Check for struct ip_mreqn and struct ip_mreq on
1085         windows too.  Fixes bug 55040.
1086
1087 Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro <lupus@ximian.com>
1088
1089         * configure.in: better explain that --with-nptl is not related to
1090         NPTL, but to __thread support. Set sigaltstack support to off by
1091         default.
1092
1093 2004-06-12  Raja R Harinath  <harinath@acm.org>
1094
1095         * Makefile.am (populate-runtime-subdir): Add _tmpinst directory
1096         to the PATH.
1097
1098 2004-06-11  Jackson Harper  <jackson@ximian.com>
1099
1100         * runtime/net_2_0/Makefile.am:
1101         * runtime/net_1_1/Makefile.am: Remove signing patches
1102         
1103 2004-06-11  Jackson Harper  <jackson@ximian.com>
1104
1105         * man/mono.1: Add documentation for MONO_GAC_PREFIX.
1106         * runtime/net_2_0/Makefile.am: 
1107         * runtime/net_1_1/Makefile.am: Sign assemblies before
1108         installing. Do not sign ziplib, npgsql, or nunit assemblies. Sign mscorlib.
1109         
1110 2004-06-11  Raja R Harinath  <rharinath@novell.com>
1111
1112         * Makefile.am (populate-runtime-subdir): New target.  Does a
1113         controlled "make install" in the 'mcs/' directory to populate the
1114         'runtime' directory.
1115         (fasterstrap): Use it.
1116
1117 2004-06-10  Raja R Harinath  <rharinath@novell.com>
1118
1119         * runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):
1120         Don't copy from prefix.  Use $(LN_S) to point to the mcs/ tree.
1121         * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)): 
1122         Use $(LN_S) to point to the mcs/ tree, rather than copying.
1123         * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise.
1124
1125 2004-06-10  Raja R Harinath  <rharinath@novell.com>     
1126
1127         Support the new assembly signing setup in mcs/.
1128         * Makefile.am (mcs-do-basic-build): Pass 'USE_BOOT_COMPILE' to sub-makes.
1129         ($(tmpinst)/etc/mono/machine.config): New target.
1130         (tmpinst-dir.stamp): Remove and rewrite into ...
1131         ($(tmpinst)/bin/mcs): ... this and ...
1132         ($(tmpinst)/bin/mono): ... this.  Update to use the in-tree machine.config.
1133         (tmpinst-dir): Rewrite to invoke above $(tmpinst)/... targets directly.
1134         * configure.in (AC_PROG_LN_S): New check to define $(LN_S).
1135         
1136 Thu Jun 3 14:39:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
1137
1138         * configure.in: libc setting for NetBSD (patch from recht@netbsd.org).
1139
1140 2004-06-01  Raja R Harinath  <rharinath@novell.com>
1141
1142         * Makefile.am (bootstrap,faststrap,fasterstrap): Refactor.
1143         Fix 'faststrap' to be corlib-version-change-safe.
1144         (one-stage-strap,two-stage-strap,three-stage-strap): Remove.
1145         (monolite-bootstrap): Update.
1146
1147 2004-05-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1148
1149         * configure.in: fixlets for windows.
1150
1151 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
1152
1153         * configure.in: export CC instead of passing it to libgc/configure.
1154
1155 2004-05-28  Duncan Mak  <duncan@ximian.com>
1156
1157         * runtime/Makefile.am: 
1158         * scripts/Makefile.am: Include mono-find-provides and
1159         mono-find-requires.
1160         
1161         * scripts/mono-find-provides.in:
1162         * scripts/mono-find-requires.in: New wrapper scripts.
1163
1164 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
1165
1166         * configure.in: Pass CC to libgc configure.
1167
1168 2004-05-27  Gert Driesen (drieseng@users.sourceforge.net)
1169
1170         * monowiz.win32.nsi: normalized line-endings to unix (LF)
1171
1172 2004-05-27  Gert Driesen (drieseng@users.sourceforge.net)
1173
1174         * monowiz.win32.nsi: do not include mono subdirectory in
1175         MonoConfigDir registry key, to match batch files
1176
1177 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1178
1179         * data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute
1180         values. Now they are URlEncoded.
1181
1182         * data/browscap.ini.gz: updated.
1183
1184 2004-05-26  Raja R Harinath  <rharinath@novell.com>
1185
1186         * Makefile.am (mcs-do-basic-build): No need to set MCS here.
1187         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to
1188         reflect new names for nunit.util and nunit.framework.  Add
1189         nunit.core.
1190         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise.
1191
1192 2004-05-25 Ben Maurer  <bmaurer@users.sourceforge.net>
1193
1194         * config.h.in: remove
1195
1196 2004-05-25 18:30 CET Patrik Torstensson <totte@hiddenpeaks.com>
1197
1198         * configure.in: Check for trunc instead of truncl (HAVE_TRUNC)
1199
1200 2004-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1201
1202         * Makefile.am:
1203         * monowiz.win32.nsi: improved windows installer script.
1204
1205 2004-05-21  Raja R Harinath  <rharinath@novell.com>
1206
1207         * README: Update to include instructions for the various new
1208         bootstrap-like targets.
1209
1210 2004-05-20  Raja R Harinath  <rharinath@novell.com>
1211
1212         * Makefile.am (get-monolite-latest, monolite-bootstrap):
1213         New bootstrap targets to build from monolite.
1214         Based on idea from Jaroslaw Kowalski <jaak@zd.com.pl>.
1215
1216 2004-05-20  Raja R Harinath  <rharinath@novell.com>
1217
1218         * configure.in (AC_OUTPUT): Add tools/Makefile and
1219         tools/locale-builder/Makefile.
1220         * Makefile.am (SUBDIRS): Remove tools.
1221         (DIST_SUBDIRS): Add 'tools'.
1222         (bootstrap): Rewrite so that we get two new targets.
1223         (faststrap): New two-stage build.
1224         (fasterstrap): New one-stage build.
1225
1226 2004-05-19  Jackson Harper  <jackson@ximain.com>
1227
1228         * tools/
1229         * tools/Makefile.am: Add tools directory
1230         * tools/locale-builder: Add the locale-builder tool, this tool is
1231         not built by default as it is only needed by people that wish to
1232         moidify culture data.
1233         * Makefile.am: Add tools to build
1234         
1235 Wed May 19 13:22:19 EDT 2004 Paolo Molaro <lupus@ximian.com>
1236
1237         * configure.in: make MacOSX default to use the included libgc.
1238
1239 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
1240
1241         * configure.in: Get rid of -DMONO_USE_EXC_TABLES.
1242
1243 2004-05-19  Raja R Harinath  <rharinath@novell.com>
1244
1245         * configure.in: Use proper autoconf idiom to pass additional
1246         arguments to libgc/configure.
1247         (PLATFORM_WIN32, NEED_LINK_UNLINK): Use three-argument AC_DEFINE.
1248         * acconfig.h: Update to reflect changes.
1249
1250 2004-05-17  Raja R Harinath  <rharinath@novell.com>
1251
1252         * Makefile.am (tmpinst-dir): Creates _tmpinst tree if
1253         necessary. Move body ...
1254         (tmpinst-dir.stamp): ... here.
1255         (stage3): Don't remove _tmpinst tree.
1256         (bootstrap-clean, bootstrap-check): New rules.  They run the
1257         corresponding rules in the mcs/ tree.
1258
1259 2004-05-14  Raja R Harinath  <rharinath@novell.com>
1260
1261         * Makefile.am: Revert unlogged unexplained changes.
1262         (stage3): Make 'all-profiles' since the mono source tarball
1263         carries all the net_2_0 preview dlls.
1264
1265 2004-05-11  Jackson Harper  <jackson@ximian.com>
1266
1267         * runtime/net_1_1/Makefile.am:
1268         * runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now.
1269         
1270 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1271
1272         * Makefile.am (tmpinst-dir): Always add $tmpinst/lib to MONO_PATH.
1273         Fix quoting of commands.
1274
1275 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1276
1277         * monowiz.win32.nsi: some changes i made to build the 0.91 win32 setup
1278         file.
1279
1280 2004-05-07  Bernie Solomon  <bernard@ugsolutions.com>
1281
1282         * man/mono.1: mention MONO_EGD_SOCKET
1283
1284 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1285
1286         Goodbye 'fullbuild', hello 'bootstrap'.
1287         * Makefile.am (bootstrap): New target for building from CVS.  New
1288         improved version of 'fullbuild' -- does not install any files.
1289         (fullbuild): Obsolete target.  Bootstraps and installs tree.
1290         (mcs-tree-safe-build,xinstall-runtime,mcs-rest,remove-binaries):
1291         Removed.
1292         (stage1,stage1-mcs,stage1-mono,stage2,stage3)
1293         (tmpinst-dir,tmpinst-runtime): New targets used to implement a
1294         two-stage bootstrap.
1295
1296 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1297
1298         * configure.in: scandir check is no longer needed.
1299
1300 2004-05-05  Bernie Solomon  <bernard@ugsolutions.com>
1301
1302         * configure.in: set LIBC on HPUX
1303
1304 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
1305
1306         * configure.in: Detect JNI headers in GNU classpath sources as well.
1307
1308 2004-05-05  Raja R Harinath  <rharinath@novell.com>
1309
1310         * runtime/net_2_0/Makefile.am (install-data-local, uninstall-local): 
1311         Only disable this if INSTALL_2_0 is disabled.
1312
1313 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1314
1315         * data/DefaultWsdlHelpGenerator.aspx: add any cookie in the request to
1316         the request we do for the actual web service.
1317
1318 2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1319
1320         * configure.in: check for SIGEV_THREAD being defined before checking
1321         for AIO support. Fixes compilation under FreeBSD.
1322
1323 2004-05-04  Raja R Harinath  <rharinath@novell.com>
1324
1325         * runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
1326         JIT_SUPPORTED.
1327         (install-data-local, uninstall-data-local): Run runtime with
1328         libtool.
1329         * runtime/net_2_0/Makefile.am: Likewise.
1330         Report from Urs C Muff <umuff@quark.com>.
1331
1332 2004-05-03  Jackson Harper  <jackson@ximian.com>
1333
1334         * man/gacutil.1: Basic man page for gacutil. This doesn't include
1335         the new non-standard options yet.
1336         
1337 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1338
1339         * data/machine.config: added version and publickeytoken.
1340
1341 2004-05-01  Duncan Mak  <duncan@ximian.com>
1342
1343         * runtime/net_1_1/Makefile.am:
1344         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Add NUnit
1345         dlls here.
1346         (non_gac_assemblies): Removed, every thing is migrated over to gac_assemblies.
1347         (EXTRA_DIST): Include only gac_assemblies.
1348         (dist_assemblies_DATA): It's referring to $(non_gac_assemblies)
1349         and that is no gone now. So remove as well.
1350         ($(non_gac_assemblies)): Bye bye.
1351
1352 2004-05-01  Duncan Mak  <duncan@ximian.com>
1353         
1354         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Add
1355         System.Web.Services. Someone accidentally took the line out.
1356
1357 2004-04-30  Jackson Harper  <jackson@ximian.com>
1358
1359         * runtime/net_1_1/Makefile.am:
1360         * runtime/net_2_0/Makefile.am: These assemblies are signed now.
1361         
1362 2004-04-30  Raja R Harinath  <rharinath@novell.com>
1363
1364         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dll
1365         suffix.
1366         (gac_assemblies, non_gac_assemblies, corlibdir, dist_corlib_DATA): 
1367         New variables.  Use Automake idioms.
1368         (dist-hook): Remove.
1369         (install-local, uninstall-local): Use mscorlib.dll from current
1370         tree when running gacutil.
1371         (mono_runtime): New variable.  Points to either JIT compiler or
1372         interpreter.  
1373         Report from Bernie Solomon <bernard@ugsolutions.com>
1374         * runtime/net_2_0/Makefile.am: Likewise.
1375         * runtime/Makefile.am (dist_monobins_DATA): Rename from
1376         monobins_DATA.
1377         (EXTRA_DIST): Remove.
1378         * Makefile.am (fullbuild): Update to changes.
1379
1380 2004-04-30  Jackson Harper  <jackson@ximian.com>
1381
1382         * runtime/net_2_0/Makefile.am:
1383         * runtime/net_1_1/Makefile.am: /lib/mono/gac. Dont forget the mono.
1384         
1385 2004-04-30  Duncan Mak  <duncan@ximian.com>
1386
1387         * runtime/Makefile.am ($(monobins_DATA)): Add sn.exe and sn.
1388         
1389 2004-04-29  Duncan Mak  <duncan@ximian.com>
1390
1391         * scripts/gmcs.in: New file.
1392
1393         * scripts/Makefile.am (EXTRA_DIST, bin_SCRIPTS, CLEANFILES): Add
1394         gmcs script.
1395
1396 2004-04-29  Jackson Harper  <jackson@ximian.com>
1397
1398         * runtime/net_2_0/Makefile.am: install 2.0 corlib to its own
1399         special little place.
1400         
1401 2004-04-29  Zoltan Varga  <vargaz@freemail.hu>
1402
1403         * acconfig.h configure.in: Add check for scandir.
1404
1405 2004-04-29  Raja R Harinath  <rharinath@novell.com>
1406
1407         * runtime/Makefile.am (monobins_DATA): Add gacutil.exe.
1408         (SUBDIRS): Build here before building subdirs.
1409         * runtime/net_1_1/Makefile.am (all-local): Copy
1410         $(gac_assemblies_list) here.
1411         (install-data-local): Install dll from $(srcdir).
1412         (gacutil): Pick from current tree.
1413         * runtime/net_2_0/Makefile.am: Likewise.
1414
1415         * Makefile.am (fullbuild): Update to changes in tree layout.
1416         * runtime/net_1_1/Makefile.am (install-data-local): Allow empty
1417         $(gac_assemblies_list).
1418         ($(gac_assemblies_list)): Pick libraries from 'class/lib/default',
1419         not 'class/lib/net_1_1'.
1420
1421 2004-04-28  Jackson Harper  <jackson@ximian.com>
1422
1423         * runtime/net_1_1/Makefile.am: Grab libs from proper directory, do
1424         not assume gacutil is installed.
1425         * runtime/net_2_0/Makefile.am: Do not assume gacutil is installed.
1426         
1427 2004-04-28  Jackson Harper  <jackson@ximian.com>
1428
1429         * configure.in: Add new Makefile.amS
1430         * runtime/Makefile.am: libs are now in profile dependant
1431         directories.
1432         * runtime/net_1_1/Makefile.am: Install and Uninstall the .net 1.1
1433         libs to the GAC.
1434         * runtime/net_2_0/Makefile.am: Install and Uninstall the .net 2.0
1435         libs to the GAC.
1436         * data/Makefile.am: cleanup browscap.ini
1437         
1438 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
1439
1440         * configure.in: reword message re EGD support
1441         now it is there
1442
1443 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1444
1445         * config.h.in:
1446         * configure.in: added check for sys/aio.h. Also check the field name
1447         in 'union sigval'.
1448
1449 2004-04-28  Jackson Harper  <jackson@ximian.com>
1450
1451         * scripts/Makefile.am:
1452         * scripts/gacutil.in: Add a gacutil script
1453
1454 2004-04-26  Jackson Harper  <jackson@ximian.com>
1455
1456         * Makefile.am: Grab libraries from lib/default now.
1457         * runtime/Makefile.am: Grab libraries from lib/default now.
1458         
1459 2004-04-26  Bernie Solomon  <bernard@ugsolutions.com>
1460
1461         * configure.in: move setting of NO_VERSION_SCRIPT
1462         until after checking for GNU ld
1463
1464 2004-04-22  Urs C Muff <umuff@quark.com>
1465
1466         move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on
1467         windows/cygwin refactor .nsi to simply maintenance on script/batch
1468         generation
1469         * runtime/Makefile.am
1470         * script/Makefile.am
1471         * monowiz.win32.nsi
1472
1473 2004-04-14  Raja R Harinath  <rharinath@novell.com>
1474
1475         * runtime/Makefile.am ($(assemblies_DATA)): Copy file into
1476         $(srcdir).  Clean up output.
1477         ($(monobins_DATA)): Likewise.
1478
1479         * Makefile.am (mcs-tree-safe-build): Fix typo.
1480
1481 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1482
1483         * configure.in: Added rules to check for getgrgid_r, getgrnam_r,
1484         getpwnam_r, getpwuid_r, getresuid and setresuid.
1485
1486 2004-04-13  Raja R Harinath  <rharinath@novell.com>
1487
1488         Allow 'make fullbuild' to work on non-srcdir build.
1489         * Makefile.am (mcs_topdir): New variable.
1490         (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir
1491         build.
1492         (xinstall-runtime): Likewise.  Use $(libgc_dir) directly, don't
1493         grep for 'libgc'.
1494         (fullbuild): Make ordering dependencies explicit.
1495         
1496 2004-04-12  Sachin Kumar <skumar1@novell.com>
1497
1498         * Makefile.am: Added 'web' in SUBDIRS
1499
1500 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1501
1502         * configure.in: don't try-run the tests for nptl and/or sigaltstack
1503         if they are disabled in the command line.
1504
1505 2004-04-05  Jackson Harper  <jackson@ximian.com>
1506
1507         * man/ilasm.1: Show /output instead of /out as the switch for
1508         specifying output file names.
1509
1510 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
1511
1512         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
1513
1514 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1515
1516         * config.h.in: added HAVE_GETPWUID_R
1517         * configure.in: check for getpwuid_r.
1518
1519 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
1520
1521         * configure.in: Fix GNU ld check.
1522
1523 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
1524
1525         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
1526         #55840.
1527         
1528         * configure.in: Disable -version-script if not using GNU ld. Fixes
1529         #55910.
1530
1531         * configure.in: Speedup successful sigaltstack test.
1532
1533
1534         * configure.in: don't try-run the tests for nptl and/or sigaltstack
1535         if they are disabled in the command line.
1536
1537 2004-04-05  Jackson Harper  <jackson@ximian.com>
1538
1539         * man/ilasm.1: Show /output instead of /out as the switch for
1540         specifying output file names.
1541
1542 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
1543
1544         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
1545
1546 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1547
1548         * config.h.in: added HAVE_GETPWUID_R
1549         * configure.in: check for getpwuid_r.
1550
1551 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
1552
1553         * configure.in: Fix GNU ld check.
1554
1555 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
1556
1557         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
1558         #55840.
1559         
1560         * configure.in: Disable -version-script if not using GNU ld. Fixes
1561         #55910.
1562
1563         * configure.in: Speedup successful sigaltstack test.
1564
1565 2004-03-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1566
1567         * configure.in: this test for sigaltstack works.
1568
1569 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
1570
1571         * configure.in: Disable sigaltstack test for now since it can hang.
1572         
1573         * configure.in: Add test for working sigaltstack.
1574 2004-03-16  Duncan Mak  <duncan@ximian.com>
1575
1576         * runtime/Makefile.am
1577         (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe):
1578         Remember to install them to mono/runtime.
1579
1580 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
1581
1582         * configure.in: Enable JIT on sparc.
1583
1584 2004-03-13  Martin Willemoes Hansen  <mwh@sysrq.dk>
1585
1586         * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
1587         breakage with gtkhtml-3.0.10
1588
1589 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
1590
1591         * configure.in acconfig.h: Add a --with-sigaltstack option for platforms
1592         where the sigaltstack based exception handling does not work.
1593
1594 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
1595
1596         * configure.in acconfig.h: Add check for aintl function, which is the
1597         solaris equivalent of truncl.
1598
1599 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
1600
1601         * configure.in: Add check for GC_enable.
1602         
1603         * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.
1604
1605 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
1606
1607         * configure.in: Add proper support for --with-nptl for people who
1608         have linking problems when it is enabled.
1609
1610 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
1611
1612         * configure.in: Add test for __thread keyword and shared libs.
1613
1614 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
1615
1616         * configure.in: Enable --with-nptl by default.
1617
1618 2004-02-03  Zoltan Varga  <vargaz@freemail.hu>
1619
1620         * configure.in: Applied patch from Adrian Bunk (bunk@fs.tum.de). Fix
1621         message for failed gethostbyname2_r check.
1622
1623 Fri Jan 23 16:07:05 EST 2004 Paolo Molaro <lupus@ximian.com>
1624
1625         * configure.in, acconfig.h: check for truncl. Disable 
1626         version script on MacOSX (see bug #51590 if a check becomes
1627         necessary).
1628
1629 Fri Jan 23 21:26:01 CET 2004 Paolo Molaro <lupus@ximian.com>
1630
1631         * configure.in, acconfig.h: added check for socklen_t.
1632
1633 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
1634
1635         * Makefile.am: Do not install mono.pc on platforms without a JIT.
1636
1637 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
1638
1639         * Makefile.am (remove-binaries): Get rid of non-portable >& construct.
1640
1641 2003-12-29  Miguel de Icaza  <miguel@ximian.com>
1642
1643         * scripts/sn.in: Add sn script.
1644
1645 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
1646
1647         * scripts/Makefile.am: Add al.exe.
1648
1649         * scripts/al.in: New file.
1650
1651         * runtime/Makefile.am: Add al.exe.
1652
1653 2004-01-10  Jackson Harper <jackson@ximian.com>
1654
1655         * data/machine.config: Add trace handler (Trace.axd) add trace
1656         configuration handlers.
1657         
1658 2004-01-06  Martin Willemoes Hansen  <mwh@sysrq.dk>
1659
1660         * doc/books: Added books on Web Services and ASP.NET
1661
1662 2004-01-04  Daniel Morgan <danielmorgan@verizon.net>
1663
1664         * monowiz.win32.nsi: update the NSIS installer script for windows
1665           to support NSIS 2.0 rc1 and Mono 0.29
1666
1667 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
1668
1669         * configure.in: missed in my last change
1670
1671         * samples/embed/testi.c: interpreter embedding example
1672
1673         * docs/embedded-api: add info on interpreter embedding
1674
1675 Mon Dec 22 18:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
1676
1677         * configure.in, acconfig.h: use mach semaphores on darwin.
1678
1679 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
1680
1681         * Makefile.am: Create mint.pc
1682         mint.pc.in: Added for embedding the interpreter
1683
1684 2003-12-16  Martin Baulig  <martin@ximian.com>
1685
1686         * Makefile.am: In a Makefile.am, comments are started with `#' and
1687         not with `dnl' - I must have been an idiot ...
1688
1689 2003-12-10  Todd Berman <tberman@gentoo.org>
1690
1691         * configure.in: adding libicu url to the ICU: no message.
1692
1693 2003-12-05  John Luke  <jluke@cfl.rr.com>
1694
1695         * data/config.in: new dll mapping entry for libgstreamer
1696         
1697 2003-12-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
1698
1699         * README: tiny fix ;-)
1700
1701 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
1702
1703         * configure.in: Add -fno-strict-aliasing to CFLAGS.
1704         
1705         * configure.in: Applied patch from recht@netbsd.org. Avoid linking in
1706         librt if not neccesary.
1707
1708 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
1709
1710         * configure.in: Fix signbit check. Fixes #51315.
1711
1712 2003-11-20  Jackson Harper <jackson@ximian.com>
1713
1714         * data/machine.config: Add OutputCacheModule
1715         
1716 2003-11-19  Jackson Harper <jackson@ximian.com>
1717
1718         * doc/web/team.xml: New email address and job description
1719         * doc/web/team/jackson.png: Picture of me debugging...seems appropriate
1720         
1721 2003-11-14  Jackson Harper <jackson@ximian.com>
1722
1723         * Makefile.am: delete mscorlib.dll
1724         
1725 2003-11-12 Jackson Harper <jackson@ximian.com>
1726
1727         * Makefile.am: corlib is now named mscorlib.dll
1728         
1729 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
1730
1731         * configure.in acconfig.h: Add check for signbit, which is missing in
1732         FreeBSD 4.x.
1733
1734 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
1735
1736         * configure.in: Remove debugging junk accidently checked in.
1737         
1738         * configure.in: Add new --with-nptl option to enable NPTL only
1739         features since auto-detection is not reliable.
1740
1741         * autogen.sh: Fix previous patch and silence noisy GNU which.   
1742
1743 2003-11-07  Bernie Solomon  <bernard@ugsolutions.com>
1744
1745         * autogen.sh: tweak glibtool check so it works
1746         if which doesn't set return code properly
1747
1748 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
1749
1750         * autogen.sh: Silence noisy GNU which.
1751         
1752         * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
1753         Use 'glibtool' instead of 'libtool' on OSX. 
1754
1755 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
1756
1757         * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
1758         of the managed/unmanaged boundary.
1759
1760 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
1761
1762         * configure.in acconfig.h: Add check for __thread keyword in gcc.
1763
1764 2003-10-29  Dick Porter  <dick@ximian.com>
1765
1766         * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
1767
1768 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
1769
1770         * man/mono.1: Document new --trace options
1771
1772 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
1773
1774         * configure.in: add hppa support (64bit only)
1775         make solaris build work with Forte compiler
1776
1777 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
1778
1779         * configure.in: Added check for pthread_attr_setstacksize.
1780
1781         * mono/tests/ChangeLog: New file.
1782         
1783 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
1784
1785         * mono/tests/Makefile.am: Link the tests with the test driver program
1786         used for the mini tests.
1787
1788 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
1789
1790         * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
1791         stdcall calling convention.
1792
1793 2003-10-09  Dick Porter  <dick@ximian.com>
1794
1795         * acconfig.h:
1796         * configure.in: Check for ICU availability
1797
1798 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
1799
1800         * mono/tests/libtest.c: fix after merge of pinvoke2.cs
1801
1802 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
1803
1804         * mono/tests/Makefile.am mono/tests/libtest.c
1805         mono/tests/pinvoke18.cs: new test for bool marshalling.
1806
1807 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
1808
1809         * mono/scripts/Makefile.am mono/scripts/*.in: fix
1810         managed .exe paths so they are found under cygwin.
1811
1812 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
1813
1814         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
1815         test.
1816
1817 2003-10-06  Bernie Solomon  <bernard@ugsolutions.com>
1818
1819         * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs 
1820         mono/tests/libtest.c: Add more pass by value struct
1821         tests for platforms with more complex calling conventions 
1822         (Sparc V9, HPPA 64 bit).
1823
1824 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
1825
1826         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
1827         marshalling test.
1828
1829 2003-10-04  Bernie Solomon  <bernard@ugsolutions.com>
1830
1831         * mono/tests/libtest.c: remove warnings except
1832         "no previous prototype"
1833
1834 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
1835
1836         * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
1837         behaviour of increment, (mono_test_marshal_char) = should be ==
1838
1839 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
1840
1841         * mono/tests/remoting1.cs: Added test for interface casts on
1842         TransparentProxies.
1843
1844 2003-09-24  Bernie Solomon  <bernard@ugsolutions.com>
1845
1846         * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs
1847           marshal5.cs: remove .so from DllImport of libtest to aid portability.
1848
1849 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
1850
1851         * configure.in: Added check for valgrind headers.
1852
1853 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
1854
1855         * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon
1856         (bernard@ugsolutions.com).
1857         
1858 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
1859
1860         * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon
1861         (bernard@ugsolutions.com).
1862
1863 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
1864
1865         * mono.pc.in: Added gthread-2.0.
1866
1867 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
1868
1869         * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
1870         can call g_thread_init ().
1871
1872 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
1873
1874         * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments 
1875         of static variables atomic. Fixes bug #47683.
1876
1877 2003-08-21  Johannes Roith  <johannes@jroith.de>
1878
1879         * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
1880
1881 2003-08-18  Johannes Roith  <johannes@jroith.de>
1882
1883         * mono/Makefile.am: add windows build option
1884         * mono/monowiz.win32.nsi: add windows build script
1885         * mono/mono-win32-light.bmp: add bitmap
1886
1887 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
1888
1889         * mono/tests/checked.cs: Added mul.ovf tests.
1890
1891 2003-08-15  Duncan Mak  <duncan@ximian.com>
1892
1893         * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
1894         correct ByteFX.Data.MySqlClient (note the change in
1895         capitalization). Thanks to Tom Wagner <Tom.Wagner@wacker.com> for
1896         spotting the error.
1897
1898 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
1899
1900         * mono/tests/bug-47295.cs: Regression test for bug #47295.
1901
1902 2003-08-11  Duncan Mak  <duncan@ximian.com>
1903
1904         * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
1905
1906 Sun Aug  3 21:12:13 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
1907
1908         * configure.in: added FPU test for ARM.
1909
1910 Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
1911
1912         * configure.in, etc.: portability fixes and support for
1913         buidling outside the srcdir from Laurent Morichetti <l_m@pacbell.net>.
1914
1915 2003-07-22  Duncan Mak  <duncan@ximian.com>
1916        
1917         * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
1918
1919 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
1920
1921         * mono/tests/Makefile.am: Add missing test. Make tests interruptable
1922         by Ctrl-C. Add testinterp target to run the tests with the interpreter.
1923         Do not try to build vararg.cs under mcs.
1924
1925         * configure.in: Fix detection of GC_gcj_malloc.
1926
1927 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1928
1929         * acconfig.h:
1930         * configure.in: Check for gethostbyname2_r availability.
1931         * data/machine.config: Added section system.net/settings. Added
1932         option for IPv6 availability.   
1933
1934 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
1935
1936         * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
1937
1938         * mono/tests/struct.cs: Add test for unboxing trampolines.
1939
1940         * mono/tests/bug-27420.cs: new regression test.
1941
1942         * mono/tests/Makefile.am: skip vararg test since it does not compile 
1943         under mono. Add testinterp target. Add new tests.
1944         
1945 2003-07-10  Martin Willemoes Hansen
1946
1947         * doc/web/team.xml : Modified my tasks a bit.
1948
1949 2003-07-01  Paolo Molaro <lupus@ximian.com>
1950
1951         * acconfig.h, configure.in: added bundle support.
1952
1953 2003-06-10  Dick Porter  <dick@ximian.com>
1954
1955         * acconfig.h:
1956         * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
1957         available.
1958
1959 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
1960
1961         * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
1962
1963 2003-06-10  Martin Baulig  <martin@ximian.com>
1964
1965         * configure.in: Fall back to boehm if we don't have a libgc
1966         subdirectory.
1967
1968 2003-06-10  Martin Baulig  <martin@ximian.com>
1969
1970         * configure.in: Make the libgc stuff actually work; we now create
1971         a shared libmonogc.so when using the included libgc.
1972
1973 2003-06-09  Martin Baulig  <martin@ximian.com>
1974
1975         * configure.in: Only check for gc if --with-gc=boehm.
1976
1977 2003-06-08  Martin Baulig  <martin@ximian.com>
1978
1979         * configure.in: Tell libgc's configure about our threads library.
1980
1981 2003-06-08  Martin Baulig  <martin@ximian.com>
1982
1983         * libgc/: Integrate the libgc module here.
1984
1985         [Note: A simple `cvs update' won't work this time; you either need
1986         to re-checkout the `mono' module or manually move the `libgc'
1987         module here.]
1988
1989         * configure.in (--with-gc): Added `included' option to use the
1990         included libgc.  This is now also the default.
1991         (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
1992         (INCLUDED_LIBGC): New automake conditional.
1993         (USE_INCLUDED_LIBGC): #define this if appropriate.
1994
1995         * autogen.sh: Run libgc/autogen.sh.
1996
1997         * Makefile.am (SUBDIRS): Added libgc.
1998
1999 2003-06-05  Duncan Mak  <duncan@ximian.com>
2000
2001         * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
2002         the package.
2003
2004 2003-05-19  Dick Porter  <dick@ximian.com>
2005
2006         * configure.in: Netbsd build fix by marc@informatik.uni-bremen.de.
2007
2008 2003-05-10  Martin Willemoes Hansen <mwh@sysrq.dk>
2009
2010         * scripts/Makefile.am: Added monoresgen secutil sqlsharp
2011           shell wrapper scripts.
2012
2013 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
2014
2015         * mono/tests/Makefile.am: 
2016         - Compile with mcs.
2017         - Disable some warnings.
2018         - Added executables to clean target.
2019         - Make testjit the default target.
2020         - Print list of failed tests at the end of a test run.
2021         - Abort tests when Ctrl-C is pressed.
2022
2023         * mono/tests/test-driver: Return with a special exit code when 
2024         SIGINT is detected.
2025
2026         * mono/tests/checked.cs: Make it compile.
2027         
2028 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
2029
2030         * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
2031         for the target exe binaries.
2032
2033         Copy cilc.exe and secutil.exe from the right paths to the right
2034         location.
2035
2036         Add missing assemblies.
2037
2038 2003-05-02  Alp Toker  <alp@atoker.com>
2039
2040         * data/config.in: new dll mapping entry for libglade
2041
2042 2003-05-01  Duncan Mak  <duncan@ximian.com>
2043
2044         * scripts/Makefile.am: 
2045         * runtime/Makefile.am: Install cilc and ilasm.
2046
2047 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
2048
2049         * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
2050
2051 2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>
2052
2053         * doc/web/team.xml : Added myself to it.
2054
2055 2003-04-10  Duncan Mak  <duncan@ximian.com>
2056
2057         * doc/web/render-team-page.cs: Make the names of the element be
2058         lowercase instead. BenM says this makes it XHTML compliant; heck,
2059         I'm generating this from an XmlDocument already, why not make it
2060         XHTML compliant?
2061
2062 2003-04-10  Duncan Mak  <duncan@ximian.com>
2063
2064         * doc/web/render-team-page.cs (Compare): Correctly fix
2065         ContributorComparer.
2066         (RenderHtml): Add some SetAttribute loving to make it render prettier.
2067
2068         * doc/web/team.xml: Revert excessive indenting.
2069
2070 2003-04-07  Martin Baulig  <martin@ximian.com>
2071
2072         * mono/mini/: Added this directory to the build; install `mini'
2073         and `libmini.la'.
2074
2075 2003-04-07  Duncan Mak  <duncan@ximian.com>
2076
2077         * doc/web/render-team-page.cs: Fix ContributorComparer.
2078
2079 2003-04-04  Duncan Mak  <duncan@ximian.com>
2080
2081         * doc/web/render-team-page.cs: Make it use 'none.png' if no image
2082         are specified in the XML.
2083
2084         * doc/web/team.xml: Remove the comment.
2085
2086         * doc/web/render-team-page.cs: Make it not output a full HTML file.
2087
2088 2003-04-04  Duncan Mak  <duncan@ximian.com>
2089
2090         * doc/web/commands: 
2091         * doc/web/makefile: Add team page information.
2092
2093         * doc/web/team.xml: 
2094         * doc/web/render-team-page.cs: Code for rendering a team page.
2095
2096 2003-04-02  Duncan Mak  <duncan@ximian.com>
2097
2098         * doc/web/makefile: Add a new make target for generating a team
2099         page on go-mono.com.
2100
2101 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
2102
2103         * configure.in: Added check for GC_gcj_malloc.
2104
2105 2003-04-04  Martin Willemoes Hansen <mwh@sysrq.dk>
2106
2107         * man/sqlsharp.1: changed pass= to password= for the 
2108           PostgreSql provider.
2109
2110 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2111
2112         * data/machine.config: added SessionStateModule to httpModules section.
2113
2114 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2115
2116         * data/machine.config: added default sessionState section and handler.
2117
2118 2003-02-17  Daniel Morgan <danmorg@sc.rr.com>
2119
2120         * doc/provider-factory: add new web page 
2121         about Mono.Data's ProviderFactory
2122
2123         * doc/web/commands
2124         * doc/web/makefile: add provider-factory web page to build
2125         
2126         * doc/ado-net
2127         * doc/ibmdb2
2128         * doc/postgresql
2129         * doc/sqlclient
2130         * doc/tdsclient
2131         * doc/sybase
2132         * doc/mysql
2133         * doc/firebird
2134         * doc/oracle
2135         * doc/oledb
2136         * doc/odbc
2137         * doc/sqlite: updated web pages
2138
2139 2003-02-16  Martin Baulig  <martin@ximian.com>
2140
2141         * doc/jit-debug-sample
2142         * doc/jit-debug-sample2: Removed.
2143
2144         * doc/jit-debug: Updated.
2145
2146 2003-02-13  Daniel Morgan <danmorg@sc.rr.com>
2147
2148         * doc/screenshots
2149         * doc/ado-net
2150         * doc/oracle
2151         * doc/gtk-sharp: update web pages
2152         
2153 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2154
2155         * data/machine.config: added sample globalization section.
2156
2157 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2158
2159         * data/machine.config: added UrlAuthorizationModule and
2160         AuthenticationConfigHandler.
2161
2162 2003-02-11  Tim Coleman <tim@timcoleman.com>
2163         * data/config.in: Add mapping for Oracle call interface
2164         (OCI) native libraries.
2165
2166 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2167
2168         * configure.in: added check for sys/un.h.
2169
2170 2003-01-29  Daniel Morgan <danmorg@sc.rr.com>
2171
2172         * doc/postgresql
2173         * doc/mysql
2174         * doc/ado-net: updates to web pages
2175         
2176         * man/sqlsharp.1: update to man page
2177
2178 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2179
2180         * configure.in: added WIN32_THREADS flag when building under windows.
2181         It seems that the header files of the gc do not always define it when
2182         GC_WIN32_THREADS is defined.
2183
2184 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
2185
2186         * doc/index
2187         * doc/ado-net
2188         * doc/firebird
2189         * doc/ibmdb2
2190         * doc/mysql
2191         * doc/odbc
2192         * doc/oledb
2193         * doc/oracle
2194         * doc/postgresql
2195         * doc/sqlclient
2196         * doc/sqlite
2197         * doc/sybase
2198         * doc/tdsclient: corrections
2199
2200 2003-01-26  Duncan Mak  <duncan@ximian.com>
2201
2202         * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
2203
2204 2003-01-22  Martin Baulig  <martin@ximian.com>
2205
2206         * configure.in: Set version number to 0.19.1.
2207
2208         Heads up: I'm going to commit some changes to the debugger
2209         which'll require you to use this new runtime, so if you update the
2210         debugger from CVS, you also need this new runtime.
2211
2212 2003-01-20  Duncan Mak  <duncan@ximian.com>
2213
2214         * configure.in: Bump the release number to 0.19.
2215           
2216 2003-01-19  Daniel Morgan <danmorg@sc.rr.com>
2217
2218         * doc/ibmdb2: added file which is new web page
2219         about IBM DB2 data provider at Mono.Data.DB2Client
2220         
2221         * makefile
2222         * commands: added ibmdb2 web page to go-mono web site
2223         
2224         * doc/ado-net: added a couple more developers email, plus made the
2225         email spam resistant, added Mono's DB2 data provider to list,
2226         added more info about the ProviderFactory and retrieving data using
2227         ADO.NET from ASP.NET, add notes about testing, misc cleanup
2228         
2229         * doc/mysql
2230         * doc/postgresql
2231         * doc/sqlclient
2232         * doc/oracle
2233         * doc/tdsclient
2234         * doc/firebird
2235         * doc/oledb
2236         * doc/odbc
2237         * doc/sybase
2238         * doc/sqlite: added testing notes and C# examples
2239         
2240         * doc/gtk-sharp: added links for GTK# for Windows
2241         
2242         * man/sqlsharp.1: added providers Npgsql and MySQLNet
2243
2244 2003-01-17  Duncan Mak  <duncan@ximian.com>
2245
2246         * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
2247
2248 2003-01-16  Martin Baulig  <martin@ximian.com>
2249
2250         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
2251         check again, we're now using the mono/io-layer for this.
2252
2253 Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus@ximian.com>
2254
2255         * configure.in: allow MacOSX (from various people).
2256
2257 2003-01-14  Martin Baulig  <martin@ximian.com>
2258
2259         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
2260
2261 2002-12-27  Jeroen Janssen <japj@darius.demon.nl>
2262         * fixed url for System.Windows.Forms in the class status
2263         
2264 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2265
2266         * configure.in: moved struct tm field tm_gmtoff check before the check
2267         for timezone global variable. This makes Timezone work for me (debian
2268         sid, linux, x86, which has both the field and the global variables).
2269
2270 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
2271
2272         * doc/oracle: added file which is
2273         a new web page oracle.html
2274
2275         * doc/ado-net: clean up and add link
2276         to oracle.html
2277         
2278         * doc/web/commands
2279         * doc/web/makefile: added oracle.html
2280
2281 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
2282
2283         * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
2284         
2285         * man/sqlsharpcli.1: renamed to sqlsharp.1
2286
2287 2002-12-09  Tim Haynes  <thaynes@openlinksw.co.uk>
2288
2289         * mono/jit/jit.c
2290         * mono/metadata/icall.c: added mono_install_get_config_dir() to
2291         utilize the MONO_CFG_DIR environment variable for specifying
2292         different machine.configs.
2293
2294 2002-12-06  Duncan Mak  <duncan@ximian.com>
2295
2296         * data/Makefile.am (EXTRA_DIST): Add machine.config
2297         (DISTCLEANFILES): Add config.
2298
2299 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
2300
2301         * man/sqlsharpcli.1: added file - a man page 
2302         for SQL# CLI
2303         
2304         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
2305         
2306 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
2307
2308         * doc/firebird: updated web page
2309
2310 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
2311
2312         * data/Config.in : added the gtk# dll mapping entries
2313
2314 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
2315
2316         * doc/firebird: updated web page based on input
2317         from the firebird .net data provider author
2318
2319 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
2320
2321         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
2322         been installed.
2323
2324 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
2325
2326         * doc/oledb
2327         * doc/odbc
2328         * doc/mysql
2329         * doc/sqlite
2330         * doc/sqlclient
2331         * doc/tdsclient
2332         * doc/sybase
2333         * doc/firebird: added web pages
2334         for each specific data provider
2335         
2336         * doc/ado-net
2337         * doc/postgresql: updated web page
2338         with current status
2339         
2340         * doc/web/commands
2341         * doc/web/makefile: updated to include
2342         new web pages
2343
2344 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2345
2346         * autogen.sh: make it work when MONO_PATH is set and it has more than
2347         one directory or ends in ":". Also check that the directory added to
2348         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
2349
2350 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
2351
2352         * configure.in: Also allow the miss-spelled bohem.
2353
2354 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
2355
2356         * doc/ado-net
2357         * doc/postgresql
2358         * doc/tds-providers: cleaned up the web pages
2359         
2360         * doc/web/commands: postgresql.html page was mistyped
2361
2362 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
2363
2364         * doc/ado-net: updated status of
2365         the ADO.NET functionality and providers
2366         and added link to tds-providers.html
2367
2368         * doc/tds-providers: added file to
2369         describe the design     and status of 
2370         the SqlClient, SybaseClient, and TdsClient
2371         ADO.NET providers.
2372
2373         * doc/web/makefile
2374         * doc/web/command: added new web page 
2375         tds-providers.html to build of  www.go-mono.com web site
2376         
2377 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
2378
2379         * doc/web/makefile
2380         * doc/web/commands:     web page 
2381         postgresql needed to be added
2382
2383 2002-10-13  Mark Crichton <crichton@gimp.org>
2384
2385         * doc/index: Even more spelling errors fixed.
2386
2387 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
2388
2389         * doc/adonet: updated status of all providers, added links, 
2390           and added information
2391           about the Mono.Data.SqliteClient provider that 
2392           Vladimir Vukicevic contributed. Added Brian Ritchie's 
2393           and Vladimir Vukicevic's email addresses as
2394           people to contact about ADO.NET in Mono.  
2395           Added information about SQL#, configuration tools, 
2396           and an ADO.NET Multiplexor, etc...  
2397
2398 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
2399
2400         * doc/index: corrected some mistypes
2401         
2402         * doc/adonet: updated the status and plans of all the ADO.NET providers
2403           and moved PostgreSQL specific stuff to doc/postgresql
2404
2405         * doc/postgresql: added new file to detail
2406           the status of the PostgreSQL ADO.NET provider
2407           and provide test notes for setting it up
2408
2409 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
2410
2411         * data/config.in: add entry for MySQL native shared libraries
2412           which are different on Windows and Linux
2413
2414 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
2415
2416         * doc/ccvs: Fixed some ugly formatting.
2417
2418 2002-10-03  Dick Porter  <dick@ximian.com>
2419
2420         * acconfig.h:
2421         * configure.in:  Freebsd pthread_t is a pointer
2422
2423 2002-10-01  Duncan Mak  <duncan@ximian.com>
2424
2425         * mono/os/Makefile.am: Add gc_wrapper.h.
2426
2427         * runtime/Makefile.am: Fix the path for monoresgen.exe.
2428
2429 2002-09-27  Dick Porter  <dick@ximian.com>
2430
2431         * configure.in: Check for semaphore.h.  Patch for BSD from
2432         jmmv@hispabsd.org (Julio Merino).
2433
2434 2002-09-20  Duncan Mak  <duncan@ximian.com>
2435
2436         * data/config.in: Added reference to libxslt.
2437
2438 2002-09-20  Mark Crichton  <crichton@gimp.org>
2439
2440         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
2441         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
2442         For systems that do not have such a virtual FS, define
2443         NEED_LINK_UNLINK.
2444
2445         * acconfig.h: added NEED_LINK_UNLINK
2446         
2447 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
2448
2449         * configure.in: add some needed defines to fix support of
2450         threads in the GC.
2451
2452 2002-09-19  Mark Crichton  <crichton@gimp.org>
2453
2454         * configure.in: Added checks for Solaris to use X/Open functionality.
2455         Really needed for the io-layer code.
2456
2457 2002-09-15  Andrew Birkett  <andy@nobugs.org>
2458
2459         * man/mcs.1: --probe is now --expect-error.
2460
2461 2002-09-09  Dick Porter  <dick@ximian.com>
2462
2463         * acconfig.h: 
2464         * configure.in: Simplify thread checks, by using canned rules for
2465         particular systems (based on the sleepycat db configure.in).
2466         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
2467         don't have a solaris machine to try it on.
2468
2469 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
2470
2471         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
2472
2473 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
2474
2475         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
2476         Security) to the OpenSSH keys required by mono CVS
2477         access.
2478
2479 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
2480
2481         * configure.in, mono/interpreter/interp.c,
2482         mono/io-layer/handles.c, mono/io-layer/processes.c,
2483         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
2484         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
2485         mono/metadata/appdomain.c, mono/metadata/class.c,
2486         mono/metadata/domain.c, mono/metadata/gc.c,
2487         mono/metadata/object.c, mono/metadata/reflection.c,
2488         mono/metadata/threads.c, mono/os/gc_wrapper.h,
2489         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
2490         wrap inclusion of gc.h for boehm, since from FreeBSD and
2491         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
2492         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
2493         to apply, and also makes it possible for me to build with
2494         GC on OpenBSD/macppc built by hand.
2495
2496 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
2497
2498         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
2499
2500 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
2501
2502         * mono/dis/dis-cil.c:
2503         * configure.in: Check for <wchar.h> via autoconf, don't use it if
2504         it isn't there, as it seems to work fine without it on OpenBSD.
2505
2506 2002-08-28  Dick Porter  <dick@ximian.com>
2507
2508         * mono/os/win32/util.c: 
2509         * mono/os/unix/util.c: 
2510         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
2511         (It doesn't do anything on unix builds, and the w32 version no
2512         longer needs an arg.)
2513
2514         * configure.in: Add HOST_CC for w32 builds
2515
2516 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
2517
2518         * configure.in: remove iconv checks.
2519
2520 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
2521
2522         * configure.in: Recognise OpenBSD/macppc as PowerPC.
2523
2524 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
2525
2526         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
2527         to error out if bison is missing.
2528
2529 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2530
2531         * configure.in: don't link against libdl on windoze.
2532
2533 2002-08-12  Dick Porter  <dick@ximian.com>
2534
2535         * mono.pc.in: Add $includedir to Cflags
2536
2537 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
2538
2539         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
2540         with pkg-config.
2541         * */Makefile.am: makefile overhaul to create a shared libmono library.
2542         * */*.h: do not include config.h in headers that should be installed.
2543
2544 2002-07-12  Dick Porter  <dick@ximian.com>
2545
2546         * acconfig.h:
2547         * configure.in: Check the size of sockaddr_un.sun_path
2548
2549 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
2550
2551         * man/Makefile.am (man_MANS): Added new man page
2552
2553         * man/mono-config.5: New manual page describing the mono-config
2554         file format. 
2555
2556 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
2557
2558         * configure.in: added checks for MSG_NOSIGNAL
2559
2560 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
2561
2562         * doc/ado-net: update the ado-net web page on go-mono.com
2563         input parameters support, beginnings of Mono.Data.MySQL 
2564         and System.Data.OleDb, updated the sample source code,
2565         and output from a PostgresTest
2566
2567 2002-05-21  Martin Baulig  <martin@gnome.org>
2568
2569         * mono.1: Documented the "--debug-args" debugging arguments.
2570
2571 2002-05-21  Martin Baulig  <martin@gnome.org>
2572
2573         * mono.1: Updated to reflect my latest changes and beautified this a bit.
2574         (FIXME: There are still command line argument which aren't documented here.)
2575
2576 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
2577
2578         * doc/ado-net: updated page to include C# code snippets using
2579         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
2580         works, executing/reading multiple results, and stored procedures.
2581         And other tweaks about the providers.  
2582
2583 2002-05-19  Martin Baulig  <martin@gnome.org>
2584
2585         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
2586         interpreter/Makefile.am.
2587
2588 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
2589
2590         * configure.in: search for pthread functions also in libc_r (patch
2591         from Garrett Rooney <rooneg@electricjellyfish.net>).
2592
2593 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
2594
2595         * doc/ado-net: added instructions for installing PostgreSQL on Linux
2596         and for using nant to re-compile just the System.Data.dll assembly
2597         on Windows.
2598
2599 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
2600
2601         * doc/ado-net: added instructions for compiling System.Data.dll
2602         (a subset of) on Linux.
2603
2604 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
2605
2606         * doc/ado-net: added links
2607
2608 2002-05-09  Dick Porter  <dick@ximian.com>
2609
2610         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
2611
2612 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2613
2614         * doc/ado-net: correct formatting
2615         * doc/index: added credit i forgot to add
2616
2617 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2618
2619         * doc/ado-net: i did not format it correctly earlier, i 
2620         tried added various tags where appropriate.
2621         
2622         * doc/index: added news item for May 5, 2002 - ado.net able
2623         to retrieve data now
2624
2625 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2626
2627         * doc/ado-net: updated the current status which
2628         I kept forgetting to do.
2629
2630 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2631
2632         * doc/ado-net: updated to includes an example for
2633         running ipc-daemon as a Windows service.  Thanks
2634         to gonzalo.
2635
2636 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
2637
2638         * doc/ado-net: updated to include installation of
2639         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
2640         Also included notes on running the System.Data/Test/PostgresTest.cs
2641         that should work on a lot of Mono installations that have
2642         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
2643         know.
2644
2645 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
2646
2647         * doc/ado-net: updated a little bit.
2648
2649 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
2650
2651         * configure.in: Added checks for timezone stuff.
2652
2653 2002-04-30  Dick Porter  <dick@ximian.com>
2654
2655         * acconfig.h:
2656         * configure.in: Added option to disable using shared memory for
2657         handles
2658
2659 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2660
2661         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
2662         defined problem under cygwin with latest version of automake and
2663         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
2664
2665 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2666
2667         * configure.in: removed -Wshadow from CFLAGS.
2668
2669 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
2670
2671         * status/maintainers.xml: added danmorg and myself for System.Data.*
2672         classes.
2673
2674         * status/class.xml: added System.Data.* classes.
2675
2676 2002-04-08  Dick Porter  <dick@ximian.com>
2677
2678         * configure.in: Set -mno-cygwin here rather than in the build script
2679
2680 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
2681
2682         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
2683
2684 2002-03-29  Martin Baulig  <martin@gnome.org>
2685
2686         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
2687         New files, added documentation for the debugging code.
2688
2689         * doc/web/commands: Added the debugging pages.
2690
2691         * docs/jit-debug: Removed, this is now on the web site.
2692
2693 2002-03-24  Martin Baulig  <martin@gnome.org>
2694
2695         * man/mcs.1: Documented the new --debug option and added a section
2696         about debugging support.
2697
2698         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
2699
2700 2002-03-21  Martin Baulig  <martin@gnome.org>
2701
2702         * configure.in: Added check for <elf.h>.
2703
2704 2002-03-18  Dick Porter  <dick@ximian.com>
2705
2706         * configure.in: Only look for libgc on the system.  Default to not
2707         using GC at all, because it doesn't work with the jit.
2708
2709 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
2710
2711         * configure.in: Add support for building the included boehm GC.
2712
2713 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
2714
2715         * configure.in: detect Boehm GC libs and add --with-gc switch.
2716         Boehm GC needs to be explicitly enabled since the JIT currently fails
2717         in some cases with it.
2718
2719 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
2720
2721         * mono/tests/fib.cs: it is now possible to pass a repeat count as
2722         command line argument, for example fib.exe 20 runs the test 20
2723         times. 
2724
2725 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
2726         * configure.in: added support for ARM target arch.
2727         Uncommented and modified arm-*-linux* target,
2728         added mono/arch/arm/Makefile to AC_OUTPUT list.
2729
2730 2002-02-21  Mark Crichton  <crichton@gimp.org>
2731
2732         * status/class.xml: Added contact info for RNGCryptoServiceProvider
2733         class and Rijndael classes.
2734         * status/maintainers.xml: Added contact info to maintainers list.
2735
2736 2002-02-21  Mark Crichton  <crichton@gimp.org>
2737  
2738         * configure.in: Add checks for a system-provided entropy device
2739         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
2740
2741 2002-02-20  Dick Porter  <dick@ximian.com>
2742
2743         * acconfig.h:
2744         * configure.in: Always build without cygwin support on windows
2745
2746 2002-02-19  Radek Doulik  <rodo@ximian.com>
2747
2748         * mono/tests/pinvoke.cs: use more pinvoke test methods
2749
2750 2002-02-19  Radek Doulik  <rodo@ximian.com>
2751
2752         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
2753         method
2754         (mono_test_many_byte_arguments): ditto
2755
2756 2002-02-18  Radek Doulik  <rodo@ximian.com>
2757
2758         * mono/tests/Makefile.am: added small test library for pinvoke
2759         testing
2760
2761         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
2762         new function to test pinvoke
2763
2764         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
2765         arguments
2766
2767         * mono/tests/Makefile.am: display # of passing tests too
2768         added simple shared library libtest with testing function for
2769         pinvoke
2770
2771 2002-02-17  Radek Doulik  <rodo@ximian.com>
2772
2773         * mono/tests/Makefile.am (test): display # of failed tests
2774
2775 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
2776
2777         * configure.in: Add checks for SOL_IP, SOL_TCP, and
2778         IP_PKTINFO. Also check for struct ip_mreqn.
2779
2780 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
2781
2782         * configure.in: Add checks to see if we need to link to libsocket,
2783         libnsl, and/or librt. Also check for inet_pton and inet_aton.
2784
2785 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
2786
2787         * acconfig.h: #undef USE_MONO_MUTEX
2788
2789         * configure.in: If the system pthread implementation is lacking,
2790         default to using mono-mutex.
2791
2792 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
2793
2794         * mono/tests/enum2.cs: new file with more enum tests.
2795
2796 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
2797
2798         * mono/tests/jit-long.cs: added some SHL/SHR tests
2799
2800 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
2801
2802         * configure.in: allow PKG_CONFIG_PATH for the build-platform
2803         pkg-config invocation.
2804
2805 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
2806
2807         * configure.in: add some support/fixes for cross-compilation.
2808
2809 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
2810
2811         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
2812         added tests for SUB_OVF, SUB_OVF_UN
2813
2814 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
2815
2816         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
2817
2818 2001-12-21  Aaron Weber  <aaron@ximian.com>
2819
2820         * doc/faq (A): added a linebreak that was missing and was causing
2821         a heading to appear badly.
2822
2823 2001-12-20  Aaron Weber  <aaron@ximian.com>
2824
2825         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
2826         questions into a single section.
2827
2828 2001-12-17  Aaron Weber  <aaron@ximian.com>
2829
2830         * doc/faq (Q): Question-by-question, line-by-line revision.
2831
2832 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
2833
2834         * mono/tests/time.cs: new test
2835
2836 2001-11-30  Radek Doulik  <rodo@ximian.com>
2837
2838         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
2839
2840 2001-11-29  Radek Doulik  <rodo@ximian.com>
2841
2842         * configure.in (ACCESS_UNALIGNED): uncommented and modified
2843         powerpc-*-linux* 
2844         generate mono/arch/ppc/Makefile
2845
2846 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
2847
2848         * mono/tests/exception3.cs: modified the test to show a bug in the
2849         current exception handling implementation.
2850
2851 2001-11-13  Dick Porter  <dick@ximian.com>
2852
2853         * configure.in: Some more tests for pthread features
2854         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
2855         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
2856
2857 2001-11-09  Dick Porter  <dick@ximian.com>
2858
2859         * configure.in: Try and get large file support, but it's not fatal
2860         if it's not there (the io-layer just ignores the high word in that
2861         case.)
2862
2863         Check for windows builds, and only bother to look for pthreads and
2864         large files if we're not building for cygwin or native win32.  Not
2865         having pthread support on Posix systems is now a fatal error.
2866
2867         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
2868         aclocal
2869
2870 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
2871
2872         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
2873         target testjit. 
2874
2875 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
2876
2877         * docs/object-layout: more documentation
2878
2879 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
2880
2881         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
2882         can't read on unaligned boundaries
2883
2884 2001-10-04  Dick Porter  <dick@ximian.com>
2885
2886         * configure.in: Do some deeper checks on pthreads for some of the
2887         more interesting functions
2888
2889 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
2890
2891         * mono/tests/Makefile.am (testjit): a new target to test the JITer
2892
2893         * mono/tests/jit-*: added some test for the JITer
2894
2895 2001-09-23  Dick Porter  <dick@ximian.com>
2896
2897         * configure.in: Arrange to compile dummy thread support routines
2898         if pthread isnt available
2899         
2900 2001-09-23  Dick Porter  <dick@ximian.com>
2901
2902         * configure.in: Check for pthread.h, so that we can check for the
2903         HAVE_PTHREAD_H define in config.h
2904
2905 2001-09-21  Dick Porter  <dick@ximian.com>
2906
2907         * configure.in: Check for libpthread
2908
2909 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
2910
2911         * mono/tests/test-ops.cs: added more tests
2912
2913 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
2914
2915         * configure.in: check for sizeof(void*) and for the architecture.
2916
2917 2001-09-05  Dick Porter  <dick@ximian.com>
2918
2919         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
2920         aclocal invocation, so putting aclocal files in /usr/local works
2921
2922 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
2923
2924         * *: removed the libffi dependency, mono now compiles on cygwin 
2925
2926         * mono/wrapper/build-dll: new file.
2927
2928 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
2929
2930         * mono/tests/console.cs: impl.
2931
2932         * mono/tests/box.cs: impl.
2933
2934         * mono/tests/stream-writer.cs: impl.
2935
2936 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
2937
2938         * mono/tests/*: New test cases, mostly for virtual method dispatch.
2939         Use make testb for the slow benchmarking programs,
2940         make test for the usual regression test checks.
2941
2942 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
2943
2944         * mono/cil/Makefile.am:
2945         * mono/wrapper/Makefile.am: use correct variables for installation
2946         directories
2947
2948 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
2949
2950         * mono/tests/exceptions*: enhanced and added more tests for
2951         exceptions.
2952
2953 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
2954
2955         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
2956         to pass make distcheck
2957
2958         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
2959
2960         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
2961         install-data-hook): Added mechanism to distribute and install the
2962         dll files.
2963
2964 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
2965
2966         * mono/tests/stream.cs: new tests for the Stream class
2967
2968         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
2969         added it again.
2970
2971 2001-08-16  Alex Graveley  <alex@ximian.com>
2972
2973         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
2974         removes libtool dependency on all of Mono.
2975
2976 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
2977
2978         * mono/tests/array.cs: more array tests
2979
2980 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
2981
2982         * mono/tests/array.cs: more array tests
2983
2984 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
2985
2986         * mono/tests/pinvoke.cs: we can now print strings ;-)
2987
2988         * mono/tests/array.cs: new test for arrays
2989
2990 2001-08-02  Alex Graveley  <alex@ximian.com>
2991
2992         * libffi/*: Import libffi CVS version, with minor changes to make it 
2993           compile.
2994
2995         * mono/interpreter/Makefile.am: Link against 
2996           ../../libffi/.libs/libffi.a.
2997
2998         * Makefile.am: Add libffi
2999
3000         * autogen.sh: Replace with adapted gnome autogen.sh
3001
3002         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
3003
3004 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
3005
3006         * mono/tests/pinvoke.cs: impl.
3007
3008 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
3009
3010         * configure.in, mono/tests: added some tests for the interpreter.
3011
3012 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
3013
3014         * doc/download: added instructions for cygwin
3015         
3016         * doc/c-sharp: removed bit about compiling
3017         
3018         * status/compare-assembly.cs: basedir should be there if
3019         parameters are provided.
3020
3021         * status/makefile: made targets to dump info.
3022         
3023 2001-07-15  Joe Shaw  <joe@ximian.com>
3024
3025         * configure.in: Don't create doc/Makefile as there's nothing there
3026         to make.
3027
3028         * Makefile.am: Don't build the doc directory because there's no
3029         Makefile.am there.
3030
3031         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
3032
3033 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
3034
3035         * doc/class-library (A): Updated FAQ with question on error 1595.
3036
3037 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
3038
3039         * doc/index: 
3040
3041 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
3042
3043         * status/*: scripts and data to create statistics about the
3044         class library status.
3045
3046 2001-07-09  Alex Graveley  <alex@ximian.com>
3047
3048         * doc/makefile (clean): Add clean target.
3049         * doc/web/makefile (clean): Ditto.
3050
3051 2001-07-09  Alex Graveley  <alex@ximian.com>
3052
3053         * doc/makefile (all-docs): Fix typo.
3054
3055 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
3056
3057         * NEWS: 
3058
3059