Age | Commit message (Expand) | Author |
2005-09-28 | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu |
2005-09-14 | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-13 | * ruby.h (PRINTF_ARGS): new macro for printf style argument checking. | akr |
2005-09-12 | * file.c (apply2files): stricter callback definition. | nobu |
2005-08-30 | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu |
2005-08-14 | * intern.h (rb_check_to_integer): add declaration. | nobu |
2005-08-12 | * parse.y (f_larglist): allow optional arguments even when | matz |
2005-08-03 | * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, | matz |
2005-07-23 | * eval.c (rb_fd_select): the all three fd_sets must be long enough for | nobu |
2005-07-23 | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu |
2005-07-14 | * enum.c (enumeratorize): create new enumerator for current method if | nobu |
2005-07-11 | * eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call): | nobu |
2005-06-12 | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz |
2005-06-03 | * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE. | nobu |
2005-05-22 | * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198] | nobu |
2005-05-14 | * intern.h (ruby_pragma): prototype. [ruby-core:04881] | nobu |
2005-04-19 | * eval.c (search_required): deal with features with path too. | nobu |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-02-21 | * signal.c: Standard signal handlers ignore signals on non-Ruby native | nagai |
2004-12-16 | * eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity, | nobu |
2004-12-13 | * eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189] | matz |
2004-12-06 | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr |
2004-12-03 | * st.h: fix prototype for C++. | nobu |
2004-11-29 | * object.c (convert_type): [ruby-core:03845] | matz |
2004-10-31 | * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656] | matz |
2004-10-27 | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz |
2004-10-06 | * io.c (rb_io_mode_flags): preserve append mode flag. | matz |
2004-09-29 | * array.c (rb_ary_delete): comparison may change the capacity. | matz |
2004-09-27 | * eval.c (rb_call0): invoke finalizers periodically. | nobu |
2004-09-27 | * intern.h, struct.c (rb_struct_s_members, rb_struct_members): public | nobu |
2004-09-24 | * parse.y (rb_parser_append_print): should handle prelude. | matz |
2004-09-22 | * parse.y: remove global variables ruby_eval_tree and | matz |
2004-09-17 | * array.c (rb_ary_delete): element comparison might change array | matz |
2004-07-23 | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz |
2004-06-29 | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu |
2004-05-10 | * eval.c (eval): warning during eval should not cause deadlock. | matz |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
2004-04-07 | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz |
2004-04-07 | * file.c (rb_get_path): get path string via "to_path" method if | matz |
2004-03-31 | * intern.h: provide proper prototypes. [ruby-core:02724] | nobu |
2004-02-16 | * configure.in: check functions, fork spawnv. | nobu |
2004-02-10 | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu |
2004-01-19 | * variable.c (rb_set_class_path): do not set path if | matz |
2003-12-21 | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu |
2003-12-15 | * dir.c (check_dirname): check string safety and remove extraneous | nobu |
2003-10-14 | * intern.h (ruby_stop): never return. | nobu |
2003-10-13 | * eval.c (rb_feature_p): match by classified suffix. | nobu |
2003-10-01 | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz |
2003-09-29 | * eval.c (rb_thread_atfork): wrong format specifier. | matz |