summaryrefslogtreecommitdiffstats
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 bdffe38ae..fb722be3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 8 15:27:20 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1.
+
Tue Jan 8 15:03:10 2008 Tanaka Akira <akr@fsij.org>
* string.c (str_gsub): avoid appending empty pre-match substr.