summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn
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-26* array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei
2011-07-25* proc.c: pre-allocate the unlinked_method_entry_list_entry struct tomame
2011-07-25* test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa
2011-07-25* proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame
2011-07-25* lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi
2011-07-25* ext/openssl/lib/openssl.rb: End of transition period introduced bynahi
2011-07-25* ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi
2011-07-25* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi
2011-07-24* ext/socket/extconf.rb: refine the recvmsg test.akr
2011-07-24* ext/socket/extconf.rb: fix the recvmsg test.akr
2011-07-23* ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr
2011-07-23 * lib/rubygems/specification.rb: Restore behavior ofdrbrain
2011-07-23revert r32647. r32649 is better one.kosaki
2011-07-23* configure.in: changed default optflags to -O0 if the compiler iskosaki
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-23method nametadf
2011-07-23 * lib/cmath.rb: should return a real number if possible.tadf
2011-07-23* test/rake/test_rake_functional.rb (setup): Use __FILE__ for the basenaruse
2011-07-23 * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf
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* io.c (rb_update_max_fd): validate fd.akr
2011-07-23 * test/rake*: Remove dependencies on flexmock and session gems.drbrain
2011-07-23* parse.y (rb_check_id): take care of attrset ID creatednobu
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22fixed bug refkosaki
2011-07-22* vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki
2011-07-22* lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2011-07-22* parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu
2011-07-22 * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain
2011-07-22 * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain
2011-07-22* ext/openssl/ossl_hmac.c: Revert checking return type ofemboss
2011-07-22 * tool/rbinstall.rb (default gems): Install executables into the fakedrbrain
2011-07-22* ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss
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* ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr
2011-07-21* thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame
2011-07-21* node.c (dump_node): add today's knowledge. "init arguments (m)" andmame
2011-07-21* enum.c (enum_inject): remove empty line to notify rdocnaruse
2011-07-21* array.c (rb_ary_delete_at_m): use simple array literal in rdoc.naruse
2011-07-21* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse