aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-081-1/+4
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-063-7/+7
* * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu2007-09-061-1/+1
* * include/ruby/st.h (struct st_table): make num_entries bitfieldakr2007-09-021-2/+2
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-012-3/+32
* * include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu2007-09-011-5/+4
* * st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu2007-09-011-19/+32
* fix comment.akr2007-08-311-1/+1
* add comment.akr2007-08-301-2/+3
* enclose RHASH_XXX macros by parenthesis.akr2007-08-291-2/+2
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-292-1/+7
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-291-3/+0
* * include/ruby/st.h (struct st_table): add entries_packed 1-bitakr2007-08-291-1/+2
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz2007-08-291-4/+2
* * string.c (rb_str_subseq): retrieve substring based on byte offset.matz2007-08-281-0/+1
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-3/+3
* * encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz2007-08-271-2/+4
* * include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz2007-08-251-2/+0
* * string.c, include/ruby/intern.h: export rb_str_length().ko12007-08-251-0/+1
* * include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu2007-08-251-0/+1
* include/ruby/encoding.h: added.matz2007-08-251-0/+79
* * encoding.c: provide basic features for M17N.matz2007-08-258-14/+43
* * cont.c: separate Continuation and Fiber from core.ko12007-08-252-1/+1
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-1/+2
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-211-0/+3
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-171-0/+4
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+1
* * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu2007-08-071-3/+4
* * cont.c (rb_fiber_yield): change argument ordering. export.matz2007-08-062-0/+4
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-021-1/+0
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-231-1/+1
* * thread.c (is_ruby_native_thread): made an int function asnobu2007-07-222-1/+1
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-0/+1
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-0/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-0/+1
* * include/ruby/intern.h: remove unused function declarations.ko12007-07-132-16/+0
* * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa2007-07-111-1/+1
* * hash.c (rb_hash_lookup): added. this function is similar toko12007-07-101-0/+1
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-1/+0
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-052-8/+9
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-052-60/+234
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-051-3/+3
* * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa2007-07-031-0/+4
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-271-2/+0
* * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa2007-06-271-2/+22
* * include/ruby/ruby.h: IL32LLP64 support.usa2007-06-261-7/+2
* * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/orusa2007-06-251-2/+2
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-0/+3
* * string.c (rb_str_upto): add optional argument to specifymatz2007-06-221-1/+0
* * include/ruby: moved public headers.nobu2007-06-1016-0/+4145