summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-23Suppress warnings.naruse
2012-07-23* 2012-07-24svn
2012-07-23Synchronize with simple variable assignment.naruse
2012-07-23enc/Makefile.in: TARGET_NAME TARGET_ENTRYnobu
2012-07-23add a space between filename and methodkazu
2012-07-23* lib/open-uri.rb: use respond_to? to test Tempfile.akr
2012-07-23configure.in: LIBPATH on AIXnobu
2012-07-22Suppress unused variable warnings.naruse
2012-07-22* test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_prox...kazu
2012-07-22fix failureskazu
2012-07-22Use assert_normal_exit to avoid stack on buggy implementations.naruse
2012-07-22fix a typokazu
2012-07-22* 2012-07-23svn
2012-07-22* thread.c (rb_threadptr_execute_interrupts_common): increasenaruse
2012-07-21Use 0 for webrick's port and get the actual port. [Bug #6766]naruse
2012-07-21Set false to @proxy_from_env to suppress uninitialized warning.naruse
2012-07-21* 2012-07-22svn
2012-07-21* lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse
2012-07-21thread_pthread.c: STACK_GROW_DIR_DETECTIONnobu
2012-07-21* lib/test/unit/testcase.rb(method_added): refactoring.sorah
2012-07-21* properties.nobu
2012-07-21* lib/test/unit.rb: warn when test_* method is redefined.sorah
2012-07-20* lib/logger.rb: Updated example in Logger comment to match otherdrbrain
2012-07-20* 2012-07-21svn
2012-07-20fix typoskazu
2012-07-20random.c: refine error messagenobu
2012-07-20remove garbage spacesnobu
2012-07-20test_array.rb: refine assertionsnobu
2012-07-20* NEWS: Updated net/http for automatic proxy detection (#6546) anddrbrain
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-07-20* test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OSdrbrain
2012-07-20* ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain
2012-07-19* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
2012-07-19* 2012-07-20svn
2012-07-19* thread_pthread.c: use #ifdef, not #if.naruse
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-19* test/ruby/test_io.rb: remove temporally files early.akr
2012-07-19extmk.rb: hack for -frameworknobu
2012-07-19suppress fragile warnings.akr
2012-07-19* variable.c (rb_mod_class_variables): return inherited variablesshugo
2012-07-19test_eval.rb: adjust indentnobu
2012-07-19test_eval.rb: use blocknobu
2012-07-19internal.h: move mark functionsnobu
2012-07-19* ext/socket/init.c (rsock_init_sock): need to update max fd on allusa
2012-07-19thread.c: remove deprecatednobu
2012-07-19* test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa
2012-07-19* ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa
2012-07-19* ext/psych/emitter.c (initialize): allow a configuration object to betenderlove
2012-07-18* test/ruby/test_file.rb: remove temporally files early.akr
2012-07-18fixed: can't delete unix domain sockets problemseki