aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/extconf.rb
Commit message (Collapse)AuthorAgeFilesLines
* * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf2011-04-161-1/+0
| | | | | | | | * ext/date/date_tmx.h: new. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/date: use timev.h in toplevel.nobu2011-03-301-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix of ext/date/date_core.nobu2011-03-061-2/+0
| | | | | | | | | | * ext/date/date_core.c (DateTimeData): should not use bare 'long long' and 'long double', which are not defined by C89. * ext/date/date_core.c (dt_lite_plus): get rid of overflow at casting down double to integer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/date.rb: [Feature #4257]tadf2011-02-261-0/+4
* 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