aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-1610-53/+89
* * 2010-03-17svn2010-03-161-2/+2
* * parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame2010-03-164-1/+15
* * tool/transcode-tblgen.rb: specialize for singletom mappings.akr2010-03-162-26/+66
* * enc/trans/emoji.trans: added codepoints leading 0xf4 into nomap_table.muraken2010-03-162-0/+6
* * ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.naruse2010-03-162-0/+7
* * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.nobu2010-03-162-0/+5
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-165-37/+66
* * win32/win32.c (rb_w32_getcwd): remvoed duplicated code.nobu2010-03-162-6/+5
* * include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings.nobu2010-03-162-1/+5
* * configure.in (RSHIFT): parenthesize the argument of cast insteadnobu2010-03-162-2/+7
* * file.c (file_expand_path): ignore dname if it has differentnobu2010-03-162-1/+25
* fix typos.akr2010-03-151-3/+3
* * tool/transcode-tblgen.rb: redundant loop removed.akr2010-03-152-12/+9
* * tool/transcode-tblgen.rb: refactored to use tree as memo key.akr2010-03-152-55/+62
* * 2010-03-16svn2010-03-151-2/+2
* * tool/transcode-tblgen.rb: more info in generating macro names.akr2010-03-152-1/+5
* * tool/transcode-tblgen.rb: ActionMap#each_firstbyte inlined.akr2010-03-152-14/+17
* * tool/transcode-tblgen.rb (transcode_tblgen): add valid_encodingakr2010-03-154-19/+34
* * random.c (default_rand): removed initial buffer.nobu2010-03-152-25/+42
* * io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz2010-03-153-1/+25
* * random.c (next_state): no initialization here.nobu2010-03-152-23/+23
* * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]naruse2010-03-153-6/+37
* * ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0]naruse2010-03-152-61/+134
* * lib/uri/common.rb (URI.encode_www_component):naruse2010-03-152-2/+9
* * symbian/README.SYMBIAN: fixed broken patch and converted tonobu2010-03-152-63/+58
* * file.c (Init_File): do not define File::ALT_SEPARATOR on cygwin.nobu2010-03-142-1/+5
* * file.c (realpath_rec): use same cache.nobu2010-03-142-3/+7
* * file.c (realpath_internal): regulate separators in prefix.nobu2010-03-141-0/+4
* * file.c (realpath_internal): regulate separators in prefix.nobu2010-03-141-1/+4
* * file.c (file_alt_separator): commit miss.nobu2010-03-141-5/+16
* * file.c (FILE_ALT_SEPARATOR): separated condition.nobu2010-03-142-3/+10
* * io.c (rb_io_each_codepoint): read directly when readconv isnobu2010-03-143-3/+23
* * tool/file2lastrev.rb (VCS::{SVN,GIT}#get_revisions):nobu2010-03-142-5/+10
* * tool/transcode-tblgen.rb (Action#hash): defined.akr2010-03-142-0/+16
* * tool/transcode-tblgen.rb: refactored.akr2010-03-142-225/+249
* * symbian/setup (*.pkg): Ruby Core installation separated from standard exten...azav2010-03-141-0/+10
* * symbian/configure.bat: Ruby Core installation separated from standard exten...azav2010-03-141-3/+4
* * symbian/README.SYMBIAN: Ruby Core installation separated from standard exte...azav2010-03-141-1/+4
* * symbian/setup (*.pkg): Ruby Core installation separated from standard exten...azav2010-03-141-1/+15
* * 2010-03-15svn2010-03-141-2/+2
* * tool/file2lastrev.rb (VCS::GIT_SVN#get_revisions) :naruse2010-03-142-2/+11
* * tool/transcode-tblgen.rb: consider valid_encoding for max_input.akr2010-03-142-0/+5
* * enc/trans/emoji.trans: fix nomap_table.akr2010-03-142-1/+5
* * compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):nobu2010-03-143-2/+7
* * file.c (EXPAND_PATH_BUFFER): make it back to usascii, to preventmatz2010-03-132-1/+6
* * tool/transcode-tblgen.rb: reject ambiguous mapping.akr2010-03-133-1/+27
* * 2010-03-14svn2010-03-131-2/+2
* rdoc update.akr2010-03-131-3/+3
* * file.c (file_expand_path): should not just copy the encodingmatz2010-03-132-2/+10