summaryrefslogtreecommitdiff
path: root/lib/date.rb
AgeCommit message (Expand)Author
2009-05-09 * lib/date.rb: use subsec instead of nsec.tadf
2008-11-24 * lib/date.rb (inspect): changed again.tadf
2008-11-11 * lib/date.rb (inspect): reverted the previous change.tadf
2008-11-10 * lib/date.rb (inspect): changed the format.tadf
2008-10-07 * lib/date.rb (today,now): should produce own instances.tadf
2008-08-22 * lib/date.rb: no need to require the "lib/rational.rb" any more.tadf
2008-05-12* lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr
2008-01-21fixed a typo.tadf
2008-01-21 * lib/date.rb (marshal_load): initialize the cache.tadf
2008-01-19 * lib/date.rb (once): use an instance variable which points a hashtadf
2008-01-19 * lib/date.rb, lib/date/format.rb: parse's hints as antadf
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