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