summaryrefslogtreecommitdiff
path: root/lib/set.rb
AgeCommit message (Expand)Author
2013-07-31* lib/set.rb: [DOC] Add a couple of notes on Hash as storage.knu
2013-07-31* lib/set.rb: [DOC] Fix example result. Hash is now ordered.knu
2013-07-31Use the term "sorted" instead "ordered" when mentioning SortSet.knu
2013-07-30Add Set#intersect? and #disjoint?.knu
2013-07-19Define Set#to_set so that aSet.to_set returns self.knu
2013-06-01* lib/set.rb (Set#freeze, taint, untaint): Save a "self" byknu
2013-05-20* lib/set.rb (Set#delete_if, Set#keep_if): Avoid blockless call ofknu
2013-05-19* lib/set.rb (Set#delete_if, Set#keep_if): Add comments.knu
2013-05-18* lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu
2012-11-24Move tests embedded in lib/set.rb to test/test_set.rb.knu
2012-11-22Drop executable bits.knu
2012-09-01* lib/set.rb (#initialize_copy, #eql): Use instance_variable_getknu
2012-08-31* lib/set.rb (Set#{each,reject!,select!}, SortedSet#each): Passknu
2012-08-30* lib/set.rb (Set#{<,>,<=,>=}): Define comparison operators asknu
2011-11-20* lib/set.rb (SortedSet.setup): remove old_init after initializeakr
2011-11-20* lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-15* remove trailing spaces.nobu
2011-05-11 * lib/set.rb (class Set): Add nodoc to internal-use methods. Patch by Pete...drbrain
2010-10-10* lib/set.rb (Set#replace): Apply a bit of optimization.knu
2010-05-30* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre
2010-02-11Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu
2010-02-02* enum.c (enum_each_entry): new method #each_entry to pack valuesmatz
2009-12-19* lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre
2009-09-13* lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre
2009-05-07* lib/set.rb (SortedSet#add): Do not require each newly addedknu
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-01* lib/set.rb (Set#merge): Only directly use the passed objectsknu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-08-13* golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu
2008-06-09* lib/set.rb (Set#delete_if): Call to_a.knu
2008-06-03* lib/set.rb (Set#classify): Back out the `group_by' alias.knu
2008-06-03Properly back out.knu
2008-06-03* lib/set.rb (Set#collect, Set#select): Back out. I thought itknu
2008-06-03* lib/set.rb (Set#collect, Set#select): Override Enumerableknu
2008-04-23* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu
2008-03-21* lib/ipaddr.rb: Say that I am the current maintainer.knu
2007-03-20* lib/set.rb: Revise rdoc.knu
2007-03-03* lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu
2006-11-02* lib/set.rb (Set#^): Fix XOR operation against a container thatknu
2006-11-02* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz
2005-07-04* lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-06-25* lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch)ocean
2005-05-29add a test for [ruby-dev:26127].akr
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-15* lib/set.rb (Set#==): [ruby-dev:25206]matz