summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-08-06* ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse
2011-08-05 * marshal.c (w_object): Fix exception message when _dump_data is notdrbrain
2011-08-05* numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.ngoto
2011-08-05Fix a possible merge error.knu
2011-08-05* test/test_syslog.rb (TestSyslog#test_log): Do not be tooknu
2011-08-05* complex.c (f_signbit): fix compile error in gcc4 on Solaris withngoto
2011-08-05* test/ruby/test_object.rb: tests that respond_to? returns false.nobu
2011-08-05* lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo
2011-08-05* vm_eval.c (check_funcall): try respond_to? first if redefined.nobu
2011-08-05 * lib/rubygems: Import RubyGems 1.8.7:drbrain
2011-08-05* test/io/console/test_io_console.rb: for Fedora Rawhide, not OpenBSD.nobu
2011-08-04* test/io/console/test_io_console.rb (test_noctty): daemon() onnobu
2011-08-04* thread_pthread.c (native_cond_signal): retry to call pthread_cond_signalmrkn
2011-08-04* configure.in: when Solaris cc, use $(CC) to link shared libs.ngoto
2011-08-04* error.c (report_bug): use a small message buffer instead of BUFSIZ.kosaki
2011-08-04* tool/rbinstall.rb (gem): install all gemspecs under lib and ext.nobu
2011-08-04* tool/rbinstall.rb (Gem::Specification): may not be defined whennobu
2011-08-04* include/ruby/missing.h: define __syscall on OpenBSD as r32702.naruse
2011-08-03* tool/rbinstall.rb: use rubygems to load gemspecs, copy actualtenderlove
2011-08-03* configure.in: set CXX variable to the C++ compiler that matches themrkn
2011-08-03* lib/mkmf.rb (link_command): use static library only for bundlednobu
2011-08-03installing psych as a gemtenderlove
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-08-03* test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):shyouhei
2011-08-02* encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu
2011-08-02* lib/prettyprint.rb: update document. [ruby-core:36776]akr
2011-08-02* gc.c (init_heap): allocate sigaltstack after heaps are allocated.naruse
2011-08-02* test/testunit/test_parallel.rb: pass "--ruby" option tosorah
2011-08-02* encoding.c (str_to_encoding): rename from to_encoding andnaruse
2011-08-02* hash.c (recursive_hash): hash value of emptied hash should benobu
2011-08-02* parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-08-01Correct RubyGems bin check on Windows. Bug #5111luislavena
2011-08-01* ChangeLog: fix a typo.nagachika
2011-08-01* test/ruby/test_process.rb (TestProcess#windows?): new method.usa
2011-08-01 * test/rake/test_rake_functional.rb: Don't assume the binary name ofdrbrain
2011-08-01* test/io/console/test_io_console.rb (TestIO_Console#test_sync):shyouhei
2011-08-01* test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):shyouhei
2011-08-01 * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain
2011-08-01remove duplicated entrykazu
2011-08-01* insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse
2011-07-31Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32777 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32776 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31Forward-ports r32775 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31* vm.c (check_env): print debug messages to stderr.ktsj
2011-07-31* vm.c (vm_make_env_each): don't save prev env value.ktsj
2011-07-31Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31* io.c (rb_pipe): pipe on cygwin can succeed half but failnobu