| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/date.rb: do not require lib/delta.rb. | tadf | 2009-10-18 | 1 | -8/+1 |
* | * lib/date/delta.rb: merged from date4. [experimental] | tadf | 2009-08-16 | 1 | -1/+17 |
* | * lib/date.rb (complete_frags): Monday must be suitable for %W's | tadf | 2009-08-11 | 1 | -2/+2 |
* | * lib/date.rb: use subsec instead of nsec. | tadf | 2009-05-09 | 1 | -2/+2 |
* | * lib/date.rb (inspect): changed again. | tadf | 2008-11-24 | 1 | -1/+3 |
* | * lib/date.rb (inspect): reverted the previous change. | tadf | 2008-11-11 | 1 | -3/+1 |
* | * lib/date.rb (inspect): changed the format. | tadf | 2008-11-10 | 1 | -1/+3 |
* | * lib/date.rb (today,now): should produce own instances. | tadf | 2008-10-07 | 1 | -2/+13 |
* | * lib/date.rb: no need to require the "lib/rational.rb" any more. | tadf | 2008-08-22 | 1 | -1/+0 |
* | * lib/date.rb (once): use Object#object_id instead of Symbol#to_i. | akr | 2008-05-12 | 1 | -3/+3 |
* | fixed a typo. | tadf | 2008-01-21 | 1 | -1/+1 |
* | * lib/date.rb (marshal_load): initialize the cache. | tadf | 2008-01-21 | 1 | -1/+4 |
* | * lib/date.rb (once): use an instance variable which points a hash | tadf | 2008-01-19 | 1 | -4/+7 |
* | * lib/date.rb, lib/date/format.rb: parse's hints as an | tadf | 2008-01-19 | 1 | -4/+4 |
* | * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from | tadf | 2008-01-17 | 1 | -4/+4 |
* | * lib/date.rb, lib/date/format.rb: tuning for performance. | tadf | 2008-01-12 | 1 | -9/+18 |
* | * lib/date.rb, lib/date/format.rb: introduced some constants | tadf | 2008-01-06 | 1 | -32/+57 |
* | * lib/date.rb (_valid_time?): I'm not sure to recommend such an | tadf | 2007-12-30 | 1 | -4/+4 |
* | * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677] | tadf | 2007-12-22 | 1 | -2/+2 |
* | a reaction to recent time's changes. | tadf | 2007-12-01 | 1 | -4/+4 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -9/+9 |
* | * lib/date/format.rb (str[fp]time): now check specifications more | tadf | 2007-09-08 | 1 | -2/+7 |
* | * lib/date.rb, lib/date/format.rb (Date._parse): now can take some | tadf | 2007-07-21 | 1 | -4/+68 |
* | updated based on date2 4.0. | tadf | 2006-12-30 | 1 | -481/+538 |
* | updated based on date2 3.9.7. | tadf | 2006-11-05 | 1 | -9/+35 |
* | updated based on date2 3.9.5. | tadf | 2006-10-13 | 1 | -1/+1 |
* | * lib/date.rb (Date::self.complete_hash): need to check if g is | matz | 2006-10-12 | 1 | -1/+1 |
* | use __send! instead of funcall. | tadf | 2006-10-09 | 1 | -4/+4 |
* | updated based on date2 3.9.4. | tadf | 2006-09-30 | 1 | -18/+35 |
* | updated based on date2 3.9.3. | tadf | 2006-09-24 | 1 | -14/+88 |
* | updated based on date2 3.9.2. | tadf | 2006-09-22 | 1 | -50/+47 |
* | updated based on date2 3.9.1. | tadf | 2006-09-10 | 1 | -2/+2 |
* | updated based on date2 3.9. | tadf | 2006-09-04 | 1 | -1/+1 |
* | updated based on date2 3.8.2. | tadf | 2006-08-25 | 1 | -63/+237 |
* | cancelled r1.25 | tadf | 2006-07-02 | 1 | -3/+0 |
* | fixed an issue about mathn. | tadf | 2006-06-21 | 1 | -2/+2 |
* | synchronized with date2 3.7 | tadf | 2005-10-29 | 1 | -0/+7 |
* | * eval.c (break_jump): break should not cross functions. | matz | 2005-05-11 | 1 | -0/+3 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | synchronized with date2 3.6.3 | tadf | 2005-02-06 | 1 | -4/+4 |
* | synchronized with date2 3.6.1 | tadf | 2004-09-25 | 1 | -19/+52 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -1/+1 |
* | * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by | matz | 2004-07-14 | 1 | -1/+7 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -4/+4 |
* | synchronized with date2 3.6. | tadf | 2004-03-20 | 1 | -4/+6 |
* | synchronized with date2 3.5. | tadf | 2004-01-18 | 1 | -61/+53 |
* | Added RDoc documentation. | wew | 2003-08-23 | 1 | -5/+764 |
* | use warn() instead of $stderr.puts(). | tadf | 2003-05-18 | 1 | -6/+6 |
* | use $deferr instead of $stderr. | tadf | 2003-05-18 | 1 | -2/+2 |
* | * sample/test.rb: substitute 'select' with 'values_at'. | eban | 2003-05-05 | 1 | -2/+2 |