index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
date
Age
Commit message (
Expand
)
Author
2014-09-10
test_date.rb: nonsense assertion
nobu
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 a
tadf
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-14
Additional test coverage to DateTime comparison (sub millisecond).
nobu
2013-07-21
date_parse.c: missing wday
nobu
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]. reported
tadf
2012-11-11
* test/date/test_date_{parse,strptime}.rb: changed the format of
tadf
2012-10-28
* ext/date/date_parse.c (iso8601_{ext,bas}_time): should not match
tadf
2012-08-22
* ext/date/date_core.c: [ruby-core:47226].
tadf
2012-08-21
remove trainling spaces.
nobu
2012-08-04
uncommented some tests
tadf
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-03
modified tests.
tadf
2012-05-27
* untabified.
nobu
2012-05-27
modified test.
tadf
2012-05-15
* ext/date/date_strftime.c: should also be aware of flags on
tadf
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-18
ext/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 for
nobu
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-21
added 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-08
fixed
tadf
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-08
Revert 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
[next]