зеркало из https://github.com/github/ruby.git
* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5cd70fa5e9
Коммит
fdeb4b1384
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jan 9 01:35:10 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.
|
||||||
|
|
||||||
Tue Jan 8 23:55:15 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
Tue Jan 8 23:55:15 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.
|
* encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.
|
||||||
|
|
|
@ -16,8 +16,7 @@ OBJEXT = @OBJEXT@
|
||||||
|
|
||||||
BUILTIN_ENCS = ascii.c \
|
BUILTIN_ENCS = ascii.c \
|
||||||
euc_jp.c sjis.c \
|
euc_jp.c sjis.c \
|
||||||
unicode.c utf8.c \
|
unicode.c utf8.c
|
||||||
utf_16be.c utf_16le.c utf_32be.c utf_32le.c
|
|
||||||
|
|
||||||
RUBY_SO_NAME = @RUBY_SO_NAME@
|
RUBY_SO_NAME = @RUBY_SO_NAME@
|
||||||
LIBRUBY = @LIBRUBY@
|
LIBRUBY = @LIBRUBY@
|
||||||
|
|
Загрузка…
Ссылка в новой задаче