aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu2008-01-041-1/+3
* * vm.c (rb_frame_method_id_and_class): new function to get theshugo2007-12-251-0/+1
* * include/ruby/intern.h, random.c, array.c:akr2007-12-241-2/+2
* * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu2007-12-211-0/+1
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-181-0/+1
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-0/+1
* * signal.c (ruby_signal): use SA_SIGINFO if available.matz2007-11-301-1/+1
* * signal.c (trap_signm): SIGVTALRM no longer used for greenmatz2007-11-301-0/+1
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-231-1/+2
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-231-0/+1
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-201-3/+2
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-1/+2
* * range.c (range_first): takes first n element if argument ismatz2007-10-181-0/+1
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-111-1/+0
* * 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