summaryrefslogtreecommitdiff
path: root/lib/date.rb
AgeCommit message (Expand)Author
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf
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 constantstadf
2007-12-30 * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf
2007-12-22* lib/date.rb: shouldn't freeze nil. [ruby-dev:32677]tadf
2007-12-01a reaction to recent time's changes.tadf
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-09-08 * lib/date/format.rb (str[fp]time): now check specifications moretadf
2007-07-21 * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf
2006-12-30updated based on date2 4.0.tadf
2006-11-05updated based on date2 3.9.7.tadf
2006-10-13updated based on date2 3.9.5.tadf
2006-10-12* lib/date.rb (Date::self.complete_hash): need to check if g ismatz
2006-10-09use __send! instead of funcall.tadf
2006-09-30updated based on date2 3.9.4.tadf
2006-09-24updated based on date2 3.9.3.tadf
2006-09-22 updated based on date2 3.9.2.tadf
2006-09-10updated based on date2 3.9.1.tadf
2006-09-04updated based on date2 3.9.tadf
2006-08-25updated based on date2 3.8.2.tadf
2006-07-02cancelled r1.25tadf
2006-06-21fixed an issue about mathn.tadf
2005-10-29synchronized with date2 3.7tadf
2005-05-11* eval.c (break_jump): break should not cross functions.matz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-06synchronized with date2 3.6.3tadf
2004-09-25synchronized with date2 3.6.1tadf
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-14* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-03-20synchronized with date2 3.6.tadf
2004-01-18synchronized with date2 3.5.tadf
2003-08-23Added RDoc documentation.wew
2003-05-18use warn() instead of $stderr.puts().tadf
2003-05-18use $deferr instead of $stderr.tadf
2003-05-05* sample/test.rb: substitute 'select' with 'values_at'.eban
2003-03-03* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf
2002-05-18updated to the new version (based on date2 3.2.1).tadf
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-06forgot some checkins.matz
2001-01-18* io.c (rb_io_s_read): new method to call IO#read frommatz
2000-12-25001225matz
2000-12-18matzmatz
2000-07-18matz - date/date2 integrationmatz
2000-07-10matzmatz
2000-07-06matzmatz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
2019-08-17version 1.0-971225v1_0_971225Yukihiro Matsumoto