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