summaryrefslogtreecommitdiffstats
path: root/lib/date
Commit message (Expand)AuthorAgeFilesLines
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-181-0/+31
* * lib/date/delta.rb: removed require 'date'. added to_c.tadf2009-08-171-1/+1
* * lib/date/delta.rb: merged from date4. [experimental]tadf2009-08-163-0/+785
* * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf2009-08-161-3/+3
* * lib/date/format.rb: reverted.tadf2009-08-161-7/+7
* * lib/date/format.rb: suppressed a warning.naruse2009-08-161-7/+7
* * lib/date/format.rb (_parse): m17n compliant.tadf2008-12-161-40/+40
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-241-0/+2
* * lib/date/format.rb: no need to require the "lib/rational.rb".tadf2008-10-041-2/+0
* * lib/date/format.rb(strftime): can print with given arbitrarytadf2008-08-251-4/+8
* reverttadf2008-08-221-10/+4
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-4/+10
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-3/+3
* * lib/date.rb, lib/date/format.rb: parse's hints as antadf2008-01-191-192/+51
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-171-3/+3
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-121-4/+4
* * lib/date.rb, lib/date/format.rb: introduced some constantstadf2008-01-061-27/+25
* * lib/date/format.rb (_xmlschema): some improvements.tadf2007-12-261-28/+59
* * lib/date/format.rb (_strptime): now also attaches an elementtadf2007-09-091-2/+7
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-081-42/+44
* * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf2007-09-011-12/+21
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-101-10/+10
* * lib/date/format.rb (_parse): now interprets slashed numericaltadf2007-07-311-1/+1
* * lib/date/format.rb (Date._parse): now accepts some newtadf2007-07-221-20/+57
* * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf2007-07-211-20/+237
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-201-17/+23
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-191-6/+15
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-081-41/+103
* * lib/date/format.rb: reverted.tadf2007-05-081-1/+1
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-1/+1
* * lib/date/format.rb: added some zone names.tadf2007-04-151-26/+37
* updated based on date2 4.0.3.tadf2007-02-181-9/+10
* * lib/date/format.rb (Date::Format::Bag::method_missing): need notmatz2007-02-141-10/+9
* * re.c (reg_operand): allow symbols to be operands for regularmatz2007-02-141-2/+2
* * lib/date/format.rb (Date::Format::Bag::method_missing): addmatz2007-02-131-1/+1
* updated based on date2 4.0.1.tadf2007-01-071-2/+4
* updated based on date2 4.0.tadf2006-12-301-68/+43
* updated based on date2 3.9.6.tadf2006-10-241-5/+5
* updated based on date2 3.9.4.tadf2006-09-301-557/+435
* updated based on date2 3.9.3.tadf2006-09-241-10/+9
* updated based on date2 3.9.2.tadf2006-09-221-34/+81
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-4/+2
* updated based on date2 3.9.1.tadf2006-09-101-68/+172
* updated based on date2 3.9.tadf2006-09-041-11/+76
* updated based on date2 3.8.2.tadf2006-08-251-463/+855
* reverttadf2006-08-071-4/+4
* * lib/date/format.rb: specify maximum number of digits to parsematz2006-08-071-4/+4
* %[EO]U didn't denote %U.tadf2006-08-061-2/+2
* "%\n" means "\n".tadf2006-08-051-4/+9
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-2/+2