summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-04-22 00:50:08 +0000
committerpaul <paul>2005-04-22 00:50:08 +0000
commit864c364df9eb7d119ce81db834eff6a726e2fa78 (patch)
tree0e17cf1c611f406aec6af94ae90887104811fb6c /tests/ChangeLog
parenta48b4e6d074a4e61ce9e8bf78fdb8ea9c57c6e64 (diff)
2004-05-22 Paul Jakma <paul@dishone.st>
* heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a background thread to avoid responsivity problems.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 5d4d4c48..c36dc4ce 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-22 Paul Jakma <paul@dishone.st>
+
+ * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
+ background thread to avoid responsivity problems.
+
2004-05-21 Paul Jakma <paul@dishone.st>
* heavy.c: Add a timer thread to demonstrate thread interactivity,