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