diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Wed Nov 3 08:52:57 1999 Masaki Fukushima <[email protected]> + + * io.c (Init_IO): forgot to use INT2FIX() around SEEK_SET, etc. + +Wed Nov 3 00:25:20 1999 Yukihiro Matsumoto <[email protected]> + + * string.c (rb_str_split_method): use mbclen2() to handle kcode + option of regexp objects. + +Mon Nov 1 14:22:15 1999 EGUCHI Osamu <[email protected]> + + * eval.c (rb_eval): reduce recursive calls to rb_eval() + case of ||= and &&= . + +Sun Oct 31 13:12:42 1999 WATANABE Hirofumi <[email protected]> + + * regex.c (re_compile_pattern): wrong [\W] match. + Fri Oct 29 16:57:30 1999 Yukihiro Matsumoto <[email protected]> * ext/nkf/lib/kconv.rb: new String methods (kconv, tojis, toeuc, |