aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* show errno on FiberError ref #8711naruse2013-07-311-1/+2
* * string.c (rb_str_rindex): performance improvement by usingglass2013-07-313-16/+67
* * string.c (rb_str_rindex): refactoring and avoid to call str_nth() ifglass2013-07-312-11/+22
* Show /proc/meminfo on NoMemoryError ref #8711naruse2013-07-311-2/+1
* Add a reference to the related issue.knu2013-07-311-0/+1
* * lib/set.rb: [DOC] Add a couple of notes on Hash as storage.knu2013-07-312-3/+14
* * lib/set.rb: [DOC] Fix example result. Hash is now ordered.knu2013-07-312-1/+5
* Use the term "sorted" instead "ordered" when mentioning SortSet.knu2013-07-312-1/+6
* * bignum.c (big2str_struct): New structure.akr2013-07-312-20/+33
* add github url to changelog for r42260zzak2013-07-311-0/+1
* * lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369]zzak2013-07-312-1/+5
* * remove trailing spaces.nobu2013-07-301-1/+1
* * 2013-07-31svn2013-07-301-2/+2
* * lib/rubygems: Import RubyGems from master as of commit 523551cdrbrain2013-07-3014-212/+311
* * test/ruby/test_hash.rb: add a test for enumeration order of Hash.glass2013-07-302-0/+9
* rescue NoMemoryErrornaruse2013-07-301-1/+1
* 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