1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
matz 43c4d80930 * array.c (rb_ary_combination): new method to give all combination
of elements from an array.  [ruby-list:42671]

* array.c (rb_ary_product): a new method to get all combinations
  of elements from two arrays.  can be extended to combinations of
  n-arrays, e.g. a.product(b,c,d).  anyone volunteer?

* array.c (rb_ary_permutation): empty function body to calculate
  permutations of array elements.  need volunteer.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-29 08:43:59 +00:00
..
csv
dbm don't generate temporary files under current directory. 2007-09-28 16:51:41 +00:00
digest
drb
erb
fileutils
gdbm don't generate temporary files under current directory. 2007-09-28 16:51:41 +00:00
io/nonblock
json * lib/json/common.rb: Ponder offering parse\! method. 2007-06-06 22:38:42 +00:00
logger
monitor * lib/thread.rb (ConditionVariable#broadcast): use Mutex 2007-02-24 07:01:18 +00:00
net * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] 2007-05-12 09:25:56 +00:00
nkf
openssl * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 08:56:21 +00:00
optparse
ostruct
pathname check codepage for SJIS pathname test. 2007-09-28 06:34:13 +00:00
rdoc/parsers
readline
rinda
ripper * parse.y, node.h, compile.c: change node tree structure. a purpose 2007-02-24 02:07:05 +00:00
rss * lib/rss.rb, lib/rss/, test/rss/: 2007-09-15 04:41:28 +00:00
ruby * array.c (rb_ary_combination): new method to give all combination 2007-09-29 08:43:59 +00:00
scanf refine previous change. 2007-09-28 18:22:23 +00:00
sdbm don't generate temporary files under current directory. 2007-09-28 16:51:41 +00:00
soap
socket UNIXServer.new("a\0b") test removed because 2007-09-28 15:58:34 +00:00
stringio
strscan
testunit * test/testunit/collector/test_dir.rb: Fixed test/unit tests that 2007-03-20 23:29:49 +00:00
uri * generic.rb (URI::Generic::merge_path): behave as RFC 3986. 2007-08-01 03:40:08 +00:00
webrick
win32ole * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise. 2007-09-04 11:48:53 +00:00
wsdl
xmlrpc
xsd
yaml
zlib
inlinetest.rb
runner.rb
test_generator.rb
test_ipaddr.rb
test_pp.rb
test_prettyprint.rb
test_set.rb
test_shellwords.rb
test_time.rb
test_tsort.rb