Changes between Version 7 and Version 8 of dev-lang/mono/2.x/1
- Timestamp:
- 08/01/08 09:36:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v7 v8 9 9 Compilation fails in {{{mono/utils/mono-io-compatibility.c}}} reporting a parse error apparently for {{{size_t len}}}, moving the declaration to the top fixes it. 10 10 11 Compilation fails in {{{mono/utils/mono-mmap.c}}} due to {{{madvise}}} et al. Use fallback instead of {{{HAVE_MMAP}}} implementation. 12 13 Compilation fails in {{{mono/io-layer/collection.c}}} due to undefined {{{PTHREAD_STACK_MIN}}}. Use 65536 instead, like on *BSD. 14 11 15 [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch]
