aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-4/+4
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-221-4/+4
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-0/+1
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-0/+1
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-1/+1
* * include/ruby/intern.h (rb_exec_arg_init): declared.akr2008-04-281-3/+3
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+1
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-261-1/+1
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-2/+9
* * include/ruby/intern.h (rb_argv): replaced with rb_get_argv().nobu2008-04-151-0/+2
* * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ]nobu2008-04-151-1/+0
* * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu2008-04-121-1/+0
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-1/+0
* both complex and rational are now builtin classes.tadf2008-03-161-0/+20
* * follow type.naruse2008-02-231-1/+1
* * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz2008-02-121-0/+1
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-121-3/+3
* * include/ruby/encoding.h (rb_usascii_encindex): added prototype.nobu2008-01-261-0/+2
* * include/ruby/intern.h (rb_str_buf_cat_ascii): declared.akr2008-01-251-0/+1
* * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu2008-01-161-0/+2
* * $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