Age | Commit message (Expand) | Author |
2011-02-12 | * lib/date.rb (Date#===): [ruby-core:35127] | tadf |
2010-11-22 | * lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner. | tadf |
2010-10-17 | * lib/date/delta.rb: added an rdoc tag. | tadf |
2010-08-22 | * lib/date.rb, lib/date/format.rb: [ruby-core:31695] | tadf |
2010-08-10 | * lib/date/format.rb (Date::Format::Bag): use Struct. | tadf |
2010-08-10 | [ruby-core:31658] | tadf |
2010-04-26 | * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*: | tadf |
2010-04-25 | * lib/date.rb, lib/date/delta*: reverted experimental r24567 and | tadf |
2009-10-18 | * lib/date.rb: do not require lib/delta.rb. | tadf |
2009-08-17 | * lib/date/delta.rb: removed require 'date'. added to_c. | tadf |
2009-08-16 | * lib/date/delta.rb: merged from date4. [experimental] | tadf |
2009-08-16 | * lib/date/format.rb (strptime): removed \v; since \s includes \v. | tadf |
2009-08-16 | * lib/date/format.rb: reverted. | tadf |
2009-08-16 | * lib/date/format.rb: suppressed a warning. | naruse |
2008-12-16 | * lib/date/format.rb (_parse): m17n compliant. | tadf |
2008-11-24 | * lib/date/format.rb (strftime): ignores '_' flag for %[LN]. | tadf |
2008-10-04 | * lib/date/format.rb: no need to require the "lib/rational.rb". | tadf |
2008-08-25 | * lib/date/format.rb(strftime): can print with given arbitrary | tadf |
2008-08-22 | revert | tadf |
2008-08-22 | * strftime.c (rb_strftime): supported flags and precision for most | nobu |
2008-02-12 | * ext/json/lib/json/pure/generator.rb, | naruse |
2008-01-19 | * lib/date.rb, lib/date/format.rb: parse's hints as an | tadf |
2008-01-17 | * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from | tadf |
2008-01-12 | * lib/date.rb, lib/date/format.rb: tuning for performance. | tadf |
2008-01-06 | * lib/date.rb, lib/date/format.rb: introduced some constants | tadf |
2007-12-26 | * lib/date/format.rb (_xmlschema): some improvements. | tadf |
2007-09-09 | * lib/date/format.rb (_strptime): now also attaches an element | tadf |
2007-09-08 | * lib/date/format.rb (str[fp]time): now check specifications more | tadf |
2007-09-01 | * lib/date/format.rb (_parse): improved parsing of ordinal dates. | tadf |
2007-08-10 | * lib/date/format.rb: reverted some wrongly erased "o" options | tadf |
2007-07-31 | * lib/date/format.rb (_parse): now interprets slashed numerical | tadf |
2007-07-22 | * lib/date/format.rb (Date._parse): now accepts some new | tadf |
2007-07-21 | * lib/date.rb, lib/date/format.rb (Date._parse): now can take some | tadf |
2007-07-20 | * lib/date/format.rb (Date._parse): completes calendar week based year. | tadf |
2007-05-19 | * lib/date/format.rb (Date._parse): detects some OFX dates | tadf |
2007-05-08 | * lib/date/format.rb (Date._parse): revised treatment of | tadf |
2007-05-08 | * lib/date/format.rb: reverted. | tadf |
2007-05-05 | * lib/date/format.rb (Format::Bag#method_missing): get rid of | nobu |
2007-04-15 | * lib/date/format.rb: added some zone names. | tadf |
2007-02-18 | updated based on date2 4.0.3. | tadf |
2007-02-14 | * lib/date/format.rb (Date::Format::Bag::method_missing): need not | matz |
2007-02-14 | * re.c (reg_operand): allow symbols to be operands for regular | matz |
2007-02-13 | * lib/date/format.rb (Date::Format::Bag::method_missing): add | matz |
2007-01-07 | updated based on date2 4.0.1. | tadf |
2006-12-30 | updated based on date2 4.0. | tadf |
2006-10-24 | updated based on date2 3.9.6. | tadf |
2006-09-30 | updated based on date2 3.9.4. | tadf |
2006-09-24 | updated based on date2 3.9.3. | tadf |
2006-09-22 | updated based on date2 3.9.2. | tadf |
2006-09-18 | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu |