aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/set.rb (Set#collect, Set#select): Back out. I thought itknu2008-06-031-20/+1
* * lib/set.rb (Set#collect, Set#select): Override Enumerableknu2008-06-031-3/+29
* * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu2008-04-231-5/+7
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-211-0/+4
* * lib/set.rb: Revise rdoc.knu2007-03-201-7/+24
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-031-2/+2
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-021-2/+9
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-021-1/+0
* * lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean2005-07-041-2/+2
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-9/+1
* * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch)ocean2005-06-251-10/+14
* add a test for [ruby-dev:26127].akr2005-05-291-0/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-0/+5
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-7/+7
* * ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz2004-10-231-9/+12
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * lib/prettyprint.rb (PrettyPrint#seplist): added.akr2004-02-051-8/+1
* Reword and fix Overview.knu2003-10-171-6/+5
* Minor documentation improvementsgsinclair2003-09-191-2/+3
* Improved documentationgsinclair2003-09-191-22/+36
* Small documentation correctiongsinclair2003-09-191-1/+1
* * lib/set.rb: each() should return self.knu2003-07-271-0/+1
* Small changes to documentation.gsinclair2003-01-211-9/+9
* Correct descriptions of {proper_,}{superset,subset}?.knu2003-01-211-5/+3
* Very slight improvement to documentation.gsinclair2003-01-211-1/+1
* Convert RD to Rdoc.knu2002-12-241-216/+119
* Teach eval the correct line number to report.knu2002-12-071-1/+1
* * lib/set.rb: retire contain?() and add superset?(),knu2002-11-091-17/+128
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-12/+12
* * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu2002-09-201-36/+394
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-111-2/+2
* Use Enumerable#all? to optimize a bit.knu2002-09-071-5/+2
* * lib/set.rb: Disallow Set.new(false). Add even more tests.knu2002-09-071-4/+33
* * lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu2002-09-071-292/+315
* - ==(o) should be aware of all the Set variant instances, not justknu2002-09-041-2/+2
* Add set.rb.knu2002-08-301-0/+778