aboutsummaryrefslogtreecommitdiffstats
path: root/lib/date.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-181-8/+1
* * lib/date/delta.rb: merged from date4. [experimental]tadf2009-08-161-1/+17
* * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf2009-08-111-2/+2
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-091-2/+2
* * lib/date.rb (inspect): changed again.tadf2008-11-241-1/+3
* * lib/date.rb (inspect): reverted the previous change.tadf2008-11-111-3/+1
* * lib/date.rb (inspect): changed the format.tadf2008-11-101-1/+3
* * lib/date.rb (today,now): should produce own instances.tadf2008-10-071-2/+13
* * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf2008-08-221-1/+0
* * lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr2008-05-121-3/+3
* fixed a typo.tadf2008-01-211-1/+1
* * lib/date.rb (marshal_load): initialize the cache.tadf2008-01-211-1/+4
* * lib/date.rb (once): use an instance variable which points a hashtadf2008-01-191-4/+7
* * lib/date.rb, lib/date/format.rb: parse's hints as antadf2008-01-191-4/+4
* * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf2008-01-171-4/+4
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-121-9/+18
* * lib/date.rb, lib/date/format.rb: introduced some constantstadf2008-01-061-32/+57
* * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf2007-12-301-4/+4
* * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677]tadf2007-12-221-2/+2
* a reaction to recent time's changes.tadf2007-12-011-4/+4
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-9/+9
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-081-2/+7
* * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf2007-07-211-4/+68
* updated based on date2 4.0.tadf2006-12-301-481/+538
* updated based on date2 3.9.7.tadf2006-11-051-9/+35
* updated based on date2 3.9.5.tadf2006-10-131-1/+1
* * lib/date.rb (Date::self.complete_hash): need to check if g ismatz2006-10-121-1/+1
* use __send! instead of funcall.tadf2006-10-091-4/+4
* updated based on date2 3.9.4.tadf2006-09-301-18/+35
* updated based on date2 3.9.3.tadf2006-09-241-14/+88
* updated based on date2 3.9.2.tadf2006-09-221-50/+47
* updated based on date2 3.9.1.tadf2006-09-101-2/+2
* updated based on date2 3.9.tadf2006-09-041-1/+1
* updated based on date2 3.8.2.tadf2006-08-251-63/+237
* cancelled r1.25tadf2006-07-021-3/+0
* fixed an issue about mathn.tadf2006-06-211-2/+2
* synchronized with date2 3.7tadf2005-10-291-0/+7
* * eval.c (break_jump): break should not cross functions.matz2005-05-111-0/+3
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* synchronized with date2 3.6.3tadf2005-02-061-4/+4
* synchronized with date2 3.6.1tadf2004-09-251-19/+52
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-1/+1
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-141-1/+7
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-4/+4
* synchronized with date2 3.6.tadf2004-03-201-4/+6
* synchronized with date2 3.5.tadf2004-01-181-61/+53
* Added RDoc documentation.wew2003-08-231-5/+764
* use warn() instead of $stderr.puts().tadf2003-05-181-6/+6
* use $deferr instead of $stderr.tadf2003-05-181-2/+2
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-051-2/+2