aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu2010-10-184-8/+21
* add references.naruse2010-10-182-0/+8
* Revert r29527. [ruby-dev:42419]naruse2010-10-183-32/+12
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-183-0/+19
* * pack.c (pack_pack): Add native size option ! to q and Q.naruse2010-10-183-13/+28
* * pack.c (pack_pack): refine the document. [ruby-dev:42397]akr2010-10-182-30/+31
* Fix wrong test.naruse2010-10-181-1/+1
* * lib/net/http.rb (transport_request): @socket may be nil.naruse2010-10-182-1/+6
* * 2010-10-18svn2010-10-181-2/+2
* * sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse2010-10-183-0/+15
* * lib/date/delta.rb: added an rdoc tag.tadf2010-10-172-2/+6
* * variable.c (rb_mod_remove_const): update rdoc.nobu2010-10-172-2/+9
* * class.c (rb_define_{class,module}_id_under): register to benobu2010-10-174-2/+13
* * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936suke2010-10-162-2/+7
* * Makefile.in (CPP): already used in .c.i rule.nobu2010-10-163-2/+11
* * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using commandnobu2010-10-163-7/+23
* * dln.c (dln_strerror): get English message first, instead ofnobu2010-10-152-4/+11
* * ChangeLog: fixed typo.nobu2010-10-151-3/+3
* * 2010-10-16svn2010-10-151-2/+2
* * hash.c (rb_hash_aref): skip calling "default" methodko12010-10-152-1/+13
* * .gitignore: ignore doc/capi.nobu2010-10-151-0/+1
* * file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback tonobu2010-10-152-0/+15
* * iseq.c (insn_operand_intern): fix format specifier.nobu2010-10-151-1/+1
* * ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, suke2010-10-152-3/+15
* * include/ruby/ruby.h (VALUE): prefer long over uintptr_t,nobu2010-10-152-2/+9
* * configure.in (dev_t): use RUBY_REPLACE_TYPE.nobu2010-10-153-11/+9
* Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse2010-10-154-19/+14
* * pack.c (pack_pack): simplify comparison of explicit_endiannaruse2010-10-152-2/+9
* * sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse2010-10-154-14/+19
* * pack.c (pack_pack): fix more than one modifiers appear in thenaruse2010-10-153-2/+11
* * 2010-10-15svn2010-10-151-2/+2
* Add missing i, I description.naruse2010-10-151-8/+40
* test/win32ole/test_folderitem2_invokeverb.rb: refactoring.suke2010-10-142-47/+20
* * insns.def, iseq.c, vm_insnhelper.c: rename variable nameko12010-10-144-21/+26
* * pack.c (pack_pack): support endian modifiers: < and >.naruse2010-10-144-83/+160
* * ext/win32ole/win32ole.c (reg_get_val): expand environment in suke2010-10-143-1/+19
* Refix for r29493; it is unsigned.naruse2010-10-141-3/+3
* * file.c (DEVT2NUM): added. Size of dev_t is depend on thenaruse2010-10-133-5/+29
* * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu2010-10-135-29/+35
* * 2010-10-14svn2010-10-131-2/+2
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-134-5/+23
* * tool/enc-unicode.rb: get rid of lots of warnings.nobu2010-10-136-1/+8
* * vm_dump.c (dump_thread): suppress a warning.nobu2010-10-131-1/+1
* * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.nobu2010-10-133-5/+9
* * numeric.c (check_uint): get rid of overflow on LLP64 platforms.nobu2010-10-132-2/+4
* * insns.def (opt_case_dispatch): use st_data_t.nobu2010-10-132-2/+6
* * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar2010-10-133-1/+7
* * numeric.c (int_chr): raise error when the value is negative.naruse2010-10-132-1/+14
* * vm.c (ruby_vm_destruct): This function type was wrong; correct to the prot...shyouhei2010-10-132-3/+7
* * numeric.c (rb_num_to_uint): fix 32bit logic.naruse2010-10-132-2/+9