| Commit message (Expand) | Author | Age | Files | Lines |
* | * encoding.c (rb_enc_associate_index): deal with ASCII compatible | nobu | 2007-09-26 | 1 | -0/+12 |
* | * gc.c (rb_mark_set): new function to mark keys. | nobu | 2007-09-26 | 1 | -0/+1 |
* | * encoding.c (rb_enc_check): check for ASCII-compatibilities. | nobu | 2007-09-26 | 2 | -0/+6 |
* | * marshal.c (r_object0): don't call user-defined initialize for | akr | 2007-09-08 | 1 | -0/+1 |
* | * eval_method.ci (rb_get_alloc_func): new function to get allocation | akr | 2007-09-08 | 1 | -1/+4 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 3 | -7/+7 |
* | * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support. | nobu | 2007-09-06 | 1 | -1/+1 |
* | * include/ruby/st.h (struct st_table): make num_entries bitfield | akr | 2007-09-02 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr | 2007-09-01 | 2 | -3/+32 |
* | * include/ruby/st.h (rb_index_t): use st_data_t for the platforms it | nobu | 2007-09-01 | 1 | -5/+4 |
* | * st.c (st_numcmp, st_numhash): use st_data_t instead of long, because | nobu | 2007-09-01 | 1 | -19/+32 |
* | fix comment. | akr | 2007-08-31 | 1 | -1/+1 |
* | add comment. | akr | 2007-08-30 | 1 | -2/+3 |
* | enclose RHASH_XXX macros by parenthesis. | akr | 2007-08-29 | 1 | -2/+2 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 2 | -1/+7 |
* | * string.c (str_gsub): should not use mbclen2() which has broken API. | matz | 2007-08-29 | 1 | -3/+0 |
* | * include/ruby/st.h (struct st_table): add entries_packed 1-bit | akr | 2007-08-29 | 1 | -1/+2 |
* | * include/ruby/defines.h (flush_register_windows): call "ta 0x03" | matz | 2007-08-29 | 1 | -4/+2 |
* | * string.c (rb_str_subseq): retrieve substring based on byte offset. | matz | 2007-08-28 | 1 | -0/+1 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -3/+3 |
* | * encoding.c (rb_enc_codelen): raises invalid sequence exception | matz | 2007-08-27 | 1 | -2/+4 |
* | * include/ruby/encoding.h: remove unused rb_enc_ismbchar(). | matz | 2007-08-25 | 1 | -2/+0 |
* | * string.c, include/ruby/intern.h: export rb_str_length(). | ko1 | 2007-08-25 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_enc_str_new): prototype added. | nobu | 2007-08-25 | 1 | -0/+1 |
* | include/ruby/encoding.h: added. | matz | 2007-08-25 | 1 | -0/+79 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 8 | -14/+43 |
* | * cont.c: separate Continuation and Fiber from core. | ko1 | 2007-08-25 | 2 | -1/+1 |
* | * cont.c: add Fiber#resume and Fiber.yield. | ko1 | 2007-08-21 | 1 | -1/+2 |
* | * st.c (struct st_table_entry): add new members, fore and back, to | nobu | 2007-08-21 | 1 | -0/+3 |
* | * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), | ko1 | 2007-08-17 | 1 | -0/+4 |
* | * enumerator.c (enumerator_next_p): should check correctly even when | matz | 2007-08-08 | 1 | -0/+1 |
* | * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT. | nobu | 2007-08-07 | 1 | -3/+4 |
* | * cont.c (rb_fiber_yield): change argument ordering. export. | matz | 2007-08-06 | 2 | -0/+4 |
* | * parse.y (reg_compile_gen): set error if failed to compile regexp | nobu | 2007-08-02 | 1 | -1/+0 |
* | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | 2007-07-23 | 1 | -1/+1 |
* | * thread.c (is_ruby_native_thread): made an int function as | nobu | 2007-07-22 | 2 | -1/+1 |
* | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu | 2007-07-22 | 1 | -0/+1 |
* | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | nobu | 2007-07-19 | 1 | -0/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -0/+1 |
* | * include/ruby/intern.h: remove unused function declarations. | ko1 | 2007-07-13 | 2 | -16/+0 |
* | * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform. | usa | 2007-07-11 | 1 | -1/+1 |
* | * hash.c (rb_hash_lookup): added. this function is similar to | ko1 | 2007-07-10 | 1 | -0/+1 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -1/+0 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 2 | -8/+9 |
* | * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdb | nobu | 2007-07-05 | 2 | -60/+234 |
* | * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): | nobu | 2007-07-05 | 1 | -3/+3 |
* | * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined. | usa | 2007-07-03 | 1 | -0/+4 |
* | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 | 2007-06-27 | 1 | -2/+0 |
* | * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat, | usa | 2007-06-27 | 1 | -2/+22 |
* | * include/ruby/ruby.h: IL32LLP64 support. | usa | 2007-06-26 | 1 | -7/+2 |