summaryrefslogtreecommitdiffhomepage
path: root/mrblib/kernel.rb
AgeCommit message (Collapse)Author
2019-07-17Merge branch 'master' into i110/inspect-recursionYukihiro "Matz" Matsumoto
2018-09-01Fix ISO/JIS section numbers.Yukihiro "Matz" Matsumoto
2018-06-04Let inspect recursion do the right thingIchito Nagata
2015-10-21loop() to return StopIteration#result; [ruby-bugs#11498]Yukihiro "Matz" Matsumoto
2015-05-29update mrblib/*.rb files to conform (some of) Rubocop checksYukihiro "Matz" Matsumoto
2015-01-31avoid block_given? in loop method for simplicityYukihiro "Matz" Matsumoto
2014-07-12rescue SystemStackError that comes from inspecting self-referencing Hashes ↵Yukihiro "Matz" Matsumoto
and Arrays; fix #2461
2014-06-05remove eval (that only raises NotImplementedError) from the core; ref #2354Yukihiro "Matz" Matsumoto
2014-03-18rescue StopIteration only.Tomoyuki Sahara
2014-03-14mruby-enumerator: move definitions in core_mod.rb to mrblib coreYukihiro "Matz" Matsumoto
2014-02-07move version info from gems to core; ref #576 #1684Yukihiro "Matz" Matsumoto
2014-02-05add RUBY_VERSION to notify syntax compatible versionYukihiro "Matz" Matsumoto
2014-01-10add operator "!~".Tomoyuki Sahara
2013-04-09Add NotImplementedError for Kernel.` and Kernel#`h2so5
2012-06-20__send__ addedYukihiro Matsumoto
2012-06-20ISO conforming lambdaYukihiro Matsumoto
2012-06-12Kernel.eval to raise NotImplementedErrorYukihiro Matsumoto
2012-06-12remove Ruby version of Kernel#instance_evalYukihiro Matsumoto
2012-06-02remove print and puts from kernel.rbYukihiro Matsumoto
2012-06-01remove Ruby define send from kernel.rbYukihiro Matsumoto
2012-06-01add Kernel#sendYuichiro MASUI
2012-05-07define print and printf in mrblibYukihiro Matsumoto
2012-05-06Add ISO mark to Kernel.lambdaDaniel Bovensiepen
2012-05-06Some fixes for the Documentation of Hash and KernelDaniel Bovensiepen
2012-05-06Add documentation to KernelDaniel Bovensiepen
2012-04-20add mruby sourcesmimaki