summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn
2011-07-26* bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn
2011-07-25* test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa
2011-07-25* forgot to add a test fixture file in r32666.nahi
2011-07-25* lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi
2011-07-23 * lib/rubygems/specification.rb: Restore behavior ofdrbrain
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-23* test/rake/test_rake_functional.rb (setup): Use __FILE__ for the basenaruse
2011-07-23* test/win32ole/test_err_in_callback.rb (test_err_in_callback): suke
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-23 * test/rake*: Remove dependencies on flexmock and session gems.drbrain
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2011-07-22* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss
2011-07-21* lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre
2011-07-21* thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame
2011-07-21* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse
2011-07-20Add test for r32586.naruse
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-07-17* error.c (rb_warn_m): accept multiple args in like puts. rdocnobu
2011-07-17* test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu
2011-07-16* test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-12* signal.c (reserved_signal_p): reverted a part of r32523.kosaki
2011-07-12* signal.c (sig_trap): don't permit to change a signal handler whichkosaki
2011-07-10* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn
2011-07-10* parse.y (var_ref): distinguish vcall from local variablenobu
2011-07-10* lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah
2011-07-10* ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse
2011-07-10* ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integralmrkn
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-07-09* lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar
2011-07-08* common.mk (RUN_OPT): disable gems.nobu
2011-07-08* ext/json/parser/parser.rl (convert_encoding): should not modifynobu
2011-07-07* test/testunit/test_parallel.rb (TestParallelWorker#teardown): waitusa
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-06* parse.y (arg): rescue_mod is in inverse order from othernobu
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah
2011-07-06* test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah
2011-07-05Remove debug print of r32410.naruse
2011-07-05* parse.y (parser_here_document): should dispatch heredoc_endnobu
2011-07-05* lib/webrick/httpauth/digestauth.rb (_authenticate):naruse
2011-07-04* ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika
2011-07-04* ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame