aboutsummaryrefslogtreecommitdiffstats
path: root/intern.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (search_required): deal with features with path too.nobu2005-04-191-0/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-3/+2
* * signal.c: Standard signal handlers ignore signals on non-Ruby nativenagai2005-02-211-0/+4
* * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,nobu2004-12-161-0/+3
* * eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]matz2004-12-131-1/+0
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-0/+1
* * st.h: fix prototype for C++.nobu2004-12-031-2/+2
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-0/+1
* * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz2004-10-311-0/+2
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-0/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-1/+1
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-0/+2
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-271-0/+1
* * intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu2004-09-271-0/+2
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-1/+1
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-221-2/+0
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-1/+0
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-4/+4
* * 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-101-1/+1
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-0/+2
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-1/+0
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-1/+4
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-3/+3
* * configure.in: check functions, fork spawnv.nobu2004-02-161-0/+15
* * eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu2004-02-101-0/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-0/+1
* * 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