| Commit message (Expand) | Author | Age | Files | Lines |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 13 | -59/+160 |
* | * vsnprintf.c (BSD_vfprintf): fix over-count of field size. | nobu | 2010-10-19 | 3 | -2/+7 |
* | * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a. | nobu | 2010-10-18 | 4 | -8/+21 |
* | add references. | naruse | 2010-10-18 | 2 | -0/+8 |
* | Revert r29527. [ruby-dev:42419] | naruse | 2010-10-18 | 3 | -32/+12 |
* | * ext/digest/digest.c (rb_digest_class_init): Define | knu | 2010-10-18 | 3 | -0/+19 |
* | * pack.c (pack_pack): Add native size option ! to q and Q. | naruse | 2010-10-18 | 3 | -13/+28 |
* | * pack.c (pack_pack): refine the document. [ruby-dev:42397] | akr | 2010-10-18 | 2 | -30/+31 |
* | Fix wrong test. | naruse | 2010-10-18 | 1 | -1/+1 |
* | * lib/net/http.rb (transport_request): @socket may be nil. | naruse | 2010-10-18 | 2 | -1/+6 |
* | * 2010-10-18 | svn | 2010-10-18 | 1 | -2/+2 |
* | * sprintf.c (BSD_vfprintf): wrong padding arround prefix and | naruse | 2010-10-18 | 3 | -0/+15 |
* | * lib/date/delta.rb: added an rdoc tag. | tadf | 2010-10-17 | 2 | -2/+6 |
* | * variable.c (rb_mod_remove_const): update rdoc. | nobu | 2010-10-17 | 2 | -2/+9 |
* | * class.c (rb_define_{class,module}_id_under): register to be | nobu | 2010-10-17 | 4 | -2/+13 |
* | * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936 | suke | 2010-10-16 | 2 | -2/+7 |
* | * Makefile.in (CPP): already used in .c.i rule. | nobu | 2010-10-16 | 3 | -2/+11 |
* | * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using command | nobu | 2010-10-16 | 3 | -7/+23 |
* | * dln.c (dln_strerror): get English message first, instead of | nobu | 2010-10-15 | 2 | -4/+11 |
* | * ChangeLog: fixed typo. | nobu | 2010-10-15 | 1 | -3/+3 |
* | * 2010-10-16 | svn | 2010-10-15 | 1 | -2/+2 |
* | * hash.c (rb_hash_aref): skip calling "default" method | ko1 | 2010-10-15 | 2 | -1/+13 |
* | * .gitignore: ignore doc/capi. | nobu | 2010-10-15 | 1 | -0/+1 |
* | * file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback to | nobu | 2010-10-15 | 2 | -0/+15 |
* | * iseq.c (insn_operand_intern): fix format specifier. | nobu | 2010-10-15 | 1 | -1/+1 |
* | * ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, | suke | 2010-10-15 | 2 | -3/+15 |
* | * include/ruby/ruby.h (VALUE): prefer long over uintptr_t, | nobu | 2010-10-15 | 2 | -2/+9 |
* | * configure.in (dev_t): use RUBY_REPLACE_TYPE. | nobu | 2010-10-15 | 3 | -11/+9 |
* | Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and" | naruse | 2010-10-15 | 4 | -19/+14 |
* | * pack.c (pack_pack): simplify comparison of explicit_endian | naruse | 2010-10-15 | 2 | -2/+9 |
* | * sprintf.c (rb_str_format): fix: sprintf with hex format and | naruse | 2010-10-15 | 4 | -14/+19 |
* | * pack.c (pack_pack): fix more than one modifiers appear in the | naruse | 2010-10-15 | 3 | -2/+11 |
* | * 2010-10-15 | svn | 2010-10-15 | 1 | -2/+2 |
* | Add missing i, I description. | naruse | 2010-10-15 | 1 | -8/+40 |
* | test/win32ole/test_folderitem2_invokeverb.rb: refactoring. | suke | 2010-10-14 | 2 | -47/+20 |
* | * insns.def, iseq.c, vm_insnhelper.c: rename variable name | ko1 | 2010-10-14 | 4 | -21/+26 |
* | * pack.c (pack_pack): support endian modifiers: < and >. | naruse | 2010-10-14 | 4 | -83/+160 |
* | * ext/win32ole/win32ole.c (reg_get_val): expand environment in | suke | 2010-10-14 | 3 | -1/+19 |
* | Refix for r29493; it is unsigned. | naruse | 2010-10-14 | 1 | -3/+3 |
* | * file.c (DEVT2NUM): added. Size of dev_t is depend on the | naruse | 2010-10-13 | 3 | -5/+29 |
* | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu | 2010-10-13 | 5 | -29/+35 |
* | * 2010-10-14 | svn | 2010-10-13 | 1 | -2/+2 |
* | * numeric.c (ruby_float_step): fix Numeric#step with infinity unit | naruse | 2010-10-13 | 4 | -5/+23 |
* | * tool/enc-unicode.rb: get rid of lots of warnings. | nobu | 2010-10-13 | 6 | -1/+8 |
* | * vm_dump.c (dump_thread): suppress a warning. | nobu | 2010-10-13 | 1 | -1/+1 |
* | * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers. | nobu | 2010-10-13 | 3 | -5/+9 |
* | * numeric.c (check_uint): get rid of overflow on LLP64 platforms. | nobu | 2010-10-13 | 2 | -2/+4 |
* | * insns.def (opt_case_dispatch): use st_data_t. | nobu | 2010-10-13 | 2 | -2/+6 |
* | * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte | xibbar | 2010-10-13 | 3 | -1/+7 |
* | * numeric.c (int_chr): raise error when the value is negative. | naruse | 2010-10-13 | 2 | -1/+14 |