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