Age | Commit message (Expand) | Author |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
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-11 | Fri Feb 12 02:27:39 2010 Akinori MUSHA <[email protected]> | knu |
2010-02-02 | * enum.c (enum_each_entry): new method #each_entry to pack values | matz |
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 added | knu |
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 objects | knu |
2009-05-01 | * lib/set.rb (SortedSet#add): Do not let an uncomparable object | knu |
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-03 | Properly back out. | knu |
2008-06-03 | * lib/set.rb (Set#collect, Set#select): Back out. I thought it | knu |
2008-06-03 | * lib/set.rb (Set#collect, Set#select): Override Enumerable | knu |
2008-04-23 | * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return | knu |
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 methods | knu |
2006-11-02 | * lib/set.rb (Set#^): Fix XOR operation against a container that | knu |
2006-11-02 | * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should | matz |
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 unambiguous | matz |
2005-06-25 | * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch) | ocean |
2005-05-29 | add a test for [ruby-dev:26127]. | akr |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-12-15 | * lib/set.rb (Set#==): [ruby-dev:25206] | matz |
2004-10-23 | * ext/zlib/zlib.c (zstream_append_input): clear klass for z->input | matz |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-02-05 | * lib/prettyprint.rb (PrettyPrint#seplist): added. | akr |
2003-10-17 | Reword and fix Overview. | knu |
2003-09-19 | Minor documentation improvements | gsinclair |
2003-09-19 | Improved documentation | gsinclair |
2003-09-19 | Small documentation correction | gsinclair |
2003-07-27 | * lib/set.rb: each() should return self. | knu |
2003-01-21 | Small changes to documentation. | gsinclair |
2003-01-21 | Correct descriptions of {proper_,}{superset,subset}?. | knu |
2003-01-21 | Very slight improvement to documentation. | gsinclair |
2002-12-24 | Convert RD to Rdoc. | knu |
2002-12-07 | Teach eval the correct line number to report. | knu |
2002-11-09 | * lib/set.rb: retire contain?() and add superset?(), | knu |
2002-11-07 | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz |
2002-10-02 | use Object#class instead of deprecated Object#type. | nobu |
2002-09-20 | * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15. | knu |