| Commit message (Expand) | Author | Age | Files | Lines |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -27/+27 |
* | * golf_prelude.rb, lib/set.rb (TC_Set#test_each), | knu | 2008-08-13 | 1 | -1/+1 |
* | * lib/set.rb (Set#delete_if): Call to_a. | knu | 2008-06-09 | 1 | -3/+29 |
* | * lib/set.rb (Set#classify): Back out the `group_by' alias. | knu | 2008-06-03 | 1 | -1/+0 |
* | Properly back out. | knu | 2008-06-03 | 1 | -1/+3 |
* | * lib/set.rb (Set#collect, Set#select): Back out. I thought it | knu | 2008-06-03 | 1 | -20/+1 |
* | * lib/set.rb (Set#collect, Set#select): Override Enumerable | knu | 2008-06-03 | 1 | -3/+29 |
* | * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return | knu | 2008-04-23 | 1 | -5/+7 |
* | * lib/ipaddr.rb: Say that I am the current maintainer. | knu | 2008-03-21 | 1 | -0/+4 |
* | * lib/set.rb: Revise rdoc. | knu | 2007-03-20 | 1 | -7/+24 |
* | * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods | knu | 2007-03-03 | 1 | -2/+2 |
* | * lib/set.rb (Set#^): Fix XOR operation against a container that | knu | 2006-11-02 | 1 | -2/+9 |
* | * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should | matz | 2006-11-02 | 1 | -1/+0 |
* | * lib/set.rb: test change to follow revision 1.28. (duck typing?) | ocean | 2005-07-04 | 1 | -2/+2 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -9/+1 |
* | * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch) | ocean | 2005-06-25 | 1 | -10/+14 |
* | add a test for [ruby-dev:26127]. | akr | 2005-05-29 | 1 | -0/+2 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -0/+5 |
* | * lib/set.rb (Set#==): [ruby-dev:25206] | matz | 2004-12-15 | 1 | -7/+7 |
* | * ext/zlib/zlib.c (zstream_append_input): clear klass for z->input | matz | 2004-10-23 | 1 | -9/+12 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * lib/prettyprint.rb (PrettyPrint#seplist): added. | akr | 2004-02-05 | 1 | -8/+1 |
* | Reword and fix Overview. | knu | 2003-10-17 | 1 | -6/+5 |
* | Minor documentation improvements | gsinclair | 2003-09-19 | 1 | -2/+3 |
* | Improved documentation | gsinclair | 2003-09-19 | 1 | -22/+36 |
* | Small documentation correction | gsinclair | 2003-09-19 | 1 | -1/+1 |
* | * lib/set.rb: each() should return self. | knu | 2003-07-27 | 1 | -0/+1 |
* | Small changes to documentation. | gsinclair | 2003-01-21 | 1 | -9/+9 |
* | Correct descriptions of {proper_,}{superset,subset}?. | knu | 2003-01-21 | 1 | -5/+3 |
* | Very slight improvement to documentation. | gsinclair | 2003-01-21 | 1 | -1/+1 |
* | Convert RD to Rdoc. | knu | 2002-12-24 | 1 | -216/+119 |
* | Teach eval the correct line number to report. | knu | 2002-12-07 | 1 | -1/+1 |
* | * lib/set.rb: retire contain?() and add superset?(), | knu | 2002-11-09 | 1 | -17/+128 |
* | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz | 2002-11-07 | 1 | -1/+1 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -12/+12 |
* | * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15. | knu | 2002-09-20 | 1 | -36/+394 |
* | * pp.rb (ARGF.pretty_print): implemented. | akr | 2002-09-11 | 1 | -2/+2 |
* | Use Enumerable#all? to optimize a bit. | knu | 2002-09-07 | 1 | -5/+2 |
* | * lib/set.rb: Disallow Set.new(false). Add even more tests. | knu | 2002-09-07 | 1 | -4/+33 |
* | * lib/set.rb: Fix a bug in flatten()'s recursive set detection. | knu | 2002-09-07 | 1 | -292/+315 |
* | - ==(o) should be aware of all the Set variant instances, not just | knu | 2002-09-04 | 1 | -2/+2 |
* | Add set.rb. | knu | 2002-08-30 | 1 | -0/+778 |