| Commit message (Expand) | Author | Age | Files | Lines |
* | * vsnprintf.c (BSD_vfprintf): fix over-count of field size. | nobu | 2010-10-19 | 1 | -0/+4 |
* | * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a. | nobu | 2010-10-18 | 1 | -0/+5 |
* | Revert r29527. [ruby-dev:42419] | naruse | 2010-10-18 | 1 | -7/+0 |
* | * ext/digest/digest.c (rb_digest_class_init): Define | knu | 2010-10-18 | 1 | -0/+5 |
* | * pack.c (pack_pack): Add native size option ! to q and Q. | naruse | 2010-10-18 | 1 | -0/+7 |
* | * pack.c (pack_pack): refine the document. [ruby-dev:42397] | akr | 2010-10-18 | 1 | -0/+5 |
* | * lib/net/http.rb (transport_request): @socket may be nil. | naruse | 2010-10-18 | 1 | -0/+5 |
* | * sprintf.c (BSD_vfprintf): wrong padding arround prefix and | naruse | 2010-10-18 | 1 | -0/+5 |
* | * lib/date/delta.rb: added an rdoc tag. | tadf | 2010-10-17 | 1 | -0/+4 |
* | * variable.c (rb_mod_remove_const): update rdoc. | nobu | 2010-10-17 | 1 | -0/+5 |
* | * class.c (rb_define_{class,module}_id_under): register to be | nobu | 2010-10-17 | 1 | -0/+5 |
* | * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936 | suke | 2010-10-16 | 1 | -0/+5 |
* | * Makefile.in (CPP): already used in .c.i rule. | nobu | 2010-10-16 | 1 | -0/+7 |
* | * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using command | nobu | 2010-10-16 | 1 | -0/+10 |
* | * dln.c (dln_strerror): get English message first, instead of | nobu | 2010-10-15 | 1 | -0/+5 |
* | * ChangeLog: fixed typo. | nobu | 2010-10-15 | 1 | -3/+3 |
* | * hash.c (rb_hash_aref): skip calling "default" method | ko1 | 2010-10-15 | 1 | -0/+5 |
* | * file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback to | nobu | 2010-10-15 | 1 | -0/+5 |
* | * ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, | suke | 2010-10-15 | 1 | -0/+5 |
* | * include/ruby/ruby.h (VALUE): prefer long over uintptr_t, | nobu | 2010-10-15 | 1 | -0/+7 |
* | * configure.in (dev_t): use RUBY_REPLACE_TYPE. | nobu | 2010-10-15 | 1 | -0/+6 |
* | Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and" | naruse | 2010-10-15 | 1 | -5/+0 |
* | * pack.c (pack_pack): simplify comparison of explicit_endian | naruse | 2010-10-15 | 1 | -0/+7 |
* | * sprintf.c (rb_str_format): fix: sprintf with hex format and | naruse | 2010-10-15 | 1 | -0/+5 |
* | * pack.c (pack_pack): fix more than one modifiers appear in the | naruse | 2010-10-15 | 1 | -0/+7 |
* | test/win32ole/test_folderitem2_invokeverb.rb: refactoring. | suke | 2010-10-14 | 1 | -0/+4 |
* | * insns.def, iseq.c, vm_insnhelper.c: rename variable name | ko1 | 2010-10-14 | 1 | -0/+5 |
* | * pack.c (pack_pack): support endian modifiers: < and >. | naruse | 2010-10-14 | 1 | -0/+7 |
* | * ext/win32ole/win32ole.c (reg_get_val): expand environment in | suke | 2010-10-14 | 1 | -0/+5 |
* | * file.c (DEVT2NUM): added. Size of dev_t is depend on the | naruse | 2010-10-13 | 1 | -0/+17 |
* | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu | 2010-10-13 | 1 | -0/+6 |
* | * numeric.c (ruby_float_step): fix Numeric#step with infinity unit | naruse | 2010-10-13 | 1 | -0/+5 |
* | * tool/enc-unicode.rb: get rid of lots of warnings. | nobu | 2010-10-13 | 1 | -1/+3 |
* | * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers. | nobu | 2010-10-13 | 1 | -1/+5 |
* | * numeric.c (check_uint): get rid of overflow on LLP64 platforms. | nobu | 2010-10-13 | 1 | -1/+3 |
* | * insns.def (opt_case_dispatch): use st_data_t. | nobu | 2010-10-13 | 1 | -0/+4 |
* | * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte | xibbar | 2010-10-13 | 1 | -0/+5 |
* | * numeric.c (int_chr): raise error when the value is negative. | naruse | 2010-10-13 | 1 | -0/+4 |
* | * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prot... | shyouhei | 2010-10-13 | 1 | -0/+4 |
* | * numeric.c (rb_num_to_uint): fix 32bit logic. | naruse | 2010-10-13 | 1 | -0/+4 |
* | * numeric.c (rb_num_to_uint): added to check the range of arguments. | naruse | 2010-10-13 | 1 | -0/+7 |
* | * thread_win32.c (w32_error): get English message first, instead | usa | 2010-10-13 | 1 | -0/+6 |
* | * debug.c (ruby_set_debug_option): define always for binary | nobu | 2010-10-13 | 1 | -0/+7 |
* | * include/ruby/ruby.h (ruby_executable_node): missing prototype. | nobu | 2010-10-13 | 1 | -0/+4 |
* | * missing/strchr.c: add strlen's prototype. | naruse | 2010-10-12 | 1 | -0/+6 |
* | * ext/syck/rubyext.c (struct mktime_arg): constified. | nobu | 2010-10-12 | 1 | -0/+7 |
* | * st.c (MurmurMagic): get rid of literal overflow. | nobu | 2010-10-12 | 1 | -1/+3 |
* | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu | 2010-10-12 | 1 | -0/+5 |
* | * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe): | nobu | 2010-10-12 | 1 | -1/+8 |
* | * vsnprintf.c (BSD_vfprintf): fix cast. | nobu | 2010-10-12 | 1 | -1/+3 |