diff options
author | hboehm <hboehm> | 2006-06-07 05:35:31 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:37 +0400 |
commit | 49e069bbda0df25c4facbc646845f1119009a29f (patch) | |
tree | 6c0962855d2baf97a04bf05dd76e1e2cdbe428d8 /doc/README.changes | |
parent | 22457961f3844ded60f11751f9055701f2bbbf99 (diff) | |
download | bdwgc-49e069bbda0df25c4facbc646845f1119009a29f.tar.gz |
2006-06-06 Hans Boehm <Hans.Boehm@hp.com> (Really Petr Salinger)
* configure.ac, dyn_load.c, doc/README.changes, include/gc.h,
include/private/gcconfig.h: Add macro tests and configuration
information to support kFreeBSD + glibc.
Diffstat (limited to 'doc/README.changes')
-rw-r--r-- | doc/README.changes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.changes b/doc/README.changes index e0a9035a..afed3296 100644 --- a/doc/README.changes +++ b/doc/README.changes @@ -2283,6 +2283,7 @@ Since gc6.7: - GC_unix_get_mem could neglect to release the malloc lock on Irix, under extremely unlikely circumstances. Thanks to Jean-Baptiste Nivois for some careful code reading. + - Added support for kFreeBSD + glibc (Thanks to Petr Salinger) Since gc6.8: - Remove GC_PROTO, VOLATILE, GC_PTR, and GC_CONST. Assume ANSI C compiler |