aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-06-06 05:06:58 +0000
committerBen Elliston <bje@gnu.org>2006-06-06 05:06:58 +0000
commit5b64469d8c1e207e2e047679ae9387fad0024ee3 (patch)
tree9f0721cd76a56b86ccab40983cf48a66e1aa3694 /ChangeLog
parentb28393f2b149953f30549936f4e73dfea0249a12 (diff)
downloaddejagnu-5b64469d8c1e207e2e047679ae9387fad0024ee3.zip
dejagnu-5b64469d8c1e207e2e047679ae9387fad0024ee3.tar.gz
dejagnu-5b64469d8c1e207e2e047679ae9387fad0024ee3.tar.bz2
* dejagnu.h: Tidy comments.
(_BUFFER_SIZE_): Remove to minimise namespace pollution. (wait): Define this function unconditionally. Conditionally compile the function body if _DEJAGNU_WAIT_ is defined. (buffer): Set the buffer size explicitly. (pass): Use sizeof (buffer). Call wait() unconditionally. (fail, untested, unresolved, note): Likewise. (enum teststate): Tidy whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1f53b8..77cf006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2006-06-06 Ben Elliston <bje@gnu.org>
+ * dejagnu.h: Tidy comments.
+ (_BUFFER_SIZE_): Remove to minimise namespace pollution.
+ (wait): Define this function unconditionally. Conditionally
+ compile the function body if _DEJAGNU_WAIT_ is defined.
+ (buffer): Set the buffer size explicitly.
+ (pass): Use sizeof (buffer). Call wait() unconditionally.
+ (fail, untested, unresolved, note): Likewise.
+ (enum teststate): Tidy whitespace.
+
+2006-06-06 Ben Elliston <bje@gnu.org>
+
* doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
* doc/dejagnu.texi: Regenerate.