summaryrefslogtreecommitdiff
path: root/include/ruby/st.h
AgeCommit message (Expand)Author
2011-02-01 * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki
2010-07-27* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-01-25* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu
2009-11-04* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu
2009-09-28* include/ruby/st.h: include inttypes.h and stdint.h.naruse
2009-09-28include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst
2009-09-26* st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu
2009-09-09Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-09-09Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-09-09* st.c (st_free_table): constified.nobu
2009-09-08* st.c (st_init_*table_with_size): use st_index_t.nobu
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-06-16* st.c, include/ruby/st.h (st_memsize): added. This function returnsko1
2009-05-27* st.c (st_insert2): new function with processing new key,matz
2009-02-08* include/ruby/st.h, st.c: order entries by a linked list instead ofmame
2008-12-23 * include/ruby/st.h: need to include defines.h because LONG_LONG isusa
2008-12-11* include/ruby/st.h (size_t): needs stddef.h or stdlib.h.nobu
2008-08-07add a comment.akr
2008-07-01 * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-24* load.c (rb_feature_p): returns loading path name too.nobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-02* include/ruby/st.h (struct st_table): make num_entries bitfieldakr
2007-09-01* include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu
2007-09-01* st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu
2007-08-29* include/ruby/st.h (struct st_table): add entries_packed 1-bitakr
2007-08-21* st.c (struct st_table_entry): add new members, fore and back, tonobu
2007-07-05* include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu
2007-06-10* include/ruby: moved public headers.nobu