Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2010-04-20 20:17:05 +0400
committerJonathan Pryor <jpryor@novell.com>2010-04-20 20:17:05 +0400
commit3d1b2ab8058d833f7dcac84fee68fd3f289d4842 (patch)
treef2c3d19ff97ba109f7ea659dc2dffb4a5e7d5bdd /ChangeLog
parentcf322b224a12443f3f9a9c4ecf5a58fcab23874b (diff)
Cleanup Android support, replacing platform checks with configure checks:
* configure.in: Check for the asm/sigcontext.h header. * mono/mini/exceptions-arm.c: Remove platform checks in favor of configure checks. * mono/io-layer/collection.c: Cleanup platform checks around pthread_attr_setstacksize(), and instead always use MAX(65536, PTHREAD_STACK_MIN) as the stack size. * mono/io-layer/mono-mutex.c: Remove near duplicate pthread_mutex_timedlock() declarations, and merge via a CONST_NEEDED intermediate #define. svn path=/trunk/mono/; revision=155826
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04ef15bae5d..8c760cc925d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-20 Jonathan Pryor <jpryor@novell.com>
+
+ * configure.in: Check for the asm/sigcontext.h header.
+
2010-04-20 Andrés G. Aragoneses <andres@lindenlab.com>
* README: Replace --with-profile2 with --with-profile4.