ChangeLog 23 KB

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