зеркало из https://github.com/github/ruby.git
* transcode.c (rb_econv_substr_append): fix for buffer overrun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d9a1cc2f4e
Коммит
0d0c147f23
|
@ -1,3 +1,7 @@
|
|||
Mon Aug 25 17:34:10 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* transcode.c (rb_econv_substr_append): fix for buffer overrun.
|
||||
|
||||
Mon Aug 25 14:22:21 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* parse.y (YYSTYPE): struct RVarmap has been no longer
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
BUILTIN_ENCOBJS: $(srcdir)/enc/Makefile.in
|
||||
encs: BUILTIN_ENCOBJS BUILTIN_TRANSOBJS
|
||||
BUILTIN_ENCOBJS BUILTIN_TRANSOBJS: $(srcdir)/enc/Makefile.in
|
||||
|
||||
!include $(srcdir)/enc/Makefile.in
|
||||
|
||||
BUILTIN_ENCOBJS:
|
||||
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|
||||
|
||||
BUILTIN_TRANSOBJS:
|
||||
@echo BUILTIN_TRANSOBJS = $(BUILTIN_TRANSES:.trans=.obj) >> $(MAKEFILE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче