index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
date
Commit message (
Expand
)
Author
Age
Files
Lines
*
date_parse.c: avoid copying
Nobuyoshi Nakada
2019-08-12
1
-1
/
+2
*
Fix Date#step test
Nobuyoshi Nakada
2019-08-07
1
-2
/
+4
*
Test invalid offset warnings
Nobuyoshi Nakada
2019-07-24
1
-3
/
+6
*
Allow mday in Date.iso8601 to be omitted
Nobuyoshi Nakada
2019-07-16
1
-0
/
+3
*
suppress marshal warnings
Nobuyoshi Nakada
2019-06-04
1
-2
/
+10
*
date: support for Reiwa, new Japanese era
nobu
2019-04-09
2
-0
/
+26
*
date: make zone a substring to copy encoding and taintedness
nobu
2019-04-03
1
-1
/
+8
*
Added tests for end of Heisei
nobu
2019-04-01
2
-1
/
+64
*
test/date: removed unnecessaruy `__send__`
nobu
2018-12-11
2
-22
/
+22
*
date_core.c: moved some methods to DateTime
nobu
2018-12-11
1
-11
/
+5
*
date_core.c: respect COMPLEX_DAT bit
nobu
2018-11-13
1
-0
/
+8
*
date_core.c: keep COMPLEX_DAT bit
nobu
2018-11-13
1
-0
/
+8
*
Support old versions of Ruby with FrozenError.
hsbt
2018-08-07
1
-2
/
+4
*
test/date/test_date_base.rb: removed
mame
2018-04-17
1
-435
/
+0
*
date_core.c: check conversion
nobu
2018-03-07
1
-0
/
+14
*
test_date_arith.rb: needs `test_` prefix
nobu
2018-03-07
1
-1
/
+1
*
date_core.c: defensive code
nobu
2018-02-25
1
-0
/
+13
*
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-12
1
-2
/
+2
*
Do not define test method instead of skip when Calendar class is not defined.
hsbt
2017-11-10
4
-17
/
+5
*
ruby.h: unnormalized Fixnum value
nobu
2017-09-07
1
-0
/
+2
*
{ext,test}/date: Specify frozen_string_literal: true.
kazu
2017-01-27
12
-28
/
+28
*
date_strftime.c: check precision
nobu
2016-06-14
1
-0
/
+8
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-1
/
+1
*
date_core.c: preserve timezone
nobu
2016-04-12
1
-0
/
+17
*
* ext/date/date_core.c (datetime_to_time): preserve timezone info
sonots
2016-03-18
1
-5
/
+3
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
12
-0
/
+12
*
test_date.rb: nonsense assertion
nobu
2014-09-10
1
-1
/
+0
*
* test/date/test_date.rb: remove commented-out code.
hsbt
2014-08-01
4
-46
/
+0
*
* test/date/test_date_arith.rb: remove unused block argument.
hsbt
2014-06-16
1
-4
/
+4
*
* test/date/test_date_strptime.rb: remove useless variable.
hsbt
2014-06-16
1
-1
/
+0
*
* ext/date/date_core.c (rt_rewrite_frags): a new feature (not a
tadf
2014-05-04
1
-0
/
+17
*
* ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.
tadf
2014-04-27
1
-0
/
+4
*
* ext/date/date_core.c (d_lite_cmp): should compare with #<.
tadf
2014-04-05
1
-0
/
+2
*
Additional test coverage to DateTime comparison (sub millisecond).
nobu
2013-12-14
1
-0
/
+9
*
date_parse.c: missing wday
nobu
2013-07-21
1
-0
/
+6
*
* ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].
tadf
2013-07-09
1
-0
/
+9
*
* ext/date/date_core.c: fixed a bug [ruby-core:55295]. reported
tadf
2013-06-04
1
-0
/
+53
*
* test/date/test_date_{parse,strptime}.rb: changed the format of
tadf
2012-11-11
2
-454
/
+453
*
* ext/date/date_parse.c (iso8601_{ext,bas}_time): should not match
tadf
2012-10-28
1
-0
/
+20
*
* ext/date/date_core.c: [ruby-core:47226].
tadf
2012-08-22
2
-0
/
+12
*
remove trainling spaces.
nobu
2012-08-21
1
-1
/
+1
*
uncommented some tests
tadf
2012-08-04
1
-2
/
+0
*
* ext/date/date_core.c: [ruby-core:46058].
tadf
2012-07-01
1
-0
/
+2
*
* ext/date/date_core.c (d_lite_marshal_load): accepts old dump.
tadf
2012-07-01
1
-1
/
+33
*
modified tests.
tadf
2012-06-03
2
-8
/
+20
*
* untabified.
nobu
2012-05-27
1
-8
/
+8
*
modified test.
tadf
2012-05-27
1
-9
/
+9
*
* ext/date/date_strftime.c: should also be aware of flags on
tadf
2012-05-15
1
-0
/
+15
*
* ext/date/date_core.c: [ruby-core:42998]
tadf
2012-02-28
1
-0
/
+6
*
* reverted 34739 for test/date.
tadf
2012-02-22
4
-5
/
+17
[next]