summaryrefslogtreecommitdiff
path: root/test/date
AgeCommit message (Expand)Author
2014-09-10test_date.rb: nonsense assertionnobu
2014-08-01* test/date/test_date.rb: remove commented-out code.hsbt
2014-06-16* test/date/test_date_arith.rb: remove unused block argument.hsbt
2014-06-16* test/date/test_date_strptime.rb: remove useless variable.hsbt
2014-05-04 * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf
2014-04-27 * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf
2014-04-05 * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf
2013-12-14Additional test coverage to DateTime comparison (sub millisecond).nobu
2013-07-21date_parse.c: missing wdaynobu
2013-07-09 * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf
2013-06-04 * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf
2012-11-11 * test/date/test_date_{parse,strptime}.rb: changed the format oftadf
2012-10-28 * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf
2012-08-22 * ext/date/date_core.c: [ruby-core:47226].tadf
2012-08-21remove trainling spaces.nobu
2012-08-04uncommented some teststadf
2012-07-01 * ext/date/date_core.c: [ruby-core:46058].tadf
2012-07-01 * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf
2012-06-03modified tests.tadf
2012-05-27* untabified.nobu
2012-05-27modified test.tadf
2012-05-15 * ext/date/date_strftime.c: should also be aware of flags ontadf
2012-02-28 * ext/date/date_core.c: [ruby-core:42998]tadf
2012-02-22 * reverted 34739 for test/date.tadf
2012-02-22* test/date, test/rdoc: exclude tests dependent on unbundled libraries.nobu
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2011-12-20 * ext/date/date_core.c: uses to_integer instead.tadf
2011-12-20* test/date/test_date_base.rb (test_jd): tests fornobu
2011-08-13 * test/date/test_*.rb: added tests.tadf
2011-06-29 * ext/date/date_core.c: avoided using timev.tadf
2011-06-26 * test/date/test_switch_hitter.rb: added a test.tadf
2011-06-21 * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.tadf
2011-06-14 * test/date/test_*.rb: added tests.tadf
2011-06-11 * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf
2011-06-06 * test/date/test_switch_hitter.rb: added a test.tadf
2011-06-06 * ext/date/date_core.c: flattened format to strftimev.tadf
2011-05-31 * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf
2011-05-21 * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".tadf
2011-05-21added tests.tadf
2011-05-21 * test/date/test_switch_hitter.rb: new.tadf
2011-05-21 * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf
2011-05-08 * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf
2011-05-08fixedtadf
2011-05-08 * test/date/*.rb: NEVER SKIP.tadf
2011-05-08 * test/date/*.rb: reverted 31432.tadf
2011-05-08 * test/date/*.rb: reverted 31483.tadf
2011-05-08Revert r31478.naruse
2011-05-08 * test/date/*.rb: use skip /w messages.tadf
2011-05-04* test/date/test_date_base.rb: don't use no message skip().kosaki
2011-05-03* test/date/test_date.rb (TestDate#test_coerce):yugui