1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
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.

View file

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