Split dtoa.c

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-02-07 08:53:11 +00:00
parent 7199685dc6
commit 867338c36e
4 changed files with 3427 additions and 3418 deletions

4
LEGAL
View File

@ -278,9 +278,9 @@ parse.c::
This special exception was added by the Free Software Foundation in This special exception was added by the Free Software Foundation in
version 2.2 of Bison. version 2.2 of Bison.
util.c (partly):: missing/dtoa.c::
This file contains the source code under these licenses. This file is under these licenses.
>>> >>>
Copyright (c) 1991, 2000, 2001 by Lucent Technologies. Copyright (c) 1991, 2000, 2001 by Lucent Technologies.

View File

@ -3019,6 +3019,7 @@ util.$(OBJEXT): $(hdrdir)/ruby/ruby.h
util.$(OBJEXT): $(top_srcdir)/include/ruby.h util.$(OBJEXT): $(top_srcdir)/include/ruby.h
util.$(OBJEXT): {$(VPATH)}config.h util.$(OBJEXT): {$(VPATH)}config.h
util.$(OBJEXT): {$(VPATH)}defines.h util.$(OBJEXT): {$(VPATH)}defines.h
util.$(OBJEXT): {$(VPATH)}dtoa.c
util.$(OBJEXT): {$(VPATH)}encoding.h util.$(OBJEXT): {$(VPATH)}encoding.h
util.$(OBJEXT): {$(VPATH)}intern.h util.$(OBJEXT): {$(VPATH)}intern.h
util.$(OBJEXT): {$(VPATH)}internal.h util.$(OBJEXT): {$(VPATH)}internal.h

3417
missing/dtoa.c Normal file

File diff suppressed because it is too large Load Diff

3423
util.c

File diff suppressed because it is too large Load Diff