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