aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (opt_eq): get rid of gcc bug.nobu2007-10-061-1/+1
* revert rb_memcmp() change to pacify GCC optimizermatz2007-10-041-1/+1
* * re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz2007-10-041-1/+1
* * io.c (rb_io_fdopen): create IO object from fd.nobu2007-09-281-0/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-0/+1
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-261-0/+1
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-261-0/+2
* * marshal.c (r_object0): don't call user-defined initialize forakr2007-09-081-0/+1
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-081-1/+4
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-0/+1
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-291-0/+1
* * 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
* * string.c, include/ruby/intern.h: export rb_str_length().ko12007-08-251-0/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-3/+4
* * cont.c: separate Continuation and Fiber from core.ko12007-08-251-0/+1
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-1/+2
* * cont.c (rb_fiber_yield): change argument ordering. export.matz2007-08-061-0/+3
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-021-1/+0
* * thread.c (is_ruby_native_thread): made an int function asnobu2007-07-221-1/+0
* * 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
* * include/ruby/intern.h: remove unused function declarations.ko12007-07-131-15/+0
* * 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-051-5/+3
* * 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-101-0/+627