summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2007-12-25* vm.c (rb_frame_method_id_and_class): new function to get theshugo
2007-12-24* include/ruby/intern.h, random.c, array.c:akr
2007-12-21* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu
2007-12-18* object.c (rb_obj_freeze): preserve frozen state of immediatematz
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-11-30* signal.c (ruby_signal): use SA_SIGINFO if available.matz
2007-11-30* signal.c (trap_signm): SIGVTALRM no longer used for greenmatz
2007-11-23* struct.c (rb_struct_alloc_noinit): new function.akr
2007-11-23* struct.c (rb_struct_define_without_accessor): new function.akr
2007-11-20* gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko1
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-10-18* range.c (range_first): takes first n element if argument ismatz
2007-10-11* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz
2007-10-06* insns.def (opt_eq): get rid of gcc bug.nobu
2007-10-04revert rb_memcmp() change to pacify GCC optimizermatz
2007-10-04* re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz
2007-09-28* io.c (rb_io_fdopen): create IO object from fd.nobu
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-26* gc.c (rb_mark_set): new function to mark keys.nobu
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-08* marshal.c (r_object0): don't call user-defined initialize forakr
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-28* string.c (rb_str_subseq): retrieve substring based on byte offset.matz
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-25* string.c, include/ruby/intern.h: export rb_str_length().ko1
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-21* cont.c: add Fiber#resume and Fiber.yield.ko1
2007-08-06* cont.c (rb_fiber_yield): change argument ordering. export.matz
2007-08-02* parse.y (reg_compile_gen): set error if failed to compile regexpnobu
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-13* include/ruby/intern.h: remove unused function declarations.ko1
2007-07-10* hash.c (rb_hash_lookup): added. this function is similar toko1
2007-07-10* vm.c, insnhelper.ci: fix svar interface.ko1
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-22* string.c (rb_str_upto): add optional argument to specifymatz
2007-06-10* include/ruby: moved public headers.nobu