1
0
Fork 0
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:
tadf 2011-02-26 08:10:03 +00:00
parent b08efdee96
commit fdf361189c
4 changed files with 3837 additions and 167 deletions

4
ext/date/extconf.rb Normal file
View file

@ -0,0 +1,4 @@
require 'mkmf'
have_func('floorl', 'math.h')
have_func('roundl', 'math.h')
create_makefile('date_core')