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:
authorJohn Merryweather Cooper <jmerry@mono-cvs.ximian.com>2004-07-28 21:01:35 +0400
committerJohn Merryweather Cooper <jmerry@mono-cvs.ximian.com>2004-07-28 21:01:35 +0400
commitd4965000a4f87483a21284761f72ca4a1b0ebd23 (patch)
tree2a8bb364db7f400ad0e913f3e8429c095d5dda39 /ChangeLog
parentc74b905389e77e474196f4ae8326c5fe4d322945 (diff)
* mono/configure.in: Fix host regexes for FreeBSD. Fix TLS issues with
FreeBSD -CURRENT. Fix pthread library detection on FreeBSD -STABLE. * mono/libgc/configure.in: Fix pthread compiler flags for both FreeBSD -STABLE and -CURRENT. svn path=/branches/mono-1-0/mono/; revision=31568
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f572cf505d..cd83c2e4c33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-27 John Merryweather Cooper <john_m_cooper@yahoo.com>
+ * configure.in: Disable __thread test (TLS) for FreeBSD as
+ it succeeds on FreeBSD 5.x when it should fail. Fix pthread
+ library detection for FreeBSD 4.x since pthread is embedded
+ in libc_r on this platform. Fix some typos in my host
+ regexes for freebsd.
+
2004-07-23 Dick Porter <dick@ximian.com>
* configure.in: Changes for FreeBSD thread support by John