summaryrefslogtreecommitdiff
path: root/signal.c
AgeCommit message (Expand)Author
2006-10-22* signal.c (ruby_signal): don't set SA_RESTART. a backport frommatz
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 foundmatz
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 tomatz
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
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 thismatz
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-27RDoc comments added by Elliott Hughesdave
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-11-05configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai
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. Blockmatz
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 amatz
2003-03-25* signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-16Updated 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-02WinCE patch mergedmatz
2002-08-28variable.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-29Wed 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() shouldmatz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-01-21* signal.c (ruby_signal): must define sighandler_t unlessnobu
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 untermitatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
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 lengthmatz
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
2001-02-19* eval.c (secure_visibility): visibility check for untainted modules.matz
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2000-11-27matzmatz
2000-11-14matzmatz