Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: c2c346f1c81f42b3b32dcdbb784a1a9ed0915fe7 https://github.com/MacRuby/MacRuby/commit/c2c346f1c81f42b3b32dcdbb784a1a9ed0... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M hash.c M include/ruby/st.h M st.c Log Message: ----------- use st_index_t Commit: 61f234cc7a10405c720f015e2fa596fd5f54a689 https://github.com/MacRuby/MacRuby/commit/61f234cc7a10405c720f015e2fa596fd5f... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M st.c Log Message: ----------- save table->bins and never change the table during unpacking Commit: fac3969665e3958bb4d60fb45de347454f7abe0a https://github.com/MacRuby/MacRuby/commit/fac3969665e3958bb4d60fb45de347454f... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M include/ruby/st.h M st.c Log Message: ----------- order entries by a linked list instead of a loop to fix iteration miss when hash is modified during iteration Commit: 2c70c723c84bc2aac387a9d7dd2fbe277bb90673 https://github.com/MacRuby/MacRuby/commit/2c70c723c84bc2aac387a9d7dd2fbe277b... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M st.c Log Message: ----------- improved collision log feature Commit: a25944ef5bfd918b20ac9adf53262fff858989cb https://github.com/MacRuby/MacRuby/commit/a25944ef5bfd918b20ac9adf53262fff85... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M st.c Log Message: ----------- fix indentation Commit: 1c753b9b0a9a7e320fbb4ced626bbc6c1ebc1ae7 https://github.com/MacRuby/MacRuby/commit/1c753b9b0a9a7e320fbb4ced626bbc6c1e... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M st.c Log Message: ----------- deals with packed entries Commit: 3465f7ba989d76af80652988ff72e366a4409d70 https://github.com/MacRuby/MacRuby/commit/3465f7ba989d76af80652988ff72e366a4... Author: Watson <watson1978@gmail.com> Date: 2012-01-02 (Mon, 02 Jan 2012) Changed paths: M st.c Log Message: ----------- don't access ptr->hash after func call Compare: https://github.com/MacRuby/MacRuby/compare/d00fb1a...3465f7b