* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66
fixed: [ruby-dev:25828] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
813d4b5dd7
commit
afb7b3e1f8
@ -1,3 +1,8 @@
|
|||||||
|
Sat Mar 8 01:19:00 2005 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66
|
||||||
|
fixed: [ruby-dev:25828]
|
||||||
|
|
||||||
Mon Mar 7 21:29:40 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
Mon Mar 7 21:29:40 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||||
|
|
||||||
* lib/webrick/server.rb (WEBrick::GenericServer#start): should
|
* lib/webrick/server.rb (WEBrick::GenericServer#start): should
|
||||||
|
@ -1249,7 +1249,7 @@ options(cp)
|
|||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
case 'm': /* MIME support */
|
case 'm': /* MIME support */
|
||||||
mime_decode_f = TRUE;
|
/* mime_decode_f = TRUE; */ /* this has too large side effects... */
|
||||||
if (*cp=='B'||*cp=='Q') {
|
if (*cp=='B'||*cp=='Q') {
|
||||||
mime_decode_mode = *cp++;
|
mime_decode_mode = *cp++;
|
||||||
mimebuf_f = FIXED_MIME;
|
mimebuf_f = FIXED_MIME;
|
||||||
@ -1258,6 +1258,7 @@ options(cp)
|
|||||||
} else if (*cp=='S') {
|
} else if (*cp=='S') {
|
||||||
mime_f = STRICT_MIME; cp++;
|
mime_f = STRICT_MIME; cp++;
|
||||||
} else if (*cp=='0') {
|
} else if (*cp=='0') {
|
||||||
|
mime_decode_f = FALSE;
|
||||||
mime_f = FALSE; cp++;
|
mime_f = FALSE; cp++;
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user