aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/.document: Removed. All files in net/ should be included indrbrain2012-07-251-0/+5
* * test/testunit/test_redefinition.rb: broken class/method names.usa2012-07-251-0/+4
* * lib/cgi/html.rb: Use << instead of +=.naruse2012-07-251-0/+6
* * lib/cgi/html.rb (element_init): suppress redefine warning.naruse2012-07-251-0/+5
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+7
* * doc/re.rdoc: Fix spellingdrbrain2012-07-241-0/+4
* * re.c (rb_reg_s_last_match): Update $~ to reference Regexpdrbrain2012-07-241-0/+5
* * iseq.c: Added documentation. Patch by David Albert. [Bug #6785]drbrain2012-07-241-0/+4
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+15
* Fix broken pow() on x64-mingw32shirosaki2012-07-241-0/+7
* * win32/win32.c (rb_w32_socket, rb_w32_socketpair): remember the familyusa2012-07-241-0/+11
* * test/ruby/test_dir_m17n.rb: remove a garbage.usa2012-07-241-0/+7
* * test/ruby/test_dir_m17n.rb: sorry, typo.usa2012-07-241-0/+4
* * test/ruby/test_dir_m17n.rb: refactoring. RE should be in the left sideusa2012-07-241-0/+5
* * test/ruby/test_pack.rb (test_pack_unpack_M): was redefinedusa2012-07-241-0/+5
* * lib/rubygems: Updated to RubyGems 1.8.24, a bugfix release.drbrain2012-07-241-0/+4
* Fix raw UTF-8 test for non-Japanase Windows systemsluislavena2012-07-231-0/+13
* Fix win32ole test failure under mingw-w64 (x64-mingw32)luislavena2012-07-231-0/+6
* * time.c (time_sec): Updated description of leap seconds for accuracy.drbrain2012-07-231-0/+5
* * string.c (rb_str_sub): Fixed wording of documentation to match thedrbrain2012-07-231-0/+7
* enc/Makefile.in: TARGET_NAME TARGET_ENTRYnobu2012-07-231-0/+7
* add a space between filename and methodkazu2012-07-231-1/+1
* * lib/open-uri.rb: use respond_to? to test Tempfile.akr2012-07-231-0/+5
* configure.in: LIBPATH on AIXnobu2012-07-231-0/+6
* * test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_prox...kazu2012-07-221-0/+5
* fix failureskazu2012-07-221-0/+8
* fix a typokazu2012-07-221-1/+1
* * thread.c (rb_threadptr_execute_interrupts_common): increasenaruse2012-07-221-0/+8
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-0/+18
* thread_pthread.c: STACK_GROW_DIR_DETECTIONnobu2012-07-211-0/+5
* * lib/test/unit/testcase.rb(method_added): refactoring.sorah2012-07-211-1/+5
* * lib/test/unit.rb: warn when test_* method is redefined.sorah2012-07-211-0/+9
* * lib/logger.rb: Updated example in Logger comment to match otherdrbrain2012-07-201-0/+6
* fix typoskazu2012-07-201-4/+4
* random.c: refine error messagenobu2012-07-201-0/+4
* * NEWS: Updated net/http for automatic proxy detection (#6546) anddrbrain2012-07-201-0/+5
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+20
* * test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OSdrbrain2012-07-201-0/+6
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-201-0/+9
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-0/+14
* * thread_pthread.c: use #ifdef, not #if.naruse2012-07-191-0/+4
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-0/+33
* * test/ruby/test_io.rb: remove temporally files early.akr2012-07-191-0/+4
* * variable.c (rb_mod_class_variables): return inherited variablesshugo2012-07-191-0/+8
* internal.h: move mark functionsnobu2012-07-191-0/+4
* * ext/socket/init.c (rsock_init_sock): need to update max fd on allusa2012-07-191-0/+5
* thread.c: remove deprecatednobu2012-07-191-0/+4
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-191-0/+5
* * ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa2012-07-191-0/+4
* * ext/psych/emitter.c (initialize): allow a configuration object to betenderlove2012-07-191-0/+11