aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix raw UTF-8 test for non-Japanase Windows systemsluislavena2012-07-232-19/+58
* Fix win32ole test failure under mingw-w64 (x64-mingw32)luislavena2012-07-232-1/+7
* * time.c (time_sec): Updated description of leap seconds for accuracy.drbrain2012-07-232-4/+11
* * string.c (rb_str_sub): Fixed wording of documentation to match thedrbrain2012-07-232-16/+23
* Suppress warnings.naruse2012-07-2311-76/+92
* * 2012-07-24svn2012-07-231-2/+2
* Synchronize with simple variable assignment.naruse2012-07-231-4/+3
* enc/Makefile.in: TARGET_NAME TARGET_ENTRYnobu2012-07-234-4/+13
* add a space between filename and methodkazu2012-07-231-1/+1
* * lib/open-uri.rb: use respond_to? to test Tempfile.akr2012-07-232-2/+7
* configure.in: LIBPATH on AIXnobu2012-07-232-1/+7
* Suppress unused variable warnings.naruse2012-07-221-4/+4
* * test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_prox...kazu2012-07-222-0/+13
* fix failureskazu2012-07-222-2/+17
* Use assert_normal_exit to avoid stack on buggy implementations.naruse2012-07-221-18/+20
* fix a typokazu2012-07-221-1/+1
* * 2012-07-23svn2012-07-221-2/+2
* * thread.c (rb_threadptr_execute_interrupts_common): increasenaruse2012-07-223-1/+27
* Use 0 for webrick's port and get the actual port. [Bug #6766]naruse2012-07-212-6/+9
* Set false to @proxy_from_env to suppress uninitialized warning.naruse2012-07-211-0/+1
* * 2012-07-22svn2012-07-211-2/+2
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-213-11/+54
* thread_pthread.c: STACK_GROW_DIR_DETECTIONnobu2012-07-212-0/+6
* * lib/test/unit/testcase.rb(method_added): refactoring.sorah2012-07-212-9/+11
* * properties.nobu2012-07-210-0/+0
* * lib/test/unit.rb: warn when test_* method is redefined.sorah2012-07-214-0/+44
* * lib/logger.rb: Updated example in Logger comment to match otherdrbrain2012-07-202-9/+17
* * 2012-07-21svn2012-07-201-2/+2
* fix typoskazu2012-07-201-4/+4
* random.c: refine error messagenobu2012-07-202-1/+8
* remove garbage spacesnobu2012-07-202-5/+6
* test_array.rb: refine assertionsnobu2012-07-201-26/+26
* * NEWS: Updated net/http for automatic proxy detection (#6546) anddrbrain2012-07-202-0/+10
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-207-188/+432
* * test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OSdrbrain2012-07-202-0/+8
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-204-1/+28
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-198-45/+387
* * 2012-07-20svn2012-07-191-2/+2
* * thread_pthread.c: use #ifdef, not #if.naruse2012-07-192-2/+6
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-1910-104/+504
* * test/ruby/test_io.rb: remove temporally files early.akr2012-07-192-319/+352
* extmk.rb: hack for -frameworknobu2012-07-191-0/+1
* suppress fragile warnings.akr2012-07-191-1/+20
* * variable.c (rb_mod_class_variables): return inherited variablesshugo2012-07-195-14/+93
* test_eval.rb: adjust indentnobu2012-07-191-46/+46
* test_eval.rb: use blocknobu2012-07-191-10/+6
* internal.h: move mark functionsnobu2012-07-193-7/+12
* * ext/socket/init.c (rsock_init_sock): need to update max fd on allusa2012-07-192-0/+6
* thread.c: remove deprecatednobu2012-07-193-7/+4
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-192-2/+5