ChangeLog 7.3 KB

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