96e776d38c32e8a9fdf71d96be7616177906d8aa
[mono.git] / ChangeLog
1 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
2
3         * autogen.sh: Fix previous patch and silence noisy GNU which.   
4
5 2003-11-07  Bernie Solomon  <bernard@ugsolutions.com>
6
7         * autogen.sh: tweak glibtool check so it works
8         if which doesn't set return code properly
9
10 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
11
12         * autogen.sh: Silence noisy GNU which.
13         
14         * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). 
15         Use 'glibtool' instead of 'libtool' on OSX. 
16
17 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
18
19         * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
20         of the managed/unmanaged boundary.
21
22 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
23
24         * configure.in acconfig.h: Add check for __thread keyword in gcc.
25
26 2003-10-29  Dick Porter  <dick@ximian.com>
27
28         * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
29
30 2003-10-16  Miguel de Icaza  <miguel@ximian.com>
31
32         * man/mono.1: Document new --trace options
33
34 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
35
36         * configure.in: add hppa support (64bit only)
37         make solaris build work with Forte compiler
38
39 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
40
41         * configure.in: Added check for pthread_attr_setstacksize.
42
43         * mono/tests/ChangeLog: New file.
44         
45 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
46
47         * mono/tests/Makefile.am: Link the tests with the test driver program
48         used for the mini tests.
49
50 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
51
52         * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
53         stdcall calling convention.
54
55 2003-10-09  Dick Porter  <dick@ximian.com>
56
57         * acconfig.h:
58         * configure.in: Check for ICU availability
59
60 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
61
62         * mono/tests/libtest.c: fix after merge of pinvoke2.cs
63
64 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
65
66         * mono/tests/Makefile.am mono/tests/libtest.c
67         mono/tests/pinvoke18.cs: new test for bool marshalling.
68
69 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
70
71         * mono/scripts/Makefile.am mono/scripts/*.in: fix
72         managed .exe paths so they are found under cygwin.
73
74 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
75
76         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
77         test.
78
79 2003-10-06  Bernie Solomon  <bernard@ugsolutions.com>
80
81         * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs 
82         mono/tests/libtest.c: Add more pass by value struct
83         tests for platforms with more complex calling conventions 
84         (Sparc V9, HPPA 64 bit).
85
86 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
87
88         * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
89         marshalling test.
90
91 2003-10-04  Bernie Solomon  <bernard@ugsolutions.com>
92
93         * mono/tests/libtest.c: remove warnings except
94         "no previous prototype"
95
96 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
97
98         * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
99         behaviour of increment, (mono_test_marshal_char) = should be ==
100
101 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
102
103         * mono/tests/remoting1.cs: Added test for interface casts on
104         TransparentProxies.
105
106 2003-09-24  Bernie Solomon  <bernard@ugsolutions.com>
107
108         * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs
109           marshal5.cs: remove .so from DllImport of libtest to aid portability.
110
111 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
112
113         * configure.in: Added check for valgrind headers.
114
115 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
116
117         * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon
118         (bernard@ugsolutions.com).
119         
120 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
121
122         * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon
123         (bernard@ugsolutions.com).
124
125 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
126
127         * mono.pc.in: Added gthread-2.0.
128
129 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
130
131         * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
132         can call g_thread_init ().
133
134 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
135
136         * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments 
137         of static variables atomic. Fixes bug #47683.
138
139 2003-08-21  Johannes Roith  <johannes@jroith.de>
140
141         * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
142
143 2003-08-18  Johannes Roith  <johannes@jroith.de>
144
145         * mono/Makefile.am: add windows build option
146         * mono/monowiz.win32.nsi: add windows build script
147         * mono/mono-win32-light.bmp: add bitmap
148
149 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
150
151         * mono/tests/checked.cs: Added mul.ovf tests.
152
153 2003-08-15  Duncan Mak  <duncan@ximian.com>
154
155         * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
156         correct ByteFX.Data.MySqlClient (note the change in
157         capitalization). Thanks to Tom Wagner <Tom.Wagner@wacker.com> for
158         spotting the error.
159
160 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
161
162         * mono/tests/bug-47295.cs: Regression test for bug #47295.
163
164 2003-08-11  Duncan Mak  <duncan@ximian.com>
165
166         * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
167
168 Sun Aug  3 21:12:13 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
169
170         * configure.in: added FPU test for ARM.
171
172 Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
173
174         * configure.in, etc.: portability fixes and support for
175         buidling outside the srcdir from Laurent Morichetti <l_m@pacbell.net>.
176
177 2003-07-22  Duncan Mak  <duncan@ximian.com>
178        
179         * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
180
181 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
182
183         * mono/tests/Makefile.am: Add missing test. Make tests interruptable
184         by Ctrl-C. Add testinterp target to run the tests with the interpreter.
185         Do not try to build vararg.cs under mcs.
186
187         * configure.in: Fix detection of GC_gcj_malloc.
188
189 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
190
191         * acconfig.h:
192         * configure.in: Check for gethostbyname2_r availability.
193         * data/machine.config: Added section system.net/settings. Added
194         option for IPv6 availability.   
195
196 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
197
198         * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
199
200         * mono/tests/struct.cs: Add test for unboxing trampolines.
201
202         * mono/tests/bug-27420.cs: new regression test.
203
204         * mono/tests/Makefile.am: skip vararg test since it does not compile 
205         under mono. Add testinterp target. Add new tests.
206         
207 2003-07-10  Martin Willemoes Hansen
208
209         * doc/web/team.xml : Modified my tasks a bit.
210
211 2003-07-01  Paolo Molaro <lupus@ximian.com>
212
213         * acconfig.h, configure.in: added bundle support.
214
215 2003-06-10  Dick Porter  <dick@ximian.com>
216
217         * acconfig.h:
218         * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
219         available.
220
221 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
222
223         * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
224
225 2003-06-10  Martin Baulig  <martin@ximian.com>
226
227         * configure.in: Fall back to boehm if we don't have a libgc
228         subdirectory.
229
230 2003-06-10  Martin Baulig  <martin@ximian.com>
231
232         * configure.in: Make the libgc stuff actually work; we now create
233         a shared libmonogc.so when using the included libgc.
234
235 2003-06-09  Martin Baulig  <martin@ximian.com>
236
237         * configure.in: Only check for gc if --with-gc=boehm.
238
239 2003-06-08  Martin Baulig  <martin@ximian.com>
240
241         * configure.in: Tell libgc's configure about our threads library.
242
243 2003-06-08  Martin Baulig  <martin@ximian.com>
244
245         * libgc/: Integrate the libgc module here.
246
247         [Note: A simple `cvs update' won't work this time; you either need
248         to re-checkout the `mono' module or manually move the `libgc'
249         module here.]
250
251         * configure.in (--with-gc): Added `included' option to use the
252         included libgc.  This is now also the default.
253         (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
254         (INCLUDED_LIBGC): New automake conditional.
255         (USE_INCLUDED_LIBGC): #define this if appropriate.
256
257         * autogen.sh: Run libgc/autogen.sh.
258
259         * Makefile.am (SUBDIRS): Added libgc.
260
261 2003-06-05  Duncan Mak  <duncan@ximian.com>
262
263         * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
264         the package.
265
266 2003-05-19  Dick Porter  <dick@ximian.com>
267
268         * configure.in: Netbsd build fix by marc@informatik.uni-bremen.de.
269
270 2003-05-10  Martin Willemoes Hansen <mwh@sysrq.dk>
271
272         * scripts/Makefile.am: Added monoresgen secutil sqlsharp
273           shell wrapper scripts.
274
275 2003-05-08  Zoltan Varga  <vargaz@freemail.hu>
276
277         * mono/tests/Makefile.am: 
278         - Compile with mcs.
279         - Disable some warnings.
280         - Added executables to clean target.
281         - Make testjit the default target.
282         - Print list of failed tests at the end of a test run.
283         - Abort tests when Ctrl-C is pressed.
284
285         * mono/tests/test-driver: Return with a special exit code when 
286         SIGINT is detected.
287
288         * mono/tests/checked.cs: Make it compile.
289         
290 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
291
292         * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
293         for the target exe binaries.
294
295         Copy cilc.exe and secutil.exe from the right paths to the right
296         location.
297
298         Add missing assemblies.
299
300 2003-05-02  Alp Toker  <alp@atoker.com>
301
302         * data/config.in: new dll mapping entry for libglade
303
304 2003-05-01  Duncan Mak  <duncan@ximian.com>
305
306         * scripts/Makefile.am: 
307         * runtime/Makefile.am: Install cilc and ilasm.
308
309 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
310
311         * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
312
313 2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>
314
315         * doc/web/team.xml : Added myself to it.
316
317 2003-04-10  Duncan Mak  <duncan@ximian.com>
318
319         * doc/web/render-team-page.cs: Make the names of the element be
320         lowercase instead. BenM says this makes it XHTML compliant; heck,
321         I'm generating this from an XmlDocument already, why not make it
322         XHTML compliant?
323
324 2003-04-10  Duncan Mak  <duncan@ximian.com>
325
326         * doc/web/render-team-page.cs (Compare): Correctly fix
327         ContributorComparer.
328         (RenderHtml): Add some SetAttribute loving to make it render prettier.
329
330         * doc/web/team.xml: Revert excessive indenting.
331
332 2003-04-07  Martin Baulig  <martin@ximian.com>
333
334         * mono/mini/: Added this directory to the build; install `mini'
335         and `libmini.la'.
336
337 2003-04-07  Duncan Mak  <duncan@ximian.com>
338
339         * doc/web/render-team-page.cs: Fix ContributorComparer.
340
341 2003-04-04  Duncan Mak  <duncan@ximian.com>
342
343         * doc/web/render-team-page.cs: Make it use 'none.png' if no image
344         are specified in the XML.
345
346         * doc/web/team.xml: Remove the comment.
347
348         * doc/web/render-team-page.cs: Make it not output a full HTML file.
349
350 2003-04-04  Duncan Mak  <duncan@ximian.com>
351
352         * doc/web/commands: 
353         * doc/web/makefile: Add team page information.
354
355         * doc/web/team.xml: 
356         * doc/web/render-team-page.cs: Code for rendering a team page.
357
358 2003-04-02  Duncan Mak  <duncan@ximian.com>
359
360         * doc/web/makefile: Add a new make target for generating a team
361         page on go-mono.com.
362
363 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
364
365         * configure.in: Added check for GC_gcj_malloc.
366
367 2003-04-04  Martin Willemoes Hansen <mwh@sysrq.dk>
368
369         * man/sqlsharp.1: changed pass= to password= for the 
370           PostgreSql provider.
371
372 >>>>>>> 1.166
373 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
374
375         * data/machine.config: added SessionStateModule to httpModules section.
376
377 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
378
379         * data/machine.config: added default sessionState section and handler.
380
381 2003-02-17  Daniel Morgan <danmorg@sc.rr.com>
382
383         * doc/provider-factory: add new web page 
384         about Mono.Data's ProviderFactory
385
386         * doc/web/commands
387         * doc/web/makefile: add provider-factory web page to build
388         
389         * doc/ado-net
390         * doc/ibmdb2
391         * doc/postgresql
392         * doc/sqlclient
393         * doc/tdsclient
394         * doc/sybase
395         * doc/mysql
396         * doc/firebird
397         * doc/oracle
398         * doc/oledb
399         * doc/odbc
400         * doc/sqlite: updated web pages
401
402 2003-02-16  Martin Baulig  <martin@ximian.com>
403
404         * doc/jit-debug-sample
405         * doc/jit-debug-sample2: Removed.
406
407         * doc/jit-debug: Updated.
408
409 2003-02-13  Daniel Morgan <danmorg@sc.rr.com>
410
411         * doc/screenshots
412         * doc/ado-net
413         * doc/oracle
414         * doc/gtk-sharp: update web pages
415         
416 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
417
418         * data/machine.config: added sample globalization section.
419
420 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
421
422         * data/machine.config: added UrlAuthorizationModule and
423         AuthenticationConfigHandler.
424
425 2003-02-11  Tim Coleman <tim@timcoleman.com>
426         * data/config.in: Add mapping for Oracle call interface
427         (OCI) native libraries.
428
429 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
430
431         * configure.in: added check for sys/un.h.
432
433 2003-01-29  Daniel Morgan <danmorg@sc.rr.com>
434
435         * doc/postgresql
436         * doc/mysql
437         * doc/ado-net: updates to web pages
438         
439         * man/sqlsharp.1: update to man page
440
441 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
442
443         * configure.in: added WIN32_THREADS flag when building under windows.
444         It seems that the header files of the gc do not always define it when
445         GC_WIN32_THREADS is defined.
446
447 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
448
449         * doc/index
450         * doc/ado-net
451         * doc/firebird
452         * doc/ibmdb2
453         * doc/mysql
454         * doc/odbc
455         * doc/oledb
456         * doc/oracle
457         * doc/postgresql
458         * doc/sqlclient
459         * doc/sqlite
460         * doc/sybase
461         * doc/tdsclient: corrections
462
463 2003-01-26  Duncan Mak  <duncan@ximian.com>
464
465         * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
466
467 2003-01-22  Martin Baulig  <martin@ximian.com>
468
469         * configure.in: Set version number to 0.19.1.
470
471         Heads up: I'm going to commit some changes to the debugger
472         which'll require you to use this new runtime, so if you update the
473         debugger from CVS, you also need this new runtime.
474
475 2003-01-20  Duncan Mak  <duncan@ximian.com>
476
477         * configure.in: Bump the release number to 0.19.
478           
479 2003-01-19  Daniel Morgan <danmorg@sc.rr.com>
480
481         * doc/ibmdb2: added file which is new web page
482         about IBM DB2 data provider at Mono.Data.DB2Client
483         
484         * makefile
485         * commands: added ibmdb2 web page to go-mono web site
486         
487         * doc/ado-net: added a couple more developers email, plus made the
488         email spam resistant, added Mono's DB2 data provider to list,
489         added more info about the ProviderFactory and retrieving data using
490         ADO.NET from ASP.NET, add notes about testing, misc cleanup
491         
492         * doc/mysql
493         * doc/postgresql
494         * doc/sqlclient
495         * doc/oracle
496         * doc/tdsclient
497         * doc/firebird
498         * doc/oledb
499         * doc/odbc
500         * doc/sybase
501         * doc/sqlite: added testing notes and C# examples
502         
503         * doc/gtk-sharp: added links for GTK# for Windows
504         
505         * man/sqlsharp.1: added providers Npgsql and MySQLNet
506
507 2003-01-17  Duncan Mak  <duncan@ximian.com>
508
509         * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
510
511 2003-01-16  Martin Baulig  <martin@ximian.com>
512
513         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
514         check again, we're now using the mono/io-layer for this.
515
516 Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <lupus@ximian.com>
517
518         * configure.in: allow MacOSX (from various people).
519
520 2003-01-14  Martin Baulig  <martin@ximian.com>
521
522         * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
523
524 2002-12-27  Jeroen Janssen <japj@darius.demon.nl>
525         * fixed url for System.Windows.Forms in the class status
526         
527 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
528
529         * configure.in: moved struct tm field tm_gmtoff check before the check
530         for timezone global variable. This makes Timezone work for me (debian
531         sid, linux, x86, which has both the field and the global variables).
532
533 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
534
535         * doc/oracle: added file which is
536         a new web page oracle.html
537
538         * doc/ado-net: clean up and add link
539         to oracle.html
540         
541         * doc/web/commands
542         * doc/web/makefile: added oracle.html
543
544 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
545
546         * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
547         
548         * man/sqlsharpcli.1: renamed to sqlsharp.1
549
550 2002-12-09  Tim Haynes  <thaynes@openlinksw.co.uk>
551
552         * mono/jit/jit.c
553         * mono/metadata/icall.c: added mono_install_get_config_dir() to
554         utilize the MONO_CFG_DIR environment variable for specifying
555         different machine.configs.
556
557 2002-12-06  Duncan Mak  <duncan@ximian.com>
558
559         * data/Makefile.am (EXTRA_DIST): Add machine.config
560         (DISTCLEANFILES): Add config.
561
562 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
563
564         * man/sqlsharpcli.1: added file - a man page 
565         for SQL# CLI
566         
567         * man/Makefile.am: added sqlsharpcli.1 to man_MANS
568         
569 2002-11-20  Daniel Morgan <danmorg@sc.rr.com>
570
571         * doc/firebird: updated web page
572
573 2002-11-19  Mike Kestner <mkestner@speakeasy.net>
574
575         * data/Config.in : added the gtk# dll mapping entries
576
577 2002-11-19  Daniel Morgan <danmorg@sc.rr.com>
578
579         * doc/firebird: updated web page based on input
580         from the firebird .net data provider author
581
582 Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <lupus@ximian.com>
583
584         * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
585         been installed.
586
587 2002-11-12  Daniel Morgan <danmorg@sc.rr.com>
588
589         * doc/oledb
590         * doc/odbc
591         * doc/mysql
592         * doc/sqlite
593         * doc/sqlclient
594         * doc/tdsclient
595         * doc/sybase
596         * doc/firebird: added web pages
597         for each specific data provider
598         
599         * doc/ado-net
600         * doc/postgresql: updated web page
601         with current status
602         
603         * doc/web/commands
604         * doc/web/makefile: updated to include
605         new web pages
606
607 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
608
609         * autogen.sh: make it work when MONO_PATH is set and it has more than
610         one directory or ends in ":". Also check that the directory added to
611         ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
612
613 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
614
615         * configure.in: Also allow the miss-spelled bohem.
616
617 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
618
619         * doc/ado-net
620         * doc/postgresql
621         * doc/tds-providers: cleaned up the web pages
622         
623         * doc/web/commands: postgresql.html page was mistyped
624
625 2002-10-18  Daniel Morgan <danmorg@sc.rr.com>
626
627         * doc/ado-net: updated status of
628         the ADO.NET functionality and providers
629         and added link to tds-providers.html
630
631         * doc/tds-providers: added file to
632         describe the design     and status of 
633         the SqlClient, SybaseClient, and TdsClient
634         ADO.NET providers.
635
636         * doc/web/makefile
637         * doc/web/command: added new web page 
638         tds-providers.html to build of  www.go-mono.com web site
639         
640 2002-10-17  Daniel Morgan <danmorg@sc.rr.com>
641
642         * doc/web/makefile
643         * doc/web/commands:     web page 
644         postgresql needed to be added
645
646 2002-10-13  Mark Crichton <crichton@gimp.org>
647
648         * doc/index: Even more spelling errors fixed.
649
650 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
651
652         * doc/adonet: updated status of all providers, added links, 
653           and added information
654           about the Mono.Data.SqliteClient provider that 
655           Vladimir Vukicevic contributed. Added Brian Ritchie's 
656           and Vladimir Vukicevic's email addresses as
657           people to contact about ADO.NET in Mono.  
658           Added information about SQL#, configuration tools, 
659           and an ADO.NET Multiplexor, etc...  
660
661 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
662
663         * doc/index: corrected some mistypes
664         
665         * doc/adonet: updated the status and plans of all the ADO.NET providers
666           and moved PostgreSQL specific stuff to doc/postgresql
667
668         * doc/postgresql: added new file to detail
669           the status of the PostgreSQL ADO.NET provider
670           and provide test notes for setting it up
671
672 2002-10-09  Daniel Morgan <danmorg@sc.rr.com>
673
674         * data/config.in: add entry for MySQL native shared libraries
675           which are different on Windows and Linux
676
677 2002-10-04  Diego Sevilla Ruiz  <dsevilla@um.es>
678
679         * doc/ccvs: Fixed some ugly formatting.
680
681 2002-10-03  Dick Porter  <dick@ximian.com>
682
683         * acconfig.h:
684         * configure.in:  Freebsd pthread_t is a pointer
685
686 2002-10-01  Duncan Mak  <duncan@ximian.com>
687
688         * mono/os/Makefile.am: Add gc_wrapper.h.
689
690         * runtime/Makefile.am: Fix the path for monoresgen.exe.
691
692 2002-09-27  Dick Porter  <dick@ximian.com>
693
694         * configure.in: Check for semaphore.h.  Patch for BSD from
695         jmmv@hispabsd.org (Julio Merino).
696
697 2002-09-20  Duncan Mak  <duncan@ximian.com>
698
699         * data/config.in: Added reference to libxslt.
700
701 2002-09-20  Mark Crichton  <crichton@gimp.org>
702
703         * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
704         Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
705         For systems that do not have such a virtual FS, define
706         NEED_LINK_UNLINK.
707
708         * acconfig.h: added NEED_LINK_UNLINK
709         
710 Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
711
712         * configure.in: add some needed defines to fix support of
713         threads in the GC.
714
715 2002-09-19  Mark Crichton  <crichton@gimp.org>
716
717         * configure.in: Added checks for Solaris to use X/Open functionality.
718         Really needed for the io-layer code.
719
720 2002-09-15  Andrew Birkett  <andy@nobugs.org>
721
722         * man/mcs.1: --probe is now --expect-error.
723
724 2002-09-09  Dick Porter  <dick@ximian.com>
725
726         * acconfig.h: 
727         * configure.in: Simplify thread checks, by using canned rules for
728         particular systems (based on the sleepycat db configure.in).
729         Tested on linux/x86, freebsd and w32.  Solaris also added, but I
730         don't have a solaris machine to try it on.
731
732 2002-09-04  Juli Mallett  <jmallett@FreeBSD.org>
733
734         * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
735
736 2002-09-02  Diego Sevilla Ruiz  <dsevilla@um.es>
737
738         * doc/ccvs: Added how to convert SSH keys (from SSH Communications
739         Security) to the OpenSSH keys required by mono CVS
740         access.
741
742 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
743
744         * configure.in, mono/interpreter/interp.c,
745         mono/io-layer/handles.c, mono/io-layer/processes.c,
746         mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
747         mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
748         mono/metadata/appdomain.c, mono/metadata/class.c,
749         mono/metadata/domain.c, mono/metadata/gc.c,
750         mono/metadata/object.c, mono/metadata/reflection.c,
751         mono/metadata/threads.c, mono/os/gc_wrapper.h,
752         mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
753         wrap inclusion of gc.h for boehm, since from FreeBSD and
754         OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
755         in <gc/gc.h>.  This will reduce the diffs FreeBSD ports has
756         to apply, and also makes it possible for me to build with
757         GC on OpenBSD/macppc built by hand.
758
759 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
760
761         * configure.in: On BSD don't try to use -ldl, we simply don't use it.
762
763 2002-09-01  Juli Mallett  <jmallett@FreeBSD.org>
764
765         * mono/dis/dis-cil.c:
766         * configure.in: Check for <wchar.h> via autoconf, don't use it if
767         it isn't there, as it seems to work fine without it on OpenBSD.
768
769 2002-08-28  Dick Porter  <dick@ximian.com>
770
771         * mono/os/win32/util.c: 
772         * mono/os/unix/util.c: 
773         * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
774         (It doesn't do anything on unix builds, and the w32 version no
775         longer needs an arg.)
776
777         * configure.in: Add HOST_CC for w32 builds
778
779 Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
780
781         * configure.in: remove iconv checks.
782
783 2002-08-24  Juli Mallett  <jmallett@FreeBSD.org>
784
785         * configure.in: Recognise OpenBSD/macppc as PowerPC.
786
787 Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
788
789         * configure.in: patch by noa@metamatrix.se (Daniel Resare)
790         to error out if bison is missing.
791
792 2002-08-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
793
794         * configure.in: don't link against libdl on windoze.
795
796 2002-08-12  Dick Porter  <dick@ximian.com>
797
798         * mono.pc.in: Add $includedir to Cflags
799
800 Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
801
802         * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
803         with pkg-config.
804         * */Makefile.am: makefile overhaul to create a shared libmono library.
805         * */*.h: do not include config.h in headers that should be installed.
806
807 2002-07-12  Dick Porter  <dick@ximian.com>
808
809         * acconfig.h:
810         * configure.in: Check the size of sockaddr_un.sun_path
811
812 2002-06-23  Miguel de Icaza  <miguel@ximian.com>
813
814         * man/Makefile.am (man_MANS): Added new man page
815
816         * man/mono-config.5: New manual page describing the mono-config
817         file format. 
818
819 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
820
821         * configure.in: added checks for MSG_NOSIGNAL
822
823 2002-05-30  Daniel Morgan <danmorg@sc.rr.com>
824
825         * doc/ado-net: update the ado-net web page on go-mono.com
826         input parameters support, beginnings of Mono.Data.MySQL 
827         and System.Data.OleDb, updated the sample source code,
828         and output from a PostgresTest
829
830 2002-05-21  Martin Baulig  <martin@gnome.org>
831
832         * mono.1: Documented the "--debug-args" debugging arguments.
833
834 2002-05-21  Martin Baulig  <martin@gnome.org>
835
836         * mono.1: Updated to reflect my latest changes and beautified this a bit.
837         (FIXME: There are still command line argument which aren't documented here.)
838
839 2002-05-19  Daniel Morgan <danmorg@sc.rr.com>
840
841         * doc/ado-net: updated page to include C# code snippets using
842         System.Data.  Update status: handle reading NULL values, DataSet/DataAdapter
843         works, executing/reading multiple results, and stored procedures.
844         And other tweaks about the providers.  
845
846 2002-05-19  Martin Baulig  <martin@gnome.org>
847
848         * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
849         interpreter/Makefile.am.
850
851 Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
852
853         * configure.in: search for pthread functions also in libc_r (patch
854         from Garrett Rooney <rooneg@electricjellyfish.net>).
855
856 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
857
858         * doc/ado-net: added instructions for installing PostgreSQL on Linux
859         and for using nant to re-compile just the System.Data.dll assembly
860         on Windows.
861
862 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
863
864         * doc/ado-net: added instructions for compiling System.Data.dll
865         (a subset of) on Linux.
866
867 2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
868
869         * doc/ado-net: added links
870
871 2002-05-09  Dick Porter  <dick@ximian.com>
872
873         * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
874
875 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
876
877         * doc/ado-net: correct formatting
878         * doc/index: added credit i forgot to add
879
880 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
881
882         * doc/ado-net: i did not format it correctly earlier, i 
883         tried added various tags where appropriate.
884         
885         * doc/index: added news item for May 5, 2002 - ado.net able
886         to retrieve data now
887
888 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
889
890         * doc/ado-net: updated the current status which
891         I kept forgetting to do.
892
893 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
894
895         * doc/ado-net: updated to includes an example for
896         running ipc-daemon as a Windows service.  Thanks
897         to gonzalo.
898
899 2002-05-05  Daniel Morgan <danmorg@sc.rr.com>
900
901         * doc/ado-net: updated to include installation of
902         PostgreSQL DBMS under cygwin.  It is a TODO for Linux though.
903         Also included notes on running the System.Data/Test/PostgresTest.cs
904         that should work on a lot of Mono installations that have
905         PostgreSQL installed.  If not please let me, rodrigo, or gonzalo
906         know.
907
908 2002-05-01  Rodrigo Moya <rodrigo@ximian.com>
909
910         * doc/ado-net: updated a little bit.
911
912 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
913
914         * configure.in: Added checks for timezone stuff.
915
916 2002-04-30  Dick Porter  <dick@ximian.com>
917
918         * acconfig.h:
919         * configure.in: Added option to disable using shared memory for
920         handles
921
922 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
923
924         * configure.in: fix for conditional "THREADS_PTHREAD" was never 
925         defined problem under cygwin with latest version of automake and
926         autoconf. Patch from Jeroen Janssen <japj@darius.demon.nl>.
927
928 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
929
930         * configure.in: removed -Wshadow from CFLAGS.
931
932 2002-04-12  Rodrigo Moya <rodrigo@ximian.com>
933
934         * status/maintainers.xml: added danmorg and myself for System.Data.*
935         classes.
936
937         * status/class.xml: added System.Data.* classes.
938
939 2002-04-08  Dick Porter  <dick@ximian.com>
940
941         * configure.in: Set -mno-cygwin here rather than in the build script
942
943 2002-04-05  Dietmar Maurer  <dietmar@ximian.com>
944
945         * mono/tests/remoting2.cs: new test for async invoke of proxy calls
946
947 2002-03-29  Martin Baulig  <martin@gnome.org>
948
949         * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
950         New files, added documentation for the debugging code.
951
952         * doc/web/commands: Added the debugging pages.
953
954         * docs/jit-debug: Removed, this is now on the web site.
955
956 2002-03-24  Martin Baulig  <martin@gnome.org>
957
958         * man/mcs.1: Documented the new --debug option and added a section
959         about debugging support.
960
961         * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
962
963 2002-03-21  Martin Baulig  <martin@gnome.org>
964
965         * configure.in: Added check for <elf.h>.
966
967 2002-03-18  Dick Porter  <dick@ximian.com>
968
969         * configure.in: Only look for libgc on the system.  Default to not
970         using GC at all, because it doesn't work with the jit.
971
972 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
973
974         * configure.in: Add support for building the included boehm GC.
975
976 Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
977
978         * configure.in: detect Boehm GC libs and add --with-gc switch.
979         Boehm GC needs to be explicitly enabled since the JIT currently fails
980         in some cases with it.
981
982 2002-02-27  Dietmar Maurer  <dietmar@ximian.com>
983
984         * mono/tests/fib.cs: it is now possible to pass a repeat count as
985         command line argument, for example fib.exe 20 runs the test 20
986         times. 
987
988 2002-02-25  Sergey Chaban  <serge@wildwestsoftware.com>
989         * configure.in: added support for ARM target arch.
990         Uncommented and modified arm-*-linux* target,
991         added mono/arch/arm/Makefile to AC_OUTPUT list.
992
993 2002-02-21  Mark Crichton  <crichton@gimp.org>
994
995         * status/class.xml: Added contact info for RNGCryptoServiceProvider
996         class and Rijndael classes.
997         * status/maintainers.xml: Added contact info to maintainers list.
998
999 2002-02-21  Mark Crichton  <crichton@gimp.org>
1000  
1001         * configure.in: Add checks for a system-provided entropy device
1002         * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
1003
1004 2002-02-20  Dick Porter  <dick@ximian.com>
1005
1006         * acconfig.h:
1007         * configure.in: Always build without cygwin support on windows
1008
1009 2002-02-19  Radek Doulik  <rodo@ximian.com>
1010
1011         * mono/tests/pinvoke.cs: use more pinvoke test methods
1012
1013 2002-02-19  Radek Doulik  <rodo@ximian.com>
1014
1015         * mono/tests/libtest.c (mono_test_many_short_arguments): new test
1016         method
1017         (mono_test_many_byte_arguments): ditto
1018
1019 2002-02-18  Radek Doulik  <rodo@ximian.com>
1020
1021         * mono/tests/Makefile.am: added small test library for pinvoke
1022         testing
1023
1024         * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
1025         new function to test pinvoke
1026
1027         * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
1028         arguments
1029
1030         * mono/tests/Makefile.am: display # of passing tests too
1031         added simple shared library libtest with testing function for
1032         pinvoke
1033
1034 2002-02-17  Radek Doulik  <rodo@ximian.com>
1035
1036         * mono/tests/Makefile.am (test): display # of failed tests
1037
1038 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
1039
1040         * configure.in: Add checks for SOL_IP, SOL_TCP, and
1041         IP_PKTINFO. Also check for struct ip_mreqn.
1042
1043 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1044
1045         * configure.in: Add checks to see if we need to link to libsocket,
1046         libnsl, and/or librt. Also check for inet_pton and inet_aton.
1047
1048 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
1049
1050         * acconfig.h: #undef USE_MONO_MUTEX
1051
1052         * configure.in: If the system pthread implementation is lacking,
1053         default to using mono-mutex.
1054
1055 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
1056
1057         * mono/tests/enum2.cs: new file with more enum tests.
1058
1059 2002-02-01  Dietmar Maurer  <dietmar@ximian.com>
1060
1061         * mono/tests/jit-long.cs: added some SHL/SHR tests
1062
1063 Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
1064
1065         * configure.in: allow PKG_CONFIG_PATH for the build-platform
1066         pkg-config invocation.
1067
1068 Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <lupus@ximian.com>
1069
1070         * configure.in: add some support/fixes for cross-compilation.
1071
1072 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
1073
1074         * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
1075         added tests for SUB_OVF, SUB_OVF_UN
1076
1077 2001-12-21  Dietmar Maurer  <dietmar@ximian.com>
1078
1079         * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
1080
1081 2001-12-21  Aaron Weber  <aaron@ximian.com>
1082
1083         * doc/faq (A): added a linebreak that was missing and was causing
1084         a heading to appear badly.
1085
1086 2001-12-20  Aaron Weber  <aaron@ximian.com>
1087
1088         * doc/faq: added <a name=""> nav links, and moved all MSFT-related
1089         questions into a single section.
1090
1091 2001-12-17  Aaron Weber  <aaron@ximian.com>
1092
1093         * doc/faq (Q): Question-by-question, line-by-line revision.
1094
1095 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
1096
1097         * mono/tests/time.cs: new test
1098
1099 2001-11-30  Radek Doulik  <rodo@ximian.com>
1100
1101         * configure.in: remove ACCESS_UNALIGNED="no" from ppc
1102
1103 2001-11-29  Radek Doulik  <rodo@ximian.com>
1104
1105         * configure.in (ACCESS_UNALIGNED): uncommented and modified
1106         powerpc-*-linux* 
1107         generate mono/arch/ppc/Makefile
1108
1109 2001-11-26  Dietmar Maurer  <dietmar@ximian.com>
1110
1111         * mono/tests/exception3.cs: modified the test to show a bug in the
1112         current exception handling implementation.
1113
1114 2001-11-13  Dick Porter  <dick@ximian.com>
1115
1116         * configure.in: Some more tests for pthread features
1117         (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
1118         still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
1119
1120 2001-11-09  Dick Porter  <dick@ximian.com>
1121
1122         * configure.in: Try and get large file support, but it's not fatal
1123         if it's not there (the io-layer just ignores the high word in that
1124         case.)
1125
1126         Check for windows builds, and only bother to look for pthreads and
1127         large files if we're not building for cygwin or native win32.  Not
1128         having pthread support on Posix systems is now a fatal error.
1129
1130         * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
1131         aclocal
1132
1133 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
1134
1135         * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
1136         target testjit. 
1137
1138 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
1139
1140         * docs/object-layout: more documentation
1141
1142 Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <lupus@ximian.com>
1143
1144         * configure.in: define NO_UNALIGNED_ACCESS for platforms that
1145         can't read on unaligned boundaries
1146
1147 2001-10-04  Dick Porter  <dick@ximian.com>
1148
1149         * configure.in: Do some deeper checks on pthreads for some of the
1150         more interesting functions
1151
1152 2001-09-24  Dietmar Maurer  <dietmar@ximian.com>
1153
1154         * mono/tests/Makefile.am (testjit): a new target to test the JITer
1155
1156         * mono/tests/jit-*: added some test for the JITer
1157
1158 2001-09-23  Dick Porter  <dick@ximian.com>
1159
1160         * configure.in: Arrange to compile dummy thread support routines
1161         if pthread isnt available
1162         
1163 2001-09-23  Dick Porter  <dick@ximian.com>
1164
1165         * configure.in: Check for pthread.h, so that we can check for the
1166         HAVE_PTHREAD_H define in config.h
1167
1168 2001-09-21  Dick Porter  <dick@ximian.com>
1169
1170         * configure.in: Check for libpthread
1171
1172 2001-09-19  Dietmar Maurer  <dietmar@ximian.com>
1173
1174         * mono/tests/test-ops.cs: added more tests
1175
1176 Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
1177
1178         * configure.in: check for sizeof(void*) and for the architecture.
1179
1180 2001-09-05  Dick Porter  <dick@ximian.com>
1181
1182         * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
1183         aclocal invocation, so putting aclocal files in /usr/local works
1184
1185 2001-08-30  Dietmar Maurer  <dietmar@ximian.com>
1186
1187         * *: removed the libffi dependency, mono now compiles on cygwin 
1188
1189         * mono/wrapper/build-dll: new file.
1190
1191 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
1192
1193         * mono/tests/console.cs: impl.
1194
1195         * mono/tests/box.cs: impl.
1196
1197         * mono/tests/stream-writer.cs: impl.
1198
1199 Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <lupus@ximian.com>
1200
1201         * mono/tests/*: New test cases, mostly for virtual method dispatch.
1202         Use make testb for the slow benchmarking programs,
1203         make test for the usual regression test checks.
1204
1205 2001-08-22  Rodrigo Moya <rodrigo@ximian.com>
1206
1207         * mono/cil/Makefile.am:
1208         * mono/wrapper/Makefile.am: use correct variables for installation
1209         directories
1210
1211 Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
1212
1213         * mono/tests/exceptions*: enhanced and added more tests for
1214         exceptions.
1215
1216 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
1217
1218         * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
1219         to pass make distcheck
1220
1221         * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
1222
1223         * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
1224         install-data-hook): Added mechanism to distribute and install the
1225         dll files.
1226
1227 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
1228
1229         * mono/tests/stream.cs: new tests for the Stream class
1230
1231         * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
1232         added it again.
1233
1234 2001-08-16  Alex Graveley  <alex@ximian.com>
1235
1236         * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
1237         removes libtool dependency on all of Mono.
1238
1239 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
1240
1241         * mono/tests/array.cs: more array tests
1242
1243 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
1244
1245         * mono/tests/array.cs: more array tests
1246
1247 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
1248
1249         * mono/tests/pinvoke.cs: we can now print strings ;-)
1250
1251         * mono/tests/array.cs: new test for arrays
1252
1253 2001-08-02  Alex Graveley  <alex@ximian.com>
1254
1255         * libffi/*: Import libffi CVS version, with minor changes to make it 
1256           compile.
1257
1258         * mono/interpreter/Makefile.am: Link against 
1259           ../../libffi/.libs/libffi.a.
1260
1261         * Makefile.am: Add libffi
1262
1263         * autogen.sh: Replace with adapted gnome autogen.sh
1264
1265         * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
1266
1267 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
1268
1269         * mono/tests/pinvoke.cs: impl.
1270
1271 Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <lupus@ximian.com>
1272
1273         * configure.in, mono/tests: added some tests for the interpreter.
1274
1275 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
1276
1277         * doc/download: added instructions for cygwin
1278         
1279         * doc/c-sharp: removed bit about compiling
1280         
1281         * status/compare-assembly.cs: basedir should be there if
1282         parameters are provided.
1283
1284         * status/makefile: made targets to dump info.
1285         
1286 2001-07-15  Joe Shaw  <joe@ximian.com>
1287
1288         * configure.in: Don't create doc/Makefile as there's nothing there
1289         to make.
1290
1291         * Makefile.am: Don't build the doc directory because there's no
1292         Makefile.am there.
1293
1294         * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
1295
1296 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
1297
1298         * doc/class-library (A): Updated FAQ with question on error 1595.
1299
1300 2001-07-14  Miguel de Icaza  <miguel@ximian.com>
1301
1302         * doc/index: 
1303
1304 Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <lupus@ximian.com>
1305
1306         * status/*: scripts and data to create statistics about the
1307         class library status.
1308
1309 2001-07-09  Alex Graveley  <alex@ximian.com>
1310
1311         * doc/makefile (clean): Add clean target.
1312         * doc/web/makefile (clean): Ditto.
1313
1314 2001-07-09  Alex Graveley  <alex@ximian.com>
1315
1316         * doc/makefile (all-docs): Fix typo.
1317
1318 2001-05-30  Miguel de Icaza  <miguel@ximian.com>
1319
1320         * NEWS: 
1321
1322