зеркало из https://github.com/github/ruby.git
* ruby.c (proc_options): -T consumes digits only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f625a17502
Коммит
730d8f1d32
|
@ -1,3 +1,7 @@
|
|||
Wed May 22 21:26:47 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* ruby.c (proc_options): -T consumes digits only.
|
||||
|
||||
Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in: need not link vsnprintf.o on MinGW.
|
||||
|
|
3
ruby.c
3
ruby.c
|
@ -558,10 +558,11 @@ proc_options(argc, argv)
|
|||
if (*++s) {
|
||||
v = scan_oct(s, 2, &numlen);
|
||||
if (numlen == 0) v = 1;
|
||||
s += numlen;
|
||||
}
|
||||
rb_set_safe_level(v);
|
||||
}
|
||||
break;
|
||||
goto reswitch;
|
||||
|
||||
case 'I':
|
||||
forbid_setid("-I");
|
||||
|
|
Загрузка…
Ссылка в новой задаче