summaryrefslogtreecommitdiffstats
path: root/lib/date.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-2/+2
* use Object#class instead of deprecated Object#type.nobu2002-10-021-25/+25
* updated to the new version (based on date2 3.3).tadf2002-06-221-121/+156
* updated to the new version (based on date2 3.2.1).tadf2002-05-181-162/+351
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-4/+1
* forgot some checkins.matz2001-05-061-1/+4
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-20/+18
* 001225matz2000-12-251-0/+1
* matzmatz2000-12-181-2/+2
* matz - date/date2 integrationmatz2000-07-181-256/+304
* matzmatz2000-07-101-6/+2
* matzmatz2000-07-061-5/+49
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-30/+61
* Initial revisionmatz1998-01-161-0/+227