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