aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (obj_free, rb_objspace_call_finalizer): fix truncatingnobu2010-10-122-3/+6
* * gc.c (mark_current_machine_context): suppress warnings.nobu2010-10-122-6/+11
* * compile.c (iseq_compile_each): fix truncating cast.nobu2010-10-122-3/+5
* * cont.c (fiber_setcontext): missing variable definition.nobu2010-10-122-1/+6
* * error.c (exc_to_s): use OBJ_INFECT.naruse2010-10-122-4/+14
* * error.c (syserr_initialize): taint message if mesg is givennaruse2010-10-122-0/+6
* * io.c (rb_io_ungetc): always see Bignum. On 32bit valid valuenaruse2010-10-122-2/+5
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-123-16/+14
* * numeric (check_uint): the mask must refer to VALUE.naruse2010-10-122-2/+6
* * numeric (check_uint): set MSB for negative value.naruse2010-10-122-8/+16
* * win32/win32.c (rb_w32_strerror): get English message first, insteadusa2010-10-122-0/+10
* * win32/win32.c (rb_w32_strerror): unmap some range of errno forusa2010-10-122-0/+21
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-123-5/+34
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-124-3/+28
* * numeric.c (rb_enc_uint_chr): split from int_chr.naruse2010-10-123-11/+25
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-123-3/+10
* * vm_dump.c (dump_thread): foolish mistake.usa2010-10-122-2/+6
* * configure.in (RUBY_MINGW32): canonicalize only on mingw.nobu2010-10-123-3/+7
* * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse2010-10-112-1/+7
* * error.c (syserr_initialize): use mesg's encoding when localenaruse2010-10-112-1/+14
* * error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse2010-10-113-0/+10
* * ext/stringio/stringio.c (strio_set_encoding):naruse2010-10-103-7/+30
* * 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