aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix r32622.naruse2011-07-221-1/+1
* fixed bug refkosaki2011-07-221-1/+1
* * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki2011-07-222-1/+8
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-222-2/+8
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-228-26/+178
* * parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu2011-07-223-0/+19
* * test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu2011-07-222-2/+7
* * parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu2011-07-222-2/+7
* * vm_method.c (obj_respond_to): fix missing argument.nobu2011-07-221-1/+1
* * tool/rbinstall.rb (strip_file): accept an array of path names.nobu2011-07-221-8/+7
* * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain2011-07-222-1/+6
* * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain2011-07-222-6/+67
* * ext/openssl/ossl_hmac.c: Revert checking return type ofemboss2011-07-222-7/+8
* * tool/rbinstall.rb (default gems): Install executables into the fakedrbrain2011-07-222-8/+28
* * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss2011-07-223-6/+23
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-223-1/+27
* * 2011-07-22svn2011-07-211-2/+2
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-213-1/+20
* * ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr2011-07-212-2/+14
* * thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame2011-07-213-0/+55
* * node.c (dump_node): add today's knowledge. "init arguments (m)" andmame2011-07-212-0/+14
* * enum.c (enum_inject): remove empty line to notify rdocnaruse2011-07-212-1/+6
* * array.c (rb_ary_delete_at_m): use simple array literal in rdoc.naruse2011-07-212-1/+6
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-213-4/+21
* Add test for r32586.naruse2011-07-201-0/+11
* * 2011-07-21svn2011-07-201-2/+2
* * io.c (rb_update_max_fd): remove parentheses. they are not in macro.kazu2011-07-202-1/+6
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-2015-2/+80
* * ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse2011-07-202-0/+8
* * NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]kazu2011-07-192-0/+8
* * 2011-07-20svn2011-07-191-2/+2
* fix typokazu2011-07-191-1/+1
* * cont.c (cont_save_thread): fix missing semicolon.takano322011-07-192-2/+6
* * io.c (UPDATE_MAXFD): removed.akr2011-07-192-11/+11
* * 2011-07-19svn2011-07-191-2/+2
* * io.c (rb_update_max_fd): new function.akr2011-07-194-0/+17
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-184-1/+22
* * 2011-07-18svn2011-07-171-2/+2
* * ext/curses/curses.c: added the new class Curses::Pad, whichshugo2011-07-173-1/+164
* delete garbage file.nagachika2011-07-171-8/+0
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-178-5/+79
* * error.c (rb_warn_m): accept multiple args in like puts. rdocnobu2011-07-173-8/+37
* * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu2011-07-171-0/+58
* * 2011-07-17svn2011-07-161-2/+2
* * test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss2011-07-162-2/+38
* * configure.in (RUBY_UNIVERSAL_ARCH): restore arch flag.nobu2011-07-162-3/+11
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-153-6/+26
* * ChangeLog: mention to the ticket.usa2011-07-151-0/+1
* * win32/win32.c (is_socket, is_console): add prototypes to fix compileusa2011-07-152-0/+8
* * 2011-07-16svn2011-07-151-2/+2