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
/
ruby.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-4
/
+4
*
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
1
-7
/
+5
*
ruby.c (name_match_p): remove unnecessary condition
Yusuke Endoh
2019-07-14
1
-3
/
+2
*
* expand tabs.
git
2019-06-04
1
-1
/
+1
*
EOF by 2 ^D on a TTY
Nobuyoshi Nakada
2019-06-04
1
-1
/
+1
*
Do not modify shared array
Nobuyoshi Nakada
2019-05-21
1
-1
/
+12
*
ruby.c: respect features by command line
nobu
2019-03-30
1
-18
/
+42
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-2
/
+2
*
Change defaults of --jit options
k0kubun
2019-03-17
1
-2
/
+2
*
Defer escaping control char in error messages
nobu
2019-01-08
1
-8
/
+1
*
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-27
1
-0
/
+12
*
ruby.c: do not surface MJIT to user
k0kubun
2018-11-19
1
-8
/
+8
*
AST.of -e script
nobu
2018-11-10
1
-0
/
+5
*
fix a warning message.
ko1
2018-10-21
1
-1
/
+1
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+14
*
Just a shebang is valid code
nobu
2018-10-02
1
-5
/
+1
*
version.c: separate Init_ruby_description
nobu
2018-08-10
1
-0
/
+3
*
ruby.c: taint ARGV on Windows
nobu
2018-07-27
1
-1
/
+3
*
dladdr() is declared with non-const pointer on Solaris
nobu
2018-07-26
1
-1
/
+1
*
ruby.c: accept --disable-jit option
k0kubun
2018-07-18
1
-3
/
+10
*
ruby.c: disable DidYouMean as gem
nobu
2018-07-16
1
-3
/
+3
*
set up mjit.on at initialization
nobu
2018-07-02
1
-4
/
+3
*
ruby.c: making hidden objects
nobu
2018-06-11
1
-4
/
+2
*
ruby.c: localize a variable
nobu
2018-05-21
1
-9
/
+9
*
ruby.c: runtime_libruby_path
nobu
2018-05-21
1
-49
/
+51
*
RSTRING_PTR is not guaranteed to be char*-aligned
shyouhei
2018-05-10
1
-1
/
+4
*
ruby.c: moved libdir
nobu
2018-04-27
1
-4
/
+4
*
ruby.c: fix compilation error
nobu
2018-04-27
1
-8
/
+9
*
mjit.c: prefix and archdir in init
nobu
2018-04-27
1
-9
/
+32
*
ruby.c (ruby_init_loadpath_safe): constify
nobu
2018-04-26
1
-5
/
+5
*
ruby.c: exit by --version
nobu
2018-03-27
1
-1
/
+1
*
ruby.c: fix --verbose description in usage
nobu
2018-03-26
1
-1
/
+2
*
ruby.c: fix typo in r62530
k0kubun
2018-02-22
1
-1
/
+1
*
version.c: show +JIT when --jit is passed
k0kubun
2018-02-22
1
-2
/
+5
*
no --jit-cc
nobu
2018-02-12
1
-18
/
+0
*
remove declaration of ruby_engine from internal.h
usa
2018-02-07
1
-0
/
+1
*
ruby.c: add MJIT_FORCE_ENABLE macro
k0kubun
2018-02-06
1
-0
/
+2
*
mjit.c: determine prefix of MJIT header at runtime
k0kubun
2018-02-05
1
-3
/
+5
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-1
/
+74
*
ruby.c: no VARIABLE_LIBPATH
nobu
2018-01-29
1
-26
/
+2
*
ruby.c (open_load_file): avoid shadowing variable for errno
normal
2018-01-24
1
-1
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
1
-1
/
+1
*
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
1
-3
/
+3
*
ruby.c: script __dir__ encoding
nobu
2017-12-16
1
-0
/
+3
*
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-29
1
-5
/
+5
*
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
1
-14
/
+21
*
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
1
-21
/
+14
*
Manage AST NODEs out of GC
mame
2017-10-27
1
-14
/
+21
*
ruby.c: fix r60393
nobu
2017-10-24
1
-1
/
+4
[next]