ChangeLog 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198
  1. 2003-08-25 Zoltan Varga <[email protected]>
  2. * mono.pc.in: Added gthread-2.0.
  3. 2003-08-22 Zoltan Varga <[email protected]>
  4. * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we
  5. can call g_thread_init ().
  6. 2003-08-21 Zoltan Varga <[email protected]>
  7. * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments
  8. of static variables atomic. Fixes bug #47683.
  9. 2003-08-21 Johannes Roith <[email protected]>
  10. * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies
  11. 2003-08-18 Johannes Roith <[email protected]>
  12. * mono/Makefile.am: add windows build option
  13. * mono/monowiz.win32.nsi: add windows build script
  14. * mono/mono-win32-light.bmp: add bitmap
  15. 2003-08-16 Zoltan Varga <[email protected]>
  16. * mono/tests/checked.cs: Added mul.ovf tests.
  17. 2003-08-15 Duncan Mak <[email protected]>
  18. * doc/mysql: Change references to ByteFX.Data.MySQLClient to the
  19. correct ByteFX.Data.MySqlClient (note the change in
  20. capitalization). Thanks to Tom Wagner <[email protected]> for
  21. spotting the error.
  22. 2003-08-15 Zoltan Varga <[email protected]>
  23. * mono/tests/bug-47295.cs: Regression test for bug #47295.
  24. 2003-08-11 Duncan Mak <[email protected]>
  25. * runtime/Makefile.am (assemblies_DATA): Add Mono.Cairo.dll.
  26. Sun Aug 3 21:12:13 BST 2003 Malte Hildingson <[email protected]>
  27. * configure.in: added FPU test for ARM.
  28. Thu Jul 31 16:19:07 CEST 2003 Paolo Molaro <[email protected]>
  29. * configure.in, etc.: portability fixes and support for
  30. buidling outside the srcdir from Laurent Morichetti <[email protected]>.
  31. 2003-07-22 Duncan Mak <[email protected]>
  32. * runtime/Makefile.am: Remove sqlsharp as we no longer distribute it.
  33. 2003-07-22 Zoltan Varga <[email protected]>
  34. * mono/tests/Makefile.am: Add missing test. Make tests interruptable
  35. by Ctrl-C. Add testinterp target to run the tests with the interpreter.
  36. Do not try to build vararg.cs under mcs.
  37. * configure.in: Fix detection of GC_gcj_malloc.
  38. 2003-07-14 Jerome Laban <[email protected]>
  39. * acconfig.h:
  40. * configure.in: Check for gethostbyname2_r availability.
  41. * data/machine.config: Added section system.net/settings. Added
  42. option for IPv6 availability.
  43. 2003-07-13 Zoltan Varga <[email protected]>
  44. * mono/tests/cattr-object.cs: Make it run under both mono and MS.NET.
  45. * mono/tests/struct.cs: Add test for unboxing trampolines.
  46. * mono/tests/bug-27420.cs: new regression test.
  47. * mono/tests/Makefile.am: skip vararg test since it does not compile
  48. under mono. Add testinterp target. Add new tests.
  49. 2003-07-10 Martin Willemoes Hansen
  50. * doc/web/team.xml : Modified my tasks a bit.
  51. 2003-07-01 Paolo Molaro <[email protected]>
  52. * acconfig.h, configure.in: added bundle support.
  53. 2003-06-10 Dick Porter <[email protected]>
  54. * acconfig.h:
  55. * configure.in: Check for struct ip_mreq if struct ip_mreqn isn't
  56. available.
  57. 2003-06-10 Zoltan Varga <[email protected]>
  58. * configure.in: Define HAVE_GC_GCJ_MALLOC for included libgc.
  59. 2003-06-10 Martin Baulig <[email protected]>
  60. * configure.in: Fall back to boehm if we don't have a libgc
  61. subdirectory.
  62. 2003-06-10 Martin Baulig <[email protected]>
  63. * configure.in: Make the libgc stuff actually work; we now create
  64. a shared libmonogc.so when using the included libgc.
  65. 2003-06-09 Martin Baulig <[email protected]>
  66. * configure.in: Only check for gc if --with-gc=boehm.
  67. 2003-06-08 Martin Baulig <[email protected]>
  68. * configure.in: Tell libgc's configure about our threads library.
  69. 2003-06-08 Martin Baulig <[email protected]>
  70. * libgc/: Integrate the libgc module here.
  71. [Note: A simple `cvs update' won't work this time; you either need
  72. to re-checkout the `mono' module or manually move the `libgc'
  73. module here.]
  74. * configure.in (--with-gc): Added `included' option to use the
  75. included libgc. This is now also the default.
  76. (LIBGC_CFLAGS, LIBGC_LIBS): Put the libgc stuff here and AC_SUBST it.
  77. (INCLUDED_LIBGC): New automake conditional.
  78. (USE_INCLUDED_LIBGC): #define this if appropriate.
  79. * autogen.sh: Run libgc/autogen.sh.
  80. * Makefile.am (SUBDIRS): Added libgc.
  81. 2003-06-05 Duncan Mak <[email protected]>
  82. * mono.spec.in (Requires): Add libxml2 and libxslt dependency on
  83. the package.
  84. 2003-05-19 Dick Porter <[email protected]>
  85. * configure.in: Netbsd build fix by [email protected].
  86. 2003-05-10 Martin Willemoes Hansen <[email protected]>
  87. * scripts/Makefile.am: Added monoresgen secutil sqlsharp
  88. shell wrapper scripts.
  89. 2003-05-08 Zoltan Varga <[email protected]>
  90. * mono/tests/Makefile.am:
  91. - Compile with mcs.
  92. - Disable some warnings.
  93. - Added executables to clean target.
  94. - Make testjit the default target.
  95. - Print list of failed tests at the end of a test run.
  96. - Abort tests when Ctrl-C is pressed.
  97. * mono/tests/test-driver: Return with a special exit code when
  98. SIGINT is detected.
  99. * mono/tests/checked.cs: Make it compile.
  100. 2003-05-02 Miguel de Icaza <[email protected]>
  101. * runtime/Makefile.am ($(monobins_DATA)): Use explicit file names
  102. for the target exe binaries.
  103. Copy cilc.exe and secutil.exe from the right paths to the right
  104. location.
  105. Add missing assemblies.
  106. 2003-05-02 Alp Toker <[email protected]>
  107. * data/config.in: new dll mapping entry for libglade
  108. 2003-05-01 Duncan Mak <[email protected]>
  109. * scripts/Makefile.am:
  110. * runtime/Makefile.am: Install cilc and ilasm.
  111. 2003-04-29 Dietmar Maurer <[email protected]>
  112. * mono/tests/Makefile.am (JITTEST_PROG): use mini/mono
  113. 2003-04-16 Charles Iliya Krempeaux <[email protected]>
  114. * doc/web/team.xml : Added myself to it.
  115. 2003-04-10 Duncan Mak <[email protected]>
  116. * doc/web/render-team-page.cs: Make the names of the element be
  117. lowercase instead. BenM says this makes it XHTML compliant; heck,
  118. I'm generating this from an XmlDocument already, why not make it
  119. XHTML compliant?
  120. 2003-04-10 Duncan Mak <[email protected]>
  121. * doc/web/render-team-page.cs (Compare): Correctly fix
  122. ContributorComparer.
  123. (RenderHtml): Add some SetAttribute loving to make it render prettier.
  124. * doc/web/team.xml: Revert excessive indenting.
  125. 2003-04-07 Martin Baulig <[email protected]>
  126. * mono/mini/: Added this directory to the build; install `mini'
  127. and `libmini.la'.
  128. 2003-04-07 Duncan Mak <[email protected]>
  129. * doc/web/render-team-page.cs: Fix ContributorComparer.
  130. 2003-04-04 Duncan Mak <[email protected]>
  131. * doc/web/render-team-page.cs: Make it use 'none.png' if no image
  132. are specified in the XML.
  133. * doc/web/team.xml: Remove the comment.
  134. * doc/web/render-team-page.cs: Make it not output a full HTML file.
  135. 2003-04-04 Duncan Mak <[email protected]>
  136. * doc/web/commands:
  137. * doc/web/makefile: Add team page information.
  138. * doc/web/team.xml:
  139. * doc/web/render-team-page.cs: Code for rendering a team page.
  140. 2003-04-02 Duncan Mak <[email protected]>
  141. * doc/web/makefile: Add a new make target for generating a team
  142. page on go-mono.com.
  143. 2003-04-04 Zoltan Varga <[email protected]>
  144. * configure.in: Added check for GC_gcj_malloc.
  145. 2003-04-04 Martin Willemoes Hansen <[email protected]>
  146. * man/sqlsharp.1: changed pass= to password= for the
  147. PostgreSql provider.
  148. >>>>>>> 1.166
  149. 2003-03-31 Gonzalo Paniagua Javier <[email protected]>
  150. * data/machine.config: added SessionStateModule to httpModules section.
  151. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  152. * data/machine.config: added default sessionState section and handler.
  153. 2003-02-17 Daniel Morgan <[email protected]>
  154. * doc/provider-factory: add new web page
  155. about Mono.Data's ProviderFactory
  156. * doc/web/commands
  157. * doc/web/makefile: add provider-factory web page to build
  158. * doc/ado-net
  159. * doc/ibmdb2
  160. * doc/postgresql
  161. * doc/sqlclient
  162. * doc/tdsclient
  163. * doc/sybase
  164. * doc/mysql
  165. * doc/firebird
  166. * doc/oracle
  167. * doc/oledb
  168. * doc/odbc
  169. * doc/sqlite: updated web pages
  170. 2003-02-16 Martin Baulig <[email protected]>
  171. * doc/jit-debug-sample
  172. * doc/jit-debug-sample2: Removed.
  173. * doc/jit-debug: Updated.
  174. 2003-02-13 Daniel Morgan <[email protected]>
  175. * doc/screenshots
  176. * doc/ado-net
  177. * doc/oracle
  178. * doc/gtk-sharp: update web pages
  179. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  180. * data/machine.config: added sample globalization section.
  181. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  182. * data/machine.config: added UrlAuthorizationModule and
  183. AuthenticationConfigHandler.
  184. 2003-02-11 Tim Coleman <[email protected]>
  185. * data/config.in: Add mapping for Oracle call interface
  186. (OCI) native libraries.
  187. 2003-02-04 Gonzalo Paniagua Javier <[email protected]>
  188. * configure.in: added check for sys/un.h.
  189. 2003-01-29 Daniel Morgan <[email protected]>
  190. * doc/postgresql
  191. * doc/mysql
  192. * doc/ado-net: updates to web pages
  193. * man/sqlsharp.1: update to man page
  194. 2003-01-28 Gonzalo Paniagua Javier <[email protected]>
  195. * configure.in: added WIN32_THREADS flag when building under windows.
  196. It seems that the header files of the gc do not always define it when
  197. GC_WIN32_THREADS is defined.
  198. 2003-01-26 Daniel Morgan <[email protected]>
  199. * doc/index
  200. * doc/ado-net
  201. * doc/firebird
  202. * doc/ibmdb2
  203. * doc/mysql
  204. * doc/odbc
  205. * doc/oledb
  206. * doc/oracle
  207. * doc/postgresql
  208. * doc/sqlclient
  209. * doc/sqlite
  210. * doc/sybase
  211. * doc/tdsclient: corrections
  212. 2003-01-26 Duncan Mak <[email protected]>
  213. * doc/jit-debug: Update the links. Thanks for Andy Oliver for the report.
  214. 2003-01-22 Martin Baulig <[email protected]>
  215. * configure.in: Set version number to 0.19.1.
  216. Heads up: I'm going to commit some changes to the debugger
  217. which'll require you to use this new runtime, so if you update the
  218. debugger from CVS, you also need this new runtime.
  219. 2003-01-20 Duncan Mak <[email protected]>
  220. * configure.in: Bump the release number to 0.19.
  221. 2003-01-19 Daniel Morgan <[email protected]>
  222. * doc/ibmdb2: added file which is new web page
  223. about IBM DB2 data provider at Mono.Data.DB2Client
  224. * makefile
  225. * commands: added ibmdb2 web page to go-mono web site
  226. * doc/ado-net: added a couple more developers email, plus made the
  227. email spam resistant, added Mono's DB2 data provider to list,
  228. added more info about the ProviderFactory and retrieving data using
  229. ADO.NET from ASP.NET, add notes about testing, misc cleanup
  230. * doc/mysql
  231. * doc/postgresql
  232. * doc/sqlclient
  233. * doc/oracle
  234. * doc/tdsclient
  235. * doc/firebird
  236. * doc/oledb
  237. * doc/odbc
  238. * doc/sybase
  239. * doc/sqlite: added testing notes and C# examples
  240. * doc/gtk-sharp: added links for GTK# for Windows
  241. * man/sqlsharp.1: added providers Npgsql and MySQLNet
  242. 2003-01-17 Duncan Mak <[email protected]>
  243. * runtime/Makefile.am: Add the new Mono.Data.DB2Client.dll.
  244. 2003-01-16 Martin Baulig <[email protected]>
  245. * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Removed the gthread
  246. check again, we're now using the mono/io-layer for this.
  247. Wed Jan 15 16:20:54 CET 2003 Paolo Molaro <[email protected]>
  248. * configure.in: allow MacOSX (from various people).
  249. 2003-01-14 Martin Baulig <[email protected]>
  250. * configure.in (GTHREAD_LIBS, GTHREAD_CFLAGS): Added check for gthread.
  251. 2002-12-27 Jeroen Janssen <[email protected]>
  252. * fixed url for System.Windows.Forms in the class status
  253. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  254. * configure.in: moved struct tm field tm_gmtoff check before the check
  255. for timezone global variable. This makes Timezone work for me (debian
  256. sid, linux, x86, which has both the field and the global variables).
  257. 2002-12-10 Daniel Morgan <[email protected]>
  258. * doc/oracle: added file which is
  259. a new web page oracle.html
  260. * doc/ado-net: clean up and add link
  261. to oracle.html
  262. * doc/web/commands
  263. * doc/web/makefile: added oracle.html
  264. 2002-12-10 Daniel Morgan <[email protected]>
  265. * man/Makefile.am: changed sqlsharpcli.1 to sqlsharp.1
  266. * man/sqlsharpcli.1: renamed to sqlsharp.1
  267. 2002-12-09 Tim Haynes <[email protected]>
  268. * mono/jit/jit.c
  269. * mono/metadata/icall.c: added mono_install_get_config_dir() to
  270. utilize the MONO_CFG_DIR environment variable for specifying
  271. different machine.configs.
  272. 2002-12-06 Duncan Mak <[email protected]>
  273. * data/Makefile.am (EXTRA_DIST): Add machine.config
  274. (DISTCLEANFILES): Add config.
  275. 2002-11-30 Daniel Morgan <[email protected]>
  276. * man/sqlsharpcli.1: added file - a man page
  277. for SQL# CLI
  278. * man/Makefile.am: added sqlsharpcli.1 to man_MANS
  279. 2002-11-20 Daniel Morgan <[email protected]>
  280. * doc/firebird: updated web page
  281. 2002-11-19 Mike Kestner <[email protected]>
  282. * data/Config.in : added the gtk# dll mapping entries
  283. 2002-11-19 Daniel Morgan <[email protected]>
  284. * doc/firebird: updated web page based on input
  285. from the firebird .net data provider author
  286. Mon Nov 18 16:40:34 CET 2002 Paolo Molaro <[email protected]>
  287. * configure.in, mono/os/gc_wrapper.h: check that the gc headers have
  288. been installed.
  289. 2002-11-12 Daniel Morgan <[email protected]>
  290. * doc/oledb
  291. * doc/odbc
  292. * doc/mysql
  293. * doc/sqlite
  294. * doc/sqlclient
  295. * doc/tdsclient
  296. * doc/sybase
  297. * doc/firebird: added web pages
  298. for each specific data provider
  299. * doc/ado-net
  300. * doc/postgresql: updated web page
  301. with current status
  302. * doc/web/commands
  303. * doc/web/makefile: updated to include
  304. new web pages
  305. 2002-11-06 Gonzalo Paniagua Javier <[email protected]>
  306. * autogen.sh: make it work when MONO_PATH is set and it has more than
  307. one directory or ends in ":". Also check that the directory added to
  308. ACLOCAL_FLAGS and PATH exist (aclocal fails if they don't).
  309. 2002-10-22 Miguel de Icaza <[email protected]>
  310. * configure.in: Also allow the miss-spelled bohem.
  311. 2002-10-18 Daniel Morgan <[email protected]>
  312. * doc/ado-net
  313. * doc/postgresql
  314. * doc/tds-providers: cleaned up the web pages
  315. * doc/web/commands: postgresql.html page was mistyped
  316. 2002-10-18 Daniel Morgan <[email protected]>
  317. * doc/ado-net: updated status of
  318. the ADO.NET functionality and providers
  319. and added link to tds-providers.html
  320. * doc/tds-providers: added file to
  321. describe the design and status of
  322. the SqlClient, SybaseClient, and TdsClient
  323. ADO.NET providers.
  324. * doc/web/makefile
  325. * doc/web/command: added new web page
  326. tds-providers.html to build of www.go-mono.com web site
  327. 2002-10-17 Daniel Morgan <[email protected]>
  328. * doc/web/makefile
  329. * doc/web/commands: web page
  330. postgresql needed to be added
  331. 2002-10-13 Mark Crichton <[email protected]>
  332. * doc/index: Even more spelling errors fixed.
  333. 2002-10-13 Daniel Morgan <[email protected]>
  334. * doc/adonet: updated status of all providers, added links,
  335. and added information
  336. about the Mono.Data.SqliteClient provider that
  337. Vladimir Vukicevic contributed. Added Brian Ritchie's
  338. and Vladimir Vukicevic's email addresses as
  339. people to contact about ADO.NET in Mono.
  340. Added information about SQL#, configuration tools,
  341. and an ADO.NET Multiplexor, etc...
  342. 2002-10-10 Daniel Morgan <[email protected]>
  343. * doc/index: corrected some mistypes
  344. * doc/adonet: updated the status and plans of all the ADO.NET providers
  345. and moved PostgreSQL specific stuff to doc/postgresql
  346. * doc/postgresql: added new file to detail
  347. the status of the PostgreSQL ADO.NET provider
  348. and provide test notes for setting it up
  349. 2002-10-09 Daniel Morgan <[email protected]>
  350. * data/config.in: add entry for MySQL native shared libraries
  351. which are different on Windows and Linux
  352. 2002-10-04 Diego Sevilla Ruiz <[email protected]>
  353. * doc/ccvs: Fixed some ugly formatting.
  354. 2002-10-03 Dick Porter <[email protected]>
  355. * acconfig.h:
  356. * configure.in: Freebsd pthread_t is a pointer
  357. 2002-10-01 Duncan Mak <[email protected]>
  358. * mono/os/Makefile.am: Add gc_wrapper.h.
  359. * runtime/Makefile.am: Fix the path for monoresgen.exe.
  360. 2002-09-27 Dick Porter <[email protected]>
  361. * configure.in: Check for semaphore.h. Patch for BSD from
  362. [email protected] (Julio Merino).
  363. 2002-09-20 Duncan Mak <[email protected]>
  364. * data/config.in: Added reference to libxslt.
  365. 2002-09-20 Mark Crichton <[email protected]>
  366. * configure.in: added NEED_LINK_UNLINK to make io-layer more portable.
  367. Linux has a "virtual fs" for UNIX sockets, Solaris and BSD don't.
  368. For systems that do not have such a virtual FS, define
  369. NEED_LINK_UNLINK.
  370. * acconfig.h: added NEED_LINK_UNLINK
  371. Wed Sep 4 18:09:58 CEST 2002 Paolo Molaro <[email protected]>
  372. * configure.in: add some needed defines to fix support of
  373. threads in the GC.
  374. 2002-09-19 Mark Crichton <[email protected]>
  375. * configure.in: Added checks for Solaris to use X/Open functionality.
  376. Really needed for the io-layer code.
  377. 2002-09-15 Andrew Birkett <[email protected]>
  378. * man/mcs.1: --probe is now --expect-error.
  379. 2002-09-09 Dick Porter <[email protected]>
  380. * acconfig.h:
  381. * configure.in: Simplify thread checks, by using canned rules for
  382. particular systems (based on the sleepycat db configure.in).
  383. Tested on linux/x86, freebsd and w32. Solaris also added, but I
  384. don't have a solaris machine to try it on.
  385. 2002-09-04 Juli Mallett <[email protected]>
  386. * configure.in: Include <sys/types.h> when checking <sys/un.h> stuff.
  387. 2002-09-02 Diego Sevilla Ruiz <[email protected]>
  388. * doc/ccvs: Added how to convert SSH keys (from SSH Communications
  389. Security) to the OpenSSH keys required by mono CVS
  390. access.
  391. 2002-09-01 Juli Mallett <[email protected]>
  392. * configure.in, mono/interpreter/interp.c,
  393. mono/io-layer/handles.c, mono/io-layer/processes.c,
  394. mono/io-layer/threads.c, mono/io-layer/timed-thread.c,
  395. mono/io-layer/wait.c, mono/jit/helpers.c, mono/jit/jit.c,
  396. mono/metadata/appdomain.c, mono/metadata/class.c,
  397. mono/metadata/domain.c, mono/metadata/gc.c,
  398. mono/metadata/object.c, mono/metadata/reflection.c,
  399. mono/metadata/threads.c, mono/os/gc_wrapper.h,
  400. mono/utils/mono-hash.c: Add a new header, gc_wrapper.h, to
  401. wrap inclusion of gc.h for boehm, since from FreeBSD and
  402. OpenBSD ports, gc.h is <gc.h>, but on GNU it seems to be
  403. in <gc/gc.h>. This will reduce the diffs FreeBSD ports has
  404. to apply, and also makes it possible for me to build with
  405. GC on OpenBSD/macppc built by hand.
  406. 2002-09-01 Juli Mallett <[email protected]>
  407. * configure.in: On BSD don't try to use -ldl, we simply don't use it.
  408. 2002-09-01 Juli Mallett <[email protected]>
  409. * mono/dis/dis-cil.c:
  410. * configure.in: Check for <wchar.h> via autoconf, don't use it if
  411. it isn't there, as it seems to work fine without it on OpenBSD.
  412. 2002-08-28 Dick Porter <[email protected]>
  413. * mono/os/win32/util.c:
  414. * mono/os/unix/util.c:
  415. * mono/os/util.h: mono_set_rootdir() doesnt take any args now.
  416. (It doesn't do anything on unix builds, and the w32 version no
  417. longer needs an arg.)
  418. * configure.in: Add HOST_CC for w32 builds
  419. Tue Aug 27 18:17:43 CEST 2002 Paolo Molaro <[email protected]>
  420. * configure.in: remove iconv checks.
  421. 2002-08-24 Juli Mallett <[email protected]>
  422. * configure.in: Recognise OpenBSD/macppc as PowerPC.
  423. Tue Aug 20 15:15:52 CEST 2002 Paolo Molaro <[email protected]>
  424. * configure.in: patch by [email protected] (Daniel Resare)
  425. to error out if bison is missing.
  426. 2002-08-17 Gonzalo Paniagua Javier <[email protected]>
  427. * configure.in: don't link against libdl on windoze.
  428. 2002-08-12 Dick Porter <[email protected]>
  429. * mono.pc.in: Add $includedir to Cflags
  430. Fri Jul 19 18:38:38 CEST 2002 Paolo Molaro <[email protected]>
  431. * configure.in, Makefile.am, mono.pc.in: add a mono.pc file for use
  432. with pkg-config.
  433. * */Makefile.am: makefile overhaul to create a shared libmono library.
  434. * */*.h: do not include config.h in headers that should be installed.
  435. 2002-07-12 Dick Porter <[email protected]>
  436. * acconfig.h:
  437. * configure.in: Check the size of sockaddr_un.sun_path
  438. 2002-06-23 Miguel de Icaza <[email protected]>
  439. * man/Makefile.am (man_MANS): Added new man page
  440. * man/mono-config.5: New manual page describing the mono-config
  441. file format.
  442. 2002-06-10 Jaroslaw Kowalski <[email protected]>
  443. * configure.in: added checks for MSG_NOSIGNAL
  444. 2002-05-30 Daniel Morgan <[email protected]>
  445. * doc/ado-net: update the ado-net web page on go-mono.com
  446. input parameters support, beginnings of Mono.Data.MySQL
  447. and System.Data.OleDb, updated the sample source code,
  448. and output from a PostgresTest
  449. 2002-05-21 Martin Baulig <[email protected]>
  450. * mono.1: Documented the "--debug-args" debugging arguments.
  451. 2002-05-21 Martin Baulig <[email protected]>
  452. * mono.1: Updated to reflect my latest changes and beautified this a bit.
  453. (FIXME: There are still command line argument which aren't documented here.)
  454. 2002-05-19 Daniel Morgan <[email protected]>
  455. * doc/ado-net: updated page to include C# code snippets using
  456. System.Data. Update status: handle reading NULL values, DataSet/DataAdapter
  457. works, executing/reading multiple results, and stored procedures.
  458. And other tweaks about the providers.
  459. 2002-05-19 Martin Baulig <[email protected]>
  460. * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
  461. interpreter/Makefile.am.
  462. Wed May 15 12:22:09 CEST 2002 Paolo Molaro <[email protected]>
  463. * configure.in: search for pthread functions also in libc_r (patch
  464. from Garrett Rooney <[email protected]>).
  465. 2002-05-11 Daniel Morgan <[email protected]>
  466. * doc/ado-net: added instructions for installing PostgreSQL on Linux
  467. and for using nant to re-compile just the System.Data.dll assembly
  468. on Windows.
  469. 2002-05-10 Rodrigo Moya <[email protected]>
  470. * doc/ado-net: added instructions for compiling System.Data.dll
  471. (a subset of) on Linux.
  472. 2002-05-10 Daniel Morgan <[email protected]>
  473. * doc/ado-net: added links
  474. 2002-05-09 Dick Porter <[email protected]>
  475. * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)
  476. 2002-05-05 Daniel Morgan <[email protected]>
  477. * doc/ado-net: correct formatting
  478. * doc/index: added credit i forgot to add
  479. 2002-05-05 Daniel Morgan <[email protected]>
  480. * doc/ado-net: i did not format it correctly earlier, i
  481. tried added various tags where appropriate.
  482. * doc/index: added news item for May 5, 2002 - ado.net able
  483. to retrieve data now
  484. 2002-05-05 Daniel Morgan <[email protected]>
  485. * doc/ado-net: updated the current status which
  486. I kept forgetting to do.
  487. 2002-05-05 Daniel Morgan <[email protected]>
  488. * doc/ado-net: updated to includes an example for
  489. running ipc-daemon as a Windows service. Thanks
  490. to gonzalo.
  491. 2002-05-05 Daniel Morgan <[email protected]>
  492. * doc/ado-net: updated to include installation of
  493. PostgreSQL DBMS under cygwin. It is a TODO for Linux though.
  494. Also included notes on running the System.Data/Test/PostgresTest.cs
  495. that should work on a lot of Mono installations that have
  496. PostgreSQL installed. If not please let me, rodrigo, or gonzalo
  497. know.
  498. 2002-05-01 Rodrigo Moya <[email protected]>
  499. * doc/ado-net: updated a little bit.
  500. 2002-04-30 Jeffrey Stedfast <[email protected]>
  501. * configure.in: Added checks for timezone stuff.
  502. 2002-04-30 Dick Porter <[email protected]>
  503. * acconfig.h:
  504. * configure.in: Added option to disable using shared memory for
  505. handles
  506. 2002-04-28 Gonzalo Paniagua Javier <[email protected]>
  507. * configure.in: fix for conditional "THREADS_PTHREAD" was never
  508. defined problem under cygwin with latest version of automake and
  509. autoconf. Patch from Jeroen Janssen <[email protected]>.
  510. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  511. * configure.in: removed -Wshadow from CFLAGS.
  512. 2002-04-12 Rodrigo Moya <[email protected]>
  513. * status/maintainers.xml: added danmorg and myself for System.Data.*
  514. classes.
  515. * status/class.xml: added System.Data.* classes.
  516. 2002-04-08 Dick Porter <[email protected]>
  517. * configure.in: Set -mno-cygwin here rather than in the build script
  518. 2002-04-05 Dietmar Maurer <[email protected]>
  519. * mono/tests/remoting2.cs: new test for async invoke of proxy calls
  520. 2002-03-29 Martin Baulig <[email protected]>
  521. * doc/jit-debug, docs/jit-debug-sample, docs/jit-debug-sample2:
  522. New files, added documentation for the debugging code.
  523. * doc/web/commands: Added the debugging pages.
  524. * docs/jit-debug: Removed, this is now on the web site.
  525. 2002-03-24 Martin Baulig <[email protected]>
  526. * man/mcs.1: Documented the new --debug option and added a section
  527. about debugging support.
  528. * man/mono.1: Documented the new --dwarf and --dwarf-plus options.
  529. 2002-03-21 Martin Baulig <[email protected]>
  530. * configure.in: Added check for <elf.h>.
  531. 2002-03-18 Dick Porter <[email protected]>
  532. * configure.in: Only look for libgc on the system. Default to not
  533. using GC at all, because it doesn't work with the jit.
  534. 2002-03-17 Miguel de Icaza <[email protected]>
  535. * configure.in: Add support for building the included boehm GC.
  536. Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <[email protected]>
  537. * configure.in: detect Boehm GC libs and add --with-gc switch.
  538. Boehm GC needs to be explicitly enabled since the JIT currently fails
  539. in some cases with it.
  540. 2002-02-27 Dietmar Maurer <[email protected]>
  541. * mono/tests/fib.cs: it is now possible to pass a repeat count as
  542. command line argument, for example fib.exe 20 runs the test 20
  543. times.
  544. 2002-02-25 Sergey Chaban <[email protected]>
  545. * configure.in: added support for ARM target arch.
  546. Uncommented and modified arm-*-linux* target,
  547. added mono/arch/arm/Makefile to AC_OUTPUT list.
  548. 2002-02-21 Mark Crichton <[email protected]>
  549. * status/class.xml: Added contact info for RNGCryptoServiceProvider
  550. class and Rijndael classes.
  551. * status/maintainers.xml: Added contact info to maintainers list.
  552. 2002-02-21 Mark Crichton <[email protected]>
  553. * configure.in: Add checks for a system-provided entropy device
  554. * acconfig.h: Added HAVE_CRYPT_RNG and NAME_DEV_RANDOM
  555. 2002-02-20 Dick Porter <[email protected]>
  556. * acconfig.h:
  557. * configure.in: Always build without cygwin support on windows
  558. 2002-02-19 Radek Doulik <[email protected]>
  559. * mono/tests/pinvoke.cs: use more pinvoke test methods
  560. 2002-02-19 Radek Doulik <[email protected]>
  561. * mono/tests/libtest.c (mono_test_many_short_arguments): new test
  562. method
  563. (mono_test_many_byte_arguments): ditto
  564. 2002-02-18 Radek Doulik <[email protected]>
  565. * mono/tests/Makefile.am: added small test library for pinvoke
  566. testing
  567. * mono/tests/libtest.c (mono_test_many_int_arguments): new file,
  568. new function to test pinvoke
  569. * mono/tests/pinvoke.cs (Test): added pinvoked method with 10 int
  570. arguments
  571. * mono/tests/Makefile.am: display # of passing tests too
  572. added simple shared library libtest with testing function for
  573. pinvoke
  574. 2002-02-17 Radek Doulik <[email protected]>
  575. * mono/tests/Makefile.am (test): display # of failed tests
  576. 2002-02-16 Jeffrey Stedfast <[email protected]>
  577. * configure.in: Add checks for SOL_IP, SOL_TCP, and
  578. IP_PKTINFO. Also check for struct ip_mreqn.
  579. 2002-02-14 Jeffrey Stedfast <[email protected]>
  580. * configure.in: Add checks to see if we need to link to libsocket,
  581. libnsl, and/or librt. Also check for inet_pton and inet_aton.
  582. 2002-02-13 Jeffrey Stedfast <[email protected]>
  583. * acconfig.h: #undef USE_MONO_MUTEX
  584. * configure.in: If the system pthread implementation is lacking,
  585. default to using mono-mutex.
  586. 2002-02-05 Dietmar Maurer <[email protected]>
  587. * mono/tests/enum2.cs: new file with more enum tests.
  588. 2002-02-01 Dietmar Maurer <[email protected]>
  589. * mono/tests/jit-long.cs: added some SHL/SHR tests
  590. Fri Feb 1 15:32:36 CET 2002 Paolo Molaro <[email protected]>
  591. * configure.in: allow PKG_CONFIG_PATH for the build-platform
  592. pkg-config invocation.
  593. Fri Feb 1 15:13:25 CET 2002 Paolo Molaro <[email protected]>
  594. * configure.in: add some support/fixes for cross-compilation.
  595. 2002-01-14 Dietmar Maurer <[email protected]>
  596. * mono/tests/exception6.cs: new tests for ADD_OVF, MUL_OVF
  597. added tests for SUB_OVF, SUB_OVF_UN
  598. 2001-12-21 Dietmar Maurer <[email protected]>
  599. * mono/tests/Makefile.am (TESTSRC): disabled stream-writer test
  600. 2001-12-21 Aaron Weber <[email protected]>
  601. * doc/faq (A): added a linebreak that was missing and was causing
  602. a heading to appear badly.
  603. 2001-12-20 Aaron Weber <[email protected]>
  604. * doc/faq: added <a name=""> nav links, and moved all MSFT-related
  605. questions into a single section.
  606. 2001-12-17 Aaron Weber <[email protected]>
  607. * doc/faq (Q): Question-by-question, line-by-line revision.
  608. 2001-12-17 Dietmar Maurer <[email protected]>
  609. * mono/tests/time.cs: new test
  610. 2001-11-30 Radek Doulik <[email protected]>
  611. * configure.in: remove ACCESS_UNALIGNED="no" from ppc
  612. 2001-11-29 Radek Doulik <[email protected]>
  613. * configure.in (ACCESS_UNALIGNED): uncommented and modified
  614. powerpc-*-linux*
  615. generate mono/arch/ppc/Makefile
  616. 2001-11-26 Dietmar Maurer <[email protected]>
  617. * mono/tests/exception3.cs: modified the test to show a bug in the
  618. current exception handling implementation.
  619. 2001-11-13 Dick Porter <[email protected]>
  620. * configure.in: Some more tests for pthread features
  621. (specifically, glibc 2.1 doesnt define pthread_mutex_timedlock but
  622. still needs _GNU_SOURCE for PTHREAD_MUTEX_RECURSIVE)
  623. 2001-11-09 Dick Porter <[email protected]>
  624. * configure.in: Try and get large file support, but it's not fatal
  625. if it's not there (the io-layer just ignores the high word in that
  626. case.)
  627. Check for windows builds, and only bother to look for pthreads and
  628. large files if we're not building for cygwin or native win32. Not
  629. having pthread support on Posix systems is now a fatal error.
  630. * autogen.sh: Fix ACLOCAL_FLAGS - it wasn't being passed to
  631. aclocal
  632. 2001-10-15 Dietmar Maurer <[email protected]>
  633. * mono/tests/Makefile.am: removed JITTESTS, simply run all tests for
  634. target testjit.
  635. 2001-10-11 Dietmar Maurer <[email protected]>
  636. * docs/object-layout: more documentation
  637. Mon Oct 8 20:27:50 CEST 2001 Paolo Molaro <[email protected]>
  638. * configure.in: define NO_UNALIGNED_ACCESS for platforms that
  639. can't read on unaligned boundaries
  640. 2001-10-04 Dick Porter <[email protected]>
  641. * configure.in: Do some deeper checks on pthreads for some of the
  642. more interesting functions
  643. 2001-09-24 Dietmar Maurer <[email protected]>
  644. * mono/tests/Makefile.am (testjit): a new target to test the JITer
  645. * mono/tests/jit-*: added some test for the JITer
  646. 2001-09-23 Dick Porter <[email protected]>
  647. * configure.in: Arrange to compile dummy thread support routines
  648. if pthread isnt available
  649. 2001-09-23 Dick Porter <[email protected]>
  650. * configure.in: Check for pthread.h, so that we can check for the
  651. HAVE_PTHREAD_H define in config.h
  652. 2001-09-21 Dick Porter <[email protected]>
  653. * configure.in: Check for libpthread
  654. 2001-09-19 Dietmar Maurer <[email protected]>
  655. * mono/tests/test-ops.cs: added more tests
  656. Mon Sep 10 20:19:00 CEST 2001 Paolo Molaro <[email protected]>
  657. * configure.in: check for sizeof(void*) and for the architecture.
  658. 2001-09-05 Dick Porter <[email protected]>
  659. * autogen.sh: Fixed the section that adds $ACLOCAL_FLAGS to the
  660. aclocal invocation, so putting aclocal files in /usr/local works
  661. 2001-08-30 Dietmar Maurer <[email protected]>
  662. * *: removed the libffi dependency, mono now compiles on cygwin
  663. * mono/wrapper/build-dll: new file.
  664. 2001-08-28 Dietmar Maurer <[email protected]>
  665. * mono/tests/console.cs: impl.
  666. * mono/tests/box.cs: impl.
  667. * mono/tests/stream-writer.cs: impl.
  668. Mon Aug 27 20:24:26 CEST 2001 Paolo Molaro <[email protected]>
  669. * mono/tests/*: New test cases, mostly for virtual method dispatch.
  670. Use make testb for the slow benchmarking programs,
  671. make test for the usual regression test checks.
  672. 2001-08-22 Rodrigo Moya <[email protected]>
  673. * mono/cil/Makefile.am:
  674. * mono/wrapper/Makefile.am: use correct variables for installation
  675. directories
  676. Tue Aug 21 18:54:06 CEST 2001 Paolo Molaro <[email protected]>
  677. * mono/tests/exceptions*: enhanced and added more tests for
  678. exceptions.
  679. 2001-08-20 Miguel de Icaza <[email protected]>
  680. * mono/Makefile.am (SUBDIRS): Remove `test' from here to allow us
  681. to pass make distcheck
  682. * mono/wrapper/Makefile.am (EXTRA_DIST): Include genwrapper.pl
  683. * configure.in, Makefile.am, runtime/Makefile.am (dist-hook,
  684. install-data-hook): Added mechanism to distribute and install the
  685. dll files.
  686. 2001-08-20 Dietmar Maurer <[email protected]>
  687. * mono/tests/stream.cs: new tests for the Stream class
  688. * configure.in: I really need LIBTOOL for libmonowrapper.so, so I
  689. added it again.
  690. 2001-08-16 Alex Graveley <[email protected]>
  691. * configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This
  692. removes libtool dependency on all of Mono.
  693. 2001-08-10 Dietmar Maurer <[email protected]>
  694. * mono/tests/array.cs: more array tests
  695. 2001-08-09 Dietmar Maurer <[email protected]>
  696. * mono/tests/array.cs: more array tests
  697. 2001-08-06 Dietmar Maurer <[email protected]>
  698. * mono/tests/pinvoke.cs: we can now print strings ;-)
  699. * mono/tests/array.cs: new test for arrays
  700. 2001-08-02 Alex Graveley <[email protected]>
  701. * libffi/*: Import libffi CVS version, with minor changes to make it
  702. compile.
  703. * mono/interpreter/Makefile.am: Link against
  704. ../../libffi/.libs/libffi.a.
  705. * Makefile.am: Add libffi
  706. * autogen.sh: Replace with adapted gnome autogen.sh
  707. * configure.in: Add AC_CONFIG_SUBDIRS(libffi).
  708. 2001-08-02 Dietmar Maurer <[email protected]>
  709. * mono/tests/pinvoke.cs: impl.
  710. Wed Aug 1 22:34:52 CEST 2001 Paolo Molaro <[email protected]>
  711. * configure.in, mono/tests: added some tests for the interpreter.
  712. 2001-07-15 Sean MacIsaac <[email protected]>
  713. * doc/download: added instructions for cygwin
  714. * doc/c-sharp: removed bit about compiling
  715. * status/compare-assembly.cs: basedir should be there if
  716. parameters are provided.
  717. * status/makefile: made targets to dump info.
  718. 2001-07-15 Joe Shaw <[email protected]>
  719. * configure.in: Don't create doc/Makefile as there's nothing there
  720. to make.
  721. * Makefile.am: Don't build the doc directory because there's no
  722. Makefile.am there.
  723. * autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
  724. 2001-07-15 Miguel de Icaza <[email protected]>
  725. * doc/class-library (A): Updated FAQ with question on error 1595.
  726. 2001-07-14 Miguel de Icaza <[email protected]>
  727. * doc/index:
  728. Wed Jul 11 00:36:36 CEST 2001 Paolo Molaro <[email protected]>
  729. * status/*: scripts and data to create statistics about the
  730. class library status.
  731. 2001-07-09 Alex Graveley <[email protected]>
  732. * doc/makefile (clean): Add clean target.
  733. * doc/web/makefile (clean): Ditto.
  734. 2001-07-09 Alex Graveley <[email protected]>
  735. * doc/makefile (all-docs): Fix typo.
  736. 2001-05-30 Miguel de Icaza <[email protected]>
  737. * NEWS: