Changes between Version 26 and Version 27 of dev-lang/mono/2.x/1
- Timestamp:
- 08/03/08 10:08:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v26 v27 9 9 * due to unresolved iconv symbols. Using [wiki:dev-libs/libiconv libiconv] works around this. 10 10 11 * in {{{mono/utils/mono-io-compatibility.c}}} reporting a parse error for {{{size_t len}}}. Moving the declaration to the start of the block fixes it. 11 * in {{{mono/utils/mono-io-compatibility.c}}} reporting a parse error for {{{size_t len}}}. Moving the declaration to the start of the block fixes it. Fixed in !r109505. 12 12 13 13 * in {{{mono/utils/mono-mmap.c}}} due to {{{madvise}}} et al. Use fallback instead of {{{HAVE_MMAP}}} implementation.
