aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-47/+22
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-24/+4
* * signal.c (trap): non-string trap hander was ignored.nobu2005-06-301-0/+3
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-26/+38
* * signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz2005-06-121-1/+2
* * signal.c (ruby_signal): don't set SA_RESTART.akr2005-06-051-8/+0
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * eval.c (ruby_native_thread_kill): call pthread_kill() to send anagai2005-03-021-8/+31
* * signal.c (ruby_signal, ruby_nativethread_signal): must be valid asnobu2005-02-221-2/+12
* * signal.c: Standard signal handlers ignore signals on non-Ruby nativenagai2005-02-211-4/+84
* * signal.c (sighandler): call handler immediately only for defaultmatz2004-11-301-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