summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-10-12* vm_dump.c (dump_thread): foolish mistake.usa
2010-10-12* configure.in (RUBY_MINGW32): canonicalize only on mingw.nobu
2010-10-11* lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse
2010-10-11* error.c (syserr_initialize): use mesg's encoding when localenaruse
2010-10-11* error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse
2010-10-10* ext/stringio/stringio.c (strio_set_encoding):naruse
2010-10-10* io.c (rb_io_set_encoding): use rb_funcall2 when the io is notnaruse
2010-10-10* lib/set.rb (Set#replace): Apply a bit of optimization.knu
2010-10-10* configure.in (RUBY_MINGW32): canonicalize as like mswin version.nobu
2010-10-09* vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu
2010-10-09* configure.in (RSHIFT): quote to get rid of argument expansionnobu
2010-10-09fix typoskazu
2010-10-09* thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu
2010-10-09* thread.c (rb_threadptr_exec_event_hooks): suppress each eventnobu
2010-10-08* thread.c (rb_threadptr_remove_event_hook): fix typo.nobu
2010-10-08* common.mk (RBCONFIG): depends on version.h due tonobu
2010-10-08git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu
2010-10-07* lib/csv.rb: Fixing documentation typos. [ruby-core:32712]jeg2
2010-10-07* cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu
2010-10-07* vm_exec.c (vm_exec_core): Treat clang as non gcc on thisnaruse
2010-10-06describe the reporter.akr
2010-10-06* lib/uri/generic.rb (URI::Generic#hostname): new method.akr
2010-10-06* io.c (fptr_finalize): write_mutex might have been destroyednobu
2010-10-05* win32/mkexports.rb: revert r29320 and r29402.wanabe
2010-10-04* parse.y (regexp): dregexp has literal string only at the headnobu
2010-10-04* random.c (rand_init): This checks the value is in 32bit or not,naruse
2010-10-04* random.c (rand_init): remove useless assignment.naruse
2010-10-04* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse
2010-10-03* cont.c (fiber_memsize): Return size.naruse
2010-10-03* enc/unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2010-10-03* Makefile.in (clean-rdoc): Don't use \ in variable expantion.naruse
2010-10-03* tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe
2010-10-03add filename.arton
2010-10-03fix test/win32ole/test_folderitem2_invokeverb.rbarton
2010-10-03* configure.in (Makefile): get rid of duplicated ruby target whennobu
2010-10-02test/win32ole/test_thread.rb: add for win32ole with Thread.suke
2010-10-01 * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):shyouhei
2010-09-30* parse.y (command_asgn): allow command_call to be right hand sidematz
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa
2010-09-30* hash.c (ruby_setenv): workaround for old Windows. a patch fromusa
2010-09-30* lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse
2010-09-30* vm_dump.c (dump_thread): fixed wrong type of return value ofusa
2010-09-29 * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei
2010-09-29* tool/config.sub (x64): regularize only for pc vendor, and stripnobu
2010-09-29* ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):mrkn
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):mrkn
2010-09-29* vm_dump.c (dump_thread): remove ununsed optional arguments.usa
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):mrkn
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2,usa
2010-09-29* ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format.nobu