Age | Commit message (Expand) | Author |
2008-06-29 | merge revision(s) 16507: | shyouhei |
2008-06-15 | merge revision(s) 15476: | shyouhei |
2007-03-11 | * eval.c (error_handle): no message when exiting by signal. | knu |
2007-02-24 | * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 | knu |
2006-10-22 | * signal.c (ruby_signal): don't set SA_RESTART. a backport from | matz |
2006-10-18 | * signal.c (Init_signal): handle SIGTERM. fixed: [ruby-list:42895] | nobu |
2006-07-10 | * signal.c (ruby_nativethread_signal, posix_nativethread_signal, | nagai |
2006-06-23 | * signal.c: revert last change. | nagai |
2006-06-21 | * signal.c (ruby_nativethread_signal, posix_nativethread_signal, | nagai |
2006-05-05 | * signal.c (trap): sig should be less then NSIG. Coverity found | matz |
2005-12-15 | * signal.c (Init_signal): revert C++ style comment. | matz |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-06-12 | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2004-06-29 | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2004-01-02 | Finish documenting internal stuff. See Changelog for other details | dave |
2003-12-27 | RDoc comments added by Elliott Hughes | dave |
2003-12-22 | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu |
2003-11-05 | configure.in, eval.c, signal.c: : add '--with-pthread-ext' option | nagai |
2003-10-01 | * signal.c (ruby_signal_name): adjust to the prototype. | nobu |
2003-09-29 | * eval.c (rb_thread_atfork): wrong format specifier. | 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-19 | * array.c (get_inspect_tbl): check whether inspect_tbl value is a | matz |
2003-03-25 | * signal.c (trap): return "DEFAULT" and "IGNORE" respectively for | matz |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2002-12-19 | * numeric.c (num_step): use DBL_EPSILON. | matz |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |
2002-12-02 | WinCE patch merged | matz |
2002-08-28 | variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381) | michal |
2002-08-16 | * io.c (NOFILE): define NOFILE as 64 if not defined. | eban |
2002-05-29 | Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org> | H_Konishi |
2002-05-14 | * eval.c (rb_clear_cache_by_class): new function. | matz |
2002-04-24 | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz |
2002-03-11 | * marshal.c (w_object): module inclusion using extend() should | matz |
2002-03-08 | * eval.c (cvar_cbase): utility function to find innermost non | matz |
2002-01-21 | * signal.c (ruby_signal): must define sighandler_t unless | nobu |
2002-01-21 | * eval.c (ruby_stop): should not trace error handler. | matz |
2001-11-21 | * parse.y (str_extend): should check nesting parentheses in #{}. | matz |
2001-11-19 | * parse.y (parse_regx): should raise error on untermitated | matz |
2001-11-13 | * signal.c (sighandle): should not re-register sighandler if | matz |
2001-08-23 | * eval.c (is_defined): should not dump core for "defined?(())". | matz |
2001-08-06 | * string.c (rb_str_lstrip_bang): new method. | matz |
2001-05-16 | * array.c (rb_ary_and): should not push frozen key string. | matz |
2001-05-02 | * eval.c (block_pass): should not downgrade safe level. | matz |
2001-03-28 | * object.c (rb_str2cstr): warn if string contains \0 and length | matz |
2001-03-21 | * gc.c (id2ref): sometimes confused symbol and reference. | matz |
2001-02-20 | * configure.in: add check for negative time_t for gmtime(3). | matz |