Flush
[mono.git] / ChangeLog
1 2002-10-13  Mark Crichton <crichton@gimp.org>
2
3         * doc/index: Even more spelling errors fixed.
4
5 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
6
7         * doc/adonet: updated status of all providers, added links, 
8           and added information
9           about the Mono.Data.SqliteClient provider that 
10           Vladimir Vukicevic contributed. Added Brian Ritchie's 
11           and Vladimir Vukicevic's email addresses as
12           people to contact about ADO.NET in Mono.  
13           Added information about SQL#, configuration tools, 
14           and an ADO.NET Multiplexor, etc...  
15
16 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
17
18         * doc/index: corrected some mistypes
19         
20         * doc/adonet: updated the status and plans of all the ADO.NET providers
21           and moved PostgreSQL specific stuff to doc/postgresql
22
23         * doc/postgresql: added new file to detail
24           the status of the PostgreSQL ADO.NET provider
25           and provide test notes for setting it up
26
27 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
28
29         * data/config.in: add entry for MySQL native shared libraries
30           which are different on Windows and Linux
31
32 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
33
34         * doc/ccvs: Fixed some ugly formatting.
35
36 2002-10-03  Dick Porter  <dick@ximian.com>
37
38         * acconfig.h:
39         * configure.in:  Freebsd pthread_t is a pointer
40
41 2002-10-01  Duncan Mak  <duncan@ximian.com>
42
43         * mono/os/Makefile.am: Add gc_wrapper.h.
44
45         * runtime/Makefile.am: Fix the path for monoresgen.exe.
46
47 2002-09-27  Dick Porter  <dick@ximian.com>
48
49         * configure.in: Check for semaphore.h.  Patch for BSD from
50         jmmv@hispabsd.org (Julio Merino).
51
52 2002-09-20  Duncan Mak  <duncan@ximian.com>
53
54         * data/config.in: Added reference to libxslt.
55
56 2002-09-20  Mark Crichton  <crichton@gimp.org>
57
58         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
59         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
60         For systems that do not have such a virtual FS, define
61         NEED_LINK_UNLINK.
62
63         * acconfig.h: added NEED_LINK_UNLINK
64         
65 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
66
67         * configure.in: add some needed defines to fix support of
68         threads in the GC.
69
70 2002-09-19  Mark Crichton  <crichton@gimp.org>
71
72         * configure.in: Added checks for Solaris to use X/Open functionality.
73         Really needed for the io-layer code.
74
75 2002-09-15  Andrew Birkett  <andy@nobugs.org>
76
77         * man/mcs.1: --probe is now --expect-error.
78
79 2002-09-09  Dick Porter  <dick@ximian.com>
80
81         * acconfig.h: 
82         * configure.in: Simplify thread checks, by using canned rules for
83         particular systems (based on the sleepycat db configure.in).
84         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
85         don't have a solaris machine to try it on.
86
87 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
88
89         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
90
91 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
92
93         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
94         Security) to the OpenSSH keys required by mono CVS
95         access.
96
97 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
98
99         * configure.in, mono/interpreter/interp.c,
100         mono/io-layer/handles.c, mono/io-layer/processes.c,
101         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
102         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
103         mono/metadata/appdomain.c, mono/metadata/class.c,
104         mono/metadata/domain.c, mono/metadata/gc.c,
105         mono/metadata/object.c, mono/metadata/reflection.c,
106         mono/metadata/threads.c, mono/os/gc_wrapper.h,
107         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
108         wrap inclusion of gc.h for boehm, since from FreeBSD and
109         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
110         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
111         to apply, and also makes it possible for me to build with
112         GC on OpenBSD/macppc built by hand.
113
114 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
115
116         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
117
118 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
119
120         * mono/dis/dis-cil.c:
121         * configure.in: Check for <wchar.h> via autoconf, don't use it if
122         it isn't there, as it seems to work fine without it on OpenBSD.
123
124 2002-08-28  Dick Porter  <dick@ximian.com>
125
126         * mono/os/win32/util.c: 
127         * mono/os/unix/util.c: 
128         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
129         (It doesn't do anything on unix builds, and the w32 version no
130         longer needs an arg.)
131
132         * configure.in: Add HOST_CC for w32 builds
133
134 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
135
136         * configure.in: remove iconv checks.
137
138 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
139
140         * configure.in: Recognise OpenBSD/macppc as PowerPC.
141
142 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
143
144         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
145         to error out if bison is missing.
146
147 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
148
149         * configure.in: don't link against libdl on windoze.
150
151 2002-08-12  Dick Porter  <dick@ximian.com>
152
153         * mono.pc.in: Add $includedir to Cflags
154
155 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
156
157         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
158         with pkg-config.
159         * */Makefile.am: makefile overhaul to create a shared libmono library.
160         * */*.h: do not include config.h in headers that should be installed.
161
162 2002-07-12  Dick Porter  <dick@ximian.com>
163
164         * acconfig.h:
165         * configure.in: Check the size of sockaddr_un.sun_path
166
167 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
168
169         * man/Makefile.am (man_MANS): Added new man page
170
171         * man/mono-config.5: New manual page describing the mono-config
172         file format. 
173
174 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
175
176         * configure.in: added checks for MSG_NOSIGNAL
177
178 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
179
180         * doc/ado-net: update the ado-net web page on go-mono.com
181         input parameters support, beginnings of Mono.Data.MySQL 
182         and System.Data.OleDb, updated the sample source code,
183         and output from a PostgresTest
184
185 2002-05-21  Martin Baulig  <martin@gnome.org>
186
187         * mono.1: Documented the "--debug-args" debugging arguments.
188
189 2002-05-21  Martin Baulig  <martin@gnome.org>
190
191         * mono.1: Updated to reflect my latest changes and beautified this a bit.
192         (FIXME: There are still command line argument which aren't documented here.)
193
194 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
195
196         * doc/ado-net: updated page to include C# code snippets using
197         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
198         works, executing/reading multiple results, and stored procedures.
199         And other tweaks about the providers.  
200
201 2002-05-19  Martin Baulig  <martin@gnome.org>
202
203         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
204         interpreter/Makefile.am.
205
206 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
207
208         * configure.in: search for pthread functions also in libc_r (patch
209         from Garrett Rooney <rooneg@electricjellyfish.net>).
210
211 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
212
213         * doc/ado-net: added instructions for installing PostgreSQL on Linux
214         and for using nant to re-compile just the System.Data.dll assembly
215         on Windows.
216
217 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
218
219         * doc/ado-net: added instructions for compiling System.Data.dll
220         (a subset of) on Linux.
221
222 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
223
224         * doc/ado-net: added links
225
226 2002-05-09  Dick Porter  <dick@ximian.com>
227
228         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
229
230 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
231
232         * doc/ado-net: correct formatting
233         * doc/index: added credit i forgot to add
234
235 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
236
237         * doc/ado-net: i did not format it correctly earlier, i 
238         tried added various tags where appropriate.
239         
240         * doc/index: added news item for May 5, 2002 - ado.net able
241         to retrieve data now
242
243 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
244
245         * doc/ado-net: updated the current status which
246         I kept forgetting to do.
247
248 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
249
250         * doc/ado-net: updated to includes an example for
251         running ipc-daemon as a Windows service.  Thanks
252         to gonzalo.
253
254 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
255
256         * doc/ado-net: updated to include installation of
257         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
258         Also included notes on running the System.Data/Test/PostgresTest.cs
259         that should work on a lot of Mono installations that have
260         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
261         know.
262
263 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
264
265         * doc/ado-net: updated a little bit.
266
267 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
268
269         * configure.in: Added checks for timezone stuff.
270
271 2002-04-30  Dick Porter  <dick@ximian.com>
272
273         * acconfig.h:
274         * configure.in: Added option to disable using shared memory for
275         handles
276
277 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
278
279         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
280         defined problem under cygwin with latest version of automake and
281         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
282
283 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
284
285         * configure.in: removed -Wshadow from CFLAGS.
286
287 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
288
289         * status/maintainers.xml: added danmorg and myself for System.Data.*
290         classes.
291
292         * status/class.xml: added System.Data.* classes.
293
294 2002-04-08  Dick Porter  <dick@ximian.com>
295
296         * configure.in: Set -mno-cygwin here rather than in the build script
297
298 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
299
300         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
301
302 2002-03-29  Martin Baulig  <martin@gnome.org>
303
304         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
305         New files, added documentation for the debugging code.
306
307         * doc/web/commands: Added the debugging pages.
308
309         * docs/jit-debug: Removed, this is now on the web site.
310
311 2002-03-24  Martin Baulig  <martin@gnome.org>
312
313         * man/mcs.1: Documented the new --debug option and added a section
314         about debugging support.
315
316         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
317
318 2002-03-21  Martin Baulig  <martin@gnome.org>
319
320         * configure.in: Added check for <elf.h>.
321
322 2002-03-18  Dick Porter  <dick@ximian.com>
323
324         * configure.in: Only look for libgc on the system.  Default to not
325         using GC at all, because it doesn't work with the jit.
326
327 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
328
329         * configure.in: Add support for building the included boehm GC.
330
331 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
332
333         * configure.in: detect Boehm GC libs and add --with-gc switch.
334         Boehm GC needs to be explicitly enabled since the JIT currently fails
335         in some cases with it.
336
337 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
338
339         * mono/tests/fib.cs: it is now possible to pass a repeat count as
340         command line argument, for example fib.exe 20 runs the test 20
341         times. 
342
343 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
344         * configure.in: added support for ARM target arch.
345         Uncommented and modified arm-*-linux* target,
346         added mono/arch/arm/Makefile to AC_OUTPUT list.
347
348 2002-02-21  Mark Crichton  <crichton@gimp.org>
349
350         * status/class.xml: Added contact info for RNGCryptoServiceProvider
351         class and Rijndael classes.
352         * status/maintainers.xml: Added contact info to maintainers list.
353
354 2002-02-21  Mark Crichton  <crichton@gimp.org>
355  
356         * configure.in: Add checks for a system-provided entropy device
357         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
358
359 2002-02-20  Dick Porter  <dick@ximian.com>
360
361         * acconfig.h:
362         * configure.in: Always build without cygwin support on windows
363
364 2002-02-19  Radek Doulik  <rodo@ximian.com>
365
366         * mono/tests/pinvoke.cs: use more pinvoke test methods
367
368 2002-02-19  Radek Doulik  <rodo@ximian.com>
369
370         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
371         method
372         (mono_test_many_byte_arguments): ditto
373
374 2002-02-18  Radek Doulik  <rodo@ximian.com>
375
376         * mono/tests/Makefile.am: added small test library for pinvoke
377         testing
378
379         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
380         new function to test pinvoke
381
382         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
383         arguments
384
385         * mono/tests/Makefile.am: display # of passing tests too
386         added simple shared library libtest with testing function for
387         pinvoke
388
389 2002-02-17  Radek Doulik  <rodo@ximian.com>
390
391         * mono/tests/Makefile.am (test): display # of failed tests
392
393 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
394
395         * configure.in: Add checks for SOL_IP, SOL_TCP, and
396         IP_PKTINFO. Also check for struct ip_mreqn.
397
398 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
399
400         * configure.in: Add checks to see if we need to link to libsocket,
401         libnsl, and/or librt. Also check for inet_pton and inet_aton.
402
403 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
404
405         * acconfig.h: #undef USE_MONO_MUTEX
406
407         * configure.in: If the system pthread implementation is lacking,
408         default to using mono-mutex.
409
410 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
411
412         * mono/tests/enum2.cs: new file with more enum tests.
413
414 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
415
416         * mono/tests/jit-long.cs: added some SHL/SHR tests
417
418 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
419
420         * configure.in: allow PKG_CONFIG_PATH for the build-platform
421         pkg-config invocation.
422
423 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
424
425         * configure.in: add some support/fixes for cross-compilation.
426
427 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
428
429         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
430         added tests for SUB_OVF, SUB_OVF_UN
431
432 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
433
434         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
435
436 2001-12-21  Aaron Weber  <aaron@ximian.com>
437
438         * doc/faq (A): added a linebreak that was missing and was causing
439         a heading to appear badly.
440
441 2001-12-20  Aaron Weber  <aaron@ximian.com>
442
443         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
444         questions into a single section.
445
446 2001-12-17  Aaron Weber  <aaron@ximian.com>
447
448         * doc/faq (Q): Question-by-question, line-by-line revision.
449
450 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
451
452         * mono/tests/time.cs: new test
453
454 2001-11-30  Radek Doulik  <rodo@ximian.com>
455
456         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
457
458 2001-11-29  Radek Doulik  <rodo@ximian.com>
459
460         * configure.in (ACCESS_UNALIGNED): uncommented and modified
461         powerpc-*-linux* 
462         generate mono/arch/ppc/Makefile
463
464 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
465
466         * mono/tests/exception3.cs: modified the test to show a bug in the
467         current exception handling implementation.
468
469 2001-11-13  Dick Porter  <dick@ximian.com>
470
471         * configure.in: Some more tests for pthread features
472         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
473         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
474
475 2001-11-09  Dick Porter  <dick@ximian.com>
476
477         * configure.in: Try and get large file support, but it's not fatal
478         if it's not there (the io-layer just ignores the high word in that
479         case.)
480
481         Check for windows builds, and only bother to look for pthreads and
482         large files if we're not building for cygwin or native win32.  Not
483         having pthread support on Posix systems is now a fatal error.
484
485         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
486         aclocal
487
488 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
489
490         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
491         target testjit. 
492
493 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
494
495         * docs/object-layout: more documentation
496
497 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
498
499         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
500         can't read on unaligned boundaries
501
502 2001-10-04  Dick Porter  <dick@ximian.com>
503
504         * configure.in: Do some deeper checks on pthreads for some of the
505         more interesting functions
506
507 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
508
509         * mono/tests/Makefile.am (testjit): a new target to test the JITer
510
511         * mono/tests/jit-*: added some test for the JITer
512
513 2001-09-23  Dick Porter  <dick@ximian.com>
514
515         * configure.in: Arrange to compile dummy thread support routines
516         if pthread isnt available
517         
518 2001-09-23  Dick Porter  <dick@ximian.com>
519
520         * configure.in: Check for pthread.h, so that we can check for the
521         HAVE_PTHREAD_H define in config.h
522
523 2001-09-21  Dick Porter  <dick@ximian.com>
524
525         * configure.in: Check for libpthread
526
527 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
528
529         * mono/tests/test-ops.cs: added more tests
530
531 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
532
533         * configure.in: check for sizeof(void*) and for the architecture.
534
535 2001-09-05  Dick Porter  <dick@ximian.com>
536
537         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
538         aclocal invocation, so putting aclocal files in /usr/local works
539
540 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
541
542         * *: removed the libffi dependency, mono now compiles on cygwin 
543
544         * mono/wrapper/build-dll: new file.
545
546 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
547
548         * mono/tests/console.cs: impl.
549
550         * mono/tests/box.cs: impl.
551
552         * mono/tests/stream-writer.cs: impl.
553
554 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
555
556         * mono/tests/*: New test cases, mostly for virtual method dispatch.
557         Use make testb for the slow benchmarking programs,
558         make test for the usual regression test checks.
559
560 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
561
562         * mono/cil/Makefile.am:
563         * mono/wrapper/Makefile.am: use correct variables for installation
564         directories
565
566 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
567
568         * mono/tests/exceptions*: enhanced and added more tests for
569         exceptions.
570
571 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
572
573         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
574         to pass make distcheck
575
576         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
577
578         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
579         install-data-hook): Added mechanism to distribute and install the
580         dll files.
581
582 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
583
584         * mono/tests/stream.cs: new tests for the Stream class
585
586         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
587         added it again.
588
589 2001-08-16  Alex Graveley  <alex@ximian.com>
590
591         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
592         removes libtool dependency on all of Mono.
593
594 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
595
596         * mono/tests/array.cs: more array tests
597
598 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
599
600         * mono/tests/array.cs: more array tests
601
602 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
603
604         * mono/tests/pinvoke.cs: we can now print strings ;-)
605
606         * mono/tests/array.cs: new test for arrays
607
608 2001-08-02  Alex Graveley  <alex@ximian.com>
609
610         * libffi/*: Import libffi CVS version, with minor changes to make it 
611           compile.
612
613         * mono/interpreter/Makefile.am: Link against 
614           ../../libffi/.libs/libffi.a.
615
616         * Makefile.am: Add libffi
617
618         * autogen.sh: Replace with adapted gnome autogen.sh
619
620         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
621
622 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
623
624         * mono/tests/pinvoke.cs: impl.
625
626 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
627
628         * configure.in, mono/tests: added some tests for the interpreter.
629
630 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
631
632         * doc/download: added instructions for cygwin
633         
634         * doc/c-sharp: removed bit about compiling
635         
636         * status/compare-assembly.cs: basedir should be there if
637         parameters are provided.
638
639         * status/makefile: made targets to dump info.
640         
641 2001-07-15  Joe Shaw  <joe@ximian.com>
642
643         * configure.in: Don't create doc/Makefile as there's nothing there
644         to make.
645
646         * Makefile.am: Don't build the doc directory because there's no
647         Makefile.am there.
648
649         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
650
651 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
652
653         * doc/class-library (A): Updated FAQ with question on error 1595.
654
655 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
656
657         * doc/index: 
658
659 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
660
661         * status/*: scripts and data to create statistics about the
662         class library status.
663
664 2001-07-09  Alex Graveley  <alex@ximian.com>
665
666         * doc/makefile (clean): Add clean target.
667         * doc/web/makefile (clean): Ditto.
668
669 2001-07-09  Alex Graveley  <alex@ximian.com>
670
671         * doc/makefile (all-docs): Fix typo.
672
673 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
674
675         * NEWS: 
676