ChangeLog 21 KB

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