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