mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/date.rb: [Feature #4257]
* ext/date/extconf.rb: new * ext/date/date_core.c: new git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b08efdee96
commit
fdf361189c
4 changed files with 3837 additions and 167 deletions
4
ext/date/extconf.rb
Normal file
4
ext/date/extconf.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require 'mkmf'
|
||||
have_func('floorl', 'math.h')
|
||||
have_func('roundl', 'math.h')
|
||||
create_makefile('date_core')
|
||||
Loading…
Add table
Add a link
Reference in a new issue