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