Age | Commit message (Expand) | Author |
2008-06-29 | merge revision(s) 17046: | shyouhei |
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 |
2005-06-30 | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz |
2005-05-29 | add a test for [ruby-dev:26127]. | akr |
2005-03-04 | * lib/set.rb (SortedSet::setup): a hack to shut up warning. | matz |
2004-12-18 | * dir.c (dir_open_dir): new function. [ruby-dev:25242] | matz |
2004-10-27 | * string.c (RESIZE_CAPA): check string attribute before modifying | matz |
2004-04-18 | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.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 |
2002-09-11 | * pp.rb (ARGF.pretty_print): implemented. | akr |
2002-09-07 | Use Enumerable#all? to optimize a bit. | knu |
2002-09-07 | * lib/set.rb: Disallow Set.new(false). Add even more tests. | knu |
2002-09-07 | * lib/set.rb: Fix a bug in flatten()'s recursive set detection. | knu |
2002-09-04 | - ==(o) should be aware of all the Set variant instances, not just | knu |
2002-08-30 | Add set.rb. | knu |