| Commit message (Expand) | Author | Age | Files | Lines |
* | * signal.c: Standard signal handlers ignore signals on non-Ruby native | nagai | 2005-02-21 | 1 | -0/+4 |
* | * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity, | nobu | 2004-12-16 | 1 | -0/+3 |
* | * eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189] | matz | 2004-12-13 | 1 | -1/+0 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -0/+1 |
* | * st.h: fix prototype for C++. | nobu | 2004-12-03 | 1 | -2/+2 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -0/+1 |
* | * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656] | matz | 2004-10-31 | 1 | -0/+2 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -1/+1 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -0/+2 |
* | * eval.c (rb_call0): invoke finalizers periodically. | nobu | 2004-09-27 | 1 | -0/+1 |
* | * intern.h, struct.c (rb_struct_s_members, rb_struct_members): public | nobu | 2004-09-27 | 1 | -0/+2 |
* | * parse.y (rb_parser_append_print): should handle prelude. | matz | 2004-09-24 | 1 | -1/+1 |
* | * parse.y: remove global variables ruby_eval_tree and | matz | 2004-09-22 | 1 | -2/+0 |
* | * array.c (rb_ary_delete): element comparison might change array | matz | 2004-09-17 | 1 | -1/+0 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -4/+4 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -1/+1 |
* | * eval.c (eval): warning during eval should not cause deadlock. | matz | 2004-05-10 | 1 | -1/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -0/+2 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -1/+0 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -1/+4 |
* | * intern.h: provide proper prototypes. [ruby-core:02724] | nobu | 2004-03-31 | 1 | -3/+3 |
* | * configure.in: check functions, fork spawnv. | nobu | 2004-02-16 | 1 | -0/+15 |
* | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu | 2004-02-10 | 1 | -0/+1 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -0/+1 |
* | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu | 2003-12-21 | 1 | -0/+1 |
* | * dir.c (check_dirname): check string safety and remove extraneous | nobu | 2003-12-15 | 1 | -0/+4 |
* | * intern.h (ruby_stop): never return. | nobu | 2003-10-14 | 1 | -1/+1 |
* | * eval.c (rb_feature_p): match by classified suffix. | nobu | 2003-10-13 | 1 | -0/+1 |
* | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz | 2003-10-01 | 1 | -1/+1 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -0/+1 |
* | * intern.h (rb_disable_super, rb_enable_super): replace with dummy | nobu | 2003-09-12 | 1 | -2/+2 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -2/+2 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -2/+3 |
* | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz | 2003-07-29 | 1 | -0/+1 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -1/+1 |
* | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz | 2003-07-22 | 1 | -1/+1 |
* | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -0/+1 |
* | * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel. | matz | 2003-07-07 | 1 | -0/+1 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -0/+1 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -1/+3 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -1/+1 |
* | * gc.c (define_final): eliminate rb_f_lambda() call. | matz | 2003-06-06 | 1 | -0/+1 |
* | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu | 2003-05-29 | 1 | -4/+3 |
* | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 1 | -1/+1 |
* | * eval.c (error_pos): use $deferr for output instead of stderr | matz | 2003-05-13 | 1 | -0/+2 |
* | * compar.c (rb_cmperr): raise comparison failure. | nobu | 2003-05-08 | 1 | -0/+1 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -0/+1 |
* | * parse.y (dsym): :"symbol string" style should not contain `\0'. | matz | 2003-03-07 | 1 | -0/+1 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu | 2003-03-04 | 1 | -11/+11 |