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
/
safe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-29
/
+17
*
call `rb_vm_stack_to_heap()`
ko1
2017-10-29
1
-7
/
+10
*
`th` -> `ec` for some functions.
ko1
2017-10-28
1
-1
/
+1
*
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
1
-2
/
+2
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-6
/
+6
*
Lazy Proc allocation for block parameters
ko1
2017-10-24
1
-4
/
+12
*
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-26
1
-7
/
+7
*
* safe.c: removed needless doc related $SAFE=2
kazu
2015-06-18
1
-1
/
+0
*
* include/ruby/ruby.h: $SAFE=2 is now obsolete.
hsbt
2015-06-18
1
-5
/
+5
*
* safe.c: removed needless doc related $SAFE=3
hsbt
2015-06-18
1
-1
/
+0
*
* safe.c: rename old method name for $SAFE=3
hsbt
2015-06-18
1
-2
/
+2
*
* safe.rb (safe_setter): of course, don't have to warn the limitation of
usa
2015-06-17
1
-3
/
+0
*
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-17
1
-3
/
+3
*
safe.c: preserve encoding
nobu
2014-11-25
1
-2
/
+2
*
safe.c: preserve encoding
nobu
2014-11-25
1
-2
/
+2
*
* include/ruby/intern.h,
akr
2014-02-14
1
-10
/
+0
*
safe.c: ruby_safe_level_4_warning
nobu
2013-07-20
1
-0
/
+7
*
ruby.h: safe_level check
nobu
2013-06-13
1
-1
/
+4
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-8
/
+4
*
call rb_frame_callee() only once
nobu
2013-05-24
1
-4
/
+6
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-1
/
+1
*
fixed very important banners.
tadf
2010-11-23
1
-1
/
+1
*
* file.c (rb_get_path_check): check with given safe level.
nobu
2009-06-23
1
-7
/
+13
*
* safe.c (safe_setter): add warning for $SAFE=3.
matz
2008-11-07
1
-0
/
+3
*
* eval_safe.c, safe.c: rename eval_safe.c to safe.c.
ko1
2008-09-23
1
-0
/
+126