summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-10-13* debug.c (ruby_set_debug_option): define always for binarynobu
2010-10-13* include/ruby/ruby.h (ruby_executable_node): missing prototype.nobu
2010-10-12* missing/strchr.c: add strlen's prototype.naruse
2010-10-12* ext/syck/rubyext.c (struct mktime_arg): constified.nobu
2010-10-12* st.c (MurmurMagic): get rid of literal overflow.nobu
2010-10-12* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu
2010-10-12* win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu
2010-10-12* vsnprintf.c (BSD_vfprintf): fix cast.nobu
2010-10-12* numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.nobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-12* compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu
2010-10-12* gc.c (obj_free, rb_objspace_call_finalizer): fix truncatingnobu
2010-10-12* gc.c (mark_current_machine_context): suppress warnings.nobu
2010-10-12* compile.c (iseq_compile_each): fix truncating cast.nobu
2010-10-12* cont.c (fiber_setcontext): missing variable definition.nobu
2010-10-12* error.c (exc_to_s): use OBJ_INFECT.naruse
2010-10-12* error.c (syserr_initialize): taint message if mesg is givennaruse
2010-10-12* io.c (rb_io_ungetc): always see Bignum. On 32bit valid valuenaruse
2010-10-12* string.c (rb_str_concat): use unsigned int for GB18030.naruse
2010-10-12* numeric (check_uint): the mask must refer to VALUE.naruse
2010-10-12* numeric (check_uint): set MSB for negative value.naruse
2010-10-12* win32/win32.c (rb_w32_strerror): get English message first, insteadusa
2010-10-12* win32/win32.c (rb_w32_strerror): unmap some range of errno forusa
2010-10-12* io.c (rb_io_ungetc): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_putc): support multibyte characters.naruse
2010-10-12* numeric.c (rb_enc_uint_chr): split from int_chr.naruse
2010-10-12* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse
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