aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2010-10-11svn2010-10-101-2/+2
* * io.c (rb_io_set_encoding): use rb_funcall2 when the io is notnaruse2010-10-102-1/+11
* * lib/set.rb (Set#replace): Apply a bit of optimization.knu2010-10-102-2/+6
* * configure.in (RUBY_MINGW32): canonicalize as like mswin version.nobu2010-10-102-3/+13
* * vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu2010-10-094-7/+9
* * configure.in (RSHIFT): quote to get rid of argument expansionnobu2010-10-092-1/+6
* fix typoskazu2010-10-091-3/+3
* * thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu2010-10-093-17/+124
* * thread.c (rb_threadptr_exec_event_hooks): suppress each eventnobu2010-10-092-24/+73
* * thread.c (rb_threadptr_remove_event_hook): fix typo.nobu2010-10-083-6/+10
* * common.mk (RBCONFIG): depends on version.h due tonobu2010-10-081-0/+2
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu2010-10-084-8/+6
* * 2010-10-08svn2010-10-071-2/+2
* * lib/csv.rb: Fixing documentation typos. [ruby-core:32712]jeg22010-10-072-4/+8
* * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu2010-10-073-2/+8
* * 2010-10-07svn2010-10-071-2/+2
* * vm_exec.c (vm_exec_core): Treat clang as non gcc on thisnaruse2010-10-072-3/+8
* describe the reporter.akr2010-10-061-1/+1
* describe URI::Generic#hostname and URI::Generic#hostname=.akr2010-10-061-0/+5
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-065-12/+88
* * io.c (fptr_finalize): write_mutex might have been destroyednobu2010-10-063-3/+45
* * 2010-10-06svn2010-10-061-2/+2
* * vm_core.h: add missing prototypes.nobu2010-10-061-0/+4
* * 2010-10-05svn2010-10-051-2/+2
* * win32/mkexports.rb: revert r29320 and r29402.wanabe2010-10-052-4/+5
* * parse.y (regexp): dregexp has literal string only at the headnobu2010-10-043-1/+9
* * random.c (rand_init): This checks the value is in 32bit or not,naruse2010-10-042-1/+6
* * random.c (rand_init): remove useless assignment.naruse2010-10-043-6/+11
* * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse2010-10-043-1/+12
* * cont.c (fiber_memsize): Return size.naruse2010-10-032-1/+6
* * enc/unicode.c (onigenc_unicode_property_name_to_ctype):naruse2010-10-035-12/+13
* * Makefile.in (clean-rdoc): Don't use \ in variable expantion.naruse2010-10-032-2/+7
* * 2010-10-04svn2010-10-031-2/+2
* * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe2010-10-033-29/+11
* add filename.arton2010-10-031-1/+1
* fix test/win32ole/test_folderitem2_invokeverb.rbarton2010-10-031-0/+4
* Change creating shortcut verb to 'Link' [Bug #3339]arton2010-10-031-0/+5
* * 2010-10-03svn2010-10-031-2/+2
* * configure.in (Makefile): get rid of duplicated ruby target whennobu2010-10-032-0/+6
* * 2010-10-02svn2010-10-021-2/+2
* test/win32ole/test_thread.rb: add for win32ole with Thread.suke2010-10-022-0/+24
* * 2010-10-01svn2010-10-011-3/+3
* * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):shyouhei2010-10-012-0/+6
* * parse.y (command_asgn): allow command_call to be right hand sidematz2010-09-302-10/+28
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-303-2/+8
* * hash.c (ruby_setenv): workaround for old Windows. a patch fromusa2010-09-302-1/+7
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-303-18/+36
* * 2010-09-30svn2010-09-301-2/+2
* * vm_dump.c (dump_thread): fixed wrong type of return value ofusa2010-09-302-5/+9
* * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei2010-09-292-10/+19