summaryrefslogtreecommitdiffstats
path: root/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei2008-06-191-0/+1
* * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei2007-08-221-1/+0
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-221-0/+1
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-221-0/+1
* * intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()nobu2007-06-181-1/+0
* * eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei2007-06-071-0/+3
* * eval.c (error_handle): no message when exiting by signal.knu2007-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
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+2
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-4/+4
* * class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean2004-07-151-0/+1
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-1/+1
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-141-1/+1
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-3/+3
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-211-0/+1
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-0/+4
* * intern.h (ruby_stop): never return.nobu2003-10-141-1/+1
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-0/+1
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-1/+1
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-0/+1
* * intern.h (rb_disable_super, rb_enable_super): replace with dummynobu2003-09-121-2/+2
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-2/+2
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-2/+3
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-0/+1
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-1/+1
* * variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz2003-07-221-1/+1
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-0/+1
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+1
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+1
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-1/+3
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-0/+1
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-4/+3
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-1/+1