summaryrefslogtreecommitdiff
path: root/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_atfork): When a ruby process forks, its randomshyouhei2011-05-201-0/+1
* * intern.h (VALUE rb_ary_join): I have never seen this functionnobu2011-01-011-1/+0
* * intern.h (rb_usascii_str_new): macros for forward compatibility.nobu2010-09-031-0/+3
* * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu2010-07-271-0/+9
* * pack.c: backport integer pack/unpack from 1.9 for [ruby-core:21937].akr2010-05-101-0/+2
* * variable.c, intern.h: Add rb_const_remove().knu2010-03-251-0/+1
* * object.c, intern.h: Export rb_sym_to_s.knu2009-12-311-0/+1
* * intern.h (rb_thread_join): added prototype. a patch fromnobu2009-10-221-0/+1
* * *.[chy]: removed trailing spaces.nobu2009-10-221-1/+1
* * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu2009-04-031-0/+1
* * pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv toknu2008-12-031-0/+2
* * gc.c (rb_mark_set): new function to mark keys.nobu2008-09-031-0/+1
* * hash.c (rb_hash_set_default_proc): Add Hash#default_proc=;knu2008-08-131-0/+1
* * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu2008-08-091-1/+1
* * gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke2008-07-021-0/+1
* * array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei2008-06-191-0/+1
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-1/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * class.c (struct clone_method_data): Add cref.knu2008-04-261-0/+2
* * eval.c (rb_proc_new, YIELD_FUNC_LAMBDA): Add a new nd_stateknu2008-04-221-1/+0
* * eval.c (rb_f_method_name): New gloval function: __method__;knu2008-04-211-1/+2
* * eval.c (rb_exec_recursive): New internal function to helpknu2008-04-191-0/+1
* * intern.h, hash.c (rb_hash_lookup): New internal function toknu2008-04-191-0/+1
* * random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export.knu2008-04-141-0/+4
* * enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu2008-04-091-0/+8
* * eval.c (rb_obj_method, rb_proc_call), intern.h: Export.knu2008-04-091-0/+2
* * object.c (rb_check_to_integer): backported for range_step.nobu2008-04-051-0/+1
* * intern.h, string.c (rb_str_set_len): added for upgrading path fromnobu2007-12-271-0/+1
* * eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu2007-09-201-0/+2
* * intern.h (is_ruby_native_thread): removed since declared as an intnobu2007-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
* * eval.c (error_handle): no message when exiting by signal.nobu2007-03-111-1/+2
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-151-0/+1
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-101-0/+2
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-0/+1
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-141-0/+1
* * re.c (rb_reg_initialize): should not modify untainted objects inmatz2006-05-161-3/+3
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-251-1/+0
* * intern.h, file.c: failed to compile on windows.ocean2005-11-231-0/+1
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+1
* * eval.c (rb_obj_respond_to): check if obj responds to the givennobu2005-10-111-0/+1
* * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu2005-09-281-1/+1
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-0/+1
* * st.h: fix prototypes.nobu2004-12-031-2/+2
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-0/+1
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-0/+2
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-0/+1
* * intern.h, object.c (rb_class_inherited_p): export.nobu2004-10-181-0/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-0/+2