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