aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread_win32.c (w32_error): get English message first, insteadusa2010-10-131-0/+6
* * debug.c (ruby_set_debug_option): define always for binarynobu2010-10-131-0/+7
* * include/ruby/ruby.h (ruby_executable_node): missing prototype.nobu2010-10-131-0/+4
* * missing/strchr.c: add strlen's prototype.naruse2010-10-121-0/+6
* * ext/syck/rubyext.c (struct mktime_arg): constified.nobu2010-10-121-0/+7
* * st.c (MurmurMagic): get rid of literal overflow.nobu2010-10-121-1/+3
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-0/+5
* * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu2010-10-121-1/+8
* * vsnprintf.c (BSD_vfprintf): fix cast.nobu2010-10-121-1/+3
* * numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.nobu2010-10-121-1/+3
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-1/+12
* * compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu2010-10-121-1/+5
* * gc.c (obj_free, rb_objspace_call_finalizer): fix truncatingnobu2010-10-121-1/+4
* * gc.c (mark_current_machine_context): suppress warnings.nobu2010-10-121-1/+3
* * compile.c (iseq_compile_each): fix truncating cast.nobu2010-10-121-1/+3
* * cont.c (fiber_setcontext): missing variable definition.nobu2010-10-121-0/+4
* * error.c (exc_to_s): use OBJ_INFECT.naruse2010-10-121-0/+10
* * error.c (syserr_initialize): taint message if mesg is givennaruse2010-10-121-0/+5
* * io.c (rb_io_ungetc): always see Bignum. On 32bit valid valuenaruse2010-10-121-0/+5
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-121-0/+4
* * numeric (check_uint): the mask must refer to VALUE.naruse2010-10-121-0/+4
* * numeric (check_uint): set MSB for negative value.naruse2010-10-121-0/+9
* * win32/win32.c (rb_w32_strerror): get English message first, insteadusa2010-10-121-0/+6
* * win32/win32.c (rb_w32_strerror): unmap some range of errno forusa2010-10-121-0/+6
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-121-0/+4
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-121-0/+5
* * numeric.c (rb_enc_uint_chr): split from int_chr.naruse2010-10-121-0/+8
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-121-0/+6
* * vm_dump.c (dump_thread): foolish mistake.usa2010-10-121-0/+4
* * configure.in (RUBY_MINGW32): canonicalize only on mingw.nobu2010-10-121-0/+4
* * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse2010-10-111-0/+6
* * error.c (syserr_initialize): use mesg's encoding when localenaruse2010-10-111-0/+6
* * error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse2010-10-111-0/+5
* * ext/stringio/stringio.c (strio_set_encoding):naruse2010-10-101-2/+9
* * io.c (rb_io_set_encoding): use rb_funcall2 when the io is notnaruse2010-10-101-0/+5
* * lib/set.rb (Set#replace): Apply a bit of optimization.knu2010-10-101-0/+4
* * configure.in (RUBY_MINGW32): canonicalize as like mswin version.nobu2010-10-101-0/+4
* * vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu2010-10-091-0/+5
* * configure.in (RSHIFT): quote to get rid of argument expansionnobu2010-10-091-0/+5
* fix typoskazu2010-10-091-3/+3
* * thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu2010-10-091-0/+10
* * thread.c (rb_threadptr_exec_event_hooks): suppress each eventnobu2010-10-091-0/+8
* * thread.c (rb_threadptr_remove_event_hook): fix typo.nobu2010-10-081-0/+4
* * 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-081-5/+3
* * lib/csv.rb: Fixing documentation typos. [ruby-core:32712]jeg22010-10-071-0/+4
* * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu2010-10-071-0/+5
* * vm_exec.c (vm_exec_core): Treat clang as non gcc on thisnaruse2010-10-071-0/+5
* describe the reporter.akr2010-10-061-1/+1
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+11