Age | Commit message (Expand) | Author |
2007-01-31 | * removed svn:keywords for compatibility. | shugo |
2006-05-16 | * re.c (rb_reg_initialize): should not modify untainted objects in | matz |
2006-01-25 | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu |
2005-11-23 | * intern.h, file.c: failed to compile on windows. | ocean |
2005-10-22 | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu |
2005-10-11 | * eval.c (rb_obj_respond_to): check if obj responds to the given | nobu |
2005-09-28 | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu |
2005-06-12 | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz |
2004-12-03 | * st.h: fix prototypes. | nobu |
2004-11-29 | * object.c (convert_type): [ruby-core:03845] | matz |
2004-10-30 | * string.c (rb_str_locktmp): lock string temporarily. | matz |
2004-10-20 | * string.c (str_gsub): reentrant check. [ruby-dev:24432] | matz |
2004-10-18 | * intern.h, object.c (rb_class_inherited_p): export. | nobu |
2004-10-06 | * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by | matz |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
2004-07-23 | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz |
2004-07-15 | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean |
2004-06-29 | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu |
2004-05-14 | * eval.c (eval): warning during eval should not cause deadlock. | matz |
2004-03-31 | * intern.h: provide proper prototypes. [ruby-core:02724] | nobu |
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 |
2003-09-12 | * intern.h (rb_disable_super, rb_enable_super): replace with dummy | nobu |
2003-08-06 | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz |
2003-07-31 | * numeric.c (rb_num_coerce_relop): export function. | matz |
2003-07-29 | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz |
2003-07-26 | * variable.c (rb_mod_const_missing): "const_missing" should not | matz |
2003-07-22 | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz |
2003-07-15 | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz |
2003-07-07 | * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel. | matz |
2003-07-03 | * array.c (rb_values_at): extract common procedure from | matz |
2003-06-20 | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz |
2003-06-16 | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz |
2003-06-06 | * gc.c (define_final): eliminate rb_f_lambda() call. | matz |
2003-05-29 | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu |
2003-05-19 | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz |
2003-05-13 | * eval.c (error_pos): use $deferr for output instead of stderr | matz |
2003-05-08 | * compar.c (rb_cmperr): raise comparison failure. | nobu |
2003-03-20 | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz |
2003-03-07 | * parse.y (dsym): :"symbol string" style should not contain `\0'. | matz |
2003-03-04 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu |
2003-02-18 | * eval.c (rb_call0): should not report uninitialized warning by | matz |
2003-02-09 | * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS): | nobu |
2003-02-07 | * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make | knu |
2003-02-07 | * intern.h, re.c (rb_memsearch): returns long. | nobu |
2003-02-03 | * re.c (rb_memsearch): algolithm body of String#index. | matz |