summaryrefslogtreecommitdiff
path: root/lib/date.rb
AgeCommit message (Expand)Author
2011-07-17Backport r24500; fixes #2556.knu
2011-06-09reedit previous committadf
2011-06-09 * lib/date.rb: zone_to_diff in this version is just class method.tadf
2011-06-09 * lib/date.rb (time_to_day_fraction): accepts flonum without Float#to_r.tadf
2010-03-22 * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf
2008-12-17* lib/date.rb (once): Use Object#object_id instead of Symbol#to_i;knu
2008-10-07 * lib/date.rb (today,now): should produce own instances.tadf
2008-01-30 * lib/date.rb: refined deprecated methods.tadf
2008-01-21fixed a typo.tadf
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: don't freeze nil. [ruby-dev:32677]tadf
2007-09-08 * lib/date/format.rb (str[fp]time): now check specifications moretadf
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
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-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-06-21fixed an issue about mathn.tadf
2005-03-07* string.c (rb_str_cmp_m): should not return false but nil.matz
2005-02-06synchronized with date2 3.6.3tadf
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-14* gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD.matz
2004-04-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.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