index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrblib
/
kernel.rb
Age
Commit message (
Collapse
)
Author
2019-07-17
Merge branch 'master' into i110/inspect-recursion
Yukihiro "Matz" Matsumoto
2018-09-01
Fix ISO/JIS section numbers.
Yukihiro "Matz" Matsumoto
2018-06-04
Let inspect recursion do the right thing
Ichito Nagata
2015-10-21
loop() to return StopIteration#result; [ruby-bugs#11498]
Yukihiro "Matz" Matsumoto
2015-05-29
update mrblib/*.rb files to conform (some of) Rubocop checks
Yukihiro "Matz" Matsumoto
2015-01-31
avoid block_given? in loop method for simplicity
Yukihiro "Matz" Matsumoto
2014-07-12
rescue SystemStackError that comes from inspecting self-referencing Hashes ↵
Yukihiro "Matz" Matsumoto
and Arrays; fix #2461
2014-06-05
remove eval (that only raises NotImplementedError) from the core; ref #2354
Yukihiro "Matz" Matsumoto
2014-03-18
rescue StopIteration only.
Tomoyuki Sahara
2014-03-14
mruby-enumerator: move definitions in core_mod.rb to mrblib core
Yukihiro "Matz" Matsumoto
2014-02-07
move version info from gems to core; ref #576 #1684
Yukihiro "Matz" Matsumoto
2014-02-05
add RUBY_VERSION to notify syntax compatible version
Yukihiro "Matz" Matsumoto
2014-01-10
add operator "!~".
Tomoyuki Sahara
2013-04-09
Add NotImplementedError for Kernel.` and Kernel#`
h2so5
2012-06-20
__send__ added
Yukihiro Matsumoto
2012-06-20
ISO conforming lambda
Yukihiro Matsumoto
2012-06-12
Kernel.eval to raise NotImplementedError
Yukihiro Matsumoto
2012-06-12
remove Ruby version of Kernel#instance_eval
Yukihiro Matsumoto
2012-06-02
remove print and puts from kernel.rb
Yukihiro Matsumoto
2012-06-01
remove Ruby define send from kernel.rb
Yukihiro Matsumoto
2012-06-01
add Kernel#send
Yuichiro MASUI
2012-05-07
define print and printf in mrblib
Yukihiro Matsumoto
2012-05-06
Add ISO mark to Kernel.lambda
Daniel Bovensiepen
2012-05-06
Some fixes for the Documentation of Hash and Kernel
Daniel Bovensiepen
2012-05-06
Add documentation to Kernel
Daniel Bovensiepen
2012-04-20
add mruby sources
mimaki