| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 1 | -3/+3 |
* | * lib/date.rb, lib/date/format.rb: parse's hints as an | tadf | 2008-01-19 | 1 | -192/+51 |
* | * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from | tadf | 2008-01-17 | 1 | -3/+3 |
* | * lib/date.rb, lib/date/format.rb: tuning for performance. | tadf | 2008-01-12 | 1 | -4/+4 |
* | * lib/date.rb, lib/date/format.rb: introduced some constants | tadf | 2008-01-06 | 1 | -27/+25 |
* | * lib/date/format.rb (_xmlschema): some improvements. | tadf | 2007-12-26 | 1 | -28/+59 |
* | * lib/date/format.rb (_strptime): now also attaches an element | tadf | 2007-09-09 | 1 | -2/+7 |
* | * lib/date/format.rb (str[fp]time): now check specifications more | tadf | 2007-09-08 | 1 | -42/+44 |
* | * lib/date/format.rb (_parse): improved parsing of ordinal dates. | tadf | 2007-09-01 | 1 | -12/+21 |
* | * lib/date/format.rb: reverted some wrongly erased "o" options | tadf | 2007-08-10 | 1 | -10/+10 |
* | * lib/date/format.rb (_parse): now interprets slashed numerical | tadf | 2007-07-31 | 1 | -1/+1 |
* | * lib/date/format.rb (Date._parse): now accepts some new | tadf | 2007-07-22 | 1 | -20/+57 |
* | * lib/date.rb, lib/date/format.rb (Date._parse): now can take some | tadf | 2007-07-21 | 1 | -20/+237 |
* | * lib/date/format.rb (Date._parse): completes calendar week based year. | tadf | 2007-07-20 | 1 | -17/+23 |
* | * lib/date/format.rb (Date._parse): detects some OFX dates | tadf | 2007-05-19 | 1 | -6/+15 |
* | * lib/date/format.rb (Date._parse): revised treatment of | tadf | 2007-05-08 | 1 | -41/+103 |
* | * lib/date/format.rb: reverted. | tadf | 2007-05-08 | 1 | -1/+1 |
* | * lib/date/format.rb (Format::Bag#method_missing): get rid of | nobu | 2007-05-05 | 1 | -1/+1 |
* | * lib/date/format.rb: added some zone names. | tadf | 2007-04-15 | 1 | -26/+37 |
* | updated based on date2 4.0.3. | tadf | 2007-02-18 | 1 | -9/+10 |
* | * lib/date/format.rb (Date::Format::Bag::method_missing): need not | matz | 2007-02-14 | 1 | -10/+9 |
* | * re.c (reg_operand): allow symbols to be operands for regular | matz | 2007-02-14 | 1 | -2/+2 |
* | * lib/date/format.rb (Date::Format::Bag::method_missing): add | matz | 2007-02-13 | 1 | -1/+1 |
* | updated based on date2 4.0.1. | tadf | 2007-01-07 | 1 | -2/+4 |
* | updated based on date2 4.0. | tadf | 2006-12-30 | 1 | -68/+43 |
* | updated based on date2 3.9.6. | tadf | 2006-10-24 | 1 | -5/+5 |
* | updated based on date2 3.9.4. | tadf | 2006-09-30 | 1 | -557/+435 |
* | updated based on date2 3.9.3. | tadf | 2006-09-24 | 1 | -10/+9 |
* | updated based on date2 3.9.2. | tadf | 2006-09-22 | 1 | -34/+81 |
* | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -4/+2 |
* | updated based on date2 3.9.1. | tadf | 2006-09-10 | 1 | -68/+172 |
* | updated based on date2 3.9. | tadf | 2006-09-04 | 1 | -11/+76 |
* | updated based on date2 3.8.2. | tadf | 2006-08-25 | 1 | -463/+855 |
* | revert | tadf | 2006-08-07 | 1 | -4/+4 |
* | * lib/date/format.rb: specify maximum number of digits to parse | matz | 2006-08-07 | 1 | -4/+4 |
* | %[EO]U didn't denote %U. | tadf | 2006-08-06 | 1 | -2/+2 |
* | "%\n" means "\n". | tadf | 2006-08-05 | 1 | -4/+9 |
* | * lib/date/format.rb (__strptime, strftime): allow multi-line patterns | nobu | 2006-08-04 | 1 | -2/+2 |
* | synchronized with date2 3.6.3 | tadf | 2005-02-06 | 1 | -5/+36 |
* | checks whether zone was given. | tadf | 2004-11-06 | 1 | -3/+7 |
* | synchronized with date2 3.6. | tadf | 2004-03-20 | 1 | -8/+30 |
* | synchronized with date2 3.5. | tadf | 2004-01-18 | 1 | -4/+10 |
* | yyyy/mm is not an acceptable format. | tadf | 2003-08-31 | 1 | -1/+1 |
* | synchronized with date2 3.3.2. | tadf | 2003-05-04 | 1 | -15/+15 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -10/+10 |
* | * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-21 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 1 | -9/+9 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -2/+2 |
* | updated to the new version (based on date2 3.3). | tadf | 2002-06-22 | 1 | -2/+8 |
* | updated to the new version (based on date2 3.2.1). | tadf | 2002-05-18 | 1 | -0/+529 |