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