summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2011-07-20* io.c (rb_update_max_fd): remove parentheses. they are not in macro.kazu
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-07-20* ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse
2011-07-19* NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]kazu
2011-07-19fix typokazu
2011-07-19* cont.c (cont_save_thread): fix missing semicolon.takano32
2011-07-19* io.c (UPDATE_MAXFD): removed.akr
2011-07-19* io.c (rb_update_max_fd): new function.akr
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove
2011-07-17* ext/curses/curses.c: added the new class Curses::Pad, whichshugo
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-16* test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss
2011-07-16* configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.nobu
2011-07-15* lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre
2011-07-15* ChangeLog: mention to the ticket.usa
2011-07-15* win32/win32.c (is_socket, is_console): add prototypes to fix compileusa
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-15* bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made bymrkn
2011-07-15* ChangeLog: typo.usa
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2011-07-14* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-13* ChangeLog: fix tyops.nagachika
2011-07-12* NEWS: add a description of Signal.trap change.kosaki
2011-07-12* signal.c (reserved_signal_p): reverted a part of r32523.kosaki
2011-07-12* vm_method.c (rb_add_method): should not call method_added hookmatz
2011-07-12* lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah
2011-07-12* signal.c (install_sighandler): fixed a race.kosaki
2011-07-12* signal.c (sig_trap): don't permit to change a signal handler whichkosaki
2011-07-12* win32/setup.mak: support x86-amd64 cross compile environment.usa