summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* 2011-07-23svn
2011-07-22Fix r32622.naruse
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* vm_method.c (obj_respond_to): fix missing argument.nobu
2011-07-22* tool/rbinstall.rb (strip_file): accept an array of path names.nobu
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* 2011-07-22svn
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-20Add test for r32586.naruse
2011-07-20* 2011-07-21svn
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-19* 2011-07-20svn
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* 2011-07-19svn
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* 2011-07-18svn
2011-07-17* ext/curses/curses.c: added the new class Curses::Pad, whichshugo
2011-07-17delete garbage file.nagachika
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* 2011-07-17svn
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