Age | Commit message (Expand) | Author |
2012-02-28 | * lib/time.rb (Time#xmlschema): use strftime specifiers instead of | nobu |
2011-10-06 | * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding. | drbrain |
2011-10-06 | * time.c (Init_Time): Improve Time documentation. Patch by Shane | drbrain |
2011-10-04 | * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set. | naruse |
2011-08-16 | duplicated statement removed in comment. | akr |
2011-05-08 | * lib/time.rb (xmlschema): avoid passing any negative numbers. | tadf |
2011-04-24 | * lib/time.rb: require 'date'. | tadf |
2011-01-12 | update comment. | akr |
2009-11-26 | rdoc update. | akr |
2009-11-24 | * strftime.c: %Y format a year with 4 digits at least. | akr |
2009-04-23 | update rdoc. | akr |
2009-04-22 | * lib/time.rb (Time.parse): use year completion in Date._parse. | akr |
2009-04-21 | * lib/time.rb (Time#rfc2822): pad leading zeros for year. | akr |
2009-04-21 | * lib/time.rb (Time#xmlschema): use subsec instead of nsec. | akr |
2009-04-21 | * time.c (time_arg): use the year argument as-is. [ruby-dev:38194] | akr |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-02-15 | rdoc update. | akr |
2009-02-14 | * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't | akr |
2009-02-14 | remove Id keyword. | akr |
2009-02-14 | * test/test_time.rb: extracted from lib/time.rb. | akr |
2008-11-26 | add comment and test. | akr |
2008-11-24 | * lib/time.rb: r20251 reverted. The patched behavior do not round | matz |
2008-11-18 | * lib/time.rb: according to RFC2822, -0000 means local time, +0000 | matz |
2008-09-14 | trailing spaces removed. | akr |
2008-06-13 | * lib/time.rb (Time.xmlschema): don't accept decimal dot without | akr |
2008-06-05 | * lib/time.rb (Time.xmlschema): don't use float. fix | akr |
2008-01-14 | * lib/time.rb: do not reference Time directly from the inside of | tadf |
2007-12-23 | * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx. | akr |
2007-12-23 | * lib/time.rb (Time.httpdate): use Time.utc for | akr |
2007-11-19 | fix Time.parse to support nsec. | akr |
2007-11-19 | * configure.in: check struct timespec, clock_gettime, utimensat, | akr |
2006-10-31 | * time.c (time_dup): duplicate the class of original time. | matz |
2005-08-28 | * lib/time.rb: require 'date/format' instead of 'parsedate'. | akr |
2005-08-19 | * lib/time.rb (Time.apply_offset): fix a problem with last day of | akr |
2005-06-17 | * lib/time.rb (Time.parse): fix previous leap seconds support. | akr |
2005-06-16 | add tests for leapseconds on an environment without leapseconds support. | akr |
2005-06-16 | * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" was | akr |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-01-06 | * lib/time.rb: recognize +00:00 and GMT as a localtime. | akr |
2004-02-11 | * lib/pathname.rb: use assert_raise instead of assert_raises. | akr |
2004-01-17 | check ArgumentError by Time.at(-1) instead of by test itself. | usa |
2004-01-17 | * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): | usa |
2004-01-07 | fix typos. | akr |
2003-10-16 | consistent parentheses in assignment RHS. | matz |
2003-08-31 | yyyy/mm is not an acceptable format. | tadf |
2003-03-29 | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr |
2003-03-21 | * regex.c (re_compile_pattern): fix previous change. | akr |
2003-01-21 | Converted RD to RDoc, with some changes/additions. | gsinclair |
2003-01-21 | * lib/pp.rb: Use Test::Unit. | akr |
2002-08-24 | * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness. | akr |