aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss2011-07-271-0/+5
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-1/+10
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-1/+5
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-0/+5
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-261-0/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-261-0/+8
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-261-0/+9
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-261-0/+7
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-261-0/+9
* * array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei2011-07-261-0/+4
* * proc.c: pre-allocate the unlinked_method_entry_list_entry struct tomame2011-07-251-0/+6
* * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa2011-07-251-0/+5
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-251-0/+10
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-0/+8
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-251-0/+10
* * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi2011-07-251-0/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-0/+11
* * ext/socket/extconf.rb: refine the recvmsg test.akr2011-07-241-0/+4
* * ext/socket/extconf.rb: fix the recvmsg test.akr2011-07-241-0/+4
* * ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr2011-07-231-0/+7
* * lib/rubygems/specification.rb: Restore behavior ofdrbrain2011-07-231-0/+5
* revert r32647. r32649 is better one.kosaki2011-07-231-5/+0
* * configure.in: changed default optflags to -O0 if the compiler iskosaki2011-07-231-0/+5
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+8
* method nametadf2011-07-231-1/+1
* * lib/cmath.rb: should return a real number if possible.tadf2011-07-231-0/+4
* * test/rake/test_rake_functional.rb (setup): Use __FILE__ for the basenaruse2011-07-231-0/+12
* * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf2011-07-231-0/+5
* * test/win32ole/test_err_in_callback.rb (test_err_in_callback): suke2011-07-231-0/+5
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+5
* * io.c (rb_update_max_fd): validate fd.akr2011-07-231-0/+17
* * test/rake*: Remove dependencies on flexmock and session gems.drbrain2011-07-231-0/+5
* * parse.y (rb_check_id): take care of attrset ID creatednobu2011-07-231-1/+4
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+5
* fixed bug refkosaki2011-07-221-1/+1
* * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki2011-07-221-0/+7
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-0/+6
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+13
* * parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu2011-07-221-0/+5
* * test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu2011-07-221-0/+5
* * parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu2011-07-221-0/+5
* * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain2011-07-221-0/+5
* * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain2011-07-221-0/+5
* * ext/openssl/ossl_hmac.c: Revert checking return type ofemboss2011-07-221-0/+5
* * tool/rbinstall.rb (default gems): Install executables into the fakedrbrain2011-07-221-0/+5
* * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss2011-07-221-0/+7
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-0/+7
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+4
* * ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr2011-07-211-0/+4
* * thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame2011-07-211-0/+10