| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge revision(s) 51423,51425: [Backport #9381] | usa | 2015-08-17 | 1 | -2/+4 |
| * | merge revision(s) 49999,50000: [Backport #10979] | usa | 2015-05-28 | 1 | -0/+7 |
| * | merge revision(s) r46547: [Backport #9976] | nagachika | 2014-09-01 | 1 | -5/+9 |
| * | merge revision(s) r46570: [Backport #9983] | nagachika | 2014-08-03 | 1 | -2/+3 |
| * | merge revision(s) r46557,r46565: [Backport #9978] | nagachika | 2014-08-03 | 1 | -11/+9 |
| * | merge revision(s) r46550: [Backport #9977] | nagachika | 2014-08-03 | 1 | -2/+5 |
| * | merge revision(s) 44370: [Backport #9576] | naruse | 2014-03-01 | 1 | -1/+1 |
| * | merge revision(s) 45076: [Backport #9535] | naruse | 2014-02-22 | 1 | -0/+2 |
| * | merge revision(s) 45057,45059: [Backport #9533] | naruse | 2014-02-22 | 1 | -7/+18 |
| * | merge revision(s) 44525,44534,44537: [Backport #9381] | naruse | 2014-02-05 | 1 | -3/+12 |
| * | merge revision(s) 44358,44359,44360,44363: [Backport #9275] | naruse | 2014-01-23 | 1 | -13/+24 |
| * | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -3/+3 |
| * | hash.c: revert | nobu | 2013-12-17 | 1 | -1/+1 |
| * | hash.c: add warnings | nobu | 2013-12-17 | 1 | -12/+31 |
| * | hash.c: typo | nobu | 2013-12-16 | 1 | -1/+1 |
| * | hash.c: warnings in rb_hash_reject | nobu | 2013-12-16 | 1 | -4/+30 |
| * | hash.c: refactor loop | nobu | 2013-12-16 | 1 | -9/+3 |
| * | hash.c: reject should return a plain hash | nobu | 2013-12-11 | 1 | -15/+20 |
| * | array.c, hash.c: add salt | nobu | 2013-12-10 | 1 | -5/+9 |
| * | hash.c: fix segv in Hash#replace | tmm1 | 2013-12-09 | 1 | -1/+1 |
| * | hash.c: reject shoult infect | nobu | 2013-12-08 | 1 | -0/+1 |
| * | hash.c: fix WB miss issue in Hash#replace | tmm1 | 2013-12-08 | 1 | -16/+3 |
| * | hash.c: revert r43870 and add alternative parser patch for literal keys | tmm1 | 2013-12-08 | 1 | -3/+1 |
| * | hash.c: rb_hash_reject without dup | nobu | 2013-12-07 | 1 | -1/+17 |
| * | hash.c: bail out to the outermost frame | nobu | 2013-12-05 | 1 | -71/+3 |
| * | hash.c: same hash value for similar constructs | nobu | 2013-12-03 | 1 | -2/+67 |
| * | hash.c: detect recursion for all | nobu | 2013-12-03 | 1 | -17/+11 |
| * | * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new(). | glass | 2013-12-03 | 1 | -1/+1 |
| * | * hash.c (w32_getenv): should be static. | nobu | 2013-12-03 | 1 | -1/+1 |
| * | * hash.c (getenv): fixed test failures introduced by r43950. | usa | 2013-12-02 | 1 | -1/+2 |
| * | * hash.c (rb_hash_rehash): make temporary st_table under the control | glass | 2013-12-02 | 1 | -27/+12 |
| * | * hash.c (getenv): use ANSI codepage version of getenv() for miniruby | usa | 2013-12-01 | 1 | -1/+11 |
| * | * hash.c (rb_hash_to_a): specify array capa. | glass | 2013-12-01 | 1 | -1/+1 |
| * | * hash.c (rb_hash_rehash): fix to free new st_table when exception | glass | 2013-12-01 | 1 | -7/+32 |
| * | * st.c: add st_values() and st_values_check(). | glass | 2013-11-28 | 1 | -4/+18 |
| * | * st.c (st_keys): fix not to use Qundef in st.c. | glass | 2013-11-28 | 1 | -1/+1 |
| * | * st.c (st_keys): fix to use st_index_t for size of hash. | glass | 2013-11-27 | 1 | -1/+1 |
| * | * st.c (st_keys): define st_keys(). it writes each key to buffer. | glass | 2013-11-27 | 1 | -4/+18 |
| * | * gc.c (gc_page_sweep): Fix compile warning from last commit. | tmm1 | 2013-11-27 | 1 | -1/+1 |
| * | * hash.c (hash_aset_str): Use rb_fstring() to de-duplicate hash string | tmm1 | 2013-11-27 | 1 | -1/+3 |
| * | should not ignore the rest of recursive constructs | nobu | 2013-11-26 | 1 | -1/+1 |
| * | hash.c: cut off if recursion | nobu | 2013-11-26 | 1 | -1/+8 |
| * | hash.c: static internal functions | nobu | 2013-11-17 | 1 | -7/+7 |
| * | * cont.c : Introdule ensure rollback mechanism. Please see below. | tarui | 2013-11-15 | 1 | -0/+10 |
| * | revert r43675 and r43683 without tests for applying rollback patch. | tarui | 2013-11-15 | 1 | -15/+3 |
| * | hash.c: iteration level with reentering | nobu | 2013-11-15 | 1 | -3/+11 |
| * | hash.c: restore iter_lev | nobu | 2013-11-14 | 1 | -4/+8 |
| * | hash.c, st.c: fix for ST_CHECK | nobu | 2013-11-14 | 1 | -2/+5 |
| * | * hash.c: [DOC] Adds an example for Hash#store | zzak | 2013-11-13 | 1 | -0/+1 |
| * | * internal.h: move common string/hash flags to include file. | tmm1 | 2013-11-11 | 1 | -3/+0 |