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