aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* * st.c: use st_index_t for indexes instead of int.nobu2009-03-121-8/+8
* * include/ruby/st.h, st.c: order entries by a linked list instead ofmame2009-02-081-20/+21
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-1/+1
* * st.c (new_size): raise RuntimeError when st_table is too big.mame2008-09-181-3/+4
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-0/+1
* * st.c (st_reverse_foreach): comment out unused function.mame2008-06-051-0/+2
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-1/+1
* abolish warnings by previous change.akr2008-01-011-15/+10
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-1/+55
* * load.c (rb_feature_p): returns loading path name too.nobu2007-12-241-0/+29
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-141-6/+6
* * encoding.c (rb_enc_alias, rb_enc_find_index): changednobu2007-10-161-1/+1
* * encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu2007-09-281-0/+37
* * st.c (hash_32a.c): reverted the original keywords.nobu2007-09-201-3/+3
* * st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu2007-09-011-3/+3
* * include/ruby/st.h (struct st_table): add entries_packed 1-bitakr2007-08-291-0/+154
* * st.c (st_clear): reset num_entries too.nobu2007-08-211-0/+1
* * st.c (rehash): suppress warnings.nobu2007-08-211-2/+2
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-211-93/+164
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-051-4/+4
* * include/ruby: moved public headers.nobu2007-06-101-4/+5
* * Merge YARVko12006-12-311-1/+1
* * hash.c (rb_hash_identical): a new method to make a hash tomatz2006-09-111-8/+6
* * st.c: still need to include config.h on some platforms.usa2006-07-171-0/+1
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-141-1/+6
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-2/+2
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-30/+85
* * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean2005-12-191-24/+12
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-4/+4
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-211-14/+12
* * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean2005-10-201-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-53/+19
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-133/+5
* * st.c, st.h: imported additional file changes on Oniguruma 3.7.0.ksaito2005-02-231-6/+6
* * oniggnu.h, oniguruma.h, regcomp.c, st.c: imported Oni Guruma 3.6.0.ksaito2005-02-131-0/+1
* * ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg...ksaito2005-01-281-12/+145
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-231-1/+0
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-1/+15
* * string.c (rb_str_hash): Update the HASH_PERL alternative hashknu2003-11-011-2/+6
* * st.h, st.c: Back out the introduction of st_*_func_t. Someknu2003-01-091-3/+3
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-31/+32
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-1/+1
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-10/+11
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-0/+1
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-281-7/+6
* * st.c: primes should be primes.matz2002-01-161-15/+15
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-7/+9
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-1/+1