summaryrefslogtreecommitdiff
path: root/include/ruby/st.h
AgeCommit message (Expand)Author
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