summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-16* ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using commandnobu
2010-10-15* dln.c (dln_strerror): get English message first, instead ofnobu
2010-10-15* ChangeLog: fixed typo.nobu
2010-10-15* 2010-10-16svn
2010-10-15* hash.c (rb_hash_aref): skip calling "default" methodko1
2010-10-15* .gitignore: ignore doc/capi.nobu
2010-10-15* file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback tonobu
2010-10-15* iseq.c (insn_operand_intern): fix format specifier.nobu
2010-10-15* ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, suke
2010-10-15* include/ruby/ruby.h (VALUE): prefer long over uintptr_t,nobu
2010-10-15* configure.in (dev_t): use RUBY_REPLACE_TYPE.nobu
2010-10-15Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse
2010-10-15* pack.c (pack_pack): simplify comparison of explicit_endiannaruse
2010-10-15* sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse
2010-10-15* pack.c (pack_pack): fix more than one modifiers appear in thenaruse
2010-10-15* 2010-10-15svn
2010-10-15Add missing i, I description.naruse
2010-10-14test/win32ole/test_folderitem2_invokeverb.rb: refactoring.suke
2010-10-14* insns.def, iseq.c, vm_insnhelper.c: rename variable nameko1
2010-10-14* pack.c (pack_pack): support endian modifiers: < and >.naruse
2010-10-14* ext/win32ole/win32ole.c (reg_get_val): expand environment in suke
2010-10-14Refix for r29493; it is unsigned.naruse
2010-10-13* file.c (DEVT2NUM): added. Size of dev_t is depend on thenaruse
2010-10-13* array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu
2010-10-13* 2010-10-14svn
2010-10-13* numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse
2010-10-13* tool/enc-unicode.rb: get rid of lots of warnings.nobu
2010-10-13* vm_dump.c (dump_thread): suppress a warning.nobu
2010-10-13* iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.nobu
2010-10-13* numeric.c (check_uint): get rid of overflow on LLP64 platforms.nobu
2010-10-13* insns.def (opt_case_dispatch): use st_data_t.nobu
2010-10-13* lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar
2010-10-13* numeric.c (int_chr): raise error when the value is negative.naruse
2010-10-13 * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prot...shyouhei
2010-10-13* numeric.c (rb_num_to_uint): fix 32bit logic.naruse
2010-10-13* numeric.c (rb_num_to_uint): added to check the range of arguments.naruse
2010-10-13move a non-combinational test.akr
2010-10-13* thread_win32.c (w32_error): get English message first, insteadusa
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-13Fix style for ruby-mode.el.naruse
2010-10-12Clean warnings.naruse
2010-10-12Fix test; escape a backslash.naruse
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* io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.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