ChangeLog 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742
  1. 2004-05-04 Gonzalo Paniagua Javier <[email protected]>
  2. * configure.in: check for SIGEV_THREAD being defined before checking
  3. for AIO support. Fixes compilation under FreeBSD.
  4. 2004-05-04 Raja R Harinath <[email protected]>
  5. * runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, not
  6. JIT_SUPPORTED.
  7. (install-data-local, uninstall-data-local): Run runtime with
  8. libtool.
  9. * runtime/net_2_0/Makefile.am: Likewise.
  10. Report from Urs C Muff <[email protected]>.
  11. 2004-05-03 Jackson Harper <[email protected]>
  12. * man/gacutil.1: Basic man page for gacutil. This doesn't include
  13. the new non-standard options yet.
  14. 2004-05-03 Gonzalo Paniagua Javier <[email protected]>
  15. * data/machine.config: added version and publickeytoken.
  16. 2004-05-01 Duncan Mak <[email protected]>
  17. * runtime/net_1_1/Makefile.am:
  18. * runtime/net_2_0/Makefile.am (gac_assemblies_list): Add NUnit
  19. dlls here.
  20. (non_gac_assemblies): Removed, every thing is migrated over to gac_assemblies.
  21. (EXTRA_DIST): Include only gac_assemblies.
  22. (dist_assemblies_DATA): It's referring to $(non_gac_assemblies)
  23. and that is no gone now. So remove as well.
  24. ($(non_gac_assemblies)): Bye bye.
  25. 2004-05-01 Duncan Mak <[email protected]>
  26. * runtime/net_1_1/Makefile.am (gac_assemblies_list): Add
  27. System.Web.Services. Someone accidentally took the line out.
  28. 2004-04-30 Jackson Harper <[email protected]>
  29. * runtime/net_1_1/Makefile.am:
  30. * runtime/net_2_0/Makefile.am: These assemblies are signed now.
  31. 2004-04-30 Raja R Harinath <[email protected]>
  32. * runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dll
  33. suffix.
  34. (gac_assemblies, non_gac_assemblies, corlibdir, dist_corlib_DATA):
  35. New variables. Use Automake idioms.
  36. (dist-hook): Remove.
  37. (install-local, uninstall-local): Use mscorlib.dll from current
  38. tree when running gacutil.
  39. (mono_runtime): New variable. Points to either JIT compiler or
  40. interpreter.
  41. Report from Bernie Solomon <[email protected]>
  42. * runtime/net_2_0/Makefile.am: Likewise.
  43. * runtime/Makefile.am (dist_monobins_DATA): Rename from
  44. monobins_DATA.
  45. (EXTRA_DIST): Remove.
  46. * Makefile.am (fullbuild): Update to changes.
  47. 2004-04-30 Jackson Harper <[email protected]>
  48. * runtime/net_2_0/Makefile.am:
  49. * runtime/net_1_1/Makefile.am: /lib/mono/gac. Dont forget the mono.
  50. 2004-04-30 Duncan Mak <[email protected]>
  51. * runtime/Makefile.am ($(monobins_DATA)): Add sn.exe and sn.
  52. 2004-04-29 Duncan Mak <[email protected]>
  53. * scripts/gmcs.in: New file.
  54. * scripts/Makefile.am (EXTRA_DIST, bin_SCRIPTS, CLEANFILES): Add
  55. gmcs script.
  56. 2004-04-29 Jackson Harper <[email protected]>
  57. * runtime/net_2_0/Makefile.am: install 2.0 corlib to its own
  58. special little place.
  59. 2004-04-29 Zoltan Varga <[email protected]>
  60. * acconfig.h configure.in: Add check for scandir.
  61. 2004-04-29 Raja R Harinath <[email protected]>
  62. * runtime/Makefile.am (monobins_DATA): Add gacutil.exe.
  63. (SUBDIRS): Build here before building subdirs.
  64. * runtime/net_1_1/Makefile.am (all-local): Copy
  65. $(gac_assemblies_list) here.
  66. (install-data-local): Install dll from $(srcdir).
  67. (gacutil): Pick from current tree.
  68. * runtime/net_2_0/Makefile.am: Likewise.
  69. * Makefile.am (fullbuild): Update to changes in tree layout.
  70. * runtime/net_1_1/Makefile.am (install-data-local): Allow empty
  71. $(gac_assemblies_list).
  72. ($(gac_assemblies_list)): Pick libraries from 'class/lib/default',
  73. not 'class/lib/net_1_1'.
  74. 2004-04-28 Jackson Harper <[email protected]>
  75. * runtime/net_1_1/Makefile.am: Grab libs from proper directory, do
  76. not assume gacutil is installed.
  77. * runtime/net_2_0/Makefile.am: Do not assume gacutil is installed.
  78. 2004-04-28 Jackson Harper <[email protected]>
  79. * configure.in: Add new Makefile.amS
  80. * runtime/Makefile.am: libs are now in profile dependant
  81. directories.
  82. * runtime/net_1_1/Makefile.am: Install and Uninstall the .net 1.1
  83. libs to the GAC.
  84. * runtime/net_2_0/Makefile.am: Install and Uninstall the .net 2.0
  85. libs to the GAC.
  86. * data/Makefile.am: cleanup browscap.ini
  87. 2004-04-28 Bernie Solomon <[email protected]>
  88. * configure.in: reword message re EGD support
  89. now it is there
  90. 2004-04-28 Gonzalo Paniagua Javier <[email protected]>
  91. * config.h.in:
  92. * configure.in: added check for sys/aio.h. Also check the field name
  93. in 'union sigval'.
  94. 2004-04-28 Jackson Harper <[email protected]>
  95. * scripts/Makefile.am:
  96. * scripts/gacutil.in: Add a gacutil script
  97. 2004-04-26 Jackson Harper <[email protected]>
  98. * Makefile.am: Grab libraries from lib/default now.
  99. * runtime/Makefile.am: Grab libraries from lib/default now.
  100. 2004-04-26 Bernie Solomon <[email protected]>
  101. * configure.in: move setting of NO_VERSION_SCRIPT
  102. until after checking for GNU ld
  103. 2004-04-22 Urs C Muff <[email protected]>
  104. move .net assemblies from $prefix/bin/*.exe to $prefix/lib/*.exe on
  105. windows/cygwin refactor .nsi to simply maintenance on script/batch
  106. generation
  107. * runtime/Makefile.am
  108. * script/Makefile.am
  109. * monowiz.win32.nsi
  110. 2004-04-14 Raja R Harinath <[email protected]>
  111. * runtime/Makefile.am ($(assemblies_DATA)): Copy file into
  112. $(srcdir). Clean up output.
  113. ($(monobins_DATA)): Likewise.
  114. * Makefile.am (mcs-tree-safe-build): Fix typo.
  115. 2004-04-13 Sebastien Pouliot <[email protected]>
  116. * configure.in: Added rules to check for getgrgid_r, getgrnam_r,
  117. getpwnam_r, getpwuid_r, getresuid and setresuid.
  118. 2004-04-13 Raja R Harinath <[email protected]>
  119. Allow 'make fullbuild' to work on non-srcdir build.
  120. * Makefile.am (mcs_topdir): New variable.
  121. (mcs-tree-safe-build,mcs-rest,remove-binaries): Work in non-srcdir
  122. build.
  123. (xinstall-runtime): Likewise. Use $(libgc_dir) directly, don't
  124. grep for 'libgc'.
  125. (fullbuild): Make ordering dependencies explicit.
  126. 2004-04-12 Sachin Kumar <[email protected]>
  127. * Makefile.am: Added 'web' in SUBDIRS
  128. 2004-04-07 Gonzalo Paniagua Javier <[email protected]>
  129. * configure.in: don't try-run the tests for nptl and/or sigaltstack
  130. if they are disabled in the command line.
  131. 2004-04-05 Jackson Harper <[email protected]>
  132. * man/ilasm.1: Show /output instead of /out as the switch for
  133. specifying output file names.
  134. 2004-04-05 Zoltan Varga <[email protected]>
  135. * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
  136. 2004-04-02 Gonzalo Paniagua Javier <[email protected]>
  137. * config.h.in: added HAVE_GETPWUID_R
  138. * configure.in: check for getpwuid_r.
  139. 2004-03-23 Zoltan Varga <[email protected]>
  140. * configure.in: Fix GNU ld check.
  141. 2004-03-22 Zoltan Varga <[email protected]>
  142. * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
  143. #55840.
  144. * configure.in: Disable -version-script if not using GNU ld. Fixes
  145. #55910.
  146. * configure.in: Speedup successful sigaltstack test.
  147. * configure.in: don't try-run the tests for nptl and/or sigaltstack
  148. if they are disabled in the command line.
  149. 2004-04-05 Jackson Harper <[email protected]>
  150. * man/ilasm.1: Show /output instead of /out as the switch for
  151. specifying output file names.
  152. 2004-04-05 Zoltan Varga <[email protected]>
  153. * configure.in: Check for pthread_getattr_np and pthread_attr_get_np.
  154. 2004-04-02 Gonzalo Paniagua Javier <[email protected]>
  155. * config.h.in: added HAVE_GETPWUID_R
  156. * configure.in: check for getpwuid_r.
  157. 2004-03-23 Zoltan Varga <[email protected]>
  158. * configure.in: Fix GNU ld check.
  159. 2004-03-22 Zoltan Varga <[email protected]>
  160. * configure.in: Use amd64 instead of x86-64 as directory name. Fixes
  161. #55840.
  162. * configure.in: Disable -version-script if not using GNU ld. Fixes
  163. #55910.
  164. * configure.in: Speedup successful sigaltstack test.
  165. 2004-03-21 Gonzalo Paniagua Javier <[email protected]>
  166. * configure.in: this test for sigaltstack works.
  167. 2004-03-20 Zoltan Varga <[email protected]>
  168. * configure.in: Disable sigaltstack test for now since it can hang.
  169. * configure.in: Add test for working sigaltstack.
  170. 2004-03-16 Duncan Mak <[email protected]>
  171. * runtime/Makefile.am
  172. (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe):
  173. Remember to install them to mono/runtime.
  174. 2004-03-14 Zoltan Varga <[email protected]>
  175. * configure.in: Enable JIT on sparc.
  176. 2004-03-13 Martin Willemoes Hansen <[email protected]>
  177. * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix
  178. breakage with gtkhtml-3.0.10
  179. 2004-03-10 Zoltan Varga <[email protected]>
  180. * configure.in acconfig.h: Add a --with-sigaltstack option for platforms
  181. where the sigaltstack based exception handling does not work.
  182. 2004-03-08 Zoltan Varga <[email protected]>
  183. * configure.in acconfig.h: Add check for aintl function, which is the
  184. solaris equivalent of truncl.
  185. 2004-02-29 Zoltan Varga <[email protected]>
  186. * configure.in: Add check for GC_enable.
  187. * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.
  188. 2004-02-19 Zoltan Varga <[email protected]>
  189. * configure.in: Add proper support for --with-nptl for people who
  190. have linking problems when it is enabled.
  191. 2004-02-18 Zoltan Varga <[email protected]>
  192. * configure.in: Add test for __thread keyword and shared libs.
  193. 2004-02-16 Zoltan Varga <[email protected]>
  194. * configure.in: Enable --with-nptl by default.
  195. 2004-02-03 Zoltan Varga <[email protected]>
  196. * configure.in: Applied patch from Adrian Bunk ([email protected]). Fix
  197. message for failed gethostbyname2_r check.
  198. Fri Jan 23 16:07:05 EST 2004 Paolo Molaro <[email protected]>
  199. * configure.in, acconfig.h: check for truncl. Disable
  200. version script on MacOSX (see bug #51590 if a check becomes
  201. necessary).
  202. Fri Jan 23 21:26:01 CET 2004 Paolo Molaro <[email protected]>
  203. * configure.in, acconfig.h: added check for socklen_t.
  204. 2004-01-22 Zoltan Varga <[email protected]>
  205. * Makefile.am: Do not install mono.pc on platforms without a JIT.
  206. 2004-01-21 Zoltan Varga <[email protected]>
  207. * Makefile.am (remove-binaries): Get rid of non-portable >& construct.
  208. 2003-12-29 Miguel de Icaza <[email protected]>
  209. * scripts/sn.in: Add sn script.
  210. 2004-01-15 Zoltan Varga <[email protected]>
  211. * scripts/Makefile.am: Add al.exe.
  212. * scripts/al.in: New file.
  213. * runtime/Makefile.am: Add al.exe.
  214. 2004-01-10 Jackson Harper <[email protected]>
  215. * data/machine.config: Add trace handler (Trace.axd) add trace
  216. configuration handlers.
  217. 2004-01-06 Martin Willemoes Hansen <[email protected]>
  218. * doc/books: Added books on Web Services and ASP.NET
  219. 2004-01-04 Daniel Morgan <[email protected]>
  220. * monowiz.win32.nsi: update the NSIS installer script for windows
  221. to support NSIS 2.0 rc1 and Mono 0.29
  222. 2003-12-22 Bernie Solomon <[email protected]>
  223. * configure.in: missed in my last change
  224. * samples/embed/testi.c: interpreter embedding example
  225. * docs/embedded-api: add info on interpreter embedding
  226. Mon Dec 22 18:27:14 CET 2003 Paolo Molaro <[email protected]>
  227. * configure.in, acconfig.h: use mach semaphores on darwin.
  228. 2003-12-22 Bernie Solomon <[email protected]>
  229. * Makefile.am: Create mint.pc
  230. mint.pc.in: Added for embedding the interpreter
  231. 2003-12-16 Martin Baulig <[email protected]>
  232. * Makefile.am: In a Makefile.am, comments are started with `#' and
  233. not with `dnl' - I must have been an idiot ...
  234. 2003-12-10 Todd Berman <[email protected]>
  235. * configure.in: adding libicu url to the ICU: no message.
  236. 2003-12-05 John Luke <[email protected]>
  237. * data/config.in: new dll mapping entry for libgstreamer
  238. 2003-12-02 Atsushi Enomoto <[email protected]>
  239. * README: tiny fix ;-)
  240. 2003-11-26 Zoltan Varga <[email protected]>
  241. * configure.in: Add -fno-strict-aliasing to CFLAGS.
  242. * configure.in: Applied patch from [email protected]. Avoid linking in
  243. librt if not neccesary.
  244. 2003-11-24 Zoltan Varga <[email protected]>
  245. * configure.in: Fix signbit check. Fixes #51315.
  246. 2003-11-20 Jackson Harper <[email protected]>
  247. * data/machine.config: Add OutputCacheModule
  248. 2003-11-19 Jackson Harper <[email protected]>
  249. * doc/web/team.xml: New email address and job description
  250. * doc/web/team/jackson.png: Picture of me debugging...seems appropriate
  251. 2003-11-14 Jackson Harper <[email protected]>
  252. * Makefile.am: delete mscorlib.dll
  253. 2003-11-12 Jackson Harper <[email protected]>
  254. * Makefile.am: corlib is now named mscorlib.dll
  255. 2003-11-12 Zoltan Varga <[email protected]>
  256. * configure.in acconfig.h: Add check for signbit, which is missing in
  257. FreeBSD 4.x.
  258. 2003-11-07 Zoltan Varga <[email protected]>
  259. * configure.in: Remove debugging junk accidently checked in.
  260. * configure.in: Add new --with-nptl option to enable NPTL only
  261. features since auto-detection is not reliable.
  262. * autogen.sh: Fix previous patch and silence noisy GNU which.
  263. 2003-11-07 Bernie Solomon <[email protected]>
  264. * autogen.sh: tweak glibtool check so it works
  265. if which doesn't set return code properly
  266. 2003-11-07 Zoltan Varga <[email protected]>
  267. * autogen.sh: Silence noisy GNU which.
  268. * autogen.sh: Applied patch from Peter Teichman ([email protected]).
  269. Use 'glibtool' instead of 'libtool' on OSX.
  270. 2003-11-06 Zoltan Varga <zovarga@ws-zovarga2>
  271. * mono/benchmark/pinvoke.cs: New benchmark for testing the performance
  272. of the managed/unmanaged boundary.
  273. 2003-11-06 Zoltan Varga <[email protected]>
  274. * configure.in acconfig.h: Add check for __thread keyword in gcc.
  275. 2003-10-29 Dick Porter <[email protected]>
  276. * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable
  277. 2003-10-16 Miguel de Icaza <[email protected]>
  278. * man/mono.1: Document new --trace options
  279. 2003-10-13 Bernie Solomon <[email protected]>
  280. * configure.in: add hppa support (64bit only)
  281. make solaris build work with Forte compiler
  282. 2003-10-13 Zoltan Varga <[email protected]>
  283. * configure.in: Added check for pthread_attr_setstacksize.
  284. * mono/tests/ChangeLog: New file.
  285. 2003-10-13 Zoltan Varga <[email protected]>
  286. * mono/tests/Makefile.am: Link the tests with the test driver program
  287. used for the mini tests.
  288. 2003-10-10 Zoltan Varga <[email protected]>
  289. * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for
  290. stdcall calling convention.
  291. 2003-10-09 Dick Porter <[email protected]>
  292. * acconfig.h:
  293. * configure.in: Check for ICU availability
  294. 2003-10-09 Bernie Solomon <[email protected]>
  295. * mono/tests/libtest.c: fix after merge of pinvoke2.cs
  296. 2003-10-07 Bernie Solomon <[email protected]>
  297. * mono/tests/Makefile.am mono/tests/libtest.c
  298. mono/tests/pinvoke18.cs: new test for bool marshalling.
  299. 2003-10-07 Bernie Solomon <[email protected]>
  300. * mono/scripts/Makefile.am mono/scripts/*.in: fix
  301. managed .exe paths so they are found under cygwin.
  302. 2003-10-07 Zoltan Varga <[email protected]>
  303. * mono/tests/pinvoke2.cs mono/tests/libtest.c: Fix array of structs
  304. test.
  305. 2003-10-06 Bernie Solomon <[email protected]>
  306. * mono/tests/pinvoke2.cs mono/tests/pinvoke11.cs
  307. mono/tests/libtest.c: Add more pass by value struct
  308. tests for platforms with more complex calling conventions
  309. (Sparc V9, HPPA 64 bit).
  310. 2003-10-06 Zoltan Varga <[email protected]>
  311. * mono/tests/pinvoke2.cs mono/tests/libtest.c: Add array of structs
  312. marshalling test.
  313. 2003-10-04 Bernie Solomon <[email protected]>
  314. * mono/tests/libtest.c: remove warnings except
  315. "no previous prototype"
  316. 2003-10-03 Bernie Solomon <[email protected]>
  317. * mono/tests/libtest.c: (test_lpwstr_marshal) remove undefined
  318. behaviour of increment, (mono_test_marshal_char) = should be ==
  319. 2003-09-30 Zoltan Varga <[email protected]>
  320. * mono/tests/remoting1.cs: Added test for interface casts on
  321. TransparentProxies.
  322. 2003-09-24 Bernie Solomon <[email protected]>
  323. * mono/tests/pinvoke*.cs, delegate4.cs, marshal10.cs, marshal4.cs
  324. marshal5.cs: remove .so from DllImport of libtest to aid portability.
  325. 2003-09-08 Zoltan Varga <[email protected]>
  326. * configure.in: Added check for valgrind headers.
  327. 2003-09-03 Zoltan Varga <[email protected]>
  328. * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon
  329. ([email protected]).
  330. 2003-08-27 Zoltan Varga <[email protected]>
  331. * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon
  332. ([email protected]).
  333. 2003-08-25 Zoltan Varga <[email protected]>
  334. * mono.pc.in: Added gthread-2.0.
  335. 2003-08-22 Zoltan Varga <[email protected]>
  336. * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
  337. can call g_thread_init ().
  338. 2003-08-21 Zoltan Varga <[email protected]>
  339. * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments
  340. of static variables atomic. Fixes bug #47683.
  341. 2003-08-21 Johannes Roith <[email protected]>
  342. * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
  343. 2003-08-18 Johannes Roith <[email protected]>
  344. * mono/Makefile.am: add windows build option
  345. * mono/monowiz.win32.nsi: add windows build script
  346. * mono/mono-win32-light.bmp: add bitmap
  347. 2003-08-16 Zoltan Varga <[email protected]>
  348. * mono/tests/checked.cs: Added mul.ovf tests.
  349. 2003-08-15 Duncan Mak <[email protected]>
  350. * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
  351. correct ByteFX.Data.MySqlClient (note the change in
  352. capitalization). Thanks to Tom Wagner <[email protected]> for
  353. spotting the error.
  354. 2003-08-15 Zoltan Varga <[email protected]>
  355. * mono/tests/bug-47295.cs: Regression test for bug #47295.
  356. 2003-08-11 Duncan Mak <[email protected]>
  357. * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
  358. Sun Aug 3 21:12:13 BST 2003 Malte Hildingson <[email protected]>
  359. * configure.in: added FPU test for ARM.
  360. Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <[email protected]>
  361. * configure.in, etc.: portability fixes and support for
  362. buidling outside the srcdir from Laurent Morichetti <[email protected]>.
  363. 2003-07-22 Duncan Mak <[email protected]>
  364. * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
  365. 2003-07-22 Zoltan Varga <[email protected]>
  366. * mono/tests/Makefile.am: Add missing test. Make tests interruptable
  367. by Ctrl-C. Add testinterp target to run the tests with the interpreter.
  368. Do not try to build vararg.cs under mcs.
  369. * configure.in: Fix detection of GC_gcj_malloc.
  370. 2003-07-14 Jerome Laban <[email protected]>
  371. * acconfig.h:
  372. * configure.in: Check for gethostbyname2_r availability.
  373. * data/machine.config: Added section system.net/settings. Added
  374. option for IPv6 availability.
  375. 2003-07-13 Zoltan Varga <[email protected]>
  376. * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
  377. * mono/tests/struct.cs: Add test for unboxing trampolines.
  378. * mono/tests/bug-27420.cs: new regression test.
  379. * mono/tests/Makefile.am: skip vararg test since it does not compile
  380. under mono. Add testinterp target. Add new tests.
  381. 2003-07-10 Martin Willemoes Hansen
  382. * doc/web/team.xml : Modified my tasks a bit.
  383. 2003-07-01 Paolo Molaro <[email protected]>
  384. * acconfig.h, configure.in: added bundle support.
  385. 2003-06-10 Dick Porter <[email protected]>
  386. * acconfig.h:
  387. * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
  388. available.
  389. 2003-06-10 Zoltan Varga <[email protected]>
  390. * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
  391. 2003-06-10 Martin Baulig <[email protected]>
  392. * configure.in: Fall back to boehm if we don't have a libgc
  393. subdirectory.
  394. 2003-06-10 Martin Baulig <[email protected]>
  395. * configure.in: Make the libgc stuff actually work; we now create
  396. a shared libmonogc.so when using the included libgc.
  397. 2003-06-09 Martin Baulig <[email protected]>
  398. * configure.in: Only check for gc if --with-gc=boehm.
  399. 2003-06-08 Martin Baulig <[email protected]>
  400. * configure.in: Tell libgc's configure about our threads library.
  401. 2003-06-08 Martin Baulig <[email protected]>
  402. * libgc/: Integrate the libgc module here.
  403. [Note: A simple `cvs update' won't work this time; you either need
  404. to re-checkout the `mono' module or manually move the `libgc'
  405. module here.]
  406. * configure.in (--with-gc): Added `included' option to use the
  407. included libgc. This is now also the default.
  408. (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
  409. (INCLUDED_LIBGC): New automake conditional.
  410. (USE_INCLUDED_LIBGC): #define this if appropriate.
  411. * autogen.sh: Run libgc/autogen.sh.
  412. * Makefile.am (SUBDIRS): Added libgc.
  413. 2003-06-05 Duncan Mak <[email protected]>
  414. * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
  415. the package.
  416. 2003-05-19 Dick Porter <[email protected]>
  417. * configure.in: Netbsd build fix by [email protected].
  418. 2003-05-10 Martin Willemoes Hansen <[email protected]>
  419. * scripts/Makefile.am: Added monoresgen secutil sqlsharp
  420. shell wrapper scripts.
  421. 2003-05-08 Zoltan Varga <[email protected]>
  422. * mono/tests/Makefile.am:
  423. - Compile with mcs.
  424. - Disable some warnings.
  425. - Added executables to clean target.
  426. - Make testjit the default target.
  427. - Print list of failed tests at the end of a test run.
  428. - Abort tests when Ctrl-C is pressed.
  429. * mono/tests/test-driver: Return with a special exit code when
  430. SIGINT is detected.
  431. * mono/tests/checked.cs: Make it compile.
  432. 2003-05-02 Miguel de Icaza <[email protected]>
  433. * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
  434. for the target exe binaries.
  435. Copy cilc.exe and secutil.exe from the right paths to the right
  436. location.
  437. Add missing assemblies.
  438. 2003-05-02 Alp Toker <[email protected]>
  439. * data/config.in: new dll mapping entry for libglade
  440. 2003-05-01 Duncan Mak <[email protected]>
  441. * scripts/Makefile.am:
  442. * runtime/Makefile.am: Install cilc and ilasm.
  443. 2003-04-29 Dietmar Maurer <[email protected]>
  444. * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
  445. 2003-04-16 Charles Iliya Krempeaux <[email protected]>
  446. * doc/web/team.xml : Added myself to it.
  447. 2003-04-10 Duncan Mak <[email protected]>
  448. * doc/web/render-team-page.cs: Make the names of the element be
  449. lowercase instead. BenM says this makes it XHTML compliant; heck,
  450. I'm generating this from an XmlDocument already, why not make it
  451. XHTML compliant?
  452. 2003-04-10 Duncan Mak <[email protected]>
  453. * doc/web/render-team-page.cs (Compare): Correctly fix
  454. ContributorComparer.
  455. (RenderHtml): Add some SetAttribute loving to make it render prettier.
  456. * doc/web/team.xml: Revert excessive indenting.
  457. 2003-04-07 Martin Baulig <[email protected]>
  458. * mono/mini/: Added this directory to the build; install `mini'
  459. and `libmini.la'.
  460. 2003-04-07 Duncan Mak <[email protected]>
  461. * doc/web/render-team-page.cs: Fix ContributorComparer.
  462. 2003-04-04 Duncan Mak <[email protected]>
  463. * doc/web/render-team-page.cs: Make it use 'none.png' if no image
  464. are specified in the XML.
  465. * doc/web/team.xml: Remove the comment.
  466. * doc/web/render-team-page.cs: Make it not output a full HTML file.
  467. 2003-04-04 Duncan Mak <[email protected]>
  468. * doc/web/commands:
  469. * doc/web/makefile: Add team page information.
  470. * doc/web/team.xml:
  471. * doc/web/render-team-page.cs: Code for rendering a team page.
  472. 2003-04-02 Duncan Mak <[email protected]>
  473. * doc/web/makefile: Add a new make target for generating a team
  474. page on go-mono.com.
  475. 2003-04-04 Zoltan Varga <[email protected]>
  476. * configure.in: Added check for GC_gcj_malloc.
  477. 2003-04-04 Martin Willemoes Hansen <[email protected]>
  478. * man/sqlsharp.1: changed pass= to password= for the
  479. PostgreSql provider.
  480. 2003-03-31 Gonzalo Paniagua Javier <[email protected]>
  481. * data/machine.config: added SessionStateModule to httpModules section.
  482. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  483. * data/machine.config: added default sessionState section and handler.
  484. 2003-02-17 Daniel Morgan <[email protected]>
  485. * doc/provider-factory: add new web page
  486. about Mono.Data's ProviderFactory
  487. * doc/web/commands
  488. * doc/web/makefile: add provider-factory web page to build
  489. * doc/ado-net
  490. * doc/ibmdb2
  491. * doc/postgresql
  492. * doc/sqlclient
  493. * doc/tdsclient
  494. * doc/sybase
  495. * doc/mysql
  496. * doc/firebird
  497. * doc/oracle
  498. * doc/oledb
  499. * doc/odbc
  500. * doc/sqlite: updated web pages
  501. 2003-02-16 Martin Baulig <[email protected]>
  502. * doc/jit-debug-sample
  503. * doc/jit-debug-sample2: Removed.
  504. * doc/jit-debug: Updated.
  505. 2003-02-13 Daniel Morgan <[email protected]>
  506. * doc/screenshots
  507. * doc/ado-net
  508. * doc/oracle
  509. * doc/gtk-sharp: update web pages
  510. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  511. * data/machine.config: added sample globalization section.
  512. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  513. * data/machine.config: added UrlAuthorizationModule and
  514. AuthenticationConfigHandler.
  515. 2003-02-11 Tim Coleman <[email protected]>
  516. * data/config.in: Add mapping for Oracle call interface
  517. (OCI) native libraries.
  518. 2003-02-04 Gonzalo Paniagua Javier <[email protected]>
  519. * configure.in: added check for sys/un.h.
  520. 2003-01-29 Daniel Morgan <[email protected]>
  521. * doc/postgresql
  522. * doc/mysql
  523. * doc/ado-net: updates to web pages
  524. * man/sqlsharp.1: update to man page
  525. 2003-01-28 Gonzalo Paniagua Javier <[email protected]>
  526. * configure.in: added WIN32_THREADS flag when building under windows.
  527. It seems that the header files of the gc do not always define it when
  528. GC_WIN32_THREADS is defined.
  529. 2003-01-26 Daniel Morgan <[email protected]>
  530. * doc/index
  531. * doc/ado-net
  532. * doc/firebird
  533. * doc/ibmdb2
  534. * doc/mysql
  535. * doc/odbc
  536. * doc/oledb
  537. * doc/oracle
  538. * doc/postgresql
  539. * doc/sqlclient
  540. * doc/sqlite
  541. * doc/sybase
  542. * doc/tdsclient: corrections
  543. 2003-01-26 Duncan Mak <[email protected]>
  544. * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
  545. 2003-01-22 Martin Baulig <[email protected]>
  546. * configure.in: Set version number to 0.19.1.
  547. Heads up: I'm going to commit some changes to the debugger
  548. which'll require you to use this new runtime, so if you update the
  549. debugger from CVS, you also need this new runtime.
  550. 2003-01-20 Duncan Mak <[email protected]>
  551. * configure.in: Bump the release number to 0.19.
  552. 2003-01-19 Daniel Morgan <[email protected]>
  553. * doc/ibmdb2: added file which is new web page
  554. about IBM DB2 data provider at Mono.Data.DB2Client
  555. * makefile
  556. * commands: added ibmdb2 web page to go-mono web site
  557. * doc/ado-net: added a couple more developers email, plus made the
  558. email spam resistant, added Mono's DB2 data provider to list,
  559. added more info about the ProviderFactory and retrieving data using
  560. ADO.NET from ASP.NET, add notes about testing, misc cleanup
  561. * doc/mysql
  562. * doc/postgresql
  563. * doc/sqlclient
  564. * doc/oracle
  565. * doc/tdsclient
  566. * doc/firebird
  567. * doc/oledb
  568. * doc/odbc
  569. * doc/sybase
  570. * doc/sqlite: added testing notes and C# examples
  571. * doc/gtk-sharp: added links for GTK# for Windows
  572. * man/sqlsharp.1: added providers Npgsql and MySQLNet
  573. 2003-01-17 Duncan Mak <[email protected]>
  574. * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
  575. 2003-01-16 Martin Baulig <[email protected]>
  576. * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
  577. check again, we're now using the mono/io-layer for this.
  578. Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <[email protected]>
  579. * configure.in: allow MacOSX (from various people).
  580. 2003-01-14 Martin Baulig <[email protected]>
  581. * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
  582. 2002-12-27 Jeroen Janssen <[email protected]>
  583. * fixed url for System.Windows.Forms in the class status
  584. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  585. * configure.in: moved struct tm field tm_gmtoff check before the check
  586. for timezone global variable. This makes Timezone work for me (debian
  587. sid, linux, x86, which has both the field and the global variables).
  588. 2002-12-10 Daniel Morgan <[email protected]>
  589. * doc/oracle: added file which is
  590. a new web page oracle.html
  591. * doc/ado-net: clean up and add link
  592. to oracle.html
  593. * doc/web/commands
  594. * doc/web/makefile: added oracle.html
  595. 2002-12-10 Daniel Morgan <[email protected]>
  596. * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
  597. * man/sqlsharpcli.1: renamed to sqlsharp.1
  598. 2002-12-09 Tim Haynes <[email protected]>
  599. * mono/jit/jit.c
  600. * mono/metadata/icall.c: added mono_install_get_config_dir() to
  601. utilize the MONO_CFG_DIR environment variable for specifying
  602. different machine.configs.
  603. 2002-12-06 Duncan Mak <[email protected]>
  604. * data/Makefile.am (EXTRA_DIST): Add machine.config
  605. (DISTCLEANFILES): Add config.
  606. 2002-11-30 Daniel Morgan <[email protected]>
  607. * man/sqlsharpcli.1: added file - a man page
  608. for SQL# CLI
  609. * man/Makefile.am: added sqlsharpcli.1 to man_MANS
  610. 2002-11-20 Daniel Morgan <[email protected]>
  611. * doc/firebird: updated web page
  612. 2002-11-19 Mike Kestner <[email protected]>
  613. * data/Config.in : added the gtk# dll mapping entries
  614. 2002-11-19 Daniel Morgan <[email protected]>
  615. * doc/firebird: updated web page based on input
  616. from the firebird .net data provider author
  617. Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <[email protected]>
  618. * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
  619. been installed.
  620. 2002-11-12 Daniel Morgan <[email protected]>
  621. * doc/oledb
  622. * doc/odbc
  623. * doc/mysql
  624. * doc/sqlite
  625. * doc/sqlclient
  626. * doc/tdsclient
  627. * doc/sybase
  628. * doc/firebird: added web pages
  629. for each specific data provider
  630. * doc/ado-net
  631. * doc/postgresql: updated web page
  632. with current status
  633. * doc/web/commands
  634. * doc/web/makefile: updated to include
  635. new web pages
  636. 2002-11-06 Gonzalo Paniagua Javier <[email protected]>
  637. * autogen.sh: make it work when MONO_PATH is set and it has more than
  638. one directory or ends in ":". Also check that the directory added to
  639. ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
  640. 2002-10-22 Miguel de Icaza <[email protected]>
  641. * configure.in: Also allow the miss-spelled bohem.
  642. 2002-10-18 Daniel Morgan <[email protected]>
  643. * doc/ado-net
  644. * doc/postgresql
  645. * doc/tds-providers: cleaned up the web pages
  646. * doc/web/commands: postgresql.html page was mistyped
  647. 2002-10-18 Daniel Morgan <[email protected]>
  648. * doc/ado-net: updated status of
  649. the ADO.NET functionality and providers
  650. and added link to tds-providers.html
  651. * doc/tds-providers: added file to
  652. describe the design and status of
  653. the SqlClient, SybaseClient, and TdsClient
  654. ADO.NET providers.
  655. * doc/web/makefile
  656. * doc/web/command: added new web page
  657. tds-providers.html to build of www.go-mono.com web site
  658. 2002-10-17 Daniel Morgan <[email protected]>
  659. * doc/web/makefile
  660. * doc/web/commands: web page
  661. postgresql needed to be added
  662. 2002-10-13 Mark Crichton <[email protected]>
  663. * doc/index: Even more spelling errors fixed.
  664. 2002-10-13 Daniel Morgan <[email protected]>
  665. * doc/adonet: updated status of all providers, added links,
  666. and added information
  667. about the Mono.Data.SqliteClient provider that
  668. Vladimir Vukicevic contributed. Added Brian Ritchie's
  669. and Vladimir Vukicevic's email addresses as
  670. people to contact about ADO.NET in Mono.
  671. Added information about SQL#, configuration tools,
  672. and an ADO.NET Multiplexor, etc...
  673. 2002-10-10 Daniel Morgan <[email protected]>
  674. * doc/index: corrected some mistypes
  675. * doc/adonet: updated the status and plans of all the ADO.NET providers
  676. and moved PostgreSQL specific stuff to doc/postgresql
  677. * doc/postgresql: added new file to detail
  678. the status of the PostgreSQL ADO.NET provider
  679. and provide test notes for setting it up
  680. 2002-10-09 Daniel Morgan <[email protected]>
  681. * data/config.in: add entry for MySQL native shared libraries
  682. which are different on Windows and Linux
  683. 2002-10-04 Diego Sevilla Ruiz <[email protected]>
  684. * doc/ccvs: Fixed some ugly formatting.
  685. 2002-10-03 Dick Porter <[email protected]>
  686. * acconfig.h:
  687. * configure.in: Freebsd pthread_t is a pointer
  688. 2002-10-01 Duncan Mak <[email protected]>
  689. * mono/os/Makefile.am: Add gc_wrapper.h.
  690. * runtime/Makefile.am: Fix the path for monoresgen.exe.
  691. 2002-09-27 Dick Porter <[email protected]>
  692. * configure.in: Check for semaphore.h. Patch for BSD from
  693. [email protected] (Julio Merino).
  694. 2002-09-20 Duncan Mak <[email protected]>
  695. * data/config.in: Added reference to libxslt.
  696. 2002-09-20 Mark Crichton <[email protected]>
  697. * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
  698. Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
  699. For systems that do not have such a virtual FS, define
  700. NEED_LINK_UNLINK.
  701. * acconfig.h: added NEED_LINK_UNLINK
  702. Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <[email protected]>
  703. * configure.in: add some needed defines to fix support of
  704. threads in the GC.
  705. 2002-09-19 Mark Crichton <[email protected]>
  706. * configure.in: Added checks for Solaris to use X/Open functionality.
  707. Really needed for the io-layer code.
  708. 2002-09-15 Andrew Birkett <[email protected]>
  709. * man/mcs.1: --probe is now --expect-error.
  710. 2002-09-09 Dick Porter <[email protected]>
  711. * acconfig.h:
  712. * configure.in: Simplify thread checks, by using canned rules for
  713. particular systems (based on the sleepycat db configure.in).
  714. Tested on linux/x86, freebsd and w32. Solaris also added, but I
  715. don't have a solaris machine to try it on.
  716. 2002-09-04 Juli Mallett <[email protected]>
  717. * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
  718. 2002-09-02 Diego Sevilla Ruiz <[email protected]>
  719. * doc/ccvs: Added how to convert SSH keys (from SSH Communications
  720. Security) to the OpenSSH keys required by mono CVS
  721. access.
  722. 2002-09-01 Juli Mallett <[email protected]>
  723. * configure.in, mono/interpreter/interp.c,
  724. mono/io-layer/handles.c, mono/io-layer/processes.c,
  725. mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
  726. mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
  727. mono/metadata/appdomain.c, mono/metadata/class.c,
  728. mono/metadata/domain.c, mono/metadata/gc.c,
  729. mono/metadata/object.c, mono/metadata/reflection.c,
  730. mono/metadata/threads.c, mono/os/gc_wrapper.h,
  731. mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
  732. wrap inclusion of gc.h for boehm, since from FreeBSD and
  733. OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
  734. in <gc/gc.h>. This will reduce the diffs FreeBSD ports has
  735. to apply, and also makes it possible for me to build with
  736. GC on OpenBSD/macppc built by hand.
  737. 2002-09-01 Juli Mallett <[email protected]>
  738. * configure.in: On BSD don't try to use -ldl, we simply don't use it.
  739. 2002-09-01 Juli Mallett <[email protected]>
  740. * mono/dis/dis-cil.c:
  741. * configure.in: Check for <wchar.h> via autoconf, don't use it if
  742. it isn't there, as it seems to work fine without it on OpenBSD.
  743. 2002-08-28 Dick Porter <[email protected]>
  744. * mono/os/win32/util.c:
  745. * mono/os/unix/util.c:
  746. * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
  747. (It doesn't do anything on unix builds, and the w32 version no
  748. longer needs an arg.)
  749. * configure.in: Add HOST_CC for w32 builds
  750. Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <[email protected]>
  751. * configure.in: remove iconv checks.
  752. 2002-08-24 Juli Mallett <[email protected]>
  753. * configure.in: Recognise OpenBSD/macppc as PowerPC.
  754. Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <[email protected]>
  755. * configure.in: patch by [email protected] (Daniel Resare)
  756. to error out if bison is missing.
  757. 2002-08-17 Gonzalo Paniagua Javier <[email protected]>
  758. * configure.in: don't link against libdl on windoze.
  759. 2002-08-12 Dick Porter <[email protected]>
  760. * mono.pc.in: Add $includedir to Cflags
  761. Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <[email protected]>
  762. * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
  763. with pkg-config.
  764. * */Makefile.am: makefile overhaul to create a shared libmono library.
  765. * */*.h: do not include config.h in headers that should be installed.
  766. 2002-07-12 Dick Porter <[email protected]>
  767. * acconfig.h:
  768. * configure.in: Check the size of sockaddr_un.sun_path
  769. 2002-06-23 Miguel de Icaza <[email protected]>
  770. * man/Makefile.am (man_MANS): Added new man page
  771. * man/mono-config.5: New manual page describing the mono-config
  772. file format.
  773. 2002-06-10 Jaroslaw Kowalski <[email protected]>
  774. * configure.in: added checks for MSG_NOSIGNAL
  775. 2002-05-30 Daniel Morgan <[email protected]>
  776. * doc/ado-net: update the ado-net web page on go-mono.com
  777. input parameters support, beginnings of Mono.Data.MySQL
  778. and System.Data.OleDb, updated the sample source code,
  779. and output from a PostgresTest
  780. 2002-05-21 Martin Baulig <[email protected]>
  781. * mono.1: Documented the "--debug-args" debugging arguments.
  782. 2002-05-21 Martin Baulig <[email protected]>
  783. * mono.1: Updated to reflect my latest changes and beautified this a bit.
  784. (FIXME: There are still command line argument which aren't documented here.)
  785. 2002-05-19 Daniel Morgan <[email protected]>
  786. * doc/ado-net: updated page to include C# code snippets using
  787. System.Data. Update status: handle reading NULL values, DataSet/DataAdapter
  788. works, executing/reading multiple results, and stored procedures.
  789. And other tweaks about the providers.
  790. 2002-05-19 Martin Baulig <[email protected]>
  791. * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
  792. interpreter/Makefile.am.
  793. Wed May 15 12:22:09 CEST 2002 Paolo Molaro <[email protected]>
  794. * configure.in: search for pthread functions also in libc_r (patch
  795. from Garrett Rooney <[email protected]>).
  796. 2002-05-11 Daniel Morgan <[email protected]>
  797. * doc/ado-net: added instructions for installing PostgreSQL on Linux
  798. and for using nant to re-compile just the System.Data.dll assembly
  799. on Windows.
  800. 2002-05-10 Rodrigo Moya <[email protected]>
  801. * doc/ado-net: added instructions for compiling System.Data.dll
  802. (a subset of) on Linux.
  803. 2002-05-10 Daniel Morgan <[email protected]>
  804. * doc/ado-net: added links
  805. 2002-05-09 Dick Porter <[email protected]>
  806. * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
  807. 2002-05-05 Daniel Morgan <[email protected]>
  808. * doc/ado-net: correct formatting
  809. * doc/index: added credit i forgot to add
  810. 2002-05-05 Daniel Morgan <[email protected]>
  811. * doc/ado-net: i did not format it correctly earlier, i
  812. tried added various tags where appropriate.
  813. * doc/index: added news item for May 5, 2002 - ado.net able
  814. to retrieve data now
  815. 2002-05-05 Daniel Morgan <[email protected]>
  816. * doc/ado-net: updated the current status which
  817. I kept forgetting to do.
  818. 2002-05-05 Daniel Morgan <[email protected]>
  819. * doc/ado-net: updated to includes an example for
  820. running ipc-daemon as a Windows service. Thanks
  821. to gonzalo.
  822. 2002-05-05 Daniel Morgan <[email protected]>
  823. * doc/ado-net: updated to include installation of
  824. PostgreSQL DBMS under cygwin. It is a TODO for Linux though.
  825. Also included notes on running the System.Data/Test/PostgresTest.cs
  826. that should work on a lot of Mono installations that have
  827. PostgreSQL installed. If not please let me, rodrigo, or gonzalo
  828. know.
  829. 2002-05-01 Rodrigo Moya <[email protected]>
  830. * doc/ado-net: updated a little bit.
  831. 2002-04-30 Jeffrey Stedfast <[email protected]>
  832. * configure.in: Added checks for timezone stuff.
  833. 2002-04-30 Dick Porter <[email protected]>
  834. * acconfig.h:
  835. * configure.in: Added option to disable using shared memory for
  836. handles
  837. 2002-04-28 Gonzalo Paniagua Javier <[email protected]>
  838. * configure.in: fix for conditional "THREADS_PTHREAD" was never
  839. defined problem under cygwin with latest version of automake and
  840. autoconf. Patch from Jeroen Janssen <[email protected]>.
  841. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  842. * configure.in: removed -Wshadow from CFLAGS.
  843. 2002-04-12 Rodrigo Moya <[email protected]>
  844. * status/maintainers.xml: added danmorg and myself for System.Data.*
  845. classes.
  846. * status/class.xml: added System.Data.* classes.
  847. 2002-04-08 Dick Porter <[email protected]>
  848. * configure.in: Set -mno-cygwin here rather than in the build script
  849. 2002-04-05 Dietmar Maurer <[email protected]>
  850. * mono/tests/remoting2.cs: new test for async invoke of proxy calls
  851. 2002-03-29 Martin Baulig <[email protected]>
  852. * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
  853. New files, added documentation for the debugging code.
  854. * doc/web/commands: Added the debugging pages.
  855. * docs/jit-debug: Removed, this is now on the web site.
  856. 2002-03-24 Martin Baulig <[email protected]>
  857. * man/mcs.1: Documented the new --debug option and added a section
  858. about debugging support.
  859. * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
  860. 2002-03-21 Martin Baulig <[email protected]>
  861. * configure.in: Added check for <elf.h>.
  862. 2002-03-18 Dick Porter <[email protected]>
  863. * configure.in: Only look for libgc on the system. Default to not
  864. using GC at all, because it doesn't work with the jit.
  865. 2002-03-17 Miguel de Icaza <[email protected]>
  866. * configure.in: Add support for building the included boehm GC.
  867. Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <[email protected]>
  868. * configure.in: detect Boehm GC libs and add --with-gc switch.
  869. Boehm GC needs to be explicitly enabled since the JIT currently fails
  870. in some cases with it.
  871. 2002-02-27 Dietmar Maurer <[email protected]>
  872. * mono/tests/fib.cs: it is now possible to pass a repeat count as
  873. command line argument, for example fib.exe 20 runs the test 20
  874. times.
  875. 2002-02-25 Sergey Chaban <[email protected]>
  876. * configure.in: added support for ARM target arch.
  877. Uncommented and modified arm-*-linux* target,
  878. added mono/arch/arm/Makefile to AC_OUTPUT list.
  879. 2002-02-21 Mark Crichton <[email protected]>
  880. * status/class.xml: Added contact info for RNGCryptoServiceProvider
  881. class and Rijndael classes.
  882. * status/maintainers.xml: Added contact info to maintainers list.
  883. 2002-02-21 Mark Crichton <[email protected]>
  884. * configure.in: Add checks for a system-provided entropy device
  885. * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
  886. 2002-02-20 Dick Porter <[email protected]>
  887. * acconfig.h:
  888. * configure.in: Always build without cygwin support on windows
  889. 2002-02-19 Radek Doulik <[email protected]>
  890. * mono/tests/pinvoke.cs: use more pinvoke test methods
  891. 2002-02-19 Radek Doulik <[email protected]>
  892. * mono/tests/libtest.c (mono_test_many_short_arguments): new test
  893. method
  894. (mono_test_many_byte_arguments): ditto
  895. 2002-02-18 Radek Doulik <[email protected]>
  896. * mono/tests/Makefile.am: added small test library for pinvoke
  897. testing
  898. * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
  899. new function to test pinvoke
  900. * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
  901. arguments
  902. * mono/tests/Makefile.am: display # of passing tests too
  903. added simple shared library libtest with testing function for
  904. pinvoke
  905. 2002-02-17 Radek Doulik <[email protected]>
  906. * mono/tests/Makefile.am (test): display # of failed tests
  907. 2002-02-16 Jeffrey Stedfast <[email protected]>
  908. * configure.in: Add checks for SOL_IP, SOL_TCP, and
  909. IP_PKTINFO. Also check for struct ip_mreqn.
  910. 2002-02-14 Jeffrey Stedfast <[email protected]>
  911. * configure.in: Add checks to see if we need to link to libsocket,
  912. libnsl, and/or librt. Also check for inet_pton and inet_aton.
  913. 2002-02-13 Jeffrey Stedfast <[email protected]>
  914. * acconfig.h: #undef USE_MONO_MUTEX
  915. * configure.in: If the system pthread implementation is lacking,
  916. default to using mono-mutex.
  917. 2002-02-05 Dietmar Maurer <[email protected]>
  918. * mono/tests/enum2.cs: new file with more enum tests.
  919. 2002-02-01 Dietmar Maurer <[email protected]>
  920. * mono/tests/jit-long.cs: added some SHL/SHR tests
  921. Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <[email protected]>
  922. * configure.in: allow PKG_CONFIG_PATH for the build-platform
  923. pkg-config invocation.
  924. Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <[email protected]>
  925. * configure.in: add some support/fixes for cross-compilation.
  926. 2002-01-14 Dietmar Maurer <[email protected]>
  927. * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
  928. added tests for SUB_OVF, SUB_OVF_UN
  929. 2001-12-21 Dietmar Maurer <[email protected]>
  930. * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
  931. 2001-12-21 Aaron Weber <[email protected]>
  932. * doc/faq (A): added a linebreak that was missing and was causing
  933. a heading to appear badly.
  934. 2001-12-20 Aaron Weber <[email protected]>
  935. * doc/faq: added <a name=""> nav links, and moved all MSFT-related
  936. questions into a single section.
  937. 2001-12-17 Aaron Weber <[email protected]>
  938. * doc/faq (Q): Question-by-question, line-by-line revision.
  939. 2001-12-17 Dietmar Maurer <[email protected]>
  940. * mono/tests/time.cs: new test
  941. 2001-11-30 Radek Doulik <[email protected]>
  942. * configure.in: remove ACCESS_UNALIGNED="no" from ppc
  943. 2001-11-29 Radek Doulik <[email protected]>
  944. * configure.in (ACCESS_UNALIGNED): uncommented and modified
  945. powerpc-*-linux*
  946. generate mono/arch/ppc/Makefile
  947. 2001-11-26 Dietmar Maurer <[email protected]>
  948. * mono/tests/exception3.cs: modified the test to show a bug in the
  949. current exception handling implementation.
  950. 2001-11-13 Dick Porter <[email protected]>
  951. * configure.in: Some more tests for pthread features
  952. (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
  953. still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
  954. 2001-11-09 Dick Porter <[email protected]>
  955. * configure.in: Try and get large file support, but it's not fatal
  956. if it's not there (the io-layer just ignores the high word in that
  957. case.)
  958. Check for windows builds, and only bother to look for pthreads and
  959. large files if we're not building for cygwin or native win32. Not
  960. having pthread support on Posix systems is now a fatal error.
  961. * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
  962. aclocal
  963. 2001-10-15 Dietmar Maurer <[email protected]>
  964. * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
  965. target testjit.
  966. 2001-10-11 Dietmar Maurer <[email protected]>
  967. * docs/object-layout: more documentation
  968. Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <[email protected]>
  969. * configure.in: define NO_UNALIGNED_ACCESS for platforms that
  970. can't read on unaligned boundaries
  971. 2001-10-04 Dick Porter <[email protected]>
  972. * configure.in: Do some deeper checks on pthreads for some of the
  973. more interesting functions
  974. 2001-09-24 Dietmar Maurer <[email protected]>
  975. * mono/tests/Makefile.am (testjit): a new target to test the JITer
  976. * mono/tests/jit-*: added some test for the JITer
  977. 2001-09-23 Dick Porter <[email protected]>
  978. * configure.in: Arrange to compile dummy thread support routines
  979. if pthread isnt available
  980. 2001-09-23 Dick Porter <[email protected]>
  981. * configure.in: Check for pthread.h, so that we can check for the
  982. HAVE_PTHREAD_H define in config.h
  983. 2001-09-21 Dick Porter <[email protected]>
  984. * configure.in: Check for libpthread
  985. 2001-09-19 Dietmar Maurer <[email protected]>
  986. * mono/tests/test-ops.cs: added more tests
  987. Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <[email protected]>
  988. * configure.in: check for sizeof(void*) and for the architecture.
  989. 2001-09-05 Dick Porter <[email protected]>
  990. * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
  991. aclocal invocation, so putting aclocal files in /usr/local works
  992. 2001-08-30 Dietmar Maurer <[email protected]>
  993. * *: removed the libffi dependency, mono now compiles on cygwin
  994. * mono/wrapper/build-dll: new file.
  995. 2001-08-28 Dietmar Maurer <[email protected]>
  996. * mono/tests/console.cs: impl.
  997. * mono/tests/box.cs: impl.
  998. * mono/tests/stream-writer.cs: impl.
  999. Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <[email protected]>
  1000. * mono/tests/*: New test cases, mostly for virtual method dispatch.
  1001. Use make testb for the slow benchmarking programs,
  1002. make test for the usual regression test checks.
  1003. 2001-08-22 Rodrigo Moya <[email protected]>
  1004. * mono/cil/Makefile.am:
  1005. * mono/wrapper/Makefile.am: use correct variables for installation
  1006. directories
  1007. Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <[email protected]>
  1008. * mono/tests/exceptions*: enhanced and added more tests for
  1009. exceptions.
  1010. 2001-08-20 Miguel de Icaza <[email protected]>
  1011. * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
  1012. to pass make distcheck
  1013. * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
  1014. * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
  1015. install-data-hook): Added mechanism to distribute and install the
  1016. dll files.
  1017. 2001-08-20 Dietmar Maurer <[email protected]>
  1018. * mono/tests/stream.cs: new tests for the Stream class
  1019. * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
  1020. added it again.
  1021. 2001-08-16 Alex Graveley <[email protected]>
  1022. * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
  1023. removes libtool dependency on all of Mono.
  1024. 2001-08-10 Dietmar Maurer <[email protected]>
  1025. * mono/tests/array.cs: more array tests
  1026. 2001-08-09 Dietmar Maurer <[email protected]>
  1027. * mono/tests/array.cs: more array tests
  1028. 2001-08-06 Dietmar Maurer <[email protected]>
  1029. * mono/tests/pinvoke.cs: we can now print strings ;-)
  1030. * mono/tests/array.cs: new test for arrays
  1031. 2001-08-02 Alex Graveley <[email protected]>
  1032. * libffi/*: Import libffi CVS version, with minor changes to make it
  1033. compile.
  1034. * mono/interpreter/Makefile.am: Link against
  1035. ../../libffi/.libs/libffi.a.
  1036. * Makefile.am: Add libffi
  1037. * autogen.sh: Replace with adapted gnome autogen.sh
  1038. * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
  1039. 2001-08-02 Dietmar Maurer <[email protected]>
  1040. * mono/tests/pinvoke.cs: impl.
  1041. Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <[email protected]>
  1042. * configure.in, mono/tests: added some tests for the interpreter.
  1043. 2001-07-15 Sean MacIsaac <[email protected]>
  1044. * doc/download: added instructions for cygwin
  1045. * doc/c-sharp: removed bit about compiling
  1046. * status/compare-assembly.cs: basedir should be there if
  1047. parameters are provided.
  1048. * status/makefile: made targets to dump info.
  1049. 2001-07-15 Joe Shaw <[email protected]>
  1050. * configure.in: Don't create doc/Makefile as there's nothing there
  1051. to make.
  1052. * Makefile.am: Don't build the doc directory because there's no
  1053. Makefile.am there.
  1054. * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
  1055. 2001-07-15 Miguel de Icaza <[email protected]>
  1056. * doc/class-library (A): Updated FAQ with question on error 1595.
  1057. 2001-07-14 Miguel de Icaza <[email protected]>
  1058. * doc/index:
  1059. Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <[email protected]>
  1060. * status/*: scripts and data to create statistics about the
  1061. class library status.
  1062. 2001-07-09 Alex Graveley <[email protected]>
  1063. * doc/makefile (clean): Add clean target.
  1064. * doc/web/makefile (clean): Ditto.
  1065. 2001-07-09 Alex Graveley <[email protected]>
  1066. * doc/makefile (all-docs): Fix typo.
  1067. 2001-05-30 Miguel de Icaza <[email protected]>
  1068. * NEWS: