diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Dec 13 17:26:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_split_m): need not to check encoding if regexp + is empty. + + * string.c (rb_str_justify): associate encoding of original to the + result. + + * string.c (rb_str_chomp_bang): need to check encoding of record + separator. + Thu Dec 13 17:03:29 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (rb_enc_compatible): should swap encoding indexes too. |
