12 Apr
2011
12 Apr
'11
4:55 a.m.
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 68d5ea76787a15bdef2789fc25dabdd163643bf5 https://github.com/MacRuby/MacRuby/commit/68d5ea76787a15bdef2789fc25dabdd163... Author: Kouji Takao <kouji@takao7.net> Date: 2011-04-11 (Mon, 11 Apr 2011) Changed paths: M lib/rdoc/text.rb Log Message: ----------- replace regexp '.{8}*?' to '(?:.{8})*?', because icu does not support '.{n}*?'.