aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn2011-07-101-0/+14
* * parse.y (var_ref): distinguish vcall from local variablenobu2011-07-101-14/+18
* * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah2011-07-1010-97/+56
* * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse2011-07-108-53/+109
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integralmrkn2011-07-101-24/+196
* * range.c (range_max): fix behavior with excluded end value.tarui2011-07-101-0/+2
* * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar2011-07-091-1/+14
* * common.mk (RUN_OPT): disable gems.nobu2011-07-081-0/+2
* * ext/json/parser/parser.rl (convert_encoding): should not modifynobu2011-07-081-0/+13
* * test/testunit/test_parallel.rb (TestParallelWorker#teardown): waitusa2011-07-071-2/+5
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-0/+12
* * parse.y (arg): rescue_mod is in inverse order from othernobu2011-07-061-2/+6
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah2011-07-061-1/+5
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah2011-07-061-4/+3
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah2011-07-061-1/+6
* Remove debug print of r32410.naruse2011-07-051-1/+1
* * parse.y (parser_here_document): should dispatch heredoc_endnobu2011-07-051-0/+8
* * lib/webrick/httpauth/digestauth.rb (_authenticate):naruse2011-07-051-0/+85
* * ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika2011-07-041-0/+25
* * ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame2011-07-041-25/+0
* * array.c (ary_reject_bang): should not remove elements which arenobu2011-07-031-2/+2
* * test/openssl/test_ocsp.rbemboss2011-07-022-2/+2
* * test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714]marcandre2011-07-011-1/+0
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu2011-07-011-0/+10
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-0/+22
* * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko12011-06-301-0/+22
* * test/ruby/test_rand.rb (test_random_bytes): fold mysteriouslynobu2011-06-301-2/+6
* * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu2011-06-301-3/+34
* Rerefix test introduced by r32307.naruse2011-06-301-1/+1
* Refix test introduced by r32307.naruse2011-06-301-3/+1
* Fix test introduced by r32307.naruse2011-06-301-1/+3
* * lib/cmath.rb (CMath.log): second argument: b can be nil.naruse2011-06-291-0/+4
* * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain2011-06-294-3/+435
* * ext/date/date_core.c: avoided using timev.tadf2011-06-291-0/+9
* * lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika2011-06-291-3/+46
* * properties.nobu2011-06-291-1/+1
* * lib/benchmark.rb: merge eregon/benchmark.naruse2011-06-281-41/+38
* * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain2011-06-285-57/+101
* * lib/rdoc: Update to RDoc 3.7 (final)drbrain2011-06-283-2/+39
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn2011-06-272-9/+85
* fix [Bug #4409]. add DRbServer#here?seki2011-06-273-1/+47
* * test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entriesnobu2011-06-261-2/+4
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-261-0/+34
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-251-0/+14
* * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi2011-06-241-0/+22
* * process.c (proc_daemon): should not start timer threadnobu2011-06-241-0/+54
* * lib/rake: Import Rake 0.9.2drbrain2011-06-2371-2174/+3334
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-231-0/+20
* * test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not innahi2011-06-231-4/+4
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi2011-06-231-0/+52