index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_time.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't use a string for Time.at argument.
akr
2009-07-02
1
-15
/
+15
*
add test.
akr
2009-05-12
1
-0
/
+15
*
* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]
akr
2009-04-21
1
-2
/
+0
*
* time.c: remove time_t restriction from Time class.
akr
2009-04-21
1
-20
/
+42
*
* time.c (time_cmp): negate the result of reverse comparison.
akr
2009-03-26
1
-0
/
+10
*
* strftime.c (rb_strftime): use locale insensitive functions for tr_TR
akr
2008-12-23
1
-0
/
+1
*
* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,
shugo
2008-11-24
1
-0
/
+7
*
* strftime.c (rb_strftime): A width specifier for %t and %n should
shugo
2008-11-24
1
-0
/
+12
*
* strftime.c (rb_strftime): The precision of %0N should be 9.
shugo
2008-11-24
1
-1
/
+1
*
* strftime.c (rb_strftime): The default precision should be 1, not
shugo
2008-11-24
1
-0
/
+5
*
* strftime.c (rb_strftime): supported %s and %P.
shugo
2008-08-28
1
-0
/
+10
*
* strftime.c (rb_strftime): fixed a bug of padding.
shugo
2008-08-28
1
-0
/
+33
*
* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should
shugo
2008-08-28
1
-0
/
+1
*
* test/ruby/test_time.rb: suppress warning during test.
mame
2008-08-28
1
-0
/
+9
*
* test/ruby/test_time.rb (test_strftime): make test for %a independent
mame
2008-08-28
1
-1
/
+2
*
* strftime.c (rb_strftime): supported flags and precision for most
nobu
2008-08-22
1
-7
/
+2
*
* strftime.c (rb_strftime): supported %F and %<precision>N.
shugo
2008-08-21
1
-0
/
+12
*
* strftime.c (rb_strftime): return "UTC" instead of "GMT".
shugo
2008-08-21
1
-1
/
+1
*
* strftime.c: new file.
shugo
2008-08-20
1
-0
/
+4
*
* test/ruby/test_time.rb (TestTime#test_time_interval): add timeout
kazu
2008-07-14
1
-1
/
+6
*
* time.c: fix rounding negative float.
akr
2008-06-27
1
-0
/
+12
*
* time.c (obj2nsec): fix string argument.
akr
2008-05-04
1
-0
/
+6
*
* test/ruby/test_time.rb (test_readers): fix typo.
naruse
2008-02-28
1
-1
/
+2
*
* test/ruby/test_pack.rb: fix tests for 64bit CPU.
mame
2008-02-10
1
-7
/
+15
*
* test/ruby/test_hash.rb: follow the change of Hash#flatten.
mame
2008-02-07
1
-0
/
+203
*
* configure.in: check struct timespec, clock_gettime, utimensat,
akr
2007-11-19
1
-0
/
+64
*
* time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).
akr
2007-11-18
1
-0
/
+10
*
use ML ref. for assertion message.
akr
2007-11-18
1
-3
/
+3
*
add an assertion.
akr
2004-06-25
1
-0
/
+1
*
add 2 assertions.
akr
2004-03-31
1
-0
/
+2
*
add a test. [ruby-dev:22619]
akr
2004-03-31
1
-4
/
+14
*
more tests for Time.utc.
akr
2004-03-31
1
-5
/
+29
*
add test for minimum 32bit signed time_t for Time.utc.
akr
2004-03-30
1
-1
/
+2
*
* time.c (search_time_t): limit guess range by mktime if it is
akr
2004-03-30
1
-0
/
+10
*
* test/ruby/test_time.rb: added tests for [ruby-dev:22614] and
akira
2004-01-19
1
-0
/
+2
*
* test/ruby/test_time.rb: new test case to test Time#[+-].
siena
2004-01-18
1
-0
/
+24