ChangeLog 13 KB

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