ChangeLog 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. 2001-09-21 Dick Porter <[email protected]>
  2. * configure.in: Check for libpthread
  3. 2001-09-19 Dietmar Maurer <[email protected]>
  4. * mono/tests/test-ops.cs: added more tests
  5. Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <[email protected]>
  6. * configure.in: check for sizeof(void*) and for the architecture.
  7. 2001-09-05 Dick Porter <[email protected]>
  8. * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
  9. aclocal invocation, so putting aclocal files in /usr/local works
  10. 2001-08-30 Dietmar Maurer <[email protected]>
  11. * *: removed the libffi dependency, mono now compiles on cygwin
  12. * mono/wrapper/build-dll: new file.
  13. 2001-08-28 Dietmar Maurer <[email protected]>
  14. * mono/tests/console.cs: impl.
  15. * mono/tests/box.cs: impl.
  16. * mono/tests/stream-writer.cs: impl.
  17. Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <[email protected]>
  18. * mono/tests/*: New test cases, mostly for virtual method dispatch.
  19. Use make testb for the slow benchmarking programs,
  20. make test for the usual regression test checks.
  21. 2001-08-22 Rodrigo Moya <[email protected]>
  22. * mono/cil/Makefile.am:
  23. * mono/wrapper/Makefile.am: use correct variables for installation
  24. directories
  25. Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <[email protected]>
  26. * mono/tests/exceptions*: enhanced and added more tests for
  27. exceptions.
  28. 2001-08-20 Miguel de Icaza <[email protected]>
  29. * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
  30. to pass make distcheck
  31. * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
  32. * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
  33. install-data-hook): Added mechanism to distribute and install the
  34. dll files.
  35. 2001-08-20 Dietmar Maurer <[email protected]>
  36. * mono/tests/stream.cs: new tests for the Stream class
  37. * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
  38. added it again.
  39. 2001-08-16 Alex Graveley <[email protected]>
  40. * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
  41. removes libtool dependency on all of Mono.
  42. 2001-08-10 Dietmar Maurer <[email protected]>
  43. * mono/tests/array.cs: more array tests
  44. 2001-08-09 Dietmar Maurer <[email protected]>
  45. * mono/tests/array.cs: more array tests
  46. 2001-08-06 Dietmar Maurer <[email protected]>
  47. * mono/tests/pinvoke.cs: we can now print strings ;-)
  48. * mono/tests/array.cs: new test for arrays
  49. 2001-08-02 Alex Graveley <[email protected]>
  50. * libffi/*: Import libffi CVS version, with minor changes to make it
  51. compile.
  52. * mono/interpreter/Makefile.am: Link against
  53. ../../libffi/.libs/libffi.a.
  54. * Makefile.am: Add libffi
  55. * autogen.sh: Replace with adapted gnome autogen.sh
  56. * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
  57. 2001-08-02 Dietmar Maurer <[email protected]>
  58. * mono/tests/pinvoke.cs: impl.
  59. Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <[email protected]>
  60. * configure.in, mono/tests: added some tests for the interpreter.
  61. 2001-07-15 Sean MacIsaac <[email protected]>
  62. * doc/download: added instructions for cygwin
  63. * doc/c-sharp: removed bit about compiling
  64. * status/compare-assembly.cs: basedir should be there if
  65. parameters are provided.
  66. * status/makefile: made targets to dump info.
  67. 2001-07-15 Joe Shaw <[email protected]>
  68. * configure.in: Don't create doc/Makefile as there's nothing there
  69. to make.
  70. * Makefile.am: Don't build the doc directory because there's no
  71. Makefile.am there.
  72. * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
  73. 2001-07-15 Miguel de Icaza <[email protected]>
  74. * doc/class-library (A): Updated FAQ with question on error 1595.
  75. 2001-07-14 Miguel de Icaza <[email protected]>
  76. * doc/index:
  77. Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <[email protected]>
  78. * status/*: scripts and data to create statistics about the
  79. class library status.
  80. 2001-07-09 Alex Graveley <[email protected]>
  81. * doc/makefile (clean): Add clean target.
  82. * doc/web/makefile (clean): Ditto.
  83. 2001-07-09 Alex Graveley <[email protected]>
  84. * doc/makefile (all-docs): Fix typo.
  85. 2001-05-30 Miguel de Icaza <[email protected]>
  86. * NEWS: