ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <[email protected]>
  2. * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
  3. with pkg-config.
  4. * */Makefile.am: makefile overhaul to create a shared libmono library.
  5. * */*.h: do not include config.h in headers that should be installed.
  6. 2002-07-12 Dick Porter <[email protected]>
  7. * acconfig.h:
  8. * configure.in: Check the size of sockaddr_un.sun_path
  9. 2002-06-23 Miguel de Icaza <[email protected]>
  10. * man/Makefile.am (man_MANS): Added new man page
  11. * man/mono-config.5: New manual page describing the mono-config
  12. file format.
  13. 2002-06-10 Jaroslaw Kowalski <[email protected]>
  14. * configure.in: added checks for MSG_NOSIGNAL
  15. 2002-05-30 Daniel Morgan <[email protected]>
  16. * doc/ado-net: update the ado-net web page on go-mono.com
  17. input parameters support, beginnings of Mono.Data.MySQL
  18. and System.Data.OleDb, updated the sample source code,
  19. and output from a PostgresTest
  20. 2002-05-21 Martin Baulig <[email protected]>
  21. * mono.1: Documented the "--debug-args" debugging arguments.
  22. 2002-05-21 Martin Baulig <[email protected]>
  23. * mono.1: Updated to reflect my latest changes and beautified this a bit.
  24. (FIXME: There are still command line argument which aren't documented here.)
  25. 2002-05-19 Daniel Morgan <[email protected]>
  26. * doc/ado-net: updated page to include C# code snippets using
  27. System.Data. Update status: handle reading NULL values, DataSet/DataAdapter
  28. works, executing/reading multiple results, and stored procedures.
  29. And other tweaks about the providers.
  30. 2002-05-19 Martin Baulig <[email protected]>
  31. * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
  32. interpreter/Makefile.am.
  33. Wed May 15 12:22:09 CEST 2002 Paolo Molaro <[email protected]>
  34. * configure.in: search for pthread functions also in libc_r (patch
  35. from Garrett Rooney <[email protected]>).
  36. 2002-05-11 Daniel Morgan <[email protected]>
  37. * doc/ado-net: added instructions for installing PostgreSQL on Linux
  38. and for using nant to re-compile just the System.Data.dll assembly
  39. on Windows.
  40. 2002-05-10 Rodrigo Moya <[email protected]>
  41. * doc/ado-net: added instructions for compiling System.Data.dll
  42. (a subset of) on Linux.
  43. 2002-05-10 Daniel Morgan <[email protected]>
  44. * doc/ado-net: added links
  45. 2002-05-09 Dick Porter <[email protected]>
  46. * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
  47. 2002-05-05 Daniel Morgan <[email protected]>
  48. * doc/ado-net: correct formatting
  49. * doc/index: added credit i forgot to add
  50. 2002-05-05 Daniel Morgan <[email protected]>
  51. * doc/ado-net: i did not format it correctly earlier, i
  52. tried added various tags where appropriate.
  53. * doc/index: added news item for May 5, 2002 - ado.net able
  54. to retrieve data now
  55. 2002-05-05 Daniel Morgan <[email protected]>
  56. * doc/ado-net: updated the current status which
  57. I kept forgetting to do.
  58. 2002-05-05 Daniel Morgan <[email protected]>
  59. * doc/ado-net: updated to includes an example for
  60. running ipc-daemon as a Windows service. Thanks
  61. to gonzalo.
  62. 2002-05-05 Daniel Morgan <[email protected]>
  63. * doc/ado-net: updated to include installation of
  64. PostgreSQL DBMS under cygwin. It is a TODO for Linux though.
  65. Also included notes on running the System.Data/Test/PostgresTest.cs
  66. that should work on a lot of Mono installations that have
  67. PostgreSQL installed. If not please let me, rodrigo, or gonzalo
  68. know.
  69. 2002-05-01 Rodrigo Moya <[email protected]>
  70. * doc/ado-net: updated a little bit.
  71. 2002-04-30 Jeffrey Stedfast <[email protected]>
  72. * configure.in: Added checks for timezone stuff.
  73. 2002-04-30 Dick Porter <[email protected]>
  74. * acconfig.h:
  75. * configure.in: Added option to disable using shared memory for
  76. handles
  77. 2002-04-28 Gonzalo Paniagua Javier <[email protected]>
  78. * configure.in: fix for conditional "THREADS_PTHREAD" was never
  79. defined problem under cygwin with latest version of automake and
  80. autoconf. Patch from Jeroen Janssen <[email protected]>.
  81. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  82. * configure.in: removed -Wshadow from CFLAGS.
  83. 2002-04-12 Rodrigo Moya <[email protected]>
  84. * status/maintainers.xml: added danmorg and myself for System.Data.*
  85. classes.
  86. * status/class.xml: added System.Data.* classes.
  87. 2002-04-08 Dick Porter <[email protected]>
  88. * configure.in: Set -mno-cygwin here rather than in the build script
  89. 2002-04-05 Dietmar Maurer <[email protected]>
  90. * mono/tests/remoting2.cs: new test for async invoke of proxy calls
  91. 2002-03-29 Martin Baulig <[email protected]>
  92. * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
  93. New files, added documentation for the debugging code.
  94. * doc/web/commands: Added the debugging pages.
  95. * docs/jit-debug: Removed, this is now on the web site.
  96. 2002-03-24 Martin Baulig <[email protected]>
  97. * man/mcs.1: Documented the new --debug option and added a section
  98. about debugging support.
  99. * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
  100. 2002-03-21 Martin Baulig <[email protected]>
  101. * configure.in: Added check for <elf.h>.
  102. 2002-03-18 Dick Porter <[email protected]>
  103. * configure.in: Only look for libgc on the system. Default to not
  104. using GC at all, because it doesn't work with the jit.
  105. 2002-03-17 Miguel de Icaza <[email protected]>
  106. * configure.in: Add support for building the included boehm GC.
  107. Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <[email protected]>
  108. * configure.in: detect Boehm GC libs and add --with-gc switch.
  109. Boehm GC needs to be explicitly enabled since the JIT currently fails
  110. in some cases with it.
  111. 2002-02-27 Dietmar Maurer <[email protected]>
  112. * mono/tests/fib.cs: it is now possible to pass a repeat count as
  113. command line argument, for example fib.exe 20 runs the test 20
  114. times.
  115. 2002-02-25 Sergey Chaban <[email protected]>
  116. * configure.in: added support for ARM target arch.
  117. Uncommented and modified arm-*-linux* target,
  118. added mono/arch/arm/Makefile to AC_OUTPUT list.
  119. 2002-02-21 Mark Crichton <[email protected]>
  120. * status/class.xml: Added contact info for RNGCryptoServiceProvider
  121. class and Rijndael classes.
  122. * status/maintainers.xml: Added contact info to maintainers list.
  123. 2002-02-21 Mark Crichton <[email protected]>
  124. * configure.in: Add checks for a system-provided entropy device
  125. * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
  126. 2002-02-20 Dick Porter <[email protected]>
  127. * acconfig.h:
  128. * configure.in: Always build without cygwin support on windows
  129. 2002-02-19 Radek Doulik <[email protected]>
  130. * mono/tests/pinvoke.cs: use more pinvoke test methods
  131. 2002-02-19 Radek Doulik <[email protected]>
  132. * mono/tests/libtest.c (mono_test_many_short_arguments): new test
  133. method
  134. (mono_test_many_byte_arguments): ditto
  135. 2002-02-18 Radek Doulik <[email protected]>
  136. * mono/tests/Makefile.am: added small test library for pinvoke
  137. testing
  138. * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
  139. new function to test pinvoke
  140. * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
  141. arguments
  142. * mono/tests/Makefile.am: display # of passing tests too
  143. added simple shared library libtest with testing function for
  144. pinvoke
  145. 2002-02-17 Radek Doulik <[email protected]>
  146. * mono/tests/Makefile.am (test): display # of failed tests
  147. 2002-02-16 Jeffrey Stedfast <[email protected]>
  148. * configure.in: Add checks for SOL_IP, SOL_TCP, and
  149. IP_PKTINFO. Also check for struct ip_mreqn.
  150. 2002-02-14 Jeffrey Stedfast <[email protected]>
  151. * configure.in: Add checks to see if we need to link to libsocket,
  152. libnsl, and/or librt. Also check for inet_pton and inet_aton.
  153. 2002-02-13 Jeffrey Stedfast <[email protected]>
  154. * acconfig.h: #undef USE_MONO_MUTEX
  155. * configure.in: If the system pthread implementation is lacking,
  156. default to using mono-mutex.
  157. 2002-02-05 Dietmar Maurer <[email protected]>
  158. * mono/tests/enum2.cs: new file with more enum tests.
  159. 2002-02-01 Dietmar Maurer <[email protected]>
  160. * mono/tests/jit-long.cs: added some SHL/SHR tests
  161. Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <[email protected]>
  162. * configure.in: allow PKG_CONFIG_PATH for the build-platform
  163. pkg-config invocation.
  164. Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <[email protected]>
  165. * configure.in: add some support/fixes for cross-compilation.
  166. 2002-01-14 Dietmar Maurer <[email protected]>
  167. * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
  168. added tests for SUB_OVF, SUB_OVF_UN
  169. 2001-12-21 Dietmar Maurer <[email protected]>
  170. * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
  171. 2001-12-21 Aaron Weber <[email protected]>
  172. * doc/faq (A): added a linebreak that was missing and was causing
  173. a heading to appear badly.
  174. 2001-12-20 Aaron Weber <[email protected]>
  175. * doc/faq: added <a name=""> nav links, and moved all MSFT-related
  176. questions into a single section.
  177. 2001-12-17 Aaron Weber <[email protected]>
  178. * doc/faq (Q): Question-by-question, line-by-line revision.
  179. 2001-12-17 Dietmar Maurer <[email protected]>
  180. * mono/tests/time.cs: new test
  181. 2001-11-30 Radek Doulik <[email protected]>
  182. * configure.in: remove ACCESS_UNALIGNED="no" from ppc
  183. 2001-11-29 Radek Doulik <[email protected]>
  184. * configure.in (ACCESS_UNALIGNED): uncommented and modified
  185. powerpc-*-linux*
  186. generate mono/arch/ppc/Makefile
  187. 2001-11-26 Dietmar Maurer <[email protected]>
  188. * mono/tests/exception3.cs: modified the test to show a bug in the
  189. current exception handling implementation.
  190. 2001-11-13 Dick Porter <[email protected]>
  191. * configure.in: Some more tests for pthread features
  192. (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
  193. still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
  194. 2001-11-09 Dick Porter <[email protected]>
  195. * configure.in: Try and get large file support, but it's not fatal
  196. if it's not there (the io-layer just ignores the high word in that
  197. case.)
  198. Check for windows builds, and only bother to look for pthreads and
  199. large files if we're not building for cygwin or native win32. Not
  200. having pthread support on Posix systems is now a fatal error.
  201. * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
  202. aclocal
  203. 2001-10-15 Dietmar Maurer <[email protected]>
  204. * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
  205. target testjit.
  206. 2001-10-11 Dietmar Maurer <[email protected]>
  207. * docs/object-layout: more documentation
  208. Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <[email protected]>
  209. * configure.in: define NO_UNALIGNED_ACCESS for platforms that
  210. can't read on unaligned boundaries
  211. 2001-10-04 Dick Porter <[email protected]>
  212. * configure.in: Do some deeper checks on pthreads for some of the
  213. more interesting functions
  214. 2001-09-24 Dietmar Maurer <[email protected]>
  215. * mono/tests/Makefile.am (testjit): a new target to test the JITer
  216. * mono/tests/jit-*: added some test for the JITer
  217. 2001-09-23 Dick Porter <[email protected]>
  218. * configure.in: Arrange to compile dummy thread support routines
  219. if pthread isnt available
  220. 2001-09-23 Dick Porter <[email protected]>
  221. * configure.in: Check for pthread.h, so that we can check for the
  222. HAVE_PTHREAD_H define in config.h
  223. 2001-09-21 Dick Porter <[email protected]>
  224. * configure.in: Check for libpthread
  225. 2001-09-19 Dietmar Maurer <[email protected]>
  226. * mono/tests/test-ops.cs: added more tests
  227. Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <[email protected]>
  228. * configure.in: check for sizeof(void*) and for the architecture.
  229. 2001-09-05 Dick Porter <[email protected]>
  230. * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
  231. aclocal invocation, so putting aclocal files in /usr/local works
  232. 2001-08-30 Dietmar Maurer <[email protected]>
  233. * *: removed the libffi dependency, mono now compiles on cygwin
  234. * mono/wrapper/build-dll: new file.
  235. 2001-08-28 Dietmar Maurer <[email protected]>
  236. * mono/tests/console.cs: impl.
  237. * mono/tests/box.cs: impl.
  238. * mono/tests/stream-writer.cs: impl.
  239. Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <[email protected]>
  240. * mono/tests/*: New test cases, mostly for virtual method dispatch.
  241. Use make testb for the slow benchmarking programs,
  242. make test for the usual regression test checks.
  243. 2001-08-22 Rodrigo Moya <[email protected]>
  244. * mono/cil/Makefile.am:
  245. * mono/wrapper/Makefile.am: use correct variables for installation
  246. directories
  247. Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <[email protected]>
  248. * mono/tests/exceptions*: enhanced and added more tests for
  249. exceptions.
  250. 2001-08-20 Miguel de Icaza <[email protected]>
  251. * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
  252. to pass make distcheck
  253. * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
  254. * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
  255. install-data-hook): Added mechanism to distribute and install the
  256. dll files.
  257. 2001-08-20 Dietmar Maurer <[email protected]>
  258. * mono/tests/stream.cs: new tests for the Stream class
  259. * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
  260. added it again.
  261. 2001-08-16 Alex Graveley <[email protected]>
  262. * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
  263. removes libtool dependency on all of Mono.
  264. 2001-08-10 Dietmar Maurer <[email protected]>
  265. * mono/tests/array.cs: more array tests
  266. 2001-08-09 Dietmar Maurer <[email protected]>
  267. * mono/tests/array.cs: more array tests
  268. 2001-08-06 Dietmar Maurer <[email protected]>
  269. * mono/tests/pinvoke.cs: we can now print strings ;-)
  270. * mono/tests/array.cs: new test for arrays
  271. 2001-08-02 Alex Graveley <[email protected]>
  272. * libffi/*: Import libffi CVS version, with minor changes to make it
  273. compile.
  274. * mono/interpreter/Makefile.am: Link against
  275. ../../libffi/.libs/libffi.a.
  276. * Makefile.am: Add libffi
  277. * autogen.sh: Replace with adapted gnome autogen.sh
  278. * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
  279. 2001-08-02 Dietmar Maurer <[email protected]>
  280. * mono/tests/pinvoke.cs: impl.
  281. Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <[email protected]>
  282. * configure.in, mono/tests: added some tests for the interpreter.
  283. 2001-07-15 Sean MacIsaac <[email protected]>
  284. * doc/download: added instructions for cygwin
  285. * doc/c-sharp: removed bit about compiling
  286. * status/compare-assembly.cs: basedir should be there if
  287. parameters are provided.
  288. * status/makefile: made targets to dump info.
  289. 2001-07-15 Joe Shaw <[email protected]>
  290. * configure.in: Don't create doc/Makefile as there's nothing there
  291. to make.
  292. * Makefile.am: Don't build the doc directory because there's no
  293. Makefile.am there.
  294. * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
  295. 2001-07-15 Miguel de Icaza <[email protected]>
  296. * doc/class-library (A): Updated FAQ with question on error 1595.
  297. 2001-07-14 Miguel de Icaza <[email protected]>
  298. * doc/index:
  299. Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <[email protected]>
  300. * status/*: scripts and data to create statistics about the
  301. class library status.
  302. 2001-07-09 Alex Graveley <[email protected]>
  303. * doc/makefile (clean): Add clean target.
  304. * doc/web/makefile (clean): Ditto.
  305. 2001-07-09 Alex Graveley <[email protected]>
  306. * doc/makefile (all-docs): Fix typo.
  307. 2001-05-30 Miguel de Icaza <[email protected]>
  308. * NEWS: