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