ChangeLog 22 KB

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