summaryrefslogtreecommitdiff
path: root/st.c
AgeCommit message (Expand)Author
2008-01-01abolish warnings by previous change.akr
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-12-14* common.mk (ruby.imp): fix for circular dependency. a patch fromnobu
2007-10-16* encoding.c (rb_enc_alias, rb_enc_find_index): changednobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-20* st.c (hash_32a.c): reverted the original keywords.nobu
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 (st_clear): reset num_entries too.nobu
2007-08-21* st.c (rehash): suppress warnings.nobu
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
2006-12-31 * Merge YARVko1
2006-09-11* hash.c (rb_hash_identical): a new method to make a hash tomatz
2006-07-17* st.c: still need to include config.h on some platforms.usa
2006-07-14* st.c (malloc): use xmalloc/xcalloc instead of plainmatz
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-19* st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean
2005-12-06* gc.c (ruby_xmalloc2): change check for integer overflow.matz
2005-10-21* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz
2005-10-20* class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-23* st.c, st.h: imported additional file changes on Oniguruma 3.7.0.ksaito
2005-02-13* oniggnu.h, oniguruma.h, regcomp.c, st.c: imported Oni Guruma 3.6.0.ksaito
2005-01-28* ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg...ksaito
2004-09-23* hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz
2004-09-22* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz
2003-11-01* string.c (rb_str_hash): Update the HASH_PERL alternative hashknu
2003-01-09* st.h, st.c: Back out the introduction of st_*_func_t. Someknu
2003-01-06* st.h, st.c: Introduce new conventional typedef's, st_data_t,knu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-02-28* eval.c (rb_mod_include): load modules in argument order.matz
2002-01-16* st.c: primes should be primes.matz
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2000-12-12matzmatz
2000-07-15matzmatz
2000-05-16remove configure from repositrymatz
2000-03-232000-03-23matz
2000-03-072000-03-07matz