2004-09-24 Carlos Guzman Alvarez <carlosga@telefonica.net>
[mono.git] / ChangeLog
1 2004-09-21 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
2
3         * configure.in: Cater for S/390 on Linux
4
5 2004-09-21    <vargaz@freemail.hu>
6
7         * configure.in: Link with ole32 on windows.
8
9 2004-09-20  Jackson Harper  <jackson@ximian.com>
10
11         * support/map.c/h: Add poll events map functions. Use values
12         instead of names for defines.
13         
14 2004-09-17  Martin Baulig  <martin@ximian.com>
15
16         * Makefile.am (mcs-do-compiler-tests): Reverted Raja's latest
17         change in this target.
18
19 2004-09-14  Raja R Harinath  <rharinath@novell.com>
20
21         * Makefile.am (mcs-do-full-build): Pass NO_SIGN_ASSEMBLIES=yes to
22         reduce the number of passes.  We will get the assemblies signed in
23         the 'populate-runtime-subdir' phase.
24         (mcs-do-run-test-profiles): Rename from mcs-do-run-tests.  Use
25         'test-profiles' to test all profiles.
26         (mcs-do-compiler-tests): Use 'compiler-tests' target in mcs/.
27         (bootstrap-check): Update.
28         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): 
29         Simplify.
30
31 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
32
33         * Makefile.am (populate-runtime-subdir): Avoid -path argument to find
34         since it is not supported on solaris.
35
36 2004-09-03  Martin Baulig  <martin@ximian.com>
37
38         * Makefile.am (bootstrap-world): New target.
39
40 2004-09-02  Martin Baulig  <martin@ximian.com>
41
42         * runtime/net_1_1/Makefile.am (install-data-local): Install
43         mscorlib.dll.mdb into $(corlibdir).
44
45         * runtime/net_2_0/Makefile.am: Likewise.
46
47 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
48
49         * scripts/mcs.in: Remove obsolete comment.
50
51 2004-08-27  Lluis Sanchez Gual  <lluis@novell.com>
52
53         * data/net_1_1/DefaultWsdlHelpGenerator.aspx: Little fix.
54         * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Added information about
55           basic profile compliance.
56         * data/net_2_0/machine.config: Use 2.0 assembly versions.
57
58 2004-08-26  Raja R Harinath  <rharinath@novell.com>
59
60         * Makefile.am (mcs-do-run-test): Depend on '$(tmpinst)/bin/mbas'.
61         ($(tmpinst)/bin/mbas): Create temporary wrapper file, so that the
62         testcases pick the built 'mbas.exe'.
63
64 2004-08-17  Zoltan Varga  <vargaz@freemail.hu>
65
66         * mono/os/gc_wrapper.h: Only use thread local alloc if using the included libgc, since the
67         stock one has broken headers.
68
69         * configure.in (PLATFORM_WIN32): Make the included libgc the default on windows.
70
71 2004-08-17  Dick Porter  <dick@ximian.com>
72
73         * configure.in: Correct intl library for FreeBSD and OpenBSD.
74         Fixes bug 62884, patch by Tom McLaughlin (tmclaugh@sdf.lonestar.org).
75
76 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
77
78         * configure.in: Set new automake variable LIBGC_STATIC_LIBS.
79
80 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
81
82         * configure.in (HAVE_KW_THREAD): Pass USE_COMPILER_TLS to libgc if
83         __thread works.
84
85 2004-08-11  Zoltan Varga  <vargaz@freemail.hu>
86
87         * configure.in: Fix __thread test.
88
89 2004-08-07  Zoltan Varga  <vargaz@freemail.hu>
90
91         * configure.in: Add proper checks for the 'undefined reference to '__tls_get_addr' problem.
92
93 2004-08-06  Geoff Norton  <gnorton@customerdna.com>
94
95         * configure.in: Add a kqueue check
96
97 2004-08-03  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
98
99         * configure.in: Enable S/390 64-bit JIT.
100
101 2004-07-31  Zoltan Varga  <vargaz@freemail.hu>
102
103         * configure.in: Enable AMD64 JIT.
104
105 2004-07-30  Martin Baulig  <martin@ximian.com>
106
107         * Makefile.am: The symbol writer is now called
108         Mono.CompilerServices.SymbolWriter.dll. 
109
110 2004-07-30  Raja R Harinath  <rharinath@novell.com>
111
112         * runtime/Makefile.am (monoone_DATA): Add mcs.exe.config.
113         (gmcs_exe): Add gmcs.exe.config.
114         ($(monoone_DATA) $(monotwo_DATA) ...): Add location of the .config
115         files too.
116
117 2004-07-29  Lluis Sanchez Gual  <lluis@novell.com>
118
119         * Makefile.am: Copy machine.config in the correct _tmpinst subdirectory.
120
121 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
122
123         * configure.in: Added data/net_1_1 and data/net_2_0 to the build.
124         * data/Makefile.am: Removed installation of machine.config and
125           DefaultWsdlHelpGenerator.aspx. Those now are in a version-specific
126           directory.
127         * data/net_1_1/Makefile.am, data/net_2_0/Makefile.am: new makefiles for
128           installing 1.1 and 2.0 makefiles.
129         * runtime/net_1_1/Makefile.am, runtime/net_2_0/Makefile.am: Install mscorlib
130           at the correct version specific directory.
131
132 2004-07-27  John Merryweather Cooper <john_m_cooper@yahoo.com>
133         * configure.in: Disable __thread test (TLS) for FreeBSD as
134         it succeeds on FreeBSD 5.x when it should fail.  Fix pthread
135         library detection for FreeBSD 4.x since pthread is embedded
136         in libc_r on this platform.  Fix some typos in my host
137         regexes for freebsd.
138
139 2004-07-23  Dick Porter  <dick@ximian.com>
140
141         * configure.in: Changes for FreeBSD thread support by John
142         Merryweather Cooper <john_m_cooper@yahoo.com>.
143
144 2004-07-15  Jackson Harper  <jackson@ximian.com>
145
146         * man/gacutil.1: MONO_GAC_PREFIX not MONO_GAC_PATH
147         
148 2004-07-12  Massimiliano Mantione  <massi@ximian.com>
149
150         * docs/abc-removal.txt: Updated documentation for ABC removal.
151
152 2004-07-12  Massimiliano Mantione  <massi@ximian.com>
153
154         * mono/mini/abcremoval.c: Rewritten most of ABC removal.
155         * mono/mini/abcremoval.h: Rewritten most of ABC removal.
156         * mono/mini/build_relations_propagation_table.pl: Deleted (unneeded after the rewrite).
157         * mono/mini/propagated_relations_table.def: Deleted (unneeded after the rewrite).
158
159 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
160
161         * configure.in: Add --with-tls option to replace the misnamed 
162         --with-nptl option.
163
164 2004-07-02  Raja R Harinath  <rharinath@novell.com>
165
166         * Makefile.am (mcs-do-basic-build, mcs-do-short-build):
167         Pass NO_SIGN_ASSEMBLY=yes to sub-make.
168         ($(tmpinst)/bin/mono) [PLATFORM_WIN32]: Make it work.
169
170 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
171
172         * man/mono.1: Added 'aot' to trace options.
173
174 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
175
176         * configure.in: Fix trunc check + add SPARC64 defines.
177
178 2004-06-29  Jackson Harper  <jackson@ximian.com>
179
180         * man/gacutil.1: Update man with new command line options.
181         
182 2004-06-29  Raja R Harinath  <rharinath@novell.com>
183             Atsushi Enomoto  <atsushi@ximian.com>
184
185         * runtime/net_1_1/Makefile.am (GAC_ROOT_DIR): Renamed from GAC_DIR.
186         (GAC_DIR): New define that doesn't include $(DESTDIR).
187         (install-data-local,uninstall-local): Use them.  Use in-tree mono
188         runtime, not the installed one.
189
190 2004-06-29  Raja R Harinath  <rharinath@novell.com>
191
192         * runtime/Makefile.am (gmcs_exe): New.  Set only if not W32.
193         (monotwo_DATA): Use it.
194         From Atsushi Enomoto.
195
196 2004-06-24  Raja R Harinath  <rharinath@novell.com>
197
198         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Put back
199         ICSharpCode.SharpZipLib, not that it has a different version.
200
201 2004-06-24  Raja R Harinath  <rharinath@novell.com>
202
203         * Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.
204         (tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat
205         in W32.  Use 'mono' and 'mcs' in W32 too.
206         (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap.
207         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention
208         nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib.
209         Fix for #60443, the GAC .DLL-Hell.
210
211 2004-06-22  Raja R Harinath  <rharinath@novell.com>
212
213         * Makefile.am (bootstrap) [PLATFORM_WIN32]: Make two-stage.
214
215 2004-06-18  Jackson Harper  <jackson@ximian.com>
216
217         * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK. Add
218         instructions on setting multiple mask values.
219                 
220 Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
221
222         * Makefile.am: process data before runtime, so the config file is
223         installed and gacutil has a chance to work (finding symlink).
224
225 2004-06-18  Raja R Harinath  <rharinath@novell.com>
226
227         * runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)): 
228         Test if files exist in the mcs/ tree before creating symlinks.
229         Remove symlinks before creating them again.
230         * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
231         * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
232
233 2004-06-18  Raja R Harinath  <rharinath@novell.com>
234
235         * scripts/Makefile.am (REWRITE): New.  Common rewriting 'sed' command.
236         (bin_SCRIPTS): Unify all the script generating rules into one.
237
238 2004-06-16  Raja R Harinath  <rharinath@novell.com>
239
240         * Makefile.am (bootstrap) [PLATFORM_WIN32]: Open code.  Don't
241         build and populate net_2_0 profile.
242         (populate-runtime-subdir): Make into subroutine that takes list of
243         profiles to populate.
244         (faststrap): Update.
245         (MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE): 
246         Avoid automake conditional/+= problems.
247         (populate-runtime-subdir): Rewrite sanity check.
248
249 2004-06-16  Raja R Harinath  <rharinath@novell.com>
250
251         Include prototype completely-untested 'make bootstrap' support for W32.
252         * Makefile.am (bootstrap): Define to fasterstrap for W32.
253         (MCS_DIRS, MCS_FILES): Don't refer to Mono.CSharp.Debugger in W32.
254         (tmpinst-dir): Change sub-make invoke to ...
255         (tmpinst-dir-contents): ... this.  Build 'mono.bat' in W32 instead
256         of 'mono' and 'mcs'.
257         ($(tmpinst)/bin/mono.bat): New.
258
259 2004-06-15  Dick Porter  <dick@ximian.com>
260
261         * configure.in: Check for struct ip_mreqn and struct ip_mreq on
262         windows too.  Fixes bug 55040.
263
264 Mon Jun 14 18:38:34 CEST 2004 Paolo Molaro <lupus@ximian.com>
265
266         * configure.in: better explain that --with-nptl is not related to
267         NPTL, but to __thread support. Set sigaltstack support to off by
268         default.
269
270 2004-06-12  Raja R Harinath  <harinath@acm.org>
271
272         * Makefile.am (populate-runtime-subdir): Add _tmpinst directory
273         to the PATH.
274
275 2004-06-11  Jackson Harper  <jackson@ximian.com>
276
277         * runtime/net_2_0/Makefile.am:
278         * runtime/net_1_1/Makefile.am: Remove signing patches
279         
280 2004-06-11  Jackson Harper  <jackson@ximian.com>
281
282         * man/mono.1: Add documentation for MONO_GAC_PREFIX.
283         * runtime/net_2_0/Makefile.am: 
284         * runtime/net_1_1/Makefile.am: Sign assemblies before
285         installing. Do not sign ziplib, npgsql, or nunit assemblies. Sign mscorlib.
286         
287 2004-06-11  Raja R Harinath  <rharinath@novell.com>
288
289         * Makefile.am (populate-runtime-subdir): New target.  Does a
290         controlled "make install" in the 'mcs/' directory to populate the
291         'runtime' directory.
292         (fasterstrap): Use it.
293
294 2004-06-10  Raja R Harinath  <rharinath@novell.com>
295
296         * runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):
297         Don't copy from prefix.  Use $(LN_S) to point to the mcs/ tree.
298         * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)): 
299         Use $(LN_S) to point to the mcs/ tree, rather than copying.
300         * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise.
301
302 2004-06-10  Raja R Harinath  <rharinath@novell.com>     
303
304         Support the new assembly signing setup in mcs/.
305         * Makefile.am (mcs-do-basic-build): Pass 'USE_BOOT_COMPILE' to sub-makes.
306         ($(tmpinst)/etc/mono/machine.config): New target.
307         (tmpinst-dir.stamp): Remove and rewrite into ...
308         ($(tmpinst)/bin/mcs): ... this and ...
309         ($(tmpinst)/bin/mono): ... this.  Update to use the in-tree machine.config.
310         (tmpinst-dir): Rewrite to invoke above $(tmpinst)/... targets directly.
311         * configure.in (AC_PROG_LN_S): New check to define $(LN_S).
312         
313 Thu Jun 3 14:39:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
314
315         * configure.in: libc setting for NetBSD (patch from recht@netbsd.org).
316
317 2004-06-01  Raja R Harinath  <rharinath@novell.com>
318
319         * Makefile.am (bootstrap,faststrap,fasterstrap): Refactor.
320         Fix 'faststrap' to be corlib-version-change-safe.
321         (one-stage-strap,two-stage-strap,three-stage-strap): Remove.
322         (monolite-bootstrap): Update.
323
324 2004-05-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
325
326         * configure.in: fixlets for windows.
327
328 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
329
330         * configure.in: export CC instead of passing it to libgc/configure.
331
332 2004-05-28  Duncan Mak  <duncan@ximian.com>
333
334         * runtime/Makefile.am: 
335         * scripts/Makefile.am: Include mono-find-provides and
336         mono-find-requires.
337         
338         * scripts/mono-find-provides.in:
339         * scripts/mono-find-requires.in: New wrapper scripts.
340
341 2004-05-27  Zoltan Varga  <vargaz@freemail.hu>
342
343         * configure.in: Pass CC to libgc configure.
344
345 2004-05-27  Gert Driesen (drieseng@users.sourceforge.net)
346
347         * monowiz.win32.nsi: normalized line-endings to unix (LF)
348
349 2004-05-27  Gert Driesen (drieseng@users.sourceforge.net)
350
351         * monowiz.win32.nsi: do not include mono subdirectory in
352         MonoConfigDir registry key, to match batch files
353
354 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
355
356         * data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute
357         values. Now they are URlEncoded.
358
359         * data/browscap.ini.gz: updated.
360
361 2004-05-26  Raja R Harinath  <rharinath@novell.com>
362
363         * Makefile.am (mcs-do-basic-build): No need to set MCS here.
364         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to
365         reflect new names for nunit.util and nunit.framework.  Add
366         nunit.core.
367         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise.
368
369 2004-05-25 Ben Maurer  <bmaurer@users.sourceforge.net>
370
371         * config.h.in: remove
372
373 2004-05-25 18:30 CET Patrik Torstensson <totte@hiddenpeaks.com>
374
375         * configure.in: Check for trunc instead of truncl (HAVE_TRUNC)
376
377 2004-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
378
379         * Makefile.am:
380         * monowiz.win32.nsi: improved windows installer script.
381
382 2004-05-21  Raja R Harinath  <rharinath@novell.com>
383
384         * README: Update to include instructions for the various new
385         bootstrap-like targets.
386
387 2004-05-20  Raja R Harinath  <rharinath@novell.com>
388
389         * Makefile.am (get-monolite-latest, monolite-bootstrap):
390         New bootstrap targets to build from monolite.
391         Based on idea from Jaroslaw Kowalski <jaak@zd.com.pl>.
392
393 2004-05-20  Raja R Harinath  <rharinath@novell.com>
394
395         * configure.in (AC_OUTPUT): Add tools/Makefile and
396         tools/locale-builder/Makefile.
397         * Makefile.am (SUBDIRS): Remove tools.
398         (DIST_SUBDIRS): Add 'tools'.
399         (bootstrap): Rewrite so that we get two new targets.
400         (faststrap): New two-stage build.
401         (fasterstrap): New one-stage build.
402
403 2004-05-19  Jackson Harper  <jackson@ximain.com>
404
405         * tools/
406         * tools/Makefile.am: Add tools directory
407         * tools/locale-builder: Add the locale-builder tool, this tool is
408         not built by default as it is only needed by people that wish to
409         moidify culture data.
410         * Makefile.am: Add tools to build
411         
412 Wed May 19 13:22:19 EDT 2004 Paolo Molaro <lupus@ximian.com>
413
414         * configure.in: make MacOSX default to use the included libgc.
415
416 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
417
418         * configure.in: Get rid of -DMONO_USE_EXC_TABLES.
419
420 2004-05-19  Raja R Harinath  <rharinath@novell.com>
421
422         * configure.in: Use proper autoconf idiom to pass additional
423         arguments to libgc/configure.
424         (PLATFORM_WIN32, NEED_LINK_UNLINK): Use three-argument AC_DEFINE.
425         * acconfig.h: Update to reflect changes.
426
427 2004-05-17  Raja R Harinath  <rharinath@novell.com>
428
429         * Makefile.am (tmpinst-dir): Creates _tmpinst tree if
430         necessary. Move body ...
431         (tmpinst-dir.stamp): ... here.
432         (stage3): Don't remove _tmpinst tree.
433         (bootstrap-clean, bootstrap-check): New rules.  They run the
434         corresponding rules in the mcs/ tree.
435
436 2004-05-14  Raja R Harinath  <rharinath@novell.com>
437
438         * Makefile.am: Revert unlogged unexplained changes.
439         (stage3): Make 'all-profiles' since the mono source tarball
440         carries all the net_2_0 preview dlls.
441
442 2004-05-11  Jackson Harper  <jackson@ximian.com>
443
444         * runtime/net_1_1/Makefile.am:
445         * runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now.
446         
447 2004-05-10  Raja R Harinath  <rharinath@novell.com>
448
449         * Makefile.am (tmpinst-dir): Always add $tmpinst/lib to MONO_PATH.
450         Fix quoting of commands.
451
452 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
453
454         * monowiz.win32.nsi: some changes i made to build the 0.91 win32 setup
455         file.
456
457 2004-05-07  Bernie Solomon  <bernard@ugsolutions.com>
458
459         * man/mono.1: mention MONO_EGD_SOCKET
460
461 2004-05-07  Raja R Harinath  <rharinath@novell.com>
462
463         Goodbye 'fullbuild', hello 'bootstrap'.
464         * Makefile.am (bootstrap): New target for building from CVS.  New
465         improved version of 'fullbuild' -- does not install any files.
466         (fullbuild): Obsolete target.  Bootstraps and installs tree.
467         (mcs-tree-safe-build,xinstall-runtime,mcs-rest,remove-binaries):
468         Removed.
469         (stage1,stage1-mcs,stage1-mono,stage2,stage3)
470         (tmpinst-dir,tmpinst-runtime): New targets used to implement a
471         two-stage bootstrap.
472
473 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
474
475         * configure.in: scandir check is no longer needed.
476
477 2004-05-05  Bernie Solomon  <bernard@ugsolutions.com>
478
479         * configure.in: set LIBC on HPUX
480
481 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
482
483         * configure.in: Detect JNI headers in GNU classpath sources as well.
484
485 2004-05-05  Raja R Harinath  <rharinath@novell.com>
486
487         * runtime/net_2_0/Makefile.am (install-data-local, uninstall-local): 
488         Only disable this if INSTALL_2_0 is disabled.
489
490 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
491
492         * data/DefaultWsdlHelpGenerator.aspx: add any cookie in the request to
493         the request we do for the actual web service.
494
495 2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
496
497         * configure.in: check for SIGEV_THREAD being defined before checking
498         for AIO support. Fixes compilation under FreeBSD.
499
500 2004-05-04  Raja R Harinath  <rharinath@novell.com>
501
502         * runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
503         JIT_SUPPORTED.
504         (install-data-local, uninstall-data-local): Run runtime with
505         libtool.
506         * runtime/net_2_0/Makefile.am: Likewise.
507         Report from Urs C Muff <umuff@quark.com>.
508
509 2004-05-03  Jackson Harper  <jackson@ximian.com>
510
511         * man/gacutil.1: Basic man page for gacutil. This doesn't include
512         the new non-standard options yet.
513         
514 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
515
516         * data/machine.config: added version and publickeytoken.
517
518 2004-05-01  Duncan Mak  <duncan@ximian.com>
519
520         * runtime/net_1_1/Makefile.am:
521         * runtime/net_2_0/Makefile.am (gac_assemblies_list): Add NUnit
522         dlls here.
523         (non_gac_assemblies): Removed, every thing is migrated over to gac_assemblies.
524         (EXTRA_DIST): Include only gac_assemblies.
525         (dist_assemblies_DATA): It's referring to $(non_gac_assemblies)
526         and that is no gone now. So remove as well.
527         ($(non_gac_assemblies)): Bye bye.
528
529 2004-05-01  Duncan Mak  <duncan@ximian.com>
530         
531         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Add
532         System.Web.Services. Someone accidentally took the line out.
533
534 2004-04-30  Jackson Harper  <jackson@ximian.com>
535
536         * runtime/net_1_1/Makefile.am:
537         * runtime/net_2_0/Makefile.am: These assemblies are signed now.
538         
539 2004-04-30  Raja R Harinath  <rharinath@novell.com>
540
541         * runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dll
542         suffix.
543         (gac_assemblies, non_gac_assemblies, corlibdir, dist_corlib_DATA): 
544         New variables.  Use Automake idioms.
545         (dist-hook): Remove.
546         (install-local, uninstall-local): Use mscorlib.dll from current
547         tree when running gacutil.
548         (mono_runtime): New variable.  Points to either JIT compiler or
549         interpreter.  
550         Report from Bernie Solomon <bernard@ugsolutions.com>
551         * runtime/net_2_0/Makefile.am: Likewise.
552         * runtime/Makefile.am (dist_monobins_DATA): Rename from
553         monobins_DATA.
554         (EXTRA_DIST): Remove.
555         * Makefile.am (fullbuild): Update to changes.
556
557 2004-04-30  Jackson Harper  <jackson@ximian.com>
558
559         * runtime/net_2_0/Makefile.am:
560         * runtime/net_1_1/Makefile.am: /lib/mono/gac. Dont forget the mono.
561         
562 2004-04-30  Duncan Mak  <duncan@ximian.com>
563
564         * runtime/Makefile.am ($(monobins_DATA)): Add sn.exe and sn.
565         
566 2004-04-29  Duncan Mak  <duncan@ximian.com>
567
568         * scripts/gmcs.in: New file.
569
570         * scripts/Makefile.am (EXTRA_DIST, bin_SCRIPTS, CLEANFILES): Add
571         gmcs script.
572
573 2004-04-29  Jackson Harper  <jackson@ximian.com>
574
575         * runtime/net_2_0/Makefile.am: install 2.0 corlib to its own
576         special little place.
577         
578 2004-04-29  Zoltan Varga  <vargaz@freemail.hu>
579
580         * acconfig.h configure.in: Add check for scandir.
581
582 2004-04-29  Raja R Harinath  <rharinath@novell.com>
583
584         * runtime/Makefile.am (monobins_DATA): Add gacutil.exe.
585         (SUBDIRS): Build here before building subdirs.
586         * runtime/net_1_1/Makefile.am (all-local): Copy
587         $(gac_assemblies_list) here.
588         (install-data-local): Install dll from $(srcdir).
589         (gacutil): Pick from current tree.
590         * runtime/net_2_0/Makefile.am: Likewise.
591
592         * Makefile.am (fullbuild): Update to changes in tree layout.
593         * runtime/net_1_1/Makefile.am (install-data-local): Allow empty
594         $(gac_assemblies_list).
595         ($(gac_assemblies_list)): Pick libraries from 'class/lib/default',
596         not 'class/lib/net_1_1'.
597
598 2004-04-28  Jackson Harper  <jackson@ximian.com>
599
600         * runtime/net_1_1/Makefile.am: Grab libs from proper directory, do
601         not assume gacutil is installed.
602         * runtime/net_2_0/Makefile.am: Do not assume gacutil is installed.
603         
604 2004-04-28  Jackson Harper  <jackson@ximian.com>
605
606         * configure.in: Add new Makefile.amS
607         * runtime/Makefile.am: libs are now in profile dependant
608         directories.
609         * runtime/net_1_1/Makefile.am: Install and Uninstall the .net 1.1
610         libs to the GAC.
611         * runtime/net_2_0/Makefile.am: Install and Uninstall the .net 2.0
612         libs to the GAC.
613         * data/Makefile.am: cleanup browscap.ini
614         
615 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
616
617         * configure.in: reword message re EGD support
618         now it is there
619
620 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
621
622         * config.h.in:
623         * configure.in: added check for sys/aio.h. Also check the field name
624         in 'union sigval'.
625
626 2004-04-28  Jackson Harper  <jackson@ximian.com>
627
628         * scripts/Makefile.am:
629         * scripts/gacutil.in: Add a gacutil script
630
631 2004-04-26  Jackson Harper  <jackson@ximian.com>
632
633         * Makefile.am: Grab libraries from lib/default now.
634         * runtime/Makefile.am: Grab libraries from lib/default now.
635         
636 2004-04-26  Bernie Solomon  <bernard@ugsolutions.com>
637
638         * configure.in: move setting of NO_VERSION_SCRIPT
639         until after checking for GNU ld
640
641 2004-04-22  Urs C Muff <umuff@quark.com>
642
643         move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on
644         windows/cygwin refactor .nsi to simply maintenance on script/batch
645         generation
646         * runtime/Makefile.am
647         * script/Makefile.am
648         * monowiz.win32.nsi
649
650 2004-04-14  Raja R Harinath  <rharinath@novell.com>
651
652         * runtime/Makefile.am ($(assemblies_DATA)): Copy file into
653         $(srcdir).  Clean up output.
654         ($(monobins_DATA)): Likewise.
655
656         * Makefile.am (mcs-tree-safe-build): Fix typo.
657
658 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
659
660         * configure.in: Added rules to check for getgrgid_r, getgrnam_r,
661         getpwnam_r, getpwuid_r, getresuid and setresuid.
662
663 2004-04-13  Raja R Harinath  <rharinath@novell.com>
664
665         Allow 'make fullbuild' to work on non-srcdir build.
666         * Makefile.am (mcs_topdir): New variable.
667         (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir
668         build.
669         (xinstall-runtime): Likewise.  Use $(libgc_dir) directly, don't
670         grep for 'libgc'.
671         (fullbuild): Make ordering dependencies explicit.
672         
673 2004-04-12  Sachin Kumar <skumar1@novell.com>
674
675         * Makefile.am: Added 'web' in SUBDIRS
676
677 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
678
679         * configure.in: don't try-run the tests for nptl and/or sigaltstack
680         if they are disabled in the command line.
681
682 2004-04-05  Jackson Harper  <jackson@ximian.com>
683
684         * man/ilasm.1: Show /output instead of /out as the switch for
685         specifying output file names.
686
687 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
688
689         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
690
691 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
692
693         * config.h.in: added HAVE_GETPWUID_R
694         * configure.in: check for getpwuid_r.
695
696 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
697
698         * configure.in: Fix GNU ld check.
699
700 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
701
702         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
703         #55840.
704         
705         * configure.in: Disable -version-script if not using GNU ld. Fixes
706         #55910.
707
708         * configure.in: Speedup successful sigaltstack test.
709
710
711         * configure.in: don't try-run the tests for nptl and/or sigaltstack
712         if they are disabled in the command line.
713
714 2004-04-05  Jackson Harper  <jackson@ximian.com>
715
716         * man/ilasm.1: Show /output instead of /out as the switch for
717         specifying output file names.
718
719 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
720
721         * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
722
723 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
724
725         * config.h.in: added HAVE_GETPWUID_R
726         * configure.in: check for getpwuid_r.
727
728 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
729
730         * configure.in: Fix GNU ld check.
731
732 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
733
734         * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
735         #55840.
736         
737         * configure.in: Disable -version-script if not using GNU ld. Fixes
738         #55910.
739
740         * configure.in: Speedup successful sigaltstack test.
741
742 2004-03-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
743
744         * configure.in: this test for sigaltstack works.
745
746 2004-03-20  Zoltan Varga  <vargaz@freemail.hu>
747
748         * configure.in: Disable sigaltstack test for now since it can hang.
749         
750         * configure.in: Add test for working sigaltstack.
751 2004-03-16  Duncan Mak  <duncan@ximian.com>
752
753         * runtime/Makefile.am
754         (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe):
755         Remember to install them to mono/runtime.
756
757 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
758
759         * configure.in: Enable JIT on sparc.
760
761 2004-03-13  Martin Willemoes Hansen  <mwh@sysrq.dk>
762
763         * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
764         breakage with gtkhtml-3.0.10
765
766 2004-03-10  Zoltan Varga  <vargaz@freemail.hu>
767
768         * configure.in acconfig.h: Add a --with-sigaltstack option for platforms
769         where the sigaltstack based exception handling does not work.
770
771 2004-03-08  Zoltan Varga  <vargaz@freemail.hu>
772
773         * configure.in acconfig.h: Add check for aintl function, which is the
774         solaris equivalent of truncl.
775
776 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
777
778         * configure.in: Add check for GC_enable.
779         
780         * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.
781
782 2004-02-19  Zoltan Varga  <vargaz@freemail.hu>
783
784         * configure.in: Add proper support for --with-nptl for people who
785         have linking problems when it is enabled.
786
787 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
788
789         * configure.in: Add test for __thread keyword and shared libs.
790
791 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
792
793         * configure.in: Enable --with-nptl by default.
794
795 2004-02-03  Zoltan Varga  <vargaz@freemail.hu>
796
797         * configure.in: Applied patch from Adrian Bunk (bunk@fs.tum.de). Fix
798         message for failed gethostbyname2_r check.
799
800 Fri Jan 23 16:07:05 EST 2004 Paolo Molaro <lupus@ximian.com>
801
802         * configure.in, acconfig.h: check for truncl. Disable 
803         version script on MacOSX (see bug #51590 if a check becomes
804         necessary).
805
806 Fri Jan 23 21:26:01 CET 2004 Paolo Molaro <lupus@ximian.com>
807
808         * configure.in, acconfig.h: added check for socklen_t.
809
810 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
811
812         * Makefile.am: Do not install mono.pc on platforms without a JIT.
813
814 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
815
816         * Makefile.am (remove-binaries): Get rid of non-portable >& construct.
817
818 2003-12-29  Miguel de Icaza  <miguel@ximian.com>
819
820         * scripts/sn.in: Add sn script.
821
822 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
823
824         * scripts/Makefile.am: Add al.exe.
825
826         * scripts/al.in: New file.
827
828         * runtime/Makefile.am: Add al.exe.
829
830 2004-01-10  Jackson Harper <jackson@ximian.com>
831
832         * data/machine.config: Add trace handler (Trace.axd) add trace
833         configuration handlers.
834         
835 2004-01-06  Martin Willemoes Hansen  <mwh@sysrq.dk>
836
837         * doc/books: Added books on Web Services and ASP.NET
838
839 2004-01-04  Daniel Morgan <danielmorgan@verizon.net>
840
841         * monowiz.win32.nsi: update the NSIS installer script for windows
842           to support NSIS 2.0 rc1 and Mono 0.29
843
844 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
845
846         * configure.in: missed in my last change
847
848         * samples/embed/testi.c: interpreter embedding example
849
850         * docs/embedded-api: add info on interpreter embedding
851
852 Mon Dec 22 18:27:14 CET 2003 Paolo Molaro <lupus@ximian.com>
853
854         * configure.in, acconfig.h: use mach semaphores on darwin.
855
856 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
857
858         * Makefile.am: Create mint.pc
859         mint.pc.in: Added for embedding the interpreter
860
861 2003-12-16  Martin Baulig  <martin@ximian.com>
862
863         * Makefile.am: In a Makefile.am, comments are started with `#' and
864         not with `dnl' - I must have been an idiot ...
865
866 2003-12-10  Todd Berman <tberman@gentoo.org>
867
868         * configure.in: adding libicu url to the ICU: no message.
869
870 2003-12-05  John Luke  <jluke@cfl.rr.com>
871
872         * data/config.in: new dll mapping entry for libgstreamer
873         
874 2003-12-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
875
876         * README: tiny fix ;-)
877
878 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
879
880         * configure.in: Add -fno-strict-aliasing to CFLAGS.
881         
882         * configure.in: Applied patch from recht@netbsd.org. Avoid linking in
883         librt if not neccesary.
884
885 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
886
887         * configure.in: Fix signbit check. Fixes #51315.
888
889 2003-11-20  Jackson Harper <jackson@ximian.com>
890
891         * data/machine.config: Add OutputCacheModule
892         
893 2003-11-19  Jackson Harper <jackson@ximian.com>
894
895         * doc/web/team.xml: New email address and job description
896         * doc/web/team/jackson.png: Picture of me debugging...seems appropriate
897         
898 2003-11-14  Jackson Harper <jackson@ximian.com>
899
900         * Makefile.am: delete mscorlib.dll
901         
902 2003-11-12 Jackson Harper <jackson@ximian.com>
903
904         * Makefile.am: corlib is now named mscorlib.dll
905         
906 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
907
908         * configure.in acconfig.h: Add check for signbit, which is missing in
909         FreeBSD 4.x.
910
911 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
912
913         * configure.in: Remove debugging junk accidently checked in.
914         
915         * configure.in: Add new --with-nptl option to enable NPTL only
916         features since auto-detection is not reliable.
917
918         * autogen.sh: Fix previous patch and silence noisy GNU which.   
919
920 2003-11-07  Bernie Solomon  <bernard@ugsolutions.com>
921
922         * autogen.sh: tweak glibtool check so it works
923         if which doesn't set return code properly
924
925 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
926
927         * autogen.sh: Silence noisy GNU which.
928         
929         * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
930         Use 'glibtool' instead of 'libtool' on OSX. 
931
932 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
933
934         * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
935         of the managed/unmanaged boundary.
936
937 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
938
939         * configure.in acconfig.h: Add check for __thread keyword in gcc.
940
941 2003-10-29  Dick Porter  <dick@ximian.com>
942
943         * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
944
945 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
946
947         * man/mono.1: Document new --trace options
948
949 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
950
951         * configure.in: add hppa support (64bit only)
952         make solaris build work with Forte compiler
953
954 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
955
956         * configure.in: Added check for pthread_attr_setstacksize.
957
958         * mono/tests/ChangeLog: New file.
959         
960 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
961
962         * mono/tests/Makefile.am: Link the tests with the test driver program
963         used for the mini tests.
964
965 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
966
967         * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
968         stdcall calling convention.
969
970 2003-10-09  Dick Porter  <dick@ximian.com>
971
972         * acconfig.h:
973         * configure.in: Check for ICU availability
974
975 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
976
977         * mono/tests/libtest.c: fix after merge of pinvoke2.cs
978
979 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
980
981         * mono/tests/Makefile.am mono/tests/libtest.c
982         mono/tests/pinvoke18.cs: new test for bool marshalling.
983
984 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
985
986         * mono/scripts/Makefile.am mono/scripts/*.in: fix
987         managed .exe paths so they are found under cygwin.
988
989 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
990
991         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
992         test.
993
994 2003-10-06  Bernie Solomon  <bernard@ugsolutions.com>
995
996         * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs 
997         mono/tests/libtest.c: Add more pass by value struct
998         tests for platforms with more complex calling conventions 
999         (Sparc V9, HPPA 64 bit).
1000
1001 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
1002
1003         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
1004         marshalling test.
1005
1006 2003-10-04  Bernie Solomon  <bernard@ugsolutions.com>
1007
1008         * mono/tests/libtest.c: remove warnings except
1009         "no previous prototype"
1010
1011 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
1012
1013         * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
1014         behaviour of increment, (mono_test_marshal_char) = should be ==
1015
1016 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
1017
1018         * mono/tests/remoting1.cs: Added test for interface casts on
1019         TransparentProxies.
1020
1021 2003-09-24  Bernie Solomon  <bernard@ugsolutions.com>
1022
1023         * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs
1024           marshal5.cs: remove .so from DllImport of libtest to aid portability.
1025
1026 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
1027
1028         * configure.in: Added check for valgrind headers.
1029
1030 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
1031
1032         * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon
1033         (bernard@ugsolutions.com).
1034         
1035 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
1036
1037         * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon
1038         (bernard@ugsolutions.com).
1039
1040 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
1041
1042         * mono.pc.in: Added gthread-2.0.
1043
1044 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
1045
1046         * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
1047         can call g_thread_init ().
1048
1049 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
1050
1051         * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments 
1052         of static variables atomic. Fixes bug #47683.
1053
1054 2003-08-21  Johannes Roith  <johannes@jroith.de>
1055
1056         * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
1057
1058 2003-08-18  Johannes Roith  <johannes@jroith.de>
1059
1060         * mono/Makefile.am: add windows build option
1061         * mono/monowiz.win32.nsi: add windows build script
1062         * mono/mono-win32-light.bmp: add bitmap
1063
1064 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
1065
1066         * mono/tests/checked.cs: Added mul.ovf tests.
1067
1068 2003-08-15  Duncan Mak  <duncan@ximian.com>
1069
1070         * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
1071         correct ByteFX.Data.MySqlClient (note the change in
1072         capitalization). Thanks to Tom Wagner <Tom.Wagner@wacker.com> for
1073         spotting the error.
1074
1075 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
1076
1077         * mono/tests/bug-47295.cs: Regression test for bug #47295.
1078
1079 2003-08-11  Duncan Mak  <duncan@ximian.com>
1080
1081         * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
1082
1083 Sun Aug  3 21:12:13 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
1084
1085         * configure.in: added FPU test for ARM.
1086
1087 Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
1088
1089         * configure.in, etc.: portability fixes and support for
1090         buidling outside the srcdir from Laurent Morichetti <l_m@pacbell.net>.
1091
1092 2003-07-22  Duncan Mak  <duncan@ximian.com>
1093        
1094         * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
1095
1096 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
1097
1098         * mono/tests/Makefile.am: Add missing test. Make tests interruptable
1099         by Ctrl-C. Add testinterp target to run the tests with the interpreter.
1100         Do not try to build vararg.cs under mcs.
1101
1102         * configure.in: Fix detection of GC_gcj_malloc.
1103
1104 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1105
1106         * acconfig.h:
1107         * configure.in: Check for gethostbyname2_r availability.
1108         * data/machine.config: Added section system.net/settings. Added
1109         option for IPv6 availability.   
1110
1111 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
1112
1113         * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
1114
1115         * mono/tests/struct.cs: Add test for unboxing trampolines.
1116
1117         * mono/tests/bug-27420.cs: new regression test.
1118
1119         * mono/tests/Makefile.am: skip vararg test since it does not compile 
1120         under mono. Add testinterp target. Add new tests.
1121         
1122 2003-07-10  Martin Willemoes Hansen
1123
1124         * doc/web/team.xml : Modified my tasks a bit.
1125
1126 2003-07-01  Paolo Molaro <lupus@ximian.com>
1127
1128         * acconfig.h, configure.in: added bundle support.
1129
1130 2003-06-10  Dick Porter  <dick@ximian.com>
1131
1132         * acconfig.h:
1133         * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
1134         available.
1135
1136 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
1137
1138         * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
1139
1140 2003-06-10  Martin Baulig  <martin@ximian.com>
1141
1142         * configure.in: Fall back to boehm if we don't have a libgc
1143         subdirectory.
1144
1145 2003-06-10  Martin Baulig  <martin@ximian.com>
1146
1147         * configure.in: Make the libgc stuff actually work; we now create
1148         a shared libmonogc.so when using the included libgc.
1149
1150 2003-06-09  Martin Baulig  <martin@ximian.com>
1151
1152         * configure.in: Only check for gc if --with-gc=boehm.
1153
1154 2003-06-08  Martin Baulig  <martin@ximian.com>
1155
1156         * configure.in: Tell libgc's configure about our threads library.
1157
1158 2003-06-08  Martin Baulig  <martin@ximian.com>
1159
1160         * libgc/: Integrate the libgc module here.
1161
1162         [Note: A simple `cvs update' won't work this time; you either need
1163         to re-checkout the `mono' module or manually move the `libgc'
1164         module here.]
1165
1166         * configure.in (--with-gc): Added `included' option to use the
1167         included libgc.  This is now also the default.
1168         (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
1169         (INCLUDED_LIBGC): New automake conditional.
1170         (USE_INCLUDED_LIBGC): #define this if appropriate.
1171
1172         * autogen.sh: Run libgc/autogen.sh.
1173
1174         * Makefile.am (SUBDIRS): Added libgc.
1175
1176 2003-06-05  Duncan Mak  <duncan@ximian.com>
1177
1178         * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
1179         the package.
1180
1181 2003-05-19  Dick Porter  <dick@ximian.com>
1182
1183         * configure.in: Netbsd build fix by marc@informatik.uni-bremen.de.
1184
1185 2003-05-10  Martin Willemoes Hansen <mwh@sysrq.dk>
1186
1187         * scripts/Makefile.am: Added monoresgen secutil sqlsharp
1188           shell wrapper scripts.
1189
1190 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
1191
1192         * mono/tests/Makefile.am: 
1193         - Compile with mcs.
1194         - Disable some warnings.
1195         - Added executables to clean target.
1196         - Make testjit the default target.
1197         - Print list of failed tests at the end of a test run.
1198         - Abort tests when Ctrl-C is pressed.
1199
1200         * mono/tests/test-driver: Return with a special exit code when 
1201         SIGINT is detected.
1202
1203         * mono/tests/checked.cs: Make it compile.
1204         
1205 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
1206
1207         * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
1208         for the target exe binaries.
1209
1210         Copy cilc.exe and secutil.exe from the right paths to the right
1211         location.
1212
1213         Add missing assemblies.
1214
1215 2003-05-02  Alp Toker  <alp@atoker.com>
1216
1217         * data/config.in: new dll mapping entry for libglade
1218
1219 2003-05-01  Duncan Mak  <duncan@ximian.com>
1220
1221         * scripts/Makefile.am: 
1222         * runtime/Makefile.am: Install cilc and ilasm.
1223
1224 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
1225
1226         * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
1227
1228 2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>
1229
1230         * doc/web/team.xml : Added myself to it.
1231
1232 2003-04-10  Duncan Mak  <duncan@ximian.com>
1233
1234         * doc/web/render-team-page.cs: Make the names of the element be
1235         lowercase instead. BenM says this makes it XHTML compliant; heck,
1236         I'm generating this from an XmlDocument already, why not make it
1237         XHTML compliant?
1238
1239 2003-04-10  Duncan Mak  <duncan@ximian.com>
1240
1241         * doc/web/render-team-page.cs (Compare): Correctly fix
1242         ContributorComparer.
1243         (RenderHtml): Add some SetAttribute loving to make it render prettier.
1244
1245         * doc/web/team.xml: Revert excessive indenting.
1246
1247 2003-04-07  Martin Baulig  <martin@ximian.com>
1248
1249         * mono/mini/: Added this directory to the build; install `mini'
1250         and `libmini.la'.
1251
1252 2003-04-07  Duncan Mak  <duncan@ximian.com>
1253
1254         * doc/web/render-team-page.cs: Fix ContributorComparer.
1255
1256 2003-04-04  Duncan Mak  <duncan@ximian.com>
1257
1258         * doc/web/render-team-page.cs: Make it use 'none.png' if no image
1259         are specified in the XML.
1260
1261         * doc/web/team.xml: Remove the comment.
1262
1263         * doc/web/render-team-page.cs: Make it not output a full HTML file.
1264
1265 2003-04-04  Duncan Mak  <duncan@ximian.com>
1266
1267         * doc/web/commands: 
1268         * doc/web/makefile: Add team page information.
1269
1270         * doc/web/team.xml: 
1271         * doc/web/render-team-page.cs: Code for rendering a team page.
1272
1273 2003-04-02  Duncan Mak  <duncan@ximian.com>
1274
1275         * doc/web/makefile: Add a new make target for generating a team
1276         page on go-mono.com.
1277
1278 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
1279
1280         * configure.in: Added check for GC_gcj_malloc.
1281
1282 2003-04-04  Martin Willemoes Hansen <mwh@sysrq.dk>
1283
1284         * man/sqlsharp.1: changed pass= to password= for the 
1285           PostgreSql provider.
1286
1287 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1288
1289         * data/machine.config: added SessionStateModule to httpModules section.
1290
1291 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1292
1293         * data/machine.config: added default sessionState section and handler.
1294
1295 2003-02-17  Daniel Morgan <danmorg@sc.rr.com>
1296
1297         * doc/provider-factory: add new web page 
1298         about Mono.Data's ProviderFactory
1299
1300         * doc/web/commands
1301         * doc/web/makefile: add provider-factory web page to build
1302         
1303         * doc/ado-net
1304         * doc/ibmdb2
1305         * doc/postgresql
1306         * doc/sqlclient
1307         * doc/tdsclient
1308         * doc/sybase
1309         * doc/mysql
1310         * doc/firebird
1311         * doc/oracle
1312         * doc/oledb
1313         * doc/odbc
1314         * doc/sqlite: updated web pages
1315
1316 2003-02-16  Martin Baulig  <martin@ximian.com>
1317
1318         * doc/jit-debug-sample
1319         * doc/jit-debug-sample2: Removed.
1320
1321         * doc/jit-debug: Updated.
1322
1323 2003-02-13  Daniel Morgan <danmorg@sc.rr.com>
1324
1325         * doc/screenshots
1326         * doc/ado-net
1327         * doc/oracle
1328         * doc/gtk-sharp: update web pages
1329         
1330 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1331
1332         * data/machine.config: added sample globalization section.
1333
1334 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1335
1336         * data/machine.config: added UrlAuthorizationModule and
1337         AuthenticationConfigHandler.
1338
1339 2003-02-11  Tim Coleman <tim@timcoleman.com>
1340         * data/config.in: Add mapping for Oracle call interface
1341         (OCI) native libraries.
1342
1343 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1344
1345         * configure.in: added check for sys/un.h.
1346
1347 2003-01-29  Daniel Morgan <danmorg@sc.rr.com>
1348
1349         * doc/postgresql
1350         * doc/mysql
1351         * doc/ado-net: updates to web pages
1352         
1353         * man/sqlsharp.1: update to man page
1354
1355 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1356
1357         * configure.in: added WIN32_THREADS flag when building under windows.
1358         It seems that the header files of the gc do not always define it when
1359         GC_WIN32_THREADS is defined.
1360
1361 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
1362
1363         * doc/index
1364         * doc/ado-net
1365         * doc/firebird
1366         * doc/ibmdb2
1367         * doc/mysql
1368         * doc/odbc
1369         * doc/oledb
1370         * doc/oracle
1371         * doc/postgresql
1372         * doc/sqlclient
1373         * doc/sqlite
1374         * doc/sybase
1375         * doc/tdsclient: corrections
1376
1377 2003-01-26  Duncan Mak  <duncan@ximian.com>
1378
1379         * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
1380
1381 2003-01-22  Martin Baulig  <martin@ximian.com>
1382
1383         * configure.in: Set version number to 0.19.1.
1384
1385         Heads up: I'm going to commit some changes to the debugger
1386         which'll require you to use this new runtime, so if you update the
1387         debugger from CVS, you also need this new runtime.
1388
1389 2003-01-20  Duncan Mak  <duncan@ximian.com>
1390
1391         * configure.in: Bump the release number to 0.19.
1392           
1393 2003-01-19  Daniel Morgan <danmorg@sc.rr.com>
1394
1395         * doc/ibmdb2: added file which is new web page
1396         about IBM DB2 data provider at Mono.Data.DB2Client
1397         
1398         * makefile
1399         * commands: added ibmdb2 web page to go-mono web site
1400         
1401         * doc/ado-net: added a couple more developers email, plus made the
1402         email spam resistant, added Mono's DB2 data provider to list,
1403         added more info about the ProviderFactory and retrieving data using
1404         ADO.NET from ASP.NET, add notes about testing, misc cleanup
1405         
1406         * doc/mysql
1407         * doc/postgresql
1408         * doc/sqlclient
1409         * doc/oracle
1410         * doc/tdsclient
1411         * doc/firebird
1412         * doc/oledb
1413         * doc/odbc
1414         * doc/sybase
1415         * doc/sqlite: added testing notes and C# examples
1416         
1417         * doc/gtk-sharp: added links for GTK# for Windows
1418         
1419         * man/sqlsharp.1: added providers Npgsql and MySQLNet
1420
1421 2003-01-17  Duncan Mak  <duncan@ximian.com>
1422
1423         * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
1424
1425 2003-01-16  Martin Baulig  <martin@ximian.com>
1426
1427         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
1428         check again, we're now using the mono/io-layer for this.
1429
1430 Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus@ximian.com>
1431
1432         * configure.in: allow MacOSX (from various people).
1433
1434 2003-01-14  Martin Baulig  <martin@ximian.com>
1435
1436         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
1437
1438 2002-12-27  Jeroen Janssen <japj@darius.demon.nl>
1439         * fixed url for System.Windows.Forms in the class status
1440         
1441 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1442
1443         * configure.in: moved struct tm field tm_gmtoff check before the check
1444         for timezone global variable. This makes Timezone work for me (debian
1445         sid, linux, x86, which has both the field and the global variables).
1446
1447 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
1448
1449         * doc/oracle: added file which is
1450         a new web page oracle.html
1451
1452         * doc/ado-net: clean up and add link
1453         to oracle.html
1454         
1455         * doc/web/commands
1456         * doc/web/makefile: added oracle.html
1457
1458 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
1459
1460         * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
1461         
1462         * man/sqlsharpcli.1: renamed to sqlsharp.1
1463
1464 2002-12-09  Tim Haynes  <thaynes@openlinksw.co.uk>
1465
1466         * mono/jit/jit.c
1467         * mono/metadata/icall.c: added mono_install_get_config_dir() to
1468         utilize the MONO_CFG_DIR environment variable for specifying
1469         different machine.configs.
1470
1471 2002-12-06  Duncan Mak  <duncan@ximian.com>
1472
1473         * data/Makefile.am (EXTRA_DIST): Add machine.config
1474         (DISTCLEANFILES): Add config.
1475
1476 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
1477
1478         * man/sqlsharpcli.1: added file - a man page 
1479         for SQL# CLI
1480         
1481         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
1482         
1483 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
1484
1485         * doc/firebird: updated web page
1486
1487 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
1488
1489         * data/Config.in : added the gtk# dll mapping entries
1490
1491 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
1492
1493         * doc/firebird: updated web page based on input
1494         from the firebird .net data provider author
1495
1496 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
1497
1498         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
1499         been installed.
1500
1501 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
1502
1503         * doc/oledb
1504         * doc/odbc
1505         * doc/mysql
1506         * doc/sqlite
1507         * doc/sqlclient
1508         * doc/tdsclient
1509         * doc/sybase
1510         * doc/firebird: added web pages
1511         for each specific data provider
1512         
1513         * doc/ado-net
1514         * doc/postgresql: updated web page
1515         with current status
1516         
1517         * doc/web/commands
1518         * doc/web/makefile: updated to include
1519         new web pages
1520
1521 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1522
1523         * autogen.sh: make it work when MONO_PATH is set and it has more than
1524         one directory or ends in ":". Also check that the directory added to
1525         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
1526
1527 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
1528
1529         * configure.in: Also allow the miss-spelled bohem.
1530
1531 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
1532
1533         * doc/ado-net
1534         * doc/postgresql
1535         * doc/tds-providers: cleaned up the web pages
1536         
1537         * doc/web/commands: postgresql.html page was mistyped
1538
1539 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
1540
1541         * doc/ado-net: updated status of
1542         the ADO.NET functionality and providers
1543         and added link to tds-providers.html
1544
1545         * doc/tds-providers: added file to
1546         describe the design     and status of 
1547         the SqlClient, SybaseClient, and TdsClient
1548         ADO.NET providers.
1549
1550         * doc/web/makefile
1551         * doc/web/command: added new web page 
1552         tds-providers.html to build of  www.go-mono.com web site
1553         
1554 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
1555
1556         * doc/web/makefile
1557         * doc/web/commands:     web page 
1558         postgresql needed to be added
1559
1560 2002-10-13  Mark Crichton <crichton@gimp.org>
1561
1562         * doc/index: Even more spelling errors fixed.
1563
1564 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
1565
1566         * doc/adonet: updated status of all providers, added links, 
1567           and added information
1568           about the Mono.Data.SqliteClient provider that 
1569           Vladimir Vukicevic contributed. Added Brian Ritchie's 
1570           and Vladimir Vukicevic's email addresses as
1571           people to contact about ADO.NET in Mono.  
1572           Added information about SQL#, configuration tools, 
1573           and an ADO.NET Multiplexor, etc...  
1574
1575 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
1576
1577         * doc/index: corrected some mistypes
1578         
1579         * doc/adonet: updated the status and plans of all the ADO.NET providers
1580           and moved PostgreSQL specific stuff to doc/postgresql
1581
1582         * doc/postgresql: added new file to detail
1583           the status of the PostgreSQL ADO.NET provider
1584           and provide test notes for setting it up
1585
1586 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
1587
1588         * data/config.in: add entry for MySQL native shared libraries
1589           which are different on Windows and Linux
1590
1591 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
1592
1593         * doc/ccvs: Fixed some ugly formatting.
1594
1595 2002-10-03  Dick Porter  <dick@ximian.com>
1596
1597         * acconfig.h:
1598         * configure.in:  Freebsd pthread_t is a pointer
1599
1600 2002-10-01  Duncan Mak  <duncan@ximian.com>
1601
1602         * mono/os/Makefile.am: Add gc_wrapper.h.
1603
1604         * runtime/Makefile.am: Fix the path for monoresgen.exe.
1605
1606 2002-09-27  Dick Porter  <dick@ximian.com>
1607
1608         * configure.in: Check for semaphore.h.  Patch for BSD from
1609         jmmv@hispabsd.org (Julio Merino).
1610
1611 2002-09-20  Duncan Mak  <duncan@ximian.com>
1612
1613         * data/config.in: Added reference to libxslt.
1614
1615 2002-09-20  Mark Crichton  <crichton@gimp.org>
1616
1617         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
1618         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
1619         For systems that do not have such a virtual FS, define
1620         NEED_LINK_UNLINK.
1621
1622         * acconfig.h: added NEED_LINK_UNLINK
1623         
1624 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
1625
1626         * configure.in: add some needed defines to fix support of
1627         threads in the GC.
1628
1629 2002-09-19  Mark Crichton  <crichton@gimp.org>
1630
1631         * configure.in: Added checks for Solaris to use X/Open functionality.
1632         Really needed for the io-layer code.
1633
1634 2002-09-15  Andrew Birkett  <andy@nobugs.org>
1635
1636         * man/mcs.1: --probe is now --expect-error.
1637
1638 2002-09-09  Dick Porter  <dick@ximian.com>
1639
1640         * acconfig.h: 
1641         * configure.in: Simplify thread checks, by using canned rules for
1642         particular systems (based on the sleepycat db configure.in).
1643         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
1644         don't have a solaris machine to try it on.
1645
1646 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
1647
1648         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
1649
1650 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
1651
1652         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
1653         Security) to the OpenSSH keys required by mono CVS
1654         access.
1655
1656 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1657
1658         * configure.in, mono/interpreter/interp.c,
1659         mono/io-layer/handles.c, mono/io-layer/processes.c,
1660         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
1661         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
1662         mono/metadata/appdomain.c, mono/metadata/class.c,
1663         mono/metadata/domain.c, mono/metadata/gc.c,
1664         mono/metadata/object.c, mono/metadata/reflection.c,
1665         mono/metadata/threads.c, mono/os/gc_wrapper.h,
1666         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
1667         wrap inclusion of gc.h for boehm, since from FreeBSD and
1668         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
1669         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
1670         to apply, and also makes it possible for me to build with
1671         GC on OpenBSD/macppc built by hand.
1672
1673 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1674
1675         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
1676
1677 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
1678
1679         * mono/dis/dis-cil.c:
1680         * configure.in: Check for <wchar.h> via autoconf, don't use it if
1681         it isn't there, as it seems to work fine without it on OpenBSD.
1682
1683 2002-08-28  Dick Porter  <dick@ximian.com>
1684
1685         * mono/os/win32/util.c: 
1686         * mono/os/unix/util.c: 
1687         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
1688         (It doesn't do anything on unix builds, and the w32 version no
1689         longer needs an arg.)
1690
1691         * configure.in: Add HOST_CC for w32 builds
1692
1693 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
1694
1695         * configure.in: remove iconv checks.
1696
1697 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
1698
1699         * configure.in: Recognise OpenBSD/macppc as PowerPC.
1700
1701 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
1702
1703         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
1704         to error out if bison is missing.
1705
1706 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1707
1708         * configure.in: don't link against libdl on windoze.
1709
1710 2002-08-12  Dick Porter  <dick@ximian.com>
1711
1712         * mono.pc.in: Add $includedir to Cflags
1713
1714 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
1715
1716         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
1717         with pkg-config.
1718         * */Makefile.am: makefile overhaul to create a shared libmono library.
1719         * */*.h: do not include config.h in headers that should be installed.
1720
1721 2002-07-12  Dick Porter  <dick@ximian.com>
1722
1723         * acconfig.h:
1724         * configure.in: Check the size of sockaddr_un.sun_path
1725
1726 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
1727
1728         * man/Makefile.am (man_MANS): Added new man page
1729
1730         * man/mono-config.5: New manual page describing the mono-config
1731         file format. 
1732
1733 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
1734
1735         * configure.in: added checks for MSG_NOSIGNAL
1736
1737 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
1738
1739         * doc/ado-net: update the ado-net web page on go-mono.com
1740         input parameters support, beginnings of Mono.Data.MySQL 
1741         and System.Data.OleDb, updated the sample source code,
1742         and output from a PostgresTest
1743
1744 2002-05-21  Martin Baulig  <martin@gnome.org>
1745
1746         * mono.1: Documented the "--debug-args" debugging arguments.
1747
1748 2002-05-21  Martin Baulig  <martin@gnome.org>
1749
1750         * mono.1: Updated to reflect my latest changes and beautified this a bit.
1751         (FIXME: There are still command line argument which aren't documented here.)
1752
1753 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
1754
1755         * doc/ado-net: updated page to include C# code snippets using
1756         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
1757         works, executing/reading multiple results, and stored procedures.
1758         And other tweaks about the providers.  
1759
1760 2002-05-19  Martin Baulig  <martin@gnome.org>
1761
1762         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
1763         interpreter/Makefile.am.
1764
1765 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
1766
1767         * configure.in: search for pthread functions also in libc_r (patch
1768         from Garrett Rooney <rooneg@electricjellyfish.net>).
1769
1770 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
1771
1772         * doc/ado-net: added instructions for installing PostgreSQL on Linux
1773         and for using nant to re-compile just the System.Data.dll assembly
1774         on Windows.
1775
1776 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
1777
1778         * doc/ado-net: added instructions for compiling System.Data.dll
1779         (a subset of) on Linux.
1780
1781 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
1782
1783         * doc/ado-net: added links
1784
1785 2002-05-09  Dick Porter  <dick@ximian.com>
1786
1787         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
1788
1789 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1790
1791         * doc/ado-net: correct formatting
1792         * doc/index: added credit i forgot to add
1793
1794 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1795
1796         * doc/ado-net: i did not format it correctly earlier, i 
1797         tried added various tags where appropriate.
1798         
1799         * doc/index: added news item for May 5, 2002 - ado.net able
1800         to retrieve data now
1801
1802 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1803
1804         * doc/ado-net: updated the current status which
1805         I kept forgetting to do.
1806
1807 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1808
1809         * doc/ado-net: updated to includes an example for
1810         running ipc-daemon as a Windows service.  Thanks
1811         to gonzalo.
1812
1813 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
1814
1815         * doc/ado-net: updated to include installation of
1816         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
1817         Also included notes on running the System.Data/Test/PostgresTest.cs
1818         that should work on a lot of Mono installations that have
1819         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
1820         know.
1821
1822 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
1823
1824         * doc/ado-net: updated a little bit.
1825
1826 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
1827
1828         * configure.in: Added checks for timezone stuff.
1829
1830 2002-04-30  Dick Porter  <dick@ximian.com>
1831
1832         * acconfig.h:
1833         * configure.in: Added option to disable using shared memory for
1834         handles
1835
1836 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1837
1838         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
1839         defined problem under cygwin with latest version of automake and
1840         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
1841
1842 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1843
1844         * configure.in: removed -Wshadow from CFLAGS.
1845
1846 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
1847
1848         * status/maintainers.xml: added danmorg and myself for System.Data.*
1849         classes.
1850
1851         * status/class.xml: added System.Data.* classes.
1852
1853 2002-04-08  Dick Porter  <dick@ximian.com>
1854
1855         * configure.in: Set -mno-cygwin here rather than in the build script
1856
1857 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
1858
1859         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
1860
1861 2002-03-29  Martin Baulig  <martin@gnome.org>
1862
1863         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
1864         New files, added documentation for the debugging code.
1865
1866         * doc/web/commands: Added the debugging pages.
1867
1868         * docs/jit-debug: Removed, this is now on the web site.
1869
1870 2002-03-24  Martin Baulig  <martin@gnome.org>
1871
1872         * man/mcs.1: Documented the new --debug option and added a section
1873         about debugging support.
1874
1875         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
1876
1877 2002-03-21  Martin Baulig  <martin@gnome.org>
1878
1879         * configure.in: Added check for <elf.h>.
1880
1881 2002-03-18  Dick Porter  <dick@ximian.com>
1882
1883         * configure.in: Only look for libgc on the system.  Default to not
1884         using GC at all, because it doesn't work with the jit.
1885
1886 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
1887
1888         * configure.in: Add support for building the included boehm GC.
1889
1890 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
1891
1892         * configure.in: detect Boehm GC libs and add --with-gc switch.
1893         Boehm GC needs to be explicitly enabled since the JIT currently fails
1894         in some cases with it.
1895
1896 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
1897
1898         * mono/tests/fib.cs: it is now possible to pass a repeat count as
1899         command line argument, for example fib.exe 20 runs the test 20
1900         times. 
1901
1902 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
1903         * configure.in: added support for ARM target arch.
1904         Uncommented and modified arm-*-linux* target,
1905         added mono/arch/arm/Makefile to AC_OUTPUT list.
1906
1907 2002-02-21  Mark Crichton  <crichton@gimp.org>
1908
1909         * status/class.xml: Added contact info for RNGCryptoServiceProvider
1910         class and Rijndael classes.
1911         * status/maintainers.xml: Added contact info to maintainers list.
1912
1913 2002-02-21  Mark Crichton  <crichton@gimp.org>
1914  
1915         * configure.in: Add checks for a system-provided entropy device
1916         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
1917
1918 2002-02-20  Dick Porter  <dick@ximian.com>
1919
1920         * acconfig.h:
1921         * configure.in: Always build without cygwin support on windows
1922
1923 2002-02-19  Radek Doulik  <rodo@ximian.com>
1924
1925         * mono/tests/pinvoke.cs: use more pinvoke test methods
1926
1927 2002-02-19  Radek Doulik  <rodo@ximian.com>
1928
1929         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
1930         method
1931         (mono_test_many_byte_arguments): ditto
1932
1933 2002-02-18  Radek Doulik  <rodo@ximian.com>
1934
1935         * mono/tests/Makefile.am: added small test library for pinvoke
1936         testing
1937
1938         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
1939         new function to test pinvoke
1940
1941         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
1942         arguments
1943
1944         * mono/tests/Makefile.am: display # of passing tests too
1945         added simple shared library libtest with testing function for
1946         pinvoke
1947
1948 2002-02-17  Radek Doulik  <rodo@ximian.com>
1949
1950         * mono/tests/Makefile.am (test): display # of failed tests
1951
1952 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
1953
1954         * configure.in: Add checks for SOL_IP, SOL_TCP, and
1955         IP_PKTINFO. Also check for struct ip_mreqn.
1956
1957 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1958
1959         * configure.in: Add checks to see if we need to link to libsocket,
1960         libnsl, and/or librt. Also check for inet_pton and inet_aton.
1961
1962 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
1963
1964         * acconfig.h: #undef USE_MONO_MUTEX
1965
1966         * configure.in: If the system pthread implementation is lacking,
1967         default to using mono-mutex.
1968
1969 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
1970
1971         * mono/tests/enum2.cs: new file with more enum tests.
1972
1973 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
1974
1975         * mono/tests/jit-long.cs: added some SHL/SHR tests
1976
1977 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
1978
1979         * configure.in: allow PKG_CONFIG_PATH for the build-platform
1980         pkg-config invocation.
1981
1982 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
1983
1984         * configure.in: add some support/fixes for cross-compilation.
1985
1986 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
1987
1988         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
1989         added tests for SUB_OVF, SUB_OVF_UN
1990
1991 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
1992
1993         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
1994
1995 2001-12-21  Aaron Weber  <aaron@ximian.com>
1996
1997         * doc/faq (A): added a linebreak that was missing and was causing
1998         a heading to appear badly.
1999
2000 2001-12-20  Aaron Weber  <aaron@ximian.com>
2001
2002         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
2003         questions into a single section.
2004
2005 2001-12-17  Aaron Weber  <aaron@ximian.com>
2006
2007         * doc/faq (Q): Question-by-question, line-by-line revision.
2008
2009 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
2010
2011         * mono/tests/time.cs: new test
2012
2013 2001-11-30  Radek Doulik  <rodo@ximian.com>
2014
2015         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
2016
2017 2001-11-29  Radek Doulik  <rodo@ximian.com>
2018
2019         * configure.in (ACCESS_UNALIGNED): uncommented and modified
2020         powerpc-*-linux* 
2021         generate mono/arch/ppc/Makefile
2022
2023 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
2024
2025         * mono/tests/exception3.cs: modified the test to show a bug in the
2026         current exception handling implementation.
2027
2028 2001-11-13  Dick Porter  <dick@ximian.com>
2029
2030         * configure.in: Some more tests for pthread features
2031         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
2032         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
2033
2034 2001-11-09  Dick Porter  <dick@ximian.com>
2035
2036         * configure.in: Try and get large file support, but it's not fatal
2037         if it's not there (the io-layer just ignores the high word in that
2038         case.)
2039
2040         Check for windows builds, and only bother to look for pthreads and
2041         large files if we're not building for cygwin or native win32.  Not
2042         having pthread support on Posix systems is now a fatal error.
2043
2044         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
2045         aclocal
2046
2047 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
2048
2049         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
2050         target testjit. 
2051
2052 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
2053
2054         * docs/object-layout: more documentation
2055
2056 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
2057
2058         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
2059         can't read on unaligned boundaries
2060
2061 2001-10-04  Dick Porter  <dick@ximian.com>
2062
2063         * configure.in: Do some deeper checks on pthreads for some of the
2064         more interesting functions
2065
2066 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
2067
2068         * mono/tests/Makefile.am (testjit): a new target to test the JITer
2069
2070         * mono/tests/jit-*: added some test for the JITer
2071
2072 2001-09-23  Dick Porter  <dick@ximian.com>
2073
2074         * configure.in: Arrange to compile dummy thread support routines
2075         if pthread isnt available
2076         
2077 2001-09-23  Dick Porter  <dick@ximian.com>
2078
2079         * configure.in: Check for pthread.h, so that we can check for the
2080         HAVE_PTHREAD_H define in config.h
2081
2082 2001-09-21  Dick Porter  <dick@ximian.com>
2083
2084         * configure.in: Check for libpthread
2085
2086 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
2087
2088         * mono/tests/test-ops.cs: added more tests
2089
2090 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
2091
2092         * configure.in: check for sizeof(void*) and for the architecture.
2093
2094 2001-09-05  Dick Porter  <dick@ximian.com>
2095
2096         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
2097         aclocal invocation, so putting aclocal files in /usr/local works
2098
2099 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
2100
2101         * *: removed the libffi dependency, mono now compiles on cygwin 
2102
2103         * mono/wrapper/build-dll: new file.
2104
2105 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
2106
2107         * mono/tests/console.cs: impl.
2108
2109         * mono/tests/box.cs: impl.
2110
2111         * mono/tests/stream-writer.cs: impl.
2112
2113 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
2114
2115         * mono/tests/*: New test cases, mostly for virtual method dispatch.
2116         Use make testb for the slow benchmarking programs,
2117         make test for the usual regression test checks.
2118
2119 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
2120
2121         * mono/cil/Makefile.am:
2122         * mono/wrapper/Makefile.am: use correct variables for installation
2123         directories
2124
2125 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
2126
2127         * mono/tests/exceptions*: enhanced and added more tests for
2128         exceptions.
2129
2130 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
2131
2132         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
2133         to pass make distcheck
2134
2135         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
2136
2137         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
2138         install-data-hook): Added mechanism to distribute and install the
2139         dll files.
2140
2141 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
2142
2143         * mono/tests/stream.cs: new tests for the Stream class
2144
2145         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
2146         added it again.
2147
2148 2001-08-16  Alex Graveley  <alex@ximian.com>
2149
2150         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
2151         removes libtool dependency on all of Mono.
2152
2153 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
2154
2155         * mono/tests/array.cs: more array tests
2156
2157 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
2158
2159         * mono/tests/array.cs: more array tests
2160
2161 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
2162
2163         * mono/tests/pinvoke.cs: we can now print strings ;-)
2164
2165         * mono/tests/array.cs: new test for arrays
2166
2167 2001-08-02  Alex Graveley  <alex@ximian.com>
2168
2169         * libffi/*: Import libffi CVS version, with minor changes to make it 
2170           compile.
2171
2172         * mono/interpreter/Makefile.am: Link against 
2173           ../../libffi/.libs/libffi.a.
2174
2175         * Makefile.am: Add libffi
2176
2177         * autogen.sh: Replace with adapted gnome autogen.sh
2178
2179         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
2180
2181 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
2182
2183         * mono/tests/pinvoke.cs: impl.
2184
2185 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
2186
2187         * configure.in, mono/tests: added some tests for the interpreter.
2188
2189 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
2190
2191         * doc/download: added instructions for cygwin
2192         
2193         * doc/c-sharp: removed bit about compiling
2194         
2195         * status/compare-assembly.cs: basedir should be there if
2196         parameters are provided.
2197
2198         * status/makefile: made targets to dump info.
2199         
2200 2001-07-15  Joe Shaw  <joe@ximian.com>
2201
2202         * configure.in: Don't create doc/Makefile as there's nothing there
2203         to make.
2204
2205         * Makefile.am: Don't build the doc directory because there's no
2206         Makefile.am there.
2207
2208         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
2209
2210 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
2211
2212         * doc/class-library (A): Updated FAQ with question on error 1595.
2213
2214 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
2215
2216         * doc/index: 
2217
2218 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
2219
2220         * status/*: scripts and data to create statistics about the
2221         class library status.
2222
2223 2001-07-09  Alex Graveley  <alex@ximian.com>
2224
2225         * doc/makefile (clean): Add clean target.
2226         * doc/web/makefile (clean): Ditto.
2227
2228 2001-07-09  Alex Graveley  <alex@ximian.com>
2229
2230         * doc/makefile (all-docs): Fix typo.
2231
2232 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
2233
2234         * NEWS: 
2235
2236