Age | Commit message (Expand) | Author |
2006-07-10 | * signal.c (install_nativethread_sighandler): commented out. | nagai |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-01-09 | * gc.c (gc_stress): renamed from always_gc and enabled by default. | akr |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-11-08 | * intern.h, eval.c (rb_thread_signal_raise): costified. | ocean |
2005-09-24 | banish a warning. | akr |
2005-09-24 | banish some warnings. | akr |
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-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-07-19 | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz |
2005-06-30 | * signal.c (trap): non-string trap hander was ignored. | nobu |
2005-06-30 | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz |
2005-06-12 | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz |
2005-06-05 | * signal.c (ruby_signal): don't set SA_RESTART. | akr |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-03-02 | * eval.c (ruby_native_thread_kill): call pthread_kill() to send a | nagai |
2005-02-22 | * signal.c (ruby_signal, ruby_nativethread_signal): must be valid as | nobu |
2005-02-21 | * signal.c: Standard signal handlers ignore signals on non-Ruby native | nagai |
2004-11-30 | * signal.c (sighandler): call handler immediately only for default | 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 <[email protected]> | 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 |