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:
authorJeffrey Stedfast <fejj@novell.com>2002-02-13 18:21:33 +0300
committerJeffrey Stedfast <fejj@novell.com>2002-02-13 18:21:33 +0300
commit59551c0c1fe7eb30a27166368be9497bf65f9b85 (patch)
tree332c0e3fcb1b8164c85996a6ba2e081aa8d39d6e /ChangeLog
parent155b6bc52e3b6eba46dd91acab9bbb90e4cdae83 (diff)
2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
* acconfig.h: #undef USE_MONO_MUTEX * configure.in: If the system pthread implementation is lacking, default to using mono-mutex. svn path=/trunk/mono/; revision=2375
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a08f0113d06..ce01973f9ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
+
+ * acconfig.h: #undef USE_MONO_MUTEX
+
+ * configure.in: If the system pthread implementation is lacking,
+ default to using mono-mutex.
+
2002-02-05 Dietmar Maurer <dietmar@ximian.com>
* mono/tests/enum2.cs: new file with more enum tests.