| Commit message (Expand) | Author | Age | Files | Lines |
* | * intern.h (st_foreach_safe): fix prototype. | usa | 2006-07-18 | 1 | -1/+2 |
* | * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019] | matz | 2006-07-11 | 1 | -6/+6 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -3/+4 |
* | * intern.h (rb_obj_instance_exec, rb_mod_module_exec): add declaration. | nagai | 2006-04-06 | 1 | -0/+2 |
* | * eval.c (ev_const_get): simplified using rb_const_get_fallback(). | matz | 2006-02-17 | 1 | -0/+2 |
* | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu | 2006-01-25 | 1 | -1/+0 |
* | * configure.in, eval.c, intern.h: check fd_mask type. | nobu | 2005-11-11 | 1 | -3/+1 |
* | * eval.c, intern.h: failed to compile where NFDBITS is defined but | ocean | 2005-11-11 | 1 | -1/+1 |
* | * intern.h, eval.c (rb_thread_signal_raise): costified. | ocean | 2005-11-08 | 1 | -1/+1 |
* | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu | 2005-10-22 | 1 | -0/+1 |
* | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean | 2005-10-21 | 1 | -1/+1 |
* | * eval.c (rb_obj_respond_to): check if obj responds to the given | nobu | 2005-10-11 | 1 | -0/+1 |
* | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu | 2005-10-11 | 1 | -1/+1 |
* | * bignum.c (rb_big_rand): removed. [ruby-dev:25405] | akr | 2005-10-01 | 1 | -1/+0 |
* | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu | 2005-09-28 | 1 | -1/+1 |
* | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean | 2005-09-14 | 1 | -1/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -458/+458 |
* | * ruby.h (PRINTF_ARGS): new macro for printf style argument checking. | akr | 2005-09-13 | 1 | -9/+5 |
* | * file.c (apply2files): stricter callback definition. | nobu | 2005-09-12 | 1 | -1/+1 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -0/+5 |
* | * intern.h (rb_check_to_integer): add declaration. | nobu | 2005-08-14 | 1 | -0/+1 |
* | * parse.y (f_larglist): allow optional arguments even when | matz | 2005-08-12 | 1 | -0/+2 |
* | * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, | matz | 2005-08-03 | 1 | -0/+2 |
* | * eval.c (rb_fd_select): the all three fd_sets must be long enough for | nobu | 2005-07-23 | 1 | -0/+2 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -1/+14 |
* | * enum.c (enumeratorize): create new enumerator for current method if | nobu | 2005-07-14 | 1 | -0/+2 |
* | * eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call): | nobu | 2005-07-11 | 1 | -0/+3 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -0/+1 |
* | * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE. | nobu | 2005-06-03 | 1 | -0/+34 |
* | * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198] | nobu | 2005-05-22 | 1 | -1/+0 |
* | * intern.h (ruby_pragma): prototype. [ruby-core:04881] | nobu | 2005-05-14 | 1 | -0/+1 |
* | * eval.c (search_required): deal with features with path too. | nobu | 2005-04-19 | 1 | -0/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -3/+2 |
* | * 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 |