aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu2010-10-135-29/+35
* * 2010-10-14svn2010-10-131-2/+2
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-134-5/+23
* * tool/enc-unicode.rb: get rid of lots of warnings.nobu2010-10-136-1/+8
* * vm_dump.c (dump_thread): suppress a warning.nobu2010-10-131-1/+1
* * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.nobu2010-10-133-5/+9
* * numeric.c (check_uint): get rid of overflow on LLP64 platforms.nobu2010-10-132-2/+4
* * insns.def (opt_case_dispatch): use st_data_t.nobu2010-10-132-2/+6
* * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar2010-10-133-1/+7
* * numeric.c (int_chr): raise error when the value is negative.naruse2010-10-132-1/+14
* * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prot...shyouhei2010-10-132-3/+7
* * numeric.c (rb_num_to_uint): fix 32bit logic.naruse2010-10-132-2/+9
* * numeric.c (rb_num_to_uint): added to check the range of arguments.naruse2010-10-133-5/+47
* move a non-combinational test.akr2010-10-132-3/+5
* * thread_win32.c (w32_error): get English message first, insteadusa2010-10-132-7/+20
* * debug.c (ruby_set_debug_option): define always for binarynobu2010-10-134-13/+13
* * include/ruby/ruby.h (ruby_executable_node): missing prototype.nobu2010-10-132-0/+5
* Fix style for ruby-mode.el.naruse2010-10-131-4/+4
* Clean warnings.naruse2010-10-121-2/+9
* Fix test; escape a backslash.naruse2010-10-121-1/+1
* * missing/strchr.c: add strlen's prototype.naruse2010-10-123-0/+10
* * ext/syck/rubyext.c (struct mktime_arg): constified.nobu2010-10-122-11/+21
* * st.c (MurmurMagic): get rid of literal overflow.nobu2010-10-122-4/+8
* * io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.nobu2010-10-122-2/+2
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-1211-18/+41
* * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu2010-10-122-13/+22
* * vsnprintf.c (BSD_vfprintf): fix cast.nobu2010-10-122-2/+4
* * numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.nobu2010-10-122-2/+4
* * ext/socket/init.c (rsock_init_sock): conditionally used variable.nobu2010-10-121-1/+1
* * dln.c (rb_w32_check_imported): suppress warning.nobu2010-10-121-2/+3
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-1213-40/+73
* * compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu2010-10-125-9/+13
* * 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