summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
AgeCommit message (Expand)Author
2008-04-15* include/ruby/intern.h (rb_argv): replaced with rb_get_argv().nobu
2008-04-15* include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ]nobu
2008-04-12* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu
2008-03-17* re.c (rb_memsearch_ss): simple shift search.naruse
2008-03-16both complex and rational are now builtin classes.tadf
2008-02-23* follow type.naruse
2008-02-12* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz
2008-02-12* numeric.c (rb_num_coerce_bin): add ID argument to specifymatz
2008-01-26* include/ruby/encoding.h (rb_usascii_encindex): added prototype.nobu
2008-01-25* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr
2008-01-16* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-04* include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu
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