summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 85712229c..a282d4562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,19 @@
-Fri Dec 3 02:24:00 2004 NARUSE, Yui <naruse@ruby-lang.org>
+Sat Dec 4 03:33:45 2004 Shugo Maeda <shugo@ruby-lang.org>
- * ext/nkf/nkf.c: add constant NKF::VERSION
+ * ext/readline/readline.c: check $SAFE. (backported from CVS HEAD)
- * ext/nkf/nkf.c(guess): this becomes an alias of guess2
+ * test/readline/test_readline.rb: added tests for readline.
+ (backported from CVS HEAD)
- * ext/nkf/test.rb(mime_out2): add --no-cp932
+Fri Dec 4 02:24:00 2004 NARUSE, Yui <naruse@ruby-lang.org>
- * ext/nkf/nkf-utf8/nkf.c: original nkf2 revision 1.47
+ * ext/nkf/nkf.c: add constant NKF::VERSION
+
+ * ext/nkf/nkf.c(guess): this becomes an alias of guess2
+
+ * ext/nkf/test.rb(mime_out2): add --no-cp932
+
+ * ext/nkf/nkf-utf8/nkf.c: original nkf2 revision 1.47
Fri Dec 3 18:57:03 2004 Yukihiro Matsumoto <matz@ruby-lang.org>