ChangeLog 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. 2010-06-28 Robert Jordan <[email protected]>
  2. * mono.def: Add mono_free symbol (exposed by mono-publib.h).
  3. 2010-05-31 Robert Jordan <[email protected]>
  4. * mono.def : Remove unimplemented symbols.
  5. * mono.def: Regenerate with create-windef.pl.
  6. * create-windef.pl: Track 2.0 API changes.
  7. 2010-03-16 Jb Evain <[email protected]>
  8. * scripts/monowrap.cs, scripts/genproj.cs: rename
  9. the net_2_1 profile to moonlight.
  10. 2010-03-01 Robert Jordan <[email protected]>
  11. * libmono.vcproj: Track changes.
  12. 2009-11-02 Jonathan Chambers <[email protected]>
  13. * genmdesc.vcproj: Fix amd64 build.
  14. * libmono.vcproj: Fix amd64 build.
  15. * mono.vcproj: Fix amd64 build.
  16. * mono.sln: Fix amd64 build.
  17. 2009-09-08 Jonathan Chambers <[email protected]>
  18. * libtest.vcproj: Add toplevel include directory for config.h.
  19. 2009-04-24 Bill Holmes <[email protected]>
  20. Fixing the glib targets for Winx64.
  21. * libmono.vcproj, mono.vcproj: Correcting the ProgramDatabaseFile
  22. value for the Winx64 glib build.
  23. * mono.sln: Enabling the glib targets for Winx64.
  24. Code is contributed under MIT/X11 license.
  25. 2009-04-24 Bill Holmes <[email protected]>
  26. * libmono.vcproj: Adding metadata/metadata-verify.c to the project.
  27. * runmdesc.bat: Fixing the argument order to genmdesc.
  28. Code is contributed under MIT/X11 license.
  29. 2009-04-08 Bill Holmes <[email protected]>
  30. * libmono.vcproj : Adding mini/mini-gc to the project.
  31. Code is contributed under MIT/X11 license.
  32. 2009-03-05 Bill Holmes <[email protected]>
  33. * mono.def : Removing missing methods to remove link errors for
  34. MSVC build.
  35. Code is contributed under MIT/X11 license.
  36. 2009-02-18 Bill Holmes <[email protected]>
  37. * mono.def : Adding mono_jit_set_trace_options
  38. Code is contributed under MIT/X11 license.
  39. 2009-02-16 Bill Holmes <[email protected]>
  40. * libmono.vcproj : Adding metadata/cominterop and
  41. mini/dwarfwriter to the project.
  42. Code is contributed under MIT/X11 license.
  43. 2009-02-11 Bill Holmes <[email protected]>
  44. * libmono.vcproj : Adding utils\mono-filemap.c to the project.
  45. Code is contributed under MIT/X11 license.
  46. 2009-02-03 Jonathan Pobst <[email protected]>
  47. * libmono.vcproj : Track mini/generic-sharing.cs being renamed
  48. to mini/mini-generic-sharing.cs.
  49. 2008-12-09 Bill Holmes <[email protected]>
  50. * libmono.vcproj : Adding unwind.c to the project.
  51. Code is contributed under MIT/X11 license.
  52. 2008-12-04 Bill Holmes <[email protected]>
  53. * mono.sln : Removing monoburg from the solution.
  54. * libmono.vcproj : Removing files deleted from svn.
  55. * mono.def : Removing mono_burg* exports that no longer exist.
  56. Code is contributed under MIT/X11 license.
  57. 2008-11-10 Bill Holmes <[email protected]>
  58. * genmdesc.vcproj, monoburg.vcproj : Adding quotes to paths in the
  59. post build steps.
  60. Code is contributed under MIT/X11 license.
  61. 2008-11-07 Bill Holmes <[email protected]>
  62. * monoposixhelper.def, monoposixhelper.vcproj : added.
  63. * mono.sln : Adding the monoposixhelper project.
  64. Code is contributed under MIT/X11 license.
  65. 2008-11-07 Bill Holmes <[email protected]>
  66. * test_eglib.vcproj : Adding unicode.c to the project.
  67. * mono.sln : Adding the correct dependencies for e-glib.
  68. * *.vcproj : Setting LinkLibraryDependencies=false for all
  69. projects and all configurations.
  70. Code is contributed under MIT/X11 license.
  71. 2008-10-17 Bill Holmes <[email protected]>
  72. * eglib.vcproj : Adding src\gtimer-win32.c to the VC project.
  73. Code is contributed under MIT/X11 license.
  74. 2008-10-13 Bill Holmes <[email protected]>
  75. * libmono.vcproj : Removing metadata\rawbuffer.c from the VC project.
  76. * eglib.vcproj : Adding gdate-win32.c, gdir-win32.c, gfile-posix.c,
  77. gfile-win32.c, gmisc-win32.c, and gmodule-win32.c to the VC project.
  78. Code is contributed under MIT/X11 license.
  79. 2008-10-07 Bill Holmes <[email protected]>
  80. * libmono.vcproj : Adding simd-intrinsics.c to the VC project.
  81. Code is contributed under MIT/X11 license.
  82. 2008-09-26 Bill Holmes <[email protected]>
  83. * libmono.vcproj : Adding attach.c to the VC project.
  84. Code is contributed under MIT/X11 license.
  85. 2008-09-16 Bill Holmes <[email protected]>
  86. * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj,
  87. mono.vcproj, monoburg.vcproj: Adding i386 preprocessor definition
  88. to the Win32 build targets.
  89. Contributed under MIT/X11 license.
  90. 2008-08-12 Bill Holmes <[email protected]>
  91. * eglib.vcproj, genmdesc.vcproj, libgc.vcproj, libmono.vcproj, libtest.vcproj,
  92. mono.vcproj, monoburg.vcproj, monodiet.vcproj, monodis.vcproj, monograph.vcproj,
  93. pedump.vcproj, test_eglib.vcproj, teste.vcproj, test-invoke.vcproj,
  94. test-metadata.vcproj: Updating the preprocessor definitions for MSVC builds to
  95. match the gcc build in Cygwin.
  96. Contributed under MIT/X11 license.
  97. 2008-07-23 Robert Jordan <[email protected]>
  98. * libmono.vcproj: Reflect Linear IL changes.
  99. * ../winconfig.h: Bump Mono version.
  100. 2008-06-02 Bill Holmes <[email protected]>
  101. * mono.sln, libtest.vcproj: Adding libtest to the VS solution.
  102. libtest is needed for the marshaling tests.
  103. Contributed under MIT/X11 license.
  104. 2008-06-02 Bill Holmes <[email protected]>
  105. * monodiet.vcproj, libgc.vcproj, test_eglib.vcproj,
  106. eglib.vcproj, teste.vcproj, genmdesc.vcproj, monoburg.vcproj,
  107. monograph.vcproj, pedump.vcproj, test-metadata.vcproj,
  108. libmono.vcproj, mono.sln, mono.vcproj, monodis.vcproj,test-invoke.vcproj
  109. Changes to the Visual Studio projects to unify the output directories
  110. for each project and configuration.
  111. Contributed under MIT/X11 license.
  112. 2008-05-29 Bill Holmes <[email protected]>
  113. * libmono.vcproj: Add missing files mono-property-hash and
  114. mono-value-hash.
  115. Contributed under MIT/X11 license.
  116. 2008-04-28 Kornél Pál <[email protected]>
  117. * create-windef.pl, mono.def: Export MonoFixupCorEE.
  118. * libmono.vcproj: Add coree.c and coree.h.
  119. Contributed under MIT/X11 license.
  120. 2008-04-15 Jonathan Chambers <[email protected]>
  121. * mono.sln, libmono.vcproj, monoburg.vcproj, genmdesc.vcproj: Flush Win64
  122. and eglib changes.
  123. Contributed under MIT/X11 license.
  124. 2008-04-04 Bill Holmes <[email protected]>
  125. * runburg.bat, runmdesc.bat: Reverting back to r97888. The PATH was correct before.
  126. Contributed under MIT/X11 license.
  127. 2008-03-19 Bill Holmes <[email protected]>
  128. * libmono.vcproj: Adding a link to version.lib for the eglib targets.
  129. Contributed under MIT/X11 license.
  130. 2008-03-10 Bill Holmes <[email protected]>
  131. * mono.sln: Fixing configuration list to build the correct targets for the
  132. specified configuration.
  133. * runburg.bat, runmdesc.bat: Changing the PATH environment variable assignment
  134. to the correct location.
  135. * libmono.vcproj: Adding missing files.
  136. Contributed under MIT/X11 license.
  137. 2007-12-31 Jonathan Chambers <[email protected]>
  138. * mono.sln, libmono.vcproj, mono.vcproj, mono.def: Update .def
  139. file and fix some eglib target settings.
  140. Contributed under MIT/X11 license.
  141. 2007-08-29 Jonathan Chambers <[email protected]>
  142. * mono.sln, libmono.vcproj, mono.vcproj, genmdesc.vcproj, monoburg.vcproj:
  143. Setup eglib configurations (Debug_eglib, Release_eglib). They
  144. do not build at this point.
  145. Contributed under MIT/X11 license.
  146. 2007-08-29 Jonathan Chambers <[email protected]>
  147. * monodiet.vcproj, libgc.vcproj, eglib.vcproj, libmono.vcproj, mono.vcproj,
  148. genmdesc.vcproj, monoburg.vcproj, pedump.vcproj:
  149. Make output directories a bit more usable.
  150. Contributed under MIT/X11 license.
  151. 2007-08-14 Jonathan Chambers <[email protected]>
  152. * libmono.vcproj, mono.vcproj, genmdesc.vcproj, monobug.vcproj:
  153. Use MONO_DEPENDENCIES_PREFIX env var to locate dependencies. No longer
  154. need VSDependencies.zip.
  155. * winsetup.bat, runmdesc.bat, runburg.bat: No longer
  156. need VSDependencies.zip. Use MONO_DEPENDENCIES_PREFIX to
  157. setup PATH.
  158. * mono.def: Remove missing functions.
  159. Contributed under MIT/X11 license.
  160. 2007-08-14 Jonathan Chambers <[email protected]>
  161. * libmono.vcproj: Enable intrinsic functions.
  162. 2007-05-13 Raja R Harinath <[email protected]>
  163. * Makefile.am (VCPROJS): New.
  164. (EXTRA_DIST): Don't use glob.
  165. 2007-04-27 Jonathan Chambers <[email protected]>
  166. Combined patch from Michael Jerris <[email protected]> and me.
  167. * getopt.c: Added public domain implementation for Windows.
  168. * getopt.h: Added public domain implementation for Windows.
  169. * getopt_long.c: Added public domain implementation for Windows.
  170. * test_eglib.vcproj: Update project.
  171. * eglib.vcproj: Update project. Add pre-build step to copy
  172. winconfig.h to config.h for msvc build.
  173. 2007-04-25 Jonathan Chambers <[email protected]>
  174. * mono.sln: Added eglib projects.
  175. * test_eglib.vcproj: Added.
  176. * pedump.vcproj: Change output directories for uniformity.
  177. * monodiet.vcproj: Change output directories for uniformity.
  178. 2007-04-24 Jonathan Chambers <[email protected]>
  179. * eglib.vcproj: Added.
  180. 2007-03-30 Jonathan Chambers <[email protected]>
  181. * libmono.vcproj, mono.vcproj: Reset browse information
  182. settings to default.
  183. Contributed under MIT/X11 license.
  184. 2007-03-25 Marek Safar <[email protected]>
  185. * monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
  186. Fixed build.
  187. 2007-03-19 Jonathan Chambers <[email protected]>
  188. * libmono.vcproj, genmdesc.vcproj: Reset browse information
  189. settings to default.
  190. Contributed under MIT/X11 license.
  191. 2007-03-15 Jonathan Chambers <[email protected]>
  192. * *.vcproj: Begin Win64 port. Run bat files with $(Platform) argument.
  193. * *.bat: Begin Win64 port. Run bat files with $(Platform) argument.
  194. Contributed under MIT/X11 license.