aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (rb_hash_assoc): performance improvement by replacingglass2013-07-293-2/+66
* Add a frozenness check test for Enumerator::Lazy#initialize.knu2013-07-292-0/+14
* Update ChangeLog.knu2013-07-291-1/+3
* Add a frozenness check to Enumerator::Generator#initialize.knu2013-07-292-0/+6
* Add a frozenness check to Enumerator#initialize.knu2013-07-293-0/+19
* * hash.c (rb_hash_assoc): revert r42224. table->type->compare isglass2013-07-293-44/+22
* parse.y, vm_eval.c: file encoding in evalnobu2013-07-291-0/+12
* parse.y, vm_eval.c: file encoding in evalnobu2013-07-295-63/+76
* hash.c: copied identhashnobu2013-07-291-0/+15
* ChangeLog: commit missnobu2013-07-293-23/+25
* hash.c: copied identhashnobu2013-07-291-0/+5
* hash.c: clear before copynobu2013-07-291-0/+5
* hash.c: copy memberwisenobu2013-07-291-0/+5
* * hash.c (rb_hash_assoc): performance improvement by replacingglass2013-07-292-14/+50
* mkmf.rb: expand all macrosnobu2013-07-293-3/+11
* vm_eval.c: fix argument typenobu2013-07-291-2/+2
* win32.c: use enumnobu2013-07-282-4/+11
* add assert_not_empty ENV['USER']naruse2013-07-281-0/+1
* * 2013-07-29svn2013-07-281-2/+2
* * bignum.c (bigdivrem): Specialized implementation added forakr2013-07-282-0/+26
* * io.c (io_getpartial): use rb_str_locktmp_ensure().glass2013-07-283-5/+63
* extmk.rb: static extensionsnobu2013-07-282-1/+6
* * string.c: add internal API rb_str_locktmp_ensure().glass2013-07-285-3/+51
* * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass2013-07-283-0/+68
* * bignum.c (absint_numwords_generic): The char_bit variable changedakr2013-07-282-1/+6
* * bignum.c: Constify bary_* functions.akr2013-07-282-41/+46
* * include/ruby/intern.h (rb_absint_size): Declaration moved fromakr2013-07-286-3/+111
* win32.c: fix pipe name formattingnobu2013-07-282-4/+14
* Show TERM environment variable on failurenaruse2013-07-271-1/+1
* test_rubyoptions.rb: split test_segv_testnobu2013-07-271-2/+19
* * bignum.c (rb_big_size): Return the bignum "bytewise" size.akr2013-07-272-1/+7
* * 2013-07-28svn2013-07-271-2/+2
* * include/ruby/intern.h (rb_integer_pack): Declaration moved fromakr2013-07-273-23/+31
* * 2013-07-27svn2013-07-271-2/+2
* fix a typokazu2013-07-271-1/+1
* * NEWS: Add a new feature that REXML::Parsers::StreamParserkou2013-07-262-0/+8
* * lib/rexml/parsers/streamparser.rbkou2013-07-263-0/+36
* parse.y: separate numeric literalnobu2013-07-263-5/+22
* vm_exec.h: fix CHECK_VM_STACK_OVERFLOW_FOR_INSNnobu2013-07-262-4/+12
* Add facility to Syslog::Logger.knu2013-07-264-23/+97
* * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stackko12013-07-263-2/+14
* * array.c (ary_memcpy): cast to int to suppress a warning.ko12013-07-262-1/+5
* * array.c (ary_memcpy): try to enable optimization.ko12013-07-262-2/+7
* win32/file.c: suppress warningnobu2013-07-261-3/+0
* win32/file.c: fix target encodingnobu2013-07-262-1/+7
* win32/file.c: adjust indentnobu2013-07-261-1/+1
* ChangeLog typozzak2013-07-261-1/+1
* * ext/fiddle/*: [DOC] More doc on dlopen and RTLD_DEFAULT from r42186zzak2013-07-263-5/+16
* test_require.rb: same processnobu2013-07-261-4/+8
* test_require.rb: use assert_separatelynobu2013-07-261-69/+30