summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f9f5656bf..9559e205d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 26 21:34:07 2002 Usaku Nakamura <[email protected]>
+
+ * bignum.c (rb_big_2comp): void function cannot return any value.
+
Tue Feb 26 15:41:30 2002 Yukihiro Matsumoto <[email protected]>
* eval.c (rb_eval): call trace_func for if/while conditions.