summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-07-27* win32/mkexports.rb: should not export DllMain().usa
2012-07-26* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei
2012-07-25avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-c...kanemoto
2012-07-25* thread.c (thread_create_core, Init_Thread): hidenagachika
2012-07-25complex.c, rational.c: compatible marshal loadernobu
2012-07-25atomic.h: prefer GCC atomic builtinsnobu
2012-07-25* lib/net/.document: Removed. All files in net/ should be included indrbrain
2012-07-25* test/testunit/test_redefinition.rb: broken class/method names.usa
2012-07-25* lib/cgi/html.rb: Use << instead of +=.naruse
2012-07-25* lib/cgi/html.rb (element_init): suppress redefine warning.naruse
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
2012-07-24* doc/re.rdoc: Fix spellingdrbrain
2012-07-24* re.c (rb_reg_s_last_match): Update $~ to reference Regexpdrbrain
2012-07-24* iseq.c: Added documentation. Patch by David Albert. [Bug #6785]drbrain
2012-07-24* parse.y: added symbols and qsymbols productions for %i and %Itenderlove
2012-07-24Fix broken pow() on x64-mingw32shirosaki
2012-07-24* win32/win32.c (rb_w32_socket, rb_w32_socketpair): remember the familyusa
2012-07-24* test/ruby/test_dir_m17n.rb: remove a garbage.usa
2012-07-24* test/ruby/test_dir_m17n.rb: sorry, typo.usa
2012-07-24* test/ruby/test_dir_m17n.rb: refactoring. RE should be in the left sideusa
2012-07-24* test/ruby/test_pack.rb (test_pack_unpack_M): was redefinedusa
2012-07-24* lib/rubygems: Updated to RubyGems 1.8.24, a bugfix release.drbrain
2012-07-23Fix raw UTF-8 test for non-Japanase Windows systemsluislavena
2012-07-23Fix win32ole test failure under mingw-w64 (x64-mingw32)luislavena
2012-07-23* time.c (time_sec): Updated description of leap seconds for accuracy.drbrain
2012-07-23* string.c (rb_str_sub): Fixed wording of documentation to match thedrbrain
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-22* test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_prox...kazu
2012-07-22fix failureskazu
2012-07-22fix a typokazu
2012-07-22* thread.c (rb_threadptr_execute_interrupts_common): increasenaruse
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* 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-20fix typoskazu
2012-07-20random.c: refine error messagenobu
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* 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-19* variable.c (rb_mod_class_variables): return inherited variablesshugo