summaryrefslogtreecommitdiff
path: root/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei2007-08-151-1/+0
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-151-0/+1
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-151-0/+1
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* * 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
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-0/+2
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-0/+1
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-0/+1
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-0/+1
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-11/+11
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-1/+1
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu2003-02-091-2/+2