summaryrefslogtreecommitdiff
path: root/signal.c
Commit message (Expand)AuthorAgeFilesLines
* * signal.c (ruby_signal): don't set SA_RESTART. a backport fromshyouhei2007-02-261-8/+0
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-07-101-9/+128
* * signal.c: revert last change.nagai2006-06-231-120/+9
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-06-211-9/+120
* * signal.c (trap): sig should be less then NSIG. Coverity foundmatz2006-05-051-1/+1
* * signal.c (Init_signal): revert C++ style comment.matz2005-12-151-2/+2
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-2/+2
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-1/+2
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-1/+1
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-12/+16
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-1/+1
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-0/+24
* RDoc comments added by Elliott Hughesdave2003-12-271-0/+74
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-1/+1
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-051-0/+50
* * signal.c (ruby_signal_name): adjust to the prototype.nobu2003-10-011-1/+1
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-0/+7
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* * array.c (get_inspect_tbl): check whether inspect_tbl value is amatz2003-05-191-1/+1
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-251-6/+10
* * variable.c (rb_obj_classname): new function.matz2003-01-311-1/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-6/+6
* WinCE patch mergedmatz2002-12-021-6/+6
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-281-2/+0
* * io.c (NOFILE): define NOFILE as 64 if not defined.eban2002-08-161-0/+4
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-291-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-46/+46
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-16/+23
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-1/+1
* * signal.c (ruby_signal): must define sighandler_t unlessnobu2002-01-211-1/+1
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-22/+45
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-1/+6
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+2
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-2/+5
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-2/+19
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-1/+1
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+3
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-1/+1
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-1/+1
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-1/+1
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-2/+12
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-11-271-1/+4
* matzmatz2000-11-141-14/+11