aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a frozenness check to Enumerator#initialize.knu2013-07-291-0/+10
* * hash.c (rb_hash_assoc): revert r42224. table->type->compare isglass2013-07-291-0/+1
* parse.y, vm_eval.c: file encoding in evalnobu2013-07-291-0/+5
* ChangeLog: commit missnobu2013-07-291-2/+12
* mkmf.rb: expand all macrosnobu2013-07-291-2/+2
* add assert_not_empty ENV['USER']naruse2013-07-281-0/+1
* * io.c (io_getpartial): use rb_str_locktmp_ensure().glass2013-07-281-0/+28
* * string.c: add internal API rb_str_locktmp_ensure().glass2013-07-281-0/+14
* * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass2013-07-281-0/+32
* * include/ruby/intern.h (rb_absint_size): Declaration moved fromakr2013-07-281-0/+49
* Show TERM environment variable on failurenaruse2013-07-271-1/+1
* test_rubyoptions.rb: split test_segv_testnobu2013-07-271-2/+19
* * lib/rexml/parsers/streamparser.rbkou2013-07-261-0/+23
* parse.y: separate numeric literalnobu2013-07-261-0/+7
* Add facility to Syslog::Logger.knu2013-07-261-19/+70
* test_require.rb: same processnobu2013-07-261-4/+8
* test_require.rb: use assert_separatelynobu2013-07-261-69/+30
* load.c: search in OS path encodingnobu2013-07-261-1/+8
* test_require.rb: splitnobu2013-07-261-2/+6
* rational.c: ensure to be Rationalnobu2013-07-261-1/+101
* fix missing assignment in r42174naruse2013-07-261-1/+1
* fix warning: shadowing outer local variable - pathnaruse2013-07-261-3/+3
* envutil.rb: encodingnobu2013-07-252-5/+11
* Somehow Debian 6.0.7 needs ifname for IPv6 multicast connectnaruse2013-07-251-4/+14
* * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse2013-07-251-0/+5
* * re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse2013-07-251-0/+8
* Add a test for r42162naruse2013-07-251-0/+2
* file.c: split rb_home_dirnobu2013-07-251-0/+22
* * lib/rubygems: Import RubyGems from master as of commit 4ff70ccdrbrain2013-07-241-2/+7
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* file.c: exception message encodingnobu2013-07-241-0/+13
* * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko12013-07-231-0/+4
* fix test of r42101 [Feature #6626]naruse2013-07-231-22/+40
* fix typonaruse2013-07-231-1/+1
* it may stuck with console on readline 5.1 + CentOS 5naruse2013-07-231-1/+4
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-0/+8
* * lib/rubygems: Import RubyGems from master as of commit b165260drbrain2013-07-2211-32/+288
* * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika2013-07-221-1/+1
* vm_eval.c: use file argumentnobu2013-07-221-0/+2
* * ext/readline/readline.c (Init_readline): addedkouji2013-07-221-2/+21
* date_parse.c: missing wdaynobu2013-07-211-0/+6
* * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse2013-07-201-0/+9
* rename a() to b() and define a() for US-ASCIInaruse2013-07-201-49/+50
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-201-0/+5
* string.c: wchar succnobu2013-07-201-4/+15
* test_io.rb: split test_copy_streamnobu2013-07-201-72/+158
* Suppress warnings.akr2013-07-191-2/+2
* Suppress warnings.akr2013-07-191-1/+2
* * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr2013-07-191-14/+29
* Define Set#to_set so that aSet.to_set returns self.knu2013-07-191-0/+3