summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-11-01 09:33:58 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-01 14:36:19 +0300
commit9bf9fbcac07fe11b5b12f2dfa9cca30c4813a0a0 (patch)
treeb82da3558a9360c34706cba2cacdd2288d9803a9 /ChangeLog
parentf4554ab75df0fcdebec1b0c66c500b2351781d3d (diff)
downloadbdwgc-9bf9fbcac07fe11b5b12f2dfa9cca30c4813a0a0.tar.gz
Fix a typo and add email in AUTHORS file (David Mosberger)
* AUTHORS: Fix typo in name (David Mosberger). * ChangeLog (5.0alpha4): Likewise. * AUTHORS: Add email for David Mosberger.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41fefcd9..adcca4b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9338,7 +9338,7 @@ Henderson and Roman Hodek.
* Removed the tests for SGI_SOURCE in new_gc_alloc.h. This was causing that
interface to fail on non-SGI platforms.
* Changed the Linux stack finding code to use /proc, after changing it
-to use HEURISTIC1 (thanks to David Mossberger for pointing out /proc hook).
+to use HEURISTIC1 (thanks to David Mosberger for pointing out /proc hook).
* Added HP/UX incremental GC support and HP/UX 11 thread support.
Thread support is currently still flaky.
* Added basic Linux/IA64 support.