aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some more tests.knu2013-07-301-0/+4
* Add Set#intersect? and #disjoint?.knu2013-07-304-0/+68
* remove duplicated entrykazu2013-07-301-5/+0
* sprintf.c: QUOTE flagnobu2013-07-304-0/+24
* remove debugging raise in previous commitnaruse2013-07-301-1/+0
* Show ObjectSpace.count_objects to debug NoMemoryErrornaruse2013-07-301-1/+12
* * ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollutionzzak2013-07-302-1/+5
* skip if ENV['USER'] is nilnaruse2013-07-301-1/+1
* * 2013-07-30svn2013-07-291-2/+2
* * sizes.c (Init_sizes): Define sizes only if the type actually exists.akr2013-07-292-13/+17
* sizes.c: RbConfig::SIZEOFnobu2013-07-294-0/+60
* * properties.nobu2013-07-290-0/+0
* * test/ruby/test_hash.rb: use @cls.nobu2013-07-291-61/+63
* * ext/curses/curses.c: [DOC] Update location of sampleszzak2013-07-2910-162/+163
* * bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Renamed fromakr2013-07-292-9/+15
* * hash.c (rb_hash_compare_by_id): add function prototype.glass2013-07-292-0/+6
* * hash.c (rb_hash_compare_by_id): don't call rb_hash_rehash()glass2013-07-292-0/+6
* * 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