mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/jcode.rb: need to initialize SUCC['n'].
fixed: [ruby-talk:216845] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1dd0654b6a
commit
c643593b20
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Sep 29 10:59:16 2006 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* lib/jcode.rb: need to initialize SUCC['n'].
|
||||
fixed: [ruby-talk:216845]
|
||||
|
||||
Fri Sep 29 09:56:56 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb: extout is needed for also clean.
|
||||
|
|
|
@ -24,6 +24,7 @@ class String
|
|||
RE_UTF8 = Regexp.new(PATTERN_UTF8, 0, 'n')
|
||||
|
||||
SUCC = {}
|
||||
SUCC['n'] = Hash.new(1)
|
||||
SUCC['s'] = Hash.new(1)
|
||||
for i in 0 .. 0x3f
|
||||
SUCC['s'][i.chr] = 0x40 - i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue