index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal.c: fault address
nobu
2013-12-03
1
-3
/
+8
*
* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of
usa
2013-11-21
1
-1
/
+5
*
signal.c: adjust indent
nobu
2013-10-26
1
-1
/
+1
*
signal.c: get rid of system name
nobu
2013-10-06
1
-0
/
+2
*
signal.c: adjust style
nobu
2013-09-12
1
-2
/
+4
*
signal.c: suppress a warning
nobu
2013-07-14
1
-1
/
+1
*
signal.c: for valgrind
nobu
2013-07-12
1
-0
/
+14
*
* signal.c: need to include unistd.h for write(2).
usa
2013-05-14
1
-0
/
+3
*
* signal.c (rb_f_kill): fixes typo. s/HAS_KILLPG/HAVE_KILLPG/.
kosaki
2013-05-12
1
-1
/
+1
*
Fixed comment typo by @qqshfox [fix GH-279]
hsbt
2013-04-09
1
-1
/
+1
*
envutil.rb: signal in Process::Status
nobu
2013-03-25
1
-3
/
+3
*
* internal.h: added a declaration of ruby_kill().
kosaki
2013-03-19
1
-2
/
+4
*
signal.c: fix type
nobu
2013-02-24
1
-1
/
+1
*
* signal.c (sigsegv): suppress unused result warning. Because
kosaki
2013-02-24
1
-1
/
+3
*
* signal.c (ruby_abort): fix typo in r39354 [Bug #5014]
ngoto
2013-02-22
1
-1
/
+1
*
signal.c: extract check_stack_overflow
nobu
2013-02-21
1
-15
/
+20
*
* signal.c (sigsegv): avoid to use async signal unsafe functions
kosaki
2013-02-21
1
-10
/
+25
*
* thread.c: rename methods:
ko1
2012-12-23
1
-1
/
+1
*
* signal.c (rb_sigaltstack_size): cast sysconf() return value
kosaki
2012-12-15
1
-1
/
+1
*
* signal.c (default_handler): remove rb_register_sigaltstack()
kosaki
2012-12-15
1
-3
/
+0
*
* signal.c (rb_sigaltstack_size): new. calculate stack size for
kosaki
2012-12-15
1
-1
/
+22
*
* signal.c (rb_f_kill): remove rb_thread_polling() because this
kosaki
2012-12-14
1
-1
/
+0
*
adjust style.
nobu
2012-12-01
1
-1
/
+1
*
* ruby_atomic.h (ATOMIC_CAS): added for Solaris and other platforms.
ngoto
2012-11-27
1
-1
/
+12
*
* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)
kosaki
2012-11-26
1
-1
/
+1
*
* thread.c (thread_join_m): use th->interrupt_mask instead of
kosaki
2012-11-26
1
-3
/
+0
*
* ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.
kosaki
2012-11-26
1
-0
/
+3
*
* signal.c (signal_exec): add volatile to make sure setjmp safe.
kosaki
2012-11-26
1
-1
/
+2
*
* signal.c (signal_exec): suppress "warning: variable 'signum'
kosaki
2012-11-26
1
-1
/
+1
*
* vm_core.h (rb_thread_struct): added 'in_trap' member for marking
kosaki
2012-11-26
1
-1
/
+17
*
* signal.c (rb_get_next_signal): removed pointless signal
kosaki
2012-11-19
1
-6
/
+2
*
* signal.c (install_sighandler): added comments why we need
kosaki
2012-11-19
1
-0
/
+2
*
* signal.c (rb_disable_interrupt, rb_enable_interrupt): removed
kosaki
2012-11-19
1
-57
/
+24
*
* signal.c (sig_signame): implements Signal.signame method
kosaki
2012-11-19
1
-0
/
+21
*
* ruby_atomic.h: renamed from atomic.h to avoid header file name conflict
ngoto
2012-11-09
1
-1
/
+1
*
* signal.c (rb_f_kill):
zzak
2012-09-13
1
-5
/
+5
*
* configure.in: Fixing Haiku build.
naruse
2012-08-23
1
-1
/
+5
*
* dln.c: Simplify and make consistent an ifdef for Mac OS X.
kosaki
2012-07-09
1
-1
/
+1
*
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-05-17
1
-2
/
+5
*
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-14
1
-9
/
+4
*
* signal.c (sig_trap): show signal name on error.
akr
2012-02-23
1
-1
/
+5
*
* bignum.c (big_rshift), compile.c (validate_label,
nobu
2011-12-05
1
-0
/
+1
*
* signal.c (reserved_signal_p): static.
nobu
2011-12-05
1
-1
/
+2
*
* atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values.
nobu
2011-10-13
1
-1
/
+1
*
* vm.c (th_init): preallocate alternative stack.
kosaki
2011-07-30
1
-11
/
+4
*
* signal.c (reserved_signal_p): reverted a part of r32523.
kosaki
2011-07-12
1
-10
/
+0
*
small cleanup
kosaki
2011-07-12
1
-18
/
+2
*
* signal.c (install_sighandler): fixed a race.
kosaki
2011-07-12
1
-0
/
+2
*
* signal.c (sig_trap): don't permit to change a signal handler which
kosaki
2011-07-12
1
-0
/
+43
*
* thread_pthread.c (rb_thread_create_timer_thread): removed
kosaki
2011-07-10
1
-19
/
+8
[next]