ChangeLog 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 2009-02-12 Zoltan Varga <[email protected]>
  2. * Makefile.am (EXTRA_DIST): Remove removed files.
  3. * README: Point to the documentation on the wiki.
  4. * call-sites.txt: Remove this, its contents is in jit-trampolines.
  5. * memory-management.txt thread-safety.txt aot-compiler.txt jit-regalloc
  6. exception-handling.txt: Remove documents which are now on the wiki.
  7. 2009-02-11 Rodrigo Kumpera <[email protected]>
  8. * thread-safety.txt: Improve the docs about image lock.
  9. 2009-02-11 Rodrigo Kumpera <[email protected]>
  10. * thread-safety.txt: Document the new image lock.
  11. 2008-12-12 Mark Probst <[email protected]>
  12. * mini-porting.txt: Added some details about function descriptors
  13. and emulated opcodes.
  14. 2008-12-08 Jonathan Pryor <[email protected]>
  15. * mono-file-formats.source, mono-tools.source: Place these under the
  16. new "Commands and Files" node, and remove nay intermediate nodes.
  17. 2008-11-20 Jonathan Pryor <[email protected]>
  18. * Makefile.am (sources_DATA): Add mono-file-formats.source,
  19. mono-tools.source.
  20. 2008-11-20 Raja R Harinath <[email protected]>
  21. Remove unnecessary rebuilds of the html directory
  22. * docs.make (monoapi.zip): Make slightly more unforgiving, by
  23. using '&&' instead of ';' to sequence commands.
  24. (mono-tools.zip, mono-file-formats.zip): Likewise.
  25. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
  26. Likewise.
  27. (convert.exe): Don't depend on Makefile.am or docs.make.
  28. 2008-11-19 Raja R Harinath <[email protected]>
  29. Fix srcdir != builddir, and add idiom for multi-output commands
  30. * docs.make (monoapi.zip): Handle the case where 'monoapi.tree'
  31. exists but 'monoapi.zip' doesn't. IOW, we should rebuild
  32. monoapi.zip with 'rm monoapi.zip; make'.
  33. (mono-tools.zip, mono-file-formats.zip): Likewise.
  34. * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
  35. Likewise.
  36. (monoapi.tree): Don't use $< in an explicit rule.
  37. (mono-tools.tree, mono-file-formats.tree): Likewise.
  38. 2008-11-18 Jonathan Pryor <[email protected]>
  39. * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
  40. mono-tools{.config,.source} (fixes the build).
  41. 2008-11-18 Jonathan Pryor <[email protected]>
  42. * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
  43. mono-tool{.tree,.zip} files.
  44. * mono-file-formats.config, mono-tools.config: Alter paths to man
  45. pages so that they're valid for building from mono/docs.
  46. * monoapi.make: Rename to docs.make.
  47. 2008-11-01 Raja R Harinath <[email protected]>
  48. * Makefile.am: Clean up for srcdir != builddir.
  49. (deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc.
  50. * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'.
  51. 2008-10-31 Jonathan Pryor <[email protected]>
  52. * check, Makefile.am (EXTRA_DIST): Rename to check-exports. This was
  53. needed to fix `make distdir...`, because (1) with a file named
  54. `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
  55. ALSO a .PHONY target, this caused make to look for the `check` file,
  56. not find it due to (3), and then proceed to try to build convert.exe
  57. from convert.cs...for reasons I don't care about. This obviously
  58. can't work during `make distdir`, as mcs hasn't been built yet, thus
  59. leading to pain, suffering, and a broken build.
  60. 2008-10-30 Jonathan Pryor <[email protected]>
  61. * . (svn:ignore), deploy (svn:ignore): Ignore generated files.
  62. * AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage,
  63. convert.cs, current-api, deploy, documented, exdoc, ignore,
  64. mono-api-metadata.html, monoapi.source, produce-lists, public,
  65. public-api, README, sources, toc.xml, TODO, wapi: Copy from
  66. ../mono/docscripts.
  67. * exdoc: Use the in-tree mono program to run convert.exe.
  68. * Makefile.am: Mention files to clean/distribute; extract
  69. documentation (with exdoc) and then assemble documentation (with
  70. monoapi.make's assemble target) for use by monodoc.
  71. * monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
  72. convert.cs and assemble documentation. (This is a separate file so
  73. that we can include mcs' build/rules.make, which needs topdir set to
  74. behave properly BUT must be $(mcs_topdir) from Makefile.am's
  75. perspective.)
  76. * monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.
  77. 2006-11-19 Miguel de Icaza <[email protected]>
  78. * exdoc: Move to use CSS instead of tables, this will break
  79. GtkHTML rendering.
  80. * ignore: Updated with more hidden APIs.
  81. * Bunch of documentation work.